@seed-ship/mcp-ui-solid 5.7.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +209 -0
- package/dist/_virtual/index2.cjs +7 -0
- package/dist/_virtual/index2.cjs.map +1 -0
- package/dist/_virtual/index2.js +8 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index3.cjs +5 -0
- package/dist/_virtual/index3.cjs.map +1 -0
- package/dist/_virtual/index3.js +5 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.cjs +7 -0
- package/dist/_virtual/index4.cjs.map +1 -0
- package/dist/_virtual/index4.js +8 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.cjs +5 -0
- package/dist/_virtual/index5.cjs.map +1 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.cjs +5 -0
- package/dist/_virtual/index6.cjs.map +1 -0
- package/dist/_virtual/index6.js +5 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/components/ChartJSRenderer.cjs +27 -7
- package/dist/components/ChartJSRenderer.cjs.map +1 -1
- package/dist/components/ChartJSRenderer.d.ts.map +1 -1
- package/dist/components/ChartJSRenderer.js +29 -9
- package/dist/components/ChartJSRenderer.js.map +1 -1
- package/dist/components/ExpandableWrapper.cjs +1 -1
- package/dist/components/ExpandableWrapper.cjs.map +1 -1
- package/dist/components/ExpandableWrapper.d.ts.map +1 -1
- package/dist/components/ExpandableWrapper.js +1 -1
- package/dist/components/ExpandableWrapper.js.map +1 -1
- package/dist/components/GraphRenderer.cjs +305 -0
- package/dist/components/GraphRenderer.cjs.map +1 -0
- package/dist/components/GraphRenderer.d.ts +40 -0
- package/dist/components/GraphRenderer.d.ts.map +1 -0
- package/dist/components/GraphRenderer.js +305 -0
- package/dist/components/GraphRenderer.js.map +1 -0
- package/dist/components/UIResourceRenderer.cjs +78 -54
- package/dist/components/UIResourceRenderer.cjs.map +1 -1
- package/dist/components/UIResourceRenderer.d.ts.map +1 -1
- package/dist/components/UIResourceRenderer.js +78 -54
- package/dist/components/UIResourceRenderer.js.map +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-ui-spec/dist/schemas.cjs +85 -1
- package/dist/mcp-ui-spec/dist/schemas.cjs.map +1 -1
- package/dist/mcp-ui-spec/dist/schemas.js +85 -1
- package/dist/mcp-ui-spec/dist/schemas.js.map +1 -1
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/degree.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/degree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/degree.js +22 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/degree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/dijkstra.cjs +92 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/dijkstra.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/dijkstra.js +93 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/dijkstra.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/find-path.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/find-path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/find-path.js +13 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/find-path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/pageRank.cjs +55 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/pageRank.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/pageRank.js +56 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/pageRank.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/linked-list.cjs +170 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/linked-list.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/linked-list.js +170 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/linked-list.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/stack.cjs +52 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/stack.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/stack.js +51 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/structs/stack.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/types.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/types.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/types.js +8 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/types.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/util.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/util.js +44 -0
- package/dist/node_modules/.pnpm/@antv_algorithm@0.1.26/node_modules/@antv/algorithm/es/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/fadeOut.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/fadeOut.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/fadeOut.js +10 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/fadeOut.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/utils.cjs +131 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/utils.js +131 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/animation/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/core/component.cjs +79 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/core/component.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/core/component.js +79 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/core/component.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/shapes/Text.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/shapes/Text.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/shapes/Text.js +35 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/shapes/Text.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/axis.cjs +85 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/axis.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/axis.js +85 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/axis.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/classname-map.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/classname-map.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/classname-map.js +23 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/classname-map.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/constant.cjs +95 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/constant.js +95 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/grid.cjs +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/grid.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/grid.js +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/grid.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/labels.cjs +251 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/labels.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/labels.js +251 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/labels.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/line.cjs +222 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/line.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/line.js +222 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/line.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/ticks.cjs +87 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/ticks.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/ticks.js +87 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/ticks.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/title.cjs +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/title.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/title.js +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/title.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/utils.cjs +43 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/utils.js +43 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/guides/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoEllipsis.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoEllipsis.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoEllipsis.js +51 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoEllipsis.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoHide.cjs +62 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoHide.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoHide.js +63 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoHide.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoRotate.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoRotate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoRotate.js +41 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoRotate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoWrap.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoWrap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoWrap.js +51 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/autoWrap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/index.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/index.js +44 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/overlap/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/bounds.cjs +125 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/bounds.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/bounds.js +125 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/bounds.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/classname.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/classname.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/classname.js +16 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/classname.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/contain.cjs +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/contain.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/contain.js +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/contain.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/index.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/index.js +16 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/intersect.cjs +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/intersect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/intersect.js +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/intersect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/test.cjs +75 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/test.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/test.js +75 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/axis/utils/test.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/grid/index.cjs +169 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/grid/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/grid/index.js +169 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/grid/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/constant.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/constant.js +21 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/indicator.cjs +148 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/indicator.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/indicator.js +148 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/indicator/indicator.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/item.cjs +384 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/item.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/item.js +384 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/item.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/items.cjs +284 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/items.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/items.js +284 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category/items.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category.cjs +121 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category.js +121 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/category.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/classname-map.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/classname-map.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/classname-map.js +21 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/classname-map.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/constant.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/constant.js +68 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/continuous/handle.cjs +84 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/continuous/handle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/continuous/handle.js +84 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/continuous/handle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/title/index.cjs +133 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/title/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/title/index.js +133 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/title/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils/classname.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils/classname.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils/classname.js +9 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils/classname.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils.cjs +64 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils.js +64 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/legend/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/index.cjs +86 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/index.js +86 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/symbol.cjs +172 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/symbol.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/symbol.js +172 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/symbol.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/utils.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/utils.js +25 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/marker/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/navigator/index.cjs +314 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/navigator/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/navigator/index.js +314 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/navigator/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/constant.cjs +120 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/constant.js +120 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/index.cjs +205 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/index.js +205 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/utils.cjs +65 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/utils.js +65 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/poptip/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/option.cjs +82 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/option.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/option.js +82 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/option.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/select.cjs +204 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/select.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/select.js +204 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/select/select.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/constant.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/constant.js +41 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/handle.cjs +95 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/handle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/handle.js +95 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/handle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/index.cjs +503 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/index.js +503 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/slider/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/columns.cjs +47 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/columns.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/columns.js +47 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/columns.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/index.cjs +243 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/index.js +243 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/lines.cjs +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/lines.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/lines.js +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/lines.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/path.cjs +108 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/path.js +108 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/utils.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/utils.js +41 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/sparkline/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/controller.cjs +140 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/controller.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/controller.js +140 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/controller.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/handle.cjs +92 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/handle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/handle.js +92 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/handle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/icons.cjs +742 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/icons.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/icons.js +742 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/icons.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/timebar.cjs +554 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/timebar.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/timebar.js +554 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/timebar.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/utils.cjs +63 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/utils.js +63 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/timebar/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/constant.cjs +84 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/constant.js +84 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/index.cjs +236 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/index.js +236 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/ui/tooltip/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/angle-converter.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/angle-converter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/angle-converter.js +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/angle-converter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/bbox.cjs +78 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/bbox.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/bbox.js +78 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/bbox.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/callback.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/callback.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/callback.js +9 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/callback.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/classnames.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/classnames.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/classnames.js +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/classnames.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/deep-assign.cjs +49 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/deep-assign.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/deep-assign.js +49 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/deep-assign.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/defined.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/defined.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/defined.js +7 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/defined.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/ellipsis.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/ellipsis.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/ellipsis.js +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/ellipsis.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/event.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/event.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/event.js +17 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/event.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/extend-display-object.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/extend-display-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/extend-display-object.js +22 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/extend-display-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group-by.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group-by.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group-by.js +10 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group-by.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group.js +15 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/group.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/if-show.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/if-show.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/if-show.js +20 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/if-show.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/in-range.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/in-range.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/in-range.js +15 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/in-range.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/interpolate.cjs +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/interpolate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/interpolate.js +67 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/interpolate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/keyframe-interpolate.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/keyframe-interpolate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/keyframe-interpolate.js +19 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/keyframe-interpolate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/matrix.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/matrix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/matrix.js +38 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/matrix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/number.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/number.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/number.js +7 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/number.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/offscreen.cjs +45 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/offscreen.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/offscreen.js +45 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/offscreen.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/omit.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/omit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/omit.js +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/omit.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/parse-height-from-html.cjs +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/parse-height-from-html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/parse-height-from-html.js +89 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/parse-height-from-html.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/pase-position.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/pase-position.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/pase-position.js +11 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/pase-position.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/path.cjs +100 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/path.js +100 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/primitive.cjs +93 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/primitive.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/primitive.js +93 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/primitive.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/replace-children.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/replace-children.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/replace-children.js +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/replace-children.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/sampling.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/sampling.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/sampling.js +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/sampling.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/scale-to-pixel.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/scale-to-pixel.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/scale-to-pixel.js +12 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/scale-to-pixel.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/selection.cjs +399 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/selection.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/selection.js +399 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/selection.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/series.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/series.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/series.js +27 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/series.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/shape.cjs +36 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/shape.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/shape.js +36 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/shape.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/string.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/string.js +25 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/style.cjs +94 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/style.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/style.js +94 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/style.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/text.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/text.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/text.js +44 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/text.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/time.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/time.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/time.js +20 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/time.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transform.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transform.js +26 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transpose.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transpose.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transpose.js +12 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/transpose.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/traverse.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/traverse.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/traverse.js +13 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/traverse.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/visibility.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/visibility.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/visibility.js +19 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/visibility.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/wrap.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/wrap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/wrap.js +14 -0
- package/dist/node_modules/.pnpm/@antv_component@2.1.11/node_modules/@antv/component/esm/util/wrap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_event-emitter@0.1.3/node_modules/@antv/event-emitter/esm/index.cjs +81 -0
- package/dist/node_modules/.pnpm/@antv_event-emitter@0.1.3/node_modules/@antv/event-emitter/esm/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_event-emitter@0.1.3/node_modules/@antv/event-emitter/esm/index.js +82 -0
- package/dist/node_modules/.pnpm/@antv_event-emitter@0.1.3/node_modules/@antv/event-emitter/esm/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-canvas@2.2.0/node_modules/@antv/g-canvas/dist/index.esm.cjs +2141 -0
- package/dist/node_modules/.pnpm/@antv_g-canvas@2.2.0/node_modules/@antv/g-canvas/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-canvas@2.2.0/node_modules/@antv/g-canvas/dist/index.esm.js +2141 -0
- package/dist/node_modules/.pnpm/@antv_g-canvas@2.2.0/node_modules/@antv/g-canvas/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-lite@2.7.0/node_modules/@antv/g-lite/dist/index.esm.cjs +14631 -0
- package/dist/node_modules/.pnpm/@antv_g-lite@2.7.0/node_modules/@antv/g-lite/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-lite@2.7.0/node_modules/@antv/g-lite/dist/index.esm.js +14632 -0
- package/dist/node_modules/.pnpm/@antv_g-lite@2.7.0/node_modules/@antv/g-lite/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-math@3.1.0/node_modules/@antv/g-math/dist/index.esm.cjs +296 -0
- package/dist/node_modules/.pnpm/@antv_g-math@3.1.0/node_modules/@antv/g-math/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-math@3.1.0/node_modules/@antv/g-math/dist/index.esm.js +296 -0
- package/dist/node_modules/.pnpm/@antv_g-math@3.1.0/node_modules/@antv/g-math/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-plugin-dragndrop@2.1.1/node_modules/@antv/g-plugin-dragndrop/dist/index.esm.cjs +179 -0
- package/dist/node_modules/.pnpm/@antv_g-plugin-dragndrop@2.1.1/node_modules/@antv/g-plugin-dragndrop/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g-plugin-dragndrop@2.1.1/node_modules/@antv/g-plugin-dragndrop/dist/index.esm.js +179 -0
- package/dist/node_modules/.pnpm/@antv_g-plugin-dragndrop@2.1.1/node_modules/@antv/g-plugin-dragndrop/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/executor.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/executor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/executor.js +68 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/executor.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/index.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/index.js +21 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/animations/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/auto-adapt-label.cjs +182 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/auto-adapt-label.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/auto-adapt-label.js +182 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/auto-adapt-label.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/base-behavior.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/base-behavior.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/base-behavior.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/base-behavior.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/brush-select.cjs +289 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/brush-select.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/brush-select.js +289 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/brush-select.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/click-select.cjs +224 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/click-select.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/click-select.js +224 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/click-select.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/collapse-expand.cjs +107 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/collapse-expand.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/collapse-expand.js +107 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/collapse-expand.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/create-edge.cjs +195 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/create-edge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/create-edge.js +195 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/create-edge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-canvas.cjs +200 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-canvas.js +200 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element-force.cjs +119 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element-force.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element-force.js +119 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element-force.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element.cjs +361 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element.js +361 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/drag-element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/fix-element-size.cjs +224 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/fix-element-size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/fix-element-size.js +224 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/fix-element-size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/focus-element.cjs +106 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/focus-element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/focus-element.js +106 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/focus-element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/hover-activate.cjs +120 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/hover-activate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/hover-activate.js +120 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/hover-activate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/lasso-select.cjs +61 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/lasso-select.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/lasso-select.js +61 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/lasso-select.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/optimize-viewport-transform.cjs +99 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/optimize-viewport-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/optimize-viewport-transform.js +99 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/optimize-viewport-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/scroll-canvas.cjs +162 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/scroll-canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/scroll-canvas.js +162 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/scroll-canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/zoom-canvas.cjs +144 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/zoom-canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/zoom-canvas.js +144 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/behaviors/zoom-canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/animation.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/animation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/animation.js +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/animation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/change.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/change.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/change.js +16 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/change.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/element.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/element.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/animation.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/animation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/animation.js +11 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/animation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/canvas.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/canvas.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/combo.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/combo.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/combo.js +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/combo.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/common.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/common.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/common.js +28 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/common.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/container.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/container.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/container.js +9 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/container.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/edge.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/edge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/edge.js +21 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/edge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/graph.cjs +36 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/graph.js +37 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/history.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/history.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/history.js +13 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/history.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/node.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/node.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/node.js +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/events/node.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/graphlib.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/graphlib.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/graphlib.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/graphlib.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/registry.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/registry.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/registry.js +18 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/constants/registry.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/base-element.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/base-element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/base-element.js +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/base-element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/base-combo.cjs +193 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/base-combo.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/base-combo.js +193 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/base-combo.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/circle.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/circle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/circle.js +40 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/circle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/rect.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/rect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/rect.js +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/combos/rect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/base-edge.cjs +235 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/base-edge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/base-edge.js +236 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/base-edge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-horizontal.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-horizontal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-horizontal.js +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-horizontal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-radial.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-radial.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-radial.js +50 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-radial.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-vertical.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-vertical.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-vertical.js +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic-vertical.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic.js +31 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/cubic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/line.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/line.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/line.js +19 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/line.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/polyline.cjs +60 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/polyline.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/polyline.js +60 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/polyline.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/quadratic.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/quadratic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/quadratic.js +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/edges/quadratic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/effect.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/effect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/effect.js +37 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/effect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/base-node.cjs +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/base-node.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/base-node.js +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/base-node.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/circle.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/circle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/circle.js +35 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/circle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/diamond.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/diamond.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/diamond.js +15 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/diamond.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/donut.cjs +104 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/donut.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/donut.js +104 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/donut.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/ellipse.cjs +36 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/ellipse.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/ellipse.js +36 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/ellipse.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/hexagon.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/hexagon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/hexagon.js +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/hexagon.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/html.cjs +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/html.js +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/html.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/image.cjs +97 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/image.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/image.js +97 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/image.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/rect.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/rect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/rect.js +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/rect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/star.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/star.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/star.js +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/star.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/triangle.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/triangle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/triangle.js +50 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/nodes/triangle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/badge.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/badge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/badge.js +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/badge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/base-shape.cjs +214 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/base-shape.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/base-shape.js +214 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/base-shape.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/contour.cjs +51 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/contour.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/contour.js +51 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/contour.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/icon.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/icon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/icon.js +28 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/icon.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/image.cjs +58 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/image.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/image.js +58 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/image.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/label.cjs +84 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/label.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/label.js +84 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/label.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/polygon.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/polygon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/polygon.js +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/elements/shapes/polygon.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/index.cjs +260 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/index.js +233 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/base-layout.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/base-layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/base-layout.js +10 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/base-layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/fishbone.cjs +210 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/fishbone.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/fishbone.js +210 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/fishbone.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/snake.cjs +153 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/snake.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/snake.js +153 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/layouts/snake.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/palettes/index.cjs +66 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/palettes/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/palettes/index.js +66 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/palettes/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/background/index.cjs +75 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/background/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/background/index.js +75 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/background/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/base-plugin.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/base-plugin.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/base-plugin.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/base-plugin.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/bubble-sets.cjs +292 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/bubble-sets.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/bubble-sets.js +292 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/bubble-sets.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/camera-setting.cjs +79 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/camera-setting.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/camera-setting.js +79 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/camera-setting.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/index.cjs +177 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/index.js +177 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/util.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/util.js +56 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/contextmenu/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-bundling/index.cjs +243 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-bundling/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-bundling/index.js +243 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-bundling/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-filter-lens/index.cjs +264 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-filter-lens/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-filter-lens/index.js +264 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/edge-filter-lens/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fisheye/index.cjs +314 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fisheye/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fisheye/index.js +314 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fisheye/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fullscreen/index.cjs +112 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fullscreen/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fullscreen/index.js +112 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/fullscreen/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/grid-line.cjs +119 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/grid-line.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/grid-line.js +119 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/grid-line.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/index.cjs +200 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/index.js +200 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/util.cjs +69 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/util.js +69 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/history/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/format.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/format.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/format.js +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/format.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/grid_handle.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/grid_handle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/grid_handle.js +70 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/grid_handle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/index.cjs +152 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/index.js +152 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/monotone-convex-hull-2d.cjs +57 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/monotone-convex-hull-2d.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/monotone-convex-hull-2d.js +57 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/monotone-convex-hull-2d.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-orientation.cjs +138 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-orientation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-orientation.js +139 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-orientation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-scale.cjs +49 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-scale.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-scale.js +49 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-scale.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-segment-intersect.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-segment-intersect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-segment-intersect.js +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-segment-intersect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-subtract.cjs +154 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-subtract.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-subtract.js +154 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-subtract.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-sum.cjs +154 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-sum.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-sum.js +154 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/robust-sum.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-product.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-product.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-product.js +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-product.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-sum.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-sum.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-sum.js +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/hull/two-sum.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/index.cjs +165 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/index.js +165 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/util.cjs +150 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/util.js +150 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/hull/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/legend.cjs +299 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/legend.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/legend.js +299 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/legend.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/minimap/index.cjs +350 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/minimap/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/minimap/index.js +350 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/minimap/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/snapline/index.cjs +293 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/snapline/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/snapline/index.js +293 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/snapline/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/timebar.cjs +279 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/timebar.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/timebar.js +279 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/timebar.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/title/index.cjs +187 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/title/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/title/index.js +187 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/title/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/index.cjs +103 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/index.js +103 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/util.cjs +88 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/util.js +88 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/toolbar/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/tooltip.cjs +290 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/tooltip.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/tooltip.js +290 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/tooltip.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/canvas.cjs +39 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/canvas.js +39 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/dom.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/dom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/dom.js +38 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/utils/dom.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/index.cjs +99 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/index.js +99 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/util.cjs +81 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/util.js +81 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/plugins/watermark/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/preset.cjs +4 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/preset.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/preset.js +3 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/preset.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/build-in.cjs +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/build-in.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/build-in.js +245 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/build-in.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/extension/index.cjs +82 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/extension/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/extension/index.js +82 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/extension/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/get.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/get.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/get.js +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/get.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/register.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/register.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/register.js +13 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/register.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/store.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/store.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/store.js +17 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/registry/store.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/animation.cjs +146 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/animation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/animation.js +146 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/animation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/batch.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/batch.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/batch.js +44 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/batch.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/behavior.cjs +124 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/behavior.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/behavior.js +124 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/behavior.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/canvas.cjs +302 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/canvas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/canvas.js +302 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/canvas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/data.cjs +795 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/data.js +795 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/element.cjs +743 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/element.js +743 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/graph.cjs +1644 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/graph.js +1644 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/layout.cjs +390 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/layout.js +390 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/options.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/options.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/options.js +38 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/options.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/plugin.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/plugin.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/plugin.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/plugin.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/transform.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/transform.js +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/viewport.cjs +303 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/viewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/viewport.js +303 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/runtime/viewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/base.cjs +257 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/base.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/base.js +257 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/base.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/dark.cjs +42 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/dark.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/dark.js +42 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/dark.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/light.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/light.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/light.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/themes/light.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/arrange-draw-order.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/arrange-draw-order.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/arrange-draw-order.js +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/arrange-draw-order.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/base-transform.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/base-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/base-transform.js +12 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/base-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-combo.cjs +75 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-combo.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-combo.js +75 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-combo.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-node.cjs +103 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-node.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-node.js +103 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/collapse-expand-node.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/get-edge-actual-ends.cjs +109 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/get-edge-actual-ends.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/get-edge-actual-ends.js +109 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/get-edge-actual-ends.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/map-node-size.cjs +95 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/map-node-size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/map-node-size.js +95 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/map-node-size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/place-radial-labels.cjs +57 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/place-radial-labels.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/place-radial-labels.js +57 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/place-radial-labels.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/process-parallel-edges.cjs +217 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/process-parallel-edges.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/process-parallel-edges.js +217 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/process-parallel-edges.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/update-related-edge.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/update-related-edge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/update-related-edge.js +22 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/update-related-edge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/utils.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/utils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/utils.js +20 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/transforms/utils.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/animation.cjs +153 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/animation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/animation.js +153 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/animation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/bbox.cjs +151 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/bbox.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/bbox.js +151 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/bbox.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/cache.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/cache.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/cache.js +24 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/cache.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/centrality.cjs +134 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/centrality.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/centrality.js +134 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/centrality.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/change.cjs +64 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/change.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/change.js +64 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/change.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/collapsibility.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/collapsibility.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/collapsibility.js +8 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/collapsibility.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/data.cjs +71 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/data.js +71 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/diff.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/diff.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/diff.js +32 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/diff.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/dom.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/dom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/dom.js +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/dom.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/edge.cjs +355 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/edge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/edge.js +355 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/edge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/element.cjs +306 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/element.js +306 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/events.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/events.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/events.js +40 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/events.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/index.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/index.js +29 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/event/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/extension.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/extension.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/extension.js +23 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/extension.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/graphlib.cjs +51 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/graphlib.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/graphlib.js +51 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/graphlib.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/id.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/id.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/id.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/id.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/is.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/is.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/is.js +26 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/is.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/layout.cjs +269 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/layout.js +269 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/line.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/line.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/line.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/line.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/math.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/math.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/math.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/math.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/node.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/node.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/node.js +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/node.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/padding.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/padding.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/padding.js +16 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/padding.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/palette.cjs +87 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/palette.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/palette.js +87 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/palette.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/path.cjs +112 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/path.js +112 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/pinch.cjs +164 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/pinch.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/pinch.js +164 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/pinch.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/placement.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/placement.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/placement.js +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/placement.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/point.cjs +194 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/point.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/point.js +194 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/point.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/polygon.cjs +46 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/polygon.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/polygon.js +46 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/polygon.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/position.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/position.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/position.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/position.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/prefix.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/prefix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/prefix.js +68 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/prefix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/print.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/print.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/print.js +25 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/print.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/relation.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/relation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/relation.js +44 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/relation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/orth.cjs +198 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/orth.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/orth.js +198 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/orth.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/shortest-path.cjs +292 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/shortest-path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/shortest-path.js +292 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/router/shortest-path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/scale.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/scale.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/scale.js +33 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/scale.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shape.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shape.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shape.js +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shape.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shortcut.cjs +141 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shortcut.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shortcut.js +141 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/shortcut.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/size.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/size.js +10 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/state.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/state.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/state.js +7 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/state.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/style.cjs +42 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/style.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/style.js +42 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/style.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/symbol.cjs +63 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/symbol.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/symbol.js +63 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/symbol.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/text.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/text.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/text.js +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/text.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/theme.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/theme.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/theme.js +27 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/theme.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/transform.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/transform.js +41 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/traverse.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/traverse.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/traverse.js +30 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/traverse.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/tree.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/tree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/tree.js +35 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/tree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/vector.cjs +118 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/vector.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/vector.js +118 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/vector.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/visibility.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/visibility.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/visibility.js +14 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/visibility.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/z-index.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/z-index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/z-index.js +8 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/utils/z-index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/version.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/version.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/version.js +5 -0
- package/dist/node_modules/.pnpm/@antv_g6@5.1.0/node_modules/@antv/g6/esm/version.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g@6.3.1/node_modules/@antv/g/dist/index.esm.cjs +2345 -0
- package/dist/node_modules/.pnpm/@antv_g@6.3.1/node_modules/@antv/g/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_g@6.3.1/node_modules/@antv/g/dist/index.esm.js +2346 -0
- package/dist/node_modules/.pnpm/@antv_g@6.3.1/node_modules/@antv/g/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graph.cjs +945 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graph.js +945 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graphView.cjs +263 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graphView.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graphView.js +263 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/graphView.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/utils/traverse.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/utils/traverse.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/utils/traverse.js +37 -0
- package/dist/node_modules/.pnpm/@antv_graphlib@2.0.4/node_modules/@antv/graphlib/esm/utils/traverse.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_hierarchy@0.7.1/node_modules/@antv/hierarchy/dist/hierarchy.es.cjs +397 -0
- package/dist/node_modules/.pnpm/@antv_hierarchy@0.7.1/node_modules/@antv/hierarchy/dist/hierarchy.es.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_hierarchy@0.7.1/node_modules/@antv/hierarchy/dist/hierarchy.es.js +397 -0
- package/dist/node_modules/.pnpm/@antv_hierarchy@0.7.1/node_modules/@antv/hierarchy/dist/hierarchy.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_cloneBuffer.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_cloneBuffer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_cloneBuffer.js +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_cloneBuffer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjs-dynamic-modules.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjs-dynamic-modules.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjs-dynamic-modules.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjs-dynamic-modules.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjsHelpers.cjs +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjsHelpers.js +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_nodeUtil.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_nodeUtil.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_nodeUtil.js +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/_nodeUtil.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index2.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index2.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index2.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index3.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index3.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index3.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/index3.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/isBuffer.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/isBuffer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/isBuffer.js +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/isBuffer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix2.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix2.js +5 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/_virtual/matrix2.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/acyclic.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/acyclic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/acyclic.js +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/acyclic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/add-border-segments.cjs +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/add-border-segments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/add-border-segments.js +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/add-border-segments.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/coordinate-system.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/coordinate-system.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/coordinate-system.js +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/coordinate-system.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/data/list.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/data/list.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/data/list.js +51 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/data/list.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/graph.cjs +405 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/graph.js +405 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/greedy-fas.cjs +117 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/greedy-fas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/greedy-fas.js +117 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/greedy-fas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/index.cjs +296 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/index.js +296 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/layout.cjs +426 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/layout.js +426 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/nesting-graph.cjs +113 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/nesting-graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/nesting-graph.js +113 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/nesting-graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/normalize.cjs +84 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/normalize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/normalize.js +84 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/add-subgraph-constraints.cjs +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/add-subgraph-constraints.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/add-subgraph-constraints.js +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/add-subgraph-constraints.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/barycenter.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/barycenter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/barycenter.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/barycenter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/build-layer-graph.cjs +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/build-layer-graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/build-layer-graph.js +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/build-layer-graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/cross-count.cjs +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/cross-count.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/cross-count.js +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/cross-count.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/index.cjs +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/index.js +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-data-order.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-data-order.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-data-order.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-data-order.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-order.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-order.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-order.js +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/init-order.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/resolve-conflicts.cjs +92 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/resolve-conflicts.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/resolve-conflicts.js +93 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/resolve-conflicts.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort-subgraph.cjs +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort-subgraph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort-subgraph.js +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort-subgraph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort.js +70 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/order/sort.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/parent-dummy-chains.cjs +75 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/parent-dummy-chains.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/parent-dummy-chains.js +75 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/parent-dummy-chains.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/bk.cjs +330 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/bk.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/bk.js +330 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/bk.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/index.cjs +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/index.js +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/position/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/feasible-tree.cjs +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/feasible-tree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/feasible-tree.js +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/feasible-tree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/index.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/index.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/network-simplex.cjs +153 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/network-simplex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/network-simplex.js +153 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/network-simplex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/util.cjs +104 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/util.js +104 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/rank/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/util.cjs +230 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/util.js +230 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/antv-dagre/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-layout.cjs +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-layout.js +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-simulation.cjs +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-simulation.js +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/base-simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/circular/index.cjs +90 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/circular/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/circular/index.js +90 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/circular/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/combo-combined/index.cjs +289 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/combo-combined/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/combo-combined/index.js +289 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/combo-combined/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/concentric/index.cjs +167 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/concentric/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/concentric/index.js +167 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/concentric/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/force-in-a-box.cjs +324 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/force-in-a-box.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/force-in-a-box.js +324 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/force-in-a-box.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/index.cjs +486 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/index.js +486 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force-3d/index.cjs +72 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force-3d/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force-3d/index.js +72 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/d3-force-3d/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/dagre/index.cjs +135 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/dagre/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/dagre/index.js +135 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/dagre/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/attractive.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/attractive.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/attractive.js +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/attractive.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/centripetal.cjs +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/centripetal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/centripetal.js +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/centripetal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/collide.cjs +165 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/collide.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/collide.js +165 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/collide.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/gravity.cjs +46 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/gravity.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/gravity.js +46 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/gravity.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/index.cjs +419 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/index.js +419 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/repulsive.cjs +127 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/repulsive.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/repulsive.js +127 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/repulsive.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/simulation.cjs +131 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/simulation.js +131 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force/simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/body.cjs +57 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/body.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/body.js +58 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/body.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/index.cjs +155 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/index.js +155 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad-tree.cjs +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad-tree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad-tree.js +78 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad-tree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad.cjs +75 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad.js +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/quad.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/simulation.cjs +357 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/simulation.js +357 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/force-atlas2/simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/index.cjs +93 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/index.js +93 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/simulation.cjs +336 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/simulation.js +336 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/fruchterman/simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/grid/index.cjs +202 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/grid/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/grid/index.js +202 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/grid/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/mds/index.cjs +104 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/mds/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/mds/index.js +104 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/mds/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/index.cjs +243 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/index.js +243 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/radial-nonoverlap-force.cjs +123 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/radial-nonoverlap-force.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/radial-nonoverlap-force.js +123 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/radial/radial-nonoverlap-force.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/random/index.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/random/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/random/index.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/algorithm/random/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/model/data.cjs +282 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/model/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/model/data.js +282 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/model/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/event-emitter/esm/index.cjs +81 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/event-emitter/esm/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/event-emitter/esm/index.js +82 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/event-emitter/esm/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/expr/dist/index.esm.cjs +302 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/expr/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/expr/dist/index.esm.js +302 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/expr/dist/index.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/clone.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/clone.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/clone.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/clone.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/deep-mix.cjs +49 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/deep-mix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/deep-mix.js +50 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/deep-mix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/each.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/each.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/each.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/each.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/get-type.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/get-type.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/get-type.js +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/get-type.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array-like.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array-like.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array-like.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array-like.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-boolean.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-boolean.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-boolean.js +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-boolean.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-empty.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-empty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-empty.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-empty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-function.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-function.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-function.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-function.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-nil.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-nil.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-nil.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-nil.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-number.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-number.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-number.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-number.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object-like.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object-like.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object-like.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object-like.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object.js +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-plain-object.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-plain-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-plain-object.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-plain-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-prototype.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-prototype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-prototype.js +10 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-prototype.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-string.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-string.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-type.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-type.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-type.js +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/is-type.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/pick.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/pick.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/pick.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/@antv/util/esm/lodash/pick.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/comlink/dist/esm/comlink.cjs +337 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/comlink/dist/esm/comlink.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/comlink/dist/esm/comlink.js +337 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/comlink/dist/esm/comlink.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/add.cjs +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/add.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/add.js +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/add.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/binarytree.cjs +58 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/binarytree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/binarytree.js +59 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/binarytree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/cover.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/cover.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/cover.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/cover.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/data.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/data.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/extent.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/extent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/extent.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/extent.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/find.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/find.js +38 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/find.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/half.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/half.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/half.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/half.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/remove.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/remove.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/remove.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/remove.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/root.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/root.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/root.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/root.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/size.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/size.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visit.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visit.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visit.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visitAfter.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visitAfter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visitAfter.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/visitAfter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/x.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/x.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/x.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-binarytree/src/x.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-dispatch/src/dispatch.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-dispatch/src/dispatch.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-dispatch/src/dispatch.js +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-dispatch/src/dispatch.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/center.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/center.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/center.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/center.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/collide.cjs +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/collide.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/collide.js +78 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/collide.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/constant.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/jiggle.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/jiggle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/jiggle.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/jiggle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/lcg.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/lcg.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/lcg.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/lcg.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/link.cjs +85 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/link.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/link.js +86 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/link.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/manyBody.cjs +84 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/manyBody.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/manyBody.js +85 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/manyBody.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/radial.cjs +43 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/radial.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/radial.js +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/radial.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/simulation.cjs +115 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/simulation.js +115 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/x.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/x.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/x.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/x.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/y.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/y.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/y.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force/src/y.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/center.cjs +43 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/center.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/center.js +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/center.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/collide.cjs +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/collide.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/collide.js +102 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/collide.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/constant.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/jiggle.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/jiggle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/jiggle.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/jiggle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/lcg.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/lcg.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/lcg.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/lcg.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/link.cjs +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/link.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/link.js +102 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/link.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/manyBody.cjs +112 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/manyBody.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/manyBody.js +113 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/manyBody.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/radial.cjs +54 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/radial.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/radial.js +55 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/radial.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/simulation.cjs +147 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/simulation.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/simulation.js +147 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/simulation.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/x.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/x.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/x.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/x.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/y.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/y.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/y.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/y.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/z.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/z.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/z.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-force-3d/src/z.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/add.cjs +63 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/add.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/add.js +63 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/add.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/cover.cjs +52 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/cover.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/cover.js +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/cover.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/data.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/data.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/extent.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/extent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/extent.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/extent.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/find.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/find.js +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/find.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/findAll.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/findAll.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/findAll.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/findAll.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octant.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octant.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octree.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octree.js +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/octree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/remove.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/remove.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/remove.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/remove.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/root.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/root.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/root.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/root.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/size.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/size.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visit.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visit.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visit.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visitAfter.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visitAfter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visitAfter.js +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/visitAfter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/x.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/x.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/x.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/x.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/y.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/y.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/y.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/y.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/z.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/z.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/z.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-octree/src/z.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/add.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/add.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/add.js +50 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/add.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/cover.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/cover.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/cover.js +38 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/cover.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/data.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/data.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/data.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/data.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/extent.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/extent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/extent.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/extent.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/find.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/find.js +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/find.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quad.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quad.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quad.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quad.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quadtree.cjs +63 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quadtree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quadtree.js +64 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/quadtree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/remove.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/remove.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/remove.js +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/remove.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/root.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/root.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/root.js +7 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/root.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/size.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/size.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visit.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visit.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visit.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visitAfter.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visitAfter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visitAfter.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/visitAfter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/x.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/x.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/x.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/x.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/y.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/y.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/y.js +11 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-quadtree/src/y.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-timer/src/timer.cjs +97 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-timer/src/timer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-timer/src/timer.js +97 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/d3-timer/src/timer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/index.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/index.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/acyclic.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/acyclic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/acyclic.js +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/acyclic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/add-border-segments.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/add-border-segments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/add-border-segments.js +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/add-border-segments.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/coordinate-system.cjs +78 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/coordinate-system.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/coordinate-system.js +78 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/coordinate-system.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/data/list.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/data/list.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/data/list.js +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/data/list.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/debug.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/debug.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/debug.js +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/debug.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/graphlib.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/graphlib.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/graphlib.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/graphlib.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/greedy-fas.cjs +107 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/greedy-fas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/greedy-fas.js +107 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/greedy-fas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/layout.cjs +427 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/layout.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/layout.js +427 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/layout.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/lodash.cjs +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/lodash.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/lodash.js +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/lodash.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/nesting-graph.cjs +103 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/nesting-graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/nesting-graph.js +103 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/nesting-graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/normalize.cjs +81 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/normalize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/normalize.js +81 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/add-subgraph-constraints.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/add-subgraph-constraints.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/add-subgraph-constraints.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/add-subgraph-constraints.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/barycenter.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/barycenter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/barycenter.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/barycenter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/build-layer-graph.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/build-layer-graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/build-layer-graph.js +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/build-layer-graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/cross-count.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/cross-count.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/cross-count.js +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/cross-count.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/index.cjs +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/index.js +68 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/init-order.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/init-order.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/init-order.js +38 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/init-order.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/resolve-conflicts.cjs +94 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/resolve-conflicts.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/resolve-conflicts.js +94 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/resolve-conflicts.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort-subgraph.cjs +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort-subgraph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort-subgraph.js +77 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort-subgraph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort.cjs +58 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort.js +58 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/order/sort.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/parent-dummy-chains.cjs +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/parent-dummy-chains.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/parent-dummy-chains.js +76 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/parent-dummy-chains.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/bk.cjs +319 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/bk.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/bk.js +319 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/bk.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/index.cjs +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/index.js +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/position/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/feasible-tree.cjs +57 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/feasible-tree.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/feasible-tree.js +57 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/feasible-tree.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/index.cjs +42 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/index.js +42 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/network-simplex.cjs +159 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/network-simplex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/network-simplex.js +159 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/network-simplex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/util.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/util.js +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/rank/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/util.cjs +202 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/util.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/util.js +202 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/util.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/version.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/version.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/version.js +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/dagre/lib/version.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/index.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/index.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/components.cjs +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/components.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/components.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/components.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dfs.cjs +43 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dfs.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dfs.js +43 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dfs.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra-all.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra-all.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra-all.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra-all.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra.cjs +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra.js +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/dijkstra.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/find-cycles.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/find-cycles.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/find-cycles.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/find-cycles.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/floyd-warshall.cjs +59 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/floyd-warshall.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/floyd-warshall.js +59 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/floyd-warshall.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/index.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/index.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/is-acyclic.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/is-acyclic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/is-acyclic.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/is-acyclic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/postorder.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/postorder.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/postorder.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/postorder.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/preorder.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/preorder.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/preorder.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/preorder.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/prim.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/prim.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/prim.js +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/prim.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/tarjan.cjs +52 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/tarjan.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/tarjan.js +52 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/tarjan.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/topsort.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/topsort.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/topsort.js +40 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/alg/topsort.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/data/priority-queue.cjs +108 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/data/priority-queue.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/data/priority-queue.js +108 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/data/priority-queue.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/graph.cjs +424 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/graph.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/graph.js +424 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/graph.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/index.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/index.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/json.cjs +74 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/json.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/json.js +74 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/json.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/lodash.cjs +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/lodash.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/lodash.js +56 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/lodash.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/version.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/version.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/version.js +12 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/graphlib/lib/version.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/is-any-array/lib-esm/index.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/is-any-array/lib-esm/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/is-any-array/lib-esm/index.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/is-any-array/lib-esm/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_DataView.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_DataView.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_DataView.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_DataView.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Hash.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Hash.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Hash.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Hash.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_ListCache.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_ListCache.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_ListCache.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_ListCache.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Map.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Map.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Map.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Map.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_MapCache.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_MapCache.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_MapCache.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_MapCache.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Promise.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Promise.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Promise.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Promise.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Set.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Set.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Set.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Set.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_SetCache.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_SetCache.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_SetCache.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_SetCache.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Stack.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Stack.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Stack.js +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Stack.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Symbol.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Symbol.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Symbol.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Symbol.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Uint8Array.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Uint8Array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Uint8Array.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_Uint8Array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_WeakMap.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_WeakMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_WeakMap.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_WeakMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_apply.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_apply.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_apply.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_apply.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayEach.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayEach.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayEach.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayEach.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayFilter.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayFilter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayFilter.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayFilter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludes.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludes.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludes.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludesWith.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludesWith.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludesWith.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayLikeKeys.cjs +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayLikeKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayLikeKeys.js +34 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayMap.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayMap.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayPush.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayPush.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayPush.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayPush.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayReduce.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayReduce.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayReduce.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arrayReduce.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arraySome.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arraySome.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arraySome.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_arraySome.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_asciiSize.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_asciiSize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_asciiSize.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_asciiSize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignMergeValue.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignMergeValue.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignMergeValue.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignMergeValue.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignValue.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignValue.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignValue.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assignValue.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assocIndexOf.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assocIndexOf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assocIndexOf.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssign.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssign.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssign.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssign.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignIn.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignIn.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignValue.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignValue.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignValue.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseAssignValue.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseClone.cjs +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseClone.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseClone.js +101 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseClone.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseCreate.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseCreate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseCreate.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseCreate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseEach.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseEach.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseEach.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseEach.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseExtremum.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseExtremum.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseExtremum.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseExtremum.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFilter.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFilter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFilter.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFilter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFindIndex.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFindIndex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFindIndex.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFindIndex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFlatten.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFlatten.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFlatten.js +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFlatten.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFor.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFor.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseFor.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseForOwn.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseForOwn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseForOwn.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseForOwn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGet.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGet.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetAllKeys.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetAllKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetAllKeys.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetTag.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetTag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetTag.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGt.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGt.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGt.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseGt.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHas.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHas.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHasIn.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHasIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHasIn.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseHasIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIndexOf.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIndexOf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIndexOf.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIndexOf.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsArguments.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsArguments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsArguments.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsArguments.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqual.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqual.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqual.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqual.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqualDeep.cjs +55 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqualDeep.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqualDeep.js +55 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMap.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMap.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMatch.cjs +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMatch.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMatch.js +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsMatch.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNaN.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNaN.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNaN.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNaN.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNative.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNative.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNative.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsSet.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsSet.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsTypedArray.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsTypedArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsTypedArray.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIteratee.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIteratee.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIteratee.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseIteratee.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeys.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeys.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeysIn.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeysIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeysIn.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseKeysIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseLt.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseLt.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseLt.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseLt.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMap.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMap.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatches.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatches.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatches.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatches.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatchesProperty.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatchesProperty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatchesProperty.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMerge.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMerge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMerge.js +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMerge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMergeDeep.cjs +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMergeDeep.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMergeDeep.js +71 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseMergeDeep.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseOrderBy.cjs +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseOrderBy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseOrderBy.js +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseOrderBy.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePick.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePick.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePick.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePick.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePickBy.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePickBy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePickBy.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePickBy.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseProperty.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseProperty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseProperty.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseProperty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePropertyDeep.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePropertyDeep.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePropertyDeep.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_basePropertyDeep.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRange.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRange.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRange.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRange.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseReduce.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseReduce.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseReduce.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseReduce.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRest.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRest.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRest.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseRest.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSet.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSet.js +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSetToString.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSetToString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSetToString.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSetToString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSortBy.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSortBy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSortBy.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseSortBy.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTimes.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTimes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTimes.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTimes.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseToString.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseToString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseToString.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseToString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTrim.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTrim.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTrim.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseTrim.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUnary.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUnary.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUnary.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUnary.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUniq.cjs +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUniq.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUniq.js +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseUniq.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseValues.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseValues.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseValues.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseValues.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseZipObject.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseZipObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseZipObject.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_baseZipObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cacheHas.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cacheHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cacheHas.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cacheHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castFunction.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castFunction.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castFunction.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castFunction.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castPath.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castPath.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castPath.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_castPath.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneArrayBuffer.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneArrayBuffer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneArrayBuffer.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneArrayBuffer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneBuffer.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneBuffer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneBuffer.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneBuffer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneDataView.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneDataView.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneDataView.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneDataView.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneRegExp.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneRegExp.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneRegExp.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneRegExp.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneSymbol.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneSymbol.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneSymbol.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneSymbol.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneTypedArray.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneTypedArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneTypedArray.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_cloneTypedArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareAscending.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareAscending.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareAscending.js +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareAscending.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareMultiple.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareMultiple.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareMultiple.js +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_compareMultiple.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyArray.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyArray.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyObject.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyObject.js +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copyObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbols.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbols.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbols.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbols.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbolsIn.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbolsIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbolsIn.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_copySymbolsIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_coreJsData.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_coreJsData.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_coreJsData.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_coreJsData.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createAssigner.cjs +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createAssigner.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createAssigner.js +33 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createAssigner.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseEach.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseEach.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseEach.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseEach.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseFor.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseFor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseFor.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createBaseFor.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createFind.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createFind.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createFind.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createFind.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createRange.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createRange.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createRange.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createRange.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createSet.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createSet.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_createSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_defineProperty.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_defineProperty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_defineProperty.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_defineProperty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalArrays.cjs +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalArrays.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalArrays.js +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalArrays.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalByTag.cjs +69 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalByTag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalByTag.js +69 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalByTag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalObjects.cjs +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalObjects.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalObjects.js +60 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_equalObjects.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_flatRest.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_flatRest.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_flatRest.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_flatRest.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_freeGlobal.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_freeGlobal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_freeGlobal.js +14 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeys.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeys.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeysIn.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeysIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeysIn.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getAllKeysIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMapData.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMapData.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMapData.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMapData.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMatchData.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMatchData.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMatchData.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getMatchData.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getNative.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getNative.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getNative.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getNative.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getPrototype.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getPrototype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getPrototype.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getPrototype.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getRawTag.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getRawTag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getRawTag.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getRawTag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbols.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbols.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbols.js +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbols.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbolsIn.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbolsIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbolsIn.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getSymbolsIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getTag.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getTag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getTag.js +44 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getTag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getValue.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getValue.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getValue.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_getValue.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasPath.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasPath.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasPath.js +35 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasPath.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasUnicode.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasUnicode.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasUnicode.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hasUnicode.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashClear.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashClear.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashClear.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashClear.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashDelete.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashDelete.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashDelete.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashDelete.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashGet.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashGet.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashHas.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashHas.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashSet.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashSet.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_hashSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneArray.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneArray.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneByTag.cjs +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneByTag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneByTag.js +53 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneByTag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneObject.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneObject.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_initCloneObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isFlattenable.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isFlattenable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isFlattenable.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isFlattenable.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIndex.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIndex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIndex.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIndex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIterateeCall.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIterateeCall.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIterateeCall.js +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isIterateeCall.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKey.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKey.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKey.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKey.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKeyable.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKeyable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKeyable.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isKeyable.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isMasked.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isMasked.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isMasked.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isMasked.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isPrototype.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isPrototype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isPrototype.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isPrototype.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isStrictComparable.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isStrictComparable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isStrictComparable.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_isStrictComparable.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheClear.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheClear.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheClear.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheDelete.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheDelete.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheDelete.js +30 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheGet.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheGet.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheHas.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheHas.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheSet.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheSet.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheClear.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheClear.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheClear.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheDelete.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheDelete.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheDelete.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheGet.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheGet.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheHas.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheHas.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheSet.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheSet.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapToArray.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapToArray.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_mapToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_matchesStrictComparable.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_matchesStrictComparable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_memoizeCapped.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_memoizeCapped.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_memoizeCapped.js +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeCreate.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeCreate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeCreate.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeys.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeys.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeysIn.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeysIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeysIn.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nativeKeysIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nodeUtil.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nodeUtil.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nodeUtil.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_nodeUtil.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_objectToString.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_objectToString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_objectToString.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_objectToString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overArg.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overArg.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overArg.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overArg.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overRest.cjs +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overRest.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overRest.js +31 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_overRest.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_root.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_root.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_root.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_root.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_safeGet.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_safeGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_safeGet.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_safeGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheAdd.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheAdd.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheAdd.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheAdd.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheHas.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheHas.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setCacheHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToArray.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToArray.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToString.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToString.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_setToString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_shortOut.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_shortOut.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_shortOut.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_shortOut.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackClear.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackClear.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackClear.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackClear.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackDelete.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackDelete.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackDelete.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackDelete.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackGet.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackGet.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackHas.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackHas.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackHas.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackHas.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackSet.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackSet.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stackSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_strictIndexOf.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_strictIndexOf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_strictIndexOf.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_strictIndexOf.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringSize.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringSize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringSize.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringSize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringToPath.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringToPath.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringToPath.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_stringToPath.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toKey.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toKey.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toKey.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toKey.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toSource.cjs +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toSource.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toSource.js +27 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_toSource.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_trimmedEndIndex.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_trimmedEndIndex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_unicodeSize.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_unicodeSize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_unicodeSize.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/_unicodeSize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/clone.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/clone.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/clone.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/clone.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/cloneDeep.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/cloneDeep.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/cloneDeep.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/cloneDeep.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/constant.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/constant.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/constant.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/constant.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/defaults.cjs +42 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/defaults.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/defaults.js +42 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/defaults.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/each.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/each.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/each.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/each.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/eq.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/eq.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/eq.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/eq.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/filter.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/filter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/filter.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/filter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/find.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/find.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/find.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/findIndex.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/findIndex.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/findIndex.js +28 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/findIndex.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/flatten.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/flatten.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/flatten.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/flatten.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forEach.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forEach.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forEach.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forEach.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forIn.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forIn.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/forIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/get.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/get.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/get.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/get.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/has.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/has.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/has.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/has.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/hasIn.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/hasIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/hasIn.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/hasIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/identity.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/identity.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/identity.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/identity.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArguments.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArguments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArguments.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArguments.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArray.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArray.js +13 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLike.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLike.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLike.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLike.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLikeObject.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLikeObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLikeObject.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isArrayLikeObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isBuffer.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isBuffer.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isBuffer.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isBuffer.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isEmpty.cjs +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isEmpty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isEmpty.js +45 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isEmpty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isFunction.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isFunction.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isFunction.js +23 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isFunction.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isLength.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isLength.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isLength.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isLength.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isMap.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isMap.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObject.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObject.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObjectLike.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObjectLike.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObjectLike.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isObjectLike.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isPlainObject.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isPlainObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isPlainObject.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isPlainObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSet.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSet.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSet.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isString.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isString.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSymbol.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSymbol.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSymbol.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isSymbol.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isTypedArray.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isTypedArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isTypedArray.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isTypedArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isUndefined.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isUndefined.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isUndefined.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/isUndefined.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keys.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keys.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keys.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keysIn.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keysIn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keysIn.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/keysIn.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/last.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/last.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/last.js +16 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/last.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/map.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/map.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/map.js +21 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/map.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/mapValues.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/mapValues.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/mapValues.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/mapValues.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/max.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/max.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/max.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/max.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/memoize.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/memoize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/memoize.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/memoize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/merge.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/merge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/merge.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/merge.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/min.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/min.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/min.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/min.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/minBy.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/minBy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/minBy.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/minBy.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/noop.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/noop.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/noop.js +14 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/noop.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/now.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/now.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/now.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/now.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/pick.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/pick.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/pick.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/pick.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/property.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/property.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/property.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/property.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/range.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/range.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/range.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/range.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/reduce.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/reduce.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/reduce.js +22 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/reduce.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/size.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/size.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/sortBy.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/sortBy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/sortBy.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/sortBy.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubArray.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubArray.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubFalse.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubFalse.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubFalse.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/stubFalse.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toFinite.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toFinite.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toFinite.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toFinite.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toInteger.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toInteger.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toInteger.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toInteger.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toNumber.cjs +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toNumber.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toNumber.js +39 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toNumber.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toPlainObject.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toPlainObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toPlainObject.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toPlainObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toString.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toString.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toString.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/toString.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/transform.cjs +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/transform.js +41 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/transform.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/union.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/union.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/union.js +20 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/union.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/uniqueId.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/uniqueId.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/uniqueId.js +19 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/uniqueId.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/values.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/values.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/values.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/values.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/zipObject.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/zipObject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/zipObject.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/lodash/zipObject.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-max/lib-es6/index.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-max/lib-es6/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-max/lib-es6/index.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-max/lib-es6/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-min/lib-es6/index.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-min/lib-es6/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-min/lib-es6/index.js +26 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-min/lib-es6/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-rescale/lib-es6/index.cjs +37 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-rescale/lib-es6/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-rescale/lib-es6/index.js +38 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-array-rescale/lib-es6/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix.js +9 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix2.cjs +4871 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix2.js +4871 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/ml-matrix/matrix2.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/tslib/tslib.es6.cjs +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/tslib/tslib.es6.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/tslib/tslib.es6.js +47 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/registry.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/registry.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/registry.js +32 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/registry.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/context.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/context.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/context.js +29 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/context.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/supervisor.cjs +87 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/supervisor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/supervisor.js +87 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/runtime/supervisor.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/common.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/common.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/common.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/common.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/expr.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/expr.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/expr.js +18 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/expr.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/format.cjs +82 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/format.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/format.js +82 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/format.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/math.cjs +117 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/math.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/math.js +117 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/math.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/object.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/object.js +17 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/order.cjs +92 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/order.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/order.js +92 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/order.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/point.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/point.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/point.js +8 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/point.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/size.cjs +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/size.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/size.js +24 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/size.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/viewport.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/viewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/viewport.js +15 -0
- package/dist/node_modules/.pnpm/@antv_layout@2.0.0/node_modules/@antv/layout/lib/util/viewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/band.cjs +167 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/band.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/band.js +167 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/band.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/base.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/base.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/base.js +38 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/base.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/continuous.cjs +122 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/continuous.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/continuous.js +122 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/continuous.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/linear.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/linear.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/linear.js +29 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/linear.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/ordinal.cjs +103 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/ordinal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/ordinal.js +103 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/scales/ordinal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/tick-methods/d3-ticks.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/tick-methods/d3-ticks.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/tick-methods/d3-ticks.js +35 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/tick-methods/d3-ticks.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/bisect.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/bisect.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/bisect.js +18 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/bisect.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/clamp.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/clamp.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/clamp.js +9 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/clamp.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/color.cjs +44 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/color.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/color.js +44 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/color.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/compose.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/compose.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/compose.js +7 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/compose.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/d3-linear-nice.cjs +35 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/d3-linear-nice.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/d3-linear-nice.js +35 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/d3-linear-nice.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/internMap.cjs +50 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/internMap.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/internMap.js +50 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/internMap.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/interpolate.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/interpolate.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/interpolate.js +38 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/interpolate.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/is-valid.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/is-valid.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/is-valid.js +9 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/is-valid.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/normalize.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/normalize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/normalize.js +7 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/ticks.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/ticks.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/ticks.js +16 -0
- package/dist/node_modules/.pnpm/@antv_scale@0.4.16/node_modules/@antv/scale/esm/utils/ticks.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/each.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/each.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/each.js +29 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/each.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-array.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-array.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-function.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-function.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-function.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-function.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-object.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-object.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-string.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-string.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-type.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-type.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-type.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/is-type.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/measure-text-width.cjs +23 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/measure-text-width.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/measure-text-width.js +22 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/measure-text-width.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/memoize.cjs +25 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/memoize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/memoize.js +26 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/memoize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/values.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/values.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/values.js +17 -0
- package/dist/node_modules/.pnpm/@antv_util@2.0.17/node_modules/@antv/util/esm/values.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/dom/create-dom.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/dom/create-dom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/dom/create-dom.js +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/dom/create-dom.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clamp.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clamp.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clamp.js +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clamp.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clone.cjs +30 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clone.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clone.js +31 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clone.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/contains.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/contains.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/contains.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/contains.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/debounce.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/debounce.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/debounce.js +18 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/debounce.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/deep-mix.cjs +49 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/deep-mix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/deep-mix.js +50 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/deep-mix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/difference.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/difference.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/difference.js +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/difference.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/each.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/each.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/each.js +29 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/each.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/filter.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/filter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/filter.js +18 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/filter.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/flatten.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/flatten.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/flatten.js +15 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/flatten.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get-type.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get-type.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get-type.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get-type.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get.js +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/get.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/group-by.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/group-by.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/group-by.js +27 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/group-by.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/identity.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/identity.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/identity.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/identity.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array-like.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array-like.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array-like.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array-like.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-boolean.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-boolean.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-boolean.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-boolean.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-date.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-date.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-date.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-date.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-element.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-element.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-element.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-element.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-empty.cjs +29 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-empty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-empty.js +30 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-empty.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-equal.cjs +46 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-equal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-equal.js +47 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-equal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-function.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-function.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-function.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-function.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-nil.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-nil.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-nil.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-nil.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-null.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-null.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-null.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-null.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number-equal.cjs +10 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number-equal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number-equal.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number-equal.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-number.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object-like.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object-like.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object-like.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object-like.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-plain-object.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-plain-object.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-plain-object.js +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-plain-object.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-prototype.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-prototype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-prototype.js +10 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-prototype.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-string.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-string.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-type.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-type.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-type.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-type.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-undefined.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-undefined.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-undefined.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-undefined.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/lower-first.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/lower-first.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/lower-first.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/lower-first.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max-by.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max-by.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max-by.js +22 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max-by.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max.cjs +15 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max.js +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/max.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/memoize.cjs +65 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/memoize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/memoize.js +66 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/memoize.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min-by.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min-by.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min-by.js +22 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min-by.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min.js +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/min.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mix.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mix.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mix.js +18 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mix.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mod.cjs +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mod.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mod.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/mod.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/noop.cjs +5 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/noop.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/noop.js +6 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/noop.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/omit.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/omit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/omit.js +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/omit.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/pick.cjs +18 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/pick.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/pick.js +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/pick.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/reduce.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/reduce.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/reduce.js +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/reduce.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/set.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/set.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/set.js +22 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/set.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/substitute.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/substitute.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/substitute.js +15 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/substitute.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/throttle.cjs +43 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/throttle.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/throttle.js +44 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/throttle.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/to-string.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/to-string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/to-string.js +10 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/to-string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/uniq.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/uniq.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/uniq.js +20 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/uniq.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/unique-id.cjs +13 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/unique-id.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/unique-id.js +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/unique-id.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/upper-first.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/upper-first.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/upper-first.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/upper-first.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-absolute.cjs +79 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-absolute.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-absolute.js +79 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-absolute.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-curve.cjs +54 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-curve.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-curve.js +54 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/convert/path-2-curve.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/finalize-segment.cjs +22 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/finalize-segment.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/finalize-segment.js +22 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/finalize-segment.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-arc-command.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-arc-command.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-arc-command.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-arc-command.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-digit-start.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-digit-start.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-digit-start.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-digit-start.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-path-command.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-path-command.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-path-command.js +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-path-command.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-space.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-space.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-space.js +28 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/is-space.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-count.cjs +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-count.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-count.js +17 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-count.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-parser.cjs +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-parser.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-parser.js +14 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/params-parser.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/parse-path-string.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/parse-path-string.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/parse-path-string.js +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/parse-path-string.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/path-parser.cjs +20 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/path-parser.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/path-parser.js +20 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/path-parser.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-flag.cjs +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-flag.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-flag.js +19 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-flag.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-param.cjs +73 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-param.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-param.js +73 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-param.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-segment.cjs +53 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-segment.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-segment.js +53 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/scan-segment.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/skip-spaces.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/skip-spaces.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/skip-spaces.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/parser/skip-spaces.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/arc-2-cubic.cjs +91 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/arc-2-cubic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/arc-2-cubic.js +91 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/arc-2-cubic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/clone-path.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/clone-path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/clone-path.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/clone-path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/fix-arc.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/fix-arc.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/fix-arc.js +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/fix-arc.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/line-2-cubic.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/line-2-cubic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/line-2-cubic.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/line-2-cubic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-path.cjs +26 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-path.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-path.js +26 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-path.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-segment.cjs +36 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-segment.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-segment.js +36 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/normalize-segment.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/quad-2-cubic.cjs +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/quad-2-cubic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/quad-2-cubic.js +21 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/quad-2-cubic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/reverse-curve.cjs +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/reverse-curve.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/reverse-curve.js +16 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/reverse-curve.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/segment-2-cubic.cjs +40 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/segment-2-cubic.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/segment-2-cubic.js +40 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/segment-2-cubic.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/distance-square-root.cjs +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/distance-square-root.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/distance-square-root.js +7 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/distance-square-root.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/equalize-segments.cjs +90 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/equalize-segments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/equalize-segments.js +90 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/equalize-segments.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-draw-direction.cjs +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-draw-direction.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-draw-direction.js +8 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-draw-direction.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-path-area.cjs +28 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-path-area.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-path-area.js +28 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-path-area.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-point-at-length.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-point-at-length.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-point-at-length.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-point-at-length.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-rotated-curve.cjs +38 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-rotated-curve.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-rotated-curve.js +38 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-rotated-curve.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-total-length.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-total-length.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-total-length.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/get-total-length.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-absolute-array.cjs +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-absolute-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-absolute-array.js +12 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-absolute-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-curve-array.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-curve-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-curve-array.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-curve-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-normalized-array.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-normalized-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-normalized-array.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-normalized-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-path-array.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-path-array.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-path-array.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/is-path-array.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/mid-point.cjs +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/mid-point.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/mid-point.js +11 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/mid-point.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/path-length-factory.cjs +86 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/path-length-factory.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/path-length-factory.js +86 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/path-length-factory.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/rotate-vector.cjs +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/rotate-vector.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/rotate-vector.js +9 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/rotate-vector.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-arc-factory.cjs +134 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-arc-factory.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-arc-factory.js +134 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-arc-factory.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-cubic-factory.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-cubic-factory.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-cubic-factory.js +70 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-cubic-factory.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-line-factory.cjs +32 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-line-factory.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-line-factory.js +32 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-line-factory.js.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-quad-factory.cjs +70 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-quad-factory.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-quad-factory.js +70 -0
- package/dist/node_modules/.pnpm/@antv_util@3.3.11/node_modules/@antv/util/esm/path/util/segment-quad-factory.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/OverloadYield.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/OverloadYield.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/OverloadYield.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.cjs +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs +26 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +27 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/callSuper.cjs +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/callSuper.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/callSuper.js +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/callSuper.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.cjs +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.cjs +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createClass.cjs +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createClass.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createClass.js +16 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.cjs +50 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +51 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/get.cjs +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/get.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/get.js +14 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/get.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inherits.cjs +16 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inherits.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inherits.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +14 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.cjs +24 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +25 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.cjs +6 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +7 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectSpread2.cjs +25 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectSpread2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +26 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectSpread2.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.cjs +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +14 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regenerator.cjs +79 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regenerator.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regenerator.js +80 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regenerator.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.cjs +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.cjs +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.cjs +34 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +35 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.cjs +24 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +25 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.cjs +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.cjs +75 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +76 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorValues.cjs +20 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorValues.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +21 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/slicedToArray.cjs +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/slicedToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/slicedToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropBase.cjs +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropBase.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropBase.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropBase.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropGet.cjs +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropGet.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropGet.js +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/superPropGet.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toConsumableArray.cjs +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toConsumableArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +14 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +10 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.cjs +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.js +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs +11 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +12 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +1 -0
- package/dist/node_modules/.pnpm/bubblesets-js@2.3.4/node_modules/bubblesets-js/build/index.cjs +1660 -0
- package/dist/node_modules/.pnpm/bubblesets-js@2.3.4/node_modules/bubblesets-js/build/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/bubblesets-js@2.3.4/node_modules/bubblesets-js/build/index.js +1660 -0
- package/dist/node_modules/.pnpm/bubblesets-js@2.3.4/node_modules/bubblesets-js/build/index.js.map +1 -0
- package/dist/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.cjs +161 -0
- package/dist/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js +161 -0
- package/dist/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js.map +1 -0
- package/dist/node_modules/.pnpm/color-string@1.9.1/node_modules/color-string/index.cjs +191 -0
- package/dist/node_modules/.pnpm/color-string@1.9.1/node_modules/color-string/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/color-string@1.9.1/node_modules/color-string/index.js +191 -0
- package/dist/node_modules/.pnpm/color-string@1.9.1/node_modules/color-string/index.js.map +1 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index.cjs +6 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index.js +6 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index.js.map +1 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index2.cjs +167 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index2.js +167 -0
- package/dist/node_modules/.pnpm/eventemitter3@5.0.4/node_modules/eventemitter3/index2.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/common.cjs +9 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/common.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/common.js +9 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/common.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat3.cjs +47 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat3.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat3.js +47 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat3.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat4.cjs +1319 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat4.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat4.js +1319 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat4.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/quat.cjs +221 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/quat.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/quat.js +221 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/quat.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec2.cjs +69 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec2.js +69 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec2.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec3.cjs +209 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec3.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec3.js +209 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec3.js.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec4.cjs +94 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec4.cjs.map +1 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec4.js +94 -0
- package/dist/node_modules/.pnpm/gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec4.js.map +1 -0
- package/dist/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.cjs +6777 -0
- package/dist/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.cjs.map +1 -0
- package/dist/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js +6776 -0
- package/dist/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js.map +1 -0
- package/dist/node_modules/.pnpm/is-arrayish@0.3.4/node_modules/is-arrayish/index.cjs +17 -0
- package/dist/node_modules/.pnpm/is-arrayish@0.3.4/node_modules/is-arrayish/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/is-arrayish@0.3.4/node_modules/is-arrayish/index.js +17 -0
- package/dist/node_modules/.pnpm/is-arrayish@0.3.4/node_modules/is-arrayish/index.js.map +1 -0
- package/dist/node_modules/.pnpm/simple-swizzle@0.2.4/node_modules/simple-swizzle/index.cjs +32 -0
- package/dist/node_modules/.pnpm/simple-swizzle@0.2.4/node_modules/simple-swizzle/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/simple-swizzle@0.2.4/node_modules/simple-swizzle/index.js +32 -0
- package/dist/node_modules/.pnpm/simple-swizzle@0.2.4/node_modules/simple-swizzle/index.js.map +1 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs +101 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs.map +1 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js +102 -0
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/services/validation.cjs +10 -2
- package/dist/services/validation.cjs.map +1 -1
- package/dist/services/validation.d.ts.map +1 -1
- package/dist/services/validation.js +11 -3
- package/dist/services/validation.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +6 -2
- package/src/components/ChartJSRenderer.tsx +30 -8
- package/src/components/ExpandableWrapper.tsx +7 -2
- package/src/components/GraphRenderer.fallback.test.tsx +50 -0
- package/src/components/GraphRenderer.test.tsx +194 -0
- package/src/components/GraphRenderer.tsx +352 -0
- package/src/components/UIResourceRenderer.fluidity.test.tsx +101 -0
- package/src/components/UIResourceRenderer.tsx +27 -9
- package/src/index.ts +3 -0
- package/src/services/validation.ts +10 -0
- package/src/types/index.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/node_modules/.pnpm/@antv_g-canvas@2.2.0/node_modules/@antv/g-canvas/dist/index.esm.js
ADDED
|
@@ -0,0 +1,2141 @@
|
|
|
1
|
+
import _createClass from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createClass.js";
|
|
2
|
+
import _classCallCheck from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classCallCheck.js";
|
|
3
|
+
import _callSuper from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/callSuper.js";
|
|
4
|
+
import _inherits from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/inherits.js";
|
|
5
|
+
import { AbstractRenderer, AABB, CustomEvent, CanvasEvent, Shape, Node, findClosestClipPathTarget, ImageLoader as index$3, DomInteraction as index$1, HTMLRenderer as index$2, Point, AbstractRendererPlugin, setDOMSize, RenderReason, isDisplayObject, isFillOrStrokeAffected, getOrCalculatePathTotalLength, isPattern, GradientType } from "../../../../../@antv_g-lite@2.7.0/node_modules/@antv/g-lite/dist/index.esm.js";
|
|
6
|
+
import _defineProperty from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.js";
|
|
7
|
+
import _objectSpread2 from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectSpread2.js";
|
|
8
|
+
import _slicedToArray from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/slicedToArray.js";
|
|
9
|
+
import _classPrivateFieldBase from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js";
|
|
10
|
+
import _classPrivateFieldKey from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js";
|
|
11
|
+
import _createForOfIteratorHelper from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js";
|
|
12
|
+
import _regeneratorRuntime from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js";
|
|
13
|
+
import _asyncToGenerator from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js";
|
|
14
|
+
import { distance, linePointToLine as pointToLine, cubicPointDistance as pointDistance$3, quadPointDistance as pointDistance } from "../../../../../@antv_g-math@3.1.0/node_modules/@antv/g-math/dist/index.esm.js";
|
|
15
|
+
import isNil from "../../../../../@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-nil.js";
|
|
16
|
+
import isString from "../../../../../@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/is-string.js";
|
|
17
|
+
import clamp from "../../../../../@antv_util@3.3.11/node_modules/@antv/util/esm/lodash/clamp.js";
|
|
18
|
+
import { arcToCubic } from "../../../../../@antv_util@3.3.11/node_modules/@antv/util/esm/path/process/arc-2-cubic.js";
|
|
19
|
+
import { create, transformMat4, set } from "../../../../../gl-matrix@3.4.4/node_modules/gl-matrix/esm/vec3.js";
|
|
20
|
+
import { create as create$1, fromScaling, multiply, exactEquals, copy, invert, fromValues } from "../../../../../gl-matrix@3.4.4/node_modules/gl-matrix/esm/mat4.js";
|
|
21
|
+
/*!
|
|
22
|
+
* @antv/g-canvas
|
|
23
|
+
* @description A renderer implemented by Canvas 2D API
|
|
24
|
+
* @version 2.2.0
|
|
25
|
+
* @date 12/24/2025, 11:55:53 AM
|
|
26
|
+
* @author AntVis
|
|
27
|
+
* @docs https://g.antv.antgroup.com/
|
|
28
|
+
*/
|
|
29
|
+
var _renderState = /* @__PURE__ */ _classPrivateFieldKey("renderState");
|
|
30
|
+
var CanvasRendererPlugin = /* @__PURE__ */ (function() {
|
|
31
|
+
function CanvasRendererPlugin2(canvasRendererPluginOptions) {
|
|
32
|
+
_classCallCheck(this, CanvasRendererPlugin2);
|
|
33
|
+
this.renderQueue = [];
|
|
34
|
+
Object.defineProperty(this, _renderState, {
|
|
35
|
+
writable: true,
|
|
36
|
+
value: {
|
|
37
|
+
restoreStack: [],
|
|
38
|
+
prevObject: null,
|
|
39
|
+
currentContext: /* @__PURE__ */ new Map()
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
this.clearFullScreenLastFrame = false;
|
|
43
|
+
this.clearFullScreen = false;
|
|
44
|
+
this.vpMatrix = create$1();
|
|
45
|
+
this.dprMatrix = create$1();
|
|
46
|
+
this.tmpMat4 = create$1();
|
|
47
|
+
this.vec3a = create();
|
|
48
|
+
this.vec3b = create();
|
|
49
|
+
this.vec3c = create();
|
|
50
|
+
this.vec3d = create();
|
|
51
|
+
this.canvasRendererPluginOptions = canvasRendererPluginOptions;
|
|
52
|
+
}
|
|
53
|
+
return _createClass(CanvasRendererPlugin2, [{
|
|
54
|
+
key: "apply",
|
|
55
|
+
value: function apply(context, runtime) {
|
|
56
|
+
var _this = this;
|
|
57
|
+
this.context = context;
|
|
58
|
+
var _this$context = this.context, config = _this$context.config, camera = _this$context.camera, renderingService = _this$context.renderingService, renderingContext = _this$context.renderingContext, pathGeneratorFactory = _this$context.pathGeneratorFactory;
|
|
59
|
+
var enableRenderingOptimization = config.renderer.getConfig().enableRenderingOptimization;
|
|
60
|
+
config.renderer.getConfig().enableDirtyCheck = false;
|
|
61
|
+
config.renderer.getConfig().enableDirtyRectangleRendering = false;
|
|
62
|
+
this.pathGeneratorFactory = pathGeneratorFactory;
|
|
63
|
+
var contextService = context.contextService;
|
|
64
|
+
var canvas = renderingContext.root.ownerDocument.defaultView;
|
|
65
|
+
renderingService.hooks.init.tap(CanvasRendererPlugin2.tag, function() {
|
|
66
|
+
var dpr = contextService.getDPR();
|
|
67
|
+
var width = config.width, height = config.height;
|
|
68
|
+
var context2 = contextService.getContext();
|
|
69
|
+
_this.clearRect(context2, 0, 0, width * dpr, height * dpr, config.background);
|
|
70
|
+
});
|
|
71
|
+
renderingService.hooks.destroy.tap(CanvasRendererPlugin2.tag, function() {
|
|
72
|
+
_this.renderQueue = [];
|
|
73
|
+
_classPrivateFieldBase(_this, _renderState)[_renderState] = {
|
|
74
|
+
restoreStack: [],
|
|
75
|
+
prevObject: null,
|
|
76
|
+
currentContext: null
|
|
77
|
+
};
|
|
78
|
+
});
|
|
79
|
+
var beforeDraw = function beforeDraw2() {
|
|
80
|
+
var _canvas$context$rende;
|
|
81
|
+
var context2 = contextService.getContext();
|
|
82
|
+
var dpr = contextService.getDPR();
|
|
83
|
+
var width = config.width, height = config.height;
|
|
84
|
+
var _this$canvasRendererP = _this.canvasRendererPluginOptions, dirtyObjectNumThreshold = _this$canvasRendererP.dirtyObjectNumThreshold, dirtyObjectRatioThreshold = _this$canvasRendererP.dirtyObjectRatioThreshold;
|
|
85
|
+
var _renderingService$get = renderingService.getStats(), total = _renderingService$get.total, rendered = _renderingService$get.rendered;
|
|
86
|
+
var ratio = rendered / total;
|
|
87
|
+
_this.clearFullScreen = _this.clearFullScreenLastFrame || // @ts-ignore
|
|
88
|
+
!((_canvas$context$rende = canvas.context.renderingPlugins[1]) !== null && _canvas$context$rende !== void 0 && _canvas$context$rende.isFirstTimeRenderingFinished) || renderingService.disableDirtyRectangleRendering() || rendered > dirtyObjectNumThreshold && ratio > dirtyObjectRatioThreshold;
|
|
89
|
+
if (!context2) {
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
if (typeof context2.resetTransform === "function") {
|
|
93
|
+
context2.resetTransform();
|
|
94
|
+
} else {
|
|
95
|
+
context2.setTransform(1, 0, 0, 1, 0, 0);
|
|
96
|
+
}
|
|
97
|
+
if (_this.clearFullScreen) {
|
|
98
|
+
_this.clearRect(context2, 0, 0, width * dpr, height * dpr, config.background);
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
var renderByZIndex = function renderByZIndex2(object, context2) {
|
|
102
|
+
var stack = [object];
|
|
103
|
+
while (stack.length > 0) {
|
|
104
|
+
var _currentObject$sortab;
|
|
105
|
+
var currentObject = stack.pop();
|
|
106
|
+
if (currentObject.isVisible() && !currentObject.isCulled()) {
|
|
107
|
+
if (enableRenderingOptimization) {
|
|
108
|
+
_this.renderDisplayObjectOptimized(currentObject, context2, _this.context, _classPrivateFieldBase(_this, _renderState)[_renderState], runtime);
|
|
109
|
+
} else {
|
|
110
|
+
_this.renderDisplayObject(currentObject, context2, _this.context, _classPrivateFieldBase(_this, _renderState)[_renderState], runtime);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
var objects = ((_currentObject$sortab = currentObject.sortable) === null || _currentObject$sortab === void 0 || (_currentObject$sortab = _currentObject$sortab.sorted) === null || _currentObject$sortab === void 0 ? void 0 : _currentObject$sortab.length) > 0 ? currentObject.sortable.sorted : currentObject.childNodes;
|
|
114
|
+
for (var i = objects.length - 1; i >= 0; i--) {
|
|
115
|
+
stack.push(objects[i]);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
renderingService.hooks.endFrame.tap(CanvasRendererPlugin2.tag, function() {
|
|
120
|
+
beforeDraw();
|
|
121
|
+
if (renderingContext.root.childNodes.length === 0) {
|
|
122
|
+
_this.clearFullScreenLastFrame = true;
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
enableRenderingOptimization = config.renderer.getConfig().enableRenderingOptimization;
|
|
126
|
+
_classPrivateFieldBase(_this, _renderState)[_renderState] = {
|
|
127
|
+
restoreStack: [],
|
|
128
|
+
prevObject: null,
|
|
129
|
+
currentContext: _classPrivateFieldBase(_this, _renderState)[_renderState].currentContext
|
|
130
|
+
};
|
|
131
|
+
_classPrivateFieldBase(_this, _renderState)[_renderState].currentContext.clear();
|
|
132
|
+
_this.clearFullScreenLastFrame = false;
|
|
133
|
+
var context2 = contextService.getContext();
|
|
134
|
+
var dpr = contextService.getDPR();
|
|
135
|
+
fromScaling(_this.dprMatrix, [dpr, dpr, 1]);
|
|
136
|
+
multiply(_this.vpMatrix, _this.dprMatrix, camera.getOrthoMatrix());
|
|
137
|
+
if (_this.clearFullScreen) {
|
|
138
|
+
if (enableRenderingOptimization) {
|
|
139
|
+
context2.save();
|
|
140
|
+
renderByZIndex(renderingContext.root, context2);
|
|
141
|
+
context2.restore();
|
|
142
|
+
} else {
|
|
143
|
+
renderByZIndex(renderingContext.root, context2);
|
|
144
|
+
}
|
|
145
|
+
} else {
|
|
146
|
+
var dirtyRenderBounds = _this.safeMergeAABB(_this.mergeDirtyAABBs(_this.renderQueue));
|
|
147
|
+
if (AABB.isEmpty(dirtyRenderBounds)) {
|
|
148
|
+
_this.renderQueue = [];
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
var dirtyRect = _this.convertAABB2Rect(dirtyRenderBounds);
|
|
152
|
+
var x = dirtyRect.x, y = dirtyRect.y, width = dirtyRect.width, height = dirtyRect.height;
|
|
153
|
+
var tl = transformMat4(_this.vec3a, [x, y, 0], _this.vpMatrix);
|
|
154
|
+
var tr = transformMat4(_this.vec3b, [x + width, y, 0], _this.vpMatrix);
|
|
155
|
+
var bl = transformMat4(_this.vec3c, [x, y + height, 0], _this.vpMatrix);
|
|
156
|
+
var br = transformMat4(_this.vec3d, [x + width, y + height, 0], _this.vpMatrix);
|
|
157
|
+
var minx = Math.min(tl[0], tr[0], br[0], bl[0]);
|
|
158
|
+
var miny = Math.min(tl[1], tr[1], br[1], bl[1]);
|
|
159
|
+
var maxx = Math.max(tl[0], tr[0], br[0], bl[0]);
|
|
160
|
+
var maxy = Math.max(tl[1], tr[1], br[1], bl[1]);
|
|
161
|
+
var ix = Math.floor(minx);
|
|
162
|
+
var iy = Math.floor(miny);
|
|
163
|
+
var iwidth = Math.ceil(maxx - minx);
|
|
164
|
+
var iheight = Math.ceil(maxy - miny);
|
|
165
|
+
context2.save();
|
|
166
|
+
_this.clearRect(context2, ix, iy, iwidth, iheight, config.background);
|
|
167
|
+
context2.beginPath();
|
|
168
|
+
context2.rect(ix, iy, iwidth, iheight);
|
|
169
|
+
context2.clip();
|
|
170
|
+
context2.setTransform(_this.vpMatrix[0], _this.vpMatrix[1], _this.vpMatrix[4], _this.vpMatrix[5], _this.vpMatrix[12], _this.vpMatrix[13]);
|
|
171
|
+
var _config$renderer$getC = config.renderer.getConfig(), enableDirtyRectangleRenderingDebug = _config$renderer$getC.enableDirtyRectangleRenderingDebug;
|
|
172
|
+
if (enableDirtyRectangleRenderingDebug) {
|
|
173
|
+
canvas.dispatchEvent(new CustomEvent(CanvasEvent.DIRTY_RECTANGLE, {
|
|
174
|
+
dirtyRect: {
|
|
175
|
+
x: ix,
|
|
176
|
+
y: iy,
|
|
177
|
+
width: iwidth,
|
|
178
|
+
height: iheight
|
|
179
|
+
}
|
|
180
|
+
}));
|
|
181
|
+
}
|
|
182
|
+
var _dirtyRenderBounds$ge = dirtyRenderBounds.getMin(), _dirtyRenderBounds$ge2 = _slicedToArray(_dirtyRenderBounds$ge, 2), minX = _dirtyRenderBounds$ge2[0], minY = _dirtyRenderBounds$ge2[1];
|
|
183
|
+
var _dirtyRenderBounds$ge3 = dirtyRenderBounds.getMax(), _dirtyRenderBounds$ge4 = _slicedToArray(_dirtyRenderBounds$ge3, 2), maxX = _dirtyRenderBounds$ge4[0], maxY = _dirtyRenderBounds$ge4[1];
|
|
184
|
+
var dirtyObjects = renderingContext.root.ownerDocument.elementsFromBBox(minX, minY, maxX, maxY);
|
|
185
|
+
dirtyObjects.sort(function(a, b) {
|
|
186
|
+
return a.sortable.renderOrder - b.sortable.renderOrder;
|
|
187
|
+
}).forEach(function(object) {
|
|
188
|
+
if (object && object.isVisible() && !object.isCulled()) {
|
|
189
|
+
_this.renderDisplayObject(object, context2, _this.context, _classPrivateFieldBase(_this, _renderState)[_renderState], runtime);
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
context2.restore();
|
|
193
|
+
_this.renderQueue.forEach(function(object) {
|
|
194
|
+
_this.saveDirtyAABB(object);
|
|
195
|
+
});
|
|
196
|
+
_this.renderQueue = [];
|
|
197
|
+
}
|
|
198
|
+
_classPrivateFieldBase(_this, _renderState)[_renderState].restoreStack.forEach(function() {
|
|
199
|
+
context2.restore();
|
|
200
|
+
});
|
|
201
|
+
_classPrivateFieldBase(_this, _renderState)[_renderState].restoreStack = [];
|
|
202
|
+
});
|
|
203
|
+
renderingService.hooks.render.tap(CanvasRendererPlugin2.tag, function(object) {
|
|
204
|
+
if (!_this.clearFullScreen) {
|
|
205
|
+
_this.renderQueue.push(object);
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
}
|
|
209
|
+
}, {
|
|
210
|
+
key: "clearRect",
|
|
211
|
+
value: function clearRect(context, x, y, width, height, background) {
|
|
212
|
+
context.clearRect(x, y, width, height);
|
|
213
|
+
if (background) {
|
|
214
|
+
context.fillStyle = background;
|
|
215
|
+
context.fillRect(x, y, width, height);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}, {
|
|
219
|
+
key: "renderDisplayObjectOptimized",
|
|
220
|
+
value: function renderDisplayObjectOptimized(object, context, canvasContext, renderState, runtime) {
|
|
221
|
+
var nodeName = object.nodeName;
|
|
222
|
+
var updateTransform = false;
|
|
223
|
+
var clipDraw = false;
|
|
224
|
+
var styleRenderer = this.context.styleRendererFactory[nodeName];
|
|
225
|
+
var generatePath2 = this.pathGeneratorFactory[nodeName];
|
|
226
|
+
var clipPath = object.parsedStyle.clipPath;
|
|
227
|
+
if (clipPath) {
|
|
228
|
+
updateTransform = !renderState.prevObject || !exactEquals(clipPath.getWorldTransform(), renderState.prevObject.getWorldTransform());
|
|
229
|
+
if (updateTransform) {
|
|
230
|
+
this.applyWorldTransform(context, clipPath);
|
|
231
|
+
renderState.prevObject = null;
|
|
232
|
+
}
|
|
233
|
+
var _generatePath = this.pathGeneratorFactory[clipPath.nodeName];
|
|
234
|
+
if (_generatePath) {
|
|
235
|
+
context.save();
|
|
236
|
+
clipDraw = true;
|
|
237
|
+
context.beginPath();
|
|
238
|
+
_generatePath(context, clipPath.parsedStyle);
|
|
239
|
+
context.closePath();
|
|
240
|
+
context.clip();
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
if (styleRenderer) {
|
|
244
|
+
updateTransform = !renderState.prevObject || !exactEquals(object.getWorldTransform(), renderState.prevObject.getWorldTransform());
|
|
245
|
+
if (updateTransform) {
|
|
246
|
+
this.applyWorldTransform(context, object);
|
|
247
|
+
}
|
|
248
|
+
var forceUpdateStyle = !renderState.prevObject;
|
|
249
|
+
if (!forceUpdateStyle) {
|
|
250
|
+
var prevNodeName = renderState.prevObject.nodeName;
|
|
251
|
+
if (nodeName === Shape.TEXT) {
|
|
252
|
+
forceUpdateStyle = prevNodeName !== Shape.TEXT;
|
|
253
|
+
} else if (nodeName === Shape.IMAGE) {
|
|
254
|
+
forceUpdateStyle = prevNodeName !== Shape.IMAGE;
|
|
255
|
+
} else {
|
|
256
|
+
forceUpdateStyle = prevNodeName === Shape.TEXT || prevNodeName === Shape.IMAGE;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
styleRenderer.applyStyleToContext(context, object, forceUpdateStyle, renderState);
|
|
260
|
+
renderState.prevObject = object;
|
|
261
|
+
}
|
|
262
|
+
if (generatePath2) {
|
|
263
|
+
context.beginPath();
|
|
264
|
+
generatePath2(context, object.parsedStyle);
|
|
265
|
+
if (nodeName !== Shape.LINE && nodeName !== Shape.PATH && nodeName !== Shape.POLYLINE) {
|
|
266
|
+
context.closePath();
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
if (styleRenderer) {
|
|
270
|
+
styleRenderer.drawToContext(context, object, _classPrivateFieldBase(this, _renderState)[_renderState], this, runtime);
|
|
271
|
+
}
|
|
272
|
+
if (clipDraw) {
|
|
273
|
+
context.restore();
|
|
274
|
+
}
|
|
275
|
+
object.dirty(false);
|
|
276
|
+
}
|
|
277
|
+
}, {
|
|
278
|
+
key: "renderDisplayObject",
|
|
279
|
+
value: function renderDisplayObject(object, context, canvasContext, renderState, runtime) {
|
|
280
|
+
var nodeName = object.nodeName;
|
|
281
|
+
var parent = renderState.restoreStack[renderState.restoreStack.length - 1];
|
|
282
|
+
if (parent && !(object.compareDocumentPosition(parent) & Node.DOCUMENT_POSITION_CONTAINS)) {
|
|
283
|
+
context.restore();
|
|
284
|
+
renderState.restoreStack.pop();
|
|
285
|
+
}
|
|
286
|
+
var styleRenderer = this.context.styleRendererFactory[nodeName];
|
|
287
|
+
var generatePath2 = this.pathGeneratorFactory[nodeName];
|
|
288
|
+
var clipPath = object.parsedStyle.clipPath;
|
|
289
|
+
if (clipPath) {
|
|
290
|
+
this.applyWorldTransform(context, clipPath);
|
|
291
|
+
var _generatePath2 = this.pathGeneratorFactory[clipPath.nodeName];
|
|
292
|
+
if (_generatePath2) {
|
|
293
|
+
context.save();
|
|
294
|
+
renderState.restoreStack.push(object);
|
|
295
|
+
context.beginPath();
|
|
296
|
+
_generatePath2(context, clipPath.parsedStyle);
|
|
297
|
+
context.closePath();
|
|
298
|
+
context.clip();
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
if (styleRenderer) {
|
|
302
|
+
this.applyWorldTransform(context, object);
|
|
303
|
+
context.save();
|
|
304
|
+
this.applyAttributesToContext(context, object);
|
|
305
|
+
}
|
|
306
|
+
if (generatePath2) {
|
|
307
|
+
context.beginPath();
|
|
308
|
+
generatePath2(context, object.parsedStyle);
|
|
309
|
+
if (nodeName !== Shape.LINE && nodeName !== Shape.PATH && nodeName !== Shape.POLYLINE) {
|
|
310
|
+
context.closePath();
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
if (styleRenderer) {
|
|
314
|
+
styleRenderer.render(context, object.parsedStyle, object, canvasContext, this, runtime);
|
|
315
|
+
context.restore();
|
|
316
|
+
}
|
|
317
|
+
object.dirty(false);
|
|
318
|
+
}
|
|
319
|
+
}, {
|
|
320
|
+
key: "applyAttributesToContext",
|
|
321
|
+
value: function applyAttributesToContext(context, object) {
|
|
322
|
+
var _ref = object.parsedStyle, stroke = _ref.stroke, fill = _ref.fill, opacity = _ref.opacity, lineDash = _ref.lineDash, lineDashOffset = _ref.lineDashOffset;
|
|
323
|
+
if (lineDash) {
|
|
324
|
+
context.setLineDash(lineDash);
|
|
325
|
+
}
|
|
326
|
+
if (!isNil(lineDashOffset)) {
|
|
327
|
+
context.lineDashOffset = lineDashOffset;
|
|
328
|
+
}
|
|
329
|
+
if (!isNil(opacity)) {
|
|
330
|
+
context.globalAlpha *= opacity;
|
|
331
|
+
}
|
|
332
|
+
if (!isNil(stroke) && !Array.isArray(stroke) && !stroke.isNone) {
|
|
333
|
+
context.strokeStyle = object.attributes.stroke;
|
|
334
|
+
}
|
|
335
|
+
if (!isNil(fill) && !Array.isArray(fill) && !fill.isNone) {
|
|
336
|
+
context.fillStyle = object.attributes.fill;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}, {
|
|
340
|
+
key: "convertAABB2Rect",
|
|
341
|
+
value: function convertAABB2Rect(aabb) {
|
|
342
|
+
var min = aabb.getMin();
|
|
343
|
+
var max = aabb.getMax();
|
|
344
|
+
var minX = Math.floor(min[0]);
|
|
345
|
+
var minY = Math.floor(min[1]);
|
|
346
|
+
var maxX = Math.ceil(max[0]);
|
|
347
|
+
var maxY = Math.ceil(max[1]);
|
|
348
|
+
var width = maxX - minX;
|
|
349
|
+
var height = maxY - minY;
|
|
350
|
+
return {
|
|
351
|
+
x: minX,
|
|
352
|
+
y: minY,
|
|
353
|
+
width,
|
|
354
|
+
height
|
|
355
|
+
};
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* TODO: merge dirty rectangles with some strategies.
|
|
359
|
+
* For now, we just simply merge all the rectangles into one.
|
|
360
|
+
* @see https://idom.me/articles/841.html
|
|
361
|
+
*/
|
|
362
|
+
}, {
|
|
363
|
+
key: "mergeDirtyAABBs",
|
|
364
|
+
value: function mergeDirtyAABBs(dirtyObjects) {
|
|
365
|
+
var aabb = new AABB();
|
|
366
|
+
dirtyObjects.forEach(function(object) {
|
|
367
|
+
var renderBounds = object.getRenderBounds();
|
|
368
|
+
aabb.add(renderBounds);
|
|
369
|
+
var dirtyRenderBounds = object.renderable.dirtyRenderBounds;
|
|
370
|
+
if (dirtyRenderBounds) {
|
|
371
|
+
aabb.add(dirtyRenderBounds);
|
|
372
|
+
}
|
|
373
|
+
});
|
|
374
|
+
return aabb;
|
|
375
|
+
}
|
|
376
|
+
}, {
|
|
377
|
+
key: "saveDirtyAABB",
|
|
378
|
+
value: function saveDirtyAABB(object) {
|
|
379
|
+
var renderable = object.renderable;
|
|
380
|
+
if (!renderable.dirtyRenderBounds) {
|
|
381
|
+
renderable.dirtyRenderBounds = new AABB();
|
|
382
|
+
}
|
|
383
|
+
var renderBounds = object.getRenderBounds();
|
|
384
|
+
if (renderBounds) {
|
|
385
|
+
renderable.dirtyRenderBounds.update(renderBounds.center, renderBounds.halfExtents);
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}, {
|
|
389
|
+
key: "applyWorldTransform",
|
|
390
|
+
value: function applyWorldTransform(context, object, matrix) {
|
|
391
|
+
if (matrix) {
|
|
392
|
+
copy(this.tmpMat4, object.getLocalTransform());
|
|
393
|
+
multiply(this.tmpMat4, matrix, this.tmpMat4);
|
|
394
|
+
multiply(this.tmpMat4, this.vpMatrix, this.tmpMat4);
|
|
395
|
+
} else {
|
|
396
|
+
copy(this.tmpMat4, object.getWorldTransform());
|
|
397
|
+
multiply(this.tmpMat4, this.vpMatrix, this.tmpMat4);
|
|
398
|
+
}
|
|
399
|
+
context.setTransform(this.tmpMat4[0], this.tmpMat4[1], this.tmpMat4[4], this.tmpMat4[5], this.tmpMat4[12], this.tmpMat4[13]);
|
|
400
|
+
}
|
|
401
|
+
}, {
|
|
402
|
+
key: "safeMergeAABB",
|
|
403
|
+
value: function safeMergeAABB() {
|
|
404
|
+
var merged = new AABB();
|
|
405
|
+
for (var _len = arguments.length, aabbs = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
406
|
+
aabbs[_key] = arguments[_key];
|
|
407
|
+
}
|
|
408
|
+
aabbs.forEach(function(aabb) {
|
|
409
|
+
merged.add(aabb);
|
|
410
|
+
});
|
|
411
|
+
return merged;
|
|
412
|
+
}
|
|
413
|
+
}]);
|
|
414
|
+
})();
|
|
415
|
+
CanvasRendererPlugin.tag = "CanvasRenderer";
|
|
416
|
+
function getPattern(pattern, object, context, canvasContext, plugin, runtime, imagePool) {
|
|
417
|
+
var $offscreenCanvas;
|
|
418
|
+
var dpr;
|
|
419
|
+
if (pattern.image.nodeName === "rect") {
|
|
420
|
+
var _parsedStyle = pattern.image.parsedStyle, width = _parsedStyle.width, height = _parsedStyle.height;
|
|
421
|
+
dpr = canvasContext.contextService.getDPR();
|
|
422
|
+
var offscreenCanvas = canvasContext.config.offscreenCanvas;
|
|
423
|
+
$offscreenCanvas = runtime.offscreenCanvasCreator.getOrCreateCanvas(offscreenCanvas);
|
|
424
|
+
$offscreenCanvas.width = width * dpr;
|
|
425
|
+
$offscreenCanvas.height = height * dpr;
|
|
426
|
+
var offscreenCanvasContext = runtime.offscreenCanvasCreator.getOrCreateContext(offscreenCanvas);
|
|
427
|
+
var renderState = {
|
|
428
|
+
restoreStack: [],
|
|
429
|
+
prevObject: null,
|
|
430
|
+
currentContext: /* @__PURE__ */ new Map()
|
|
431
|
+
};
|
|
432
|
+
pattern.image.forEach(function(object2) {
|
|
433
|
+
plugin.renderDisplayObject(object2, offscreenCanvasContext, canvasContext, renderState, runtime);
|
|
434
|
+
});
|
|
435
|
+
renderState.restoreStack.forEach(function() {
|
|
436
|
+
offscreenCanvasContext.restore();
|
|
437
|
+
});
|
|
438
|
+
}
|
|
439
|
+
var canvasPattern = imagePool.getOrCreatePatternSync(object, pattern, context, $offscreenCanvas, dpr, object.getGeometryBounds().min, function() {
|
|
440
|
+
object.dirty();
|
|
441
|
+
canvasContext.renderingService.dirty();
|
|
442
|
+
});
|
|
443
|
+
return canvasPattern;
|
|
444
|
+
}
|
|
445
|
+
function getColor(parsedColor, object, context, imagePool) {
|
|
446
|
+
var color;
|
|
447
|
+
if (parsedColor.type === GradientType.LinearGradient || parsedColor.type === GradientType.RadialGradient) {
|
|
448
|
+
var bounds = object.getGeometryBounds();
|
|
449
|
+
var width = bounds && bounds.halfExtents[0] * 2 || 1;
|
|
450
|
+
var height = bounds && bounds.halfExtents[1] * 2 || 1;
|
|
451
|
+
var min = bounds && bounds.min || [0, 0];
|
|
452
|
+
color = imagePool.getOrCreateGradient(_objectSpread2(_objectSpread2({
|
|
453
|
+
type: parsedColor.type
|
|
454
|
+
}, parsedColor.value), {}, {
|
|
455
|
+
min,
|
|
456
|
+
width,
|
|
457
|
+
height
|
|
458
|
+
}), context);
|
|
459
|
+
}
|
|
460
|
+
return color;
|
|
461
|
+
}
|
|
462
|
+
var SHADOW_NUMBER_STYLE = ["shadowBlur", "shadowOffsetX", "shadowOffsetY"];
|
|
463
|
+
var STROKE_STYLE = ["lineCap", "lineJoin", "miterLimit"];
|
|
464
|
+
var DEFAULT_STYLE = {
|
|
465
|
+
// common
|
|
466
|
+
globalAlpha: 1,
|
|
467
|
+
shadowBlur: 0,
|
|
468
|
+
shadowOffsetX: 0,
|
|
469
|
+
shadowOffsetY: 0,
|
|
470
|
+
shadowColor: "#000",
|
|
471
|
+
filter: "none",
|
|
472
|
+
globalCompositeOperation: "source-over",
|
|
473
|
+
// stroke/fill
|
|
474
|
+
strokeStyle: "#000",
|
|
475
|
+
strokeOpacity: 1,
|
|
476
|
+
lineWidth: 1,
|
|
477
|
+
lineDash: [],
|
|
478
|
+
lineDashOffset: 0,
|
|
479
|
+
lineCap: "butt",
|
|
480
|
+
lineJoin: "miter",
|
|
481
|
+
miterLimit: 10,
|
|
482
|
+
fillStyle: "#000",
|
|
483
|
+
fillOpacity: 1
|
|
484
|
+
// image
|
|
485
|
+
};
|
|
486
|
+
var defaultParsedStyle = {};
|
|
487
|
+
function updateContextIfNotHitCache(context, key, value, cache) {
|
|
488
|
+
var prevValue = cache.has(key) ? cache.get(key) : DEFAULT_STYLE[key];
|
|
489
|
+
if (prevValue !== value) {
|
|
490
|
+
if (key === "lineDash") {
|
|
491
|
+
context.setLineDash(value);
|
|
492
|
+
} else {
|
|
493
|
+
context[key] = value;
|
|
494
|
+
}
|
|
495
|
+
cache.set(key, value);
|
|
496
|
+
}
|
|
497
|
+
return prevValue;
|
|
498
|
+
}
|
|
499
|
+
var OptimizedDefaultRenderer = /* @__PURE__ */ (function() {
|
|
500
|
+
function OptimizedDefaultRenderer2(imagePool) {
|
|
501
|
+
_classCallCheck(this, OptimizedDefaultRenderer2);
|
|
502
|
+
this.imagePool = imagePool;
|
|
503
|
+
}
|
|
504
|
+
return _createClass(OptimizedDefaultRenderer2, [{
|
|
505
|
+
key: "applyAttributesToContext",
|
|
506
|
+
value: function applyAttributesToContext(context, object) {
|
|
507
|
+
}
|
|
508
|
+
}, {
|
|
509
|
+
key: "render",
|
|
510
|
+
value: function render(context, parsedStyle, object, canvasContext, plugin, runtime) {
|
|
511
|
+
}
|
|
512
|
+
// #region common style
|
|
513
|
+
}, {
|
|
514
|
+
key: "applyCommonStyleToContext",
|
|
515
|
+
value: function applyCommonStyleToContext(context, object, forceUpdate, renderState) {
|
|
516
|
+
var prevStyle = forceUpdate ? defaultParsedStyle : renderState.prevObject.parsedStyle;
|
|
517
|
+
var style = object.parsedStyle;
|
|
518
|
+
if (forceUpdate || style.opacity !== prevStyle.opacity) {
|
|
519
|
+
updateContextIfNotHitCache(context, "globalAlpha", !isNil(style.opacity) ? style.opacity : DEFAULT_STYLE.globalAlpha, renderState.currentContext);
|
|
520
|
+
}
|
|
521
|
+
if (forceUpdate || style.blend !== prevStyle.blend) {
|
|
522
|
+
updateContextIfNotHitCache(
|
|
523
|
+
context,
|
|
524
|
+
"globalCompositeOperation",
|
|
525
|
+
// @ts-ignore
|
|
526
|
+
!isNil(style.blend) ? (
|
|
527
|
+
// @ts-ignore
|
|
528
|
+
style.blend
|
|
529
|
+
) : DEFAULT_STYLE.globalCompositeOperation,
|
|
530
|
+
renderState.currentContext
|
|
531
|
+
);
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
// #endregion common style
|
|
535
|
+
// #region stroke/fill style
|
|
536
|
+
}, {
|
|
537
|
+
key: "applyStrokeFillStyleToContext",
|
|
538
|
+
value: function applyStrokeFillStyleToContext(context, object, forceUpdate, renderState) {
|
|
539
|
+
var prevStyle = forceUpdate ? defaultParsedStyle : renderState.prevObject.parsedStyle;
|
|
540
|
+
var style = object.parsedStyle;
|
|
541
|
+
var _style$lineWidth = style.lineWidth, lineWidth = _style$lineWidth === void 0 ? DEFAULT_STYLE.lineWidth : _style$lineWidth;
|
|
542
|
+
var hasFill = style.fill && !style.fill.isNone;
|
|
543
|
+
var hasStroke = style.stroke && !style.stroke.isNone && lineWidth > 0;
|
|
544
|
+
if (hasStroke) {
|
|
545
|
+
if (forceUpdate || object.attributes.stroke !== renderState.prevObject.attributes.stroke) {
|
|
546
|
+
var value = !isNil(style.stroke) && !Array.isArray(style.stroke) && !style.stroke.isNone ? object.attributes.stroke : DEFAULT_STYLE.strokeStyle;
|
|
547
|
+
updateContextIfNotHitCache(context, "strokeStyle", value, renderState.currentContext);
|
|
548
|
+
}
|
|
549
|
+
if (forceUpdate || style.lineWidth !== prevStyle.lineWidth) {
|
|
550
|
+
updateContextIfNotHitCache(context, "lineWidth", !isNil(style.lineWidth) ? style.lineWidth : DEFAULT_STYLE.lineWidth, renderState.currentContext);
|
|
551
|
+
}
|
|
552
|
+
if (forceUpdate || style.lineDash !== prevStyle.lineDash) {
|
|
553
|
+
updateContextIfNotHitCache(context, "lineDash", style.lineDash || DEFAULT_STYLE.lineDash, renderState.currentContext);
|
|
554
|
+
}
|
|
555
|
+
if (forceUpdate || style.lineDashOffset !== prevStyle.lineDashOffset) {
|
|
556
|
+
updateContextIfNotHitCache(context, "lineDashOffset", !isNil(style.lineDashOffset) ? style.lineDashOffset : DEFAULT_STYLE.lineDashOffset, renderState.currentContext);
|
|
557
|
+
}
|
|
558
|
+
for (var i = 0; i < STROKE_STYLE.length; i++) {
|
|
559
|
+
var styleName = STROKE_STYLE[i];
|
|
560
|
+
if (forceUpdate || style[styleName] !== prevStyle[styleName]) {
|
|
561
|
+
updateContextIfNotHitCache(context, styleName, !isNil(style[styleName]) ? style[styleName] : DEFAULT_STYLE[styleName], renderState.currentContext);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
if (hasFill && (forceUpdate || object.attributes.fill !== renderState.prevObject.attributes.fill)) {
|
|
566
|
+
var _value = !isNil(style.fill) && !Array.isArray(style.fill) && !style.fill.isNone ? object.attributes.fill : DEFAULT_STYLE.fillStyle;
|
|
567
|
+
updateContextIfNotHitCache(context, "fillStyle", _value, renderState.currentContext);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
// #endregion stroke/fill style
|
|
571
|
+
}, {
|
|
572
|
+
key: "applyStyleToContext",
|
|
573
|
+
value: function applyStyleToContext(context, object, forceUpdate, renderState) {
|
|
574
|
+
var nodeName = object.nodeName;
|
|
575
|
+
this.applyCommonStyleToContext(context, object, forceUpdate, renderState);
|
|
576
|
+
if (nodeName === Shape.IMAGE) ;
|
|
577
|
+
else {
|
|
578
|
+
this.applyStrokeFillStyleToContext(context, object, forceUpdate, renderState);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}, {
|
|
582
|
+
key: "applyShadowAndFilterStyleToContext",
|
|
583
|
+
value: function applyShadowAndFilterStyleToContext(context, object, hasShadow, renderState) {
|
|
584
|
+
var style = object.parsedStyle;
|
|
585
|
+
if (hasShadow) {
|
|
586
|
+
updateContextIfNotHitCache(context, "shadowColor", style.shadowColor.toString(), renderState.currentContext);
|
|
587
|
+
for (var i = 0; i < SHADOW_NUMBER_STYLE.length; i++) {
|
|
588
|
+
var styleName = SHADOW_NUMBER_STYLE[i];
|
|
589
|
+
updateContextIfNotHitCache(context, styleName, style[styleName] || DEFAULT_STYLE[styleName], renderState.currentContext);
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
if (style.filter && style.filter.length) {
|
|
593
|
+
updateContextIfNotHitCache(
|
|
594
|
+
context,
|
|
595
|
+
"filter",
|
|
596
|
+
// use raw filter string
|
|
597
|
+
object.attributes.filter,
|
|
598
|
+
renderState.currentContext
|
|
599
|
+
);
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}, {
|
|
603
|
+
key: "clearShadowAndFilterStyleForContext",
|
|
604
|
+
value: function clearShadowAndFilterStyleForContext(context, hasShadow, hasFilter, renderState) {
|
|
605
|
+
var onlyClearShadowFilter = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : false;
|
|
606
|
+
if (hasShadow) {
|
|
607
|
+
updateContextIfNotHitCache(context, "shadowColor", DEFAULT_STYLE.shadowColor, renderState.currentContext);
|
|
608
|
+
for (var i = 0; i < SHADOW_NUMBER_STYLE.length; i++) {
|
|
609
|
+
var styleName = SHADOW_NUMBER_STYLE[i];
|
|
610
|
+
updateContextIfNotHitCache(context, styleName, DEFAULT_STYLE[styleName], renderState.currentContext);
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
if (hasFilter) {
|
|
614
|
+
if (hasShadow && onlyClearShadowFilter) {
|
|
615
|
+
var oldFilter = context.filter;
|
|
616
|
+
if (!isNil(oldFilter) && oldFilter.indexOf("drop-shadow") > -1) {
|
|
617
|
+
updateContextIfNotHitCache(context, "filter", oldFilter.replace(/drop-shadow\([^)]*\)/, "").trim() || DEFAULT_STYLE.filter, renderState.currentContext);
|
|
618
|
+
}
|
|
619
|
+
} else {
|
|
620
|
+
updateContextIfNotHitCache(context, "filter", DEFAULT_STYLE.filter, renderState.currentContext);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}, {
|
|
625
|
+
key: "fillToContext",
|
|
626
|
+
value: function fillToContext(context, object, renderState, plugin, runtime) {
|
|
627
|
+
var _this = this;
|
|
628
|
+
var _object$parsedStyle = object.parsedStyle, fill = _object$parsedStyle.fill, fillRule = _object$parsedStyle.fillRule;
|
|
629
|
+
var resetStyle = null;
|
|
630
|
+
if (Array.isArray(fill) && fill.length > 0) {
|
|
631
|
+
fill.forEach(function(gradient) {
|
|
632
|
+
var prevStyle = updateContextIfNotHitCache(context, "fillStyle", getColor(gradient, object, context, _this.imagePool), renderState.currentContext);
|
|
633
|
+
resetStyle = resetStyle !== null && resetStyle !== void 0 ? resetStyle : prevStyle;
|
|
634
|
+
if (fillRule) {
|
|
635
|
+
context.fill(fillRule);
|
|
636
|
+
} else {
|
|
637
|
+
context.fill();
|
|
638
|
+
}
|
|
639
|
+
});
|
|
640
|
+
} else {
|
|
641
|
+
if (isPattern(fill)) {
|
|
642
|
+
var pattern = getPattern(fill, object, context, object.ownerDocument.defaultView.context, plugin, runtime, this.imagePool);
|
|
643
|
+
if (pattern) {
|
|
644
|
+
context.fillStyle = pattern;
|
|
645
|
+
resetStyle = true;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
if (fillRule) {
|
|
649
|
+
context.fill(fillRule);
|
|
650
|
+
} else {
|
|
651
|
+
context.fill();
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
if (resetStyle !== null) {
|
|
655
|
+
updateContextIfNotHitCache(context, "fillStyle", resetStyle, renderState.currentContext);
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
}, {
|
|
659
|
+
key: "strokeToContext",
|
|
660
|
+
value: function strokeToContext(context, object, renderState, plugin, runtime) {
|
|
661
|
+
var _this2 = this;
|
|
662
|
+
var stroke = object.parsedStyle.stroke;
|
|
663
|
+
var resetStyle = null;
|
|
664
|
+
if (Array.isArray(stroke) && stroke.length > 0) {
|
|
665
|
+
stroke.forEach(function(gradient) {
|
|
666
|
+
var prevStyle2 = updateContextIfNotHitCache(context, "strokeStyle", getColor(gradient, object, context, _this2.imagePool), renderState.currentContext);
|
|
667
|
+
resetStyle = resetStyle !== null && resetStyle !== void 0 ? resetStyle : prevStyle2;
|
|
668
|
+
context.stroke();
|
|
669
|
+
});
|
|
670
|
+
} else {
|
|
671
|
+
if (isPattern(stroke)) {
|
|
672
|
+
var pattern = getPattern(stroke, object, context, object.ownerDocument.defaultView.context, plugin, runtime, this.imagePool);
|
|
673
|
+
if (pattern) {
|
|
674
|
+
var prevStyle = updateContextIfNotHitCache(context, "strokeStyle", pattern, renderState.currentContext);
|
|
675
|
+
resetStyle = resetStyle !== null && resetStyle !== void 0 ? resetStyle : prevStyle;
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
context.stroke();
|
|
679
|
+
}
|
|
680
|
+
if (resetStyle !== null) {
|
|
681
|
+
updateContextIfNotHitCache(context, "strokeStyle", resetStyle, renderState.currentContext);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
}, {
|
|
685
|
+
key: "drawToContext",
|
|
686
|
+
value: function drawToContext(context, object, renderState, plugin, runtime) {
|
|
687
|
+
var _style$fill;
|
|
688
|
+
var nodeName = object.nodeName;
|
|
689
|
+
var style = object.parsedStyle;
|
|
690
|
+
var _style$opacity = style.opacity, opacity = _style$opacity === void 0 ? DEFAULT_STYLE.globalAlpha : _style$opacity, _style$fillOpacity = style.fillOpacity, fillOpacity = _style$fillOpacity === void 0 ? DEFAULT_STYLE.fillOpacity : _style$fillOpacity, _style$strokeOpacity = style.strokeOpacity, strokeOpacity = _style$strokeOpacity === void 0 ? DEFAULT_STYLE.strokeOpacity : _style$strokeOpacity, _style$lineWidth2 = style.lineWidth, lineWidth = _style$lineWidth2 === void 0 ? DEFAULT_STYLE.lineWidth : _style$lineWidth2;
|
|
691
|
+
var hasFill = style.fill && !style.fill.isNone;
|
|
692
|
+
var hasStroke = style.stroke && !style.stroke.isNone && lineWidth > 0;
|
|
693
|
+
if (!hasFill && !hasStroke) {
|
|
694
|
+
return;
|
|
695
|
+
}
|
|
696
|
+
var hasShadow = !isNil(style.shadowColor) && style.shadowBlur > 0;
|
|
697
|
+
var isInnerShadow = style.shadowType === "inner";
|
|
698
|
+
var isFillTransparent = ((_style$fill = style.fill) === null || _style$fill === void 0 ? void 0 : _style$fill.alpha) === 0;
|
|
699
|
+
var hasFilter = !!(style.filter && style.filter.length);
|
|
700
|
+
var shouldDrawShadowWithStroke = hasShadow && hasStroke && (nodeName === Shape.PATH || nodeName === Shape.LINE || nodeName === Shape.POLYLINE || isFillTransparent || isInnerShadow);
|
|
701
|
+
var originGlobalAlpha = null;
|
|
702
|
+
if (hasFill) {
|
|
703
|
+
if (!shouldDrawShadowWithStroke) {
|
|
704
|
+
this.applyShadowAndFilterStyleToContext(context, object, hasShadow, renderState);
|
|
705
|
+
}
|
|
706
|
+
var updateOpacity = opacity * fillOpacity;
|
|
707
|
+
originGlobalAlpha = updateContextIfNotHitCache(context, "globalAlpha", updateOpacity, renderState.currentContext);
|
|
708
|
+
this.fillToContext(context, object, renderState, plugin, runtime);
|
|
709
|
+
if (!shouldDrawShadowWithStroke) {
|
|
710
|
+
this.clearShadowAndFilterStyleForContext(context, hasShadow, hasFilter, renderState);
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
if (hasStroke) {
|
|
714
|
+
var clearShadowAndFilter = false;
|
|
715
|
+
var _updateOpacity = opacity * strokeOpacity;
|
|
716
|
+
var prevOpacity = updateContextIfNotHitCache(context, "globalAlpha", _updateOpacity, renderState.currentContext);
|
|
717
|
+
originGlobalAlpha = hasFill ? originGlobalAlpha : prevOpacity;
|
|
718
|
+
if (shouldDrawShadowWithStroke) {
|
|
719
|
+
this.applyShadowAndFilterStyleToContext(context, object, hasShadow, renderState);
|
|
720
|
+
clearShadowAndFilter = true;
|
|
721
|
+
if (isInnerShadow) {
|
|
722
|
+
var originBlend = context.globalCompositeOperation;
|
|
723
|
+
context.globalCompositeOperation = "source-atop";
|
|
724
|
+
this.strokeToContext(context, object, renderState, plugin, runtime);
|
|
725
|
+
context.globalCompositeOperation = originBlend;
|
|
726
|
+
this.clearShadowAndFilterStyleForContext(context, hasShadow, hasFilter, renderState, true);
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
this.strokeToContext(context, object, renderState, plugin, runtime);
|
|
730
|
+
if (clearShadowAndFilter) {
|
|
731
|
+
this.clearShadowAndFilterStyleForContext(context, hasShadow, hasFilter, renderState);
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
if (originGlobalAlpha !== null) {
|
|
735
|
+
updateContextIfNotHitCache(context, "globalAlpha", originGlobalAlpha, renderState.currentContext);
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}]);
|
|
739
|
+
})();
|
|
740
|
+
var DefaultRenderer = /* @__PURE__ */ (function(_OptimizedDefaultRend) {
|
|
741
|
+
function DefaultRenderer2() {
|
|
742
|
+
_classCallCheck(this, DefaultRenderer2);
|
|
743
|
+
return _callSuper(this, DefaultRenderer2, arguments);
|
|
744
|
+
}
|
|
745
|
+
_inherits(DefaultRenderer2, _OptimizedDefaultRend);
|
|
746
|
+
return _createClass(DefaultRenderer2, [{
|
|
747
|
+
key: "render",
|
|
748
|
+
value: function render(context, parsedStyle, object, canvasContext, plugin, runtime) {
|
|
749
|
+
var fill = parsedStyle.fill, fillRule = parsedStyle.fillRule, _parsedStyle$opacity = parsedStyle.opacity, opacity = _parsedStyle$opacity === void 0 ? 1 : _parsedStyle$opacity, _parsedStyle$fillOpac = parsedStyle.fillOpacity, fillOpacity = _parsedStyle$fillOpac === void 0 ? 1 : _parsedStyle$fillOpac, stroke = parsedStyle.stroke, _parsedStyle$strokeOp = parsedStyle.strokeOpacity, strokeOpacity = _parsedStyle$strokeOp === void 0 ? 1 : _parsedStyle$strokeOp, _parsedStyle$lineWidt = parsedStyle.lineWidth, lineWidth = _parsedStyle$lineWidt === void 0 ? 1 : _parsedStyle$lineWidt, lineCap = parsedStyle.lineCap, lineJoin = parsedStyle.lineJoin, shadowType = parsedStyle.shadowType, shadowColor = parsedStyle.shadowColor, shadowBlur = parsedStyle.shadowBlur, filter = parsedStyle.filter, miterLimit = parsedStyle.miterLimit;
|
|
750
|
+
var hasFill = fill && !fill.isNone;
|
|
751
|
+
var hasStroke = stroke && !stroke.isNone && lineWidth > 0;
|
|
752
|
+
var isFillTransparent = (fill === null || fill === void 0 ? void 0 : fill.alpha) === 0;
|
|
753
|
+
var hasFilter = !!(filter && filter.length);
|
|
754
|
+
var hasShadow = !isNil(shadowColor) && shadowBlur > 0;
|
|
755
|
+
var nodeName = object.nodeName;
|
|
756
|
+
var isInnerShadow = shadowType === "inner";
|
|
757
|
+
var shouldDrawShadowWithStroke = hasStroke && hasShadow && (nodeName === Shape.PATH || nodeName === Shape.LINE || nodeName === Shape.POLYLINE || isFillTransparent || isInnerShadow);
|
|
758
|
+
if (hasFill) {
|
|
759
|
+
context.globalAlpha = opacity * fillOpacity;
|
|
760
|
+
if (!shouldDrawShadowWithStroke) {
|
|
761
|
+
setShadowAndFilter(object, context, hasShadow);
|
|
762
|
+
}
|
|
763
|
+
applyFill(context, object, fill, fillRule, canvasContext, plugin, runtime, this.imagePool);
|
|
764
|
+
if (!shouldDrawShadowWithStroke) {
|
|
765
|
+
this.clearShadowAndFilter(context, hasFilter, hasShadow);
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
if (hasStroke) {
|
|
769
|
+
context.globalAlpha = opacity * strokeOpacity;
|
|
770
|
+
context.lineWidth = lineWidth;
|
|
771
|
+
if (!isNil(miterLimit)) {
|
|
772
|
+
context.miterLimit = miterLimit;
|
|
773
|
+
}
|
|
774
|
+
if (!isNil(lineCap)) {
|
|
775
|
+
context.lineCap = lineCap;
|
|
776
|
+
}
|
|
777
|
+
if (!isNil(lineJoin)) {
|
|
778
|
+
context.lineJoin = lineJoin;
|
|
779
|
+
}
|
|
780
|
+
if (shouldDrawShadowWithStroke) {
|
|
781
|
+
if (isInnerShadow) {
|
|
782
|
+
context.globalCompositeOperation = "source-atop";
|
|
783
|
+
}
|
|
784
|
+
setShadowAndFilter(object, context, true);
|
|
785
|
+
if (isInnerShadow) {
|
|
786
|
+
applyStroke(context, object, stroke, canvasContext, plugin, runtime, this.imagePool);
|
|
787
|
+
context.globalCompositeOperation = DEFAULT_STYLE.globalCompositeOperation;
|
|
788
|
+
this.clearShadowAndFilter(context, hasFilter, true);
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
applyStroke(context, object, stroke, canvasContext, plugin, runtime, this.imagePool);
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
}, {
|
|
795
|
+
key: "clearShadowAndFilter",
|
|
796
|
+
value: function clearShadowAndFilter(context, hasFilter, hasShadow) {
|
|
797
|
+
if (hasShadow) {
|
|
798
|
+
context.shadowColor = "transparent";
|
|
799
|
+
context.shadowBlur = 0;
|
|
800
|
+
}
|
|
801
|
+
if (hasFilter) {
|
|
802
|
+
var oldFilter = context.filter;
|
|
803
|
+
if (!isNil(oldFilter) && oldFilter.indexOf("drop-shadow") > -1) {
|
|
804
|
+
context.filter = oldFilter.replace(/drop-shadow\([^)]*\)/, "").trim() || "none";
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
}]);
|
|
809
|
+
})(OptimizedDefaultRenderer);
|
|
810
|
+
function setShadowAndFilter(object, context, hasShadow) {
|
|
811
|
+
var _object$parsedStyle = object.parsedStyle, filter = _object$parsedStyle.filter, shadowColor = _object$parsedStyle.shadowColor, shadowBlur = _object$parsedStyle.shadowBlur, shadowOffsetX = _object$parsedStyle.shadowOffsetX, shadowOffsetY = _object$parsedStyle.shadowOffsetY;
|
|
812
|
+
if (filter && filter.length) {
|
|
813
|
+
context.filter = object.style.filter;
|
|
814
|
+
}
|
|
815
|
+
if (hasShadow) {
|
|
816
|
+
context.shadowColor = shadowColor.toString();
|
|
817
|
+
context.shadowBlur = shadowBlur || 0;
|
|
818
|
+
context.shadowOffsetX = shadowOffsetX || 0;
|
|
819
|
+
context.shadowOffsetY = shadowOffsetY || 0;
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
function applyFill(context, object, fill, fillRule, canvasContext, plugin, runtime, imagePool) {
|
|
823
|
+
var skipFill = arguments.length > 8 && arguments[8] !== void 0 ? arguments[8] : false;
|
|
824
|
+
if (Array.isArray(fill)) {
|
|
825
|
+
fill.forEach(function(gradient) {
|
|
826
|
+
context.fillStyle = getColor(gradient, object, context, imagePool);
|
|
827
|
+
if (!skipFill) {
|
|
828
|
+
fillRule ? context.fill(fillRule) : context.fill();
|
|
829
|
+
}
|
|
830
|
+
});
|
|
831
|
+
} else {
|
|
832
|
+
if (isPattern(fill)) {
|
|
833
|
+
context.fillStyle = getPattern(fill, object, context, canvasContext, plugin, runtime, imagePool);
|
|
834
|
+
}
|
|
835
|
+
if (!skipFill) {
|
|
836
|
+
fillRule ? context.fill(fillRule) : context.fill();
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
function applyStroke(context, object, stroke, canvasContext, plugin, runtime, imagePool) {
|
|
841
|
+
var skipStroke = arguments.length > 7 && arguments[7] !== void 0 ? arguments[7] : false;
|
|
842
|
+
if (Array.isArray(stroke)) {
|
|
843
|
+
stroke.forEach(function(gradient) {
|
|
844
|
+
context.strokeStyle = getColor(gradient, object, context, imagePool);
|
|
845
|
+
if (!skipStroke) {
|
|
846
|
+
context.stroke();
|
|
847
|
+
}
|
|
848
|
+
});
|
|
849
|
+
} else {
|
|
850
|
+
if (isPattern(stroke)) {
|
|
851
|
+
context.strokeStyle = getPattern(stroke, object, context, canvasContext, plugin, runtime, imagePool);
|
|
852
|
+
}
|
|
853
|
+
if (!skipStroke) {
|
|
854
|
+
context.stroke();
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
function calculateOverlapRect(rect1, rect2) {
|
|
859
|
+
var _rect = _slicedToArray(rect1, 4), x1 = _rect[0], y1 = _rect[1], w1 = _rect[2], h1 = _rect[3];
|
|
860
|
+
var _rect2 = _slicedToArray(rect2, 4), x2 = _rect2[0], y2 = _rect2[1], w2 = _rect2[2], h2 = _rect2[3];
|
|
861
|
+
var overlapLeft = Math.max(x1, x2);
|
|
862
|
+
var overlapTop = Math.max(y1, y2);
|
|
863
|
+
var overlapRight = Math.min(x1 + w1, x2 + w2);
|
|
864
|
+
var overlapBottom = Math.min(y1 + h1, y2 + h2);
|
|
865
|
+
if (overlapRight <= overlapLeft || overlapBottom <= overlapTop) {
|
|
866
|
+
return null;
|
|
867
|
+
}
|
|
868
|
+
return [overlapLeft, overlapTop, overlapRight - overlapLeft, overlapBottom - overlapTop];
|
|
869
|
+
}
|
|
870
|
+
function transformRect(rect, matrix) {
|
|
871
|
+
var tl = transformMat4(create(), [rect[0], rect[1], 0], matrix);
|
|
872
|
+
var tr = transformMat4(create(), [rect[0] + rect[2], rect[1], 0], matrix);
|
|
873
|
+
var bl = transformMat4(create(), [rect[0], rect[1] + rect[3], 0], matrix);
|
|
874
|
+
var br = transformMat4(create(), [rect[0] + rect[2], rect[1] + rect[3], 0], matrix);
|
|
875
|
+
return [Math.min(tl[0], tr[0], bl[0], br[0]), Math.min(tl[1], tr[1], bl[1], br[1]), Math.max(tl[0], tr[0], bl[0], br[0]) - Math.min(tl[0], tr[0], bl[0], br[0]), Math.max(tl[1], tr[1], bl[1], br[1]) - Math.min(tl[1], tr[1], bl[1], br[1])];
|
|
876
|
+
}
|
|
877
|
+
var ImageRenderer = /* @__PURE__ */ (function(_DefaultRenderer) {
|
|
878
|
+
function ImageRenderer2() {
|
|
879
|
+
_classCallCheck(this, ImageRenderer2);
|
|
880
|
+
return _callSuper(this, ImageRenderer2, arguments);
|
|
881
|
+
}
|
|
882
|
+
_inherits(ImageRenderer2, _DefaultRenderer);
|
|
883
|
+
return _createClass(ImageRenderer2, [{
|
|
884
|
+
key: "renderDownSampled",
|
|
885
|
+
value: function renderDownSampled(context, parsedStyle, object, data) {
|
|
886
|
+
var src = data.src, imageCache = data.imageCache;
|
|
887
|
+
if (!imageCache.downSampled) {
|
|
888
|
+
this.imagePool.createDownSampledImage(src, object).then(function() {
|
|
889
|
+
if (!object.ownerDocument) {
|
|
890
|
+
return;
|
|
891
|
+
}
|
|
892
|
+
object.dirty();
|
|
893
|
+
object.ownerDocument.defaultView.context.renderingService.dirty();
|
|
894
|
+
})["catch"](function(reason) {
|
|
895
|
+
console.error(reason);
|
|
896
|
+
});
|
|
897
|
+
return;
|
|
898
|
+
}
|
|
899
|
+
context.drawImage(imageCache.downSampled, Math.floor(data.drawRect[0]), Math.floor(data.drawRect[1]), Math.ceil(data.drawRect[2]), Math.ceil(data.drawRect[3]));
|
|
900
|
+
}
|
|
901
|
+
}, {
|
|
902
|
+
key: "renderTile",
|
|
903
|
+
value: function renderTile(context, parsedStyle, object, data) {
|
|
904
|
+
var src = data.src, imageCache = data.imageCache, imageRect = data.imageRect, drawRect = data.drawRect;
|
|
905
|
+
var originalSize = imageCache.size;
|
|
906
|
+
var _context$getTransform = context.getTransform(), a = _context$getTransform.a, b = _context$getTransform.b, c = _context$getTransform.c, d = _context$getTransform.d, e = _context$getTransform.e, f = _context$getTransform.f;
|
|
907
|
+
context.resetTransform();
|
|
908
|
+
if (!(imageCache !== null && imageCache !== void 0 && imageCache.gridSize)) {
|
|
909
|
+
this.imagePool.createImageTiles(src, [], function() {
|
|
910
|
+
if (!object.ownerDocument) {
|
|
911
|
+
return;
|
|
912
|
+
}
|
|
913
|
+
object.dirty();
|
|
914
|
+
object.ownerDocument.defaultView.context.renderingService.dirty();
|
|
915
|
+
}, object)["catch"](function(reason) {
|
|
916
|
+
console.error(reason);
|
|
917
|
+
});
|
|
918
|
+
return;
|
|
919
|
+
}
|
|
920
|
+
var scaleToOrigin = [originalSize[0] / imageRect[2], originalSize[1] / imageRect[3]];
|
|
921
|
+
var scaledTileSize = [imageCache.tileSize[0] / scaleToOrigin[0], imageCache.tileSize[1] / scaleToOrigin[1]];
|
|
922
|
+
var _ref = [Math.floor((drawRect[0] - imageRect[0]) / scaledTileSize[0]), Math.ceil((drawRect[0] + drawRect[2] - imageRect[0]) / scaledTileSize[0])], startTileX = _ref[0], endTileX = _ref[1];
|
|
923
|
+
var _ref2 = [Math.floor((drawRect[1] - imageRect[1]) / scaledTileSize[1]), Math.ceil((drawRect[1] + drawRect[3] - imageRect[1]) / scaledTileSize[1])], startTileY = _ref2[0], endTileY = _ref2[1];
|
|
924
|
+
for (var tileY = startTileY; tileY <= endTileY; tileY++) {
|
|
925
|
+
for (var tileX = startTileX; tileX <= endTileX; tileX++) {
|
|
926
|
+
var item = imageCache.tiles[tileY][tileX];
|
|
927
|
+
if (item) {
|
|
928
|
+
var tileRect = [Math.floor(imageRect[0] + item.tileX * scaledTileSize[0]), Math.floor(imageRect[1] + item.tileY * scaledTileSize[1]), Math.ceil(scaledTileSize[0]), Math.ceil(scaledTileSize[1])];
|
|
929
|
+
context.drawImage(item.data, tileRect[0], tileRect[1], tileRect[2], tileRect[3]);
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
context.setTransform(a, b, c, d, e, f);
|
|
934
|
+
}
|
|
935
|
+
}, {
|
|
936
|
+
key: "render",
|
|
937
|
+
value: function render(context, parsedStyle, object) {
|
|
938
|
+
var _parsedStyle$x = parsedStyle.x, x = _parsedStyle$x === void 0 ? 0 : _parsedStyle$x, _parsedStyle$y = parsedStyle.y, y = _parsedStyle$y === void 0 ? 0 : _parsedStyle$y, width = parsedStyle.width, height = parsedStyle.height, src = parsedStyle.src, shadowColor = parsedStyle.shadowColor, shadowBlur = parsedStyle.shadowBlur;
|
|
939
|
+
var imageCache = this.imagePool.getImageSync(src, object);
|
|
940
|
+
var image = imageCache === null || imageCache === void 0 ? void 0 : imageCache.img;
|
|
941
|
+
var iw = width;
|
|
942
|
+
var ih = height;
|
|
943
|
+
if (!image) {
|
|
944
|
+
return;
|
|
945
|
+
}
|
|
946
|
+
iw || (iw = image.width);
|
|
947
|
+
ih || (ih = image.height);
|
|
948
|
+
var hasShadow = !isNil(shadowColor) && shadowBlur > 0;
|
|
949
|
+
setShadowAndFilter(object, context, hasShadow);
|
|
950
|
+
try {
|
|
951
|
+
var _object$ownerDocument = object.ownerDocument.defaultView.getContextService().getDomElement(), viewWidth = _object$ownerDocument.width, viewHeight = _object$ownerDocument.height;
|
|
952
|
+
var currentTransform = context.getTransform();
|
|
953
|
+
var a = currentTransform.a, b = currentTransform.b, c = currentTransform.c, d = currentTransform.d, e = currentTransform.e, f = currentTransform.f;
|
|
954
|
+
var transformMatrix = fromValues(a, c, 0, 0, b, d, 0, 0, 0, 0, 1, 0, e, f, 0, 1);
|
|
955
|
+
var imageRect = transformRect([x, y, iw, ih], transformMatrix);
|
|
956
|
+
var drawRect = calculateOverlapRect([0, 0, viewWidth, viewHeight], imageRect);
|
|
957
|
+
if (!drawRect) {
|
|
958
|
+
return;
|
|
959
|
+
}
|
|
960
|
+
if (!object.ownerDocument.defaultView.getConfig().enableLargeImageOptimization) {
|
|
961
|
+
ImageRenderer2.renderFull(context, parsedStyle, object, {
|
|
962
|
+
image,
|
|
963
|
+
drawRect: [x, y, iw, ih]
|
|
964
|
+
});
|
|
965
|
+
return;
|
|
966
|
+
}
|
|
967
|
+
var sizeOfOrigin = imageRect[2] / imageCache.size[0];
|
|
968
|
+
if (sizeOfOrigin < (imageCache.downSamplingRate || 0.5)) {
|
|
969
|
+
this.renderDownSampled(context, parsedStyle, object, {
|
|
970
|
+
src,
|
|
971
|
+
imageCache,
|
|
972
|
+
drawRect: [x, y, iw, ih]
|
|
973
|
+
});
|
|
974
|
+
return;
|
|
975
|
+
}
|
|
976
|
+
if (!ImagePool.isSupportTile) {
|
|
977
|
+
ImageRenderer2.renderFull(context, parsedStyle, object, {
|
|
978
|
+
image,
|
|
979
|
+
drawRect: [x, y, iw, ih]
|
|
980
|
+
});
|
|
981
|
+
return;
|
|
982
|
+
}
|
|
983
|
+
this.renderTile(context, parsedStyle, object, {
|
|
984
|
+
src,
|
|
985
|
+
imageCache,
|
|
986
|
+
imageRect,
|
|
987
|
+
drawRect
|
|
988
|
+
});
|
|
989
|
+
} catch (_unused) {
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
// ---
|
|
993
|
+
}, {
|
|
994
|
+
key: "drawToContext",
|
|
995
|
+
value: function drawToContext(context, object, renderState, plugin, runtime) {
|
|
996
|
+
this.render(context, object.parsedStyle, object);
|
|
997
|
+
}
|
|
998
|
+
}], [{
|
|
999
|
+
key: "renderFull",
|
|
1000
|
+
value: function renderFull(context, parsedStyle, object, data) {
|
|
1001
|
+
context.drawImage(data.image, Math.floor(data.drawRect[0]), Math.floor(data.drawRect[1]), Math.ceil(data.drawRect[2]), Math.ceil(data.drawRect[3]));
|
|
1002
|
+
}
|
|
1003
|
+
}]);
|
|
1004
|
+
})(DefaultRenderer);
|
|
1005
|
+
var TextRenderer = /* @__PURE__ */ (function(_DefaultRenderer) {
|
|
1006
|
+
function TextRenderer2() {
|
|
1007
|
+
_classCallCheck(this, TextRenderer2);
|
|
1008
|
+
return _callSuper(this, TextRenderer2, arguments);
|
|
1009
|
+
}
|
|
1010
|
+
_inherits(TextRenderer2, _DefaultRenderer);
|
|
1011
|
+
return _createClass(TextRenderer2, [{
|
|
1012
|
+
key: "render",
|
|
1013
|
+
value: function render(context, parsedStyle, object, canvasContext, plugin, runtime) {
|
|
1014
|
+
object.getBounds();
|
|
1015
|
+
var _parsedStyle$lineWidt = parsedStyle.lineWidth, lineWidth = _parsedStyle$lineWidt === void 0 ? 1 : _parsedStyle$lineWidt, _parsedStyle$textAlig = parsedStyle.textAlign, textAlign = _parsedStyle$textAlig === void 0 ? "start" : _parsedStyle$textAlig, _parsedStyle$textBase = parsedStyle.textBaseline, textBaseline = _parsedStyle$textBase === void 0 ? "alphabetic" : _parsedStyle$textBase, _parsedStyle$lineJoin = parsedStyle.lineJoin, lineJoin = _parsedStyle$lineJoin === void 0 ? "miter" : _parsedStyle$lineJoin, _parsedStyle$miterLim = parsedStyle.miterLimit, miterLimit = _parsedStyle$miterLim === void 0 ? 10 : _parsedStyle$miterLim, _parsedStyle$letterSp = parsedStyle.letterSpacing, letterSpacing = _parsedStyle$letterSp === void 0 ? 0 : _parsedStyle$letterSp, stroke = parsedStyle.stroke, fill = parsedStyle.fill, fillRule = parsedStyle.fillRule, _parsedStyle$fillOpac = parsedStyle.fillOpacity, fillOpacity = _parsedStyle$fillOpac === void 0 ? 1 : _parsedStyle$fillOpac, _parsedStyle$strokeOp = parsedStyle.strokeOpacity, strokeOpacity = _parsedStyle$strokeOp === void 0 ? 1 : _parsedStyle$strokeOp, _parsedStyle$opacity = parsedStyle.opacity, opacity = _parsedStyle$opacity === void 0 ? 1 : _parsedStyle$opacity, metrics = parsedStyle.metrics, _parsedStyle$x = parsedStyle.x, x = _parsedStyle$x === void 0 ? 0 : _parsedStyle$x, _parsedStyle$y = parsedStyle.y, y = _parsedStyle$y === void 0 ? 0 : _parsedStyle$y, dx = parsedStyle.dx, dy = parsedStyle.dy, shadowColor = parsedStyle.shadowColor, shadowBlur = parsedStyle.shadowBlur, textDecorationLine = parsedStyle.textDecorationLine;
|
|
1016
|
+
var font = metrics.font, lines = metrics.lines, height = metrics.height, lineHeight = metrics.lineHeight, lineMetrics = metrics.lineMetrics;
|
|
1017
|
+
context.font = font;
|
|
1018
|
+
context.lineWidth = lineWidth;
|
|
1019
|
+
context.textAlign = textAlign === "middle" ? "center" : textAlign;
|
|
1020
|
+
var formattedTextBaseline = textBaseline;
|
|
1021
|
+
if (formattedTextBaseline === "alphabetic") {
|
|
1022
|
+
formattedTextBaseline = "bottom";
|
|
1023
|
+
}
|
|
1024
|
+
context.lineJoin = lineJoin;
|
|
1025
|
+
if (!isNil(miterLimit)) {
|
|
1026
|
+
context.miterLimit = miterLimit;
|
|
1027
|
+
}
|
|
1028
|
+
var linePositionY = y;
|
|
1029
|
+
if (textBaseline === "middle") {
|
|
1030
|
+
linePositionY += -height / 2 - lineHeight / 2;
|
|
1031
|
+
} else if (textBaseline === "bottom" || textBaseline === "alphabetic" || textBaseline === "ideographic") {
|
|
1032
|
+
linePositionY += -height;
|
|
1033
|
+
} else if (textBaseline === "top" || textBaseline === "hanging") {
|
|
1034
|
+
linePositionY += -lineHeight;
|
|
1035
|
+
}
|
|
1036
|
+
var offsetX = x + (dx || 0);
|
|
1037
|
+
linePositionY += dy || 0;
|
|
1038
|
+
if (lines.length === 1) {
|
|
1039
|
+
if (formattedTextBaseline === "bottom") {
|
|
1040
|
+
formattedTextBaseline = "middle";
|
|
1041
|
+
linePositionY -= 0.5 * height;
|
|
1042
|
+
} else if (formattedTextBaseline === "top") {
|
|
1043
|
+
formattedTextBaseline = "middle";
|
|
1044
|
+
linePositionY += 0.5 * height;
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
context.textBaseline = formattedTextBaseline;
|
|
1048
|
+
var hasShadow = !isNil(shadowColor) && shadowBlur > 0;
|
|
1049
|
+
setShadowAndFilter(object, context, hasShadow);
|
|
1050
|
+
for (var i = 0; i < lines.length; i++) {
|
|
1051
|
+
var linePositionX = lineWidth / 2 + offsetX;
|
|
1052
|
+
linePositionY += lineHeight;
|
|
1053
|
+
if (!isNil(stroke) && !stroke.isNone && lineWidth) {
|
|
1054
|
+
this.drawLetterSpacing(context, object, lines[i], lineMetrics[i], textAlign, linePositionX, linePositionY, letterSpacing, fill, fillRule, fillOpacity, stroke, strokeOpacity, opacity, true, canvasContext, plugin, runtime);
|
|
1055
|
+
}
|
|
1056
|
+
if (!isNil(fill)) {
|
|
1057
|
+
this.drawLetterSpacing(context, object, lines[i], lineMetrics[i], textAlign, linePositionX, linePositionY, letterSpacing, fill, fillRule, fillOpacity, stroke, strokeOpacity, opacity, false, canvasContext, plugin, runtime);
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
if (textDecorationLine && textDecorationLine !== "none") {
|
|
1061
|
+
this.drawTextDecorations(context, parsedStyle, object, lines, lineHeight, offsetX, y + (dy || 0), canvasContext, plugin, runtime);
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
}, {
|
|
1065
|
+
key: "drawLetterSpacing",
|
|
1066
|
+
value: function drawLetterSpacing(context, object, text, lineMetrics, textAlign, x, y, letterSpacing, fill, fillRule, fillOpacity, stroke, strokeOpacity, opacity, isStroke, canvasContext, plugin, runtime) {
|
|
1067
|
+
if (letterSpacing === 0) {
|
|
1068
|
+
if (isStroke) {
|
|
1069
|
+
this.strokeText(context, object, text, x, y, stroke, strokeOpacity, canvasContext, plugin, runtime);
|
|
1070
|
+
} else {
|
|
1071
|
+
this.fillText(context, object, text, x, y, fill, fillRule, fillOpacity, opacity, canvasContext, plugin, runtime);
|
|
1072
|
+
}
|
|
1073
|
+
return;
|
|
1074
|
+
}
|
|
1075
|
+
var currentTextAlign = context.textAlign;
|
|
1076
|
+
context.textAlign = "left";
|
|
1077
|
+
var currentPosition = x;
|
|
1078
|
+
if (textAlign === "center" || textAlign === "middle") {
|
|
1079
|
+
currentPosition = x - lineMetrics.width / 2;
|
|
1080
|
+
} else if (textAlign === "right" || textAlign === "end") {
|
|
1081
|
+
currentPosition = x - lineMetrics.width;
|
|
1082
|
+
}
|
|
1083
|
+
var stringArray = Array.from(text);
|
|
1084
|
+
var previousWidth = context.measureText(text).width;
|
|
1085
|
+
var currentWidth = 0;
|
|
1086
|
+
for (var i = 0; i < stringArray.length; ++i) {
|
|
1087
|
+
var currentChar = stringArray[i];
|
|
1088
|
+
if (isStroke) {
|
|
1089
|
+
this.strokeText(context, object, currentChar, currentPosition, y, stroke, strokeOpacity, canvasContext, plugin, runtime);
|
|
1090
|
+
} else {
|
|
1091
|
+
this.fillText(context, object, currentChar, currentPosition, y, fill, fillRule, fillOpacity, opacity, canvasContext, plugin, runtime);
|
|
1092
|
+
}
|
|
1093
|
+
currentWidth = context.measureText(text.substring(i + 1)).width;
|
|
1094
|
+
currentPosition += previousWidth - currentWidth + letterSpacing;
|
|
1095
|
+
previousWidth = currentWidth;
|
|
1096
|
+
}
|
|
1097
|
+
context.textAlign = currentTextAlign;
|
|
1098
|
+
}
|
|
1099
|
+
}, {
|
|
1100
|
+
key: "fillText",
|
|
1101
|
+
value: function fillText(context, object, text, x, y, fill, fillRule, fillOpacity, opacity, canvasContext, plugin, runtime) {
|
|
1102
|
+
applyFill(context, object, fill, fillRule, canvasContext, plugin, runtime, this.imagePool, true);
|
|
1103
|
+
var currentGlobalAlpha;
|
|
1104
|
+
var applyOpacity = !isNil(fillOpacity) && fillOpacity !== 1;
|
|
1105
|
+
if (applyOpacity) {
|
|
1106
|
+
currentGlobalAlpha = context.globalAlpha;
|
|
1107
|
+
context.globalAlpha = fillOpacity * opacity;
|
|
1108
|
+
}
|
|
1109
|
+
context.fillText(text, x, y);
|
|
1110
|
+
if (applyOpacity) {
|
|
1111
|
+
context.globalAlpha = currentGlobalAlpha;
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
}, {
|
|
1115
|
+
key: "strokeText",
|
|
1116
|
+
value: function strokeText(context, object, text, x, y, stroke, strokeOpacity, canvasContext, plugin, runtime) {
|
|
1117
|
+
applyStroke(context, object, stroke, canvasContext, plugin, runtime, this.imagePool, true);
|
|
1118
|
+
var currentGlobalAlpha;
|
|
1119
|
+
var applyOpacity = !isNil(strokeOpacity) && strokeOpacity !== 1;
|
|
1120
|
+
if (applyOpacity) {
|
|
1121
|
+
currentGlobalAlpha = context.globalAlpha;
|
|
1122
|
+
context.globalAlpha = strokeOpacity;
|
|
1123
|
+
}
|
|
1124
|
+
context.strokeText(text, x, y);
|
|
1125
|
+
if (applyOpacity) {
|
|
1126
|
+
context.globalAlpha = currentGlobalAlpha;
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
* Draw text decoration lines (underline, overline, line-through)
|
|
1131
|
+
*/
|
|
1132
|
+
}, {
|
|
1133
|
+
key: "drawTextDecorations",
|
|
1134
|
+
value: function drawTextDecorations(context, parsedStyle, object, lines, lineHeight, offsetX, baseY, canvasContext, plugin, runtime) {
|
|
1135
|
+
var textDecorationLine = parsedStyle.textDecorationLine, textDecorationColor = parsedStyle.textDecorationColor, textDecorationStyle = parsedStyle.textDecorationStyle, _parsedStyle$textDeco = parsedStyle.textDecorationThickness, textDecorationThickness = _parsedStyle$textDeco === void 0 ? 1 : _parsedStyle$textDeco, _parsedStyle$textAlig2 = parsedStyle.textAlign, textAlign = _parsedStyle$textAlig2 === void 0 ? "start" : _parsedStyle$textAlig2, _parsedStyle$lineWidt2 = parsedStyle.lineWidth, lineWidth = _parsedStyle$lineWidt2 === void 0 ? 1 : _parsedStyle$lineWidt2, metrics = parsedStyle.metrics;
|
|
1136
|
+
if (!textDecorationLine || textDecorationLine === "none") {
|
|
1137
|
+
return;
|
|
1138
|
+
}
|
|
1139
|
+
var lineMetrics = metrics.lineMetrics;
|
|
1140
|
+
var decorations = textDecorationLine.split(" ");
|
|
1141
|
+
context.lineWidth = textDecorationThickness;
|
|
1142
|
+
if (textDecorationColor) {
|
|
1143
|
+
context.strokeStyle = "rgba(".concat(textDecorationColor.r, ", ").concat(textDecorationColor.g, ", ").concat(textDecorationColor.b, ", ").concat(textDecorationColor.alpha, ")");
|
|
1144
|
+
}
|
|
1145
|
+
switch (textDecorationStyle) {
|
|
1146
|
+
case "dashed":
|
|
1147
|
+
context.setLineDash([5, 5]);
|
|
1148
|
+
break;
|
|
1149
|
+
case "dotted":
|
|
1150
|
+
context.setLineDash([2, 2]);
|
|
1151
|
+
break;
|
|
1152
|
+
case "wavy":
|
|
1153
|
+
context.setLineDash([]);
|
|
1154
|
+
break;
|
|
1155
|
+
default:
|
|
1156
|
+
context.setLineDash([]);
|
|
1157
|
+
break;
|
|
1158
|
+
}
|
|
1159
|
+
var linePositionY = baseY;
|
|
1160
|
+
var _parsedStyle$textBase2 = parsedStyle.textBaseline, textBaseline = _parsedStyle$textBase2 === void 0 ? "alphabetic" : _parsedStyle$textBase2;
|
|
1161
|
+
if (textBaseline === "middle") {
|
|
1162
|
+
linePositionY += -metrics.height / 2 - lineHeight / 2;
|
|
1163
|
+
} else if (textBaseline === "bottom" || textBaseline === "alphabetic" || textBaseline === "ideographic") {
|
|
1164
|
+
linePositionY += -metrics.height;
|
|
1165
|
+
} else if (textBaseline === "top" || textBaseline === "hanging") {
|
|
1166
|
+
linePositionY += -lineHeight;
|
|
1167
|
+
}
|
|
1168
|
+
for (var i = 0; i < lines.length; i++) {
|
|
1169
|
+
linePositionY += lineHeight;
|
|
1170
|
+
var lineMetric = lineMetrics[i];
|
|
1171
|
+
if (!lineMetric) continue;
|
|
1172
|
+
var lineWidthOffset = lineWidth / 2;
|
|
1173
|
+
var startX = offsetX;
|
|
1174
|
+
var endX = offsetX + lineMetric.width;
|
|
1175
|
+
if (textAlign === "center" || textAlign === "middle") {
|
|
1176
|
+
startX = offsetX - lineMetric.width / 2;
|
|
1177
|
+
endX = offsetX + lineMetric.width / 2;
|
|
1178
|
+
} else if (textAlign === "right" || textAlign === "end") {
|
|
1179
|
+
startX = offsetX - lineMetric.width;
|
|
1180
|
+
endX = offsetX;
|
|
1181
|
+
}
|
|
1182
|
+
startX += lineWidthOffset;
|
|
1183
|
+
endX += lineWidthOffset;
|
|
1184
|
+
var _iterator = _createForOfIteratorHelper(decorations), _step;
|
|
1185
|
+
try {
|
|
1186
|
+
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
|
|
1187
|
+
var decoration = _step.value;
|
|
1188
|
+
var decorationY = linePositionY;
|
|
1189
|
+
switch (decoration) {
|
|
1190
|
+
case "underline":
|
|
1191
|
+
decorationY += 2;
|
|
1192
|
+
break;
|
|
1193
|
+
case "overline":
|
|
1194
|
+
decorationY -= lineHeight - 2;
|
|
1195
|
+
break;
|
|
1196
|
+
case "line-through":
|
|
1197
|
+
decorationY -= lineHeight / 2;
|
|
1198
|
+
break;
|
|
1199
|
+
default:
|
|
1200
|
+
continue;
|
|
1201
|
+
}
|
|
1202
|
+
if (textDecorationStyle === "wavy") {
|
|
1203
|
+
this.drawWavyLine(context, startX, endX, decorationY);
|
|
1204
|
+
} else {
|
|
1205
|
+
context.beginPath();
|
|
1206
|
+
context.moveTo(startX, decorationY);
|
|
1207
|
+
context.lineTo(endX, decorationY);
|
|
1208
|
+
context.stroke();
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
} catch (err) {
|
|
1212
|
+
_iterator.e(err);
|
|
1213
|
+
} finally {
|
|
1214
|
+
_iterator.f();
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
context.setLineDash([]);
|
|
1218
|
+
}
|
|
1219
|
+
/**
|
|
1220
|
+
* Draw a wavy line as an approximation of the wavy text decoration style
|
|
1221
|
+
*/
|
|
1222
|
+
}, {
|
|
1223
|
+
key: "drawWavyLine",
|
|
1224
|
+
value: function drawWavyLine(context, startX, endX, y) {
|
|
1225
|
+
var amplitude = 2;
|
|
1226
|
+
var wavelength = 10;
|
|
1227
|
+
var numWaves = Math.floor((endX - startX) / wavelength);
|
|
1228
|
+
context.beginPath();
|
|
1229
|
+
context.moveTo(startX, y);
|
|
1230
|
+
for (var i = 0; i < numWaves; i++) {
|
|
1231
|
+
var x1 = startX + i * wavelength + wavelength / 4;
|
|
1232
|
+
var y1 = y + amplitude;
|
|
1233
|
+
var x2 = startX + i * wavelength + wavelength / 2;
|
|
1234
|
+
var y2 = y;
|
|
1235
|
+
context.quadraticCurveTo(x1, y1, x2, y2);
|
|
1236
|
+
var x3 = startX + i * wavelength + wavelength * 3 / 4;
|
|
1237
|
+
var y3 = y - amplitude;
|
|
1238
|
+
var x4 = startX + (i + 1) * wavelength;
|
|
1239
|
+
var y4 = y;
|
|
1240
|
+
context.quadraticCurveTo(x3, y3, x4, y4);
|
|
1241
|
+
}
|
|
1242
|
+
context.stroke();
|
|
1243
|
+
}
|
|
1244
|
+
// ---
|
|
1245
|
+
}, {
|
|
1246
|
+
key: "drawToContext",
|
|
1247
|
+
value: function drawToContext(context, object, renderState, plugin, runtime) {
|
|
1248
|
+
this.render(context, object.parsedStyle, object, object.ownerDocument.defaultView.context, plugin, runtime);
|
|
1249
|
+
}
|
|
1250
|
+
}]);
|
|
1251
|
+
})(DefaultRenderer);
|
|
1252
|
+
var Plugin$2 = /* @__PURE__ */ (function(_AbstractRendererPlug) {
|
|
1253
|
+
function Plugin2() {
|
|
1254
|
+
var _this;
|
|
1255
|
+
var options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1256
|
+
_classCallCheck(this, Plugin2);
|
|
1257
|
+
_this = _callSuper(this, Plugin2);
|
|
1258
|
+
_this.name = "canvas-renderer";
|
|
1259
|
+
_this.options = options;
|
|
1260
|
+
return _this;
|
|
1261
|
+
}
|
|
1262
|
+
_inherits(Plugin2, _AbstractRendererPlug);
|
|
1263
|
+
return _createClass(Plugin2, [{
|
|
1264
|
+
key: "init",
|
|
1265
|
+
value: function init() {
|
|
1266
|
+
var _defaultStyleRenderer;
|
|
1267
|
+
var canvasRendererPluginOptions = _objectSpread2({
|
|
1268
|
+
dirtyObjectNumThreshold: 500,
|
|
1269
|
+
dirtyObjectRatioThreshold: 0.8
|
|
1270
|
+
}, this.options);
|
|
1271
|
+
var imagePool = this.context.imagePool;
|
|
1272
|
+
var defaultRenderer = new DefaultRenderer(imagePool);
|
|
1273
|
+
var defaultStyleRendererFactory = (_defaultStyleRenderer = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defaultStyleRenderer, Shape.CIRCLE, defaultRenderer), Shape.ELLIPSE, defaultRenderer), Shape.RECT, defaultRenderer), Shape.IMAGE, new ImageRenderer(imagePool)), Shape.TEXT, new TextRenderer(imagePool)), Shape.LINE, defaultRenderer), Shape.POLYLINE, defaultRenderer), Shape.POLYGON, defaultRenderer), Shape.PATH, defaultRenderer), Shape.GROUP, void 0), _defineProperty(_defineProperty(_defineProperty(_defaultStyleRenderer, Shape.HTML, void 0), Shape.MESH, void 0), Shape.FRAGMENT, void 0));
|
|
1274
|
+
this.context.defaultStyleRendererFactory = defaultStyleRendererFactory;
|
|
1275
|
+
this.context.styleRendererFactory = defaultStyleRendererFactory;
|
|
1276
|
+
this.addRenderingPlugin(new CanvasRendererPlugin(canvasRendererPluginOptions));
|
|
1277
|
+
}
|
|
1278
|
+
}, {
|
|
1279
|
+
key: "destroy",
|
|
1280
|
+
value: function destroy() {
|
|
1281
|
+
this.removeAllRenderingPlugins();
|
|
1282
|
+
delete this.context.defaultStyleRendererFactory;
|
|
1283
|
+
delete this.context.styleRendererFactory;
|
|
1284
|
+
}
|
|
1285
|
+
}]);
|
|
1286
|
+
})(AbstractRendererPlugin);
|
|
1287
|
+
var tmpVec3a = create();
|
|
1288
|
+
var tmpVec3b = create();
|
|
1289
|
+
var tmpVec3c = create();
|
|
1290
|
+
var tmpMat4 = create$1();
|
|
1291
|
+
var CanvasPickerPlugin = /* @__PURE__ */ (function() {
|
|
1292
|
+
function CanvasPickerPlugin2() {
|
|
1293
|
+
var _this = this;
|
|
1294
|
+
_classCallCheck(this, CanvasPickerPlugin2);
|
|
1295
|
+
this.isHit = function(displayObject, position, worldTransform, isClipPath) {
|
|
1296
|
+
var pick = _this.context.pointInPathPickerFactory[displayObject.nodeName];
|
|
1297
|
+
if (pick) {
|
|
1298
|
+
var invertWorldMat = invert(tmpMat4, worldTransform);
|
|
1299
|
+
var localPosition = transformMat4(tmpVec3b, set(tmpVec3c, position[0], position[1], 0), invertWorldMat);
|
|
1300
|
+
if (pick(displayObject, new Point(localPosition[0], localPosition[1]), isClipPath, _this.isPointInPath, _this.context, _this.runtime)) {
|
|
1301
|
+
return true;
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
return false;
|
|
1305
|
+
};
|
|
1306
|
+
this.isPointInPath = function(displayObject, position) {
|
|
1307
|
+
var context = _this.runtime.offscreenCanvasCreator.getOrCreateContext(_this.context.config.offscreenCanvas);
|
|
1308
|
+
var generatePath2 = _this.context.pathGeneratorFactory[displayObject.nodeName];
|
|
1309
|
+
if (generatePath2) {
|
|
1310
|
+
context.beginPath();
|
|
1311
|
+
generatePath2(context, displayObject.parsedStyle);
|
|
1312
|
+
context.closePath();
|
|
1313
|
+
}
|
|
1314
|
+
return context.isPointInPath(position.x, position.y);
|
|
1315
|
+
};
|
|
1316
|
+
}
|
|
1317
|
+
return _createClass(CanvasPickerPlugin2, [{
|
|
1318
|
+
key: "apply",
|
|
1319
|
+
value: function apply(context, runtime) {
|
|
1320
|
+
var _renderingContext$roo, _this2 = this;
|
|
1321
|
+
var renderingService = context.renderingService, renderingContext = context.renderingContext;
|
|
1322
|
+
this.context = context;
|
|
1323
|
+
this.runtime = runtime;
|
|
1324
|
+
var document2 = (_renderingContext$roo = renderingContext.root) === null || _renderingContext$roo === void 0 ? void 0 : _renderingContext$roo.ownerDocument;
|
|
1325
|
+
renderingService.hooks.pick.tapPromise(CanvasPickerPlugin2.tag, /* @__PURE__ */ (function() {
|
|
1326
|
+
var _ref = _asyncToGenerator(/* @__PURE__ */ _regeneratorRuntime().mark(function _callee(result) {
|
|
1327
|
+
return _regeneratorRuntime().wrap(function(_context) {
|
|
1328
|
+
while (1) switch (_context.prev = _context.next) {
|
|
1329
|
+
case 0:
|
|
1330
|
+
return _context.abrupt("return", _this2.pick(document2, result));
|
|
1331
|
+
case 1:
|
|
1332
|
+
case "end":
|
|
1333
|
+
return _context.stop();
|
|
1334
|
+
}
|
|
1335
|
+
}, _callee);
|
|
1336
|
+
}));
|
|
1337
|
+
return function(_x) {
|
|
1338
|
+
return _ref.apply(this, arguments);
|
|
1339
|
+
};
|
|
1340
|
+
})());
|
|
1341
|
+
renderingService.hooks.pickSync.tap(CanvasPickerPlugin2.tag, function(result) {
|
|
1342
|
+
return _this2.pick(document2, result);
|
|
1343
|
+
});
|
|
1344
|
+
}
|
|
1345
|
+
}, {
|
|
1346
|
+
key: "pick",
|
|
1347
|
+
value: function pick(document2, result) {
|
|
1348
|
+
var topmost = result.topmost, _result$position = result.position, x = _result$position.x, y = _result$position.y;
|
|
1349
|
+
var position = set(tmpVec3a, x, y, 0);
|
|
1350
|
+
var hitTestList = document2.elementsFromBBox(position[0], position[1], position[0], position[1]);
|
|
1351
|
+
var pickedDisplayObjects = [];
|
|
1352
|
+
var _iterator = _createForOfIteratorHelper(hitTestList), _step;
|
|
1353
|
+
try {
|
|
1354
|
+
for (_iterator.s(); !(_step = _iterator.n()).done; ) {
|
|
1355
|
+
var _displayObject = _step.value;
|
|
1356
|
+
var worldTransform = _displayObject.getWorldTransform();
|
|
1357
|
+
var isHitOriginShape = this.isHit(_displayObject, position, worldTransform, false);
|
|
1358
|
+
if (isHitOriginShape) {
|
|
1359
|
+
var clipped = findClosestClipPathTarget(_displayObject);
|
|
1360
|
+
if (clipped) {
|
|
1361
|
+
var clipPath = clipped.parsedStyle.clipPath;
|
|
1362
|
+
var isHitClipPath = this.isHit(clipPath, position, clipPath.getWorldTransform(), true);
|
|
1363
|
+
if (isHitClipPath) {
|
|
1364
|
+
if (topmost) {
|
|
1365
|
+
result.picked = [_displayObject];
|
|
1366
|
+
return result;
|
|
1367
|
+
}
|
|
1368
|
+
pickedDisplayObjects.push(_displayObject);
|
|
1369
|
+
}
|
|
1370
|
+
} else {
|
|
1371
|
+
if (topmost) {
|
|
1372
|
+
result.picked = [_displayObject];
|
|
1373
|
+
return result;
|
|
1374
|
+
}
|
|
1375
|
+
pickedDisplayObjects.push(_displayObject);
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
} catch (err) {
|
|
1380
|
+
_iterator.e(err);
|
|
1381
|
+
} finally {
|
|
1382
|
+
_iterator.f();
|
|
1383
|
+
}
|
|
1384
|
+
result.picked = pickedDisplayObjects;
|
|
1385
|
+
return result;
|
|
1386
|
+
}
|
|
1387
|
+
}]);
|
|
1388
|
+
})();
|
|
1389
|
+
CanvasPickerPlugin.tag = "CanvasPicker";
|
|
1390
|
+
function isPointInPath$8(displayObject, position, isClipPath) {
|
|
1391
|
+
var _ref = displayObject.parsedStyle, _ref$cx = _ref.cx, cx = _ref$cx === void 0 ? 0 : _ref$cx, _ref$cy = _ref.cy, cy = _ref$cy === void 0 ? 0 : _ref$cy, r = _ref.r, fill = _ref.fill, stroke = _ref.stroke, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents;
|
|
1392
|
+
var halfLineWidth = (lineWidth + increasedLineWidthForHitTesting) / 2;
|
|
1393
|
+
var absDistance = distance(cx, cy, position.x, position.y);
|
|
1394
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasFill = _isFillOrStrokeAffect2[0], hasStroke = _isFillOrStrokeAffect2[1];
|
|
1395
|
+
if (hasFill && hasStroke || isClipPath) {
|
|
1396
|
+
return absDistance <= r + halfLineWidth;
|
|
1397
|
+
}
|
|
1398
|
+
if (hasFill) {
|
|
1399
|
+
return absDistance <= r;
|
|
1400
|
+
}
|
|
1401
|
+
if (hasStroke) {
|
|
1402
|
+
return absDistance >= r - halfLineWidth && absDistance <= r + halfLineWidth;
|
|
1403
|
+
}
|
|
1404
|
+
return false;
|
|
1405
|
+
}
|
|
1406
|
+
function ellipseDistance(squareX, squareY, rx, ry) {
|
|
1407
|
+
return squareX / (rx * rx) + squareY / (ry * ry);
|
|
1408
|
+
}
|
|
1409
|
+
function isPointInPath$7(displayObject, position, isClipPath) {
|
|
1410
|
+
var _ref = displayObject.parsedStyle, _ref$cx = _ref.cx, cx = _ref$cx === void 0 ? 0 : _ref$cx, _ref$cy = _ref.cy, cy = _ref$cy === void 0 ? 0 : _ref$cy, rx = _ref.rx, ry = _ref.ry, fill = _ref.fill, stroke = _ref.stroke, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents;
|
|
1411
|
+
var x = position.x, y = position.y;
|
|
1412
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasFill = _isFillOrStrokeAffect2[0], hasStroke = _isFillOrStrokeAffect2[1];
|
|
1413
|
+
var halfLineWith = (lineWidth + increasedLineWidthForHitTesting) / 2;
|
|
1414
|
+
var squareX = (x - cx) * (x - cx);
|
|
1415
|
+
var squareY = (y - cy) * (y - cy);
|
|
1416
|
+
if (hasFill && hasStroke || isClipPath) {
|
|
1417
|
+
return ellipseDistance(squareX, squareY, rx + halfLineWith, ry + halfLineWith) <= 1;
|
|
1418
|
+
}
|
|
1419
|
+
if (hasFill) {
|
|
1420
|
+
return ellipseDistance(squareX, squareY, rx, ry) <= 1;
|
|
1421
|
+
}
|
|
1422
|
+
if (hasStroke) {
|
|
1423
|
+
return ellipseDistance(squareX, squareY, rx - halfLineWith, ry - halfLineWith) >= 1 && ellipseDistance(squareX, squareY, rx + halfLineWith, ry + halfLineWith) <= 1;
|
|
1424
|
+
}
|
|
1425
|
+
return false;
|
|
1426
|
+
}
|
|
1427
|
+
function inBox(minX, minY, width, height, x, y) {
|
|
1428
|
+
return x >= minX && x <= minX + width && y >= minY && y <= minY + height;
|
|
1429
|
+
}
|
|
1430
|
+
function inRect(minX, minY, width, height, lineWidth, x, y) {
|
|
1431
|
+
var halfWidth = lineWidth / 2;
|
|
1432
|
+
return inBox(minX - halfWidth, minY - halfWidth, width, lineWidth, x, y) || // 上边
|
|
1433
|
+
inBox(minX + width - halfWidth, minY - halfWidth, lineWidth, height, x, y) || // 右边
|
|
1434
|
+
inBox(minX + halfWidth, minY + height - halfWidth, width, lineWidth, x, y) || // 下边
|
|
1435
|
+
inBox(minX - halfWidth, minY + halfWidth, lineWidth, height, x, y);
|
|
1436
|
+
}
|
|
1437
|
+
function inArc(cx, cy, r, startAngle, endAngle, lineWidth, x, y) {
|
|
1438
|
+
var angle = (Math.atan2(y - cy, x - cx) + Math.PI * 2) % (Math.PI * 2);
|
|
1439
|
+
var point = {
|
|
1440
|
+
x: cx + r * Math.cos(angle),
|
|
1441
|
+
y: cy + r * Math.sin(angle)
|
|
1442
|
+
};
|
|
1443
|
+
return distance(point.x, point.y, x, y) <= lineWidth / 2;
|
|
1444
|
+
}
|
|
1445
|
+
function inLine(x1, y1, x2, y2, lineWidth, x, y) {
|
|
1446
|
+
var minX = Math.min(x1, x2);
|
|
1447
|
+
var maxX = Math.max(x1, x2);
|
|
1448
|
+
var minY = Math.min(y1, y2);
|
|
1449
|
+
var maxY = Math.max(y1, y2);
|
|
1450
|
+
var halfWidth = lineWidth / 2;
|
|
1451
|
+
if (!(x >= minX - halfWidth && x <= maxX + halfWidth && y >= minY - halfWidth && y <= maxY + halfWidth)) {
|
|
1452
|
+
return false;
|
|
1453
|
+
}
|
|
1454
|
+
return pointToLine(x1, y1, x2, y2, x, y) <= lineWidth / 2;
|
|
1455
|
+
}
|
|
1456
|
+
function inPolyline(points, lineWidth, x, y, isClose) {
|
|
1457
|
+
var count = points.length;
|
|
1458
|
+
if (count < 2) {
|
|
1459
|
+
return false;
|
|
1460
|
+
}
|
|
1461
|
+
for (var i = 0; i < count - 1; i++) {
|
|
1462
|
+
var x1 = points[i][0];
|
|
1463
|
+
var y1 = points[i][1];
|
|
1464
|
+
var x2 = points[i + 1][0];
|
|
1465
|
+
var y2 = points[i + 1][1];
|
|
1466
|
+
if (inLine(x1, y1, x2, y2, lineWidth, x, y)) {
|
|
1467
|
+
return true;
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
if (isClose) {
|
|
1471
|
+
var first = points[0];
|
|
1472
|
+
var last = points[count - 1];
|
|
1473
|
+
if (inLine(first[0], first[1], last[0], last[1], lineWidth, x, y)) {
|
|
1474
|
+
return true;
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
return false;
|
|
1478
|
+
}
|
|
1479
|
+
var tolerance = 1e-6;
|
|
1480
|
+
function dcmp(x) {
|
|
1481
|
+
if (Math.abs(x) < tolerance) {
|
|
1482
|
+
return 0;
|
|
1483
|
+
}
|
|
1484
|
+
return x < 0 ? -1 : 1;
|
|
1485
|
+
}
|
|
1486
|
+
function onSegment(p1, p2, q) {
|
|
1487
|
+
if ((q[0] - p1[0]) * (p2[1] - p1[1]) === (p2[0] - p1[0]) * (q[1] - p1[1]) && Math.min(p1[0], p2[0]) <= q[0] && q[0] <= Math.max(p1[0], p2[0]) && Math.min(p1[1], p2[1]) <= q[1] && q[1] <= Math.max(p1[1], p2[1])) {
|
|
1488
|
+
return true;
|
|
1489
|
+
}
|
|
1490
|
+
return false;
|
|
1491
|
+
}
|
|
1492
|
+
function inPolygon(points, x, y) {
|
|
1493
|
+
var isHit = false;
|
|
1494
|
+
var n = points.length;
|
|
1495
|
+
if (n <= 2) {
|
|
1496
|
+
return false;
|
|
1497
|
+
}
|
|
1498
|
+
for (var i = 0; i < n; i++) {
|
|
1499
|
+
var p1 = points[i];
|
|
1500
|
+
var p2 = points[(i + 1) % n];
|
|
1501
|
+
if (onSegment(p1, p2, [x, y])) {
|
|
1502
|
+
return true;
|
|
1503
|
+
}
|
|
1504
|
+
if (dcmp(p1[1] - y) > 0 !== dcmp(p2[1] - y) > 0 && dcmp(x - (y - p1[1]) * (p1[0] - p2[0]) / (p1[1] - p2[1]) - p1[0]) < 0) {
|
|
1505
|
+
isHit = !isHit;
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
return isHit;
|
|
1509
|
+
}
|
|
1510
|
+
function inPolygons(polygons, x, y) {
|
|
1511
|
+
var isHit = false;
|
|
1512
|
+
for (var i = 0; i < polygons.length; i++) {
|
|
1513
|
+
var points = polygons[i];
|
|
1514
|
+
isHit = inPolygon(points, x, y);
|
|
1515
|
+
if (isHit) {
|
|
1516
|
+
break;
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
return isHit;
|
|
1520
|
+
}
|
|
1521
|
+
function isPointInPath$6(displayObject, position, isClipPath) {
|
|
1522
|
+
var _ref = displayObject.parsedStyle, x1 = _ref.x1, y1 = _ref.y1, x2 = _ref.x2, y2 = _ref.y2, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents, fill = _ref.fill, stroke = _ref.stroke;
|
|
1523
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasStroke = _isFillOrStrokeAffect2[1];
|
|
1524
|
+
if (!hasStroke && !isClipPath || !lineWidth) {
|
|
1525
|
+
return false;
|
|
1526
|
+
}
|
|
1527
|
+
return inLine(x1, y1, x2, y2, lineWidth + increasedLineWidthForHitTesting, position.x, position.y);
|
|
1528
|
+
}
|
|
1529
|
+
function isPointInStroke(segments, lineWidth, px, py, length) {
|
|
1530
|
+
var isHit = false;
|
|
1531
|
+
var halfWidth = lineWidth / 2;
|
|
1532
|
+
for (var i = 0; i < segments.length; i++) {
|
|
1533
|
+
var segment = segments[i];
|
|
1534
|
+
var currentPoint = segment.currentPoint, params = segment.params, prePoint = segment.prePoint, box = segment.box;
|
|
1535
|
+
if (box && !inBox(box.x - halfWidth, box.y - halfWidth, box.width + lineWidth, box.height + lineWidth, px, py)) {
|
|
1536
|
+
continue;
|
|
1537
|
+
}
|
|
1538
|
+
switch (segment.command) {
|
|
1539
|
+
// L 和 Z 都是直线, M 不进行拾取
|
|
1540
|
+
case "L":
|
|
1541
|
+
case "Z":
|
|
1542
|
+
isHit = inLine(prePoint[0], prePoint[1], currentPoint[0], currentPoint[1], lineWidth, px, py);
|
|
1543
|
+
if (isHit) {
|
|
1544
|
+
return true;
|
|
1545
|
+
}
|
|
1546
|
+
break;
|
|
1547
|
+
case "Q":
|
|
1548
|
+
var qDistance = pointDistance(prePoint[0], prePoint[1], params[1], params[2], params[3], params[4], px, py);
|
|
1549
|
+
isHit = qDistance <= lineWidth / 2;
|
|
1550
|
+
if (isHit) {
|
|
1551
|
+
return true;
|
|
1552
|
+
}
|
|
1553
|
+
break;
|
|
1554
|
+
case "C":
|
|
1555
|
+
var cDistance = pointDistance$3(
|
|
1556
|
+
prePoint[0],
|
|
1557
|
+
// 上一段结束位置, 即 C 的起始点
|
|
1558
|
+
prePoint[1],
|
|
1559
|
+
params[1],
|
|
1560
|
+
// 'C' 的参数,1、2 为第一个控制点,3、4 为第二个控制点,5、6 为结束点
|
|
1561
|
+
params[2],
|
|
1562
|
+
params[3],
|
|
1563
|
+
params[4],
|
|
1564
|
+
params[5],
|
|
1565
|
+
params[6],
|
|
1566
|
+
px,
|
|
1567
|
+
py,
|
|
1568
|
+
length
|
|
1569
|
+
);
|
|
1570
|
+
isHit = cDistance <= lineWidth / 2;
|
|
1571
|
+
if (isHit) {
|
|
1572
|
+
return true;
|
|
1573
|
+
}
|
|
1574
|
+
break;
|
|
1575
|
+
case "A":
|
|
1576
|
+
if (!segment.cubicParams) {
|
|
1577
|
+
segment.cubicParams = arcToCubic(prePoint[0], prePoint[1], params[1], params[2], params[3], params[4], params[5], params[6], params[7], void 0);
|
|
1578
|
+
}
|
|
1579
|
+
var args = segment.cubicParams;
|
|
1580
|
+
var prePointInCubic = prePoint;
|
|
1581
|
+
for (var _i = 0; _i < args.length; _i += 6) {
|
|
1582
|
+
var _cDistance = pointDistance$3(
|
|
1583
|
+
prePointInCubic[0],
|
|
1584
|
+
// 上一段结束位置, 即 C 的起始点
|
|
1585
|
+
prePointInCubic[1],
|
|
1586
|
+
args[_i],
|
|
1587
|
+
args[_i + 1],
|
|
1588
|
+
args[_i + 2],
|
|
1589
|
+
args[_i + 3],
|
|
1590
|
+
args[_i + 4],
|
|
1591
|
+
args[_i + 5],
|
|
1592
|
+
px,
|
|
1593
|
+
py,
|
|
1594
|
+
length
|
|
1595
|
+
);
|
|
1596
|
+
prePointInCubic = [args[_i + 4], args[_i + 5]];
|
|
1597
|
+
isHit = _cDistance <= lineWidth / 2;
|
|
1598
|
+
if (isHit) {
|
|
1599
|
+
return true;
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
break;
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
return isHit;
|
|
1606
|
+
}
|
|
1607
|
+
function isPointInPath$5(displayObject, position, isClipPath, isPointInPath2, renderingPluginContext, runtime) {
|
|
1608
|
+
var _ref = displayObject.parsedStyle, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, stroke = _ref.stroke, fill = _ref.fill, d = _ref.d, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents;
|
|
1609
|
+
var segments = d.segments, hasArc = d.hasArc, polylines = d.polylines, polygons = d.polygons;
|
|
1610
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(
|
|
1611
|
+
pointerEvents,
|
|
1612
|
+
// Only a closed path can be filled.
|
|
1613
|
+
(polygons === null || polygons === void 0 ? void 0 : polygons.length) && fill,
|
|
1614
|
+
stroke
|
|
1615
|
+
), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasFill = _isFillOrStrokeAffect2[0], hasStroke = _isFillOrStrokeAffect2[1];
|
|
1616
|
+
var totalLength = getOrCalculatePathTotalLength(displayObject);
|
|
1617
|
+
var isHit = false;
|
|
1618
|
+
if (hasFill || isClipPath) {
|
|
1619
|
+
if (hasArc) {
|
|
1620
|
+
isHit = isPointInPath2(displayObject, position);
|
|
1621
|
+
} else {
|
|
1622
|
+
isHit = inPolygons(polygons, position.x, position.y) || inPolygons(polylines, position.x, position.y);
|
|
1623
|
+
}
|
|
1624
|
+
return isHit;
|
|
1625
|
+
}
|
|
1626
|
+
if (hasStroke || isClipPath) {
|
|
1627
|
+
isHit = isPointInStroke(segments, lineWidth + increasedLineWidthForHitTesting, position.x, position.y, totalLength);
|
|
1628
|
+
}
|
|
1629
|
+
return isHit;
|
|
1630
|
+
}
|
|
1631
|
+
function isPointInPath$4(displayObject, position, isClipPath) {
|
|
1632
|
+
var _ref = displayObject.parsedStyle, stroke = _ref.stroke, fill = _ref.fill, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, points = _ref.points, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents;
|
|
1633
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasFill = _isFillOrStrokeAffect2[0], hasStroke = _isFillOrStrokeAffect2[1];
|
|
1634
|
+
var isHit = false;
|
|
1635
|
+
if (hasStroke || isClipPath) {
|
|
1636
|
+
isHit = inPolyline(points.points, lineWidth + increasedLineWidthForHitTesting, position.x, position.y, true);
|
|
1637
|
+
}
|
|
1638
|
+
if (!isHit && (hasFill || isClipPath)) {
|
|
1639
|
+
isHit = inPolygon(points.points, position.x, position.y);
|
|
1640
|
+
}
|
|
1641
|
+
return isHit;
|
|
1642
|
+
}
|
|
1643
|
+
function isPointInPath$3(displayObject, position, isClipPath) {
|
|
1644
|
+
var _ref = displayObject.parsedStyle, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, points = _ref.points, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents, fill = _ref.fill, stroke = _ref.stroke;
|
|
1645
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasStroke = _isFillOrStrokeAffect2[1];
|
|
1646
|
+
if (!hasStroke && !isClipPath || !lineWidth) {
|
|
1647
|
+
return false;
|
|
1648
|
+
}
|
|
1649
|
+
return inPolyline(points.points, lineWidth + increasedLineWidthForHitTesting, position.x, position.y, false);
|
|
1650
|
+
}
|
|
1651
|
+
function isPointInPath$2(displayObject, position, isClipPath, isPointInPath2, runtime) {
|
|
1652
|
+
var _ref = displayObject.parsedStyle, radius = _ref.radius, fill = _ref.fill, stroke = _ref.stroke, _ref$lineWidth = _ref.lineWidth, lineWidth = _ref$lineWidth === void 0 ? 1 : _ref$lineWidth, _ref$increasedLineWid = _ref.increasedLineWidthForHitTesting, increasedLineWidthForHitTesting = _ref$increasedLineWid === void 0 ? 0 : _ref$increasedLineWid, _ref$x = _ref.x, x = _ref$x === void 0 ? 0 : _ref$x, _ref$y = _ref.y, y = _ref$y === void 0 ? 0 : _ref$y, width = _ref.width, height = _ref.height, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents;
|
|
1653
|
+
var _isFillOrStrokeAffect = isFillOrStrokeAffected(pointerEvents, fill, stroke), _isFillOrStrokeAffect2 = _slicedToArray(_isFillOrStrokeAffect, 2), hasFill = _isFillOrStrokeAffect2[0], hasStroke = _isFillOrStrokeAffect2[1];
|
|
1654
|
+
var hasRadius = radius && radius.some(function(r) {
|
|
1655
|
+
return r !== 0;
|
|
1656
|
+
});
|
|
1657
|
+
var lineWidthForHitTesting = lineWidth + increasedLineWidthForHitTesting;
|
|
1658
|
+
if (!hasRadius) {
|
|
1659
|
+
var halfWidth = lineWidthForHitTesting / 2;
|
|
1660
|
+
if (hasFill && hasStroke || isClipPath) {
|
|
1661
|
+
return inBox(x - halfWidth, y - halfWidth, width + halfWidth, height + halfWidth, position.x, position.y);
|
|
1662
|
+
}
|
|
1663
|
+
if (hasFill) {
|
|
1664
|
+
return inBox(x, y, width, height, position.x, position.y);
|
|
1665
|
+
}
|
|
1666
|
+
if (hasStroke) {
|
|
1667
|
+
return inRect(x, y, width, height, lineWidthForHitTesting, position.x, position.y);
|
|
1668
|
+
}
|
|
1669
|
+
} else {
|
|
1670
|
+
var isHit = false;
|
|
1671
|
+
if (hasStroke || isClipPath) {
|
|
1672
|
+
isHit = inRectWithRadius(x, y, width, height, radius.map(function(r) {
|
|
1673
|
+
return clamp(r, 0, Math.min(Math.abs(width) / 2, Math.abs(height) / 2));
|
|
1674
|
+
}), lineWidthForHitTesting, position.x, position.y);
|
|
1675
|
+
}
|
|
1676
|
+
if (!isHit && (hasFill || isClipPath)) {
|
|
1677
|
+
isHit = isPointInPath2(displayObject, position);
|
|
1678
|
+
}
|
|
1679
|
+
return isHit;
|
|
1680
|
+
}
|
|
1681
|
+
return false;
|
|
1682
|
+
}
|
|
1683
|
+
function inRectWithRadius(minX, minY, width, height, radiusArray, lineWidth, x, y) {
|
|
1684
|
+
var _radiusArray = _slicedToArray(radiusArray, 4), tlr = _radiusArray[0], trr = _radiusArray[1], brr = _radiusArray[2], blr = _radiusArray[3];
|
|
1685
|
+
return inLine(minX + tlr, minY, minX + width - trr, minY, lineWidth, x, y) || inLine(minX + width, minY + trr, minX + width, minY + height - brr, lineWidth, x, y) || inLine(minX + width - brr, minY + height, minX + blr, minY + height, lineWidth, x, y) || inLine(minX, minY + height - blr, minX, minY + tlr, lineWidth, x, y) || inArc(minX + width - trr, minY + trr, trr, 1.5 * Math.PI, 2 * Math.PI, lineWidth, x, y) || inArc(minX + width - brr, minY + height - brr, brr, 0, 0.5 * Math.PI, lineWidth, x, y) || inArc(minX + blr, minY + height - blr, blr, 0.5 * Math.PI, Math.PI, lineWidth, x, y) || inArc(minX + tlr, minY + tlr, tlr, Math.PI, 1.5 * Math.PI, lineWidth, x, y);
|
|
1686
|
+
}
|
|
1687
|
+
function isPointInPath$1(displayObject, position, isClipPath, isPointInPath2, renderingPluginContext, runtime) {
|
|
1688
|
+
var _ref = displayObject.parsedStyle, _ref$pointerEvents = _ref.pointerEvents, pointerEvents = _ref$pointerEvents === void 0 ? "auto" : _ref$pointerEvents, _ref$x = _ref.x, x = _ref$x === void 0 ? 0 : _ref$x, _ref$y = _ref.y, y = _ref$y === void 0 ? 0 : _ref$y, width = _ref.width, height = _ref.height;
|
|
1689
|
+
if (pointerEvents === "non-transparent-pixel") {
|
|
1690
|
+
var offscreenCanvas = renderingPluginContext.config.offscreenCanvas;
|
|
1691
|
+
var canvas = runtime.offscreenCanvasCreator.getOrCreateCanvas(offscreenCanvas);
|
|
1692
|
+
var context = runtime.offscreenCanvasCreator.getOrCreateContext(offscreenCanvas, {
|
|
1693
|
+
willReadFrequently: true
|
|
1694
|
+
});
|
|
1695
|
+
canvas.width = width;
|
|
1696
|
+
canvas.height = height;
|
|
1697
|
+
renderingPluginContext.defaultStyleRendererFactory[Shape.IMAGE].render(context, _objectSpread2(_objectSpread2({}, displayObject.parsedStyle), {}, {
|
|
1698
|
+
x: 0,
|
|
1699
|
+
y: 0
|
|
1700
|
+
}), displayObject, void 0, void 0, void 0);
|
|
1701
|
+
var imagedata = context.getImageData(position.x - x, position.y - y, 1, 1).data;
|
|
1702
|
+
return imagedata.every(function(component) {
|
|
1703
|
+
return component !== 0;
|
|
1704
|
+
});
|
|
1705
|
+
}
|
|
1706
|
+
return true;
|
|
1707
|
+
}
|
|
1708
|
+
function isPointInPath(displayObject, position, isClipPath, isPointInPath2) {
|
|
1709
|
+
var bounds = displayObject.getGeometryBounds();
|
|
1710
|
+
return position.x >= bounds.min[0] && position.y >= bounds.min[1] && position.x <= bounds.max[0] && position.y <= bounds.max[1];
|
|
1711
|
+
}
|
|
1712
|
+
var Plugin$1 = /* @__PURE__ */ (function(_AbstractRendererPlug) {
|
|
1713
|
+
function Plugin2() {
|
|
1714
|
+
var _this;
|
|
1715
|
+
_classCallCheck(this, Plugin2);
|
|
1716
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1717
|
+
args[_key] = arguments[_key];
|
|
1718
|
+
}
|
|
1719
|
+
_this = _callSuper(this, Plugin2, [].concat(args));
|
|
1720
|
+
_this.name = "canvas-picker";
|
|
1721
|
+
return _this;
|
|
1722
|
+
}
|
|
1723
|
+
_inherits(Plugin2, _AbstractRendererPlug);
|
|
1724
|
+
return _createClass(Plugin2, [{
|
|
1725
|
+
key: "init",
|
|
1726
|
+
value: function init() {
|
|
1727
|
+
var _pointInPathPickerFac;
|
|
1728
|
+
var pointInPathPickerFactory = (_pointInPathPickerFac = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_pointInPathPickerFac, Shape.CIRCLE, isPointInPath$8), Shape.ELLIPSE, isPointInPath$7), Shape.RECT, isPointInPath$2), Shape.LINE, isPointInPath$6), Shape.POLYLINE, isPointInPath$3), Shape.POLYGON, isPointInPath$4), Shape.PATH, isPointInPath$5), Shape.TEXT, isPointInPath), Shape.GROUP, null), Shape.IMAGE, isPointInPath$1), _defineProperty(_defineProperty(_pointInPathPickerFac, Shape.HTML, null), Shape.MESH, null));
|
|
1729
|
+
this.context.pointInPathPickerFactory = pointInPathPickerFactory;
|
|
1730
|
+
this.addRenderingPlugin(new CanvasPickerPlugin());
|
|
1731
|
+
}
|
|
1732
|
+
}, {
|
|
1733
|
+
key: "destroy",
|
|
1734
|
+
value: function destroy() {
|
|
1735
|
+
delete this.context.pointInPathPickerFactory;
|
|
1736
|
+
this.removeAllRenderingPlugins();
|
|
1737
|
+
}
|
|
1738
|
+
}]);
|
|
1739
|
+
})(AbstractRendererPlugin);
|
|
1740
|
+
function generatePath$6(context, parsedStyle) {
|
|
1741
|
+
var _parsedStyle$cx = parsedStyle.cx, cx = _parsedStyle$cx === void 0 ? 0 : _parsedStyle$cx, _parsedStyle$cy = parsedStyle.cy, cy = _parsedStyle$cy === void 0 ? 0 : _parsedStyle$cy, r = parsedStyle.r;
|
|
1742
|
+
context.arc(cx, cy, r, 0, Math.PI * 2, false);
|
|
1743
|
+
}
|
|
1744
|
+
function generatePath$5(context, parsedStyle) {
|
|
1745
|
+
var _parsedStyle$cx = parsedStyle.cx, cx = _parsedStyle$cx === void 0 ? 0 : _parsedStyle$cx, _parsedStyle$cy = parsedStyle.cy, cy = _parsedStyle$cy === void 0 ? 0 : _parsedStyle$cy, rx = parsedStyle.rx, ry = parsedStyle.ry;
|
|
1746
|
+
if (context.ellipse) {
|
|
1747
|
+
context.ellipse(cx, cy, rx, ry, 0, 0, Math.PI * 2, false);
|
|
1748
|
+
} else {
|
|
1749
|
+
var r = rx > ry ? rx : ry;
|
|
1750
|
+
var scaleX = rx > ry ? 1 : rx / ry;
|
|
1751
|
+
var scaleY = rx > ry ? ry / rx : 1;
|
|
1752
|
+
context.save();
|
|
1753
|
+
context.scale(scaleX, scaleY);
|
|
1754
|
+
context.arc(cx, cy, r, 0, Math.PI * 2);
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
function generatePath$4(context, parsedStyle) {
|
|
1758
|
+
var x1 = parsedStyle.x1, y1 = parsedStyle.y1, x2 = parsedStyle.x2, y2 = parsedStyle.y2, markerStart = parsedStyle.markerStart, markerEnd = parsedStyle.markerEnd, markerStartOffset = parsedStyle.markerStartOffset, markerEndOffset = parsedStyle.markerEndOffset;
|
|
1759
|
+
var startOffsetX = 0;
|
|
1760
|
+
var startOffsetY = 0;
|
|
1761
|
+
var endOffsetX = 0;
|
|
1762
|
+
var endOffsetY = 0;
|
|
1763
|
+
var rad = 0;
|
|
1764
|
+
var x;
|
|
1765
|
+
var y;
|
|
1766
|
+
if (markerStart && isDisplayObject(markerStart) && markerStartOffset) {
|
|
1767
|
+
x = x2 - x1;
|
|
1768
|
+
y = y2 - y1;
|
|
1769
|
+
rad = Math.atan2(y, x);
|
|
1770
|
+
startOffsetX = Math.cos(rad) * (markerStartOffset || 0);
|
|
1771
|
+
startOffsetY = Math.sin(rad) * (markerStartOffset || 0);
|
|
1772
|
+
}
|
|
1773
|
+
if (markerEnd && isDisplayObject(markerEnd) && markerEndOffset) {
|
|
1774
|
+
x = x1 - x2;
|
|
1775
|
+
y = y1 - y2;
|
|
1776
|
+
rad = Math.atan2(y, x);
|
|
1777
|
+
endOffsetX = Math.cos(rad) * (markerEndOffset || 0);
|
|
1778
|
+
endOffsetY = Math.sin(rad) * (markerEndOffset || 0);
|
|
1779
|
+
}
|
|
1780
|
+
context.moveTo(x1 + startOffsetX, y1 + startOffsetY);
|
|
1781
|
+
context.lineTo(x2 + endOffsetX, y2 + endOffsetY);
|
|
1782
|
+
}
|
|
1783
|
+
function generatePath$3(context, parsedStyle) {
|
|
1784
|
+
var markerStart = parsedStyle.markerStart, markerEnd = parsedStyle.markerEnd, markerStartOffset = parsedStyle.markerStartOffset, markerEndOffset = parsedStyle.markerEndOffset;
|
|
1785
|
+
var _parsedStyle$d = parsedStyle.d, absolutePath = _parsedStyle$d.absolutePath, segments = _parsedStyle$d.segments;
|
|
1786
|
+
var startOffsetX = 0;
|
|
1787
|
+
var startOffsetY = 0;
|
|
1788
|
+
var endOffsetX = 0;
|
|
1789
|
+
var endOffsetY = 0;
|
|
1790
|
+
var rad = 0;
|
|
1791
|
+
var x;
|
|
1792
|
+
var y;
|
|
1793
|
+
if (markerStart && isDisplayObject(markerStart) && markerStartOffset) {
|
|
1794
|
+
var _getStartTangent = markerStart.parentNode.getStartTangent(), _getStartTangent2 = _slicedToArray(_getStartTangent, 2), p1 = _getStartTangent2[0], p2 = _getStartTangent2[1];
|
|
1795
|
+
x = p1[0] - p2[0];
|
|
1796
|
+
y = p1[1] - p2[1];
|
|
1797
|
+
rad = Math.atan2(y, x);
|
|
1798
|
+
startOffsetX = Math.cos(rad) * (markerStartOffset || 0);
|
|
1799
|
+
startOffsetY = Math.sin(rad) * (markerStartOffset || 0);
|
|
1800
|
+
}
|
|
1801
|
+
if (markerEnd && isDisplayObject(markerEnd) && markerEndOffset) {
|
|
1802
|
+
var _getEndTangent = markerEnd.parentNode.getEndTangent(), _getEndTangent2 = _slicedToArray(_getEndTangent, 2), _p = _getEndTangent2[0], _p2 = _getEndTangent2[1];
|
|
1803
|
+
x = _p[0] - _p2[0];
|
|
1804
|
+
y = _p[1] - _p2[1];
|
|
1805
|
+
rad = Math.atan2(y, x);
|
|
1806
|
+
endOffsetX = Math.cos(rad) * (markerEndOffset || 0);
|
|
1807
|
+
endOffsetY = Math.sin(rad) * (markerEndOffset || 0);
|
|
1808
|
+
}
|
|
1809
|
+
for (var i = 0; i < absolutePath.length; i++) {
|
|
1810
|
+
var params = absolutePath[i];
|
|
1811
|
+
var command = params[0];
|
|
1812
|
+
var nextSegment = absolutePath[i + 1];
|
|
1813
|
+
var useStartOffset = i === 0 && (startOffsetX !== 0 || startOffsetY !== 0);
|
|
1814
|
+
var useEndOffset = (i === absolutePath.length - 1 || nextSegment && (nextSegment[0] === "M" || nextSegment[0] === "Z")) && endOffsetX !== 0 && endOffsetY !== 0;
|
|
1815
|
+
var _ref = useStartOffset ? [startOffsetX, startOffsetY] : [0, 0], _ref2 = _slicedToArray(_ref, 2), startOffsetXTemp = _ref2[0], startOffsetYTemp = _ref2[1];
|
|
1816
|
+
var _ref3 = useEndOffset ? [endOffsetX, endOffsetY] : [0, 0], _ref4 = _slicedToArray(_ref3, 2), endOffsetXTemp = _ref4[0], endOffsetYTemp = _ref4[1];
|
|
1817
|
+
switch (command) {
|
|
1818
|
+
case "M":
|
|
1819
|
+
context.moveTo(params[1] + startOffsetXTemp, params[2] + startOffsetYTemp);
|
|
1820
|
+
break;
|
|
1821
|
+
case "L":
|
|
1822
|
+
context.lineTo(params[1] + endOffsetXTemp, params[2] + endOffsetYTemp);
|
|
1823
|
+
break;
|
|
1824
|
+
case "Q":
|
|
1825
|
+
context.quadraticCurveTo(params[1], params[2], params[3] + endOffsetXTemp, params[4] + endOffsetYTemp);
|
|
1826
|
+
break;
|
|
1827
|
+
case "C":
|
|
1828
|
+
context.bezierCurveTo(params[1], params[2], params[3], params[4], params[5] + endOffsetXTemp, params[6] + endOffsetYTemp);
|
|
1829
|
+
break;
|
|
1830
|
+
case "A": {
|
|
1831
|
+
var arcParams = segments[i].arcParams;
|
|
1832
|
+
var cx = arcParams.cx, cy = arcParams.cy, rx = arcParams.rx, ry = arcParams.ry, startAngle = arcParams.startAngle, endAngle = arcParams.endAngle, xRotation = arcParams.xRotation, sweepFlag = arcParams.sweepFlag;
|
|
1833
|
+
if (context.ellipse) {
|
|
1834
|
+
context.ellipse(cx, cy, rx, ry, xRotation, startAngle, endAngle, !!(1 - sweepFlag));
|
|
1835
|
+
} else {
|
|
1836
|
+
var r = rx > ry ? rx : ry;
|
|
1837
|
+
var scaleX = rx > ry ? 1 : rx / ry;
|
|
1838
|
+
var scaleY = rx > ry ? ry / rx : 1;
|
|
1839
|
+
context.translate(cx, cy);
|
|
1840
|
+
context.rotate(xRotation);
|
|
1841
|
+
context.scale(scaleX, scaleY);
|
|
1842
|
+
context.arc(0, 0, r, startAngle, endAngle, !!(1 - sweepFlag));
|
|
1843
|
+
context.scale(1 / scaleX, 1 / scaleY);
|
|
1844
|
+
context.rotate(-xRotation);
|
|
1845
|
+
context.translate(-cx, -cy);
|
|
1846
|
+
}
|
|
1847
|
+
if (useEndOffset) {
|
|
1848
|
+
context.lineTo(params[6] + endOffsetX, params[7] + endOffsetY);
|
|
1849
|
+
}
|
|
1850
|
+
break;
|
|
1851
|
+
}
|
|
1852
|
+
case "Z":
|
|
1853
|
+
context.closePath();
|
|
1854
|
+
break;
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
function generatePath$2(context, parsedStyle) {
|
|
1859
|
+
var markerStart = parsedStyle.markerStart, markerEnd = parsedStyle.markerEnd, markerStartOffset = parsedStyle.markerStartOffset, markerEndOffset = parsedStyle.markerEndOffset;
|
|
1860
|
+
var points = parsedStyle.points.points;
|
|
1861
|
+
var length = points.length;
|
|
1862
|
+
var x1 = points[0][0];
|
|
1863
|
+
var y1 = points[0][1];
|
|
1864
|
+
var x2 = points[length - 1][0];
|
|
1865
|
+
var y2 = points[length - 1][1];
|
|
1866
|
+
var startOffsetX = 0;
|
|
1867
|
+
var startOffsetY = 0;
|
|
1868
|
+
var endOffsetX = 0;
|
|
1869
|
+
var endOffsetY = 0;
|
|
1870
|
+
var rad = 0;
|
|
1871
|
+
var x;
|
|
1872
|
+
var y;
|
|
1873
|
+
if (markerStart && isDisplayObject(markerStart) && markerStartOffset) {
|
|
1874
|
+
x = points[1][0] - points[0][0];
|
|
1875
|
+
y = points[1][1] - points[0][1];
|
|
1876
|
+
rad = Math.atan2(y, x);
|
|
1877
|
+
startOffsetX = Math.cos(rad) * (markerStartOffset || 0);
|
|
1878
|
+
startOffsetY = Math.sin(rad) * (markerStartOffset || 0);
|
|
1879
|
+
}
|
|
1880
|
+
if (markerEnd && isDisplayObject(markerEnd) && markerEndOffset) {
|
|
1881
|
+
x = points[length - 1][0] - points[0][0];
|
|
1882
|
+
y = points[length - 1][1] - points[0][1];
|
|
1883
|
+
rad = Math.atan2(y, x);
|
|
1884
|
+
endOffsetX = Math.cos(rad) * (markerEndOffset || 0);
|
|
1885
|
+
endOffsetY = Math.sin(rad) * (markerEndOffset || 0);
|
|
1886
|
+
}
|
|
1887
|
+
context.moveTo(x1 + (startOffsetX || endOffsetX), y1 + (startOffsetY || endOffsetY));
|
|
1888
|
+
for (var i = 1; i < length - 1; i++) {
|
|
1889
|
+
var point = points[i];
|
|
1890
|
+
context.lineTo(point[0], point[1]);
|
|
1891
|
+
}
|
|
1892
|
+
context.lineTo(x2, y2);
|
|
1893
|
+
}
|
|
1894
|
+
function generatePath$1(context, parsedStyle) {
|
|
1895
|
+
var markerStart = parsedStyle.markerStart, markerEnd = parsedStyle.markerEnd, markerStartOffset = parsedStyle.markerStartOffset, markerEndOffset = parsedStyle.markerEndOffset;
|
|
1896
|
+
var points = parsedStyle.points.points;
|
|
1897
|
+
var length = points.length;
|
|
1898
|
+
var x1 = points[0][0];
|
|
1899
|
+
var y1 = points[0][1];
|
|
1900
|
+
var x2 = points[length - 1][0];
|
|
1901
|
+
var y2 = points[length - 1][1];
|
|
1902
|
+
var startOffsetX = 0;
|
|
1903
|
+
var startOffsetY = 0;
|
|
1904
|
+
var endOffsetX = 0;
|
|
1905
|
+
var endOffsetY = 0;
|
|
1906
|
+
var rad = 0;
|
|
1907
|
+
var x;
|
|
1908
|
+
var y;
|
|
1909
|
+
if (markerStart && isDisplayObject(markerStart) && markerStartOffset) {
|
|
1910
|
+
x = points[1][0] - points[0][0];
|
|
1911
|
+
y = points[1][1] - points[0][1];
|
|
1912
|
+
rad = Math.atan2(y, x);
|
|
1913
|
+
startOffsetX = Math.cos(rad) * (markerStartOffset || 0);
|
|
1914
|
+
startOffsetY = Math.sin(rad) * (markerStartOffset || 0);
|
|
1915
|
+
}
|
|
1916
|
+
if (markerEnd && isDisplayObject(markerEnd) && markerEndOffset) {
|
|
1917
|
+
x = points[length - 2][0] - points[length - 1][0];
|
|
1918
|
+
y = points[length - 2][1] - points[length - 1][1];
|
|
1919
|
+
rad = Math.atan2(y, x);
|
|
1920
|
+
endOffsetX = Math.cos(rad) * (markerEndOffset || 0);
|
|
1921
|
+
endOffsetY = Math.sin(rad) * (markerEndOffset || 0);
|
|
1922
|
+
}
|
|
1923
|
+
context.moveTo(x1 + startOffsetX, y1 + startOffsetY);
|
|
1924
|
+
for (var i = 1; i < length - 1; i++) {
|
|
1925
|
+
var point = points[i];
|
|
1926
|
+
context.lineTo(point[0], point[1]);
|
|
1927
|
+
}
|
|
1928
|
+
context.lineTo(x2 + endOffsetX, y2 + endOffsetY);
|
|
1929
|
+
}
|
|
1930
|
+
function generatePath(context, parsedStyle) {
|
|
1931
|
+
var _parsedStyle$x = parsedStyle.x, x = _parsedStyle$x === void 0 ? 0 : _parsedStyle$x, _parsedStyle$y = parsedStyle.y, y = _parsedStyle$y === void 0 ? 0 : _parsedStyle$y, radius = parsedStyle.radius, width = parsedStyle.width, height = parsedStyle.height;
|
|
1932
|
+
var w = width;
|
|
1933
|
+
var h = height;
|
|
1934
|
+
var hasRadius = radius && radius.some(function(r) {
|
|
1935
|
+
return r !== 0;
|
|
1936
|
+
});
|
|
1937
|
+
if (!hasRadius) {
|
|
1938
|
+
context.rect(x, y, w, h);
|
|
1939
|
+
} else {
|
|
1940
|
+
var signX = width > 0 ? 1 : -1;
|
|
1941
|
+
var signY = height > 0 ? 1 : -1;
|
|
1942
|
+
var sweepFlag = signX + signY === 0;
|
|
1943
|
+
var _radius$map = radius.map(function(r) {
|
|
1944
|
+
return clamp(r, 0, Math.min(Math.abs(w) / 2, Math.abs(h) / 2));
|
|
1945
|
+
}), _radius$map2 = _slicedToArray(_radius$map, 4), tlr = _radius$map2[0], trr = _radius$map2[1], brr = _radius$map2[2], blr = _radius$map2[3];
|
|
1946
|
+
context.moveTo(signX * tlr + x, y);
|
|
1947
|
+
context.lineTo(w - signX * trr + x, y);
|
|
1948
|
+
if (trr !== 0) {
|
|
1949
|
+
context.arc(w - signX * trr + x, signY * trr + y, trr, -signY * Math.PI / 2, signX > 0 ? 0 : Math.PI, sweepFlag);
|
|
1950
|
+
}
|
|
1951
|
+
context.lineTo(w + x, h - signY * brr + y);
|
|
1952
|
+
if (brr !== 0) {
|
|
1953
|
+
context.arc(w - signX * brr + x, h - signY * brr + y, brr, signX > 0 ? 0 : Math.PI, signY > 0 ? Math.PI / 2 : 1.5 * Math.PI, sweepFlag);
|
|
1954
|
+
}
|
|
1955
|
+
context.lineTo(signX * blr + x, h + y);
|
|
1956
|
+
if (blr !== 0) {
|
|
1957
|
+
context.arc(signX * blr + x, h - signY * blr + y, blr, signY > 0 ? Math.PI / 2 : -Math.PI / 2, signX > 0 ? Math.PI : 0, sweepFlag);
|
|
1958
|
+
}
|
|
1959
|
+
context.lineTo(x, signY * tlr + y);
|
|
1960
|
+
if (tlr !== 0) {
|
|
1961
|
+
context.arc(signX * tlr + x, signY * tlr + y, tlr, signX > 0 ? Math.PI : 0, signY > 0 ? Math.PI * 1.5 : Math.PI / 2, sweepFlag);
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
var Plugin = /* @__PURE__ */ (function(_AbstractRendererPlug) {
|
|
1966
|
+
function Plugin2() {
|
|
1967
|
+
var _this;
|
|
1968
|
+
_classCallCheck(this, Plugin2);
|
|
1969
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1970
|
+
args[_key] = arguments[_key];
|
|
1971
|
+
}
|
|
1972
|
+
_this = _callSuper(this, Plugin2, [].concat(args));
|
|
1973
|
+
_this.name = "canvas-path-generator";
|
|
1974
|
+
return _this;
|
|
1975
|
+
}
|
|
1976
|
+
_inherits(Plugin2, _AbstractRendererPlug);
|
|
1977
|
+
return _createClass(Plugin2, [{
|
|
1978
|
+
key: "init",
|
|
1979
|
+
value: function init() {
|
|
1980
|
+
var _pathGeneratorFactory;
|
|
1981
|
+
var pathGeneratorFactory = (_pathGeneratorFactory = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_pathGeneratorFactory, Shape.CIRCLE, generatePath$6), Shape.ELLIPSE, generatePath$5), Shape.RECT, generatePath), Shape.LINE, generatePath$4), Shape.POLYLINE, generatePath$1), Shape.POLYGON, generatePath$2), Shape.PATH, generatePath$3), Shape.TEXT, void 0), Shape.GROUP, void 0), Shape.IMAGE, void 0), _defineProperty(_defineProperty(_defineProperty(_pathGeneratorFactory, Shape.HTML, void 0), Shape.MESH, void 0), Shape.FRAGMENT, void 0));
|
|
1982
|
+
this.context.pathGeneratorFactory = pathGeneratorFactory;
|
|
1983
|
+
}
|
|
1984
|
+
}, {
|
|
1985
|
+
key: "destroy",
|
|
1986
|
+
value: function destroy() {
|
|
1987
|
+
delete this.context.pathGeneratorFactory;
|
|
1988
|
+
}
|
|
1989
|
+
}]);
|
|
1990
|
+
})(AbstractRendererPlugin);
|
|
1991
|
+
var Canvas2DContextService = /* @__PURE__ */ (function() {
|
|
1992
|
+
function Canvas2DContextService2(context) {
|
|
1993
|
+
_classCallCheck(this, Canvas2DContextService2);
|
|
1994
|
+
this.renderingContext = context.renderingContext;
|
|
1995
|
+
this.canvasConfig = context.config;
|
|
1996
|
+
}
|
|
1997
|
+
return _createClass(Canvas2DContextService2, [{
|
|
1998
|
+
key: "init",
|
|
1999
|
+
value: function init() {
|
|
2000
|
+
var _this$canvasConfig = this.canvasConfig, container = _this$canvasConfig.container, canvas = _this$canvasConfig.canvas;
|
|
2001
|
+
if (canvas) {
|
|
2002
|
+
this.$canvas = canvas;
|
|
2003
|
+
if (container && canvas.parentElement !== container) {
|
|
2004
|
+
container.appendChild(canvas);
|
|
2005
|
+
}
|
|
2006
|
+
this.$container = canvas.parentElement;
|
|
2007
|
+
this.canvasConfig.container = this.$container;
|
|
2008
|
+
} else if (container) {
|
|
2009
|
+
this.$container = isString(container) ? document.getElementById(container) : container;
|
|
2010
|
+
if (this.$container) {
|
|
2011
|
+
var $canvas = document.createElement("canvas");
|
|
2012
|
+
this.$container.appendChild($canvas);
|
|
2013
|
+
if (!this.$container.style.position) {
|
|
2014
|
+
this.$container.style.position = "relative";
|
|
2015
|
+
}
|
|
2016
|
+
this.$canvas = $canvas;
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
this.context = this.$canvas.getContext("2d");
|
|
2020
|
+
this.resize(this.canvasConfig.width, this.canvasConfig.height);
|
|
2021
|
+
}
|
|
2022
|
+
}, {
|
|
2023
|
+
key: "getContext",
|
|
2024
|
+
value: function getContext() {
|
|
2025
|
+
return this.context;
|
|
2026
|
+
}
|
|
2027
|
+
}, {
|
|
2028
|
+
key: "getDomElement",
|
|
2029
|
+
value: function getDomElement() {
|
|
2030
|
+
return this.$canvas;
|
|
2031
|
+
}
|
|
2032
|
+
}, {
|
|
2033
|
+
key: "getDPR",
|
|
2034
|
+
value: function getDPR() {
|
|
2035
|
+
return this.dpr;
|
|
2036
|
+
}
|
|
2037
|
+
}, {
|
|
2038
|
+
key: "getBoundingClientRect",
|
|
2039
|
+
value: function getBoundingClientRect() {
|
|
2040
|
+
if (this.$canvas.getBoundingClientRect) {
|
|
2041
|
+
return this.$canvas.getBoundingClientRect();
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
}, {
|
|
2045
|
+
key: "destroy",
|
|
2046
|
+
value: function destroy() {
|
|
2047
|
+
if (this.$container && this.$canvas && this.$canvas.parentNode) {
|
|
2048
|
+
this.$container.removeChild(this.$canvas);
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
}, {
|
|
2052
|
+
key: "resize",
|
|
2053
|
+
value: function resize(width, height) {
|
|
2054
|
+
var dpr = this.canvasConfig.devicePixelRatio;
|
|
2055
|
+
this.dpr = dpr;
|
|
2056
|
+
if (this.$canvas) {
|
|
2057
|
+
this.$canvas.width = this.dpr * width;
|
|
2058
|
+
this.$canvas.height = this.dpr * height;
|
|
2059
|
+
setDOMSize(this.$canvas, width, height);
|
|
2060
|
+
}
|
|
2061
|
+
this.renderingContext.renderReasons.add(RenderReason.CAMERA_CHANGED);
|
|
2062
|
+
}
|
|
2063
|
+
}, {
|
|
2064
|
+
key: "applyCursorStyle",
|
|
2065
|
+
value: function applyCursorStyle(cursor) {
|
|
2066
|
+
if (this.$container && this.$container.style) {
|
|
2067
|
+
this.$container.style.cursor = cursor;
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
}, {
|
|
2071
|
+
key: "toDataURL",
|
|
2072
|
+
value: (function() {
|
|
2073
|
+
var _toDataURL = _asyncToGenerator(/* @__PURE__ */ _regeneratorRuntime().mark(function _callee() {
|
|
2074
|
+
var options, type, encoderOptions, _args = arguments;
|
|
2075
|
+
return _regeneratorRuntime().wrap(function(_context) {
|
|
2076
|
+
while (1) switch (_context.prev = _context.next) {
|
|
2077
|
+
case 0:
|
|
2078
|
+
options = _args.length > 0 && _args[0] !== void 0 ? _args[0] : {};
|
|
2079
|
+
type = options.type, encoderOptions = options.encoderOptions;
|
|
2080
|
+
return _context.abrupt("return", this.context.canvas.toDataURL(type, encoderOptions));
|
|
2081
|
+
case 1:
|
|
2082
|
+
case "end":
|
|
2083
|
+
return _context.stop();
|
|
2084
|
+
}
|
|
2085
|
+
}, _callee, this);
|
|
2086
|
+
}));
|
|
2087
|
+
function toDataURL() {
|
|
2088
|
+
return _toDataURL.apply(this, arguments);
|
|
2089
|
+
}
|
|
2090
|
+
return toDataURL;
|
|
2091
|
+
})()
|
|
2092
|
+
}]);
|
|
2093
|
+
})();
|
|
2094
|
+
var ContextRegisterPlugin = /* @__PURE__ */ (function(_AbstractRendererPlug) {
|
|
2095
|
+
function ContextRegisterPlugin2() {
|
|
2096
|
+
var _this;
|
|
2097
|
+
_classCallCheck(this, ContextRegisterPlugin2);
|
|
2098
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
2099
|
+
args[_key] = arguments[_key];
|
|
2100
|
+
}
|
|
2101
|
+
_this = _callSuper(this, ContextRegisterPlugin2, [].concat(args));
|
|
2102
|
+
_this.name = "canvas-context-register";
|
|
2103
|
+
return _this;
|
|
2104
|
+
}
|
|
2105
|
+
_inherits(ContextRegisterPlugin2, _AbstractRendererPlug);
|
|
2106
|
+
return _createClass(ContextRegisterPlugin2, [{
|
|
2107
|
+
key: "init",
|
|
2108
|
+
value: function init() {
|
|
2109
|
+
this.context.ContextService = Canvas2DContextService;
|
|
2110
|
+
}
|
|
2111
|
+
}, {
|
|
2112
|
+
key: "destroy",
|
|
2113
|
+
value: function destroy() {
|
|
2114
|
+
delete this.context.ContextService;
|
|
2115
|
+
}
|
|
2116
|
+
}]);
|
|
2117
|
+
})(AbstractRendererPlugin);
|
|
2118
|
+
var Renderer = /* @__PURE__ */ (function(_AbstractRenderer) {
|
|
2119
|
+
function Renderer2(config) {
|
|
2120
|
+
var _this;
|
|
2121
|
+
_classCallCheck(this, Renderer2);
|
|
2122
|
+
_this = _callSuper(this, Renderer2, [config]);
|
|
2123
|
+
_this.registerPlugin(new ContextRegisterPlugin());
|
|
2124
|
+
_this.registerPlugin(new index$3.Plugin());
|
|
2125
|
+
_this.registerPlugin(new Plugin());
|
|
2126
|
+
_this.registerPlugin(new Plugin$2());
|
|
2127
|
+
_this.registerPlugin(new index$1.Plugin());
|
|
2128
|
+
_this.registerPlugin(new Plugin$1());
|
|
2129
|
+
_this.registerPlugin(new index$2.Plugin());
|
|
2130
|
+
return _this;
|
|
2131
|
+
}
|
|
2132
|
+
_inherits(Renderer2, _AbstractRenderer);
|
|
2133
|
+
return _createClass(Renderer2);
|
|
2134
|
+
})(AbstractRenderer);
|
|
2135
|
+
export {
|
|
2136
|
+
index$1 as DomInteraction,
|
|
2137
|
+
index$2 as HTMLRenderer,
|
|
2138
|
+
index$3 as ImageLoader,
|
|
2139
|
+
Renderer
|
|
2140
|
+
};
|
|
2141
|
+
//# sourceMappingURL=index.esm.js.map
|