mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
1 line
6.4 KiB
Plaintext
1 line
6.4 KiB
Plaintext
{"version":3,"sources":["docs/api/reference/g6.graph.updatecombodata.zh.md"],"sourcesContent":["import API from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/API/index.js';\nimport Badge from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/Badge/index.js';\nimport CodeGroup from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/CodeGroup/index.js';\nimport Container from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/Container/index.js';\nimport Previewer from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/Previewer/index.js';\nimport SourceCode from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/SourceCode/index.js';\nimport Table from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/Table/index.js';\nimport Tree from '/home/runner/work/G6/G6/node_modules/.pnpm/dumi@2.4.14_@babel+core@7.26.0_@swc+helpers@0.5.1_@types+node@20.17.9_@types+react@18.3.12_es_54awilfh3ualxwsi36hmrn5nxe/node_modules/dumi/theme-default/builtins/Tree/index.js';\nimport Playground from '/home/runner/work/G6/G6/packages/site/node_modules/@antv/dumi-theme-antv/dist/builtins/Playground/index.js';\nimport { DumiDemo } from 'dumi';\nimport { DumiDemoGrid } from 'dumi';\nimport { Link } from 'dumi';\n\nimport LoadingComponent from '@@/dumi/theme/loading';\nimport React, { Suspense } from 'react';\nimport { DumiPage, useTabMeta, useRouteMeta } from 'dumi';\n\nfunction DumiMarkdownInner() {\n const { texts: $$contentTexts } = useRouteMeta();\n\n return <><div className=\"markdown\"><p><Link to=\"/api/reference/g6\">{$$contentTexts[0].value}</Link>{$$contentTexts[1].value}<Link to=\"/api/reference/g6/graph\">{$$contentTexts[2].value}</Link>{$$contentTexts[3].value}<Link to=\"/api/reference/g6/graph/updatecombodata\">{$$contentTexts[4].value}</Link></p><h2 id=\"graphupdatecombodata-method\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#graphupdatecombodata-method\"><span className=\"icon icon-link\" /></a>{\"Graph.updateComboData() method\"}</h2><p>{$$contentTexts[5].value}</p><SourceCode lang=\"typescript\">{$$contentTexts[6].value}</SourceCode><h2 id=\"parameters\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#parameters\"><span className=\"icon icon-link\" /></a>{\"Parameters\"}</h2><Table><thead><tr><th><p>{$$contentTexts[7].value}</p></th><th><p>{$$contentTexts[8].value}</p></th><th><p>{$$contentTexts[9].value}</p></th></tr></thead><tbody><tr><td><p>{$$contentTexts[10].value}</p></td><td><p>{$$contentTexts[11].value}<Link to=\"/api/reference/g6/combodata\">{$$contentTexts[12].value}</Link>{$$contentTexts[13].value}<Link to=\"/api/reference/g6/combodata\">{$$contentTexts[14].value}</Link>{$$contentTexts[15].value}<Link to=\"/api/reference/g6/combodata\">{$$contentTexts[16].value}</Link>{$$contentTexts[17].value}</p></td><td><p>{$$contentTexts[18].value}</p></td></tr></tbody></Table><p><strong>{$$contentTexts[19].value}</strong>{$$contentTexts[20].value}</p><ul><li><strong>{$$contentTexts[21].value}</strong>{$$contentTexts[22].value}</li></ul><p><zh>{$$contentTexts[23].value}</zh></p><h2 id=\"示例\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#示例\"><span className=\"icon icon-link\" /></a>{\"示例\"}</h2><SourceCode lang=\"ts\">{$$contentTexts[24].value}</SourceCode></div></>;\n}\n\n// export named function for fastRefresh\n// ref: https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/docs/TROUBLESHOOTING.md#edits-always-lead-to-full-reload\nfunction DumiMarkdownContent() {\n // wrap suspense for catch async meta data\n return <DumiPage><Suspense fallback={<LoadingComponent />}><DumiMarkdownInner /></Suspense></DumiPage>;\n}\n\nexport default DumiMarkdownContent;"],"names":[],"mappings":"+PA8BA,+CAAA,4CA9BgB,cACE,cACI,cACA,cACA,wBACC,qBACL,eACD,cACM,oBACE,oBAII,iBACG,YAGhC,SAAS,IACP,GAAM,CAAE,MAAO,CAAc,CAAE,CAAG,GAAA,cAAY,IAE9C,MAAO,+BAAE,WAAC,OAAI,UAAU,qBAAW,WAAC,eAAE,UAAC,MAAI,EAAC,GAAG,6BAAqB,CAAc,CAAC,EAAE,CAAC,KAAK,GAAS,CAAc,CAAC,EAAE,CAAC,KAAK,CAAC,UAAC,MAAI,EAAC,GAAG,mCAA2B,CAAc,CAAC,EAAE,CAAC,KAAK,GAAS,CAAc,CAAC,EAAE,CAAC,KAAK,CAAC,UAAC,MAAI,EAAC,GAAG,mDAA2C,CAAc,CAAC,EAAE,CAAC,KAAK,MAAY,WAAC,MAAG,GAAG,wCAA8B,UAAC,KAAE,cAAY,OAAO,SAAS,KAAK,KAAK,wCAA+B,UAAC,QAAK,UAAU,qBAAwB,oCAAsC,UAAC,cAAG,CAAc,CAAC,EAAE,CAAC,KAAK,GAAK,UAAC,SAAU,EAAC,KAAK,sBAAc,CAAc,CAAC,EAAE,CAAC,KAAK,GAAc,WAAC,MAAG,GAAG,uBAAa,UAAC,KAAE,cAAY,OAAO,SAAS,KAAK,KAAK,uBAAc,UAAC,QAAK,UAAU,qBAAwB,gBAAkB,WAAC,SAAK,YAAC,UAAC,kBAAM,WAAC,gBAAG,UAAC,eAAG,UAAC,cAAG,CAAc,CAAC,EAAE,CAAC,KAAK,KAAU,UAAC,eAAG,UAAC,cAAG,CAAc,CAAC,EAAE,CAAC,KAAK,KAAU,UAAC,eAAG,UAAC,cAAG,CAAc,CAAC,EAAE,CAAC,KAAK,UAAuB,UAAC,kBAAM,WAAC,gBAAG,UAAC,eAAG,UAAC,cAAG,CAAc,CAAC,GAAG,CAAC,KAAK,KAAU,UAAC,eAAG,WAAC,eAAG,CAAc,CAAC,GAAG,CAAC,KAAK,CAAC,UAAC,MAAI,EAAC,GAAG,uCAA+B,CAAc,CAAC,GAAG,CAAC,KAAK,GAAS,CAAc,CAAC,GAAG,CAAC,KAAK,CAAC,UAAC,MAAI,EAAC,GAAG,uCAA+B,CAAc,CAAC,GAAG,CAAC,KAAK,GAAS,CAAc,CAAC,GAAG,CAAC,KAAK,CAAC,UAAC,MAAI,EAAC,GAAG,uCAA+B,CAAc,CAAC,GAAG,CAAC,KAAK,GAAS,CAAc,CAAC,GAAG,CAAC,KAAK,MAAU,UAAC,eAAG,UAAC,cAAG,CAAc,CAAC,GAAG,CAAC,KAAK,aAA+B,WAAC,eAAE,UAAC,mBAAQ,CAAc,CAAC,GAAG,CAAC,KAAK,GAAW,CAAc,CAAC,GAAG,CAAC,KAAK,IAAK,UAAC,eAAG,WAAC,gBAAG,UAAC,mBAAQ,CAAc,CAAC,GAAG,CAAC,KAAK,GAAW,CAAc,CAAC,GAAG,CAAC,KAAK,MAAW,UAAC,cAAE,UAAC,eAAI,CAAc,CAAC,GAAG,CAAC,KAAK,KAAU,WAAC,MAAG,GAAG,yBAAK,UAAC,KAAE,cAAY,OAAO,SAAS,KAAK,KAAK,yBAAM,UAAC,QAAK,UAAU,qBAAwB,kBAAU,UAAC,SAAU,EAAC,KAAK,cAAM,CAAc,CAAC,GAAG,CAAC,KAAK,QAC5pD,KASA,EALA,WAEE,MAAO,UAAC,UAAQ,WAAC,UAAC,UAAQ,EAAC,SAAU,UAAC,SAAgB,cAAK,UAAC,UAC9D"} |