@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UIResourceRenderer.cjs","sources":["../../src/components/UIResourceRenderer.tsx"],"sourcesContent":["/**\n * UI Resource Renderer Component\n * Phase 0: Foundation with iframe sandbox and composite grid support\n */\n\nimport DOMPurify from 'dompurify'\nimport { Component, createSignal, Show, For, createMemo, createEffect, onMount, onCleanup } from 'solid-js'\nimport { isServer } from 'solid-js/web'\nimport type { UIComponent, UILayout, RendererError, TableVirtualizeOptions } from '../types'\nimport { validateComponent, DEFAULT_RESOURCE_LIMITS, getIframeSandbox } from '../services/validation'\nimport { GenerativeUIErrorBoundary } from './GenerativeUIErrorBoundary'\nimport { markRenderStart, markRenderEnd, PERF_PREFIX } from '../utils/perf'\nimport { useTelemetry } from '../context/MCPUITelemetryContext'\n\n/**\n * How `<UIResourceRenderer>` reacts when `validateComponent()` rejects a\n * component (v5.4.0).\n *\n * - `'block'` : full-slot red error card (default — backward compatible)\n * - `'inline-warn'` : compact yellow chip in the slot, tooltip carries the\n * error message — keeps the surrounding layout clean\n * (e.g. inside a chat message)\n * - `'silent'` : render nothing in the slot; `onError` still fires so the\n * consumer can log/alert\n *\n * Runtime errors caught by `<GenerativeUIErrorBoundary>` are NOT affected by\n * this prop — they always show the boundary's fallback UI.\n */\nexport type ValidationErrorMode = 'block' | 'inline-warn' | 'silent'\nimport { GridRenderer } from './GridRenderer'\nimport { FooterRenderer } from './FooterRenderer'\nimport { CarouselRenderer } from './CarouselRenderer'\nimport { ArtifactRenderer } from './ArtifactRenderer'\nimport { FormRenderer } from './FormRenderer'\nimport { ModalRenderer } from './ModalRenderer'\nimport { ActionGroupRenderer } from './ActionGroupRenderer'\nimport { ChartJSRenderer, isChartJSAvailable } from './ChartJSRenderer'\nimport { ImageGalleryRenderer } from './ImageGalleryRenderer'\nimport { VideoRenderer } from './VideoRenderer'\nimport { CodeBlockRenderer } from './CodeBlockRenderer'\nimport { MapRenderer } from './MapRenderer'\nimport { ExpandableWrapper, useExpanded } from './ExpandableWrapper'\nimport { RenderProvider } from './RenderContext'\nimport { useAction } from '../hooks/useAction'\nimport { marked } from 'marked'\n\n/**\n * Copy button component with visual feedback\n */\nfunction CopyButton(props: { getText: () => string; title?: string; position?: 'top-right' | 'bottom-right' }) {\n const [copied, setCopied] = createSignal(false)\n\n const handleCopy = async () => {\n try {\n await navigator.clipboard.writeText(props.getText())\n setCopied(true)\n setTimeout(() => setCopied(false), 2000)\n } catch (err) {\n console.error('Failed to copy:', err)\n }\n }\n\n const positionClasses = () => {\n return props.position === 'bottom-right'\n ? 'absolute -right-2 -bottom-3'\n : 'absolute right-2 top-2'\n }\n\n return (\n <button\n onClick={handleCopy}\n class={`${positionClasses()} opacity-60 hover:opacity-100 px-2 py-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700 transition-all shadow-sm z-10`}\n title={props.title || 'Copy'}\n >\n <Show\n when={!copied()}\n fallback={\n <svg class=\"w-3 h-3 text-green-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" />\n </svg>\n }\n >\n <svg class=\"w-3 h-3 text-gray-500 dark:text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z\" />\n </svg>\n </Show>\n </button>\n )\n}\n\n/**\n * Props for UIResourceRenderer\n */\nexport interface UIResourceRendererProps {\n /**\n * Single component or full layout to render\n */\n content: UIComponent | UILayout\n\n /**\n * Lazy loading (default: true)\n */\n lazyLoad?: boolean\n\n /**\n * Error callback\n */\n onError?: (error: RendererError) => void\n\n /**\n * Custom CSS class\n */\n class?: string\n\n /**\n * How to react when a component fails `validateComponent()` (v5.4.0).\n * Defaults to `'block'` (replaces the slot with a red error card —\n * the pre-v5.4.0 behavior).\n *\n * @see ValidationErrorMode\n */\n errorMode?: ValidationErrorMode\n}\n\n/**\n * Render a single chart component in a sandboxed iframe\n */\n/**\n * Smart Chart Renderer - Sprint 4\n * Supports native Chart.js or Quickchart.io iframe fallback\n */\nfunction ChartRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n}) {\n const [useNative, setUseNative] = createSignal(false)\n const [iframeUrl, setIframeUrl] = createSignal<string>()\n const [isLoading, setIsLoading] = createSignal(true)\n const [error, setError] = createSignal<string>()\n\n const params = () => props.component.params as any\n const rendererPref = () => params()?.renderer || 'auto'\n\n // Guard: if data or datasets missing, show error instead of crashing Chart.js\n if (!params()?.data?.datasets) {\n return (\n <div class=\"p-4 bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700\">\n <p class=\"text-red-500 dark:text-red-400 text-sm\">Invalid chart data: missing data.datasets</p>\n </div>\n )\n }\n\n // Check renderer preference and Chart.js availability\n createEffect(async () => {\n const pref = rendererPref()\n\n if (pref === 'iframe') {\n // Force iframe mode\n setUseNative(false)\n buildIframeUrl()\n } else if (pref === 'native') {\n // Force native mode - will show error if Chart.js not available\n const available = await isChartJSAvailable()\n if (available) {\n setUseNative(true)\n setIsLoading(false)\n } else {\n setError('Chart.js is not available. Install chart.js peer dependency.')\n setIsLoading(false)\n }\n } else {\n // Auto mode - use native if available, otherwise iframe\n const available = await isChartJSAvailable()\n if (available) {\n setUseNative(true)\n setIsLoading(false)\n } else {\n setUseNative(false)\n buildIframeUrl()\n }\n }\n })\n\n const buildIframeUrl = () => {\n const chartParams = params()\n if (!chartParams) return\n\n // Build Quickchart URL\n const chartConfig = {\n type: chartParams.type,\n data: chartParams.data,\n options: {\n ...chartParams.options,\n responsive: true,\n maintainAspectRatio: false,\n },\n }\n\n // Encode chart configuration for Quickchart API\n const configStr = encodeURIComponent(JSON.stringify(chartConfig))\n const url = `https://quickchart.io/chart?c=${configStr}&width=500&height=300&devicePixelRatio=2`\n\n setIframeUrl(url)\n setIsLoading(false)\n }\n\n // Reactive switch between native Chart.js and iframe fallback\n // Must use <Show> — signals in component body are not reactive in SolidJS\n return (\n <Show\n when={useNative()}\n fallback={\n <div class=\"relative w-full h-full min-h-[300px] bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden\">\n <Show when={isLoading()}>\n <div class=\"absolute inset-0 flex items-center justify-center\">\n <div class=\"animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600\" />\n </div>\n </Show>\n\n <Show when={error()}>\n <div class=\"absolute inset-0 flex items-center justify-center p-4\">\n <div class=\"text-center\">\n <p class=\"text-red-600 dark:text-red-400 text-sm font-medium\">Chart Error</p>\n <p class=\"text-gray-600 dark:text-gray-400 text-xs mt-1\">{error()}</p>\n </div>\n </div>\n </Show>\n\n <Show when={iframeUrl() && !error()}>\n <div class=\"w-full h-full p-4\">\n <Show when={params()?.title}>\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white mb-3\">\n {params()?.title}\n </h3>\n </Show>\n <div class=\"w-full h-full\" role=\"img\" aria-label={params()?.title ? `Chart: ${params()?.title}` : 'Chart visualization'}>\n <img\n src={iframeUrl()}\n alt={params()?.title ? `Chart: ${params()?.title}` : 'Chart visualization'}\n class=\"w-full h-auto max-h-[300px] object-contain\"\n onError={() => {\n setError('Failed to load chart')\n props.onError?.({\n type: 'render',\n message: 'Chart rendering failed',\n componentId: props.component.id,\n })\n }}\n />\n </div>\n </div>\n </Show>\n </div>\n }\n >\n <ChartJSRenderer\n component={props.component}\n onError={(err) => props.onError?.({\n type: 'render',\n message: err.message,\n componentId: props.component.id,\n })}\n />\n </Show>\n )\n}\n\n/**\n * Smart cell value renderer that handles markdown links and other formats\n */\n/**\n * Wrap matches of `query` in <mark> tags within an HTML string.\n * Case-insensitive. Skips content inside HTML tag attributes to avoid corruption.\n * v4.3.8\n */\nexport function highlightQuery(html: string, query: string): string {\n const q = query.trim()\n if (!q) return html\n // Escape regex metacharacters\n const escaped = q.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&')\n const regex = new RegExp(`(${escaped})`, 'gi')\n // Process text segments only (skip inside tags)\n return html.replace(/(<[^>]+>)|([^<]+)/g, (_m, tag, text) => {\n if (tag) return tag\n if (!text) return ''\n return text.replace(regex, '<mark class=\"bg-yellow-200 dark:bg-[#222F49] text-inherit rounded px-0.5\">$1</mark>')\n })\n}\n\n/**\n * Citation context — opt-in input to `renderCellValue` (v5.7.0).\n *\n * When passed, `[N]`, `Citation [N]`, `[CITATION N]` and `[📄 CITATION N]`\n * markers in the cell text are normalized then replaced with chip HTML.\n * Chips carry `data-citation-page`, `data-citation-doc`, and\n * `data-citation-verified` attributes (already in the DOMPurify whitelist\n * since v5.6.0) so a host's `target.closest('[data-citation-page]')`\n * delegated click handler routes the click to the source-doc panel.\n *\n * See `mcp-ui-solid/docs/briefs/BRIEF-citations-in-table-cells.md`.\n */\nexport interface CitationCtx {\n /**\n * `Record<id, mapping>` keyed by the citation marker number (string-keyed\n * because JSON serialization always produces strings; the runtime call\n * sites accept either number or string ids and normalize internally).\n */\n map: Record<string | number, { page: number | string; file?: string; file_id?: number | string }>\n /**\n * Optional override returning sanitized chip HTML for one marker. Wins\n * over the default `defaultCitationChip` shape. Function inputs are\n * intentionally `any`-loose so consumers can swap shapes (e.g. web\n * citations vs doc citations) without subtyping the entry shape here.\n */\n render?: (\n id: number,\n mapping: { page: number | string; file?: string; file_id?: number | string } | undefined\n ) => string\n}\n\n/**\n * Default chip HTML emitted by `transformCellCitations` when no\n * `citationRender` override is supplied. Neutral Tailwind classes — hosts\n * can override visual styling via the `.citation-ref` CSS class without\n * passing a render override.\n */\nfunction defaultCitationChip(\n pageNum: number | string,\n fileName: string,\n verified = true\n): string {\n const safeDocName = encodeURIComponent(fileName || '')\n const label = fileName ? `${fileName} - ${pageNum}` : `${pageNum}`\n if (!verified) {\n return `<span class=\"citation-ref inline-flex items-center gap-0.5 align-middle opacity-60\"><span class=\"text-gray-500 line-through\">[${label}]</span></span>`\n }\n return [\n '<span class=\"citation-ref inline-flex items-center gap-0.5 align-middle\">',\n `<span class=\"text-gray-500\">[${label}]</span>`,\n '<button class=\"inline-flex items-center ml-0.5 px-1 py-0.5 text-xs bg-gray-800 hover:bg-gray-700 border border-gray-600 hover:border-teal-500 rounded cursor-pointer transition-colors align-middle\"',\n ` data-citation-page=\"${pageNum}\"`,\n ` data-citation-doc=\"${safeDocName}\"`,\n ' data-citation-verified=\"true\"',\n ` title=\"View source - ${label}\">`,\n '<svg class=\"w-3 h-3\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/><polyline points=\"14 2 14 8 20 8\"/></svg>',\n '</button>',\n '</span>',\n ].join('')\n}\n\n/**\n * Normalize bare `[N]`, `Citation [N]`, `[CITATION N]` markers to canonical\n * `[📄 CITATION N]` then replace each canonical marker with chip HTML.\n *\n * Negative lookbehind `(?<![p.])` skips `[p.5]` (page form). Negative\n * lookahead `(?!\\()` skips `[text](url)` markdown links.\n */\nfunction transformCellCitations(text: string, ctx: CitationCtx): string {\n // 1. normalize bare [N] / Citation [N] / [CITATION N] → [📄 CITATION N]\n let out = text.replace(/(?<![p.])\\[(\\d{1,2})\\](?!\\()/g, '[📄 CITATION $1]')\n out = out.replace(/\\bCitations?\\s*\\[(\\d+)\\]/gi, '[📄 CITATION $1]')\n out = out.replace(/\\[CITATION\\s+(\\d+)\\]/gi, '[📄 CITATION $1]')\n\n // 2. replace each canonical marker with chip HTML\n return out.replace(\n /[【[]\\s*📄\\s*CITATION\\s*(\\d+)\\s*[】\\]]/gi,\n (_m, idStr) => {\n const id = parseInt(idStr, 10)\n const mapping = ctx.map[id] ?? ctx.map[String(id)]\n if (ctx.render) return ctx.render(id, mapping)\n if (mapping) return defaultCitationChip(mapping.page, mapping.file ?? '', true)\n // Unresolved id: when the map is non-empty (consumer claims to know\n // the citations), drop silently — it's likely an LLM hallucination.\n // When the map is empty (consumer didn't supply one), preserve a\n // human-visible placeholder so the marker isn't lost.\n return Object.keys(ctx.map).length > 0 ? '' : `[réf. ${id}]`\n }\n )\n}\n\nexport function renderCellValue(value: any, citationCtx?: CitationCtx): string {\n // Handle null/undefined\n if (value === null || value === undefined) {\n return '-'\n }\n\n // Handle object with url/name properties (common source/link format from LLM)\n if (typeof value === 'object' && value !== null) {\n // Check for link-like objects: { url: \"...\", name/label/title: \"...\" }\n if (value.url) {\n const label = value.name || value.label || value.title || value.url\n const sanitizedLabel = DOMPurify.sanitize(String(label))\n const sanitizedUrl = DOMPurify.sanitize(String(value.url))\n return `<a href=\"${sanitizedUrl}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-blue-600 dark:text-blue-400 hover:underline\">${sanitizedLabel}</a>`\n }\n // Fallback: extract meaningful text from object properties\n if (value.name || value.label || value.title) {\n return DOMPurify.sanitize(String(value.name || value.label || value.title))\n }\n // Last resort: JSON stringify for debugging (better than [object Object])\n try {\n return JSON.stringify(value)\n } catch {\n return '-'\n }\n }\n\n // Convert to string\n let strValue = String(value)\n\n // Clean up \"undefined\" patterns from backend data\n // Pattern 1: \"Text – undefined\" or \"Text - undefined\" → \"Text\"\n strValue = strValue.replace(/\\s*[–-]\\s*undefined\\s*$/gi, '')\n // Pattern 2: \"undefined – Text\" or \"undefined - Text\" → \"Text\"\n strValue = strValue.replace(/^undefined\\s*[–-]\\s*/gi, '')\n // Pattern 3: standalone \"undefined\" → \"-\"\n if (strValue.trim().toLowerCase() === 'undefined') {\n return '-'\n }\n // Pattern 4: empty string after cleanup → \"-\"\n if (strValue.trim() === '') {\n return '-'\n }\n\n // Detect and convert markdown links: [text](url) — runs FIRST because\n // the citation transform's negative lookahead `(?!\\()` would also skip\n // these, but handling them here keeps the existing return path.\n const markdownLinkRegex = /\\[([^\\]]+)\\]\\(([^)]+)\\)/g\n if (markdownLinkRegex.test(strValue)) {\n // Replace all markdown links with HTML links\n const htmlValue = strValue.replace(\n /\\[([^\\]]+)\\]\\(([^)]+)\\)/g,\n '<a href=\"$2\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-blue-600 dark:text-blue-400 hover:underline\">$1</a>'\n )\n return DOMPurify.sanitize(htmlValue, { ADD_ATTR: ['target', 'rel'] })\n }\n\n // v5.7.0 — citation transform (opt-in). Replaces `[N]` style markers\n // with chip HTML carrying `data-citation-*` attrs. Runs BEFORE the\n // hasHtml / hasMarkdown branches so the resulting string flows through\n // them naturally (chips are inline HTML; surviving markdown like\n // **bold** is preserved by marked.parse since marked passes inline HTML\n // through unchanged).\n if (citationCtx) {\n strValue = transformCellCitations(strValue, citationCtx)\n }\n\n // Markdown markers WITHOUT square brackets — `[` and `]` were excluded\n // because chip labels (`[Doc - 5]`) and unresolved-marker fallbacks\n // (`[réf. 12]`) would otherwise force a marked.parse for cells that\n // have no actual markdown. The hasMarkdown check ALSO runs before\n // hasHtml so that mixed cells (`**bold** [1]` → `**bold** <chip>`)\n // get marked first; marked preserves the inline chip HTML, then\n // DOMPurify keeps the citation attrs via the extended whitelist.\n const hasMarkdown = /[*_`#]/.test(strValue)\n if (hasMarkdown) {\n const parsed = marked.parse(strValue, { async: false }) as string\n return DOMPurify.sanitize(parsed, {\n ALLOWED_TAGS: ['a', 'strong', 'em', 'b', 'i', 'code', 'span', 'br', 'button', 'svg', 'path', 'p', 'ul', 'ol', 'li', 'pre', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'],\n ALLOWED_ATTR: ['href', 'target', 'rel', 'class', 'data-citation-page', 'data-citation-source', 'data-citation-doc', 'data-citation-verified', 'title', 'fill', 'stroke', 'viewBox', 'stroke-linecap', 'stroke-linejoin', 'stroke-width', 'd'],\n ADD_ATTR: ['target', 'rel'],\n })\n }\n\n // Detect raw HTML in cell values (e.g. <a href=\"...\" data-citation-page=\"5\">text</a>)\n // This handles cases where cell data comes from innerHTML extraction\n // OR where the citation transform above injected chip HTML.\n const hasHtml = /<[a-z][\\s\\S]*>/i.test(strValue)\n if (hasHtml) {\n return DOMPurify.sanitize(strValue, {\n ALLOWED_TAGS: ['a', 'strong', 'em', 'b', 'i', 'code', 'span', 'br', 'button', 'svg', 'path'],\n ALLOWED_ATTR: ['href', 'target', 'rel', 'class', 'data-citation-page', 'data-citation-source', 'data-citation-doc', 'data-citation-verified', 'title', 'fill', 'stroke', 'viewBox', 'stroke-linecap', 'stroke-linejoin', 'stroke-width', 'd'],\n ADD_ATTR: ['target', 'rel'],\n })\n }\n\n // Plain text — sanitize to prevent XSS via innerHTML\n return DOMPurify.sanitize(strValue)\n}\n\n/**\n * Render a table component\n * Sprint Ultimate U.3: Added virtualization support for large datasets\n */\nfunction TableRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n}) {\n const tableParams = props.component.params as any\n let scrollContainerRef: HTMLDivElement | undefined\n\n // v5.7.0 — opt-in citation chip rendering inside cells. When `citationMap`\n // is present in params, build a CitationCtx once and thread it through\n // every `renderCellValue` call below. Absent → undefined → cells render\n // as before (regression-safe).\n const citationCtx: CitationCtx | undefined = tableParams.citationMap\n ? { map: tableParams.citationMap, render: tableParams.citationRender }\n : undefined\n\n // ─── Client-side sorting (v4.0.5) ────────────────────────\n const allRows = () => tableParams.rows || []\n const columns = () => tableParams.columns || []\n const [sortKey, setSortKey] = createSignal<string | null>(null)\n const [sortDir, setSortDir] = createSignal<'asc' | 'desc' | null>(null)\n\n const handleSort = (key: string) => {\n if (sortKey() === key) {\n if (sortDir() === 'asc') setSortDir('desc')\n else { setSortKey(null); setSortDir(null) }\n } else {\n setSortKey(key)\n setSortDir('asc')\n }\n setClientPage(0)\n }\n\n const sortedRows = createMemo(() => {\n const r = allRows()\n const key = sortKey()\n const dir = sortDir()\n if (!key || !dir) return r\n const col = columns().find((c: any) => c.key === key)\n const isNum = col?.type === 'number' || (r.length > 0 && typeof r[0]?.[key] === 'number')\n return [...r].sort((a: any, b: any) => {\n const va = a[key], vb = b[key]\n if (va == null && vb == null) return 0\n if (va == null) return 1\n if (vb == null) return -1\n let cmp: number\n if (isNum) {\n cmp = (Number(va) || 0) - (Number(vb) || 0)\n } else {\n cmp = String(va).localeCompare(String(vb), 'fr', { sensitivity: 'base' })\n }\n return dir === 'desc' ? -cmp : cmp\n })\n })\n\n const sortIndicator = (key: string) => {\n if (sortKey() !== key) return '\\u2195'\n return sortDir() === 'asc' ? '\\u2191' : '\\u2193'\n }\n\n // ─── Client-side search filter (v4.3.3) ─────────────────────\n const [searchQuery, setSearchQuery] = createSignal('')\n const [debouncedQuery, setDebouncedQuery] = createSignal('')\n let searchTimer: ReturnType<typeof setTimeout> | null = null\n\n const isSearchable = () => tableParams.searchable === true || (tableParams.searchable !== false && allRows().length > 10)\n const searchPlaceholder = () => tableParams.searchPlaceholder || 'Rechercher dans le tableau...'\n\n const handleSearch = (value: string) => {\n setSearchQuery(value)\n if (searchTimer) clearTimeout(searchTimer)\n searchTimer = setTimeout(() => {\n setDebouncedQuery(value)\n setClientPage(0)\n }, 200)\n }\n\n /** Normalize string for accent-insensitive matching */\n const normalize = (s: string) => s.normalize('NFD').replace(/[\\u0300-\\u036f]/g, '').toLowerCase()\n\n const filteredRows = createMemo(() => {\n const q = normalize(debouncedQuery())\n if (!q) return sortedRows()\n const cols = columns()\n return sortedRows().filter((row: any) =>\n cols.some((col: any) => {\n const val = row[col.key]\n if (val == null) return false\n return normalize(String(val)).includes(q)\n })\n )\n })\n\n // ─── Client-side pagination (v4.0.4, context-aware v4.3.4, selector v4.3.7) ─────\n const isExpanded = useExpanded()\n const defaultPageSize = () => tableParams.pageSize ?? 25\n const chatDefault = () => tableParams.chatPageSize ?? Math.min(10, defaultPageSize())\n const [userPageSize, setUserPageSize] = createSignal<number | null>(null) // null = use default\n const clientPageSize = () => {\n const ups = userPageSize()\n if (ups !== null) return ups // user chose a size\n return isExpanded() ? defaultPageSize() : chatDefault()\n }\n const showAll = () => userPageSize() === 0\n const hasServerPagination = () => !!tableParams.pagination\n const needsClientPagination = () =>\n !hasServerPagination() && !showAll() && clientPageSize() > 0 && filteredRows().length > clientPageSize()\n const [clientPage, setClientPage] = createSignal(tableParams.initialPage ?? 0)\n const clientTotalPages = () => needsClientPagination() ? Math.ceil(filteredRows().length / clientPageSize()) : 1\n const clientVisibleRows = createMemo(() => {\n if (showAll() || !needsClientPagination()) return filteredRows()\n const start = clientPage() * clientPageSize()\n return filteredRows().slice(start, start + clientPageSize())\n })\n const clientRangeStart = () => needsClientPagination() ? clientPage() * clientPageSize() + 1 : 1\n const clientRangeEnd = () => needsClientPagination()\n ? Math.min((clientPage() + 1) * clientPageSize(), filteredRows().length)\n : filteredRows().length\n\n // Page size options for selector (fullscreen)\n const pageSizeOptions = () => {\n const total = filteredRows().length\n const opts: Array<{ value: number; label: string }> = []\n for (const n of [10, 30, 60, 100]) {\n if (n < total) opts.push({ value: n, label: String(n) })\n }\n opts.push({ value: 0, label: 'All' })\n return opts\n }\n\n const handlePageSizeChange = (val: number) => {\n setUserPageSize(val === 0 ? 0 : val)\n setClientPage(0)\n }\n\n // ─── Virtualization ──────────────────────────────────────\n const [virtualizer, setVirtualizer] = createSignal<any>(null)\n const [isVirtualizing, setIsVirtualizing] = createSignal(false)\n\n // Disable virtualization when client pagination is active (they conflict)\n const shouldVirtualize = createMemo(() => {\n if (needsClientPagination()) return false // pagination handles slicing\n const opts = tableParams.virtualize\n if (opts === false) return false\n if (opts === true) return true\n if (typeof opts === 'object') {\n if (opts.enabled !== undefined) return opts.enabled\n const threshold = opts.threshold ?? 100\n return (tableParams.rows?.length ?? 0) > threshold\n }\n return (tableParams.rows?.length ?? 0) > 100\n })\n\n // Get virtualization options\n const virtualizeOpts = createMemo((): TableVirtualizeOptions => {\n const opts = tableParams.virtualize\n if (typeof opts === 'object') return opts\n return {}\n })\n\n // Initialize virtualizer when needed\n createEffect(async () => {\n if (isServer || !shouldVirtualize()) {\n setIsVirtualizing(false)\n return\n }\n\n try {\n const { createVirtualizer } = await import('@tanstack/solid-virtual')\n const opts = virtualizeOpts()\n const rowHeight = opts.rowHeight ?? 48\n const overscan = opts.overscan ?? 5\n\n const v = createVirtualizer({\n get count() { return tableParams.rows?.length ?? 0 },\n getScrollElement: () => scrollContainerRef ?? null,\n estimateSize: () => rowHeight,\n overscan,\n })\n\n setVirtualizer(v)\n setIsVirtualizing(true)\n } catch (e) {\n console.warn('Failed to load @tanstack/solid-virtual, falling back to regular table', e)\n setIsVirtualizing(false)\n }\n })\n\n // Cell value extraction helper\n const getCellValue = (row: any, key: string): string => {\n const value = row[key]\n if (value === null || value === undefined) return ''\n if (typeof value === 'object') return value.name || value.label || JSON.stringify(value)\n return String(value)\n }\n\n // Generate copyable text from table data (TSV format for spreadsheet compatibility)\n const getTableText = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n const header = columns.map((c: any) => c.label).join('\\t')\n const dataRows = rows.map((row: any) =>\n columns.map((c: any) => getCellValue(row, c.key)).join('\\t')\n ).join('\\n')\n return `${header}\\n${dataRows}`\n }\n\n // CSV generation (RFC 4180 compliant)\n const getTableCSV = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n const escapeCSV = (val: string) => {\n if (val.includes(',') || val.includes('\"') || val.includes('\\n')) {\n return `\"${val.replace(/\"/g, '\"\"')}\"`\n }\n return val\n }\n const header = columns.map((c: any) => escapeCSV(c.label)).join(',')\n const dataRows = rows.map((row: any) =>\n columns.map((c: any) => escapeCSV(getCellValue(row, c.key))).join(',')\n ).join('\\n')\n return `${header}\\n${dataRows}`\n }\n\n // JSON generation\n const getTableJSON = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n return JSON.stringify({ columns: columns.map((c: any) => ({ key: c.key, label: c.label })), rows }, null, 2)\n }\n\n // Download helper\n const downloadFile = (content: string, filename: string, mimeType: string) => {\n const blob = new Blob([content], { type: mimeType })\n const url = URL.createObjectURL(blob)\n const a = document.createElement('a')\n a.href = url\n a.download = filename\n a.click()\n URL.revokeObjectURL(url)\n }\n\n // Export config\n const exportable = tableParams.exportable\n const exportFormats = typeof exportable === 'object' && exportable?.formats\n ? exportable.formats\n : ['csv', 'json']\n const exportFilename = (typeof exportable === 'object' && exportable?.filename) || `table-${Math.random().toString(36).slice(2, 9)}`\n\n // Export dropdown state\n const [showExportMenu, setShowExportMenu] = createSignal(false)\n\n const handleExport = (format: string) => {\n setShowExportMenu(false)\n switch (format) {\n case 'tsv':\n navigator.clipboard.writeText(getTableText())\n break\n case 'csv':\n downloadFile(getTableCSV(), `${exportFilename}.csv`, 'text/csv')\n break\n case 'json':\n downloadFile(getTableJSON(), `${exportFilename}.json`, 'application/json')\n break\n }\n }\n\n const tableId = `table-${Math.random().toString(36).slice(2, 9)}`\n\n // Standard table body (non-virtualized) — uses client pagination when active\n const StandardTableBody = () => (\n <tbody class=\"bg-white dark:bg-gray-800 divide-y divide-gray-200 dark:divide-gray-700\">\n <For each={clientVisibleRows().slice(0, DEFAULT_RESOURCE_LIMITS.maxTableRows)}>\n {(row: any, i) => (\n <tr class={`hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors ${i() % 2 === 0 ? 'bg-white dark:bg-gray-800' : 'bg-gray-50/30 dark:bg-gray-800/50'}`}>\n <For each={tableParams.columns}>\n {(column: any) => (\n <td class=\"px-6 py-4 text-sm text-gray-700 dark:text-gray-200 whitespace-normal break-words leading-relaxed first:pl-6 last:pr-6\">\n <div innerHTML={highlightQuery(renderCellValue(row[column.key], citationCtx), debouncedQuery())} />\n </td>\n )}\n </For>\n </tr>\n )}\n </For>\n </tbody>\n )\n\n // Virtualized table body\n const VirtualizedTableBody = () => {\n const v = virtualizer()\n if (!v) return null\n\n const items = v.getVirtualItems()\n const totalSize = v.getTotalSize()\n const opts = virtualizeOpts()\n const rowHeight = opts.rowHeight ?? 48\n\n return (\n <tbody\n class=\"bg-white dark:bg-gray-800 relative\"\n style={{ height: `${totalSize}px` }}\n >\n <For each={items}>\n {(virtualRow: any) => {\n const row = tableParams.rows[virtualRow.index]\n return (\n <tr\n class={`hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors absolute left-0 right-0 ${virtualRow.index % 2 === 0 ? 'bg-white dark:bg-gray-800' : 'bg-gray-50/30 dark:bg-gray-800/50'}`}\n style={{\n height: `${rowHeight}px`,\n transform: `translateY(${virtualRow.start}px)`\n }}\n >\n <For each={tableParams.columns}>\n {(column: any) => (\n <td class=\"px-6 py-4 text-sm text-gray-700 dark:text-gray-200 whitespace-normal break-words leading-relaxed first:pl-6 last:pr-6\">\n <div innerHTML={highlightQuery(renderCellValue(row[column.key], citationCtx), debouncedQuery())} />\n </td>\n )}\n </For>\n </tr>\n )\n }}\n </For>\n </tbody>\n )\n }\n\n return (\n <ExpandableWrapper title={tableParams.title || 'Table'} copyData={getTableCSV()} copyLabel=\"Copy table (CSV)\">\n <div class={`relative w-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden group ${isExpanded() ? '' : 'h-full'}`}>\n <Show when={exportable} fallback={<CopyButton getText={getTableCSV} title=\"Copy table (CSV)\" position=\"top-right\" />}>\n <div class=\"absolute right-10 top-2 z-10\">\n <button\n onClick={() => setShowExportMenu(!showExportMenu())}\n class=\"opacity-60 hover:opacity-100 px-2 py-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700 transition-all shadow-sm\"\n title=\"Export table\"\n aria-label=\"Export table\"\n >\n <svg class=\"w-3 h-3 text-gray-500 dark:text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\" />\n </svg>\n </button>\n <Show when={showExportMenu()}>\n <div class=\"absolute right-0 mt-1 w-36 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-lg shadow-lg py-1 text-sm\">\n <Show when={(exportFormats as string[]).includes('tsv')}>\n <button onClick={() => handleExport('tsv')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Copy TSV</button>\n </Show>\n <Show when={(exportFormats as string[]).includes('csv')}>\n <button onClick={() => handleExport('csv')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Download CSV</button>\n </Show>\n <Show when={(exportFormats as string[]).includes('json')}>\n <button onClick={() => handleExport('json')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Download JSON</button>\n </Show>\n </div>\n </Show>\n </div>\n </Show>\n <div class=\"p-4\">\n <Show when={tableParams.title}>\n <h3 id={`${tableId}-title`} class=\"text-sm font-semibold text-gray-900 dark:text-white mb-3\">\n {tableParams.title}\n <Show when={isVirtualizing()}>\n <span class=\"ml-2 text-xs font-normal text-gray-400\">(virtualized: {tableParams.rows?.length} rows)</span>\n </Show>\n </h3>\n </Show>\n\n {/* Search input (v4.3.3) */}\n <Show when={isSearchable()}>\n <div class=\"relative mb-3\">\n <span class=\"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400 pointer-events-none text-sm\">{'\\uD83D\\uDD0D'}</span>\n <input\n type=\"text\"\n value={searchQuery()}\n onInput={(e) => handleSearch(e.currentTarget.value)}\n placeholder={searchPlaceholder()}\n class=\"w-full max-w-xs min-w-[200px] pl-8 pr-8 py-1.5 text-sm border border-gray-200 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-900 dark:text-white placeholder-gray-400 focus:border-blue-400 focus:ring-1 focus:ring-blue-400 outline-none\"\n />\n <Show when={searchQuery()}>\n <button\n type=\"button\"\n onClick={() => { handleSearch(''); setSearchQuery(''); setDebouncedQuery('') }}\n class=\"absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 text-sm\"\n aria-label=\"Clear search\"\n >×</button>\n </Show>\n </div>\n <Show when={debouncedQuery() && filteredRows().length !== sortedRows().length}>\n <p class=\"text-xs text-gray-500 dark:text-gray-400 mb-2\">\n {filteredRows().length} result{filteredRows().length !== 1 ? 's' : ''} on {sortedRows().length}\n </p>\n </Show>\n </Show>\n\n <div\n ref={scrollContainerRef}\n class=\"overflow-x-auto\"\n style={\n isVirtualizing()\n ? { 'max-height': '500px', 'overflow-y': 'auto' }\n : !isExpanded() && clientVisibleRows().length > 8\n ? { 'max-height': '400px', 'overflow-y': 'auto' }\n : {}\n }\n role=\"region\"\n aria-label={tableParams.title || 'Data table'}\n tabindex=\"0\"\n >\n <table\n class=\"min-w-full divide-y divide-gray-200 dark:divide-gray-700 border-separate border-spacing-0\"\n aria-labelledby={tableParams.title ? `${tableId}-title` : undefined}\n >\n <thead class=\"bg-gray-100 dark:bg-gray-900 sticky top-0 z-10\">\n <tr>\n <For each={tableParams.columns}>\n {(column: any) => (\n <th\n scope=\"col\"\n class=\"px-6 py-3 text-left text-xs font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider border-b border-gray-200 dark:border-gray-700 first:pl-6 last:pr-6 bg-gray-100 dark:bg-gray-900 cursor-pointer select-none hover:bg-gray-200 dark:hover:bg-gray-800 transition-colors\"\n style={column.width ? { width: column.width } : {}}\n on:click={() => handleSort(column.key)}\n title={`Sort by ${column.label}`}\n >\n <span class=\"inline-flex items-center gap-1\">\n {column.label}\n <span\n class=\"text-[10px] leading-none\"\n classList={{\n 'opacity-30': sortKey() !== column.key,\n 'opacity-100 text-blue-600 dark:text-blue-400': sortKey() === column.key,\n }}\n >\n {sortIndicator(column.key)}\n </span>\n </span>\n </th>\n )}\n </For>\n </tr>\n </thead>\n <Show when={isVirtualizing()} fallback={<StandardTableBody />}>\n <VirtualizedTableBody />\n </Show>\n </table>\n </div>\n\n {/* Server-side pagination (legacy) */}\n <Show when={tableParams.pagination}>\n <div class=\"mt-3 flex items-center justify-between text-xs text-gray-500 dark:text-gray-400\">\n <span>\n Showing {tableParams.pagination.currentPage * tableParams.pagination.pageSize + 1} -{' '}\n {Math.min(\n (tableParams.pagination.currentPage + 1) * tableParams.pagination.pageSize,\n tableParams.pagination.totalRows\n )}{' '}\n of {tableParams.pagination.totalRows}\n </span>\n </div>\n </Show>\n\n {/* Client-side pagination (v4.3.7) */}\n <Show when={needsClientPagination()}>\n <div class=\"mt-3 flex items-center justify-between text-xs text-gray-500 dark:text-gray-400\">\n <span>\n {clientRangeStart()}–{clientRangeEnd()} / {filteredRows().length.toLocaleString('fr-FR')}\n </span>\n <div class=\"flex items-center gap-2\">\n <button\n class=\"px-2 py-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 disabled:opacity-40 disabled:cursor-not-allowed transition-colors\"\n disabled={clientPage() === 0}\n onClick={() => setClientPage(p => p - 1)}\n >\n ◀\n </button>\n <span>{clientPage() + 1} / {clientTotalPages()}</span>\n <button\n class=\"px-2 py-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 disabled:opacity-40 disabled:cursor-not-allowed transition-colors\"\n disabled={clientPage() >= clientTotalPages() - 1}\n onClick={() => setClientPage(p => p + 1)}\n >\n ▶\n </button>\n {/* Page size selector — fullscreen only */}\n <Show when={isExpanded() && filteredRows().length > 10}>\n <select\n class=\"ml-2 px-1 py-0.5 text-xs border border-gray-200 dark:border-gray-600 rounded bg-white dark:bg-gray-700 text-gray-700 dark:text-gray-300\"\n value={clientPageSize()}\n onChange={(e) => handlePageSizeChange(Number(e.currentTarget.value))}\n >\n <For each={pageSizeOptions()}>\n {(opt) => <option value={opt.value}>{opt.label}</option>}\n </For>\n </select>\n <span class=\"text-gray-400\">/ page</span>\n </Show>\n </div>\n </div>\n </Show>\n </div>\n </div>\n </ExpandableWrapper>\n )\n}\n\n/**\n * Render a metric card component\n */\nfunction MetricRenderer(props: { component: UIComponent }) {\n const metricParams = props.component.params as any\n\n // Generate copyable text for metric\n const getMetricText = () => {\n const title = metricParams.title || metricParams.label || ''\n const value = metricParams.value\n const unit = metricParams.unit || ''\n return `${title}: ${value}${unit ? ' ' + unit : ''}`\n }\n\n return (\n <div class=\"relative w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 p-4 group\">\n <CopyButton getText={getMetricText} title=\"Copy metric\" position=\"top-right\" />\n <div class=\"flex flex-col h-full justify-between\">\n <div>\n <p class=\"text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wide\">\n {metricParams.title}\n </p>\n <div class=\"mt-2 flex items-baseline\">\n <p class=\"text-2xl font-semibold text-gray-900 dark:text-white\">{metricParams.value}</p>\n <Show when={metricParams.unit}>\n <span class=\"ml-2 text-sm font-medium text-gray-500 dark:text-gray-400\">\n {metricParams.unit}\n </span>\n </Show>\n </div>\n </div>\n\n <Show when={metricParams.trend}>\n <div class=\"mt-3 flex items-center\">\n <span\n class={`text-sm font-medium ${metricParams.trend.direction === 'up'\n ? 'text-green-600 dark:text-green-400'\n : metricParams.trend.direction === 'down'\n ? 'text-red-600 dark:text-red-400'\n : 'text-gray-600 dark:text-gray-400'\n }`}\n >\n {metricParams.trend.direction === 'up'\n ? '�'\n : metricParams.trend.direction === 'down'\n ? '�'\n : '�'}{' '}\n {Math.abs(metricParams.trend.value)}%\n </span>\n </div>\n </Show>\n\n <Show when={metricParams.subtitle}>\n <p class=\"mt-2 text-xs text-gray-500 dark:text-gray-400\">{metricParams.subtitle}</p>\n </Show>\n </div>\n </div>\n )\n}\n\n/**\n * Extract image data from markdown image link format\n * Pattern: [](link-url)\\n*Photo by Author*\n */\nfunction extractImageFromMarkdown(content: string): { alt: string; imageUrl: string; linkUrl: string; credit: string } | null {\n // Pattern: [](link-url) followed by optional credit line\n const imagePattern = /\\[!\\[([^\\]]*)\\]\\(([^)]+)\\)\\]\\(([^)]+)\\)\\s*\\*([^*]+)\\*/\n const match = content.match(imagePattern)\n\n if (match) {\n return {\n alt: match[1] || 'Image',\n imageUrl: match[2],\n linkUrl: match[3],\n credit: match[4].trim()\n }\n }\n\n return null\n}\n\n/**\n * Render a text component (with optional markdown)\n */\nfunction TextRenderer(props: { component: UIComponent }) {\n const textParams = props.component.params as any\n\n // Check if this is an image markdown that should be rendered as image component\n const imageData = createMemo(() => {\n if (textParams.markdown && textParams.content) {\n return extractImageFromMarkdown(textParams.content)\n }\n return null\n })\n\n // Convert markdown to HTML if markdown flag is true (and not an image component)\n const htmlContent = createMemo(() => {\n if (textParams.markdown && !imageData()) {\n return marked.parse(textParams.content, { async: false }) as string\n }\n return textParams.content\n })\n\n // Get plain text content for copying (strip markdown/HTML)\n const getTextContent = () => {\n return textParams.content || ''\n }\n\n // Render as image component if we extracted image data\n return (\n <Show\n when={imageData()}\n fallback={\n <div class=\"relative w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 p-4 group\">\n <CopyButton getText={getTextContent} title=\"Copy text\" position=\"top-right\" />\n <div\n class={`prose prose-sm dark:prose-invert max-w-none ${textParams.className || ''}`}\n innerHTML={htmlContent()}\n />\n </div>\n }\n >\n {(data) => (\n <div class=\"w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col\">\n <div class=\"flex-1 flex items-center justify-center p-4 bg-gray-50 dark:bg-gray-900 min-h-[200px]\">\n <a href={data().linkUrl} target=\"_blank\" rel=\"noopener noreferrer\" class=\"cursor-zoom-in\">\n <img\n src={data().imageUrl}\n alt={data().alt}\n class=\"max-w-full max-h-[400px] object-contain rounded shadow-sm hover:opacity-90 transition-opacity\"\n loading=\"lazy\"\n />\n </a>\n </div>\n <div class=\"p-3 border-t border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800\">\n <p class=\"text-sm text-gray-600 dark:text-gray-400 text-center italic\">{data().credit}</p>\n </div>\n </div>\n )}\n </Show>\n )\n}\n\n/**\n * Render an iframe component\n */\nfunction IframeRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n return (\n <div class=\"w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col\">\n <Show when={params.title}>\n <div class=\"px-4 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-900\">\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white\">{params.title}</h3>\n </div>\n </Show>\n <iframe\n src={params.url}\n title={params.title || 'Embedded content'}\n class=\"w-full border-0 flex-1\"\n style={`height: ${params.height || '400px'}; min-height: 300px;`}\n sandbox={getIframeSandbox(params.url)}\n loading=\"lazy\"\n />\n </div>\n )\n}\n\n/**\n * Render an image component\n */\nfunction ImageRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n\n return (\n <figure class={`w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col ${params.className || ''}`}>\n <div class=\"flex-1 flex items-center justify-center p-4 bg-gray-50 dark:bg-gray-900 min-h-[200px]\">\n <a\n href={params.url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"cursor-zoom-in focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 rounded\"\n aria-label={`View full size: ${params.alt || 'image'}`}\n >\n <img\n src={params.url}\n alt={params.alt || 'Image'}\n class=\"max-w-full max-h-[500px] object-contain rounded shadow-sm hover:opacity-95 transition-opacity\"\n loading=\"lazy\"\n />\n </a>\n </div>\n <Show when={params.caption}>\n <figcaption class=\"p-3 border-t border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800\">\n <p class=\"text-sm text-gray-600 dark:text-gray-400 text-center\">{params.caption}</p>\n </figcaption>\n </Show>\n </figure>\n )\n}\n\n/**\n * Render a link component\n */\nfunction LinkRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n\n return (\n <a\n href={params.url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n aria-label={`${params.label || 'Link'}: ${params.description || params.url} (opens in new tab)`}\n class={`flex items-center gap-3 p-4 bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors group h-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 ${params.className || ''}`}\n onClick={(e) => e.stopPropagation()}\n >\n <div class=\"p-2 bg-blue-50 dark:bg-blue-900/30 rounded-full text-blue-600 dark:text-blue-400 group-hover:bg-blue-100 dark:group-hover:bg-blue-900/50 shrink-0 transition-colors\" aria-hidden=\"true\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-5 h-5\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n >\n <path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\" />\n <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\" />\n </svg>\n </div>\n <div class=\"flex-1 min-w-0\">\n <h4 class=\"text-sm font-medium text-gray-900 dark:text-white truncate group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors\">\n {params.label || params.url}\n </h4>\n <Show when={params.description}>\n <p class=\"text-xs text-gray-500 dark:text-gray-400 truncate\">{params.description}</p>\n </Show>\n </div>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-4 h-4 text-gray-400 group-hover:text-gray-600 dark:group-hover:text-gray-300 shrink-0 transition-colors\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n aria-hidden=\"true\"\n >\n <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\" />\n <polyline points=\"15 3 21 3 21 9\" />\n <line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\" />\n </svg>\n </a>\n )\n}\n\n/**\n * Render a single component with error boundary\n */\nfunction ComponentRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n errorMode?: ValidationErrorMode\n}) {\n // Performance marks — visible in Chrome DevTools \"Performance\" panel under\n // user timings. Always-on, SSR-safe (see utils/perf.ts).\n markRenderStart(props.component.id)\n\n // Telemetry sink (B.5 — v5.6.0). null when no MCPUITelemetryProvider is\n // mounted above; null-checked at every dispatch site so apps that don't\n // opt in see zero behavior change.\n const telemetry = useTelemetry()\n\n onMount(() => {\n markRenderEnd(props.component.id)\n if (telemetry) {\n const ts = Date.now()\n telemetry.dispatch({\n type: 'component:mounted',\n id: props.component.id,\n componentType: props.component.type,\n ts,\n })\n // Read the perf measure we just emitted to surface durationMs without\n // double-measuring. The measure may be missing if `performance` is\n // unavailable (SSR) — skip rendered event in that case.\n if (typeof performance !== 'undefined' && typeof performance.getEntriesByName === 'function') {\n const entries = performance.getEntriesByName(`${PERF_PREFIX}${props.component.id}:render`, 'measure')\n const last = entries[entries.length - 1]\n if (last) {\n telemetry.dispatch({\n type: 'component:rendered',\n id: props.component.id,\n componentType: props.component.type,\n durationMs: last.duration,\n ts,\n })\n }\n }\n }\n })\n\n onCleanup(() => {\n if (telemetry) {\n telemetry.dispatch({\n type: 'component:unmounted',\n id: props.component.id,\n componentType: props.component.type,\n ts: Date.now(),\n })\n }\n })\n\n // Validate component before rendering\n const validation = validateComponent(props.component)\n if (!validation.valid) {\n props.onError?.({\n type: 'validation',\n message: 'Component validation failed',\n componentId: props.component.id,\n details: validation.errors,\n })\n\n // Privacy: only counts + first error code, NO error messages or paths\n // (which could leak payload data — §M.6.2 hard rule).\n if (telemetry) {\n telemetry.dispatch({\n type: 'validation:failed',\n id: props.component.id,\n componentType: props.component.type,\n errorCount: validation.errors?.length ?? 0,\n firstErrorCode: validation.errors?.[0]?.code ?? null,\n ts: Date.now(),\n })\n }\n\n const mode: ValidationErrorMode = props.errorMode ?? 'block'\n const firstError = validation.errors?.[0]?.message || 'Unknown validation error'\n\n if (mode === 'silent') {\n return null\n }\n\n if (mode === 'inline-warn') {\n return (\n <div\n class=\"inline-flex items-center gap-1.5 px-2 py-1 rounded-md bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 text-xs text-yellow-800 dark:text-yellow-200\"\n role=\"alert\"\n aria-label=\"Component validation warning\"\n title={firstError}\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-3.5 h-3.5\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n aria-hidden=\"true\"\n >\n <path d=\"M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" />\n <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" />\n <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" />\n </svg>\n <span>Invalid {props.component.type}</span>\n </div>\n )\n }\n\n // mode === 'block' (default, pre-v5.4.0 behavior)\n return (\n <div class=\"w-full h-full bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg p-4\">\n <p class=\"text-sm font-medium text-red-900 dark:text-red-100\">Validation Error</p>\n <p class=\"text-xs text-red-700 dark:text-red-300 mt-1\">\n {firstError}\n </p>\n </div>\n )\n }\n\n // Render based on component type with enhanced error boundary\n return (\n <GenerativeUIErrorBoundary\n componentId={props.component.id}\n componentType={props.component.type}\n onError={props.onError}\n allowRetry={true}\n >\n <Show when={props.component.type === 'chart'}>\n <ChartRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'table'}>\n <TableRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'metric'}>\n <MetricRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'text'}>\n <TextRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'iframe'}>\n <IframeRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'image'}>\n <ImageRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'link'}>\n <LinkRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'action'}>\n <ActionRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'grid'}>\n <GridRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'carousel'}>\n <CarouselRenderer items={(props.component.params as any)?.items || []} height={(props.component.params as any)?.height} />\n </Show>\n <Show when={props.component.type === 'artifact'}>\n <ArtifactRenderer params={props.component.params as any} />\n </Show>\n <Show when={props.component.type === 'form'}>\n <FormRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'modal'}>\n <ModalRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'action-group'}>\n <ActionGroupRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'image-gallery'}>\n <ImageGalleryRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'video'}>\n <VideoRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'code'}>\n <CodeBlockRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'map'}>\n <MapRenderer component={props.component} />\n </Show>\n </GenerativeUIErrorBoundary>\n )\n}\n\n/**\n * Render an action component (button or link)\n * Refactored in Phase 5.0 to use useAction hook for Context-based execution\n */\nfunction ActionRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n const { execute, isExecuting } = useAction()\n const telemetry = useTelemetry()\n\n // Telemetry: action:dispatched on click (B.5 — v5.6.0). Fires for every\n // click attempt (tool-call or link), regardless of execute success.\n // Privacy: actionName is `toolName` (tool-call) or the action kind\n // (link/submit) — NO `params.params` payload, NO URL.\n function dispatchTelemetry() {\n if (!telemetry) return\n const actionName: string = params.toolName ?? params.action ?? 'unknown'\n telemetry.dispatch({\n type: 'action:dispatched',\n id: props.component.id,\n componentType: 'action',\n actionName,\n ts: Date.now(),\n })\n }\n\n // Handle click to execute tool via Context (falls back to CustomEvent if no provider)\n const handleClick = async (e: MouseEvent) => {\n dispatchTelemetry()\n if (params.action === 'tool-call' && params.toolName) {\n e.preventDefault()\n await execute(params.toolName, params.params || {})\n }\n }\n\n // Determine if button should be disabled (explicit disable or currently executing)\n const isDisabled = () => params.disabled || (params.action === 'tool-call' && isExecuting())\n\n if (params.type === 'link' || params.action === 'link') {\n return (\n <a\n href={params.url || '#'}\n target={params.url ? '_blank' : undefined}\n rel=\"noopener noreferrer\"\n aria-label={params.ariaLabel || params.label}\n class={`inline-flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500\n ${params.variant === 'primary' ? 'bg-blue-600 text-white hover:bg-blue-700' :\n params.variant === 'outline' ? 'border border-gray-300 text-gray-700 hover:bg-gray-50 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-800' :\n 'text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300'}\n ${params.className || ''}`}\n onClick={handleClick}\n >\n <Show when={params.icon}>\n <span aria-hidden=\"true\">{params.icon}</span>\n </Show>\n {params.label}\n </a>\n )\n }\n\n return (\n <button\n type={params.action === 'submit' ? 'submit' : 'button'}\n disabled={isDisabled()}\n aria-busy={isExecuting() && params.action === 'tool-call'}\n aria-label={params.ariaLabel || params.label}\n class={`inline-flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500\n ${params.variant === 'primary' ? 'bg-blue-600 text-white hover:bg-blue-700 shadow-sm' :\n params.variant === 'secondary' ? 'bg-gray-100 text-gray-900 hover:bg-gray-200 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600' :\n params.variant === 'outline' ? 'border border-gray-300 text-gray-700 hover:bg-gray-50 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-800' :\n params.variant === 'danger' ? 'bg-red-600 text-white hover:bg-red-700' :\n 'bg-transparent text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-800'}\n ${isDisabled() ? 'opacity-50 cursor-not-allowed' : ''}\n ${params.size === 'sm' ? 'px-3 py-1.5 text-xs' : params.size === 'lg' ? 'px-6 py-3 text-base' : ''}\n ${params.className || ''}`}\n onClick={handleClick}\n >\n <Show when={isExecuting() && params.action === 'tool-call'}>\n <span class=\"animate-spin h-4 w-4 border-2 border-current border-t-transparent rounded-full\" aria-hidden=\"true\" />\n </Show>\n <Show when={params.icon && !(isExecuting() && params.action === 'tool-call')}>\n <span aria-hidden=\"true\">{params.icon}</span>\n </Show>\n {params.label}\n </button>\n )\n}\n\n/**\n * Error card renderer for tool execution errors\n * Handles {error: true, message: \"...\", tool: \"...\", suggestions: [...]} format\n */\nfunction ErrorCardRenderer(props: { error: any }) {\n const getErrorText = () => {\n return `Error in ${props.error.tool || 'unknown tool'}: ${props.error.message || 'Unknown error'}`\n }\n\n return (\n <div class=\"relative w-full bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg p-4 group\">\n <CopyButton getText={getErrorText} title=\"Copy error details\" position=\"top-right\" />\n <div class=\"flex items-start gap-3\">\n <div class=\"p-2 bg-red-100 dark:bg-red-900/40 rounded-full shrink-0\">\n <svg class=\"w-5 h-5 text-red-600 dark:text-red-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\" />\n </svg>\n </div>\n <div class=\"flex-1 min-w-0\">\n <h4 class=\"text-sm font-semibold text-red-800 dark:text-red-200\">\n Tool Error: {props.error.tool || 'Unknown'}\n </h4>\n <p class=\"text-sm text-red-700 dark:text-red-300 mt-1\">\n {props.error.message || 'An error occurred during tool execution'}\n </p>\n <Show when={props.error.type}>\n <p class=\"text-xs text-red-600 dark:text-red-400 mt-1\">\n Type: {props.error.type}\n </p>\n </Show>\n <Show when={props.error.suggestions?.length}>\n <div class=\"mt-3\">\n <p class=\"text-xs font-medium text-red-700 dark:text-red-300\">Suggestions:</p>\n <ul class=\"mt-1 text-xs text-red-600 dark:text-red-400 list-disc list-inside\">\n <For each={props.error.suggestions}>\n {(suggestion: string) => <li>{suggestion}</li>}\n </For>\n </ul>\n </div>\n </Show>\n <Show when={props.error.timestamp}>\n <p class=\"text-xs text-red-500 dark:text-red-500 mt-2\">\n {new Date(props.error.timestamp).toLocaleString()}\n </p>\n </Show>\n </div>\n </div>\n </div>\n )\n}\n\n/**\n * Check if content is an error response from MCP tool\n */\nfunction isErrorResponse(content: any): boolean {\n return content && typeof content === 'object' && content.error === true\n}\n\n/**\n * Check if content is a UIResource (raw HTML or URI-based resource)\n * UIResource has: { uri, content: { type: 'rawHtml', htmlString }, encoding, metadata }\n */\nfunction isUIResource(content: any): boolean {\n return content && typeof content === 'object' && (\n content.uri?.startsWith('ui://') ||\n content.content?.type === 'rawHtml' ||\n content.content?.htmlString\n )\n}\n\n/**\n * Render UIResource (raw HTML) content\n * Handles HTML resources returned by tools like ui_show_dashboard, ui_show_health\n */\nfunction UIResourceHtmlRenderer(props: { resource: any }) {\n const htmlContent = () => {\n if (props.resource.content?.htmlString) {\n return DOMPurify.sanitize(props.resource.content.htmlString)\n }\n return ''\n }\n\n const resourceTitle = () => {\n return props.resource.metadata?.title || props.resource.uri?.replace('ui://deposium/', '') || 'Resource'\n }\n\n return (\n <div class=\"w-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden\">\n <Show when={props.resource.metadata?.title || props.resource.uri}>\n <div class=\"px-4 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-900\">\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white capitalize\">\n {resourceTitle()}\n </h3>\n </div>\n </Show>\n <div\n class=\"p-4 prose prose-sm dark:prose-invert max-w-none\"\n innerHTML={htmlContent()}\n />\n </div>\n )\n}\n\n/**\n * Main UIResourceRenderer component\n */\nexport const UIResourceRenderer: Component<UIResourceRendererProps> = (props) => {\n // Handle error responses early (Sprint 9b fix)\n if (isErrorResponse(props.content)) {\n return <ErrorCardRenderer error={props.content} />\n }\n\n // Handle UIResource (raw HTML) - skip grid validation (Sprint 9c fix)\n if (isUIResource(props.content)) {\n return <UIResourceHtmlRenderer resource={props.content} />\n }\n\n const layout = () => {\n // Check if content is a UIComponent (non-composite) vs UILayout (composite)\n if ('type' in props.content && (props.content as any).type !== 'composite') {\n return {\n id: 'single-component',\n components: [props.content as UIComponent],\n grid: {\n columns: 12,\n gap: '1rem',\n },\n } as UILayout\n }\n return props.content as UILayout\n }\n\n // Convert grid styles to CSS string\n const gridContainerStyle = () => {\n const layoutData = layout()\n return `grid-template-columns: repeat(${layoutData.grid.columns}, 1fr); gap: ${layoutData.grid.gap}`\n }\n\n // Convert component grid styles to CSS string\n const getGridStyleString = (component: UIComponent) => {\n // Defensive check for position field - default to full width\n if (!component.position) {\n return 'grid-column: 1 / span 12; grid-row: auto'\n }\n const { colStart, colSpan, rowStart, rowSpan = 1 } = component.position\n return `grid-column: ${colStart} / span ${colSpan}; grid-row: ${rowStart ? `${rowStart} / span ${rowSpan}` : 'auto'}`\n }\n\n // Auto-footer logic (Phase 5.0)\n // Automatically inject footer when metadata is present and no explicit footer exists\n const shouldShowAutoFooter = createMemo(() => {\n const layoutData = layout()\n\n // Don't show if explicitly hidden\n if (layoutData.metadata?.hideFooter) {\n return false\n }\n\n // Don't show if no metadata (nothing to display)\n if (!layoutData.metadata) {\n return false\n }\n\n // Don't show if explicit footer component exists\n const hasExplicitFooter = layoutData.components.some((c) => c.type === 'footer')\n if (hasExplicitFooter) {\n return false\n }\n\n // Show auto-footer if metadata has relevant info\n return !!(\n layoutData.metadata.executionTime ||\n layoutData.metadata.sourceCount ||\n layoutData.metadata.llmModel\n )\n })\n\n // Build auto-footer params from metadata\n const autoFooterParams = createMemo(() => {\n const layoutData = layout()\n return {\n poweredBy: 'Deposium',\n executionTime: layoutData.metadata?.executionTime,\n model: layoutData.metadata?.llmModel,\n sourceCount: layoutData.metadata?.sourceCount,\n }\n })\n\n const layoutData = layout()\n\n // Wrapper function for RenderContext (breaks circular dependency)\n const renderComponent = (component: UIComponent, onError?: (error: RendererError) => void) => (\n <ComponentRenderer component={component} onError={onError} errorMode={props.errorMode} />\n )\n\n return (\n <RenderProvider renderComponent={renderComponent}>\n <div class={`w-full ${props.class || ''}`}>\n <div class=\"grid gap-4\" style={gridContainerStyle()}>\n <For each={layoutData.components}>\n {(component) => (\n <div style={getGridStyleString(component)}>\n <ComponentRenderer component={component} onError={props.onError} errorMode={props.errorMode} />\n </div>\n )}\n </For>\n </div>\n\n {/* Auto-injected footer (Phase 5.0) */}\n <Show when={shouldShowAutoFooter()}>\n <FooterRenderer params={autoFooterParams()} />\n </Show>\n </div>\n </RenderProvider>\n )\n}\n"],"names":["CopyButton","props","copied","setCopied","createSignal","handleCopy","navigator","clipboard","writeText","getText","setTimeout","err","console","error","positionClasses","position","_el$","_$getNextElement","_tmpl$2","$$click","_$insert","_$createComponent","Show","when","fallback","_tmpl$3","children","_tmpl$","_$effect","_p$","_v$","_v$2","title","e","_$className","t","_$setAttribute","undefined","_$runHydrationEvents","ChartRenderer","useNative","setUseNative","iframeUrl","setIframeUrl","isLoading","setIsLoading","setError","params","component","rendererPref","renderer","data","datasets","_tmpl$4","createEffect","pref","buildIframeUrl","available","isChartJSAvailable","chartParams","chartConfig","type","options","responsive","maintainAspectRatio","configStr","encodeURIComponent","JSON","stringify","url","_el$5","_tmpl$9","_el$15","firstChild","_el$16","_co$2","_$getNextMarker","nextSibling","_el$17","_el$18","_co$3","_el$19","_el$20","_co$4","_tmpl$5","_el$7","_tmpl$6","_el$8","_el$9","_el$0","_$memo","_el$1","_tmpl$8","_el$13","_el$14","_co$","_el$11","_el$12","_el$10","_tmpl$7","addEventListener","onError","message","componentId","id","_v$3","_v$4","_v$5","a","ChartJSRenderer","highlightQuery","html","query","q","trim","escaped","replace","regex","RegExp","_m","tag","text","defaultCitationChip","pageNum","fileName","verified","safeDocName","label","join","transformCellCitations","ctx","out","idStr","parseInt","mapping","map","String","render","page","file","Object","keys","length","renderCellValue","value","citationCtx","name","sanitizedLabel","DOMPurify","sanitize","sanitizedUrl","strValue","toLowerCase","markdownLinkRegex","test","htmlValue","ADD_ATTR","hasMarkdown","parsed","marked","parse","async","ALLOWED_TAGS","ALLOWED_ATTR","hasHtml","TableRenderer","tableParams","scrollContainerRef","citationMap","citationRender","allRows","rows","columns","sortKey","setSortKey","sortDir","setSortDir","handleSort","key","setClientPage","sortedRows","createMemo","r","dir","col","find","c","isNum","sort","b","va","vb","cmp","Number","localeCompare","sensitivity","sortIndicator","searchQuery","setSearchQuery","debouncedQuery","setDebouncedQuery","searchTimer","isSearchable","searchable","searchPlaceholder","handleSearch","normalize","s","filteredRows","cols","filter","row","some","val","includes","isExpanded","useExpanded","defaultPageSize","pageSize","chatDefault","chatPageSize","Math","min","userPageSize","setUserPageSize","clientPageSize","ups","showAll","hasServerPagination","pagination","needsClientPagination","clientPage","initialPage","clientTotalPages","ceil","clientVisibleRows","start","slice","clientRangeStart","clientRangeEnd","pageSizeOptions","total","opts","n","push","handlePageSizeChange","virtualizer","setVirtualizer","isVirtualizing","setIsVirtualizing","shouldVirtualize","virtualize","enabled","threshold","virtualizeOpts","isServer","createVirtualizer","rowHeight","overscan","v","count","getScrollElement","estimateSize","warn","getCellValue","getTableText","header","dataRows","getTableCSV","escapeCSV","getTableJSON","downloadFile","content","filename","mimeType","blob","Blob","URL","createObjectURL","document","createElement","href","download","click","revokeObjectURL","exportable","exportFormats","formats","exportFilename","random","toString","showExportMenu","setShowExportMenu","handleExport","format","tableId","StandardTableBody","_el$21","_tmpl$0","For","each","DEFAULT_RESOURCE_LIMITS","maxTableRows","i","_el$22","_tmpl$1","column","_el$23","_tmpl$10","_el$24","_$setProperty","VirtualizedTableBody","items","getVirtualItems","totalSize","getTotalSize","_el$25","_tmpl$11","_$setStyleProperty","virtualRow","index","_el$26","_el$27","_el$28","_v$6","_v$7","ExpandableWrapper","copyData","copyLabel","_el$29","_tmpl$26","_el$120","_el$121","_co$28","_el$44","_el$112","_el$113","_co$24","_el$114","_el$115","_co$25","_el$70","_el$71","_el$72","_el$73","_el$74","_el$75","_co$14","_el$116","_el$117","_co$26","_el$118","_el$119","_co$27","_el$30","_tmpl$16","_el$31","_el$42","_el$43","_co$8","_el$32","_tmpl$15","_el$36","_el$37","_co$5","_el$38","_el$39","_co$6","_el$40","_el$41","_co$7","_el$33","_tmpl$12","_el$34","_tmpl$13","_el$35","_tmpl$14","_el$45","_tmpl$18","_el$51","_el$52","_co$0","_el$53","_el$54","_co$1","_el$46","_tmpl$17","_el$47","_el$49","_el$50","_co$9","_el$55","_tmpl$20","_el$56","_el$57","_el$59","_el$60","_co$10","$$input","currentTarget","_el$58","_tmpl$19","_el$61","_tmpl$21","_el$64","_el$65","_co$11","_el$62","_el$66","_el$67","_co$12","_el$63","_el$68","_el$69","_co$13","_ref$","_$use","_el$122","_tmpl$27","_el$123","_el$125","_el$126","_co$29","_el$124","_$addEventListener","_v$12","width","_v$13","_v$14","_$style","_$classList","_el$76","_tmpl$22","_el$77","_el$78","_el$83","_el$84","_co$15","_el$79","_el$85","_el$86","_co$16","_el$81","_el$87","_el$88","_co$17","currentPage","totalRows","_el$89","_tmpl$25","_el$90","_el$93","_el$94","_co$18","_el$91","_el$95","_el$96","_co$19","_el$92","_el$97","_el$98","_co$20","_el$99","_el$100","_el$101","_el$103","_el$104","_co$21","_el$102","_el$105","_el$106","_co$22","_el$107","_el$110","_el$111","_co$23","toLocaleString","p","_el$108","_tmpl$23","opt","_el$127","_tmpl$28","_tmpl$24","_v$8","_v$9","_v$0","_v$1","_v$10","_v$11","o","MetricRenderer","metricParams","getMetricText","unit","_el$128","_tmpl$32","_el$150","_el$151","_co$35","_el$129","_el$130","_el$131","_el$132","_el$133","_el$135","_el$136","_co$30","_el$146","_el$147","_co$33","_el$148","_el$149","_co$34","_el$134","_tmpl$29","trend","_el$137","_tmpl$30","_el$138","_el$141","_el$142","_co$31","_el$139","_el$143","_el$144","_co$32","_c$","direction","abs","subtitle","_el$145","_tmpl$31","extractImageFromMarkdown","imagePattern","match","alt","imageUrl","linkUrl","credit","TextRenderer","textParams","imageData","markdown","htmlContent","getTextContent","_el$152","_tmpl$33","_el$154","_el$155","_co$36","_el$153","_v$15","className","_v$16","_el$156","_tmpl$34","_el$157","_el$158","_el$159","_el$160","_el$161","_v$17","_v$18","_v$19","IframeRenderer","_el$162","_tmpl$36","_el$166","_el$167","_co$37","_el$165","_el$163","_tmpl$35","_el$164","_v$20","_v$21","_v$22","height","_v$23","getIframeSandbox","ImageRenderer","_el$168","_tmpl$38","_el$169","_el$170","_el$171","_el$174","_el$175","_co$38","caption","_el$172","_tmpl$37","_el$173","_v$24","_v$25","_v$26","_v$27","_v$28","LinkRenderer","_el$176","_tmpl$40","_el$177","_el$178","_el$179","_el$181","_el$182","_co$39","stopPropagation","description","_el$180","_tmpl$39","_v$29","_v$30","_v$31","ComponentRenderer","markRenderStart","telemetry","useTelemetry","onMount","markRenderEnd","ts","Date","now","dispatch","componentType","performance","getEntriesByName","entries","PERF_PREFIX","last","durationMs","duration","onCleanup","validation","validateComponent","valid","details","errors","errorCount","firstErrorCode","code","mode","errorMode","firstError","_el$183","_tmpl$41","_el$184","_el$185","_el$186","_el$187","_el$188","_co$40","_el$189","_tmpl$42","_el$190","_el$191","GenerativeUIErrorBoundary","allowRetry","ActionRenderer","GridRenderer","CarouselRenderer","ArtifactRenderer","FormRenderer","ModalRenderer","ActionGroupRenderer","ImageGalleryRenderer","VideoRenderer","CodeBlockRenderer","MapRenderer","execute","isExecuting","useAction","dispatchTelemetry","actionName","toolName","action","handleClick","preventDefault","isDisabled","disabled","_el$192","_tmpl$44","_el$194","_el$195","_co$41","_el$196","_el$197","_co$42","icon","_el$193","_tmpl$43","_v$32","_v$33","_v$34","ariaLabel","_v$35","variant","_el$198","_tmpl$46","_el$201","_el$202","_co$43","_el$203","_el$204","_co$44","_el$205","_el$206","_co$45","_tmpl$45","_el$200","_v$36","_v$37","_v$38","_v$39","_v$40","size","ErrorCardRenderer","getErrorText","tool","_el$207","_tmpl$50","_el$230","_el$231","_co$51","_el$208","_el$209","_el$210","_el$211","_el$212","_el$213","_el$214","_co$46","_el$215","_el$224","_el$225","_co$48","_el$226","_el$227","_co$49","_el$228","_el$229","_co$50","_el$216","_tmpl$47","_el$217","_el$218","_el$219","_co$47","suggestions","_el$220","_tmpl$48","_el$221","_el$222","suggestion","_el$232","_tmpl$51","timestamp","_el$223","_tmpl$49","isErrorResponse","isUIResource","uri","startsWith","htmlString","UIResourceHtmlRenderer","resource","resourceTitle","metadata","_el$233","_tmpl$53","_el$237","_el$238","_co$52","_el$236","_el$234","_tmpl$52","_el$235","UIResourceRenderer","layout","components","grid","gap","gridContainerStyle","layoutData","getGridStyleString","colStart","colSpan","rowStart","rowSpan","shouldShowAutoFooter","hideFooter","hasExplicitFooter","executionTime","sourceCount","llmModel","autoFooterParams","poweredBy","model","renderComponent","RenderProvider","_el$239","_tmpl$54","_el$240","_el$241","_el$242","_co$53","_el$243","_tmpl$55","_$p","FooterRenderer","_v$41","class","_v$42","_$delegateEvents"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"UIResourceRenderer.cjs","sources":["../../src/components/UIResourceRenderer.tsx"],"sourcesContent":["/**\n * UI Resource Renderer Component\n * Phase 0: Foundation with iframe sandbox and composite grid support\n */\n\nimport DOMPurify from 'dompurify'\nimport { Component, createSignal, Show, For, createMemo, createEffect, onMount, onCleanup } from 'solid-js'\nimport { isServer } from 'solid-js/web'\nimport type { UIComponent, UILayout, RendererError, TableVirtualizeOptions } from '../types'\nimport { validateComponent, DEFAULT_RESOURCE_LIMITS, getIframeSandbox } from '../services/validation'\nimport { GenerativeUIErrorBoundary } from './GenerativeUIErrorBoundary'\nimport { markRenderStart, markRenderEnd, PERF_PREFIX } from '../utils/perf'\nimport { useTelemetry } from '../context/MCPUITelemetryContext'\n\n/**\n * How `<UIResourceRenderer>` reacts when `validateComponent()` rejects a\n * component (v5.4.0).\n *\n * - `'block'` : full-slot red error card (default — backward compatible)\n * - `'inline-warn'` : compact yellow chip in the slot, tooltip carries the\n * error message — keeps the surrounding layout clean\n * (e.g. inside a chat message)\n * - `'silent'` : render nothing in the slot; `onError` still fires so the\n * consumer can log/alert\n *\n * Runtime errors caught by `<GenerativeUIErrorBoundary>` are NOT affected by\n * this prop — they always show the boundary's fallback UI.\n */\nexport type ValidationErrorMode = 'block' | 'inline-warn' | 'silent'\nimport { GridRenderer } from './GridRenderer'\nimport { FooterRenderer } from './FooterRenderer'\nimport { CarouselRenderer } from './CarouselRenderer'\nimport { ArtifactRenderer } from './ArtifactRenderer'\nimport { FormRenderer } from './FormRenderer'\nimport { ModalRenderer } from './ModalRenderer'\nimport { ActionGroupRenderer } from './ActionGroupRenderer'\nimport { ChartJSRenderer, isChartJSAvailable } from './ChartJSRenderer'\nimport { ImageGalleryRenderer } from './ImageGalleryRenderer'\nimport { VideoRenderer } from './VideoRenderer'\nimport { CodeBlockRenderer } from './CodeBlockRenderer'\nimport { MapRenderer } from './MapRenderer'\nimport { GraphRenderer } from './GraphRenderer'\nimport { ExpandableWrapper, useExpanded } from './ExpandableWrapper'\nimport { RenderProvider } from './RenderContext'\nimport { useAction } from '../hooks/useAction'\nimport { marked } from 'marked'\n\n/**\n * Copy button component with visual feedback\n */\nfunction CopyButton(props: { getText: () => string; title?: string; position?: 'top-right' | 'bottom-right' }) {\n const [copied, setCopied] = createSignal(false)\n\n const handleCopy = async () => {\n try {\n await navigator.clipboard.writeText(props.getText())\n setCopied(true)\n setTimeout(() => setCopied(false), 2000)\n } catch (err) {\n console.error('Failed to copy:', err)\n }\n }\n\n const positionClasses = () => {\n return props.position === 'bottom-right'\n ? 'absolute -right-2 -bottom-3'\n : 'absolute right-2 top-2'\n }\n\n return (\n <button\n onClick={handleCopy}\n class={`${positionClasses()} opacity-60 hover:opacity-100 px-2 py-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700 transition-all shadow-sm z-10`}\n title={props.title || 'Copy'}\n >\n <Show\n when={!copied()}\n fallback={\n <svg class=\"w-3 h-3 text-green-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\" />\n </svg>\n }\n >\n <svg class=\"w-3 h-3 text-gray-500 dark:text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z\" />\n </svg>\n </Show>\n </button>\n )\n}\n\n/**\n * Props for UIResourceRenderer\n */\nexport interface UIResourceRendererProps {\n /**\n * Single component or full layout to render\n */\n content: UIComponent | UILayout\n\n /**\n * Lazy loading (default: true)\n */\n lazyLoad?: boolean\n\n /**\n * Error callback\n */\n onError?: (error: RendererError) => void\n\n /**\n * Custom CSS class\n */\n class?: string\n\n /**\n * How to react when a component fails `validateComponent()` (v5.4.0).\n * Defaults to `'block'` (replaces the slot with a red error card —\n * the pre-v5.4.0 behavior).\n *\n * @see ValidationErrorMode\n */\n errorMode?: ValidationErrorMode\n}\n\n/**\n * Render a single chart component in a sandboxed iframe\n */\n/**\n * Smart Chart Renderer - Sprint 4\n * Supports native Chart.js or Quickchart.io iframe fallback\n */\nfunction ChartRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n}) {\n const [useNative, setUseNative] = createSignal(false)\n const [iframeUrl, setIframeUrl] = createSignal<string>()\n const [isLoading, setIsLoading] = createSignal(true)\n const [error, setError] = createSignal<string>()\n\n const params = () => props.component.params as any\n const rendererPref = () => params()?.renderer || 'auto'\n\n // Guard: if data or datasets missing, show error instead of crashing Chart.js\n if (!params()?.data?.datasets) {\n return (\n <div class=\"p-4 bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700\">\n <p class=\"text-red-500 dark:text-red-400 text-sm\">Invalid chart data: missing data.datasets</p>\n </div>\n )\n }\n\n // Check renderer preference and Chart.js availability\n createEffect(async () => {\n const pref = rendererPref()\n\n if (pref === 'iframe') {\n // Force iframe mode\n setUseNative(false)\n buildIframeUrl()\n } else if (pref === 'native') {\n // Force native mode - will show error if Chart.js not available\n const available = await isChartJSAvailable()\n if (available) {\n setUseNative(true)\n setIsLoading(false)\n } else {\n setError('Chart.js is not available. Install chart.js peer dependency.')\n setIsLoading(false)\n }\n } else {\n // Auto mode - use native if available, otherwise iframe\n const available = await isChartJSAvailable()\n if (available) {\n setUseNative(true)\n setIsLoading(false)\n } else {\n setUseNative(false)\n buildIframeUrl()\n }\n }\n })\n\n const buildIframeUrl = () => {\n const chartParams = params()\n if (!chartParams) return\n\n // Build Quickchart URL\n const chartConfig = {\n type: chartParams.type,\n data: chartParams.data,\n options: {\n ...chartParams.options,\n responsive: true,\n maintainAspectRatio: false,\n },\n }\n\n // Encode chart configuration for Quickchart API\n const configStr = encodeURIComponent(JSON.stringify(chartConfig))\n const url = `https://quickchart.io/chart?c=${configStr}&width=500&height=300&devicePixelRatio=2`\n\n setIframeUrl(url)\n setIsLoading(false)\n }\n\n // Reactive switch between native Chart.js and iframe fallback\n // Must use <Show> — signals in component body are not reactive in SolidJS\n return (\n <Show\n when={useNative()}\n fallback={\n <div class=\"relative w-full h-full min-h-[300px] bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden\">\n <Show when={isLoading()}>\n <div class=\"absolute inset-0 flex items-center justify-center\">\n <div class=\"animate-spin rounded-full h-8 w-8 border-b-2 border-blue-600\" />\n </div>\n </Show>\n\n <Show when={error()}>\n <div class=\"absolute inset-0 flex items-center justify-center p-4\">\n <div class=\"text-center\">\n <p class=\"text-red-600 dark:text-red-400 text-sm font-medium\">Chart Error</p>\n <p class=\"text-gray-600 dark:text-gray-400 text-xs mt-1\">{error()}</p>\n </div>\n </div>\n </Show>\n\n <Show when={iframeUrl() && !error()}>\n <div class=\"w-full h-full p-4\">\n <Show when={params()?.title}>\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white mb-3\">\n {params()?.title}\n </h3>\n </Show>\n <div class=\"w-full h-full\" role=\"img\" aria-label={params()?.title ? `Chart: ${params()?.title}` : 'Chart visualization'}>\n <img\n src={iframeUrl()}\n alt={params()?.title ? `Chart: ${params()?.title}` : 'Chart visualization'}\n class=\"w-full h-auto max-h-[300px] object-contain\"\n onError={() => {\n setError('Failed to load chart')\n props.onError?.({\n type: 'render',\n message: 'Chart rendering failed',\n componentId: props.component.id,\n })\n }}\n />\n </div>\n </div>\n </Show>\n </div>\n }\n >\n <ChartJSRenderer\n component={props.component}\n onError={(err) => props.onError?.({\n type: 'render',\n message: err.message,\n componentId: props.component.id,\n })}\n />\n </Show>\n )\n}\n\n/**\n * Smart cell value renderer that handles markdown links and other formats\n */\n/**\n * Wrap matches of `query` in <mark> tags within an HTML string.\n * Case-insensitive. Skips content inside HTML tag attributes to avoid corruption.\n * v4.3.8\n */\nexport function highlightQuery(html: string, query: string): string {\n const q = query.trim()\n if (!q) return html\n // Escape regex metacharacters\n const escaped = q.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\$&')\n const regex = new RegExp(`(${escaped})`, 'gi')\n // Process text segments only (skip inside tags)\n return html.replace(/(<[^>]+>)|([^<]+)/g, (_m, tag, text) => {\n if (tag) return tag\n if (!text) return ''\n return text.replace(regex, '<mark class=\"bg-yellow-200 dark:bg-[#222F49] text-inherit rounded px-0.5\">$1</mark>')\n })\n}\n\n/**\n * Citation context — opt-in input to `renderCellValue` (v5.7.0).\n *\n * When passed, `[N]`, `Citation [N]`, `[CITATION N]` and `[📄 CITATION N]`\n * markers in the cell text are normalized then replaced with chip HTML.\n * Chips carry `data-citation-page`, `data-citation-doc`, and\n * `data-citation-verified` attributes (already in the DOMPurify whitelist\n * since v5.6.0) so a host's `target.closest('[data-citation-page]')`\n * delegated click handler routes the click to the source-doc panel.\n *\n * See `mcp-ui-solid/docs/briefs/BRIEF-citations-in-table-cells.md`.\n */\nexport interface CitationCtx {\n /**\n * `Record<id, mapping>` keyed by the citation marker number (string-keyed\n * because JSON serialization always produces strings; the runtime call\n * sites accept either number or string ids and normalize internally).\n */\n map: Record<string | number, { page: number | string; file?: string; file_id?: number | string }>\n /**\n * Optional override returning sanitized chip HTML for one marker. Wins\n * over the default `defaultCitationChip` shape. Function inputs are\n * intentionally `any`-loose so consumers can swap shapes (e.g. web\n * citations vs doc citations) without subtyping the entry shape here.\n */\n render?: (\n id: number,\n mapping: { page: number | string; file?: string; file_id?: number | string } | undefined\n ) => string\n}\n\n/**\n * Default chip HTML emitted by `transformCellCitations` when no\n * `citationRender` override is supplied. Neutral Tailwind classes — hosts\n * can override visual styling via the `.citation-ref` CSS class without\n * passing a render override.\n */\nfunction defaultCitationChip(\n pageNum: number | string,\n fileName: string,\n verified = true\n): string {\n const safeDocName = encodeURIComponent(fileName || '')\n const label = fileName ? `${fileName} - ${pageNum}` : `${pageNum}`\n if (!verified) {\n return `<span class=\"citation-ref inline-flex items-center gap-0.5 align-middle opacity-60\"><span class=\"text-gray-500 line-through\">[${label}]</span></span>`\n }\n return [\n '<span class=\"citation-ref inline-flex items-center gap-0.5 align-middle\">',\n `<span class=\"text-gray-500\">[${label}]</span>`,\n '<button class=\"inline-flex items-center ml-0.5 px-1 py-0.5 text-xs bg-gray-800 hover:bg-gray-700 border border-gray-600 hover:border-teal-500 rounded cursor-pointer transition-colors align-middle\"',\n ` data-citation-page=\"${pageNum}\"`,\n ` data-citation-doc=\"${safeDocName}\"`,\n ' data-citation-verified=\"true\"',\n ` title=\"View source - ${label}\">`,\n '<svg class=\"w-3 h-3\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"/><polyline points=\"14 2 14 8 20 8\"/></svg>',\n '</button>',\n '</span>',\n ].join('')\n}\n\n/**\n * Normalize bare `[N]`, `Citation [N]`, `[CITATION N]` markers to canonical\n * `[📄 CITATION N]` then replace each canonical marker with chip HTML.\n *\n * Negative lookbehind `(?<![p.])` skips `[p.5]` (page form). Negative\n * lookahead `(?!\\()` skips `[text](url)` markdown links.\n */\nfunction transformCellCitations(text: string, ctx: CitationCtx): string {\n // 1. normalize bare [N] / Citation [N] / [CITATION N] → [📄 CITATION N]\n let out = text.replace(/(?<![p.])\\[(\\d{1,2})\\](?!\\()/g, '[📄 CITATION $1]')\n out = out.replace(/\\bCitations?\\s*\\[(\\d+)\\]/gi, '[📄 CITATION $1]')\n out = out.replace(/\\[CITATION\\s+(\\d+)\\]/gi, '[📄 CITATION $1]')\n\n // 2. replace each canonical marker with chip HTML\n return out.replace(\n /[【[]\\s*📄\\s*CITATION\\s*(\\d+)\\s*[】\\]]/gi,\n (_m, idStr) => {\n const id = parseInt(idStr, 10)\n const mapping = ctx.map[id] ?? ctx.map[String(id)]\n if (ctx.render) return ctx.render(id, mapping)\n if (mapping) return defaultCitationChip(mapping.page, mapping.file ?? '', true)\n // Unresolved id: when the map is non-empty (consumer claims to know\n // the citations), drop silently — it's likely an LLM hallucination.\n // When the map is empty (consumer didn't supply one), preserve a\n // human-visible placeholder so the marker isn't lost.\n return Object.keys(ctx.map).length > 0 ? '' : `[réf. ${id}]`\n }\n )\n}\n\nexport function renderCellValue(value: any, citationCtx?: CitationCtx): string {\n // Handle null/undefined\n if (value === null || value === undefined) {\n return '-'\n }\n\n // Handle object with url/name properties (common source/link format from LLM)\n if (typeof value === 'object' && value !== null) {\n // Check for link-like objects: { url: \"...\", name/label/title: \"...\" }\n if (value.url) {\n const label = value.name || value.label || value.title || value.url\n const sanitizedLabel = DOMPurify.sanitize(String(label))\n const sanitizedUrl = DOMPurify.sanitize(String(value.url))\n return `<a href=\"${sanitizedUrl}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-blue-600 dark:text-blue-400 hover:underline\">${sanitizedLabel}</a>`\n }\n // Fallback: extract meaningful text from object properties\n if (value.name || value.label || value.title) {\n return DOMPurify.sanitize(String(value.name || value.label || value.title))\n }\n // Last resort: JSON stringify for debugging (better than [object Object])\n try {\n return JSON.stringify(value)\n } catch {\n return '-'\n }\n }\n\n // Convert to string\n let strValue = String(value)\n\n // Clean up \"undefined\" patterns from backend data\n // Pattern 1: \"Text – undefined\" or \"Text - undefined\" → \"Text\"\n strValue = strValue.replace(/\\s*[–-]\\s*undefined\\s*$/gi, '')\n // Pattern 2: \"undefined – Text\" or \"undefined - Text\" → \"Text\"\n strValue = strValue.replace(/^undefined\\s*[–-]\\s*/gi, '')\n // Pattern 3: standalone \"undefined\" → \"-\"\n if (strValue.trim().toLowerCase() === 'undefined') {\n return '-'\n }\n // Pattern 4: empty string after cleanup → \"-\"\n if (strValue.trim() === '') {\n return '-'\n }\n\n // Detect and convert markdown links: [text](url) — runs FIRST because\n // the citation transform's negative lookahead `(?!\\()` would also skip\n // these, but handling them here keeps the existing return path.\n const markdownLinkRegex = /\\[([^\\]]+)\\]\\(([^)]+)\\)/g\n if (markdownLinkRegex.test(strValue)) {\n // Replace all markdown links with HTML links\n const htmlValue = strValue.replace(\n /\\[([^\\]]+)\\]\\(([^)]+)\\)/g,\n '<a href=\"$2\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-blue-600 dark:text-blue-400 hover:underline\">$1</a>'\n )\n return DOMPurify.sanitize(htmlValue, { ADD_ATTR: ['target', 'rel'] })\n }\n\n // v5.7.0 — citation transform (opt-in). Replaces `[N]` style markers\n // with chip HTML carrying `data-citation-*` attrs. Runs BEFORE the\n // hasHtml / hasMarkdown branches so the resulting string flows through\n // them naturally (chips are inline HTML; surviving markdown like\n // **bold** is preserved by marked.parse since marked passes inline HTML\n // through unchanged).\n if (citationCtx) {\n strValue = transformCellCitations(strValue, citationCtx)\n }\n\n // Markdown markers WITHOUT square brackets — `[` and `]` were excluded\n // because chip labels (`[Doc - 5]`) and unresolved-marker fallbacks\n // (`[réf. 12]`) would otherwise force a marked.parse for cells that\n // have no actual markdown. The hasMarkdown check ALSO runs before\n // hasHtml so that mixed cells (`**bold** [1]` → `**bold** <chip>`)\n // get marked first; marked preserves the inline chip HTML, then\n // DOMPurify keeps the citation attrs via the extended whitelist.\n const hasMarkdown = /[*_`#]/.test(strValue)\n if (hasMarkdown) {\n const parsed = marked.parse(strValue, { async: false }) as string\n return DOMPurify.sanitize(parsed, {\n ALLOWED_TAGS: ['a', 'strong', 'em', 'b', 'i', 'code', 'span', 'br', 'button', 'svg', 'path', 'p', 'ul', 'ol', 'li', 'pre', 'blockquote', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'],\n ALLOWED_ATTR: ['href', 'target', 'rel', 'class', 'data-citation-page', 'data-citation-source', 'data-citation-doc', 'data-citation-verified', 'title', 'fill', 'stroke', 'viewBox', 'stroke-linecap', 'stroke-linejoin', 'stroke-width', 'd'],\n ADD_ATTR: ['target', 'rel'],\n })\n }\n\n // Detect raw HTML in cell values (e.g. <a href=\"...\" data-citation-page=\"5\">text</a>)\n // This handles cases where cell data comes from innerHTML extraction\n // OR where the citation transform above injected chip HTML.\n const hasHtml = /<[a-z][\\s\\S]*>/i.test(strValue)\n if (hasHtml) {\n return DOMPurify.sanitize(strValue, {\n ALLOWED_TAGS: ['a', 'strong', 'em', 'b', 'i', 'code', 'span', 'br', 'button', 'svg', 'path'],\n ALLOWED_ATTR: ['href', 'target', 'rel', 'class', 'data-citation-page', 'data-citation-source', 'data-citation-doc', 'data-citation-verified', 'title', 'fill', 'stroke', 'viewBox', 'stroke-linecap', 'stroke-linejoin', 'stroke-width', 'd'],\n ADD_ATTR: ['target', 'rel'],\n })\n }\n\n // Plain text — sanitize to prevent XSS via innerHTML\n return DOMPurify.sanitize(strValue)\n}\n\n/**\n * Render a table component\n * Sprint Ultimate U.3: Added virtualization support for large datasets\n */\nfunction TableRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n}) {\n const tableParams = props.component.params as any\n let scrollContainerRef: HTMLDivElement | undefined\n\n // v5.7.0 — opt-in citation chip rendering inside cells. When `citationMap`\n // is present in params, build a CitationCtx once and thread it through\n // every `renderCellValue` call below. Absent → undefined → cells render\n // as before (regression-safe).\n const citationCtx: CitationCtx | undefined = tableParams.citationMap\n ? { map: tableParams.citationMap, render: tableParams.citationRender }\n : undefined\n\n // ─── Client-side sorting (v4.0.5) ────────────────────────\n const allRows = () => tableParams.rows || []\n const columns = () => tableParams.columns || []\n const [sortKey, setSortKey] = createSignal<string | null>(null)\n const [sortDir, setSortDir] = createSignal<'asc' | 'desc' | null>(null)\n\n const handleSort = (key: string) => {\n if (sortKey() === key) {\n if (sortDir() === 'asc') setSortDir('desc')\n else { setSortKey(null); setSortDir(null) }\n } else {\n setSortKey(key)\n setSortDir('asc')\n }\n setClientPage(0)\n }\n\n const sortedRows = createMemo(() => {\n const r = allRows()\n const key = sortKey()\n const dir = sortDir()\n if (!key || !dir) return r\n const col = columns().find((c: any) => c.key === key)\n const isNum = col?.type === 'number' || (r.length > 0 && typeof r[0]?.[key] === 'number')\n return [...r].sort((a: any, b: any) => {\n const va = a[key], vb = b[key]\n if (va == null && vb == null) return 0\n if (va == null) return 1\n if (vb == null) return -1\n let cmp: number\n if (isNum) {\n cmp = (Number(va) || 0) - (Number(vb) || 0)\n } else {\n cmp = String(va).localeCompare(String(vb), 'fr', { sensitivity: 'base' })\n }\n return dir === 'desc' ? -cmp : cmp\n })\n })\n\n const sortIndicator = (key: string) => {\n if (sortKey() !== key) return '\\u2195'\n return sortDir() === 'asc' ? '\\u2191' : '\\u2193'\n }\n\n // ─── Client-side search filter (v4.3.3) ─────────────────────\n const [searchQuery, setSearchQuery] = createSignal('')\n const [debouncedQuery, setDebouncedQuery] = createSignal('')\n let searchTimer: ReturnType<typeof setTimeout> | null = null\n\n // v6.1.0 — search visibility :\n // - undefined / true → always shown (new default, was conditional on >10 rows)\n // - false → hidden (explicit opt-out, unchanged)\n // Rationale: even small tables benefit from search in a chat / dashboard\n // context where users scan many tables across messages. Backward-compat\n // for anyone who explicitly disabled.\n const isSearchable = () => tableParams.searchable !== false\n const searchPlaceholder = () => tableParams.searchPlaceholder || 'Rechercher dans le tableau...'\n\n const handleSearch = (value: string) => {\n setSearchQuery(value)\n if (searchTimer) clearTimeout(searchTimer)\n searchTimer = setTimeout(() => {\n setDebouncedQuery(value)\n setClientPage(0)\n }, 200)\n }\n\n /** Normalize string for accent-insensitive matching */\n const normalize = (s: string) => s.normalize('NFD').replace(/[\\u0300-\\u036f]/g, '').toLowerCase()\n\n const filteredRows = createMemo(() => {\n const q = normalize(debouncedQuery())\n if (!q) return sortedRows()\n const cols = columns()\n return sortedRows().filter((row: any) =>\n cols.some((col: any) => {\n const val = row[col.key]\n if (val == null) return false\n return normalize(String(val)).includes(q)\n })\n )\n })\n\n // ─── Client-side pagination (v4.0.4, context-aware v4.3.4, selector v4.3.7) ─────\n const isExpanded = useExpanded()\n const defaultPageSize = () => tableParams.pageSize ?? 25\n const chatDefault = () => tableParams.chatPageSize ?? Math.min(10, defaultPageSize())\n const [userPageSize, setUserPageSize] = createSignal<number | null>(null) // null = use default\n const clientPageSize = () => {\n const ups = userPageSize()\n if (ups !== null) return ups // user chose a size\n return isExpanded() ? defaultPageSize() : chatDefault()\n }\n const showAll = () => userPageSize() === 0\n const hasServerPagination = () => !!tableParams.pagination\n const needsClientPagination = () =>\n !hasServerPagination() && !showAll() && clientPageSize() > 0 && filteredRows().length > clientPageSize()\n const [clientPage, setClientPage] = createSignal(tableParams.initialPage ?? 0)\n const clientTotalPages = () => needsClientPagination() ? Math.ceil(filteredRows().length / clientPageSize()) : 1\n const clientVisibleRows = createMemo(() => {\n if (showAll() || !needsClientPagination()) return filteredRows()\n const start = clientPage() * clientPageSize()\n return filteredRows().slice(start, start + clientPageSize())\n })\n const clientRangeStart = () => needsClientPagination() ? clientPage() * clientPageSize() + 1 : 1\n const clientRangeEnd = () => needsClientPagination()\n ? Math.min((clientPage() + 1) * clientPageSize(), filteredRows().length)\n : filteredRows().length\n\n // Page size options for selector (fullscreen)\n const pageSizeOptions = () => {\n const total = filteredRows().length\n const opts: Array<{ value: number; label: string }> = []\n for (const n of [10, 30, 60, 100]) {\n if (n < total) opts.push({ value: n, label: String(n) })\n }\n opts.push({ value: 0, label: 'All' })\n return opts\n }\n\n const handlePageSizeChange = (val: number) => {\n setUserPageSize(val === 0 ? 0 : val)\n setClientPage(0)\n }\n\n // ─── Virtualization ──────────────────────────────────────\n const [virtualizer, setVirtualizer] = createSignal<any>(null)\n const [isVirtualizing, setIsVirtualizing] = createSignal(false)\n\n // Disable virtualization when client pagination is active (they conflict)\n const shouldVirtualize = createMemo(() => {\n if (needsClientPagination()) return false // pagination handles slicing\n const opts = tableParams.virtualize\n if (opts === false) return false\n if (opts === true) return true\n if (typeof opts === 'object') {\n if (opts.enabled !== undefined) return opts.enabled\n const threshold = opts.threshold ?? 100\n return (tableParams.rows?.length ?? 0) > threshold\n }\n return (tableParams.rows?.length ?? 0) > 100\n })\n\n // Get virtualization options\n const virtualizeOpts = createMemo((): TableVirtualizeOptions => {\n const opts = tableParams.virtualize\n if (typeof opts === 'object') return opts\n return {}\n })\n\n // Initialize virtualizer when needed\n createEffect(async () => {\n if (isServer || !shouldVirtualize()) {\n setIsVirtualizing(false)\n return\n }\n\n try {\n const { createVirtualizer } = await import('@tanstack/solid-virtual')\n const opts = virtualizeOpts()\n const rowHeight = opts.rowHeight ?? 48\n const overscan = opts.overscan ?? 5\n\n const v = createVirtualizer({\n get count() { return tableParams.rows?.length ?? 0 },\n getScrollElement: () => scrollContainerRef ?? null,\n estimateSize: () => rowHeight,\n overscan,\n })\n\n setVirtualizer(v)\n setIsVirtualizing(true)\n } catch (e) {\n console.warn('Failed to load @tanstack/solid-virtual, falling back to regular table', e)\n setIsVirtualizing(false)\n }\n })\n\n // Cell value extraction helper\n const getCellValue = (row: any, key: string): string => {\n const value = row[key]\n if (value === null || value === undefined) return ''\n if (typeof value === 'object') return value.name || value.label || JSON.stringify(value)\n return String(value)\n }\n\n // Generate copyable text from table data (TSV format for spreadsheet compatibility)\n const getTableText = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n const header = columns.map((c: any) => c.label).join('\\t')\n const dataRows = rows.map((row: any) =>\n columns.map((c: any) => getCellValue(row, c.key)).join('\\t')\n ).join('\\n')\n return `${header}\\n${dataRows}`\n }\n\n // CSV generation (RFC 4180 compliant)\n const getTableCSV = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n const escapeCSV = (val: string) => {\n if (val.includes(',') || val.includes('\"') || val.includes('\\n')) {\n return `\"${val.replace(/\"/g, '\"\"')}\"`\n }\n return val\n }\n const header = columns.map((c: any) => escapeCSV(c.label)).join(',')\n const dataRows = rows.map((row: any) =>\n columns.map((c: any) => escapeCSV(getCellValue(row, c.key))).join(',')\n ).join('\\n')\n return `${header}\\n${dataRows}`\n }\n\n // JSON generation\n const getTableJSON = () => {\n const columns = tableParams.columns || []\n const rows = tableParams.rows || []\n return JSON.stringify({ columns: columns.map((c: any) => ({ key: c.key, label: c.label })), rows }, null, 2)\n }\n\n // Download helper\n const downloadFile = (content: string, filename: string, mimeType: string) => {\n const blob = new Blob([content], { type: mimeType })\n const url = URL.createObjectURL(blob)\n const a = document.createElement('a')\n a.href = url\n a.download = filename\n a.click()\n URL.revokeObjectURL(url)\n }\n\n // Export config\n const exportable = tableParams.exportable\n const exportFormats = typeof exportable === 'object' && exportable?.formats\n ? exportable.formats\n : ['csv', 'json']\n const exportFilename = (typeof exportable === 'object' && exportable?.filename) || `table-${Math.random().toString(36).slice(2, 9)}`\n\n // Export dropdown state\n const [showExportMenu, setShowExportMenu] = createSignal(false)\n\n const handleExport = (format: string) => {\n setShowExportMenu(false)\n switch (format) {\n case 'tsv':\n navigator.clipboard.writeText(getTableText())\n break\n case 'csv':\n downloadFile(getTableCSV(), `${exportFilename}.csv`, 'text/csv')\n break\n case 'json':\n downloadFile(getTableJSON(), `${exportFilename}.json`, 'application/json')\n break\n }\n }\n\n const tableId = `table-${Math.random().toString(36).slice(2, 9)}`\n\n // Standard table body (non-virtualized) — uses client pagination when active\n const StandardTableBody = () => (\n <tbody class=\"bg-white dark:bg-gray-800 divide-y divide-gray-200 dark:divide-gray-700\">\n <For each={clientVisibleRows().slice(0, DEFAULT_RESOURCE_LIMITS.maxTableRows)}>\n {(row: any, i) => (\n <tr class={`hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors ${i() % 2 === 0 ? 'bg-white dark:bg-gray-800' : 'bg-gray-50/30 dark:bg-gray-800/50'}`}>\n <For each={tableParams.columns}>\n {(column: any) => (\n <td class=\"px-6 py-4 text-sm text-gray-700 dark:text-gray-200 whitespace-normal break-words leading-relaxed first:pl-6 last:pr-6\">\n <div innerHTML={highlightQuery(renderCellValue(row[column.key], citationCtx), debouncedQuery())} />\n </td>\n )}\n </For>\n </tr>\n )}\n </For>\n </tbody>\n )\n\n // Virtualized table body\n const VirtualizedTableBody = () => {\n const v = virtualizer()\n if (!v) return null\n\n const items = v.getVirtualItems()\n const totalSize = v.getTotalSize()\n const opts = virtualizeOpts()\n const rowHeight = opts.rowHeight ?? 48\n\n return (\n <tbody\n class=\"bg-white dark:bg-gray-800 relative\"\n style={{ height: `${totalSize}px` }}\n >\n <For each={items}>\n {(virtualRow: any) => {\n const row = tableParams.rows[virtualRow.index]\n return (\n <tr\n class={`hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors absolute left-0 right-0 ${virtualRow.index % 2 === 0 ? 'bg-white dark:bg-gray-800' : 'bg-gray-50/30 dark:bg-gray-800/50'}`}\n style={{\n height: `${rowHeight}px`,\n transform: `translateY(${virtualRow.start}px)`\n }}\n >\n <For each={tableParams.columns}>\n {(column: any) => (\n <td class=\"px-6 py-4 text-sm text-gray-700 dark:text-gray-200 whitespace-normal break-words leading-relaxed first:pl-6 last:pr-6\">\n <div innerHTML={highlightQuery(renderCellValue(row[column.key], citationCtx), debouncedQuery())} />\n </td>\n )}\n </For>\n </tr>\n )\n }}\n </For>\n </tbody>\n )\n }\n\n return (\n <ExpandableWrapper title={tableParams.title || 'Table'} copyData={getTableCSV()} copyLabel=\"Copy table (CSV)\">\n <div class={`relative w-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden group ${\n isExpanded() ? 'flex-1 min-h-0 flex flex-col' : 'h-full'\n }`}>\n <Show when={exportable} fallback={<CopyButton getText={getTableCSV} title=\"Copy table (CSV)\" position=\"top-right\" />}>\n <div class=\"absolute right-10 top-2 z-10\">\n <button\n onClick={() => setShowExportMenu(!showExportMenu())}\n class=\"opacity-60 hover:opacity-100 px-2 py-1 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-full hover:bg-gray-100 dark:hover:bg-gray-700 transition-all shadow-sm\"\n title=\"Export table\"\n aria-label=\"Export table\"\n >\n <svg class=\"w-3 h-3 text-gray-500 dark:text-gray-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\" />\n </svg>\n </button>\n <Show when={showExportMenu()}>\n <div class=\"absolute right-0 mt-1 w-36 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-lg shadow-lg py-1 text-sm\">\n <Show when={(exportFormats as string[]).includes('tsv')}>\n <button onClick={() => handleExport('tsv')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Copy TSV</button>\n </Show>\n <Show when={(exportFormats as string[]).includes('csv')}>\n <button onClick={() => handleExport('csv')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Download CSV</button>\n </Show>\n <Show when={(exportFormats as string[]).includes('json')}>\n <button onClick={() => handleExport('json')} class=\"w-full text-left px-3 py-1.5 hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-300\">Download JSON</button>\n </Show>\n </div>\n </Show>\n </div>\n </Show>\n <div class={`p-4 ${isExpanded() ? 'flex-1 min-h-0 flex flex-col' : ''}`}>\n <Show when={tableParams.title}>\n <h3 id={`${tableId}-title`} class=\"text-sm font-semibold text-gray-900 dark:text-white mb-3 flex-shrink-0\">\n {tableParams.title}\n <Show when={isVirtualizing()}>\n <span class=\"ml-2 text-xs font-normal text-gray-400\">(virtualized: {tableParams.rows?.length} rows)</span>\n </Show>\n </h3>\n </Show>\n\n {/* Search input (v4.3.3) */}\n <Show when={isSearchable()}>\n <div class=\"relative mb-3\">\n <span class=\"absolute left-3 top-1/2 -translate-y-1/2 text-gray-400 pointer-events-none text-sm\">{'\\uD83D\\uDD0D'}</span>\n <input\n type=\"text\"\n value={searchQuery()}\n onInput={(e) => handleSearch(e.currentTarget.value)}\n placeholder={searchPlaceholder()}\n class=\"w-full max-w-xs min-w-[200px] pl-8 pr-8 py-1.5 text-sm border border-gray-200 dark:border-gray-600 rounded-md bg-white dark:bg-gray-700 text-gray-900 dark:text-white placeholder-gray-400 focus:border-blue-400 focus:ring-1 focus:ring-blue-400 outline-none\"\n />\n <Show when={searchQuery()}>\n <button\n type=\"button\"\n onClick={() => { handleSearch(''); setSearchQuery(''); setDebouncedQuery('') }}\n class=\"absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 text-sm\"\n aria-label=\"Clear search\"\n >×</button>\n </Show>\n </div>\n <Show when={debouncedQuery() && filteredRows().length !== sortedRows().length}>\n <p class=\"text-xs text-gray-500 dark:text-gray-400 mb-2\">\n {filteredRows().length} result{filteredRows().length !== 1 ? 's' : ''} on {sortedRows().length}\n </p>\n </Show>\n </Show>\n\n <div\n ref={scrollContainerRef}\n class={`overflow-x-auto ${isExpanded() ? 'flex-1 min-h-0' : ''}`}\n style={\n // v6.1.0 — when expanded, the scroll container fills the\n // remaining vertical space (flex-1 + min-h-0 above) and\n // scrolls internally instead of the modal scrolling. Inline\n // mode keeps the previous max-height heuristic.\n isExpanded()\n ? { 'overflow-y': 'auto' }\n : isVirtualizing()\n ? { 'max-height': '500px', 'overflow-y': 'auto' }\n : clientVisibleRows().length > 8\n ? { 'max-height': '400px', 'overflow-y': 'auto' }\n : {}\n }\n role=\"region\"\n aria-label={tableParams.title || 'Data table'}\n tabindex=\"0\"\n >\n <table\n class=\"min-w-full divide-y divide-gray-200 dark:divide-gray-700 border-separate border-spacing-0\"\n aria-labelledby={tableParams.title ? `${tableId}-title` : undefined}\n >\n <thead class=\"bg-gray-100 dark:bg-gray-900 sticky top-0 z-10\">\n <tr>\n <For each={tableParams.columns}>\n {(column: any) => (\n <th\n scope=\"col\"\n class=\"px-6 py-3 text-left text-xs font-semibold text-gray-500 dark:text-gray-400 uppercase tracking-wider border-b border-gray-200 dark:border-gray-700 first:pl-6 last:pr-6 bg-gray-100 dark:bg-gray-900 cursor-pointer select-none hover:bg-gray-200 dark:hover:bg-gray-800 transition-colors\"\n style={column.width ? { width: column.width } : {}}\n on:click={() => handleSort(column.key)}\n title={`Sort by ${column.label}`}\n >\n <span class=\"inline-flex items-center gap-1\">\n {column.label}\n <span\n class=\"text-[10px] leading-none\"\n classList={{\n 'opacity-30': sortKey() !== column.key,\n 'opacity-100 text-blue-600 dark:text-blue-400': sortKey() === column.key,\n }}\n >\n {sortIndicator(column.key)}\n </span>\n </span>\n </th>\n )}\n </For>\n </tr>\n </thead>\n <Show when={isVirtualizing()} fallback={<StandardTableBody />}>\n <VirtualizedTableBody />\n </Show>\n </table>\n </div>\n\n {/* Server-side pagination (legacy) */}\n <Show when={tableParams.pagination}>\n <div class=\"mt-3 flex items-center justify-between text-xs text-gray-500 dark:text-gray-400\">\n <span>\n Showing {tableParams.pagination.currentPage * tableParams.pagination.pageSize + 1} -{' '}\n {Math.min(\n (tableParams.pagination.currentPage + 1) * tableParams.pagination.pageSize,\n tableParams.pagination.totalRows\n )}{' '}\n of {tableParams.pagination.totalRows}\n </span>\n </div>\n </Show>\n\n {/* Client-side pagination (v4.3.7) */}\n <Show when={needsClientPagination()}>\n <div class=\"mt-3 flex items-center justify-between text-xs text-gray-500 dark:text-gray-400\">\n <span>\n {clientRangeStart()}–{clientRangeEnd()} / {filteredRows().length.toLocaleString('fr-FR')}\n </span>\n <div class=\"flex items-center gap-2\">\n <button\n class=\"px-2 py-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 disabled:opacity-40 disabled:cursor-not-allowed transition-colors\"\n disabled={clientPage() === 0}\n onClick={() => setClientPage(p => p - 1)}\n >\n ◀\n </button>\n <span>{clientPage() + 1} / {clientTotalPages()}</span>\n <button\n class=\"px-2 py-1 rounded hover:bg-gray-100 dark:hover:bg-gray-700 disabled:opacity-40 disabled:cursor-not-allowed transition-colors\"\n disabled={clientPage() >= clientTotalPages() - 1}\n onClick={() => setClientPage(p => p + 1)}\n >\n ▶\n </button>\n {/* Page size selector — fullscreen only */}\n <Show when={isExpanded() && filteredRows().length > 10}>\n <select\n class=\"ml-2 px-1 py-0.5 text-xs border border-gray-200 dark:border-gray-600 rounded bg-white dark:bg-gray-700 text-gray-700 dark:text-gray-300\"\n value={clientPageSize()}\n onChange={(e) => handlePageSizeChange(Number(e.currentTarget.value))}\n >\n <For each={pageSizeOptions()}>\n {(opt) => <option value={opt.value}>{opt.label}</option>}\n </For>\n </select>\n <span class=\"text-gray-400\">/ page</span>\n </Show>\n </div>\n </div>\n </Show>\n </div>\n </div>\n </ExpandableWrapper>\n )\n}\n\n/**\n * Render a metric card component\n */\nfunction MetricRenderer(props: { component: UIComponent }) {\n const metricParams = props.component.params as any\n\n // Generate copyable text for metric\n const getMetricText = () => {\n const title = metricParams.title || metricParams.label || ''\n const value = metricParams.value\n const unit = metricParams.unit || ''\n return `${title}: ${value}${unit ? ' ' + unit : ''}`\n }\n\n return (\n <div class=\"relative w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 p-4 group\">\n <CopyButton getText={getMetricText} title=\"Copy metric\" position=\"top-right\" />\n <div class=\"flex flex-col h-full justify-between\">\n <div>\n <p class=\"text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wide\">\n {metricParams.title}\n </p>\n <div class=\"mt-2 flex items-baseline\">\n <p class=\"text-2xl font-semibold text-gray-900 dark:text-white\">{metricParams.value}</p>\n <Show when={metricParams.unit}>\n <span class=\"ml-2 text-sm font-medium text-gray-500 dark:text-gray-400\">\n {metricParams.unit}\n </span>\n </Show>\n </div>\n </div>\n\n <Show when={metricParams.trend}>\n <div class=\"mt-3 flex items-center\">\n <span\n class={`text-sm font-medium ${metricParams.trend.direction === 'up'\n ? 'text-green-600 dark:text-green-400'\n : metricParams.trend.direction === 'down'\n ? 'text-red-600 dark:text-red-400'\n : 'text-gray-600 dark:text-gray-400'\n }`}\n >\n {metricParams.trend.direction === 'up'\n ? '�'\n : metricParams.trend.direction === 'down'\n ? '�'\n : '�'}{' '}\n {Math.abs(metricParams.trend.value)}%\n </span>\n </div>\n </Show>\n\n <Show when={metricParams.subtitle}>\n <p class=\"mt-2 text-xs text-gray-500 dark:text-gray-400\">{metricParams.subtitle}</p>\n </Show>\n </div>\n </div>\n )\n}\n\n/**\n * Extract image data from markdown image link format\n * Pattern: [](link-url)\\n*Photo by Author*\n */\nfunction extractImageFromMarkdown(content: string): { alt: string; imageUrl: string; linkUrl: string; credit: string } | null {\n // Pattern: [](link-url) followed by optional credit line\n const imagePattern = /\\[!\\[([^\\]]*)\\]\\(([^)]+)\\)\\]\\(([^)]+)\\)\\s*\\*([^*]+)\\*/\n const match = content.match(imagePattern)\n\n if (match) {\n return {\n alt: match[1] || 'Image',\n imageUrl: match[2],\n linkUrl: match[3],\n credit: match[4].trim()\n }\n }\n\n return null\n}\n\n/**\n * Render a text component (with optional markdown)\n */\nfunction TextRenderer(props: { component: UIComponent }) {\n const textParams = props.component.params as any\n\n // Check if this is an image markdown that should be rendered as image component\n const imageData = createMemo(() => {\n if (textParams.markdown && textParams.content) {\n return extractImageFromMarkdown(textParams.content)\n }\n return null\n })\n\n // Convert markdown to HTML if markdown flag is true (and not an image component)\n const htmlContent = createMemo(() => {\n if (textParams.markdown && !imageData()) {\n return marked.parse(textParams.content, { async: false }) as string\n }\n return textParams.content\n })\n\n // Get plain text content for copying (strip markdown/HTML)\n const getTextContent = () => {\n return textParams.content || ''\n }\n\n // Render as image component if we extracted image data\n return (\n <Show\n when={imageData()}\n fallback={\n <div class=\"relative w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 p-4 group\">\n <CopyButton getText={getTextContent} title=\"Copy text\" position=\"top-right\" />\n <div\n class={`prose prose-sm dark:prose-invert max-w-none ${textParams.className || ''}`}\n innerHTML={htmlContent()}\n />\n </div>\n }\n >\n {(data) => (\n <div class=\"w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col\">\n <div class=\"flex-1 flex items-center justify-center p-4 bg-gray-50 dark:bg-gray-900 min-h-[200px]\">\n <a href={data().linkUrl} target=\"_blank\" rel=\"noopener noreferrer\" class=\"cursor-zoom-in\">\n <img\n src={data().imageUrl}\n alt={data().alt}\n class=\"max-w-full max-h-[400px] object-contain rounded shadow-sm hover:opacity-90 transition-opacity\"\n loading=\"lazy\"\n />\n </a>\n </div>\n <div class=\"p-3 border-t border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800\">\n <p class=\"text-sm text-gray-600 dark:text-gray-400 text-center italic\">{data().credit}</p>\n </div>\n </div>\n )}\n </Show>\n )\n}\n\n/**\n * Render an iframe component\n */\nfunction IframeRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n return (\n <div class=\"w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col\">\n <Show when={params.title}>\n <div class=\"px-4 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-900\">\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white\">{params.title}</h3>\n </div>\n </Show>\n <iframe\n src={params.url}\n title={params.title || 'Embedded content'}\n class=\"w-full border-0 flex-1\"\n style={`height: ${params.height || '400px'}; min-height: 300px;`}\n sandbox={getIframeSandbox(params.url)}\n loading=\"lazy\"\n />\n </div>\n )\n}\n\n/**\n * Render an image component\n */\nfunction ImageRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n\n return (\n <figure class={`w-full h-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden flex flex-col ${params.className || ''}`}>\n <div class=\"flex-1 flex items-center justify-center p-4 bg-gray-50 dark:bg-gray-900 min-h-[200px]\">\n <a\n href={params.url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"cursor-zoom-in focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 rounded\"\n aria-label={`View full size: ${params.alt || 'image'}`}\n >\n <img\n src={params.url}\n alt={params.alt || 'Image'}\n class=\"max-w-full max-h-[500px] object-contain rounded shadow-sm hover:opacity-95 transition-opacity\"\n loading=\"lazy\"\n />\n </a>\n </div>\n <Show when={params.caption}>\n <figcaption class=\"p-3 border-t border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800\">\n <p class=\"text-sm text-gray-600 dark:text-gray-400 text-center\">{params.caption}</p>\n </figcaption>\n </Show>\n </figure>\n )\n}\n\n/**\n * Render a link component\n */\nfunction LinkRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n\n return (\n <a\n href={params.url}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n aria-label={`${params.label || 'Link'}: ${params.description || params.url} (opens in new tab)`}\n class={`flex items-center gap-3 p-4 bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors group h-full focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 ${params.className || ''}`}\n onClick={(e) => e.stopPropagation()}\n >\n <div class=\"p-2 bg-blue-50 dark:bg-blue-900/30 rounded-full text-blue-600 dark:text-blue-400 group-hover:bg-blue-100 dark:group-hover:bg-blue-900/50 shrink-0 transition-colors\" aria-hidden=\"true\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-5 h-5\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n >\n <path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\" />\n <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\" />\n </svg>\n </div>\n <div class=\"flex-1 min-w-0\">\n <h4 class=\"text-sm font-medium text-gray-900 dark:text-white truncate group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors\">\n {params.label || params.url}\n </h4>\n <Show when={params.description}>\n <p class=\"text-xs text-gray-500 dark:text-gray-400 truncate\">{params.description}</p>\n </Show>\n </div>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-4 h-4 text-gray-400 group-hover:text-gray-600 dark:group-hover:text-gray-300 shrink-0 transition-colors\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n aria-hidden=\"true\"\n >\n <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\" />\n <polyline points=\"15 3 21 3 21 9\" />\n <line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\" />\n </svg>\n </a>\n )\n}\n\n/**\n * Render a single component with error boundary\n */\nfunction ComponentRenderer(props: {\n component: UIComponent\n onError?: (error: RendererError) => void\n errorMode?: ValidationErrorMode\n}) {\n // Performance marks — visible in Chrome DevTools \"Performance\" panel under\n // user timings. Always-on, SSR-safe (see utils/perf.ts).\n markRenderStart(props.component.id)\n\n // Telemetry sink (B.5 — v5.6.0). null when no MCPUITelemetryProvider is\n // mounted above; null-checked at every dispatch site so apps that don't\n // opt in see zero behavior change.\n const telemetry = useTelemetry()\n\n onMount(() => {\n markRenderEnd(props.component.id)\n if (telemetry) {\n const ts = Date.now()\n telemetry.dispatch({\n type: 'component:mounted',\n id: props.component.id,\n componentType: props.component.type,\n ts,\n })\n // Read the perf measure we just emitted to surface durationMs without\n // double-measuring. The measure may be missing if `performance` is\n // unavailable (SSR) — skip rendered event in that case.\n if (typeof performance !== 'undefined' && typeof performance.getEntriesByName === 'function') {\n const entries = performance.getEntriesByName(`${PERF_PREFIX}${props.component.id}:render`, 'measure')\n const last = entries[entries.length - 1]\n if (last) {\n telemetry.dispatch({\n type: 'component:rendered',\n id: props.component.id,\n componentType: props.component.type,\n durationMs: last.duration,\n ts,\n })\n }\n }\n }\n })\n\n onCleanup(() => {\n if (telemetry) {\n telemetry.dispatch({\n type: 'component:unmounted',\n id: props.component.id,\n componentType: props.component.type,\n ts: Date.now(),\n })\n }\n })\n\n // Validate component before rendering\n const validation = validateComponent(props.component)\n if (!validation.valid) {\n props.onError?.({\n type: 'validation',\n message: 'Component validation failed',\n componentId: props.component.id,\n details: validation.errors,\n })\n\n // Privacy: only counts + first error code, NO error messages or paths\n // (which could leak payload data — §M.6.2 hard rule).\n if (telemetry) {\n telemetry.dispatch({\n type: 'validation:failed',\n id: props.component.id,\n componentType: props.component.type,\n errorCount: validation.errors?.length ?? 0,\n firstErrorCode: validation.errors?.[0]?.code ?? null,\n ts: Date.now(),\n })\n }\n\n const mode: ValidationErrorMode = props.errorMode ?? 'block'\n const firstError = validation.errors?.[0]?.message || 'Unknown validation error'\n\n if (mode === 'silent') {\n return null\n }\n\n if (mode === 'inline-warn') {\n return (\n <div\n class=\"inline-flex items-center gap-1.5 px-2 py-1 rounded-md bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 text-xs text-yellow-800 dark:text-yellow-200\"\n role=\"alert\"\n aria-label=\"Component validation warning\"\n title={firstError}\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n class=\"w-3.5 h-3.5\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n aria-hidden=\"true\"\n >\n <path d=\"M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" />\n <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" />\n <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" />\n </svg>\n <span>Invalid {props.component.type}</span>\n </div>\n )\n }\n\n // mode === 'block' (default, pre-v5.4.0 behavior)\n return (\n <div class=\"w-full h-full bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg p-4\">\n <p class=\"text-sm font-medium text-red-900 dark:text-red-100\">Validation Error</p>\n <p class=\"text-xs text-red-700 dark:text-red-300 mt-1\">\n {firstError}\n </p>\n </div>\n )\n }\n\n // Render based on component type with enhanced error boundary\n return (\n <GenerativeUIErrorBoundary\n componentId={props.component.id}\n componentType={props.component.type}\n onError={props.onError}\n allowRetry={true}\n >\n <Show when={props.component.type === 'chart'}>\n <ChartRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'table'}>\n <TableRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'metric'}>\n <MetricRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'text'}>\n <TextRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'iframe'}>\n <IframeRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'image'}>\n <ImageRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'link'}>\n <LinkRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'action'}>\n <ActionRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'grid'}>\n <GridRenderer component={props.component} onError={props.onError} />\n </Show>\n <Show when={props.component.type === 'carousel'}>\n <CarouselRenderer items={(props.component.params as any)?.items || []} height={(props.component.params as any)?.height} />\n </Show>\n <Show when={props.component.type === 'artifact'}>\n <ArtifactRenderer params={props.component.params as any} />\n </Show>\n <Show when={props.component.type === 'form'}>\n <FormRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'modal'}>\n <ModalRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'action-group'}>\n <ActionGroupRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'image-gallery'}>\n <ImageGalleryRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'video'}>\n <VideoRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'code'}>\n <CodeBlockRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'map'}>\n <MapRenderer component={props.component} />\n </Show>\n <Show when={props.component.type === 'graph'}>\n <GraphRenderer component={props.component} />\n </Show>\n </GenerativeUIErrorBoundary>\n )\n}\n\n/**\n * Render an action component (button or link)\n * Refactored in Phase 5.0 to use useAction hook for Context-based execution\n */\nfunction ActionRenderer(props: { component: UIComponent }) {\n const params = props.component.params as any\n const { execute, isExecuting } = useAction()\n const telemetry = useTelemetry()\n\n // Telemetry: action:dispatched on click (B.5 — v5.6.0). Fires for every\n // click attempt (tool-call or link), regardless of execute success.\n // Privacy: actionName is `toolName` (tool-call) or the action kind\n // (link/submit) — NO `params.params` payload, NO URL.\n function dispatchTelemetry() {\n if (!telemetry) return\n const actionName: string = params.toolName ?? params.action ?? 'unknown'\n telemetry.dispatch({\n type: 'action:dispatched',\n id: props.component.id,\n componentType: 'action',\n actionName,\n ts: Date.now(),\n })\n }\n\n // Handle click to execute tool via Context (falls back to CustomEvent if no provider)\n const handleClick = async (e: MouseEvent) => {\n dispatchTelemetry()\n if (params.action === 'tool-call' && params.toolName) {\n e.preventDefault()\n await execute(params.toolName, params.params || {})\n }\n }\n\n // Determine if button should be disabled (explicit disable or currently executing)\n const isDisabled = () => params.disabled || (params.action === 'tool-call' && isExecuting())\n\n if (params.type === 'link' || params.action === 'link') {\n return (\n <a\n href={params.url || '#'}\n target={params.url ? '_blank' : undefined}\n rel=\"noopener noreferrer\"\n aria-label={params.ariaLabel || params.label}\n class={`inline-flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500\n ${params.variant === 'primary' ? 'bg-blue-600 text-white hover:bg-blue-700' :\n params.variant === 'outline' ? 'border border-gray-300 text-gray-700 hover:bg-gray-50 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-800' :\n 'text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300'}\n ${params.className || ''}`}\n onClick={handleClick}\n >\n <Show when={params.icon}>\n <span aria-hidden=\"true\">{params.icon}</span>\n </Show>\n {params.label}\n </a>\n )\n }\n\n return (\n <button\n type={params.action === 'submit' ? 'submit' : 'button'}\n disabled={isDisabled()}\n aria-busy={isExecuting() && params.action === 'tool-call'}\n aria-label={params.ariaLabel || params.label}\n class={`inline-flex items-center gap-2 px-4 py-2 rounded-md text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500\n ${params.variant === 'primary' ? 'bg-blue-600 text-white hover:bg-blue-700 shadow-sm' :\n params.variant === 'secondary' ? 'bg-gray-100 text-gray-900 hover:bg-gray-200 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600' :\n params.variant === 'outline' ? 'border border-gray-300 text-gray-700 hover:bg-gray-50 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-800' :\n params.variant === 'danger' ? 'bg-red-600 text-white hover:bg-red-700' :\n 'bg-transparent text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-800'}\n ${isDisabled() ? 'opacity-50 cursor-not-allowed' : ''}\n ${params.size === 'sm' ? 'px-3 py-1.5 text-xs' : params.size === 'lg' ? 'px-6 py-3 text-base' : ''}\n ${params.className || ''}`}\n onClick={handleClick}\n >\n <Show when={isExecuting() && params.action === 'tool-call'}>\n <span class=\"animate-spin h-4 w-4 border-2 border-current border-t-transparent rounded-full\" aria-hidden=\"true\" />\n </Show>\n <Show when={params.icon && !(isExecuting() && params.action === 'tool-call')}>\n <span aria-hidden=\"true\">{params.icon}</span>\n </Show>\n {params.label}\n </button>\n )\n}\n\n/**\n * Error card renderer for tool execution errors\n * Handles {error: true, message: \"...\", tool: \"...\", suggestions: [...]} format\n */\nfunction ErrorCardRenderer(props: { error: any }) {\n const getErrorText = () => {\n return `Error in ${props.error.tool || 'unknown tool'}: ${props.error.message || 'Unknown error'}`\n }\n\n return (\n <div class=\"relative w-full bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-lg p-4 group\">\n <CopyButton getText={getErrorText} title=\"Copy error details\" position=\"top-right\" />\n <div class=\"flex items-start gap-3\">\n <div class=\"p-2 bg-red-100 dark:bg-red-900/40 rounded-full shrink-0\">\n <svg class=\"w-5 h-5 text-red-600 dark:text-red-400\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\" />\n </svg>\n </div>\n <div class=\"flex-1 min-w-0\">\n <h4 class=\"text-sm font-semibold text-red-800 dark:text-red-200\">\n Tool Error: {props.error.tool || 'Unknown'}\n </h4>\n <p class=\"text-sm text-red-700 dark:text-red-300 mt-1\">\n {props.error.message || 'An error occurred during tool execution'}\n </p>\n <Show when={props.error.type}>\n <p class=\"text-xs text-red-600 dark:text-red-400 mt-1\">\n Type: {props.error.type}\n </p>\n </Show>\n <Show when={props.error.suggestions?.length}>\n <div class=\"mt-3\">\n <p class=\"text-xs font-medium text-red-700 dark:text-red-300\">Suggestions:</p>\n <ul class=\"mt-1 text-xs text-red-600 dark:text-red-400 list-disc list-inside\">\n <For each={props.error.suggestions}>\n {(suggestion: string) => <li>{suggestion}</li>}\n </For>\n </ul>\n </div>\n </Show>\n <Show when={props.error.timestamp}>\n <p class=\"text-xs text-red-500 dark:text-red-500 mt-2\">\n {new Date(props.error.timestamp).toLocaleString()}\n </p>\n </Show>\n </div>\n </div>\n </div>\n )\n}\n\n/**\n * Check if content is an error response from MCP tool\n */\nfunction isErrorResponse(content: any): boolean {\n return content && typeof content === 'object' && content.error === true\n}\n\n/**\n * Check if content is a UIResource (raw HTML or URI-based resource)\n * UIResource has: { uri, content: { type: 'rawHtml', htmlString }, encoding, metadata }\n */\nfunction isUIResource(content: any): boolean {\n return content && typeof content === 'object' && (\n content.uri?.startsWith('ui://') ||\n content.content?.type === 'rawHtml' ||\n content.content?.htmlString\n )\n}\n\n/**\n * Render UIResource (raw HTML) content\n * Handles HTML resources returned by tools like ui_show_dashboard, ui_show_health\n */\nfunction UIResourceHtmlRenderer(props: { resource: any }) {\n const htmlContent = () => {\n if (props.resource.content?.htmlString) {\n return DOMPurify.sanitize(props.resource.content.htmlString)\n }\n return ''\n }\n\n const resourceTitle = () => {\n return props.resource.metadata?.title || props.resource.uri?.replace('ui://deposium/', '') || 'Resource'\n }\n\n return (\n <div class=\"w-full bg-white dark:bg-gray-800 rounded-lg shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden\">\n <Show when={props.resource.metadata?.title || props.resource.uri}>\n <div class=\"px-4 py-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-900\">\n <h3 class=\"text-sm font-semibold text-gray-900 dark:text-white capitalize\">\n {resourceTitle()}\n </h3>\n </div>\n </Show>\n <div\n class=\"p-4 prose prose-sm dark:prose-invert max-w-none\"\n innerHTML={htmlContent()}\n />\n </div>\n )\n}\n\n/**\n * Main UIResourceRenderer component\n */\nexport const UIResourceRenderer: Component<UIResourceRendererProps> = (props) => {\n // Handle error responses early (Sprint 9b fix)\n if (isErrorResponse(props.content)) {\n return <ErrorCardRenderer error={props.content} />\n }\n\n // Handle UIResource (raw HTML) - skip grid validation (Sprint 9c fix)\n if (isUIResource(props.content)) {\n return <UIResourceHtmlRenderer resource={props.content} />\n }\n\n const layout = () => {\n // Check if content is a UIComponent (non-composite) vs UILayout (composite)\n if ('type' in props.content && (props.content as any).type !== 'composite') {\n return {\n id: 'single-component',\n components: [props.content as UIComponent],\n grid: {\n columns: 12,\n gap: '1rem',\n },\n } as UILayout\n }\n return props.content as UILayout\n }\n\n // Convert grid styles to CSS string\n const gridContainerStyle = () => {\n const layoutData = layout()\n return `grid-template-columns: repeat(${layoutData.grid.columns}, 1fr); gap: ${layoutData.grid.gap}`\n }\n\n // Convert component grid styles to CSS string\n const getGridStyleString = (component: UIComponent) => {\n // Defensive check for position field - default to full width\n if (!component.position) {\n return 'grid-column: 1 / span 12; grid-row: auto'\n }\n const { colStart, colSpan, rowStart, rowSpan = 1 } = component.position\n return `grid-column: ${colStart} / span ${colSpan}; grid-row: ${rowStart ? `${rowStart} / span ${rowSpan}` : 'auto'}`\n }\n\n // Auto-footer logic (Phase 5.0)\n // Automatically inject footer when metadata is present and no explicit footer exists\n const shouldShowAutoFooter = createMemo(() => {\n const layoutData = layout()\n\n // Don't show if explicitly hidden\n if (layoutData.metadata?.hideFooter) {\n return false\n }\n\n // Don't show if no metadata (nothing to display)\n if (!layoutData.metadata) {\n return false\n }\n\n // Don't show if explicit footer component exists\n const hasExplicitFooter = layoutData.components.some((c) => c.type === 'footer')\n if (hasExplicitFooter) {\n return false\n }\n\n // Show auto-footer if metadata has relevant info\n return !!(\n layoutData.metadata.executionTime ||\n layoutData.metadata.sourceCount ||\n layoutData.metadata.llmModel\n )\n })\n\n // Build auto-footer params from metadata\n const autoFooterParams = createMemo(() => {\n const layoutData = layout()\n return {\n poweredBy: 'Deposium',\n executionTime: layoutData.metadata?.executionTime,\n model: layoutData.metadata?.llmModel,\n sourceCount: layoutData.metadata?.sourceCount,\n }\n })\n\n const layoutData = layout()\n\n // Wrapper function for RenderContext (breaks circular dependency)\n const renderComponent = (component: UIComponent, onError?: (error: RendererError) => void) => (\n <ComponentRenderer component={component} onError={onError} errorMode={props.errorMode} />\n )\n\n return (\n <RenderProvider renderComponent={renderComponent}>\n <div class={`w-full ${props.class || ''}`}>\n <div class=\"grid gap-4\" style={gridContainerStyle()}>\n <For each={layoutData.components}>\n {(component) => (\n <div style={getGridStyleString(component)}>\n <ComponentRenderer component={component} onError={props.onError} errorMode={props.errorMode} />\n </div>\n )}\n </For>\n </div>\n\n {/* Auto-injected footer (Phase 5.0) */}\n <Show when={shouldShowAutoFooter()}>\n <FooterRenderer params={autoFooterParams()} />\n </Show>\n </div>\n </RenderProvider>\n )\n}\n"],"names":["CopyButton","props","copied","setCopied","createSignal","handleCopy","navigator","clipboard","writeText","getText","setTimeout","err","console","error","positionClasses","position","_el$","_$getNextElement","_tmpl$2","$$click","_$insert","_$createComponent","Show","when","fallback","_tmpl$3","children","_tmpl$","_$effect","_p$","_v$","_v$2","title","e","_$className","t","_$setAttribute","undefined","_$runHydrationEvents","ChartRenderer","useNative","setUseNative","iframeUrl","setIframeUrl","isLoading","setIsLoading","setError","params","component","rendererPref","renderer","data","datasets","_tmpl$4","createEffect","pref","buildIframeUrl","available","isChartJSAvailable","chartParams","chartConfig","type","options","responsive","maintainAspectRatio","configStr","encodeURIComponent","JSON","stringify","url","_el$5","_tmpl$9","_el$15","firstChild","_el$16","_co$2","_$getNextMarker","nextSibling","_el$17","_el$18","_co$3","_el$19","_el$20","_co$4","_tmpl$5","_el$7","_tmpl$6","_el$8","_el$9","_el$0","_$memo","_el$1","_tmpl$8","_el$13","_el$14","_co$","_el$11","_el$12","_el$10","_tmpl$7","addEventListener","onError","message","componentId","id","_v$3","_v$4","_v$5","a","ChartJSRenderer","highlightQuery","html","query","q","trim","escaped","replace","regex","RegExp","_m","tag","text","defaultCitationChip","pageNum","fileName","verified","safeDocName","label","join","transformCellCitations","ctx","out","idStr","parseInt","mapping","map","String","render","page","file","Object","keys","length","renderCellValue","value","citationCtx","name","sanitizedLabel","DOMPurify","sanitize","sanitizedUrl","strValue","toLowerCase","markdownLinkRegex","test","htmlValue","ADD_ATTR","hasMarkdown","parsed","marked","parse","async","ALLOWED_TAGS","ALLOWED_ATTR","hasHtml","TableRenderer","tableParams","scrollContainerRef","citationMap","citationRender","allRows","rows","columns","sortKey","setSortKey","sortDir","setSortDir","handleSort","key","setClientPage","sortedRows","createMemo","r","dir","col","find","c","isNum","sort","b","va","vb","cmp","Number","localeCompare","sensitivity","sortIndicator","searchQuery","setSearchQuery","debouncedQuery","setDebouncedQuery","searchTimer","isSearchable","searchable","searchPlaceholder","handleSearch","normalize","s","filteredRows","cols","filter","row","some","val","includes","isExpanded","useExpanded","defaultPageSize","pageSize","chatDefault","chatPageSize","Math","min","userPageSize","setUserPageSize","clientPageSize","ups","showAll","hasServerPagination","pagination","needsClientPagination","clientPage","initialPage","clientTotalPages","ceil","clientVisibleRows","start","slice","clientRangeStart","clientRangeEnd","pageSizeOptions","total","opts","n","push","handlePageSizeChange","virtualizer","setVirtualizer","isVirtualizing","setIsVirtualizing","shouldVirtualize","virtualize","enabled","threshold","virtualizeOpts","isServer","createVirtualizer","rowHeight","overscan","v","count","getScrollElement","estimateSize","warn","getCellValue","getTableText","header","dataRows","getTableCSV","escapeCSV","getTableJSON","downloadFile","content","filename","mimeType","blob","Blob","URL","createObjectURL","document","createElement","href","download","click","revokeObjectURL","exportable","exportFormats","formats","exportFilename","random","toString","showExportMenu","setShowExportMenu","handleExport","format","tableId","StandardTableBody","_el$21","_tmpl$0","For","each","DEFAULT_RESOURCE_LIMITS","maxTableRows","i","_el$22","_tmpl$1","column","_el$23","_tmpl$10","_el$24","_$setProperty","VirtualizedTableBody","items","getVirtualItems","totalSize","getTotalSize","_el$25","_tmpl$11","_$setStyleProperty","virtualRow","index","_el$26","_el$27","_el$28","_v$6","_v$7","ExpandableWrapper","copyData","copyLabel","_el$29","_tmpl$26","_el$120","_el$121","_co$28","_el$44","_el$112","_el$113","_co$24","_el$114","_el$115","_co$25","_el$70","_el$71","_el$72","_el$73","_el$74","_el$75","_co$14","_el$116","_el$117","_co$26","_el$118","_el$119","_co$27","_el$30","_tmpl$16","_el$31","_el$42","_el$43","_co$8","_el$32","_tmpl$15","_el$36","_el$37","_co$5","_el$38","_el$39","_co$6","_el$40","_el$41","_co$7","_el$33","_tmpl$12","_el$34","_tmpl$13","_el$35","_tmpl$14","_el$45","_tmpl$18","_el$51","_el$52","_co$0","_el$53","_el$54","_co$1","_el$46","_tmpl$17","_el$47","_el$49","_el$50","_co$9","_el$55","_tmpl$20","_el$56","_el$57","_el$59","_el$60","_co$10","$$input","currentTarget","_el$58","_tmpl$19","_el$61","_tmpl$21","_el$64","_el$65","_co$11","_el$62","_el$66","_el$67","_co$12","_el$63","_el$68","_el$69","_co$13","_ref$","_$use","_el$122","_tmpl$27","_el$123","_el$125","_el$126","_co$29","_el$124","_$addEventListener","_v$14","width","_v$15","_v$16","_$style","_$classList","_el$76","_tmpl$22","_el$77","_el$78","_el$83","_el$84","_co$15","_el$79","_el$85","_el$86","_co$16","_el$81","_el$87","_el$88","_co$17","currentPage","totalRows","_el$89","_tmpl$25","_el$90","_el$93","_el$94","_co$18","_el$91","_el$95","_el$96","_co$19","_el$92","_el$97","_el$98","_co$20","_el$99","_el$100","_el$101","_el$103","_el$104","_co$21","_el$102","_el$105","_el$106","_co$22","_el$107","_el$110","_el$111","_co$23","toLocaleString","p","_el$108","_tmpl$23","opt","_el$127","_tmpl$28","_tmpl$24","_v$8","_v$9","_v$0","_v$1","_v$10","_v$11","_v$12","_v$13","o","MetricRenderer","metricParams","getMetricText","unit","_el$128","_tmpl$32","_el$150","_el$151","_co$35","_el$129","_el$130","_el$131","_el$132","_el$133","_el$135","_el$136","_co$30","_el$146","_el$147","_co$33","_el$148","_el$149","_co$34","_el$134","_tmpl$29","trend","_el$137","_tmpl$30","_el$138","_el$141","_el$142","_co$31","_el$139","_el$143","_el$144","_co$32","_c$","direction","abs","subtitle","_el$145","_tmpl$31","extractImageFromMarkdown","imagePattern","match","alt","imageUrl","linkUrl","credit","TextRenderer","textParams","imageData","markdown","htmlContent","getTextContent","_el$152","_tmpl$33","_el$154","_el$155","_co$36","_el$153","_v$17","className","_v$18","_el$156","_tmpl$34","_el$157","_el$158","_el$159","_el$160","_el$161","_v$19","_v$20","_v$21","IframeRenderer","_el$162","_tmpl$36","_el$166","_el$167","_co$37","_el$165","_el$163","_tmpl$35","_el$164","_v$22","_v$23","_v$24","height","_v$25","getIframeSandbox","ImageRenderer","_el$168","_tmpl$38","_el$169","_el$170","_el$171","_el$174","_el$175","_co$38","caption","_el$172","_tmpl$37","_el$173","_v$26","_v$27","_v$28","_v$29","_v$30","LinkRenderer","_el$176","_tmpl$40","_el$177","_el$178","_el$179","_el$181","_el$182","_co$39","stopPropagation","description","_el$180","_tmpl$39","_v$31","_v$32","_v$33","ComponentRenderer","markRenderStart","telemetry","useTelemetry","onMount","markRenderEnd","ts","Date","now","dispatch","componentType","performance","getEntriesByName","entries","PERF_PREFIX","last","durationMs","duration","onCleanup","validation","validateComponent","valid","details","errors","errorCount","firstErrorCode","code","mode","errorMode","firstError","_el$183","_tmpl$41","_el$184","_el$185","_el$186","_el$187","_el$188","_co$40","_el$189","_tmpl$42","_el$190","_el$191","GenerativeUIErrorBoundary","allowRetry","ActionRenderer","GridRenderer","CarouselRenderer","ArtifactRenderer","FormRenderer","ModalRenderer","ActionGroupRenderer","ImageGalleryRenderer","VideoRenderer","CodeBlockRenderer","MapRenderer","GraphRenderer","execute","isExecuting","useAction","dispatchTelemetry","actionName","toolName","action","handleClick","preventDefault","isDisabled","disabled","_el$192","_tmpl$44","_el$194","_el$195","_co$41","_el$196","_el$197","_co$42","icon","_el$193","_tmpl$43","_v$34","_v$35","_v$36","ariaLabel","_v$37","variant","_el$198","_tmpl$46","_el$201","_el$202","_co$43","_el$203","_el$204","_co$44","_el$205","_el$206","_co$45","_tmpl$45","_el$200","_v$38","_v$39","_v$40","_v$41","_v$42","size","ErrorCardRenderer","getErrorText","tool","_el$207","_tmpl$50","_el$230","_el$231","_co$51","_el$208","_el$209","_el$210","_el$211","_el$212","_el$213","_el$214","_co$46","_el$215","_el$224","_el$225","_co$48","_el$226","_el$227","_co$49","_el$228","_el$229","_co$50","_el$216","_tmpl$47","_el$217","_el$218","_el$219","_co$47","suggestions","_el$220","_tmpl$48","_el$221","_el$222","suggestion","_el$232","_tmpl$51","timestamp","_el$223","_tmpl$49","isErrorResponse","isUIResource","uri","startsWith","htmlString","UIResourceHtmlRenderer","resource","resourceTitle","metadata","_el$233","_tmpl$53","_el$237","_el$238","_co$52","_el$236","_el$234","_tmpl$52","_el$235","UIResourceRenderer","layout","components","grid","gap","gridContainerStyle","layoutData","getGridStyleString","colStart","colSpan","rowStart","rowSpan","shouldShowAutoFooter","hideFooter","hasExplicitFooter","executionTime","sourceCount","llmModel","autoFooterParams","poweredBy","model","renderComponent","RenderProvider","_el$239","_tmpl$54","_el$240","_el$241","_el$242","_co$53","_el$243","_tmpl$55","_$p","FooterRenderer","_v$43","class","_v$44","_$delegateEvents"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDA,SAASA,WAAWC,OAA2F;AAC7G,QAAM,CAACC,QAAQC,SAAS,IAAIC,QAAAA,aAAa,KAAK;AAE9C,QAAMC,aAAa,YAAY;AAC7B,QAAI;AACF,YAAMC,UAAUC,UAAUC,UAAUP,MAAMQ,SAAS;AACnDN,gBAAU,IAAI;AACdO,iBAAW,MAAMP,UAAU,KAAK,GAAG,GAAI;AAAA,IACzC,SAASQ,KAAK;AACZC,cAAQC,MAAM,mBAAmBF,GAAG;AAAA,IACtC;AAAA,EACF;AAEA,QAAMG,kBAAkBA,MAAM;AAC5B,WAAOb,MAAMc,aAAa,iBACtB,gCACA;AAAA,EACN;AAEA,UAAA,MAAA;AAAA,QAAAC,OAAAC,IAAAA,eAAAC,OAAA;AAAAF,SAAAG,UAEad;AAAUe,eAAAJ,MAAAK,IAAAA,gBAIlBC,cAAI;AAAA,MAAA,IACHC,OAAI;AAAA,eAAE,CAACrB,OAAAA;AAAAA,MAAQ;AAAA,MAAA,IACfsB,WAAQ;AAAA,eAAAP,IAAAA,eAAAQ,OAAA;AAAA,MAAA;AAAA,MAAA,IAAAC,WAAA;AAAA,eAAAT,IAAAA,eAAAU,MAAA;AAAA,MAAA;AAAA,IAAA,CAAA,CAAA;AAAAC,QAAAA,OAAAC,CAAAA,QAAA;AAAA,UAAAC,MALH,GAAGhB,gBAAAA,CAAiB,qMAAmMiB,OACvN9B,MAAM+B,SAAS;AAAMF,cAAAD,IAAAI,KAAAC,IAAAA,UAAAlB,MAAAa,IAAAI,IAAAH,GAAA;AAAAC,eAAAF,IAAAM,KAAAC,IAAAA,aAAApB,MAAA,SAAAa,IAAAM,IAAAJ,IAAA;AAAA,aAAAF;AAAAA,IAAA,GAAA;AAAA,MAAAI,GAAAI;AAAAA,MAAAF,GAAAE;AAAAA,IAAAA,CAAA;AAAAC,2BAAAA;AAAA,WAAAtB;AAAAA,EAAA,GAAA;AAgBlC;AA2CA,SAASuB,cAActC,OAGpB;;AACD,QAAM,CAACuC,WAAWC,YAAY,IAAIrC,QAAAA,aAAa,KAAK;AACpD,QAAM,CAACsC,WAAWC,YAAY,IAAIvC,qBAAAA;AAClC,QAAM,CAACwC,WAAWC,YAAY,IAAIzC,QAAAA,aAAa,IAAI;AACnD,QAAM,CAACS,OAAOiC,QAAQ,IAAI1C,qBAAAA;AAE1B,QAAM2C,SAASA,MAAM9C,MAAM+C,UAAUD;AACrC,QAAME,eAAeA,MAAAA;;AAAMF,aAAAA,MAAAA,OAAAA,MAAAA,gBAAAA,IAAUG,aAAY;AAAA;AAGjD,MAAI,GAACH,kBAAAA,MAAAA,mBAAUI,SAAVJ,mBAAgBK,WAAU;AAC7B,WAAAnC,IAAAA,eAAAoC,OAAA;AAAA,EAKF;AAGAC,UAAAA,aAAa,YAAY;AACvB,UAAMC,OAAON,aAAAA;AAEb,QAAIM,SAAS,UAAU;AAErBd,mBAAa,KAAK;AAClBe,qBAAAA;AAAAA,IACF,WAAWD,SAAS,UAAU;AAE5B,YAAME,YAAY,MAAMC,mCAAAA;AACxB,UAAID,WAAW;AACbhB,qBAAa,IAAI;AACjBI,qBAAa,KAAK;AAAA,MACpB,OAAO;AACLC,iBAAS,8DAA8D;AACvED,qBAAa,KAAK;AAAA,MACpB;AAAA,IACF,OAAO;AAEL,YAAMY,YAAY,MAAMC,mCAAAA;AACxB,UAAID,WAAW;AACbhB,qBAAa,IAAI;AACjBI,qBAAa,KAAK;AAAA,MACpB,OAAO;AACLJ,qBAAa,KAAK;AAClBe,uBAAAA;AAAAA,MACF;AAAA,IACF;AAAA,EACF,CAAC;AAED,QAAMA,iBAAiBA,MAAM;AAC3B,UAAMG,cAAcZ,OAAAA;AACpB,QAAI,CAACY,YAAa;AAGlB,UAAMC,cAAc;AAAA,MAClBC,MAAMF,YAAYE;AAAAA,MAClBV,MAAMQ,YAAYR;AAAAA,MAClBW,SAAS;AAAA,QACP,GAAGH,YAAYG;AAAAA,QACfC,YAAY;AAAA,QACZC,qBAAqB;AAAA,MAAA;AAAA,IACvB;AAIF,UAAMC,YAAYC,mBAAmBC,KAAKC,UAAUR,WAAW,CAAC;AAChE,UAAMS,MAAM,iCAAiCJ,SAAS;AAEtDtB,iBAAa0B,GAAG;AAChBxB,iBAAa,KAAK;AAAA,EACpB;AAIA,SAAAxB,IAAAA,gBACGC,QAAAA,MAAI;AAAA,IAAA,IACHC,OAAI;AAAA,aAAEiB,UAAAA;AAAAA,IAAW;AAAA,IAAA,IACjBhB,WAAQ;AAAA,cAAA,MAAA;AAAA,YAAA8C,QAAArD,IAAAA,eAAAsD,OAAA,GAAAC,SAAAF,MAAAG,YAAA,CAAAC,QAAAC,KAAA,IAAAC,IAAAA,cAAAJ,OAAAK,WAAA,GAAAC,SAAAJ,OAAAG,aAAA,CAAAE,QAAAC,KAAA,IAAAJ,IAAAA,cAAAE,OAAAD,WAAA,GAAAI,SAAAF,OAAAF,aAAA,CAAAK,QAAAC,KAAA,IAAAP,IAAAA,cAAAK,OAAAJ,WAAA;AAAAzD,mBAAAkD,OAAAjD,IAAAA,gBAEHC,cAAI;AAAA,UAAA,IAACC,OAAI;AAAA,mBAAEqB,UAAAA;AAAAA,UAAW;AAAA,UAAA,IAAAlB,WAAA;AAAA,mBAAAT,IAAAA,eAAAmE,OAAA;AAAA,UAAA;AAAA,QAAA,CAAA,GAAAV,QAAAC,KAAA;AAAAvD,mBAAAkD,OAAAjD,IAAAA,gBAMtBC,cAAI;AAAA,UAAA,IAACC,OAAI;AAAA,mBAAEV,MAAAA;AAAAA,UAAO;AAAA,UAAA,IAAAa,WAAA;AAAA,gBAAA2D,QAAApE,IAAAA,eAAAqE,OAAA,GAAAC,QAAAF,MAAAZ,YAAAe,QAAAD,MAAAd,YAAAgB,QAAAD,MAAAX;AAAAzD,gBAAAA,OAAAqE,OAI6C5E,KAAK;AAAA,mBAAAwE;AAAAA,UAAA;AAAA,QAAA,CAAA,GAAAN,QAAAC,KAAA;AAAA5D,mBAAAkD,OAAAjD,IAAAA,gBAKpEC,cAAI;AAAA,UAAA,IAACC,OAAI;AAAA,mBAAEmE,IAAAA,aAAAhD,WAAW,EAAA,KAAI,CAAC7B,MAAAA;AAAAA,UAAO;AAAA,UAAA,IAAAa,WAAA;AAAA,gBAAAiE,QAAA1E,IAAAA,eAAA2E,OAAA,GAAAC,SAAAF,MAAAlB,YAAA,CAAAqB,QAAAC,IAAA,IAAAnB,kBAAAiB,OAAAhB,WAAA,GAAAmB,SAAAF,OAAAjB,aAAAoB,SAAAD,OAAAvB;AAAArD,uBAAAuE,OAAAtE,IAAAA,gBAE9BC,cAAI;AAAA,cAAA,IAACC,OAAI;;AAAA,wBAAEwB,MAAAA,aAAAA,gBAAAA,IAAUf;AAAAA,cAAK;AAAA,cAAA,IAAAN,WAAA;AAAA,oBAAAwE,SAAAjF,IAAAA,eAAAkF,OAAA;AAAA/E,oBAAAA,OAAA8E,QAAA;;AAEtBnD,0BAAAA,MAAAA,OAAAA,MAAAA,gBAAAA,IAAUf;AAAAA,iBAAK;AAAA,uBAAAkE;AAAAA,cAAA;AAAA,YAAA,CAAA,GAAAJ,QAAAC,IAAA;AAAAE,mBAAAG,iBAAA,SAQP,MAAM;;AACbtD,uBAAS,sBAAsB;AAC/B7C,eAAAA,MAAAA,MAAMoG,YAANpG,gBAAAA,IAAAA,YAAgB;AAAA,gBACd4D,MAAM;AAAA,gBACNyC,SAAS;AAAA,gBACTC,aAAatG,MAAM+C,UAAUwD;AAAAA,cAAAA;AAAAA,YAEjC,CAAC;AAAA5E,gBAAAA,OAAAC,CAAAA,QAAA;;AAAA,kBAAA4E,SAZ6C1D,MAAAA,aAAAA,gBAAAA,IAAUf,SAAQ,WAAUe,MAAAA,aAAAA,gBAAAA,IAAUf,KAAK,KAAK,uBAAqB0E,OAE9GhE,aAAWiE,SACX5D,YAAAA,MAAAA,mBAAUf,SAAQ,WAAUe,YAAAA,MAAAA,mBAAUf,KAAK,KAAK;AAAqByE,uBAAA5E,IAAAI,KAAAG,IAAAA,aAAA4D,QAAA,cAAAnE,IAAAI,IAAAwE,IAAA;AAAAC,uBAAA7E,IAAAM,KAAAC,IAAAA,aAAA6D,QAAA,OAAApE,IAAAM,IAAAuE,IAAA;AAAAC,uBAAA9E,IAAA+E,KAAAxE,IAAAA,aAAA6D,QAAA,OAAApE,IAAA+E,IAAAD,IAAA;AAAA,qBAAA9E;AAAAA,YAAA,GAAA;AAAA,cAAAI,GAAAI;AAAAA,cAAAF,GAAAE;AAAAA,cAAAuE,GAAAvE;AAAAA,YAAAA,CAAA;AAAA,mBAAAsD;AAAAA,UAAA;AAAA,QAAA,CAAA,GAAAT,QAAAC,KAAA;AAAA,eAAAb;AAAAA,MAAA,GAAA;AAAA,IAAA;AAAA,IAAA,IAAA5C,WAAA;AAAA,aAAAL,IAAAA,gBAiBrFwF,gBAAAA,iBAAe;AAAA,QAAA,IACd7D,YAAS;AAAA,iBAAE/C,MAAM+C;AAAAA,QAAS;AAAA,QAC1BqD,SAAU1F,CAAAA;;AAAQV,kBAAAA,MAAAA,MAAMoG,YAANpG,gBAAAA,IAAAA,YAAgB;AAAA,YAChC4D,MAAM;AAAA,YACNyC,SAAS3F,IAAI2F;AAAAA,YACbC,aAAatG,MAAM+C,UAAUwD;AAAAA,UAAAA;AAAAA;AAAAA,MAC9B,CAAC;AAAA,IAAA;AAAA,EAAA,CAAA;AAIV;AAUO,SAASM,eAAeC,MAAcC,OAAuB;AAClE,QAAMC,IAAID,MAAME,KAAAA;AAChB,MAAI,CAACD,EAAG,QAAOF;AAEf,QAAMI,UAAUF,EAAEG,QAAQ,uBAAuB,MAAM;AACvD,QAAMC,QAAQ,IAAIC,OAAO,IAAIH,OAAO,KAAK,IAAI;AAE7C,SAAOJ,KAAKK,QAAQ,sBAAsB,CAACG,IAAIC,KAAKC,SAAS;AAC3D,QAAID,IAAK,QAAOA;AAChB,QAAI,CAACC,KAAM,QAAO;AAClB,WAAOA,KAAKL,QAAQC,OAAO,qFAAqF;AAAA,EAClH,CAAC;AACH;AAuCA,SAASK,oBACPC,SACAC,UACAC,WAAW,MACH;AACR,QAAMC,cAAc5D,mBAAmB0D,YAAY,EAAE;AACrD,QAAMG,QAAQH,WAAW,GAAGA,QAAQ,MAAMD,OAAO,KAAK,GAAGA,OAAO;AAChE,MAAI,CAACE,UAAU;AACb,WAAO,iIAAiIE,KAAK;AAAA,EAC/I;AACA,SAAO,CACL,6EACA,gCAAgCA,KAAK,YACrC,wMACA,wBAAwBJ,OAAO,KAC/B,uBAAuBG,WAAW,KAClC,kCACA,yBAAyBC,KAAK,MAC9B,8PACA,aACA,SAAS,EACTC,KAAK,EAAE;AACX;AASA,SAASC,uBAAuBR,MAAcS,KAA0B;AAEtE,MAAIC,MAAMV,KAAKL,QAAQ,WAAA,oCAAA,GAAA,GAAiC,kBAAkB;AAC1Ee,QAAMA,IAAIf,QAAQ,8BAA8B,kBAAkB;AAClEe,QAAMA,IAAIf,QAAQ,0BAA0B,kBAAkB;AAG9D,SAAOe,IAAIf,QACT,0CACA,CAACG,IAAIa,UAAU;AACb,UAAM5B,KAAK6B,SAASD,OAAO,EAAE;AAC7B,UAAME,UAAUJ,IAAIK,IAAI/B,EAAE,KAAK0B,IAAIK,IAAIC,OAAOhC,EAAE,CAAC;AACjD,QAAI0B,IAAIO,OAAQ,QAAOP,IAAIO,OAAOjC,IAAI8B,OAAO;AAC7C,QAAIA,gBAAgBZ,oBAAoBY,QAAQI,MAAMJ,QAAQK,QAAQ,IAAI,IAAI;AAK9E,WAAOC,OAAOC,KAAKX,IAAIK,GAAG,EAAEO,SAAS,IAAI,KAAK,SAAStC,EAAE;AAAA,EAC3D,CACF;AACF;AAEO,SAASuC,gBAAgBC,OAAYC,aAAmC;AAE7E,MAAID,UAAU,QAAQA,UAAU3G,QAAW;AACzC,WAAO;AAAA,EACT;AAGA,MAAI,OAAO2G,UAAU,YAAYA,UAAU,MAAM;AAE/C,QAAIA,MAAM3E,KAAK;AACb,YAAM0D,QAAQiB,MAAME,QAAQF,MAAMjB,SAASiB,MAAMhH,SAASgH,MAAM3E;AAChE,YAAM8E,iBAAiBC,UAAUC,SAASb,OAAOT,KAAK,CAAC;AACvD,YAAMuB,eAAeF,UAAUC,SAASb,OAAOQ,MAAM3E,GAAG,CAAC;AACzD,aAAO,YAAYiF,YAAY,wGAAwGH,cAAc;AAAA,IACvJ;AAEA,QAAIH,MAAME,QAAQF,MAAMjB,SAASiB,MAAMhH,OAAO;AAC5C,aAAOoH,UAAUC,SAASb,OAAOQ,MAAME,QAAQF,MAAMjB,SAASiB,MAAMhH,KAAK,CAAC;AAAA,IAC5E;AAEA,QAAI;AACF,aAAOmC,KAAKC,UAAU4E,KAAK;AAAA,IAC7B,QAAQ;AACN,aAAO;AAAA,IACT;AAAA,EACF;AAGA,MAAIO,WAAWf,OAAOQ,KAAK;AAI3BO,aAAWA,SAASnC,QAAQ,6BAA6B,EAAE;AAE3DmC,aAAWA,SAASnC,QAAQ,0BAA0B,EAAE;AAExD,MAAImC,SAASrC,KAAAA,EAAOsC,YAAAA,MAAkB,aAAa;AACjD,WAAO;AAAA,EACT;AAEA,MAAID,SAASrC,KAAAA,MAAW,IAAI;AAC1B,WAAO;AAAA,EACT;AAKA,QAAMuC,oBAAoB;AAC1B,MAAIA,kBAAkBC,KAAKH,QAAQ,GAAG;AAEpC,UAAMI,YAAYJ,SAASnC,QACzB,4BACA,wHACF;AACA,WAAOgC,UAAUC,SAASM,WAAW;AAAA,MAAEC,UAAU,CAAC,UAAU,KAAK;AAAA,IAAA,CAAG;AAAA,EACtE;AAQA,MAAIX,aAAa;AACfM,eAAWtB,uBAAuBsB,UAAUN,WAAW;AAAA,EACzD;AASA,QAAMY,cAAc,SAASH,KAAKH,QAAQ;AAC1C,MAAIM,aAAa;AACf,UAAMC,SAASC,WAAAA,OAAOC,MAAMT,UAAU;AAAA,MAAEU,OAAO;AAAA,IAAA,CAAO;AACtD,WAAOb,UAAUC,SAASS,QAAQ;AAAA,MAChCI,cAAc,CAAC,KAAK,UAAU,MAAM,KAAK,KAAK,QAAQ,QAAQ,MAAM,UAAU,OAAO,QAAQ,KAAK,MAAM,MAAM,MAAM,OAAO,cAAc,MAAM,MAAM,MAAM,MAAM,MAAM,IAAI;AAAA,MAC3KC,cAAc,CAAC,QAAQ,UAAU,OAAO,SAAS,sBAAsB,wBAAwB,qBAAqB,0BAA0B,SAAS,QAAQ,UAAU,WAAW,kBAAkB,mBAAmB,gBAAgB,GAAG;AAAA,MAC5OP,UAAU,CAAC,UAAU,KAAK;AAAA,IAAA,CAC3B;AAAA,EACH;AAKA,QAAMQ,UAAU,kBAAkBV,KAAKH,QAAQ;AAC/C,MAAIa,SAAS;AACX,WAAOhB,UAAUC,SAASE,UAAU;AAAA,MAClCW,cAAc,CAAC,KAAK,UAAU,MAAM,KAAK,KAAK,QAAQ,QAAQ,MAAM,UAAU,OAAO,MAAM;AAAA,MAC3FC,cAAc,CAAC,QAAQ,UAAU,OAAO,SAAS,sBAAsB,wBAAwB,qBAAqB,0BAA0B,SAAS,QAAQ,UAAU,WAAW,kBAAkB,mBAAmB,gBAAgB,GAAG;AAAA,MAC5OP,UAAU,CAAC,UAAU,KAAK;AAAA,IAAA,CAC3B;AAAA,EACH;AAGA,SAAOR,UAAUC,SAASE,QAAQ;AACpC;AAMA,SAASc,cAAcpK,OAGpB;AACD,QAAMqK,cAAcrK,MAAM+C,UAAUD;AACpC,MAAIwH;AAMJ,QAAMtB,cAAuCqB,YAAYE,cACrD;AAAA,IAAEjC,KAAK+B,YAAYE;AAAAA,IAAa/B,QAAQ6B,YAAYG;AAAAA,EAAAA,IACpDpI;AAGJ,QAAMqI,UAAUA,MAAMJ,YAAYK,QAAQ,CAAA;AAC1C,QAAMC,UAAUA,MAAMN,YAAYM,WAAW,CAAA;AAC7C,QAAM,CAACC,SAASC,UAAU,IAAI1K,QAAAA,aAA4B,IAAI;AAC9D,QAAM,CAAC2K,SAASC,UAAU,IAAI5K,QAAAA,aAAoC,IAAI;AAEtE,QAAM6K,aAAaA,CAACC,QAAgB;AAClC,QAAIL,QAAAA,MAAcK,KAAK;AACrB,UAAIH,QAAAA,MAAc,MAAOC,YAAW,MAAM;AAAA,WACrC;AAAEF,mBAAW,IAAI;AAAGE,mBAAW,IAAI;AAAA,MAAE;AAAA,IAC5C,OAAO;AACLF,iBAAWI,GAAG;AACdF,iBAAW,KAAK;AAAA,IAClB;AACAG,kBAAc,CAAC;AAAA,EACjB;AAEA,QAAMC,aAAaC,QAAAA,WAAW,MAAM;;AAClC,UAAMC,IAAIZ,QAAAA;AACV,UAAMQ,MAAML,QAAAA;AACZ,UAAMU,MAAMR,QAAAA;AACZ,QAAI,CAACG,OAAO,CAACK,IAAK,QAAOD;AACzB,UAAME,MAAMZ,UAAUa,KAAK,CAACC,MAAWA,EAAER,QAAQA,GAAG;AACpD,UAAMS,SAAQH,2BAAK3H,UAAS,YAAayH,EAAExC,SAAS,KAAK,SAAOwC,OAAE,CAAC,MAAHA,mBAAOJ,UAAS;AAChF,WAAO,CAAC,GAAGI,CAAC,EAAEM,KAAK,CAAChF,GAAQiF,MAAW;AACrC,YAAMC,KAAKlF,EAAEsE,GAAG,GAAGa,KAAKF,EAAEX,GAAG;AAC7B,UAAIY,MAAM,QAAQC,MAAM,KAAM,QAAO;AACrC,UAAID,MAAM,KAAM,QAAO;AACvB,UAAIC,MAAM,KAAM,QAAO;AACvB,UAAIC;AACJ,UAAIL,OAAO;AACTK,eAAOC,OAAOH,EAAE,KAAK,MAAMG,OAAOF,EAAE,KAAK;AAAA,MAC3C,OAAO;AACLC,cAAMxD,OAAOsD,EAAE,EAAEI,cAAc1D,OAAOuD,EAAE,GAAG,MAAM;AAAA,UAAEI,aAAa;AAAA,QAAA,CAAQ;AAAA,MAC1E;AACA,aAAOZ,QAAQ,SAAS,CAACS,MAAMA;AAAAA,IACjC,CAAC;AAAA,EACH,CAAC;AAED,QAAMI,gBAAgBA,CAAClB,QAAgB;AACrC,QAAIL,QAAAA,MAAcK,IAAK,QAAO;AAC9B,WAAOH,QAAAA,MAAc,QAAQ,MAAW;AAAA,EAC1C;AAGA,QAAM,CAACsB,aAAaC,cAAc,IAAIlM,QAAAA,aAAa,EAAE;AACrD,QAAM,CAACmM,gBAAgBC,iBAAiB,IAAIpM,QAAAA,aAAa,EAAE;AAC3D,MAAIqM,cAAoD;AAQxD,QAAMC,eAAeA,MAAMpC,YAAYqC,eAAe;AACtD,QAAMC,oBAAoBA,MAAMtC,YAAYsC,qBAAqB;AAEjE,QAAMC,eAAeA,CAAC7D,UAAkB;AACtCsD,mBAAetD,KAAK;AACpB,QAAIyD,0BAA0BA,WAAW;AACzCA,kBAAc/L,WAAW,MAAM;AAC7B8L,wBAAkBxD,KAAK;AACvBmC,oBAAc,CAAC;AAAA,IACjB,GAAG,GAAG;AAAA,EACR;AAGA,QAAM2B,YAAYA,CAACC,MAAcA,EAAED,UAAU,KAAK,EAAE1F,QAAQ,oBAAoB,EAAE,EAAEoC,YAAAA;AAEpF,QAAMwD,eAAe3B,QAAAA,WAAW,MAAM;AACpC,UAAMpE,IAAI6F,UAAUP,gBAAgB;AACpC,QAAI,CAACtF,EAAG,QAAOmE,WAAAA;AACf,UAAM6B,OAAOrC,QAAAA;AACb,WAAOQ,WAAAA,EAAa8B,OAAO,CAACC,QAC1BF,KAAKG,KAAK,CAAC5B,QAAa;AACtB,YAAM6B,MAAMF,IAAI3B,IAAIN,GAAG;AACvB,UAAImC,OAAO,KAAM,QAAO;AACxB,aAAOP,UAAUtE,OAAO6E,GAAG,CAAC,EAAEC,SAASrG,CAAC;AAAA,IAC1C,CAAC,CACH;AAAA,EACF,CAAC;AAGD,QAAMsG,aAAaC,kBAAAA,YAAAA;AACnB,QAAMC,kBAAkBA,MAAMnD,YAAYoD,YAAY;AACtD,QAAMC,cAAcA,MAAMrD,YAAYsD,gBAAgBC,KAAKC,IAAI,IAAIL,iBAAiB;AACpF,QAAM,CAACM,cAAcC,eAAe,IAAI5N,QAAAA,aAA4B,IAAI;AACxE,QAAM6N,iBAAiBA,MAAM;AAC3B,UAAMC,MAAMH,aAAAA;AACZ,QAAIG,QAAQ,KAAM,QAAOA;AACzB,WAAOX,WAAAA,IAAeE,gBAAAA,IAAoBE,YAAAA;AAAAA,EAC5C;AACA,QAAMQ,UAAUA,MAAMJ,aAAAA,MAAmB;AACzC,QAAMK,sBAAsBA,MAAM,CAAC,CAAC9D,YAAY+D;AAChD,QAAMC,wBAAwBA,MAC5B,CAACF,oBAAAA,KAAyB,CAACD,QAAAA,KAAaF,eAAAA,IAAmB,KAAKjB,eAAelE,SAASmF,eAAAA;AAC1F,QAAM,CAACM,YAAYpD,aAAa,IAAI/K,QAAAA,aAAakK,YAAYkE,eAAe,CAAC;AAC7E,QAAMC,mBAAmBA,MAAMH,sBAAAA,IAA0BT,KAAKa,KAAK1B,aAAAA,EAAelE,SAASmF,eAAAA,CAAgB,IAAI;AAC/G,QAAMU,oBAAoBtD,QAAAA,WAAW,MAAM;AACzC,QAAI8C,aAAa,CAACG,sBAAAA,UAAgCtB,aAAAA;AAClD,UAAM4B,QAAQL,WAAAA,IAAeN,eAAAA;AAC7B,WAAOjB,eAAe6B,MAAMD,OAAOA,QAAQX,gBAAgB;AAAA,EAC7D,CAAC;AACD,QAAMa,mBAAmBA,MAAMR,sBAAAA,IAA0BC,eAAeN,eAAAA,IAAmB,IAAI;AAC/F,QAAMc,iBAAiBA,MAAMT,sBAAAA,IACzBT,KAAKC,KAAKS,WAAAA,IAAe,KAAKN,eAAAA,GAAkBjB,aAAAA,EAAelE,MAAM,IACrEkE,eAAelE;AAGnB,QAAMkG,kBAAkBA,MAAM;AAC5B,UAAMC,QAAQjC,eAAelE;AAC7B,UAAMoG,OAAgD,CAAA;AACtD,eAAWC,KAAK,CAAC,IAAI,IAAI,IAAI,GAAG,GAAG;AACjC,UAAIA,IAAIF,MAAOC,MAAKE,KAAK;AAAA,QAAEpG,OAAOmG;AAAAA,QAAGpH,OAAOS,OAAO2G,CAAC;AAAA,MAAA,CAAG;AAAA,IACzD;AACAD,SAAKE,KAAK;AAAA,MAAEpG,OAAO;AAAA,MAAGjB,OAAO;AAAA,IAAA,CAAO;AACpC,WAAOmH;AAAAA,EACT;AAEA,QAAMG,uBAAuBA,CAAChC,QAAgB;AAC5CW,oBAAgBX,QAAQ,IAAI,IAAIA,GAAG;AACnClC,kBAAc,CAAC;AAAA,EACjB;AAGA,QAAM,CAACmE,aAAaC,cAAc,IAAInP,QAAAA,aAAkB,IAAI;AAC5D,QAAM,CAACoP,gBAAgBC,iBAAiB,IAAIrP,QAAAA,aAAa,KAAK;AAG9D,QAAMsP,mBAAmBrE,QAAAA,WAAW,MAAM;;AACxC,QAAIiD,sBAAAA,EAAyB,QAAO;AACpC,UAAMY,OAAO5E,YAAYqF;AACzB,QAAIT,SAAS,MAAO,QAAO;AAC3B,QAAIA,SAAS,KAAM,QAAO;AAC1B,QAAI,OAAOA,SAAS,UAAU;AAC5B,UAAIA,KAAKU,YAAYvN,OAAW,QAAO6M,KAAKU;AAC5C,YAAMC,YAAYX,KAAKW,aAAa;AACpC,gBAAQvF,iBAAYK,SAAZL,mBAAkBxB,WAAU,KAAK+G;AAAAA,IAC3C;AACA,cAAQvF,iBAAYK,SAAZL,mBAAkBxB,WAAU,KAAK;AAAA,EAC3C,CAAC;AAGD,QAAMgH,iBAAiBzE,QAAAA,WAAW,MAA8B;AAC9D,UAAM6D,OAAO5E,YAAYqF;AACzB,QAAI,OAAOT,SAAS,SAAU,QAAOA;AACrC,WAAO,CAAA;AAAA,EACT,CAAC;AAGD5L,UAAAA,aAAa,YAAY;AACvB,QAAIyM,IAAAA,YAAY,CAACL,oBAAoB;AACnCD,wBAAkB,KAAK;AACvB;AAAA,IACF;AAEA,QAAI;AACF,YAAM;AAAA,QAAEO;AAAAA,MAAAA,IAAsB,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,+HAAyB,CAAA;AACpE,YAAMd,OAAOY,eAAAA;AACb,YAAMG,YAAYf,KAAKe,aAAa;AACpC,YAAMC,WAAWhB,KAAKgB,YAAY;AAElC,YAAMC,IAAIH,kBAAkB;AAAA,QAC1B,IAAII,QAAQ;;AAAE,mBAAO9F,iBAAYK,SAAZL,mBAAkBxB,WAAU;AAAA,QAAE;AAAA,QACnDuH,kBAAkBA,MAAM9F,sBAAsB;AAAA,QAC9C+F,cAAcA,MAAML;AAAAA,QACpBC;AAAAA,MAAAA,CACD;AAEDX,qBAAeY,CAAC;AAChBV,wBAAkB,IAAI;AAAA,IACxB,SAASxN,GAAG;AACVrB,cAAQ2P,KAAK,yEAAyEtO,CAAC;AACvFwN,wBAAkB,KAAK;AAAA,IACzB;AAAA,EACF,CAAC;AAGD,QAAMe,eAAeA,CAACrD,KAAUjC,QAAwB;AACtD,UAAMlC,QAAQmE,IAAIjC,GAAG;AACrB,QAAIlC,UAAU,QAAQA,UAAU3G,OAAW,QAAO;AAClD,QAAI,OAAO2G,UAAU,SAAU,QAAOA,MAAME,QAAQF,MAAMjB,SAAS5D,KAAKC,UAAU4E,KAAK;AACvF,WAAOR,OAAOQ,KAAK;AAAA,EACrB;AAGA,QAAMyH,eAAeA,MAAM;AACzB,UAAM7F,WAAUN,YAAYM,WAAW,CAAA;AACvC,UAAMD,OAAOL,YAAYK,QAAQ,CAAA;AACjC,UAAM+F,SAAS9F,SAAQrC,IAAI,CAACmD,MAAWA,EAAE3D,KAAK,EAAEC,KAAK,GAAI;AACzD,UAAM2I,WAAWhG,KAAKpC,IAAI,CAAC4E,QACzBvC,SAAQrC,IAAI,CAACmD,MAAW8E,aAAarD,KAAKzB,EAAER,GAAG,CAAC,EAAElD,KAAK,GAAI,CAC7D,EAAEA,KAAK,IAAI;AACX,WAAO,GAAG0I,MAAM;AAAA,EAAKC,QAAQ;AAAA,EAC/B;AAGA,QAAMC,cAAcA,MAAM;AACxB,UAAMhG,WAAUN,YAAYM,WAAW,CAAA;AACvC,UAAMD,OAAOL,YAAYK,QAAQ,CAAA;AACjC,UAAMkG,YAAYA,CAACxD,QAAgB;AACjC,UAAIA,IAAIC,SAAS,GAAG,KAAKD,IAAIC,SAAS,GAAG,KAAKD,IAAIC,SAAS,IAAI,GAAG;AAChE,eAAO,IAAID,IAAIjG,QAAQ,MAAM,IAAI,CAAC;AAAA,MACpC;AACA,aAAOiG;AAAAA,IACT;AACA,UAAMqD,SAAS9F,SAAQrC,IAAI,CAACmD,MAAWmF,UAAUnF,EAAE3D,KAAK,CAAC,EAAEC,KAAK,GAAG;AACnE,UAAM2I,WAAWhG,KAAKpC,IAAI,CAAC4E,QACzBvC,SAAQrC,IAAI,CAACmD,MAAWmF,UAAUL,aAAarD,KAAKzB,EAAER,GAAG,CAAC,CAAC,EAAElD,KAAK,GAAG,CACvE,EAAEA,KAAK,IAAI;AACX,WAAO,GAAG0I,MAAM;AAAA,EAAKC,QAAQ;AAAA,EAC/B;AAGA,QAAMG,eAAeA,MAAM;AACzB,UAAMlG,WAAUN,YAAYM,WAAW,CAAA;AACvC,UAAMD,OAAOL,YAAYK,QAAQ,CAAA;AACjC,WAAOxG,KAAKC,UAAU;AAAA,MAAEwG,SAASA,SAAQrC,IAAI,CAACmD,OAAY;AAAA,QAAER,KAAKQ,EAAER;AAAAA,QAAKnD,OAAO2D,EAAE3D;AAAAA,MAAAA,EAAQ;AAAA,MAAG4C;AAAAA,IAAAA,GAAQ,MAAM,CAAC;AAAA,EAC7G;AAGA,QAAMoG,eAAeA,CAACC,SAAiBC,UAAkBC,aAAqB;AAC5E,UAAMC,OAAO,IAAIC,KAAK,CAACJ,OAAO,GAAG;AAAA,MAAEnN,MAAMqN;AAAAA,IAAAA,CAAU;AACnD,UAAM7M,MAAMgN,IAAIC,gBAAgBH,IAAI;AACpC,UAAMvK,IAAI2K,SAASC,cAAc,GAAG;AACpC5K,MAAE6K,OAAOpN;AACTuC,MAAE8K,WAAWT;AACbrK,MAAE+K,MAAAA;AACFN,QAAIO,gBAAgBvN,GAAG;AAAA,EACzB;AAGA,QAAMwN,aAAavH,YAAYuH;AAC/B,QAAMC,gBAAgB,OAAOD,eAAe,aAAYA,yCAAYE,WAChEF,WAAWE,UACX,CAAC,OAAO,MAAM;AAClB,QAAMC,iBAAkB,OAAOH,eAAe,aAAYA,yCAAYZ,aAAa,SAASpD,KAAKoE,OAAAA,EAASC,SAAS,EAAE,EAAErD,MAAM,GAAG,CAAC,CAAC;AAGlI,QAAM,CAACsD,gBAAgBC,iBAAiB,IAAIhS,QAAAA,aAAa,KAAK;AAE9D,QAAMiS,eAAeA,CAACC,WAAmB;AACvCF,sBAAkB,KAAK;AACvB,YAAQE,QAAAA;AAAAA,MACN,KAAK;AACHhS,kBAAUC,UAAUC,UAAUiQ,cAAc;AAC5C;AAAA,MACF,KAAK;AACHM,qBAAaH,YAAAA,GAAe,GAAGoB,cAAc,QAAQ,UAAU;AAC/D;AAAA,MACF,KAAK;AACHjB,qBAAaD,aAAAA,GAAgB,GAAGkB,cAAc,SAAS,kBAAkB;AACzE;AAAA,IAAA;AAAA,EAEN;AAEA,QAAMO,UAAU,SAAS1E,KAAKoE,OAAAA,EAASC,SAAS,EAAE,EAAErD,MAAM,GAAG,CAAC,CAAC;AAG/D,QAAM2D,oBAAoBA,OAAA,MAAA;AAAA,QAAAC,SAAAxR,IAAAA,eAAAyR,OAAA;AAAAtR,eAAAqR,QAAApR,IAAAA,gBAErBsR,aAAG;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEjE,kBAAAA,EAAoBE,MAAM,GAAGgE,WAAAA,wBAAwBC,YAAY;AAAA,MAAC;AAAA,MAAApR,UAC1EA,CAACyL,KAAU4F,OAAC,MAAA;AAAA,YAAAC,SAAA/R,IAAAA,eAAAgS,OAAA;AAAA7R,mBAAA4R,QAAA3R,IAAAA,gBAERsR,aAAG;AAAA,UAAA,IAACC,OAAI;AAAA,mBAAEtI,YAAYM;AAAAA,UAAO;AAAA,UAAAlJ,UAC3BA,CAACwR,YAAW,MAAA;AAAA,gBAAAC,SAAAlS,IAAAA,eAAAmS,QAAA,GAAAC,SAAAF,OAAA1O;AAAA7C,gBAAAA,OAAA,MAAA0R,IAAAA,YAAAD,qBAEOvM,eAAeiC,gBAAgBoE,IAAI+F,OAAOhI,GAAG,GAAGjC,WAAW,GAAGsD,eAAAA,CAAgB,CAAC,CAAA;AAAA,mBAAA4G;AAAAA,UAAA,GAAA;AAAA,QAAA,CAElG,CAAA;AAAAvR,YAAAA,aAAAM,IAAAA,UAAA8Q,QANM,gEAAgED,MAAM,MAAM,IAAI,8BAA8B,mCAAmC,EAAE,CAAA;AAAA,eAAAC;AAAAA,MAAA,GAAA;AAAA,IAAA,CAS/J,CAAA;AAAA,WAAAP;AAAAA,EAAA,GAAA;AAMP,QAAMc,uBAAuBA,MAAM;AACjC,UAAMpD,IAAIb,YAAAA;AACV,QAAI,CAACa,EAAG,QAAO;AAEf,UAAMqD,QAAQrD,EAAEsD,gBAAAA;AAChB,UAAMC,YAAYvD,EAAEwD,aAAAA;AACpB,UAAMzE,OAAOY,eAAAA;AACb,UAAMG,YAAYf,KAAKe,aAAa;AAEpC,YAAA,MAAA;AAAA,UAAA2D,SAAA3S,IAAAA,eAAA4S,QAAA;AAAAC,UAAAA,iBAAAF,QAAA,UAGqB,GAAGF,SAAS,IAAI;AAAAtS,iBAAAwS,QAAAvS,IAAAA,gBAEhCsR,aAAG;AAAA,QAACC,MAAMY;AAAAA,QAAK9R,UACbA,CAACqS,eAAoB;AACpB,gBAAM5G,MAAM7C,YAAYK,KAAKoJ,WAAWC,KAAK;AAC7C,kBAAA,MAAA;AAAA,gBAAAC,SAAAhT,IAAAA,eAAAgS,OAAA;AAAAa,gBAAAA,iBAAAG,QAAA,UAIc,GAAGhE,SAAS,IAAI;AAAA7O,uBAAA6S,QAAA5S,IAAAA,gBAIzBsR,aAAG;AAAA,cAAA,IAACC,OAAI;AAAA,uBAAEtI,YAAYM;AAAAA,cAAO;AAAA,cAAAlJ,UAC3BA,CAACwR,YAAW,MAAA;AAAA,oBAAAgB,SAAAjT,IAAAA,eAAAmS,QAAA,GAAAe,SAAAD,OAAAzP;AAAA7C,oBAAAA,OAAA,MAAA0R,IAAAA,YAAAa,qBAEOrN,eAAeiC,gBAAgBoE,IAAI+F,OAAOhI,GAAG,GAAGjC,WAAW,GAAGsD,eAAAA,CAAgB,CAAC,CAAA;AAAA,uBAAA2H;AAAAA,cAAA,GAAA;AAAA,YAAA,CAElG,CAAA;AAAAtS,gBAAAA,OAAAC,CAAAA,QAAA;AAAA,kBAAAuS,OAXI,wFAAwFL,WAAWC,QAAQ,MAAM,IAAI,8BAA8B,mCAAmC,IAAEK,OAGlL,cAAcN,WAAWnF,KAAK;AAAKwF,uBAAAvS,IAAAI,KAAAC,IAAAA,UAAA+R,QAAApS,IAAAI,IAAAmS,IAAA;AAAAC,uBAAAxS,IAAAM,KAAA2R,IAAAA,iBAAAG,QAAA,aAAApS,IAAAM,IAAAkS,IAAA;AAAA,qBAAAxS;AAAAA,YAAA,GAAA;AAAA,cAAAI,GAAAI;AAAAA,cAAAF,GAAAE;AAAAA,YAAAA,CAAA;AAAA,mBAAA4R;AAAAA,UAAA,GAAA;AAAA,QAYtD;AAAA,MAAA,CAAC,CAAA;AAAA,aAAAL;AAAAA,IAAA,GAAA;AAAA,EAIT;AAEA,SAAAvS,IAAAA,gBACGiT,kBAAAA,mBAAiB;AAAA,IAAA,IAACtS,QAAK;AAAA,aAAEsI,YAAYtI,SAAS;AAAA,IAAO;AAAA,IAAA,IAAEuS,WAAQ;AAAA,aAAE3D,YAAAA;AAAAA,IAAa;AAAA,IAAE4D,WAAS;AAAA,IAAA,IAAA9S,WAAA;AAAA,UAAA+S,SAAAxT,IAAAA,eAAAyT,QAAA,GAAAC,UAAAF,OAAAhQ,YAAA,CAAAmQ,SAAAC,MAAA,IAAAjQ,IAAAA,cAAA+P,QAAA9P,WAAA,GAAAiQ,SAAAF,QAAA/P,aAAAkQ,UAAAD,OAAArQ,YAAA,CAAAuQ,SAAAC,MAAA,IAAArQ,IAAAA,cAAAmQ,QAAAlQ,WAAA,GAAAqQ,UAAAF,QAAAnQ,aAAA,CAAAsQ,SAAAC,MAAA,IAAAxQ,IAAAA,cAAAsQ,QAAArQ,WAAA,GAAAwQ,SAAAF,QAAAtQ,aAAAyQ,SAAAD,OAAA5Q,YAAA8Q,SAAAD,OAAA7Q,YAAA+Q,SAAAD,OAAA9Q,YAAAgR,SAAAF,OAAA1Q,aAAA,CAAA6Q,QAAAC,MAAA,IAAA/Q,IAAAA,cAAA6Q,OAAA5Q,WAAA,GAAA+Q,UAAAP,OAAAxQ,aAAA,CAAAgR,SAAAC,MAAA,IAAAlR,IAAAA,cAAAgR,QAAA/Q,WAAA,GAAAkR,UAAAF,QAAAhR,aAAA,CAAAmR,SAAAC,MAAA,IAAArR,IAAAA,cAAAmR,QAAAlR,WAAA;AAAAzD,iBAAAqT,QAAApT,IAAAA,gBAIrFC,cAAI;AAAA,QAACC,MAAMsQ;AAAAA,QAAU,IAAErQ,WAAQ;AAAA,iBAAAH,IAAAA,gBAAGrB,YAAU;AAAA,YAACS,SAASmQ;AAAAA,YAAa5O,OAAK;AAAA,YAAoBjB,UAAQ;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,QAAA,IAAAW,WAAA;AAAA,cAAAwU,SAAAjV,IAAAA,eAAAkV,QAAA,GAAAC,SAAAF,OAAAzR,YAAA4R,SAAAD,OAAAvR,aAAA,CAAAyR,QAAAC,KAAA,IAAA3R,IAAAA,cAAAyR,OAAAxR,WAAA;AAAAuR,iBAAAjV,UAGtF,MAAMiR,kBAAkB,CAACD,gBAAgB;AAAC/Q,qBAAA8U,QAAA7U,IAAAA,gBASpDC,cAAI;AAAA,YAAA,IAACC,OAAI;AAAA,qBAAE4Q,eAAAA;AAAAA,YAAgB;AAAA,YAAA,IAAAzQ,WAAA;AAAA,kBAAA8U,SAAAvV,IAAAA,eAAAwV,QAAA,GAAAC,SAAAF,OAAA/R,YAAA,CAAAkS,QAAAC,KAAA,IAAAhS,IAAAA,cAAA8R,OAAA7R,WAAA,GAAAgS,SAAAF,OAAA9R,aAAA,CAAAiS,QAAAC,KAAA,IAAAnS,IAAAA,cAAAiS,OAAAhS,WAAA,GAAAmS,SAAAF,OAAAjS,aAAA,CAAAoS,QAAAC,KAAA,IAAAtS,IAAAA,cAAAoS,OAAAnS,WAAA;AAAAzD,yBAAAoV,QAAAnV,IAAAA,gBAEvBC,cAAI;AAAA,gBAAA,IAACC,OAAI;AAAA,yBAAGuQ,cAA2BxE,SAAS,KAAK;AAAA,gBAAC;AAAA,gBAAA,IAAA5L,WAAA;AAAA,sBAAAyV,SAAAlW,IAAAA,eAAAmW,QAAA;AAAAD,yBAAAhW,UACpC,MAAMkR,aAAa,KAAK;AAAC/P,yCAAAA;AAAA,yBAAA6U;AAAAA,gBAAA;AAAA,cAAA,CAAA,GAAAR,QAAAC,KAAA;AAAAxV,yBAAAoV,QAAAnV,IAAAA,gBAE3CC,cAAI;AAAA,gBAAA,IAACC,OAAI;AAAA,yBAAGuQ,cAA2BxE,SAAS,KAAK;AAAA,gBAAC;AAAA,gBAAA,IAAA5L,WAAA;AAAA,sBAAA2V,SAAApW,IAAAA,eAAAqW,QAAA;AAAAD,yBAAAlW,UACpC,MAAMkR,aAAa,KAAK;AAAC/P,yCAAAA;AAAA,yBAAA+U;AAAAA,gBAAA;AAAA,cAAA,CAAA,GAAAP,QAAAC,KAAA;AAAA3V,yBAAAoV,QAAAnV,IAAAA,gBAE3CC,cAAI;AAAA,gBAAA,IAACC,OAAI;AAAA,yBAAGuQ,cAA2BxE,SAAS,MAAM;AAAA,gBAAC;AAAA,gBAAA,IAAA5L,WAAA;AAAA,sBAAA6V,SAAAtW,IAAAA,eAAAuW,QAAA;AAAAD,yBAAApW,UACrC,MAAMkR,aAAa,MAAM;AAAC/P,yCAAAA;AAAA,yBAAAiV;AAAAA,gBAAA;AAAA,cAAA,CAAA,GAAAN,QAAAC,KAAA;AAAA,qBAAAV;AAAAA,YAAA;AAAA,UAAA,CAAA,GAAAF,QAAAC,KAAA;AAAAjU,iCAAAA;AAAA,iBAAA4T;AAAAA,QAAA;AAAA,MAAA,CAAA,GAAAtB,SAAAC,MAAA;AAAAzT,iBAAA0T,QAAAzT,IAAAA,gBAOlDC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAE+I,YAAYtI;AAAAA,QAAK;AAAA,QAAA,IAAAN,WAAA;AAAA,cAAA+V,SAAAxW,IAAAA,eAAAyW,QAAA,GAAAC,SAAAF,OAAAhT,YAAA,CAAAmT,QAAAC,KAAA,IAAAjT,IAAAA,cAAA+S,OAAA9S,WAAA,GAAAiT,SAAAF,OAAA/S,aAAA,CAAAkT,QAAAC,KAAA,IAAApT,IAAAA,cAAAkT,OAAAjT,WAAA;AAAAzC,cAAAA,aAAAqV,QAAA,MACnB,GAAGlF,OAAO,QAAQ;AAAAnR,cAAAA,OAAAqW,QAAA,MACvBnN,YAAYtI,OAAK4V,QAAAC,KAAA;AAAAzW,qBAAAqW,QAAApW,IAAAA,gBACjBC,cAAI;AAAA,YAAA,IAACC,OAAI;AAAA,qBAAEiO,eAAAA;AAAAA,YAAgB;AAAA,YAAA,IAAA9N,WAAA;AAAA,kBAAAuW,SAAAhX,IAAAA,eAAAiX,QAAA,GAAAC,SAAAF,OAAAxT,YAAA2T,SAAAD,OAAAtT,aAAA,CAAAwT,QAAAC,KAAA,IAAA1T,IAAAA,cAAAwT,OAAAvT,WAAA;AAAAwT,qBAAAxT;AAAAzD,kBAAAA,OAAA6W,QAAA;;AAC0C3N,yCAAYK,SAAZL,mBAAkBxB;AAAAA,iBAAMuP,QAAAC,KAAA;AAAA,qBAAAL;AAAAA,YAAA;AAAA,UAAA,CAAA,GAAAF,QAAAC,KAAA;AAAA,iBAAAP;AAAAA,QAAA;AAAA,MAAA,CAAA,GAAAzC,SAAAC,MAAA;AAAA7T,iBAAA0T,QAAAzT,IAAAA,gBAMjGC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEmL,aAAAA;AAAAA,QAAc;AAAA,QAAA,IAAAhL,WAAA;AAAA,iBAAA,EAAA,MAAA;AAAA,gBAAA6W,SAAAtX,IAAAA,eAAAuX,QAAA,GAAAC,SAAAF,OAAA9T,YAAAiU,SAAAD,OAAA5T,aAAA8T,SAAAD,OAAA7T,aAAA,CAAA+T,QAAAC,MAAA,IAAAjU,IAAAA,cAAA+T,OAAA9T,WAAA;AAAA6T,mBAAAI,UAMV7W,CAAAA,MAAM4K,aAAa5K,EAAE8W,cAAc/P,KAAK;AAAC5H,uBAAAmX,QAAAlX,IAAAA,gBAIpDC,cAAI;AAAA,cAAA,IAACC,OAAI;AAAA,uBAAE8K,YAAAA;AAAAA,cAAa;AAAA,cAAA,IAAA3K,WAAA;AAAA,oBAAAsX,SAAA/X,IAAAA,eAAAgY,QAAA;AAAAD,uBAAA7X,UAGZ,MAAM;AAAE0L,+BAAa,EAAE;AAAGP,iCAAe,EAAE;AAAGE,oCAAkB,EAAE;AAAA,gBAAE;AAAClK,uCAAAA;AAAA,uBAAA0W;AAAAA,cAAA;AAAA,YAAA,CAAA,GAAAJ,QAAAC,MAAA;AAAAjX,gBAAAA,aAAAQ,IAAAA,aAAAsW,QAAA,eANnE9L,kBAAAA,CAAmB,CAAA;AAAAhL,gBAAAA,aAAA0R,IAAAA,YAAAoF,QAAA,SAFzBrM,YAAAA,CAAa,CAAA;AAAA/J,mCAAAA;AAAA,mBAAAiW;AAAAA,UAAA,GAAA,GAAAlX,IAAAA,gBAcvBC,cAAI;AAAA,YAAA,IAACC,OAAI;AAAA,qBAAEmE,IAAAA,KAAA,MAAA,CAAA,CAAA6G,eAAAA,CAAgB,OAAIS,eAAelE,WAAWsC,WAAAA,EAAatC;AAAAA,YAAM;AAAA,YAAA,IAAApH,WAAA;AAAA,kBAAAwX,SAAAjY,IAAAA,eAAAkY,QAAA,GAAAC,SAAAF,OAAAzU,YAAA,CAAA4U,QAAAC,MAAA,IAAA1U,IAAAA,cAAAwU,OAAAvU,WAAA,GAAA0U,SAAAF,OAAAxU,aAAA2U,SAAAD,OAAA1U,aAAA,CAAA4U,QAAAC,MAAA,IAAA9U,IAAAA,cAAA4U,OAAA3U,WAAA,GAAA8U,SAAAF,OAAA5U,aAAA+U,SAAAD,OAAA9U,aAAA,CAAAgV,QAAAC,MAAA,IAAAlV,IAAAA,cAAAgV,OAAA/U,WAAA;AAAAzD,kBAAAA,OAAA8X,QAAA,MAExElM,aAAAA,EAAelE,QAAMuQ,QAAAC,MAAA;AAAAlY,yBAAA8X,QAAA,MAASlM,eAAelE,WAAW,IAAI,MAAM,IAAE2Q,QAAAC,MAAA;AAAAtY,kBAAAA,OAAA8X,QAAA,MAAM9N,WAAAA,EAAatC,QAAM+Q,QAAAC,MAAA;AAAA,qBAAAZ;AAAAA,YAAA;AAAA,UAAA,CAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA/D,SAAAC,MAAA;AAAA,UAAA2E,QAM7FxP;AAAkB,aAAAwP,UAAA,aAAAC,IAAAA,IAAAD,OAAA1E,MAAA,IAAlB9K,qBAAkB8K;AAAAjU,iBAAAoU,QAAAnU,IAAAA,gBAyBhBsR,aAAG;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtI,YAAYM;AAAAA,QAAO;AAAA,QAAAlJ,UAC3BA,CAACwR,YAAW,MAAA;AAAA,cAAA+G,UAAAhZ,IAAAA,eAAAiZ,QAAA,GAAAC,UAAAF,QAAAxV,YAAA2V,UAAAD,QAAA1V,YAAA,CAAA4V,SAAAC,MAAA,IAAA1V,IAAAA,cAAAwV,QAAAvV,WAAA,GAAA0V,UAAAF,QAAAxV;AAAA2V,cAAAA,iBAAAP,SAAA,SAKC,MAAMhP,WAAWiI,OAAOhI,GAAG,CAAC;AAAA9J,cAAAA,OAAA+Y,SAAA,MAInCjH,OAAOnL,OAAKsS,SAAAC,MAAA;AAAAlZ,cAAAA,OAAAmZ,SAAA,MAQVnO,cAAc8G,OAAOhI,GAAG,CAAC;AAAAtJ,cAAAA,OAAAC,CAAAA,QAAA;AAAA,gBAAA4Y,QAbvBvH,OAAOwH,QAAQ;AAAA,cAAEA,OAAOxH,OAAOwH;AAAAA,YAAAA,IAAU,CAAA,GAAEC,QAE3C,WAAWzH,OAAOnL,KAAK,IAAE6S,QAMjB;AAAA,cACT,cAAc/P,cAAcqI,OAAOhI;AAAAA,cACnC,gDAAgDL,QAAAA,MAAcqI,OAAOhI;AAAAA,YAAAA;AACtErJ,gBAAAI,IAAA4Y,IAAAA,MAAAZ,SAAAQ,OAAA5Y,IAAAI,CAAA;AAAA0Y,sBAAA9Y,IAAAM,KAAAC,IAAAA,aAAA6X,SAAA,SAAApY,IAAAM,IAAAwY,KAAA;AAAA9Y,gBAAA+E,IAAAkU,IAAAA,UAAAP,SAAAK,OAAA/Y,IAAA+E,CAAA;AAAA,mBAAA/E;AAAAA,UAAA,GAAA;AAAA,YAAAI,GAAAI;AAAAA,YAAAF,GAAAE;AAAAA,YAAAuE,GAAAvE;AAAAA,UAAAA,CAAA;AAAA,iBAAA4X;AAAAA,QAAA,GAAA;AAAA,MAAA,CAMR,CAAA;AAAA7Y,iBAAAkU,QAAAjU,IAAAA,gBAINC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEiO,eAAAA;AAAAA,QAAgB;AAAA,QAAA,IAAEhO,WAAQ;AAAA,iBAAAH,IAAAA,gBAAGmR,mBAAiB,EAAA;AAAA,QAAA;AAAA,QAAA,IAAA9Q,WAAA;AAAA,iBAAAL,IAAAA,gBACvDkS,sBAAoB,EAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAAmC,QAAAC,MAAA;AAAAvU,iBAAA0T,QAAAzT,IAAAA,gBAM1BC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAE+I,YAAY+D;AAAAA,QAAU;AAAA,QAAA,IAAA3M,WAAA;AAAA,cAAAqZ,SAAA9Z,mBAAA+Z,QAAA,GAAAC,SAAAF,OAAAtW,YAAAyW,SAAAD,OAAAxW,YAAA0W,SAAAD,OAAArW,aAAA,CAAAuW,QAAAC,MAAA,IAAAzW,IAAAA,cAAAuW,OAAAtW,WAAA,GAAAyW,SAAAF,OAAAvW,aAAA0W,SAAAD,OAAAzW,aAAA,CAAA2W,QAAAC,MAAA,IAAA7W,kBAAA2W,OAAA1W,WAAA,GAAA6W,SAAAF,OAAA3W,aAAA8W,SAAAD,OAAA7W,aAAA,CAAA+W,QAAAC,MAAA,IAAAjX,IAAAA,cAAA+W,OAAA9W,WAAA;AAAAzD,cAAAA,OAAA6Z,QAAA,MAGnB3Q,YAAY+D,WAAWyN,cAAcxR,YAAY+D,WAAWX,WAAW,GAAC0N,QAAAC,MAAA;AAAAja,cAAAA,OAAA6Z,QAAA,MAChFpN,KAAKC,KACHxD,YAAY+D,WAAWyN,cAAc,KAAKxR,YAAY+D,WAAWX,UAClEpD,YAAY+D,WAAW0N,SACzB,GAACP,QAAAC,MAAA;AAAAra,cAAAA,OAAA6Z,QAAA,MACG3Q,YAAY+D,WAAW0N,WAASH,QAAAC,MAAA;AAAA,iBAAAd;AAAAA,QAAA;AAAA,MAAA,CAAA,GAAAlF,SAAAC,MAAA;AAAA1U,iBAAA0T,QAAAzT,IAAAA,gBAMzCC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAE+M,sBAAAA;AAAAA,QAAuB;AAAA,QAAA,IAAA5M,WAAA;AAAA,cAAAsa,SAAA/a,IAAAA,eAAAgb,QAAA,GAAAC,SAAAF,OAAAvX,YAAA0X,SAAAD,OAAAzX,YAAA,CAAA2X,QAAAC,MAAA,IAAAzX,IAAAA,cAAAuX,OAAAtX,WAAA,GAAAyX,SAAAF,OAAAvX,aAAA0X,SAAAD,OAAAzX,aAAA,CAAA2X,QAAAC,MAAA,IAAA7X,IAAAA,cAAA2X,OAAA1X,WAAA,GAAA6X,SAAAF,OAAA3X,aAAA8X,SAAAD,OAAA7X,aAAA,CAAA+X,QAAAC,MAAA,IAAAjY,IAAAA,cAAA+X,OAAA9X,WAAA,GAAAiY,SAAAZ,OAAArX,aAAAkY,UAAAD,OAAArY,YAAAuY,UAAAD,QAAAlY,aAAAoY,UAAAD,QAAAvY,YAAA,CAAAyY,SAAAC,MAAA,IAAAvY,kBAAAqY,QAAApY,WAAA,GAAAuY,UAAAF,QAAArY,aAAAwY,UAAAD,QAAAvY,aAAA,CAAAyY,SAAAC,MAAA,IAAA3Y,IAAAA,cAAAyY,QAAAxY,WAAA,GAAA2Y,UAAAR,QAAAnY,aAAA4Y,UAAAD,QAAA3Y,aAAA,CAAA6Y,SAAAC,MAAA,IAAA/Y,IAAAA,cAAA6Y,QAAA5Y,WAAA;AAAAzD,cAAAA,OAAA8a,QAG5BpN,kBAAgBsN,QAAAC,MAAA;AAAAjb,cAAAA,OAAA8a,QAAWnN,gBAAcyN,QAAAC,MAAA;AAAArb,qBAAA8a,QAAA,MAAOlP,eAAelE,OAAO8U,eAAe,OAAO,GAAChB,QAAAC,MAAA;AAAAE,kBAAA5b,UAMnF,MAAMgK,cAAc0S,CAAAA,MAAKA,IAAI,CAAC;AAACzc,cAAAA,OAAA4b,SAAA,MAInCzO,WAAAA,IAAe,GAAC2O,SAAAC,MAAA;AAAA/b,cAAAA,OAAA4b,SAAKvO,kBAAgB6O,SAAAC,MAAA;AAAAC,kBAAArc,UAIjC,MAAMgK,cAAc0S,CAAAA,MAAKA,IAAI,CAAC;AAACzc,qBAAA0b,QAAAzb,IAAAA,gBAKzCC,cAAI;AAAA,YAAA,IAACC,OAAI;AAAA,qBAAEmE,IAAAA,KAAA,MAAA,CAAA,CAAA6H,WAAAA,CAAY,EAAA,KAAIP,aAAAA,EAAelE,SAAS;AAAA,YAAE;AAAA,YAAA,IAAApH,WAAA;AAAA,qBAAA,EAAA,MAAA;AAAA,oBAAAoc,UAAA7c,IAAAA,eAAA8c,QAAA;AAAAD,wBAAA1X,iBAAA,UAIvCnE,CAAAA,MAAMoN,qBAAqBpD,OAAOhK,EAAE8W,cAAc/P,KAAK,CAAC,CAAC;AAAA5H,2BAAA0c,SAAAzc,IAAAA,gBAEnEsR,aAAG;AAAA,kBAAA,IAACC,OAAI;AAAA,2BAAE5D,gBAAAA;AAAAA,kBAAiB;AAAA,kBAAAtN,UACxBsc,UAAG,MAAA;AAAA,wBAAAC,UAAAhd,IAAAA,eAAAid,QAAA;AAAA9c,wBAAAA,OAAA6c,SAAA,MAAgCD,IAAIjW,KAAK;AAAAnG,wBAAAA,aAAA0R,IAAAA,YAAA2K,SAAA,SAArBD,IAAIhV,KAAK,CAAA;AAAA,2BAAAiV;AAAAA,kBAAA,GAAA;AAAA,gBAAA,CAAsB,CAAA;AAAArc,oBAAAA,aAAA0R,IAAAA,YAAAwK,SAAA,SAJnD7P,eAAAA,CAAgB,CAAA;AAAA,uBAAA6P;AAAAA,cAAA,GAAA,GAAA7c,mBAAAkd,QAAA,CAAA;AAAA,YAAA;AAAA,UAAA,CAAA,GAAAT,SAAAC,MAAA;AAAA/b,cAAAA,OAAAC,CAAAA,QAAA;AAAA,gBAAAuc,OAjBf7P,iBAAiB,GAAC8P,OAQlB9P,WAAAA,KAAgBE,qBAAqB;AAAC2P,qBAAAvc,IAAAI,KAAAqR,IAAAA,YAAAyJ,SAAA,YAAAlb,IAAAI,IAAAmc,IAAA;AAAAC,qBAAAxc,IAAAM,KAAAmR,IAAAA,YAAAkK,SAAA,YAAA3b,IAAAM,IAAAkc,IAAA;AAAA,mBAAAxc;AAAAA,UAAA,GAAA;AAAA,YAAAI,GAAAI;AAAAA,YAAAF,GAAAE;AAAAA,UAAAA,CAAA;AAAAC,iCAAAA;AAAA,iBAAA0Z;AAAAA,QAAA;AAAA,MAAA,CAAA,GAAAhG,SAAAC,MAAA;AAAArU,UAAAA,OAAAC,CAAAA,QAAA;AAAA,YAAAyc,OA5JhD,oIACV/Q,WAAAA,IAAe,iCAAiC,QAAQ,IACxDgR,OA4BY,OAAOhR,eAAe,iCAAiC,EAAE,IAAEiR,QAuC5D,mBAAmBjR,eAAe,mBAAmB,EAAE,IAAEkR;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,UAM9DlR,eACI;AAAA,YAAE,cAAc;AAAA,UAAA,IAChBiC,mBACE;AAAA,YAAE,cAAc;AAAA,YAAS,cAAc;AAAA,UAAA,IACvCb,kBAAAA,EAAoB7F,SAAS,IAC3B;AAAA,YAAE,cAAc;AAAA,YAAS,cAAc;AAAA,UAAA,IACzC,CAAA;AAAA,WAAE4V,QAGEpU,YAAYtI,SAAS,cAAY2c,QAK1BrU,YAAYtI,QAAQ,GAAGuQ,OAAO,WAAWlQ;AAASic,iBAAAzc,IAAAI,KAAAC,IAAAA,UAAAuS,QAAA5S,IAAAI,IAAAqc,IAAA;AAAAC,iBAAA1c,IAAAM,KAAAD,IAAAA,UAAA4S,QAAAjT,IAAAM,IAAAoc,IAAA;AAAAC,kBAAA3c,IAAA+E,KAAA1E,IAAAA,UAAAmT,QAAAxT,IAAA+E,IAAA4X,KAAA;AAAA3c,YAAA+c,IAAA/D,IAAAA,MAAAxF,QAAAoJ,OAAA5c,IAAA+c,CAAA;AAAAF,kBAAA7c,IAAAkR,KAAA3Q,IAAAA,aAAAiT,QAAA,cAAAxT,IAAAkR,IAAA2L,KAAA;AAAAC,kBAAA9c,IAAAsN,KAAA/M,IAAAA,aAAAkT,QAAA,mBAAAzT,IAAAsN,IAAAwP,KAAA;AAAA,eAAA9c;AAAAA,MAAA,GAAA;AAAA,QAAAI,GAAAI;AAAAA,QAAAF,GAAAE;AAAAA,QAAAuE,GAAAvE;AAAAA,QAAAuc,GAAAvc;AAAAA,QAAA0Q,GAAA1Q;AAAAA,QAAA8M,GAAA9M;AAAAA,MAAAA,CAAA;AAAA,aAAAoS;AAAAA,IAAA;AAAA,EAAA,CAAA;AA4FjF;AAKA,SAASoK,eAAe5e,OAAmC;AACzD,QAAM6e,eAAe7e,MAAM+C,UAAUD;AAGrC,QAAMgc,gBAAgBA,MAAM;AAC1B,UAAM/c,QAAQ8c,aAAa9c,SAAS8c,aAAa/W,SAAS;AAC1D,UAAMiB,QAAQ8V,aAAa9V;AAC3B,UAAMgW,OAAOF,aAAaE,QAAQ;AAClC,WAAO,GAAGhd,KAAK,KAAKgH,KAAK,GAAGgW,OAAO,MAAMA,OAAO,EAAE;AAAA,EACpD;AAEA,UAAA,MAAA;AAAA,QAAAC,UAAAhe,IAAAA,eAAAie,QAAA,GAAAC,UAAAF,QAAAxa,YAAA,CAAA2a,SAAAC,MAAA,IAAAza,IAAAA,cAAAua,QAAAta,WAAA,GAAAya,UAAAF,QAAAva,aAAA0a,UAAAD,QAAA7a,YAAA+a,UAAAD,QAAA9a,YAAAgb,UAAAD,QAAA3a,aAAA6a,UAAAD,QAAAhb,YAAAkb,UAAAD,QAAA7a,aAAA,CAAA+a,SAAAC,MAAA,IAAAjb,IAAAA,cAAA+a,QAAA9a,WAAA,GAAAib,UAAAP,QAAA1a,aAAA,CAAAkb,SAAAC,MAAA,IAAApb,IAAAA,cAAAkb,QAAAjb,WAAA,GAAAob,UAAAF,QAAAlb,aAAA,CAAAqb,SAAAC,MAAA,IAAAvb,IAAAA,cAAAqb,QAAApb,WAAA;AAAAzD,eAAA6d,SAAA5d,IAAAA,gBAEKrB,YAAU;AAAA,MAACS,SAASse;AAAAA,MAAe/c,OAAK;AAAA,MAAejB,UAAQ;AAAA,IAAA,CAAA,GAAAqe,SAAAC,MAAA;AAAAje,QAAAA,OAAAoe,SAAA,MAIzDV,aAAa9c,KAAK;AAAAZ,QAAAA,OAAAse,SAAA,MAG8CZ,aAAa9V,KAAK;AAAA5H,eAAAqe,SAAApe,IAAAA,gBAClFC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEud,aAAaE;AAAAA,MAAI;AAAA,MAAA,IAAAtd,WAAA;AAAA,YAAA0e,UAAAnf,IAAAA,eAAAof,QAAA;AAAAjf,YAAAA,OAAAgf,SAAA,MAExBtB,aAAaE,IAAI;AAAA,eAAAoB;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAR,SAAAC,MAAA;AAAAze,eAAAke,SAAAje,IAAAA,gBAMzBC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEud,aAAawB;AAAAA,MAAK;AAAA,MAAA,IAAA5e,WAAA;AAAA,YAAA6e,UAAAtf,IAAAA,eAAAuf,QAAA,GAAAC,UAAAF,QAAA9b,YAAAic,UAAAD,QAAAhc,YAAA,CAAAkc,SAAAC,MAAA,IAAAhc,IAAAA,cAAA8b,QAAA7b,WAAA,GAAAgc,UAAAF,QAAA9b,aAAAic,UAAAD,QAAAhc,aAAA,CAAAkc,SAAAC,MAAA,IAAApc,IAAAA,cAAAkc,QAAAjc,WAAA;AAAAkc,gBAAAlc;AAAAzD,YAAAA,OAAAqf,UAAA,MAAA;AAAA,cAAAQ,MAAAvb,IAAAA,KAAA,MAUvBoZ,aAAawB,MAAMY,cAAc,IAAI;AAAA,iBAAA,MAArCD,QACG,MACAnC,aAAawB,MAAMY,cAAc,SAC/B,MACA;AAAA,QAAG,GAAA,GAAAP,SAAAC,MAAA;AAAAxf,mBAAAqf,SAAA,MACR5S,KAAKsT,IAAIrC,aAAawB,MAAMtX,KAAK,GAAC+X,SAAAC,MAAA;AAAApf,YAAAA,OAAA,MAAAM,IAAAA,UAAAue,SAZ5B,uBAAuB3B,aAAawB,MAAMY,cAAc,OAC3D,uCACApC,aAAawB,MAAMY,cAAc,SAC/B,mCACA,kCAAkC,EACpC,CAAA;AAAA,eAAAX;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAR,SAAAC,MAAA;AAAA5e,eAAAke,SAAAje,IAAAA,gBAYTC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEud,aAAasC;AAAAA,MAAQ;AAAA,MAAA,IAAA1f,WAAA;AAAA,YAAA2f,UAAApgB,IAAAA,eAAAqgB,QAAA;AAAAlgB,YAAAA,OAAAigB,SAAA,MAC2BvC,aAAasC,QAAQ;AAAA,eAAAC;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAnB,SAAAC,MAAA;AAAA,WAAAlB;AAAAA,EAAA,GAAA;AAKzF;AAMA,SAASsC,yBAAyBvQ,SAA4F;AAE5H,QAAMwQ,eAAe;AACrB,QAAMC,QAAQzQ,QAAQyQ,MAAMD,YAAY;AAExC,MAAIC,OAAO;AACT,WAAO;AAAA,MACLC,KAAKD,MAAM,CAAC,KAAK;AAAA,MACjBE,UAAUF,MAAM,CAAC;AAAA,MACjBG,SAASH,MAAM,CAAC;AAAA,MAChBI,QAAQJ,MAAM,CAAC,EAAEva,KAAAA;AAAAA,IAAK;AAAA,EAE1B;AAEA,SAAO;AACT;AAKA,SAAS4a,aAAa7hB,OAAmC;AACvD,QAAM8hB,aAAa9hB,MAAM+C,UAAUD;AAGnC,QAAMif,YAAY3W,QAAAA,WAAW,MAAM;AACjC,QAAI0W,WAAWE,YAAYF,WAAW/Q,SAAS;AAC7C,aAAOuQ,yBAAyBQ,WAAW/Q,OAAO;AAAA,IACpD;AACA,WAAO;AAAA,EACT,CAAC;AAGD,QAAMkR,cAAc7W,QAAAA,WAAW,MAAM;AACnC,QAAI0W,WAAWE,YAAY,CAACD,aAAa;AACvC,aAAOjY,kBAAOC,MAAM+X,WAAW/Q,SAAS;AAAA,QAAE/G,OAAO;AAAA,MAAA,CAAO;AAAA,IAC1D;AACA,WAAO8X,WAAW/Q;AAAAA,EACpB,CAAC;AAGD,QAAMmR,iBAAiBA,MAAM;AAC3B,WAAOJ,WAAW/Q,WAAW;AAAA,EAC/B;AAGA,SAAA3P,IAAAA,gBACGC,QAAAA,MAAI;AAAA,IAAA,IACHC,OAAI;AAAA,aAAEygB,UAAAA;AAAAA,IAAW;AAAA,IAAA,IACjBxgB,WAAQ;AAAA,cAAA,MAAA;AAAA,YAAA4gB,UAAAnhB,IAAAA,eAAAohB,QAAA,GAAAC,UAAAF,QAAA3d,YAAA,CAAA8d,SAAAC,MAAA,IAAA5d,IAAAA,cAAA0d,QAAAzd,WAAA,GAAA4d,UAAAF,QAAA1d;AAAAzD,mBAAAghB,SAAA/gB,IAAAA,gBAEHrB,YAAU;AAAA,UAACS,SAAS0hB;AAAAA,UAAgBngB,OAAK;AAAA,UAAajB,UAAQ;AAAA,QAAA,CAAA,GAAAwhB,SAAAC,MAAA;AAAA5gB,YAAAA,OAAAC,CAAAA,QAAA;AAAA,cAAA6gB,QAEtD,+CAA+CX,WAAWY,aAAa,EAAE,IAAEC,QACvEV,YAAAA;AAAaQ,oBAAA7gB,IAAAI,KAAAC,IAAAA,UAAAugB,SAAA5gB,IAAAI,IAAAygB,KAAA;AAAAE,oBAAA/gB,IAAAM,KAAAmR,IAAAA,YAAAmP,SAAA,aAAA5gB,IAAAM,IAAAygB,KAAA;AAAA,iBAAA/gB;AAAAA,QAAA,GAAA;AAAA,UAAAI,GAAAI;AAAAA,UAAAF,GAAAE;AAAAA,QAAAA,CAAA;AAAA,eAAA+f;AAAAA,MAAA,GAAA;AAAA,IAAA;AAAA,IAAA1gB,UAK5ByB,WAAI,MAAA;AAAA,UAAA0f,UAAA5hB,IAAAA,eAAA6hB,QAAA,GAAAC,UAAAF,QAAApe,YAAAue,UAAAD,QAAAte,YAAAwe,UAAAD,QAAAve,YAAAye,UAAAH,QAAAle,aAAAse,UAAAD,QAAAze;AAAArD,UAAAA,OAAA+hB,SAAA,MAawEhgB,KAAAA,EAAO0e,MAAM;AAAAjgB,UAAAA,OAAAC,CAAAA,QAAA;AAAA,YAAAuhB,QAV5EjgB,OAAOye,SAAOyB,QAEdlgB,OAAOwe,UAAQ2B,QACfngB,KAAAA,EAAOue;AAAG0B,kBAAAvhB,IAAAI,KAAAG,IAAAA,aAAA4gB,SAAA,QAAAnhB,IAAAI,IAAAmhB,KAAA;AAAAC,kBAAAxhB,IAAAM,KAAAC,IAAAA,aAAA6gB,SAAA,OAAAphB,IAAAM,IAAAkhB,KAAA;AAAAC,kBAAAzhB,IAAA+E,KAAAxE,IAAAA,aAAA6gB,SAAA,OAAAphB,IAAA+E,IAAA0c,KAAA;AAAA,eAAAzhB;AAAAA,MAAA,GAAA;AAAA,QAAAI,GAAAI;AAAAA,QAAAF,GAAAE;AAAAA,QAAAuE,GAAAvE;AAAAA,MAAAA,CAAA;AAAA,aAAAwgB;AAAAA,IAAA,GAAA;AAAA,EAAA,CAUxB;AAGP;AAKA,SAASU,eAAetjB,OAAmC;AACzD,QAAM8C,SAAS9C,MAAM+C,UAAUD;AAC/B,UAAA,MAAA;AAAA,QAAAygB,UAAAviB,IAAAA,eAAAwiB,QAAA,GAAAC,UAAAF,QAAA/e,YAAA,CAAAkf,SAAAC,MAAA,IAAAhf,IAAAA,cAAA8e,QAAA7e,WAAA,GAAAgf,UAAAF,QAAA9e;AAAAzD,eAAAoiB,SAAAniB,IAAAA,gBAEKC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEwB,OAAOf;AAAAA,MAAK;AAAA,MAAA,IAAAN,WAAA;AAAA,YAAAoiB,UAAA7iB,IAAAA,eAAA8iB,QAAA,GAAAC,UAAAF,QAAArf;AAAArD,YAAAA,OAAA4iB,SAAA,MAE6CjhB,OAAOf,KAAK;AAAA,eAAA8hB;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAH,SAAAC,MAAA;AAAAhiB,QAAAA,OAAAC,CAAAA,QAAA;AAAA,UAAAoiB,QAI1ElhB,OAAOsB,KAAG6f,QACRnhB,OAAOf,SAAS,oBAAkBmiB,QAElC,WAAWphB,OAAOqhB,UAAU,OAAO,wBAAsBC,QACvDC,WAAAA,iBAAiBvhB,OAAOsB,GAAG;AAAC4f,gBAAApiB,IAAAI,KAAAG,IAAAA,aAAAyhB,SAAA,OAAAhiB,IAAAI,IAAAgiB,KAAA;AAAAC,gBAAAriB,IAAAM,KAAAC,IAAAA,aAAAyhB,SAAA,SAAAhiB,IAAAM,IAAA+hB,KAAA;AAAAriB,UAAA+E,IAAAiU,IAAAA,MAAAgJ,SAAAM,OAAAtiB,IAAA+E,CAAA;AAAAyd,gBAAAxiB,IAAA+c,KAAAxc,IAAAA,aAAAyhB,SAAA,WAAAhiB,IAAA+c,IAAAyF,KAAA;AAAA,aAAAxiB;AAAAA,IAAA,GAAA;AAAA,MAAAI,GAAAI;AAAAA,MAAAF,GAAAE;AAAAA,MAAAuE,GAAAvE;AAAAA,MAAAuc,GAAAvc;AAAAA,IAAAA,CAAA;AAAA,WAAAmhB;AAAAA,EAAA,GAAA;AAK7C;AAKA,SAASe,cAActkB,OAAmC;AACxD,QAAM8C,SAAS9C,MAAM+C,UAAUD;AAE/B,UAAA,MAAA;AAAA,QAAAyhB,UAAAvjB,mBAAAwjB,QAAA,GAAAC,UAAAF,QAAA/f,YAAAkgB,UAAAD,QAAAjgB,YAAAmgB,UAAAD,QAAAlgB,YAAAogB,UAAAH,QAAA7f,aAAA,CAAAigB,SAAAC,MAAA,IAAAngB,IAAAA,cAAAigB,QAAAhgB,WAAA;AAAAzD,eAAAojB,SAAAnjB,IAAAA,gBAkBKC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEwB,OAAOiiB;AAAAA,MAAO;AAAA,MAAA,IAAAtjB,WAAA;AAAA,YAAAujB,UAAAhkB,IAAAA,eAAAikB,QAAA,GAAAC,UAAAF,QAAAxgB;AAAArD,YAAAA,OAAA+jB,SAAA,MAE2CpiB,OAAOiiB,OAAO;AAAA,eAAAC;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAH,SAAAC,MAAA;AAAAnjB,QAAAA,OAAAC,CAAAA,QAAA;AAAA,UAAAujB,QAnBtE,0IAA0IriB,OAAO4f,aAAa,EAAE,IAAE0C,QAGrKtiB,OAAOsB,KAAGihB,QAIJ,mBAAmBviB,OAAO2e,OAAO,OAAO,IAAE6D,QAG/CxiB,OAAOsB,KAAGmhB,QACVziB,OAAO2e,OAAO;AAAO0D,gBAAAvjB,IAAAI,KAAAC,IAAAA,UAAAsiB,SAAA3iB,IAAAI,IAAAmjB,KAAA;AAAAC,gBAAAxjB,IAAAM,KAAAC,IAAAA,aAAAuiB,SAAA,QAAA9iB,IAAAM,IAAAkjB,KAAA;AAAAC,gBAAAzjB,IAAA+E,KAAAxE,IAAAA,aAAAuiB,SAAA,cAAA9iB,IAAA+E,IAAA0e,KAAA;AAAAC,gBAAA1jB,IAAA+c,KAAAxc,IAAAA,aAAAwiB,SAAA,OAAA/iB,IAAA+c,IAAA2G,KAAA;AAAAC,gBAAA3jB,IAAAkR,KAAA3Q,IAAAA,aAAAwiB,SAAA,OAAA/iB,IAAAkR,IAAAyS,KAAA;AAAA,aAAA3jB;AAAAA,IAAA,GAAA;AAAA,MAAAI,GAAAI;AAAAA,MAAAF,GAAAE;AAAAA,MAAAuE,GAAAvE;AAAAA,MAAAuc,GAAAvc;AAAAA,MAAA0Q,GAAA1Q;AAAAA,IAAAA,CAAA;AAAA,WAAAmiB;AAAAA,EAAA,GAAA;AAatC;AAKA,SAASiB,aAAaxlB,OAAmC;AACvD,QAAM8C,SAAS9C,MAAM+C,UAAUD;AAE/B,UAAA,MAAA;AAAA,QAAA2iB,UAAAzkB,mBAAA0kB,QAAA,GAAAC,UAAAF,QAAAjhB,YAAAohB,UAAAD,QAAA/gB,aAAAihB,UAAAD,QAAAphB,YAAAshB,UAAAD,QAAAjhB,aAAA,CAAAmhB,SAAAC,MAAA,IAAArhB,IAAAA,cAAAmhB,QAAAlhB,WAAA;AAAA6gB,YAAAvkB,UAOcc,CAAAA,MAAMA,EAAEikB,gBAAAA;AAAiB9kB,QAAAA,OAAA0kB,SAAA,MAmB9B/iB,OAAOgF,SAAShF,OAAOsB,GAAG;AAAAjD,eAAAykB,SAAAxkB,IAAAA,gBAE5BC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEwB,OAAOojB;AAAAA,MAAW;AAAA,MAAA,IAAAzkB,WAAA;AAAA,YAAA0kB,UAAAnlB,IAAAA,eAAAolB,QAAA;AAAAjlB,YAAAA,OAAAglB,SAAA,MACkCrjB,OAAOojB,WAAW;AAAA,eAAAC;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAJ,SAAAC,MAAA;AAAArkB,QAAAA,OAAAC,CAAAA,QAAA;AAAA,UAAAykB,QA3B9EvjB,OAAOsB,KAAGkiB,QAGJ,GAAGxjB,OAAOgF,SAAS,MAAM,KAAKhF,OAAOojB,eAAepjB,OAAOsB,GAAG,uBAAqBmiB,QACxF,yQAAyQzjB,OAAO4f,aAAa,EAAE;AAAE2D,gBAAAzkB,IAAAI,KAAAG,IAAAA,aAAAsjB,SAAA,QAAA7jB,IAAAI,IAAAqkB,KAAA;AAAAC,gBAAA1kB,IAAAM,KAAAC,IAAAA,aAAAsjB,SAAA,cAAA7jB,IAAAM,IAAAokB,KAAA;AAAAC,gBAAA3kB,IAAA+E,KAAA1E,IAAAA,UAAAwjB,SAAA7jB,IAAA+E,IAAA4f,KAAA;AAAA,aAAA3kB;AAAAA,IAAA,GAAA;AAAA,MAAAI,GAAAI;AAAAA,MAAAF,GAAAE;AAAAA,MAAAuE,GAAAvE;AAAAA,IAAAA,CAAA;AAAAC,2BAAAA;AAAA,WAAAojB;AAAAA,EAAA,GAAA;AA2C9S;AAKA,SAASe,kBAAkBxmB,OAIxB;;AAGDymB,uBAAgBzmB,MAAM+C,UAAUwD,EAAE;AAKlC,QAAMmgB,YAAYC,sBAAAA,aAAAA;AAElBC,UAAAA,QAAQ,MAAM;AACZC,uBAAc7mB,MAAM+C,UAAUwD,EAAE;AAChC,QAAImgB,WAAW;AACb,YAAMI,KAAKC,KAAKC,IAAAA;AAChBN,gBAAUO,SAAS;AAAA,QACjBrjB,MAAM;AAAA,QACN2C,IAAIvG,MAAM+C,UAAUwD;AAAAA,QACpB2gB,eAAelnB,MAAM+C,UAAUa;AAAAA,QAC/BkjB;AAAAA,MAAAA,CACD;AAID,UAAI,OAAOK,gBAAgB,eAAe,OAAOA,YAAYC,qBAAqB,YAAY;AAC5F,cAAMC,UAAUF,YAAYC,iBAAiB,GAAGE,KAAAA,WAAW,GAAGtnB,MAAM+C,UAAUwD,EAAE,WAAW,SAAS;AACpG,cAAMghB,OAAOF,QAAQA,QAAQxe,SAAS,CAAC;AACvC,YAAI0e,MAAM;AACRb,oBAAUO,SAAS;AAAA,YACjBrjB,MAAM;AAAA,YACN2C,IAAIvG,MAAM+C,UAAUwD;AAAAA,YACpB2gB,eAAelnB,MAAM+C,UAAUa;AAAAA,YAC/B4jB,YAAYD,KAAKE;AAAAA,YACjBX;AAAAA,UAAAA,CACD;AAAA,QACH;AAAA,MACF;AAAA,IACF;AAAA,EACF,CAAC;AAEDY,UAAAA,UAAU,MAAM;AACd,QAAIhB,WAAW;AACbA,gBAAUO,SAAS;AAAA,QACjBrjB,MAAM;AAAA,QACN2C,IAAIvG,MAAM+C,UAAUwD;AAAAA,QACpB2gB,eAAelnB,MAAM+C,UAAUa;AAAAA,QAC/BkjB,IAAIC,KAAKC,IAAAA;AAAAA,MAAI,CACd;AAAA,IACH;AAAA,EACF,CAAC;AAGD,QAAMW,eAAaC,WAAAA,kBAAkB5nB,MAAM+C,SAAS;AACpD,MAAI,CAAC4kB,aAAWE,OAAO;AACrB7nB,gBAAMoG,YAANpG,+BAAgB;AAAA,MACd4D,MAAM;AAAA,MACNyC,SAAS;AAAA,MACTC,aAAatG,MAAM+C,UAAUwD;AAAAA,MAC7BuhB,SAASH,aAAWI;AAAAA,IAAAA;AAKtB,QAAIrB,WAAW;AACbA,gBAAUO,SAAS;AAAA,QACjBrjB,MAAM;AAAA,QACN2C,IAAIvG,MAAM+C,UAAUwD;AAAAA,QACpB2gB,eAAelnB,MAAM+C,UAAUa;AAAAA,QAC/BokB,cAAYL,kBAAWI,WAAXJ,mBAAmB9e,WAAU;AAAA,QACzCof,kBAAgBN,wBAAWI,WAAXJ,mBAAoB,OAApBA,mBAAwBO,SAAQ;AAAA,QAChDpB,IAAIC,KAAKC,IAAAA;AAAAA,MAAI,CACd;AAAA,IACH;AAEA,UAAMmB,OAA4BnoB,MAAMooB,aAAa;AACrD,UAAMC,eAAaV,wBAAWI,WAAXJ,mBAAoB,OAApBA,mBAAwBthB,YAAW;AAEtD,QAAI8hB,SAAS,UAAU;AACrB,aAAO;AAAA,IACT;AAEA,QAAIA,SAAS,eAAe;AAC1B,cAAA,MAAA;AAAA,YAAAG,UAAAtnB,mBAAAunB,QAAA,GAAAC,UAAAF,QAAA9jB,YAAAikB,UAAAD,QAAA5jB,aAAA8jB,UAAAD,QAAAjkB,YAAAmkB,UAAAD,QAAA9jB,aAAA,CAAAgkB,SAAAC,MAAA,IAAAlkB,IAAAA,cAAAgkB,QAAA/jB,WAAA;AAAAzC,yBAAAmmB,SAAA,SAKWD,UAAU;AAAAlnB,YAAAA,OAAAsnB,SAAA,MAiBFzoB,MAAM+C,UAAUa,MAAIglB,SAAAC,MAAA;AAAA,eAAAP;AAAAA,MAAA,GAAA;AAAA,IAGzC;AAGA,YAAA,MAAA;AAAA,UAAAQ,UAAA9nB,mBAAA+nB,QAAA,GAAAC,UAAAF,QAAAtkB,YAAAykB,UAAAD,QAAApkB;AAAAzD,UAAAA,OAAA8nB,SAIOZ,UAAU;AAAA,aAAAS;AAAAA,IAAA,GAAA;AAAA,EAInB;AAGA,SAAA1nB,IAAAA,gBACG8nB,0BAAAA,2BAAyB;AAAA,IAAA,IACxB5iB,cAAW;AAAA,aAAEtG,MAAM+C,UAAUwD;AAAAA,IAAE;AAAA,IAAA,IAC/B2gB,gBAAa;AAAA,aAAElnB,MAAM+C,UAAUa;AAAAA,IAAI;AAAA,IAAA,IACnCwC,UAAO;AAAA,aAAEpG,MAAMoG;AAAAA,IAAO;AAAA,IACtB+iB,YAAY;AAAA,IAAI,IAAA1nB,WAAA;AAAA,aAAA,CAAAL,IAAAA,gBAEfC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzCkB,eAAa;AAAA,YAAA,IAACS,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,YAAA,IAAEqD,UAAO;AAAA,qBAAEpG,MAAMoG;AAAAA,YAAO;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAAhF,IAAAA,gBAElEC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzCgJ,eAAa;AAAA,YAAA,IAACrH,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,YAAA,IAAEqD,UAAO;AAAA,qBAAEpG,MAAMoG;AAAAA,YAAO;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAAhF,IAAAA,gBAElEC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAQ;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAC1Cwd,gBAAc;AAAA,YAAA,IAAC7b,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE3CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAM;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACxCygB,cAAY;AAAA,YAAA,IAAC9e,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAEzCC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAQ;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAC1CkiB,gBAAc;AAAA,YAAA,IAACvgB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE3CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzCkjB,eAAa;AAAA,YAAA,IAACvhB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE1CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAM;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACxCokB,cAAY;AAAA,YAAA,IAACziB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAEzCC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAQ;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAC1CgoB,gBAAc;AAAA,YAAA,IAACrmB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE3CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAM;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACxCioB,aAAAA,cAAY;AAAA,YAAA,IAACtmB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,YAAA,IAAEqD,UAAO;AAAA,qBAAEpG,MAAMoG;AAAAA,YAAO;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAAhF,IAAAA,gBAEjEC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAU;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAC5CkoB,iBAAAA,kBAAgB;AAAA,YAAA,IAAC/V,QAAK;;AAAA,uBAAGvT,MAAAA,MAAM+C,UAAUD,WAAhB9C,gBAAAA,IAAgCuT,UAAS,CAAA;AAAA,YAAE;AAAA,YAAA,IAAE4Q,SAAM;;AAAA,sBAAGnkB,MAAAA,MAAM+C,UAAUD,WAAhB9C,gBAAAA,IAAgCmkB;AAAAA,YAAM;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA/iB,IAAAA,gBAEvHC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAU;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAC5CmoB,iBAAAA,kBAAgB;AAAA,YAAA,IAACzmB,SAAM;AAAA,qBAAE9C,MAAM+C,UAAUD;AAAAA,YAAa;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA1B,IAAAA,gBAExDC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAM;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACxCooB,aAAAA,cAAY;AAAA,YAAA,IAACzmB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAEzCC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzCqoB,cAAAA,eAAa;AAAA,YAAA,IAAC1mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE1CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAc;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBAChDsoB,oBAAAA,qBAAmB;AAAA,YAAA,IAAC3mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAEhDC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAe;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACjDuoB,qBAAAA,sBAAoB;AAAA,YAAA,IAAC5mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAEjDC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzCwoB,cAAAA,eAAa;AAAA,YAAA,IAAC7mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE1CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAM;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACxCyoB,kBAAAA,mBAAiB;AAAA,YAAA,IAAC9mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAE9CC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAK;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACvC0oB,YAAAA,aAAW;AAAA,YAAA,IAAC/mB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAA3B,IAAAA,gBAExCC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEtB,MAAM+C,UAAUa,SAAS;AAAA,QAAO;AAAA,QAAA,IAAAnC,WAAA;AAAA,iBAAAL,IAAAA,gBACzC2oB,cAAAA,eAAa;AAAA,YAAA,IAAChnB,YAAS;AAAA,qBAAE/C,MAAM+C;AAAAA,YAAS;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,CAAA;AAAA,IAAA;AAAA,EAAA,CAAA;AAIjD;AAMA,SAASqmB,eAAeppB,OAAmC;AACzD,QAAM8C,SAAS9C,MAAM+C,UAAUD;AAC/B,QAAM;AAAA,IAAEknB;AAAAA,IAASC;AAAAA,EAAAA,IAAgBC,oBAAAA;AACjC,QAAMxD,YAAYC,sBAAAA,aAAAA;AAMlB,WAASwD,oBAAoB;AAC3B,QAAI,CAACzD,UAAW;AAChB,UAAM0D,aAAqBtnB,OAAOunB,YAAYvnB,OAAOwnB,UAAU;AAC/D5D,cAAUO,SAAS;AAAA,MACjBrjB,MAAM;AAAA,MACN2C,IAAIvG,MAAM+C,UAAUwD;AAAAA,MACpB2gB,eAAe;AAAA,MACfkD;AAAAA,MACAtD,IAAIC,KAAKC,IAAAA;AAAAA,IAAI,CACd;AAAA,EACH;AAGA,QAAMuD,cAAc,OAAOvoB,MAAkB;AAC3CmoB,sBAAAA;AACA,QAAIrnB,OAAOwnB,WAAW,eAAexnB,OAAOunB,UAAU;AACpDroB,QAAEwoB,eAAAA;AACF,YAAMR,QAAQlnB,OAAOunB,UAAUvnB,OAAOA,UAAU,CAAA,CAAE;AAAA,IACpD;AAAA,EACF;AAGA,QAAM2nB,aAAaA,MAAM3nB,OAAO4nB,YAAa5nB,OAAOwnB,WAAW,eAAeL,YAAAA;AAE9E,MAAInnB,OAAOc,SAAS,UAAUd,OAAOwnB,WAAW,QAAQ;AACtD,YAAA,MAAA;AAAA,UAAAK,UAAA3pB,IAAAA,eAAA4pB,QAAA,GAAAC,UAAAF,QAAAnmB,YAAA,CAAAsmB,SAAAC,MAAA,IAAApmB,IAAAA,cAAAkmB,QAAAjmB,WAAA,GAAAomB,UAAAF,QAAAlmB,aAAA,CAAAqmB,SAAAC,MAAA,IAAAvmB,IAAAA,cAAAqmB,QAAApmB,WAAA;AAAA+lB,cAAAzpB,UAWaqpB;AAAWppB,iBAAAwpB,SAAAvpB,IAAAA,gBAEnBC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEwB,OAAOqoB;AAAAA,QAAI;AAAA,QAAA,IAAA1pB,WAAA;AAAA,cAAA2pB,UAAApqB,IAAAA,eAAAqqB,QAAA;AAAAlqB,cAAAA,OAAAiqB,SAAA,MACKtoB,OAAOqoB,IAAI;AAAA,iBAAAC;AAAAA,QAAA;AAAA,MAAA,CAAA,GAAAN,SAAAC,MAAA;AAAA5pB,UAAAA,OAAAwpB,SAAA,MAEtC7nB,OAAOgF,OAAKmjB,SAAAC,MAAA;AAAAvpB,UAAAA,OAAAC,CAAAA,QAAA;AAAA,YAAA0pB,QAdPxoB,OAAOsB,OAAO,KAAGmnB,QACfzoB,OAAOsB,MAAM,WAAWhC,QAASopB,QAE7B1oB,OAAO2oB,aAAa3oB,OAAOgF,OAAK4jB,QACrC;AAAA,YACH5oB,OAAO6oB,YAAY,YAAY,6CAC/B7oB,OAAO6oB,YAAY,YAAY,yHAC7B,+EAA+E;AAAA,YACjF7oB,OAAO4f,aAAa,EAAE;AAAE4I,kBAAA1pB,IAAAI,KAAAG,IAAAA,aAAAwoB,SAAA,QAAA/oB,IAAAI,IAAAspB,KAAA;AAAAC,kBAAA3pB,IAAAM,KAAAC,IAAAA,aAAAwoB,SAAA,UAAA/oB,IAAAM,IAAAqpB,KAAA;AAAAC,kBAAA5pB,IAAA+E,KAAAxE,IAAAA,aAAAwoB,SAAA,cAAA/oB,IAAA+E,IAAA6kB,KAAA;AAAAE,kBAAA9pB,IAAA+c,KAAA1c,IAAAA,UAAA0oB,SAAA/oB,IAAA+c,IAAA+M,KAAA;AAAA,eAAA9pB;AAAAA,MAAA,GAAA;AAAA,QAAAI,GAAAI;AAAAA,QAAAF,GAAAE;AAAAA,QAAAuE,GAAAvE;AAAAA,QAAAuc,GAAAvc;AAAAA,MAAAA,CAAA;AAAAC,6BAAAA;AAAA,aAAAsoB;AAAAA,IAAA,GAAA;AAAA,EASlC;AAEA,UAAA,MAAA;AAAA,QAAAiB,UAAA5qB,IAAAA,eAAA6qB,QAAA,GAAAC,UAAAF,QAAApnB,YAAA,CAAAunB,SAAAC,MAAA,IAAArnB,IAAAA,cAAAmnB,QAAAlnB,WAAA,GAAAqnB,UAAAF,QAAAnnB,aAAA,CAAAsnB,SAAAC,MAAA,IAAAxnB,IAAAA,cAAAsnB,QAAArnB,WAAA,GAAAwnB,UAAAF,QAAAtnB,aAAA,CAAAynB,SAAAC,MAAA,IAAA3nB,IAAAA,cAAAynB,QAAAxnB,WAAA;AAAAgnB,YAAA1qB,UAeaqpB;AAAWppB,eAAAyqB,SAAAxqB,IAAAA,gBAEnBC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEmE,IAAAA,KAAA,MAAA,CAAA,CAAAwkB,aAAa,OAAInnB,OAAOwnB,WAAW;AAAA,MAAW;AAAA,MAAA,IAAA7oB,WAAA;AAAA,eAAAT,IAAAA,eAAAurB,QAAA;AAAA,MAAA;AAAA,IAAA,CAAA,GAAAR,SAAAC,MAAA;AAAA7qB,eAAAyqB,SAAAxqB,IAAAA,gBAGzDC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEmE,SAAA,MAAA,CAAA,CAAA3C,OAAOqoB,IAAI,OAAI,EAAElB,YAAAA,KAAiBnnB,OAAOwnB,WAAW;AAAA,MAAY;AAAA,MAAA,IAAA7oB,WAAA;AAAA,YAAA+qB,UAAAxrB,IAAAA,eAAAqqB,QAAA;AAAAlqB,YAAAA,OAAAqrB,SAAA,MAChD1pB,OAAOqoB,IAAI;AAAA,eAAAqB;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAN,SAAAC,MAAA;AAAAhrB,QAAAA,OAAAyqB,SAAA,MAEtC9oB,OAAOgF,OAAKukB,SAAAC,MAAA;AAAA3qB,QAAAA,OAAAC,CAAAA,QAAA;AAAA,UAAA6qB,QArBP3pB,OAAOwnB,WAAW,WAAW,WAAW,UAAQoC,QAC5CjC,cAAYkC,QACX1C,iBAAiBnnB,OAAOwnB,WAAW,aAAWsC,QAC7C9pB,OAAO2oB,aAAa3oB,OAAOgF,OAAK+kB,QACrC;AAAA,UACH/pB,OAAO6oB,YAAY,YAAY,uDAC/B7oB,OAAO6oB,YAAY,cAAc,wGAC/B7oB,OAAO6oB,YAAY,YAAY,yHAC7B7oB,OAAO6oB,YAAY,WAAW,2CAC5B,0FAA0F;AAAA,UAChGlB,WAAAA,IAAe,kCAAkC,EAAE;AAAA,UACnD3nB,OAAOgqB,SAAS,OAAO,wBAAwBhqB,OAAOgqB,SAAS,OAAO,wBAAwB,EAAE;AAAA,UAChGhqB,OAAO4f,aAAa,EAAE;AAAE+J,gBAAA7qB,IAAAI,KAAAG,IAAAA,aAAAypB,SAAA,QAAAhqB,IAAAI,IAAAyqB,KAAA;AAAAC,gBAAA9qB,IAAAM,KAAAmR,IAAAA,YAAAuY,SAAA,YAAAhqB,IAAAM,IAAAwqB,KAAA;AAAAC,gBAAA/qB,IAAA+E,KAAAxE,IAAAA,aAAAypB,SAAA,aAAAhqB,IAAA+E,IAAAgmB,KAAA;AAAAC,gBAAAhrB,IAAA+c,KAAAxc,IAAAA,aAAAypB,SAAA,cAAAhqB,IAAA+c,IAAAiO,KAAA;AAAAC,gBAAAjrB,IAAAkR,KAAA7Q,IAAAA,UAAA2pB,SAAAhqB,IAAAkR,IAAA+Z,KAAA;AAAA,aAAAjrB;AAAAA,IAAA,GAAA;AAAA,MAAAI,GAAAI;AAAAA,MAAAF,GAAAE;AAAAA,MAAAuE,GAAAvE;AAAAA,MAAAuc,GAAAvc;AAAAA,MAAA0Q,GAAA1Q;AAAAA,IAAAA,CAAA;AAAAC,2BAAAA;AAAA,WAAAupB;AAAAA,EAAA,GAAA;AAYlC;AAMA,SAASmB,kBAAkB/sB,OAAuB;AAChD,QAAMgtB,eAAeA,MAAM;AACzB,WAAO,YAAYhtB,MAAMY,MAAMqsB,QAAQ,cAAc,KAAKjtB,MAAMY,MAAMyF,WAAW,eAAe;AAAA,EAClG;AAEA,UAAA,MAAA;AAAA,QAAA6mB,UAAAlsB,IAAAA,eAAAmsB,QAAA,GAAAC,UAAAF,QAAA1oB,YAAA,CAAA6oB,SAAAC,MAAA,IAAA3oB,IAAAA,cAAAyoB,QAAAxoB,WAAA,GAAA2oB,UAAAF,QAAAzoB,aAAA4oB,UAAAD,QAAA/oB,YAAAipB,UAAAD,QAAA5oB,aAAA8oB,UAAAD,QAAAjpB,YAAAmpB,UAAAD,QAAAlpB,YAAAopB,UAAAD,QAAA/oB,aAAA,CAAAipB,SAAAC,MAAA,IAAAnpB,IAAAA,cAAAipB,QAAAhpB,WAAA,GAAAmpB,UAAAL,QAAA9oB,aAAAopB,UAAAD,QAAAnpB,aAAA,CAAAqpB,SAAAC,MAAA,IAAAvpB,IAAAA,cAAAqpB,QAAAppB,WAAA,GAAAupB,UAAAF,QAAArpB,aAAA,CAAAwpB,SAAAC,MAAA,IAAA1pB,IAAAA,cAAAwpB,QAAAvpB,WAAA,GAAA0pB,UAAAF,QAAAxpB,aAAA,CAAA2pB,SAAAC,MAAA,IAAA7pB,IAAAA,cAAA2pB,QAAA1pB,WAAA;AAAAzD,eAAA+rB,SAAA9rB,IAAAA,gBAEKrB,YAAU;AAAA,MAACS,SAASwsB;AAAAA,MAAcjrB,OAAK;AAAA,MAAsBjB,UAAQ;AAAA,IAAA,CAAA,GAAAusB,SAAAC,MAAA;AAAAnsB,eAAAusB,SAAA,MASnD1tB,MAAMY,MAAMqsB,QAAQ,WAASY,SAAAC,MAAA;AAAA3sB,QAAAA,OAAA4sB,SAAA,MAGzC/tB,MAAMY,MAAMyF,WAAW,yCAAyC;AAAAlF,eAAAssB,SAAArsB,IAAAA,gBAElEC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEtB,MAAMY,MAAMgD;AAAAA,MAAI;AAAA,MAAA,IAAAnC,WAAA;AAAA,YAAAgtB,UAAAztB,IAAAA,eAAA0tB,QAAA,GAAAC,UAAAF,QAAAjqB,YAAAoqB,UAAAD,QAAA/pB,aAAA,CAAAiqB,SAAAC,MAAA,IAAAnqB,IAAAA,cAAAiqB,QAAAhqB,WAAA;AAAAzD,YAAAA,OAAAstB,SAAA,MAEjBzuB,MAAMY,MAAMgD,MAAIirB,SAAAC,MAAA;AAAA,eAAAL;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAR,SAAAC,MAAA;AAAA/sB,eAAAssB,SAAArsB,IAAAA,gBAG1BC,cAAI;AAAA,MAAA,IAACC,OAAI;;AAAA,gBAAEtB,WAAMY,MAAMmuB,gBAAZ/uB,mBAAyB6I;AAAAA,MAAM;AAAA,MAAA,IAAApH,WAAA;AAAA,YAAAutB,UAAAhuB,mBAAAiuB,QAAA,GAAAC,UAAAF,QAAAxqB,YAAA2qB,UAAAD,QAAAtqB;AAAAzD,mBAAAguB,SAAA/tB,IAAAA,gBAIpCsR,aAAG;AAAA,UAAA,IAACC,OAAI;AAAA,mBAAE3S,MAAMY,MAAMmuB;AAAAA,UAAW;AAAA,UAAAttB,UAC/BA,CAAC2tB,gBAAkB,MAAA;AAAA,gBAAAC,UAAAruB,IAAAA,eAAAsuB,QAAA;AAAAnuB,gBAAAA,OAAAkuB,SAAUD,UAAU;AAAA,mBAAAC;AAAAA,UAAA,GAAA;AAAA,QAAA,CAAM,CAAA;AAAA,eAAAL;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAZ,SAAAC,MAAA;AAAAltB,eAAAssB,SAAArsB,IAAAA,gBAKrDC,cAAI;AAAA,MAAA,IAACC,OAAI;AAAA,eAAEtB,MAAMY,MAAM2uB;AAAAA,MAAS;AAAA,MAAA,IAAA9tB,WAAA;AAAA,YAAA+tB,UAAAxuB,IAAAA,eAAAyuB,QAAA;AAAAtuB,mBAAAquB,SAAA,MAE5B,IAAIzI,KAAK/mB,MAAMY,MAAM2uB,SAAS,EAAE5R,gBAAgB;AAAA,eAAA6R;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAjB,SAAAC,MAAA;AAAA,WAAAtB;AAAAA,EAAA,GAAA;AAO/D;AAKA,SAASwC,gBAAgB3e,SAAuB;AAC9C,SAAOA,WAAW,OAAOA,YAAY,YAAYA,QAAQnQ,UAAU;AACrE;AAMA,SAAS+uB,aAAa5e,SAAuB;;AAC3C,SAAOA,WAAW,OAAOA,YAAY,eACnCA,aAAQ6e,QAAR7e,mBAAa8e,WAAW,eACxB9e,aAAQA,YAARA,mBAAiBnN,UAAS,eAC1BmN,aAAQA,YAARA,mBAAiB+e;AAErB;AAMA,SAASC,uBAAuB/vB,OAA0B;AACxD,QAAMiiB,cAAcA,MAAM;;AACxB,SAAIjiB,WAAMgwB,SAASjf,YAAf/Q,mBAAwB8vB,YAAY;AACtC,aAAO3mB,UAAUC,SAASpJ,MAAMgwB,SAASjf,QAAQ+e,UAAU;AAAA,IAC7D;AACA,WAAO;AAAA,EACT;AAEA,QAAMG,gBAAgBA,MAAM;;AAC1B,aAAOjwB,WAAMgwB,SAASE,aAAflwB,mBAAyB+B,YAAS/B,WAAMgwB,SAASJ,QAAf5vB,mBAAoBmH,QAAQ,kBAAkB,QAAO;AAAA,EAChG;AAEA,UAAA,MAAA;AAAA,QAAAgpB,UAAAnvB,IAAAA,eAAAovB,QAAA,GAAAC,UAAAF,QAAA3rB,YAAA,CAAA8rB,SAAAC,MAAA,IAAA5rB,IAAAA,cAAA0rB,QAAAzrB,WAAA,GAAA4rB,UAAAF,QAAA1rB;AAAAzD,eAAAgvB,SAAA/uB,IAAAA,gBAEKC,cAAI;AAAA,MAAA,IAACC,OAAI;;AAAA,iBAAEtB,WAAMgwB,SAASE,aAAflwB,mBAAyB+B,UAAS/B,MAAMgwB,SAASJ;AAAAA,MAAG;AAAA,MAAA,IAAAnuB,WAAA;AAAA,YAAAgvB,UAAAzvB,IAAAA,eAAA0vB,QAAA,GAAAC,UAAAF,QAAAjsB;AAAArD,YAAAA,OAAAwvB,SAGzDV,aAAa;AAAA,eAAAQ;AAAAA,MAAA;AAAA,IAAA,CAAA,GAAAH,SAAAC,MAAA;AAAA5uB,QAAAA,aAAA0R,IAAAA,YAAAmd,SAAA,aAMPvO,YAAAA,CAAa,CAAA;AAAA,WAAAkO;AAAAA,EAAA,GAAA;AAIhC;AAKO,MAAMS,qBAA0D5wB,CAAAA,UAAU;AAE/E,MAAI0vB,gBAAgB1vB,MAAM+Q,OAAO,GAAG;AAClC,WAAA3P,IAAAA,gBAAQ2rB,mBAAiB;AAAA,MAAA,IAACnsB,QAAK;AAAA,eAAEZ,MAAM+Q;AAAAA,MAAO;AAAA,IAAA,CAAA;AAAA,EAChD;AAGA,MAAI4e,aAAa3vB,MAAM+Q,OAAO,GAAG;AAC/B,WAAA3P,IAAAA,gBAAQ2uB,wBAAsB;AAAA,MAAA,IAACC,WAAQ;AAAA,eAAEhwB,MAAM+Q;AAAAA,MAAO;AAAA,IAAA,CAAA;AAAA,EACxD;AAEA,QAAM8f,SAASA,MAAM;AAEnB,QAAI,UAAU7wB,MAAM+Q,WAAY/Q,MAAM+Q,QAAgBnN,SAAS,aAAa;AAC1E,aAAO;AAAA,QACL2C,IAAI;AAAA,QACJuqB,YAAY,CAAC9wB,MAAM+Q,OAAsB;AAAA,QACzCggB,MAAM;AAAA,UACJpmB,SAAS;AAAA,UACTqmB,KAAK;AAAA,QAAA;AAAA,MACP;AAAA,IAEJ;AACA,WAAOhxB,MAAM+Q;AAAAA,EACf;AAGA,QAAMkgB,qBAAqBA,MAAM;AAC/B,UAAMC,cAAaL,OAAAA;AACnB,WAAO,iCAAiCK,YAAWH,KAAKpmB,OAAO,gBAAgBumB,YAAWH,KAAKC,GAAG;AAAA,EACpG;AAGA,QAAMG,qBAAqBA,CAACpuB,cAA2B;AAErD,QAAI,CAACA,UAAUjC,UAAU;AACvB,aAAO;AAAA,IACT;AACA,UAAM;AAAA,MAAEswB;AAAAA,MAAUC;AAAAA,MAASC;AAAAA,MAAUC,UAAU;AAAA,IAAA,IAAMxuB,UAAUjC;AAC/D,WAAO,gBAAgBswB,QAAQ,WAAWC,OAAO,eAAeC,WAAW,GAAGA,QAAQ,WAAWC,OAAO,KAAK,MAAM;AAAA,EACrH;AAIA,QAAMC,uBAAuBpmB,QAAAA,WAAW,MAAM;;AAC5C,UAAM8lB,cAAaL,OAAAA;AAGnB,SAAIK,iBAAWhB,aAAXgB,mBAAqBO,YAAY;AACnC,aAAO;AAAA,IACT;AAGA,QAAI,CAACP,YAAWhB,UAAU;AACxB,aAAO;AAAA,IACT;AAGA,UAAMwB,oBAAoBR,YAAWJ,WAAW3jB,KAAM1B,CAAAA,MAAMA,EAAE7H,SAAS,QAAQ;AAC/E,QAAI8tB,mBAAmB;AACrB,aAAO;AAAA,IACT;AAGA,WAAO,CAAC,EACNR,YAAWhB,SAASyB,iBACpBT,YAAWhB,SAAS0B,eACpBV,YAAWhB,SAAS2B;AAAAA,EAExB,CAAC;AAGD,QAAMC,mBAAmB1mB,QAAAA,WAAW,MAAM;;AACxC,UAAM8lB,cAAaL,OAAAA;AACnB,WAAO;AAAA,MACLkB,WAAW;AAAA,MACXJ,gBAAeT,iBAAWhB,aAAXgB,mBAAqBS;AAAAA,MACpCK,QAAOd,iBAAWhB,aAAXgB,mBAAqBW;AAAAA,MAC5BD,cAAaV,iBAAWhB,aAAXgB,mBAAqBU;AAAAA,IAAAA;AAAAA,EAEtC,CAAC;AAED,QAAMV,aAAaL,OAAAA;AAGnB,QAAMoB,kBAAkBA,CAAClvB,WAAwBqD,YAAwChF,IAAAA,gBACtFolB,mBAAiB;AAAA,IAACzjB;AAAAA,IAAsBqD;AAAAA,IAAgB,IAAEgiB,YAAS;AAAA,aAAEpoB,MAAMooB;AAAAA,IAAS;AAAA,EAAA,CAAA;AAGvF,SAAAhnB,IAAAA,gBACG8wB,cAAAA,gBAAc;AAAA,IAACD;AAAAA,IAAgC,IAAAxwB,WAAA;AAAA,UAAA0wB,UAAAnxB,IAAAA,eAAAoxB,QAAA,GAAAC,UAAAF,QAAA3tB,YAAA8tB,UAAAD,QAAAztB,aAAA,CAAA2tB,SAAAC,MAAA,IAAA7tB,IAAAA,cAAA2tB,QAAA1tB,WAAA;AAAAzD,iBAAAkxB,SAAAjxB,IAAAA,gBAGzCsR,aAAG;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEue,WAAWJ;AAAAA,QAAU;AAAA,QAAArvB,UAC5BsB,gBAAS,MAAA;AAAA,cAAA0vB,UAAAzxB,IAAAA,eAAA0xB,QAAA;AAAAvxB,qBAAAsxB,SAAArxB,IAAAA,gBAENolB,mBAAiB;AAAA,YAACzjB;AAAAA,YAAoB,IAAEqD,UAAO;AAAA,qBAAEpG,MAAMoG;AAAAA,YAAO;AAAA,YAAA,IAAEgiB,YAAS;AAAA,qBAAEpoB,MAAMooB;AAAAA,YAAS;AAAA,UAAA,CAAA,CAAA;AAAAzmB,qBAAAgxB,SAAA/X,UAAA6X,SADjFtB,mBAAmBpuB,SAAS,GAAC4vB,GAAA,CAAA;AAAA,iBAAAF;AAAAA,QAAA,GAAA;AAAA,MAAA,CAG1C,CAAA;AAAAtxB,iBAAAgxB,SAAA/wB,IAAAA,gBAKJC,cAAI;AAAA,QAAA,IAACC,OAAI;AAAA,iBAAEkwB,qBAAAA;AAAAA,QAAsB;AAAA,QAAA,IAAA/vB,WAAA;AAAA,iBAAAL,IAAAA,gBAC/BwxB,eAAAA,gBAAc;AAAA,YAAA,IAAC9vB,SAAM;AAAA,qBAAEgvB,iBAAAA;AAAAA,YAAkB;AAAA,UAAA,CAAA;AAAA,QAAA;AAAA,MAAA,CAAA,GAAAS,SAAAC,MAAA;AAAA7wB,UAAAA,OAAAC,CAAAA,QAAA;AAAA,YAAAixB,QAblC,UAAU7yB,MAAM8yB,SAAS,EAAE,IAAEC,QACR9B,mBAAAA;AAAoB4B,kBAAAjxB,IAAAI,KAAAC,IAAAA,UAAAkwB,SAAAvwB,IAAAI,IAAA6wB,KAAA;AAAAjxB,YAAAM,IAAA0Y,IAAAA,MAAAyX,SAAAU,OAAAnxB,IAAAM,CAAA;AAAA,eAAAN;AAAAA,MAAA,GAAA;AAAA,QAAAI,GAAAI;AAAAA,QAAAF,GAAAE;AAAAA,MAAAA,CAAA;AAAA,aAAA+vB;AAAAA,IAAA;AAAA,EAAA,CAAA;AAiB3D;AAACa,IAAAA,eAAA,CAAA,SAAA,OAAA,CAAA;;;;"}
|