mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 12:18:40 +08:00
1 line
21 KiB
Plaintext
1 line
21 KiB
Plaintext
|
{"version":3,"sources":["docs/manual/custom-extension/element.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\"><h2 id=\"概述\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#概述\"><span className=\"icon icon-link\" /></a>{\"概述\"}</h2><p>{$$contentTexts[0].value}<a href=\"https://g.antv.antgroup.com/api/basic/display-object\">{$$contentTexts[1].value}</a>{$$contentTexts[2].value}</p><h2 id=\"元素基类\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#元素基类\"><span className=\"icon icon-link\" /></a>{\"元素基类\"}</h2><p>{$$contentTexts[3].value}</p><h3 id=\"属性\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#属性\"><span className=\"icon icon-link\" /></a>{\"属性\"}</h3><h4 id=\"shapemap\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#shapemap\"><span className=\"icon icon-link\" /></a>{\"shapeMap\"}</h4><blockquote><p>{$$contentTexts[4].value}</p></blockquote><p>{$$contentTexts[5].value}</p><h4 id=\"animatemap\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#animatemap\"><span className=\"icon icon-link\" /></a>{\"animateMap\"}</h4><blockquote><p>{$$contentTexts[6].value}</p></blockquote><p>{$$contentTexts[7].value}</p><h3 id=\"方法\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#方法\"><span className=\"icon icon-link\" /></a>{\"方法\"}</h3><h4 id=\"upsertkey-ctor-style-container\"><a aria-hidden=\"true\" tabIndex=\"-1\" href=\"#upsertkey-ctor-style-container\"><span className=\"icon icon-link\" /></a>{\"upsert(key, Ctor, style, container)\"}</h4><p>{$$contentTexts[8].value}</p><SourceCode lang=\"typescript\">{$$contentTexts[9].value}</SourceCode><Table><thea
|