@templmf/temp-solf-lmf 0.0.94 → 0.0.95

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.
Files changed (528) hide show
  1. package/@antv/algorithm@^0.1.26 +5 -0
  2. package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
  3. package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
  4. package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
  5. package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
  6. package/@antv/component@^2.1.7 +11 -0
  7. package/@antv/event-emitter@^0.1.3 +3 -0
  8. package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
  9. package/@antv/g-canvas@^2.0.48 +6 -0
  10. package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
  11. package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
  12. package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
  13. package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
  14. package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
  15. package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
  16. package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
  17. package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
  18. package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
  19. package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
  20. package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
  21. package/@antv/g@^6.1.11 +6 -0
  22. package/@antv/g@^6.1.28 +6 -0
  23. package/@antv/graphlib@^2.0.4 +3 -0
  24. package/@antv/hierarchy@^0.7.1 +3 -0
  25. package/@antv/layout@^2.0.0 +2 -0
  26. package/@antv/scale@^0.4.16 +5 -0
  27. package/@antv/util@^2.0.13 +3 -0
  28. package/@antv/util@^3.3.10 +4 -0
  29. package/@antv/util@^3.3.11 +4 -0
  30. package/@antv/util@^3.3.5 +4 -0
  31. package/animate.css@4.1.1/animate.css +4072 -0
  32. package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
  33. package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
  34. package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
  35. package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
  36. package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
  37. package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
  38. package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
  39. package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
  40. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
  41. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
  42. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
  43. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
  44. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
  45. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
  46. package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
  47. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
  48. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
  49. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
  50. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
  51. package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
  52. package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
  53. package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
  54. package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
  55. package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
  56. package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
  57. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
  58. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
  59. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
  60. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
  61. package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
  62. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
  63. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
  64. package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
  65. package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
  66. package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
  67. package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
  68. package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
  69. package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
  70. package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
  71. package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
  72. package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
  73. package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
  74. package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
  75. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
  76. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
  77. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
  78. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
  79. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
  80. package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
  81. package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
  82. package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
  83. package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
  84. package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
  85. package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
  86. package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
  87. package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
  88. package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
  89. package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
  90. package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
  91. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
  92. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
  93. package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
  94. package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
  95. package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
  96. package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
  97. package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
  98. package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
  99. package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
  100. package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
  101. package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
  102. package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
  103. package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
  104. package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
  105. package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
  106. package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
  107. package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
  108. package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
  109. package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
  110. package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
  111. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
  112. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
  113. package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
  114. package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
  115. package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
  116. package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
  117. package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
  118. package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
  119. package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
  120. package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
  121. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
  122. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
  123. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
  124. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
  125. package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
  126. package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
  127. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
  128. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
  129. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
  130. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
  131. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
  132. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
  133. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
  134. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
  135. package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
  136. package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
  137. package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
  138. package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
  139. package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
  140. package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
  141. package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
  142. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
  143. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
  144. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
  145. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
  146. package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
  147. package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
  148. package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
  149. package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
  150. package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
  151. package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
  152. package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
  153. package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
  154. package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
  155. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
  156. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
  157. package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
  158. package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
  159. package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
  160. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
  161. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
  162. package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
  163. package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
  164. package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
  165. package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
  166. package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
  167. package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
  168. package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
  169. package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
  170. package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
  171. package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
  172. package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
  173. package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
  174. package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
  175. package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
  176. package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
  177. package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
  178. package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
  179. package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
  180. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
  181. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
  182. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
  183. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
  184. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
  185. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
  186. package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
  187. package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
  188. package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
  189. package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
  190. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
  191. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
  192. package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
  193. package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
  194. package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
  195. package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
  196. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
  197. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
  198. package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
  199. package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
  200. package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
  201. package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
  202. package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
  203. package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
  204. package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
  205. package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
  206. package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
  207. package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
  208. package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
  209. package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
  210. package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
  211. package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
  212. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
  213. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
  214. package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
  215. package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
  216. package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
  217. package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
  218. package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
  219. package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
  220. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
  221. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
  222. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
  223. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
  224. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
  225. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
  226. package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
  227. package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
  228. package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
  229. package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
  230. package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
  231. package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
  232. package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
  233. package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
  234. package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
  235. package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
  236. package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
  237. package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
  238. package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
  239. package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
  240. package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
  241. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
  242. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
  243. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
  244. package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
  245. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
  246. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
  247. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
  248. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
  249. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
  250. package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
  251. package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
  252. package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
  253. package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
  254. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
  255. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
  256. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
  257. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
  258. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
  259. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
  260. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
  261. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
  262. package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
  263. package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
  264. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
  265. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
  266. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
  267. package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
  268. package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
  269. package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
  270. package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
  271. package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
  272. package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
  273. package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
  274. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
  275. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
  276. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
  277. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
  278. package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
  279. package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
  280. package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
  281. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
  282. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
  283. package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
  284. package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
  285. package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
  286. package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
  287. package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
  288. package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
  289. package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
  290. package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
  291. package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
  292. package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
  293. package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
  294. package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
  295. package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
  296. package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
  297. package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
  298. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
  299. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
  300. package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
  301. package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
  302. package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
  303. package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
  304. package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
  305. package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
  306. package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
  307. package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
  308. package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
  309. package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
  310. package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
  311. package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
  312. package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
  313. package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
  314. package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
  315. package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
  316. package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
  317. package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
  318. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
  319. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
  320. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
  321. package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
  322. package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
  323. package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
  324. package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
  325. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
  326. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
  327. package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
  328. package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
  329. package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
  330. package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
  331. package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
  332. package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
  333. package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
  334. package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
  335. package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
  336. package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
  337. package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
  338. package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
  339. package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
  340. package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
  341. package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
  342. package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
  343. package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
  344. package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
  345. package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
  346. package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
  347. package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
  348. package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
  349. package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
  350. package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
  351. package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
  352. package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
  353. package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
  354. package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
  355. package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
  356. package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
  357. package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
  358. package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
  359. package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
  360. package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
  361. package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
  362. package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
  363. package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
  364. package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
  365. package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
  366. package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
  367. package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
  368. package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
  369. package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
  370. package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
  371. package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
  372. package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
  373. package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
  374. package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
  375. package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
  376. package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
  377. package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
  378. package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
  379. package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
  380. package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
  381. package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
  382. package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
  383. package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
  384. package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
  385. package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
  386. package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
  387. package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
  388. package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
  389. package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
  390. package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
  391. package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
  392. package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
  393. package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
  394. package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
  395. package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
  396. package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
  397. package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
  398. package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
  399. package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
  400. package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
  401. package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
  402. package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
  403. package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
  404. package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
  405. package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
  406. package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
  407. package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
  408. package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
  409. package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
  410. package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
  411. package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
  412. package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
  413. package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
  414. package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
  415. package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
  416. package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
  417. package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
  418. package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
  419. package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
  420. package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
  421. package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
  422. package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
  423. package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
  424. package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
  425. package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
  426. package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
  427. package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
  428. package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
  429. package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
  430. package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
  431. package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
  432. package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
  433. package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
  434. package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
  435. package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
  436. package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
  437. package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
  438. package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
  439. package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
  440. package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
  441. package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
  442. package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
  443. package/eventemitter3@^5.0.1 +3 -0
  444. package/gl-matrix@^3.3.0 +2 -0
  445. package/gl-matrix@^3.4.3 +2 -0
  446. package/package.json +1 -1
  447. package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
  448. package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
  449. package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
  450. package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
  451. package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
  452. package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
  453. package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
  454. package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
  455. package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
  456. package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
  457. package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
  458. package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
  459. package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
  460. package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
  461. package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
  462. package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
  463. package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
  464. package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
  465. package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
  466. package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
  467. package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
  468. package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
  469. package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
  470. package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
  471. package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
  472. package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
  473. package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
  474. package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
  475. package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
  476. package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
  477. package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
  478. package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
  479. package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
  480. package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
  481. package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
  482. package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
  483. package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
  484. package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
  485. package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
  486. package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
  487. package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
  488. package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
  489. package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
  490. package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
  491. package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
  492. package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
  493. package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
  494. package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
  495. package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
  496. package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
  497. package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
  498. package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
  499. package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
  500. package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
  501. package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
  502. package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
  503. package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
  504. package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
  505. package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
  506. package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
  507. package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
  508. package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
  509. package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
  510. package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
  511. package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
  512. package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
  513. package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
  514. package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
  515. package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
  516. package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
  517. package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
  518. package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
  519. package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
  520. package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
  521. package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
  522. package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
  523. package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
  524. package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
  525. package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
  526. package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
  527. package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
  528. package/@antv/g6 +0 -13
@@ -0,0 +1,5 @@
1
+ /* esm.sh - @antv/algorithm@0.1.26 */
2
+ import "/@antv/util@^2.0.13?target=es2022";
3
+ import "/tslib@^2.0.0?target=es2022";
4
+ export * from "/@antv/algorithm@0.1.26/es2022/algorithm.mjs";
5
+ export { default } from "/@antv/algorithm@0.1.26/es2022/algorithm.mjs";
@@ -0,0 +1,3 @@
1
+ /* esm.sh - @antv/component@2.1.7/esm/animation */
2
+ var pt=Object.defineProperty;var Qt=Object.getOwnPropertyDescriptor;var tr=Object.getOwnPropertyNames;var rr=Object.prototype.hasOwnProperty;var er=(t,r)=>{for(var e in r)pt(t,e,{get:r[e],enumerable:!0})},ct=(t,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of tr(r))!rr.call(t,n)&&n!==e&&pt(t,n,{get:()=>r[n],enumerable:!(a=Qt(r,n))||a.enumerable});return t},v=(t,r,e)=>(ct(t,r,"default"),e&&ct(e,r,"default"));import{__assign as I,__read as V}from"/tslib?target=es2022";import{isNil as Re}from"/@antv/util@^3.3.10?target=es2022";var h={};er(h,{BBox:()=>ht,PRIMILTIVE_ATTRIBUTES:()=>Yt,Selection:()=>kt,add:()=>L,addPrefix:()=>lt,applyStyleSheet:()=>ge,applyToText:()=>W,arrayInterpolate:()=>Dt,catmullRom2Bezier:()=>re,classNames:()=>cr,copyAttributes:()=>_e,createOffscreenGroup:()=>ut,createTempText:()=>ve,deepAssign:()=>vr,defined:()=>dr,degToRad:()=>nr,distance:()=>rt,ellipsisIt:()=>br,formatTime:()=>$t,getCallbackValue:()=>sr,getEventPos:()=>Mr,getFont:()=>xt,getLocalBBox:()=>he,getMask:()=>Kt,getPrimitiveAttributes:()=>ee,getRenderBBox:()=>or,getShapeSpace:()=>me,getTimeDiff:()=>Pe,getTimeScale:()=>je,getTimeStart:()=>Ce,getTranslate:()=>Jt,groupBy:()=>Wr,hide:()=>D,ifNegative:()=>Kr,ifPositive:()=>$r,ifShow:()=>Hr,inRange:()=>Yr,interpolate:()=>B,intersection:()=>Dr,isHorizontal:()=>de,isInOffscreenGroup:()=>Pr,isPrimitiveAttribute:()=>zt,isVertical:()=>xe,keyframeInterpolate:()=>Rr,lineLen:()=>Lr,max:()=>P,maybeAppend:()=>ue,measureTextWidth:()=>gr,mid:()=>Zr,min:()=>E,multi:()=>Jr,normalize:()=>kr,numberInterpolate:()=>Ft,objectInterpolate:()=>Lt,omit:()=>Qr,parseDate:()=>G,parseHTML:()=>Br,parseHeightFromHTML:()=>ze,parsePosition:()=>He,parseSeriesAttr:()=>ce,path2marker:()=>Ut,percentTransform:()=>Fe,radToDeg:()=>ir,removePrefix:()=>et,renderExtDo:()=>Ir,renderHtmlExtDo:()=>Fr,replaceChildren:()=>Be,rotate:()=>Gr,sampling:()=>ne,scale:()=>C,scaleToPixel:()=>ie,select:()=>z,setMockMeasureTextWidth:()=>yr,show:()=>at,splitStyle:()=>Me,stringToHTML:()=>Nt,sub:()=>H,subStyleProps:()=>be,superStyleProps:()=>we,svg2marker:()=>Oe,textOf:()=>_t,throttle:()=>Ae,timer:()=>Ne,toKNotation:()=>qr,toLowercaseFirstLetter:()=>Vt,toPrecision:()=>Bt,toScientificNotation:()=>Xr,toThousands:()=>Ur,toUppercaseFirstLetter:()=>R,transpose:()=>De,traverse:()=>$,vertical:()=>Vr,visibility:()=>ft,wrapIt:()=>wr});function nr(t){return t*Math.PI/180}function ir(t){return Number((t*180/Math.PI).toPrecision(5))}import{__read as mt}from"/tslib?target=es2022";var ht=(function(){function t(r,e,a,n){r===void 0&&(r=0),e===void 0&&(e=0),a===void 0&&(a=0),n===void 0&&(n=0),this.x=0,this.y=0,this.width=0,this.height=0,this.x=r,this.y=e,this.width=a,this.height=n}return Object.defineProperty(t.prototype,"bottom",{get:function(){return this.y+this.height},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"left",{get:function(){return this.x},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"right",{get:function(){return this.x+this.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"top",{get:function(){return this.y},enumerable:!1,configurable:!0}),t.fromRect=function(r){return new t(r.x,r.y,r.width,r.height)},t.prototype.toJSON=function(){return{x:this.x,y:this.y,width:this.width,height:this.height,top:this.top,right:this.right,bottom:this.bottom,left:this.left}},t.prototype.isPointIn=function(r,e){return r>=this.left&&r<=this.right&&e>=this.top&&e<=this.bottom},t})();function or(t){var r=t.getRenderBounds(),e=mt(r.min,2),a=e[0],n=e[1],i=mt(r.max,2),o=i[0],f=i[1],u=o-a,l=f-n;return new ht(a,n,u,l)}import{__read as ar,__spreadArray as fr}from"/tslib?target=es2022";import{isFunction as ur}from"/@antv/util@^3.3.10?target=es2022";function sr(t,r){return ur(t)?t.apply(void 0,fr([],ar(r),!1)):t}import{__read as lr}from"/tslib?target=es2022";var cr=function(t,r){var e=function(n){return"".concat(r,"-").concat(n)},a=Object.fromEntries(Object.entries(t).map(function(n){var i=lr(n,2),o=i[0],f=i[1],u=e(f);return[o,{name:u,class:".".concat(u),id:"#".concat(u),toString:function(){return u}}]}));return Object.assign(a,{prefix:e}),a};import{__read as pr}from"/tslib?target=es2022";import{isPlainObject as vt,isArray as mr}from"/@antv/util@^3.3.10?target=es2022";var hr=5,dt=function(t,r,e,a){e===void 0&&(e=0),a===void 0&&(a=hr),Object.entries(r).forEach(function(n){var i=pr(n,2),o=i[0],f=i[1],u=t;Object.prototype.hasOwnProperty.call(r,o)&&(f?vt(f)?(vt(t[o])||(u[o]={}),e<a?dt(t[o],f,e+1,a):u[o]=r[o]):mr(f)?(u[o]=[],u[o]=u[o].concat(f)):u[o]=f:u[o]=f)})},vr=function(t){for(var r=[],e=1;e<arguments.length;e++)r[e-1]=arguments[e];for(var a=0;a<r.length;a+=1)dt(t,r[a]);return t};var dr=function(t){return t!==void 0&&t!=null&&!Number.isNaN(t)};import{runtime as xr}from"/@antv/g@^6.1.11?target=es2022";import{memoize as _r}from"/@antv/util@^3.3.10?target=es2022";var X,ot;function yr(t){ot=t}var gr=_r(function(t,r){var e=r.fontSize,a=r.fontFamily,n=r.fontWeight,i=r.fontStyle,o=r.fontVariant;return ot?ot(t,e):(X||(X=xr.offscreenCanvasCreator.getOrCreateContext(void 0)),X.font=[i,o,n,"".concat(e,"px"),a].join(" "),X.measureText(t).width)},function(t,r){return[t,Object.values(r||xt(t)).join()].join("")},4096),xt=function(t){var r=t.style.fontFamily||"sans-serif",e=t.style.fontWeight||"normal",a=t.style.fontStyle||"normal",n=t.style.fontVariant,i=t.style.fontSize;return i=typeof i=="object"?i.value:i,{fontSize:i,fontFamily:r,fontWeight:e,fontStyle:a,fontVariant:n}};function _t(t){return t.nodeName==="text"?t:t.nodeName==="g"&&t.children.length===1&&t.children[0].nodeName==="text"?t.children[0]:null}function W(t,r){var e=_t(t);e&&e.attr(r)}function br(t,r,e){e===void 0&&(e="..."),W(t,{wordWrap:!0,wordWrapWidth:r,maxLines:1,textOverflow:e})}function wr(t,r,e,a){e===void 0&&(e=2),a===void 0&&(a="top"),W(t,{wordWrap:!0,wordWrapWidth:r,maxLines:e,textBaseline:a})}function Mr(t){var r=t.canvas,e=t.touches,a=t.offsetX,n=t.offsetY;if(r){var i=r.x,o=r.y;return[i,o]}if(e){var f=e[0],u=f.clientX,l=f.clientY;return[u,l]}return a&&n?[a,n]:[0,0]}import{__assign as Et}from"/tslib?target=es2022";import{isNumber as Pt,isString as jt}from"/@antv/util@^3.3.10?target=es2022";import{Circle as yt}from"/@antv/g@^6.1.11?target=es2022";import{CustomElement as bn}from"/@antv/g@^6.1.11?target=es2022";import{DisplayObject as Sn}from"/@antv/g@^6.1.11?target=es2022";import{Ellipse as gt}from"/@antv/g@^6.1.11?target=es2022";import{Group as q}from"/@antv/g@^6.1.11?target=es2022";import{HTML as K}from"/@antv/g@^6.1.11?target=es2022";import{Image as bt}from"/@antv/g@^6.1.11?target=es2022";import{Line as wt}from"/@antv/g@^6.1.11?target=es2022";import{Path as Mt}from"/@antv/g@^6.1.11?target=es2022";import{Polygon as St}from"/@antv/g@^6.1.11?target=es2022";import{Polyline as Tt}from"/@antv/g@^6.1.11?target=es2022";import{Rect as Ot}from"/@antv/g@^6.1.11?target=es2022";import{__assign as At,__extends as jr,__rest as Cr}from"/tslib?target=es2022";import{Text as Nr}from"/@antv/g@^6.1.11?target=es2022";import{__extends as Sr,__read as Tr,__spreadArray as Or}from"/tslib?target=es2022";import{ElementEvent as Ar}from"/@antv/g@^6.1.11?target=es2022";function $(t,r){r(t),t.children&&t.children.forEach(function(e){e&&$(e,r)})}function at(t){ft(t,!0)}function D(t){ft(t,!1)}function ft(t,r){var e=r?"visible":"hidden";$(t,function(a){a.attr("visibility",e)})}var Er=(function(t){Sr(r,t);function r(){for(var e=[],a=0;a<arguments.length;a++)e[a]=arguments[a];var n=t.apply(this,Or([],Tr(e),!1))||this;return n.isMutationObserved=!0,n.addEventListener(Ar.INSERTED,function(){D(n)}),n}return r})(q);function ut(t){var r=t.appendChild(new Er({class:"offscreen"}));return D(r),r}function Pr(t){for(var r=t;r;){if(r.className==="offscreen")return!0;r=r.parent}return!1}var J=(function(t){jr(r,t);function r(e){e===void 0&&(e={});var a=e.style,n=Cr(e,["style"]);return t.call(this,At({style:At({text:"",fill:"black",fontFamily:"sans-serif",fontSize:16,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",lineWidth:1,textAlign:"start",textBaseline:"middle"},a)},n))||this}return Object.defineProperty(r.prototype,"offscreenGroup",{get:function(){return this._offscreen||(this._offscreen=ut(this)),this._offscreen},enumerable:!1,configurable:!0}),r.prototype.disconnectedCallback=function(){var e;(e=this._offscreen)===null||e===void 0||e.destroy()},r})(Nr);function Ir(t){return typeof t=="function"?t():jt(t)||Pt(t)?new J({style:{text:String(t)}}):t}function Fr(t,r){return typeof t=="function"?t():jt(t)||Pt(t)?new K({style:Et(Et({},r),{innerHTML:String(t)})}):t}import{__read as Z}from"/tslib?target=es2022";function Q(t,r,e,a,n,i){return(t===r||Math.min(t,r)<=n&&n<=Math.max(t,r))&&(e===a||Math.min(e,a)<=i&&i<=Math.max(e,a))}function tt(t,r,e){var a=t;(!t.length||r<t[0]||r===t[0]&&e<t[1])&&(a[0]=r,a[1]=e)}function Dr(t,r,e,a){var n=Z(t,2),i=n[0],o=n[1],f=Z(r,2),u=f[0],l=f[1],m=Z(e,2),c=m[0],s=m[1],d=Z(a,2),p=d[0],g=d[1],x=[];if((g-s)*(u-i)===(l-o)*(p-c))(l-o)*(c-i)===(s-o)*(u-i)&&(Q(i,u,o,l,c,s)&&tt(x,c,s),Q(i,u,o,l,p,g)&&tt(x,p,g),Q(c,p,s,g,i,o)&&tt(x,i,o),Q(c,p,s,g,u,l)&&tt(x,u,l));else{var _=(c*(g-s)+o*(p-c)-s*(p-c)-i*(g-s))/((u-i)*(g-s)-(p-c)*(l-o)),w=(i*(l-o)+s*(u-i)-o*(u-i)-c*(l-o))/((p-c)*(l-o)-(u-i)*(g-s));_>=0&&_<=1&&w>=0&&w<=1&&(x[0]=i+_*(u-i),x[1]=o+_*(l-o))}return x}import{__read as Ct}from"/tslib?target=es2022";function Lr(t,r){var e=Ct(t,2),a=e[0],n=e[1],i=Ct(r,2),o=i[0],f=i[1];return Math.pow(Math.pow(a-o,2)+Math.pow(n-f,2),.5)}function Wr(t,r){return t.reduce(function(e,a){return(e[a[r]]=e[a[r]]||[]).push(a),e},{})}function Nt(t){var r=document.createElement("div");return r.innerHTML=t,r.firstChild}function Br(t){return typeof t=="string"?Nt(t):t}function Hr(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=function(i){i.node().removeChildren()}),t?e(r):(a&&n(r),null)}function Yr(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=!1),a&&t===r||n&&t===e?!0:t>r&&t<e}import{__read as It}from"/tslib?target=es2022";var Ft=function(t,r){return function(e){return t*(1-e)+r*e}};function Dt(t,r){var e=r?r.length:0,a=t?Math.min(e,t.length):0;return function(n){var i=new Array(a),o=new Array(e),f=0;for(f=0;f<a;++f)i[f]=B(t[f],r[f]);for(;f<e;++f)o[f]=r[f];for(f=0;f<a;++f)o[f]=i[f](n);return o}}function Lt(t,r){t===void 0&&(t={}),r===void 0&&(r={});var e={},a={};return Object.entries(r).forEach(function(n){var i=It(n,2),o=i[0],f=i[1];o in t?e[o]=B(t[o],f):a[o]=f}),function(n){return Object.entries(e).forEach(function(i){var o=It(i,2),f=o[0],u=o[1];return a[f]=u(n)}),a}}function B(t,r){return typeof t=="number"&&typeof r=="number"?Ft(t,r):Array.isArray(t)&&Array.isArray(r)?Dt(t,r):typeof t=="object"&&typeof r=="object"?Lt(t,r):(function(e){return t})}import{__assign as zr}from"/tslib?target=es2022";function Rr(t,r,e,a){if(!a)return t.attr("__keyframe_data__",e),null;var n=a.duration,i=n===void 0?0:n,o=B(r,e),f=Math.ceil(+i/16),u=new Array(f).fill(0).map(function(l,m,c){return{__keyframe_data__:o(m/(c.length-1))}});return t.animate(u,zr({fill:"both"},a))}v(h,Ho);import*as Ho from"./util/layout.mjs";import{__read as Wt}from"/tslib?target=es2022";function C(t,r){return[t[0]*r,t[1]*r]}function L(t,r){return[t[0]+r[0],t[1]+r[1]]}function H(t,r){return[t[0]-r[0],t[1]-r[1]]}function E(t,r){return[Math.min(t[0],r[0]),Math.min(t[1],r[1])]}function P(t,r){return[Math.max(t[0],r[0]),Math.max(t[1],r[1])]}function rt(t,r){return Math.sqrt(Math.pow(t[0]-r[0],2)+Math.pow(t[1]-r[1],2))}function kr(t){if(t[0]===0&&t[1]===0)return[0,0];var r=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2));return[t[0]/r,t[1]/r]}function Gr(t,r,e){var a=Wt(t,2),n=a[0],i=a[1],o=Wt(r,2),f=o[0],u=o[1],l=n-f,m=i-u,c=Math.sin(e),s=Math.cos(e);return[l*s-m*c+f,l*c+m*s+u]}function Vr(t,r){return r?[t[1],-t[0]]:[-t[1],t[0]]}function Bt(t,r){return+t.toPrecision(r)}function Ur(t){return t.toLocaleString()}function Xr(t){return t.toExponential()}function qr(t,r){return r===void 0&&(r=0),Math.abs(t)<1e3?String(t):"".concat(Bt(t/1e3,r).toLocaleString(),"K")}var Kr=function(t,r,e){return t<0&&Number.isFinite(t)?r:e},$r=function(t,r,e){return t>0&&Number.isFinite(t)?r:e},Jr=function(t,r){return t*r},Zr=function(t,r){return t/2+(r||0)/2};function Qr(t,r){var e={},a=Array.isArray(r)?r:[r];for(var n in t)a.includes(n)||(e[n]=t[n]);return e}import{__read as Ht}from"/tslib?target=es2022";function te(t,r,e,a){var n,i=[],o=!!a,f,u,l=[1/0,1/0],m=[-1/0,-1/0],c,s,d;if(o){n=Ht(a,2),l=n[0],m=n[1];for(var p=0,g=t.length;p<g;p+=1){var x=t[p];l=E(l,x),m=P(m,x)}}for(var p=0,_=t.length;p<_;p+=1){var x=t[p];if(p===0&&!e)d=x;else if(p===_-1&&!e)s=x,i.push(d),i.push(s);else{var w=[p?p-1:_-1,p-1][e?0:1];f=t[w],u=t[e?(p+1)%_:p+1];var b=[0,0];b=H(u,f),b=C(b,r);var S=rt(x,f),y=rt(x,u),A=S+y;A!==0&&(S/=A,y/=A);var O=C(b,-S),M=C(b,y);s=L(x,O),c=L(x,M),c=E(c,P(u,x)),c=P(c,E(u,x)),O=H(c,x),O=C(O,-S/y),s=L(x,O),s=E(s,P(f,x)),s=P(s,E(f,x)),M=H(x,s),M=C(M,y/S),c=L(x,M),o&&(s=P(s,l),s=E(s,m),c=P(c,l),c=E(c,m)),i.push(d),i.push(s),d=c}}return e&&i.push(i.shift()),i}function re(t,r,e){var a;r===void 0&&(r=!1),e===void 0&&(e=[[0,0],[1,1]]);for(var n=!!r,i=[],o=0,f=t.length;o<f;o+=2)i.push([t[o],t[o+1]]);for(var u=te(i,.4,n,e),l=i.length,m=[],c,s,d,o=0;o<l-1;o+=1)c=u[o*2],s=u[o*2+1],d=i[o+1],m.push(["C",c[0],c[1],s[0],s[1],d[0],d[1]]);return n&&(c=u[l],s=u[l+1],a=Ht(i,1),d=a[0],m.push(["C",c[0],c[1],s[0],s[1],d[0],d[1]])),m}var Yt=["$el","cx","cy","d","dx","dy","fill","fillOpacity","filter","fontFamily","fontSize","fontStyle","fontVariant","fontWeight","height","img","increasedLineWidthForHitTesting","innerHTML","isBillboard","billboardRotation","isSizeAttenuation","isClosed","isOverflowing","leading","letterSpacing","lineDash","lineHeight","lineWidth","markerEnd","markerEndOffset","markerMid","markerStart","markerStartOffset","maxLines","metrics","miterLimit","offsetX","offsetY","opacity","path","points","r","radius","rx","ry","shadowColor","src","stroke","strokeOpacity","text","textAlign","textBaseline","textDecorationColor","textDecorationLine","textDecorationStyle","textOverflow","textPath","textPathSide","textPathStartOffset","transform","transformOrigin","visibility","width","wordWrap","wordWrapWidth","x","x1","x2","y","y1","y2","z1","z2","zIndex"];function zt(t){return Yt.includes(t)}function ee(t){var r={};for(var e in t)zt(e)&&(r[e]=t[e]);return r}function ne(t,r){if(t.length<=r)return t;for(var e=Math.floor(t.length/r),a=[],n=0;n<t.length;n+=e)a.push(t[n]);return a}function ie(t,r,e){e===void 0&&(e=!1);var a=t.getBBox(),n=a.width,i=a.height,o=r/Math.max(n,i);return e&&(t.style.transform="scale(".concat(o,")")),o}import{__classPrivateFieldGet as st,__read as N,__spreadArray as Y,__values as oe}from"/tslib?target=es2022";import{flatten as ae}from"/@antv/util@^3.3.10?target=es2022";function Rt(t,r){var e=new Map;return t.forEach(function(a){var n=r(a);e.has(n)||e.set(n,[]),e.get(n).push(a)}),e}function fe(t){throw new Error(t)}var kt=(function(){function t(n,i,o,f,u,l,m){n===void 0&&(n=null),i===void 0&&(i=null),o===void 0&&(o=null),f===void 0&&(f=null),u===void 0&&(u=[null,null,null,null,null]),l===void 0&&(l=[]),m===void 0&&(m=[]),r.add(this),this._elements=Array.from(n),this._data=i,this._parent=o,this._document=f,this._enter=u[0],this._update=u[1],this._exit=u[2],this._merge=u[3],this._split=u[4],this._transitions=l,this._facetElements=m}t.prototype.selectAll=function(n){var i=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(i,null,this._elements[0],this._document)},t.prototype.selectFacetAll=function(n){var i=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(this._elements,null,this._parent,this._document,void 0,void 0,i)},t.prototype.select=function(n){var i=typeof n=="string"?this._parent.querySelectorAll(n)[0]||null:n;return new e([i],null,i,this._document)},t.prototype.append=function(n){var i=this,o=typeof n=="function"?n:function(){return i.createElement(n)},f=[];if(this._data!==null){for(var u=0;u<this._data.length;u++){var l=this._data[u],m=N(Array.isArray(l)?l:[l,null],2),c=m[0],s=m[1],d=o(c,u);d.__data__=c,s!==null&&(d.__fromElements__=s),this._parent.appendChild(d),f.push(d)}return new e(f,null,this._parent,this._document)}for(var u=0;u<this._elements.length;u++){var p=this._elements[u],c=p.__data__,d=o(c,u);p.appendChild(d),f.push(d)}return new e(f,null,f[0],this._document)},t.prototype.maybeAppend=function(n,i){var o=st(this,r,"m",a).call(this,n[0]==="#"?n:"#".concat(n),i);return o.attr("id",n),o},t.prototype.maybeAppendByClassName=function(n,i){var o=n.toString(),f=st(this,r,"m",a).call(this,o[0]==="."?o:".".concat(o),i);return f.attr("className",o),f},t.prototype.maybeAppendByName=function(n,i){var o=st(this,r,"m",a).call(this,'[name="'.concat(n,'"]'),i);return o.attr("name",n),o},t.prototype.data=function(n,i,o){var f,u;i===void 0&&(i=function(T){return T}),o===void 0&&(o=function(){return null});for(var l=[],m=[],c=new Set(this._elements),s=[],d=new Set,p=new Map(this._elements.map(function(T,F){return[i(T.__data__,F),T]})),g=new Map(this._facetElements.map(function(T,F){return[i(T.__data__,F),T]})),x=Rt(this._elements,function(T){return o(T.__data__)}),_=0;_<n.length;_++){var w=n[_],b=i(w,_),S=o(w,_);if(p.has(b)){var y=p.get(b);y.__data__=w,y.__facet__=!1,m.push(y),c.delete(y),p.delete(b)}else if(g.has(b)){var y=g.get(b);y.__data__=w,y.__facet__=!0,m.push(y),g.delete(b)}else if(x.has(b)){var A=x.get(b);s.push([w,A]);try{for(var O=(f=void 0,oe(A)),M=O.next();!M.done;M=O.next()){var y=M.value;c.delete(y)}}catch(T){f={error:T}}finally{try{M&&!M.done&&(u=O.return)&&u.call(O)}finally{if(f)throw f.error}}x.delete(b)}else if(p.has(S)){var y=p.get(S);y.__toData__?y.__toData__.push(w):y.__toData__=[w],d.add(y),c.delete(y)}else l.push(w)}var U=[new e([],l,this._parent,this._document),new e(m,null,this._parent,this._document),new e(c,null,this._parent,this._document),new e([],s,this._parent,this._document),new e(d,null,this._parent,this._document)];return new e(this._elements,null,this._parent,this._document,U)},t.prototype.merge=function(n){var i=Y(Y([],N(this._elements),!1),N(n._elements),!1),o=Y(Y([],N(this._transitions),!1),N(n._transitions),!1);return new e(i,null,this._parent,this._document,void 0,o)},t.prototype.createElement=function(n){if(this._document)return this._document.createElement(n,{});var i=e.registry[n];return i?new i:fe("Unknown node type: ".concat(n))},t.prototype.join=function(n,i,o,f,u){n===void 0&&(n=function(p){return p}),i===void 0&&(i=function(p){return p}),o===void 0&&(o=function(p){return p.remove()}),f===void 0&&(f=function(p){return p}),u===void 0&&(u=function(p){return p.remove()});var l=n(this._enter),m=i(this._update),c=o(this._exit),s=f(this._merge),d=u(this._split);return m.merge(l).merge(c).merge(s).merge(d)},t.prototype.remove=function(){for(var n=function(f){var u=i._elements[f],l=i._transitions[f];l?l.then(function(){return u.remove()}):u.remove()},i=this,o=0;o<this._elements.length;o++)n(o);return new e([],null,this._parent,this._document,void 0,this._transitions)},t.prototype.each=function(n){for(var i=0;i<this._elements.length;i++){var o=this._elements[i],f=o.__data__;n.call(o,f,i)}return this},t.prototype.attr=function(n,i){var o=typeof i!="function"?function(){return i}:i;return this.each(function(f,u){i!==void 0&&(this[n]=o.call(this,f,u))})},t.prototype.style=function(n,i,o){o===void 0&&(o=!0);var f=typeof i!="function"||!o?function(){return i}:i;return this.each(function(u,l){i!==void 0&&(this.style[n]=f.call(this,u,l))})},t.prototype.styles=function(n,i){return n===void 0&&(n={}),i===void 0&&(i=!0),this.each(function(o,f){var u=this;Object.entries(n).forEach(function(l){var m=N(l,2),c=m[0],s=m[1],d=typeof s!="function"||!i?function(){return s}:s;s!==void 0&&u.attr(c,d.call(u,o,f))})})},t.prototype.update=function(n,i){i===void 0&&(i=!0);var o=typeof n!="function"||!i?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(o.call(this,f,u))})},t.prototype.maybeUpdate=function(n,i){i===void 0&&(i=!0);var o=typeof n!="function"||!i?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(o.call(this,f,u))})},t.prototype.transition=function(n){var i=this._transitions,o=new Array(this._elements.length);return this.each(function(f,u){o[u]=n.call(this,f,u)}),this._transitions=ae(o),this},t.prototype.on=function(n,i){return this.each(function(){this.addEventListener(n,i)}),this},t.prototype.call=function(n){for(var i=[],o=1;o<arguments.length;o++)i[o-1]=arguments[o];return n.call.apply(n,Y([this._parent,this],N(i),!1)),this},t.prototype.node=function(){return this._elements[0]},t.prototype.nodes=function(){return this._elements},t.prototype.transitions=function(){return this._transitions.filter(function(n){return!!n})},t.prototype.parent=function(){return this._parent};var r,e,a;return e=t,r=new WeakSet,a=function(i,o){var f=this._elements[0],u=f.querySelector(i);if(u)return new e([u],null,this._parent,this._document);var l=typeof o=="string"?this.createElement(o):o();return f.appendChild(l),new e([l],null,this._parent,this._document)},t.registry={g:q,rect:Ot,circle:yt,path:Mt,text:J,ellipse:gt,image:bt,line:wt,polygon:St,polyline:Tt,html:K},t})();function z(t){return new kt([t],null,t,t.ownerDocument)}function ue(t,r,e){return t.querySelector(r)?z(t).select(r):z(t).append(e)}import{isNumber as se,isArray as le}from"/@antv/util@^3.3.10?target=es2022";function ce(t){if(se(t))return[t,t,t,t];if(le(t)){var r=t.length;if(r===1)return[t[0],t[0],t[0],t[0]];if(r===2)return[t[0],t[1],t[0],t[1]];if(r===3)return[t[0],t[1],t[2],t[1]];if(r===4)return t}return[0,0,0,0]}import{__assign as Gt,__read as j,__values as pe}from"/tslib?target=es2022";function me(t){var r=t&&t.getRenderBounds();if(!r)return{width:0,height:0};var e=r.getMax(),a=r.getMin();return{width:e[0]-a[0],height:e[1]-a[1]}}function he(t){var r=t.getLocalBounds(),e=r.min,a=r.max,n=j([e,a],2),i=j(n[0],2),o=i[0],f=i[1],u=j(n[1],2),l=u[0],m=u[1];return{x:o,y:f,width:l-o,height:m-f,left:o,bottom:m,top:f,right:l}}function ve(t,r){var e=z(t).append("text").node();return e.attr(Gt(Gt({},r),{visibility:"hidden"})),e}function de(t,r){var e=j(t,2),a=e[0],n=e[1],i=j(r,2),o=i[0],f=i[1];return a!==o&&n===f}function xe(t,r){var e=j(t,2),a=e[0],n=e[1],i=j(r,2),o=i[0],f=i[1];return a===o&&n!==f}function _e(t,r){var e,a,n=r.attributes;try{for(var i=pe(Object.entries(n)),o=i.next();!o.done;o=i.next()){var f=j(o.value,2),u=f[0],l=f[1];u!=="id"&&u!=="className"&&t.attr(u,l)}}catch(m){e={error:m}}finally{try{o&&!o.done&&(a=i.return)&&a.call(i)}finally{if(e)throw e.error}}}function R(t){return t.toString().charAt(0).toUpperCase()+t.toString().slice(1)}function Vt(t){return t.toString().charAt(0).toLowerCase()+t.toString().slice(1)}function lt(t,r){return"".concat(r).concat(R(t))}function et(t,r,e){var a;e===void 0&&(e=!0);var n=r||((a=t.match(/^([a-z][a-z0-9]+)/))===null||a===void 0?void 0:a[0])||"",i=t.replace(new RegExp("^(".concat(n,")")),"");return e?Vt(i):i}import{__read as k,__spreadArray as ye}from"/tslib?target=es2022";function ge(t,r){Object.entries(r).forEach(function(e){var a=k(e,2),n=a[0],i=a[1];ye([t],k(t.querySelectorAll(n)),!1).filter(function(o){return o.matches(n)}).forEach(function(o){if(o){var f=o;f.style.cssText+=Object.entries(i).reduce(function(u,l){return"".concat(u).concat(l.join(":"),";")},"")}})})}var nt=function(t,r){if(!t?.startsWith(r))return!1;var e=t[r.length];return e>="A"&&e<="Z"};function be(t,r,e){e===void 0&&(e=!1);var a={};return Object.entries(t).forEach(function(n){var i=k(n,2),o=i[0],f=i[1];if(!(o==="className"||o==="class")){if(nt(o,"show")&&nt(et(o,"show"),r)!==e)o===lt(r,"show")?a[o]=f:a[o.replace(new RegExp(R(r)),"")]=f;else if(!nt(o,"show")&&nt(o,r)!==e){var u=et(o,r);u==="filter"&&typeof f=="function"||(a[u]=f)}}}),a}function we(t,r){return Object.entries(t).reduce(function(e,a){var n=k(a,2),i=n[0],o=n[1];return i.startsWith("show")?e["show".concat(r).concat(i.slice(4))]=o:e["".concat(r).concat(R(i))]=o,e},{})}function Me(t,r){r===void 0&&(r=["x","y","class","className"]);var e=["transform","transformOrigin","anchor","visibility","pointerEvents","zIndex","cursor","clipPath","clipPathTargets","offsetPath","offsetPathTargets","offsetDistance","draggable","droppable"],a={},n={};return Object.entries(t).forEach(function(i){var o=k(i,2),f=o[0],u=o[1];r.includes(f)||(e.indexOf(f)!==-1?n[f]=u:a[f]=u)}),[a,n]}import{__read as Se}from"/tslib?target=es2022";import Te from"/svg-path-parser@^1.1.0?target=es2022";function Ut(t,r,e){return r===void 0&&(r=1024),e===void 0&&(e=1014),function(a,n,i){var o=Te(t);return o.map(function(f){var u=[];u.push(f.relative===!0?f.code.toLowerCase():f.code.toUpperCase());var l=[[f.x1,f.y1],[f.x2,f.y2],[f.x,f.y]];return l.forEach(function(m){var c=Se(m,2),s=c[0],d=c[1];s!==void 0&&u.push(f.relative===!0?s/r*2*i:a-i+i*2*(s/r)),d!==void 0&&u.push(f.relative===!0?d/e*2*i:n-i+i*2*(d/e))}),u})}}function Oe(t){var r=/<path\s+d="(.*?)"/i.exec(t),e=/viewBox="\d+\s+\d+\s+(\d+)\s+(\d+)"/i.exec(t);if(r===null||r.length<2)return function(){return[]};var a=1024,n=1024;return e!==null&&e.length>=3&&(Number.isNaN(parseInt(e[1],10))||(a=parseInt(e[1],10)),Number.isNaN(parseInt(e[2],10))||(n=parseInt(e[2],10))),Ut(r[1],a,n)}function Ae(t,r){return t===void 0&&(t=0),r===void 0&&(r=!1),function(e,a,n){var i=n.value,o;typeof i=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];if(!o){var l=this;r&&i.apply(l,f),o=window.setTimeout(function(){i.apply(l,f),o=null},t)}})}}import{__read as qt}from"/tslib?target=es2022";var Xt=["year","month","day","hour","minute","second"],Ee=["YYYY","MM","DD","hh","mm","ss"];function G(t){return t instanceof Date?t:new Date(t)}function Kt(t){for(var r=qt(t,2),e=r[0],a=r[1],n=Xt.indexOf(e),i=Xt.indexOf(a),o="",f=n;f<=i;f+=1)if(o+=Ee[f],f<i){var u="-";f===2?u=" ":f>2&&(u=":"),o+=u}return o}function $t(t,r){var e={YYYY:t.getFullYear(),MM:t.getMonth()+1,DD:t.getDate(),HH:t.getHours(),mm:t.getMinutes(),ss:t.getSeconds()},a=r;return Object.keys(e).forEach(function(n){var i=e[n];a=a.replace(n,n==="YYYY"?"".concat(i):"".concat(i).padStart(2,"0"))}),a}function Pe(t,r){return G(t).getTime()-G(r).getTime()}function je(t,r){var e=qt([G(t),G(r)],2),a=e[0],n=e[1];return a.getFullYear()!==n.getFullYear()?"year":a.getMonth()!==n.getMonth()?"month":a.getDay()!==n.getDay()?"day":a.getHours()!==n.getHours()?"hour":a.getMinutes()!==n.getMinutes()?"minute":"second"}function Ce(t,r){var e=new Date(t),a={year:function(n){n.setMonth(0),n.setHours(0,0,0,0)},month:function(n){n.setDate(1),n.setHours(0,0,0,0)},day:function(n){return n.setHours(0,0,0,0)},hour:function(n){return n.setMinutes(0,0,0)},minute:function(n){return n.setSeconds(0,0)},second:function(n){return n.setMilliseconds(0)}};return a[r](e),$t(e,Kt(["year",r]))}function Ne(t){var r=localStorage.getItem("__debug__");return function(e,a,n){var i="[".concat(a,"] ").concat(t),o=n.value;typeof o=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];r&&console.time(i),o.apply(this,f),r&&console.timeEnd(i)})}}import{__read as Ie}from"/tslib?target=es2022";function Jt(t,r,e){var a=t.getBBox(),n=a.width,i=a.height,o=Ie([r,e].map(function(l,m){var c;return l.includes("%")?parseFloat(((c=l.match(/[+-]?([0-9]*[.])?[0-9]+/))===null||c===void 0?void 0:c[0])||"0")/100*(m===0?n:i):l}),2),f=o[0],u=o[1];return[f,u]}function Fe(t,r){if(r)try{var e=/translate\(([+-]*[\d]+[%]*),[ ]*([+-]*[\d]+[%]*)\)/g,a=r.replace(e,function(n,i,o){return"translate(".concat(Jt(t,i,o),")")});t.attr("transform",a)}catch{}}function De(t){var r;return((r=t[0])===null||r===void 0?void 0:r.map(function(e,a){return t.map(function(n){return n[a]})}))||[]}import{__read as Le,__spreadArray as We}from"/tslib?target=es2022";var Be=function(t,r){if(r==null){t.innerHTML="";return}t.replaceChildren?Array.isArray(r)?t.replaceChildren.apply(t,We([],Le(r),!1)):t.replaceChildren(r):(t.innerHTML="",Array.isArray(r)?r.forEach(function(e){return t.appendChild(e)}):t.appendChild(r))};function He(t){return/\S+-\S+/g.test(t)?t.split("-").map(function(r){return r[0]}):t.length>2?[t[0]]:t.split("")}import{__read as Ye}from"/tslib?target=es2022";var ze=function(t){var r=new DOMParser,e=r.parseFromString(t,"text/html"),a=e.body.firstElementChild;if(console.log(a?.getClientRects(),11),!a)return 0;var n=a.getAttribute("style")||"",i=Object.fromEntries(n.split(";").map(function(x){return x.trim()}).filter(function(x){return x.includes(":")}).map(function(x){var _=Ye(x.split(":").map(function(S){return S.trim()}),2),w=_[0],b=_[1];return[w.toLowerCase(),b]})),o=function(x){if(!x)return 0;var _=x.match(/([\d.]+)px/);return _?parseFloat(_[1]):0};if(i.height)return o(i.height);var f=o(i["font-size"])||16,u=i["line-height"],l;!u||u==="normal"?l=1.2*f:u.endsWith("px")?l=o(u):/^[\d.]+$/.test(u)?l=parseFloat(u)*f:l=f;var m=o(i["padding-top"]),c=o(i["padding-bottom"]);if(i.padding){var s=i.padding.split(/\s+/).map(o);s.length===1||s.length===2?(m=s[0],c=s[0]):(s.length===3||s.length===4)&&(m=s[0],c=s[2])}var d=o(i["border-top-width"]),p=o(i["border-bottom-width"]);if(i.border){var g=i.border.match(/([\d.]+)px/);g&&(d=parseFloat(g[1]),p=parseFloat(g[1]))}if(i["border-width"]){var s=i["border-width"].split(/\s+/).map(o);s.length===1||s.length===2?(d=s[0],p=s[0]):(s.length===3||s.length===4)&&(d=s[0],p=s[2])}return l+m+c+d+p};function ke(t){return typeof t=="boolean"?!1:"enter"in t&&"update"in t&&"exit"in t}function ha(t){if(!t)return{enter:!1,update:!1,exit:!1};var r=["enter","update","exit"],e=Object.fromEntries(Object.entries(t).filter(function(a){var n=V(a,1),i=n[0];return!r.includes(i)}));return Object.fromEntries(r.map(function(a){return ke(t)?t[a]===!1?[a,!1]:[a,I(I({},t[a]),e)]:[a,e]}))}function Ge(t,r){t?t.finished.then(r):r()}function va(t,r){t.length===0?r():Promise.all(t.map(function(e){return e?.finished})).then(r)}function Zt(t,r){"update"in t?t.update(r):t.attr(r)}function Ve(t,r,e){if(r.length===0)return null;if(!e){var a=r.slice(-1)[0];return Zt(t,{style:a}),null}return t.animate(r,e)}function Ue(t,r){return!(t.nodeName!=="text"||r.nodeName!=="text"||t.attributes.text!==r.attributes.text)}function da(t,r,e,a){if(a===void 0&&(a="destroy"),Ue(t,r))return t.remove(),[null];var n=function(){a==="destroy"?t.destroy():a==="hide"&&D(t),r.isVisible()&&at(r)};if(!e)return n(),[null];var i=e.duration,o=i===void 0?0:i,f=e.delay,u=f===void 0?0:f,l=Math.ceil(+o/2),m=+o/4,c=V(t.getGeometryBounds().center,2),s=c[0],d=c[1],p=V(r.getGeometryBounds().center,2),g=p[0],x=p[1],_=V([(s+g)/2-s,(d+x)/2-d],2),w=_[0],b=_[1],S=t.style.opacity,y=S===void 0?1:S,A=r.style.opacity,O=A===void 0?1:A,M=t.style.transform||"",U=r.style.transform||"",T=t.animate([{opacity:y,transform:"translate(0, 0) ".concat(M)},{opacity:0,transform:"translate(".concat(w,", ").concat(b,") ").concat(M)}],I(I({fill:"both"},e),{duration:u+l+m})),F=r.animate([{opacity:0,transform:"translate(".concat(-w,", ").concat(-b,") ").concat(U),offset:.01},{opacity:O,transform:"translate(0, 0) ".concat(U)}],I(I({fill:"both"},e),{duration:l+m,delay:u+l-m}));return Ge(F,n),[T,F]}function it(t,r,e){var a={},n={};return Object.entries(r).forEach(function(i){var o=V(i,2),f=o[0],u=o[1];if(!Re(u)){var l=t.style[f]||t.parsedStyle[f]||0;l!==u&&(a[f]=l,n[f]=u)}}),e?Ve(t,[a,n],I({fill:"both"},e)):(Zt(t,n),null)}function Xe(t,r){return t.style.opacity||(t.style.opacity=0),it(t,{opacity:1},r)}function qe(t,r){return t.style.opacity||(t.style.opacity=1),it(t,{opacity:0},r)}export{Ve as animate,Xe as fadeIn,qe as fadeOut,Ge as onAnimateFinished,va as onAnimatesFinished,ha as parseAnimationOption,it as transition,da as transitionShape};
3
+ //# sourceMappingURL=animation.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - @antv/component@2.1.7/esm/core */
2
+ var ut=Object.defineProperty;var $t=Object.getOwnPropertyDescriptor;var Jt=Object.getOwnPropertyNames;var Zt=Object.prototype.hasOwnProperty;var Qt=(t,r)=>{for(var e in r)ut(t,e,{get:r[e],enumerable:!0})},ft=(t,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Jt(r))!Zt.call(t,n)&&n!==e&&ut(t,n,{get:()=>r[n],enumerable:!(a=$t(r,n))||a.enumerable});return t},v=(t,r,e)=>(ft(t,r,"default"),e&&ft(e,r,"default"));import{__extends as ke,__rest as Be}from"/tslib?target=es2022";import{Circle as st}from"/@antv/g@^6.1.11?target=es2022";import{CustomElement as pt}from"/@antv/g@^6.1.11?target=es2022";import{DisplayObject as $e}from"/@antv/g@^6.1.11?target=es2022";import{Ellipse as ct}from"/@antv/g@^6.1.11?target=es2022";import{Group as G}from"/@antv/g@^6.1.11?target=es2022";import{HTML as V}from"/@antv/g@^6.1.11?target=es2022";import{Image as lt}from"/@antv/g@^6.1.11?target=es2022";import{Line as ht}from"/@antv/g@^6.1.11?target=es2022";import{Path as mt}from"/@antv/g@^6.1.11?target=es2022";import{Polygon as vt}from"/@antv/g@^6.1.11?target=es2022";import{Polyline as dt}from"/@antv/g@^6.1.11?target=es2022";import{Rect as xt}from"/@antv/g@^6.1.11?target=es2022";import{__assign as _t,__extends as fr,__rest as ur}from"/tslib?target=es2022";import{Text as sr}from"/@antv/g@^6.1.11?target=es2022";import{__extends as rr,__read as er,__spreadArray as nr}from"/tslib?target=es2022";import{ElementEvent as or}from"/@antv/g@^6.1.11?target=es2022";function U(t,r){r(t),t.children&&t.children.forEach(function(e){e&&U(e,r)})}function tr(t){D(t,!0)}function X(t){D(t,!1)}function D(t,r){var e=r?"visible":"hidden";U(t,function(a){a.attr("visibility",e)})}var ir=(function(t){rr(r,t);function r(){for(var e=[],a=0;a<arguments.length;a++)e[a]=arguments[a];var n=t.apply(this,nr([],er(e),!1))||this;return n.isMutationObserved=!0,n.addEventListener(or.INSERTED,function(){X(n)}),n}return r})(G);function L(t){var r=t.appendChild(new ir({class:"offscreen"}));return X(r),r}function ar(t){for(var r=t;r;){if(r.className==="offscreen")return!0;r=r.parent}return!1}var q=(function(t){fr(r,t);function r(e){e===void 0&&(e={});var a=e.style,n=ur(e,["style"]);return t.call(this,_t({style:_t({text:"",fill:"black",fontFamily:"sans-serif",fontSize:16,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",lineWidth:1,textAlign:"start",textBaseline:"middle"},a)},n))||this}return Object.defineProperty(r.prototype,"offscreenGroup",{get:function(){return this._offscreen||(this._offscreen=L(this)),this._offscreen},enumerable:!1,configurable:!0}),r.prototype.disconnectedCallback=function(){var e;(e=this._offscreen)===null||e===void 0||e.destroy()},r})(sr);var m={};Qt(m,{BBox:()=>gt,PRIMILTIVE_ATTRIBUTES:()=>Wt,Selection:()=>Bt,add:()=>I,addPrefix:()=>at,applyStyleSheet:()=>xe,applyToText:()=>F,arrayInterpolate:()=>Nt,catmullRom2Bezier:()=>Zr,classNames:()=>_r,copyAttributes:()=>ve,createOffscreenGroup:()=>L,createTempText:()=>le,deepAssign:()=>K,defined:()=>wr,degToRad:()=>pr,distance:()=>tt,ellipsisIt:()=>Er,formatTime:()=>Xt,getCallbackValue:()=>dr,getEventPos:()=>Pr,getFont:()=>Mt,getLocalBBox:()=>ce,getMask:()=>Ut,getPrimitiveAttributes:()=>Qr,getRenderBBox:()=>lr,getShapeSpace:()=>pe,getTimeDiff:()=>Te,getTimeScale:()=>Ee,getTimeStart:()=>Ae,getTranslate:()=>qt,groupBy:()=>Dr,hide:()=>X,ifNegative:()=>Ur,ifPositive:()=>Xr,ifShow:()=>Fr,inRange:()=>Wr,interpolate:()=>W,intersection:()=>Nr,isHorizontal:()=>he,isInOffscreenGroup:()=>ar,isPrimitiveAttribute:()=>zt,isVertical:()=>me,keyframeInterpolate:()=>kr,lineLen:()=>Ir,max:()=>A,maybeAppend:()=>ie,measureTextWidth:()=>Tr,mid:()=>Kr,min:()=>E,multi:()=>qr,normalize:()=>Br,numberInterpolate:()=>jt,objectInterpolate:()=>It,omit:()=>$r,parseDate:()=>R,parseHTML:()=>Lr,parseHeightFromHTML:()=>ze,parsePosition:()=>Fe,parseSeriesAttr:()=>ue,path2marker:()=>Rt,percentTransform:()=>je,radToDeg:()=>cr,removePrefix:()=>rt,renderExtDo:()=>Cr,renderHtmlExtDo:()=>jr,replaceChildren:()=>Le,rotate:()=>Hr,sampling:()=>te,scale:()=>C,scaleToPixel:()=>re,select:()=>B,setMockMeasureTextWidth:()=>Or,show:()=>tr,splitStyle:()=>ge,stringToHTML:()=>Pt,sub:()=>z,subStyleProps:()=>_e,superStyleProps:()=>ye,svg2marker:()=>Me,textOf:()=>St,throttle:()=>Se,timer:()=>Pe,toKNotation:()=>Vr,toLowercaseFirstLetter:()=>Yt,toPrecision:()=>Lt,toScientificNotation:()=>Gr,toThousands:()=>Rr,toUppercaseFirstLetter:()=>H,transpose:()=>Ne,traverse:()=>U,vertical:()=>Yr,visibility:()=>D,wrapIt:()=>Ar});function pr(t){return t*Math.PI/180}function cr(t){return Number((t*180/Math.PI).toPrecision(5))}import{__read as yt}from"/tslib?target=es2022";var gt=(function(){function t(r,e,a,n){r===void 0&&(r=0),e===void 0&&(e=0),a===void 0&&(a=0),n===void 0&&(n=0),this.x=0,this.y=0,this.width=0,this.height=0,this.x=r,this.y=e,this.width=a,this.height=n}return Object.defineProperty(t.prototype,"bottom",{get:function(){return this.y+this.height},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"left",{get:function(){return this.x},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"right",{get:function(){return this.x+this.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"top",{get:function(){return this.y},enumerable:!1,configurable:!0}),t.fromRect=function(r){return new t(r.x,r.y,r.width,r.height)},t.prototype.toJSON=function(){return{x:this.x,y:this.y,width:this.width,height:this.height,top:this.top,right:this.right,bottom:this.bottom,left:this.left}},t.prototype.isPointIn=function(r,e){return r>=this.left&&r<=this.right&&e>=this.top&&e<=this.bottom},t})();function lr(t){var r=t.getRenderBounds(),e=yt(r.min,2),a=e[0],n=e[1],o=yt(r.max,2),i=o[0],f=o[1],u=i-a,p=f-n;return new gt(a,n,u,p)}import{__read as hr,__spreadArray as mr}from"/tslib?target=es2022";import{isFunction as vr}from"/@antv/util@^3.3.10?target=es2022";function dr(t,r){return vr(t)?t.apply(void 0,mr([],hr(r),!1)):t}import{__read as xr}from"/tslib?target=es2022";var _r=function(t,r){var e=function(n){return"".concat(r,"-").concat(n)},a=Object.fromEntries(Object.entries(t).map(function(n){var o=xr(n,2),i=o[0],f=o[1],u=e(f);return[i,{name:u,class:".".concat(u),id:"#".concat(u),toString:function(){return u}}]}));return Object.assign(a,{prefix:e}),a};import{__read as yr}from"/tslib?target=es2022";import{isPlainObject as bt,isArray as gr}from"/@antv/util@^3.3.10?target=es2022";var br=5,wt=function(t,r,e,a){e===void 0&&(e=0),a===void 0&&(a=br),Object.entries(r).forEach(function(n){var o=yr(n,2),i=o[0],f=o[1],u=t;Object.prototype.hasOwnProperty.call(r,i)&&(f?bt(f)?(bt(t[i])||(u[i]={}),e<a?wt(t[i],f,e+1,a):u[i]=r[i]):gr(f)?(u[i]=[],u[i]=u[i].concat(f)):u[i]=f:u[i]=f)})},K=function(t){for(var r=[],e=1;e<arguments.length;e++)r[e-1]=arguments[e];for(var a=0;a<r.length;a+=1)wt(t,r[a]);return t};var wr=function(t){return t!==void 0&&t!=null&&!Number.isNaN(t)};import{runtime as Mr}from"/@antv/g@^6.1.11?target=es2022";import{memoize as Sr}from"/@antv/util@^3.3.10?target=es2022";var $,ot;function Or(t){ot=t}var Tr=Sr(function(t,r){var e=r.fontSize,a=r.fontFamily,n=r.fontWeight,o=r.fontStyle,i=r.fontVariant;return ot?ot(t,e):($||($=Mr.offscreenCanvasCreator.getOrCreateContext(void 0)),$.font=[o,i,n,"".concat(e,"px"),a].join(" "),$.measureText(t).width)},function(t,r){return[t,Object.values(r||Mt(t)).join()].join("")},4096),Mt=function(t){var r=t.style.fontFamily||"sans-serif",e=t.style.fontWeight||"normal",a=t.style.fontStyle||"normal",n=t.style.fontVariant,o=t.style.fontSize;return o=typeof o=="object"?o.value:o,{fontSize:o,fontFamily:r,fontWeight:e,fontStyle:a,fontVariant:n}};function St(t){return t.nodeName==="text"?t:t.nodeName==="g"&&t.children.length===1&&t.children[0].nodeName==="text"?t.children[0]:null}function F(t,r){var e=St(t);e&&e.attr(r)}function Er(t,r,e){e===void 0&&(e="..."),F(t,{wordWrap:!0,wordWrapWidth:r,maxLines:1,textOverflow:e})}function Ar(t,r,e,a){e===void 0&&(e=2),a===void 0&&(a="top"),F(t,{wordWrap:!0,wordWrapWidth:r,maxLines:e,textBaseline:a})}function Pr(t){var r=t.canvas,e=t.touches,a=t.offsetX,n=t.offsetY;if(r){var o=r.x,i=r.y;return[o,i]}if(e){var f=e[0],u=f.clientX,p=f.clientY;return[u,p]}return a&&n?[a,n]:[0,0]}import{__assign as Ot}from"/tslib?target=es2022";import{isNumber as Tt,isString as Et}from"/@antv/util@^3.3.10?target=es2022";function Cr(t){return typeof t=="function"?t():Et(t)||Tt(t)?new q({style:{text:String(t)}}):t}function jr(t,r){return typeof t=="function"?t():Et(t)||Tt(t)?new V({style:Ot(Ot({},r),{innerHTML:String(t)})}):t}import{__read as J}from"/tslib?target=es2022";function Z(t,r,e,a,n,o){return(t===r||Math.min(t,r)<=n&&n<=Math.max(t,r))&&(e===a||Math.min(e,a)<=o&&o<=Math.max(e,a))}function Q(t,r,e){var a=t;(!t.length||r<t[0]||r===t[0]&&e<t[1])&&(a[0]=r,a[1]=e)}function Nr(t,r,e,a){var n=J(t,2),o=n[0],i=n[1],f=J(r,2),u=f[0],p=f[1],l=J(e,2),c=l[0],s=l[1],d=J(a,2),h=d[0],g=d[1],x=[];if((g-s)*(u-o)===(p-i)*(h-c))(p-i)*(c-o)===(s-i)*(u-o)&&(Z(o,u,i,p,c,s)&&Q(x,c,s),Z(o,u,i,p,h,g)&&Q(x,h,g),Z(c,h,s,g,o,i)&&Q(x,o,i),Z(c,h,s,g,u,p)&&Q(x,u,p));else{var y=(c*(g-s)+i*(h-c)-s*(h-c)-o*(g-s))/((u-o)*(g-s)-(h-c)*(p-i)),w=(o*(p-i)+s*(u-o)-i*(u-o)-c*(p-i))/((h-c)*(p-i)-(u-o)*(g-s));y>=0&&y<=1&&w>=0&&w<=1&&(x[0]=o+y*(u-o),x[1]=i+y*(p-i))}return x}import{__read as At}from"/tslib?target=es2022";function Ir(t,r){var e=At(t,2),a=e[0],n=e[1],o=At(r,2),i=o[0],f=o[1];return Math.pow(Math.pow(a-i,2)+Math.pow(n-f,2),.5)}function Dr(t,r){return t.reduce(function(e,a){return(e[a[r]]=e[a[r]]||[]).push(a),e},{})}function Pt(t){var r=document.createElement("div");return r.innerHTML=t,r.firstChild}function Lr(t){return typeof t=="string"?Pt(t):t}function Fr(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=function(o){o.node().removeChildren()}),t?e(r):(a&&n(r),null)}function Wr(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=!1),a&&t===r||n&&t===e?!0:t>r&&t<e}import{__read as Ct}from"/tslib?target=es2022";var jt=function(t,r){return function(e){return t*(1-e)+r*e}};function Nt(t,r){var e=r?r.length:0,a=t?Math.min(e,t.length):0;return function(n){var o=new Array(a),i=new Array(e),f=0;for(f=0;f<a;++f)o[f]=W(t[f],r[f]);for(;f<e;++f)i[f]=r[f];for(f=0;f<a;++f)i[f]=o[f](n);return i}}function It(t,r){t===void 0&&(t={}),r===void 0&&(r={});var e={},a={};return Object.entries(r).forEach(function(n){var o=Ct(n,2),i=o[0],f=o[1];i in t?e[i]=W(t[i],f):a[i]=f}),function(n){return Object.entries(e).forEach(function(o){var i=Ct(o,2),f=i[0],u=i[1];return a[f]=u(n)}),a}}function W(t,r){return typeof t=="number"&&typeof r=="number"?jt(t,r):Array.isArray(t)&&Array.isArray(r)?Nt(t,r):typeof t=="object"&&typeof r=="object"?It(t,r):(function(e){return t})}import{__assign as zr}from"/tslib?target=es2022";function kr(t,r,e,a){if(!a)return t.attr("__keyframe_data__",e),null;var n=a.duration,o=n===void 0?0:n,i=W(r,e),f=Math.ceil(+o/16),u=new Array(f).fill(0).map(function(p,l,c){return{__keyframe_data__:i(l/(c.length-1))}});return t.animate(u,zr({fill:"both"},a))}v(m,Ni);import*as Ni from"./util/layout.mjs";import{__read as Dt}from"/tslib?target=es2022";function C(t,r){return[t[0]*r,t[1]*r]}function I(t,r){return[t[0]+r[0],t[1]+r[1]]}function z(t,r){return[t[0]-r[0],t[1]-r[1]]}function E(t,r){return[Math.min(t[0],r[0]),Math.min(t[1],r[1])]}function A(t,r){return[Math.max(t[0],r[0]),Math.max(t[1],r[1])]}function tt(t,r){return Math.sqrt(Math.pow(t[0]-r[0],2)+Math.pow(t[1]-r[1],2))}function Br(t){if(t[0]===0&&t[1]===0)return[0,0];var r=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2));return[t[0]/r,t[1]/r]}function Hr(t,r,e){var a=Dt(t,2),n=a[0],o=a[1],i=Dt(r,2),f=i[0],u=i[1],p=n-f,l=o-u,c=Math.sin(e),s=Math.cos(e);return[p*s-l*c+f,p*c+l*s+u]}function Yr(t,r){return r?[t[1],-t[0]]:[-t[1],t[0]]}function Lt(t,r){return+t.toPrecision(r)}function Rr(t){return t.toLocaleString()}function Gr(t){return t.toExponential()}function Vr(t,r){return r===void 0&&(r=0),Math.abs(t)<1e3?String(t):"".concat(Lt(t/1e3,r).toLocaleString(),"K")}var Ur=function(t,r,e){return t<0&&Number.isFinite(t)?r:e},Xr=function(t,r,e){return t>0&&Number.isFinite(t)?r:e},qr=function(t,r){return t*r},Kr=function(t,r){return t/2+(r||0)/2};function $r(t,r){var e={},a=Array.isArray(r)?r:[r];for(var n in t)a.includes(n)||(e[n]=t[n]);return e}import{__read as Ft}from"/tslib?target=es2022";function Jr(t,r,e,a){var n,o=[],i=!!a,f,u,p=[1/0,1/0],l=[-1/0,-1/0],c,s,d;if(i){n=Ft(a,2),p=n[0],l=n[1];for(var h=0,g=t.length;h<g;h+=1){var x=t[h];p=E(p,x),l=A(l,x)}}for(var h=0,y=t.length;h<y;h+=1){var x=t[h];if(h===0&&!e)d=x;else if(h===y-1&&!e)s=x,o.push(d),o.push(s);else{var w=[h?h-1:y-1,h-1][e?0:1];f=t[w],u=t[e?(h+1)%y:h+1];var b=[0,0];b=z(u,f),b=C(b,r);var O=tt(x,f),_=tt(x,u),N=O+_;N!==0&&(O/=N,_/=N);var T=C(b,-O),M=C(b,_);s=I(x,T),c=I(x,M),c=E(c,A(u,x)),c=A(c,E(u,x)),T=z(c,x),T=C(T,-O/_),s=I(x,T),s=E(s,A(f,x)),s=A(s,E(f,x)),M=z(x,s),M=C(M,_/O),c=I(x,M),i&&(s=A(s,p),s=E(s,l),c=A(c,p),c=E(c,l)),o.push(d),o.push(s),d=c}}return e&&o.push(o.shift()),o}function Zr(t,r,e){var a;r===void 0&&(r=!1),e===void 0&&(e=[[0,0],[1,1]]);for(var n=!!r,o=[],i=0,f=t.length;i<f;i+=2)o.push([t[i],t[i+1]]);for(var u=Jr(o,.4,n,e),p=o.length,l=[],c,s,d,i=0;i<p-1;i+=1)c=u[i*2],s=u[i*2+1],d=o[i+1],l.push(["C",c[0],c[1],s[0],s[1],d[0],d[1]]);return n&&(c=u[p],s=u[p+1],a=Ft(o,1),d=a[0],l.push(["C",c[0],c[1],s[0],s[1],d[0],d[1]])),l}var Wt=["$el","cx","cy","d","dx","dy","fill","fillOpacity","filter","fontFamily","fontSize","fontStyle","fontVariant","fontWeight","height","img","increasedLineWidthForHitTesting","innerHTML","isBillboard","billboardRotation","isSizeAttenuation","isClosed","isOverflowing","leading","letterSpacing","lineDash","lineHeight","lineWidth","markerEnd","markerEndOffset","markerMid","markerStart","markerStartOffset","maxLines","metrics","miterLimit","offsetX","offsetY","opacity","path","points","r","radius","rx","ry","shadowColor","src","stroke","strokeOpacity","text","textAlign","textBaseline","textDecorationColor","textDecorationLine","textDecorationStyle","textOverflow","textPath","textPathSide","textPathStartOffset","transform","transformOrigin","visibility","width","wordWrap","wordWrapWidth","x","x1","x2","y","y1","y2","z1","z2","zIndex"];function zt(t){return Wt.includes(t)}function Qr(t){var r={};for(var e in t)zt(e)&&(r[e]=t[e]);return r}function te(t,r){if(t.length<=r)return t;for(var e=Math.floor(t.length/r),a=[],n=0;n<t.length;n+=e)a.push(t[n]);return a}function re(t,r,e){e===void 0&&(e=!1);var a=t.getBBox(),n=a.width,o=a.height,i=r/Math.max(n,o);return e&&(t.style.transform="scale(".concat(i,")")),i}import{__classPrivateFieldGet as it,__read as j,__spreadArray as k,__values as ee}from"/tslib?target=es2022";import{flatten as ne}from"/@antv/util@^3.3.10?target=es2022";function kt(t,r){var e=new Map;return t.forEach(function(a){var n=r(a);e.has(n)||e.set(n,[]),e.get(n).push(a)}),e}function oe(t){throw new Error(t)}var Bt=(function(){function t(n,o,i,f,u,p,l){n===void 0&&(n=null),o===void 0&&(o=null),i===void 0&&(i=null),f===void 0&&(f=null),u===void 0&&(u=[null,null,null,null,null]),p===void 0&&(p=[]),l===void 0&&(l=[]),r.add(this),this._elements=Array.from(n),this._data=o,this._parent=i,this._document=f,this._enter=u[0],this._update=u[1],this._exit=u[2],this._merge=u[3],this._split=u[4],this._transitions=p,this._facetElements=l}t.prototype.selectAll=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(o,null,this._elements[0],this._document)},t.prototype.selectFacetAll=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(this._elements,null,this._parent,this._document,void 0,void 0,o)},t.prototype.select=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n)[0]||null:n;return new e([o],null,o,this._document)},t.prototype.append=function(n){var o=this,i=typeof n=="function"?n:function(){return o.createElement(n)},f=[];if(this._data!==null){for(var u=0;u<this._data.length;u++){var p=this._data[u],l=j(Array.isArray(p)?p:[p,null],2),c=l[0],s=l[1],d=i(c,u);d.__data__=c,s!==null&&(d.__fromElements__=s),this._parent.appendChild(d),f.push(d)}return new e(f,null,this._parent,this._document)}for(var u=0;u<this._elements.length;u++){var h=this._elements[u],c=h.__data__,d=i(c,u);h.appendChild(d),f.push(d)}return new e(f,null,f[0],this._document)},t.prototype.maybeAppend=function(n,o){var i=it(this,r,"m",a).call(this,n[0]==="#"?n:"#".concat(n),o);return i.attr("id",n),i},t.prototype.maybeAppendByClassName=function(n,o){var i=n.toString(),f=it(this,r,"m",a).call(this,i[0]==="."?i:".".concat(i),o);return f.attr("className",i),f},t.prototype.maybeAppendByName=function(n,o){var i=it(this,r,"m",a).call(this,'[name="'.concat(n,'"]'),o);return i.attr("name",n),i},t.prototype.data=function(n,o,i){var f,u;o===void 0&&(o=function(S){return S}),i===void 0&&(i=function(){return null});for(var p=[],l=[],c=new Set(this._elements),s=[],d=new Set,h=new Map(this._elements.map(function(S,nt){return[o(S.__data__,nt),S]})),g=new Map(this._facetElements.map(function(S,nt){return[o(S.__data__,nt),S]})),x=kt(this._elements,function(S){return i(S.__data__)}),y=0;y<n.length;y++){var w=n[y],b=o(w,y),O=i(w,y);if(h.has(b)){var _=h.get(b);_.__data__=w,_.__facet__=!1,l.push(_),c.delete(_),h.delete(b)}else if(g.has(b)){var _=g.get(b);_.__data__=w,_.__facet__=!0,l.push(_),g.delete(b)}else if(x.has(b)){var N=x.get(b);s.push([w,N]);try{for(var T=(f=void 0,ee(N)),M=T.next();!M.done;M=T.next()){var _=M.value;c.delete(_)}}catch(S){f={error:S}}finally{try{M&&!M.done&&(u=T.return)&&u.call(T)}finally{if(f)throw f.error}}x.delete(b)}else if(h.has(O)){var _=h.get(O);_.__toData__?_.__toData__.push(w):_.__toData__=[w],d.add(_),c.delete(_)}else p.push(w)}var Kt=[new e([],p,this._parent,this._document),new e(l,null,this._parent,this._document),new e(c,null,this._parent,this._document),new e([],s,this._parent,this._document),new e(d,null,this._parent,this._document)];return new e(this._elements,null,this._parent,this._document,Kt)},t.prototype.merge=function(n){var o=k(k([],j(this._elements),!1),j(n._elements),!1),i=k(k([],j(this._transitions),!1),j(n._transitions),!1);return new e(o,null,this._parent,this._document,void 0,i)},t.prototype.createElement=function(n){if(this._document)return this._document.createElement(n,{});var o=e.registry[n];return o?new o:oe("Unknown node type: ".concat(n))},t.prototype.join=function(n,o,i,f,u){n===void 0&&(n=function(h){return h}),o===void 0&&(o=function(h){return h}),i===void 0&&(i=function(h){return h.remove()}),f===void 0&&(f=function(h){return h}),u===void 0&&(u=function(h){return h.remove()});var p=n(this._enter),l=o(this._update),c=i(this._exit),s=f(this._merge),d=u(this._split);return l.merge(p).merge(c).merge(s).merge(d)},t.prototype.remove=function(){for(var n=function(f){var u=o._elements[f],p=o._transitions[f];p?p.then(function(){return u.remove()}):u.remove()},o=this,i=0;i<this._elements.length;i++)n(i);return new e([],null,this._parent,this._document,void 0,this._transitions)},t.prototype.each=function(n){for(var o=0;o<this._elements.length;o++){var i=this._elements[o],f=i.__data__;n.call(i,f,o)}return this},t.prototype.attr=function(n,o){var i=typeof o!="function"?function(){return o}:o;return this.each(function(f,u){o!==void 0&&(this[n]=i.call(this,f,u))})},t.prototype.style=function(n,o,i){i===void 0&&(i=!0);var f=typeof o!="function"||!i?function(){return o}:o;return this.each(function(u,p){o!==void 0&&(this.style[n]=f.call(this,u,p))})},t.prototype.styles=function(n,o){return n===void 0&&(n={}),o===void 0&&(o=!0),this.each(function(i,f){var u=this;Object.entries(n).forEach(function(p){var l=j(p,2),c=l[0],s=l[1],d=typeof s!="function"||!o?function(){return s}:s;s!==void 0&&u.attr(c,d.call(u,i,f))})})},t.prototype.update=function(n,o){o===void 0&&(o=!0);var i=typeof n!="function"||!o?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(i.call(this,f,u))})},t.prototype.maybeUpdate=function(n,o){o===void 0&&(o=!0);var i=typeof n!="function"||!o?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(i.call(this,f,u))})},t.prototype.transition=function(n){var o=this._transitions,i=new Array(this._elements.length);return this.each(function(f,u){i[u]=n.call(this,f,u)}),this._transitions=ne(i),this},t.prototype.on=function(n,o){return this.each(function(){this.addEventListener(n,o)}),this},t.prototype.call=function(n){for(var o=[],i=1;i<arguments.length;i++)o[i-1]=arguments[i];return n.call.apply(n,k([this._parent,this],j(o),!1)),this},t.prototype.node=function(){return this._elements[0]},t.prototype.nodes=function(){return this._elements},t.prototype.transitions=function(){return this._transitions.filter(function(n){return!!n})},t.prototype.parent=function(){return this._parent};var r,e,a;return e=t,r=new WeakSet,a=function(o,i){var f=this._elements[0],u=f.querySelector(o);if(u)return new e([u],null,this._parent,this._document);var p=typeof i=="string"?this.createElement(i):i();return f.appendChild(p),new e([p],null,this._parent,this._document)},t.registry={g:G,rect:xt,circle:st,path:mt,text:q,ellipse:ct,image:lt,line:ht,polygon:vt,polyline:dt,html:V},t})();function B(t){return new Bt([t],null,t,t.ownerDocument)}function ie(t,r,e){return t.querySelector(r)?B(t).select(r):B(t).append(e)}import{isNumber as ae,isArray as fe}from"/@antv/util@^3.3.10?target=es2022";function ue(t){if(ae(t))return[t,t,t,t];if(fe(t)){var r=t.length;if(r===1)return[t[0],t[0],t[0],t[0]];if(r===2)return[t[0],t[1],t[0],t[1]];if(r===3)return[t[0],t[1],t[2],t[1]];if(r===4)return t}return[0,0,0,0]}import{__assign as Ht,__read as P,__values as se}from"/tslib?target=es2022";function pe(t){var r=t&&t.getRenderBounds();if(!r)return{width:0,height:0};var e=r.getMax(),a=r.getMin();return{width:e[0]-a[0],height:e[1]-a[1]}}function ce(t){var r=t.getLocalBounds(),e=r.min,a=r.max,n=P([e,a],2),o=P(n[0],2),i=o[0],f=o[1],u=P(n[1],2),p=u[0],l=u[1];return{x:i,y:f,width:p-i,height:l-f,left:i,bottom:l,top:f,right:p}}function le(t,r){var e=B(t).append("text").node();return e.attr(Ht(Ht({},r),{visibility:"hidden"})),e}function he(t,r){var e=P(t,2),a=e[0],n=e[1],o=P(r,2),i=o[0],f=o[1];return a!==i&&n===f}function me(t,r){var e=P(t,2),a=e[0],n=e[1],o=P(r,2),i=o[0],f=o[1];return a===i&&n!==f}function ve(t,r){var e,a,n=r.attributes;try{for(var o=se(Object.entries(n)),i=o.next();!i.done;i=o.next()){var f=P(i.value,2),u=f[0],p=f[1];u!=="id"&&u!=="className"&&t.attr(u,p)}}catch(l){e={error:l}}finally{try{i&&!i.done&&(a=o.return)&&a.call(o)}finally{if(e)throw e.error}}}function H(t){return t.toString().charAt(0).toUpperCase()+t.toString().slice(1)}function Yt(t){return t.toString().charAt(0).toLowerCase()+t.toString().slice(1)}function at(t,r){return"".concat(r).concat(H(t))}function rt(t,r,e){var a;e===void 0&&(e=!0);var n=r||((a=t.match(/^([a-z][a-z0-9]+)/))===null||a===void 0?void 0:a[0])||"",o=t.replace(new RegExp("^(".concat(n,")")),"");return e?Yt(o):o}import{__read as Y,__spreadArray as de}from"/tslib?target=es2022";function xe(t,r){Object.entries(r).forEach(function(e){var a=Y(e,2),n=a[0],o=a[1];de([t],Y(t.querySelectorAll(n)),!1).filter(function(i){return i.matches(n)}).forEach(function(i){if(i){var f=i;f.style.cssText+=Object.entries(o).reduce(function(u,p){return"".concat(u).concat(p.join(":"),";")},"")}})})}var et=function(t,r){if(!t?.startsWith(r))return!1;var e=t[r.length];return e>="A"&&e<="Z"};function _e(t,r,e){e===void 0&&(e=!1);var a={};return Object.entries(t).forEach(function(n){var o=Y(n,2),i=o[0],f=o[1];if(!(i==="className"||i==="class")){if(et(i,"show")&&et(rt(i,"show"),r)!==e)i===at(r,"show")?a[i]=f:a[i.replace(new RegExp(H(r)),"")]=f;else if(!et(i,"show")&&et(i,r)!==e){var u=rt(i,r);u==="filter"&&typeof f=="function"||(a[u]=f)}}}),a}function ye(t,r){return Object.entries(t).reduce(function(e,a){var n=Y(a,2),o=n[0],i=n[1];return o.startsWith("show")?e["show".concat(r).concat(o.slice(4))]=i:e["".concat(r).concat(H(o))]=i,e},{})}function ge(t,r){r===void 0&&(r=["x","y","class","className"]);var e=["transform","transformOrigin","anchor","visibility","pointerEvents","zIndex","cursor","clipPath","clipPathTargets","offsetPath","offsetPathTargets","offsetDistance","draggable","droppable"],a={},n={};return Object.entries(t).forEach(function(o){var i=Y(o,2),f=i[0],u=i[1];r.includes(f)||(e.indexOf(f)!==-1?n[f]=u:a[f]=u)}),[a,n]}import{__read as be}from"/tslib?target=es2022";import we from"/svg-path-parser@^1.1.0?target=es2022";function Rt(t,r,e){return r===void 0&&(r=1024),e===void 0&&(e=1014),function(a,n,o){var i=we(t);return i.map(function(f){var u=[];u.push(f.relative===!0?f.code.toLowerCase():f.code.toUpperCase());var p=[[f.x1,f.y1],[f.x2,f.y2],[f.x,f.y]];return p.forEach(function(l){var c=be(l,2),s=c[0],d=c[1];s!==void 0&&u.push(f.relative===!0?s/r*2*o:a-o+o*2*(s/r)),d!==void 0&&u.push(f.relative===!0?d/e*2*o:n-o+o*2*(d/e))}),u})}}function Me(t){var r=/<path\s+d="(.*?)"/i.exec(t),e=/viewBox="\d+\s+\d+\s+(\d+)\s+(\d+)"/i.exec(t);if(r===null||r.length<2)return function(){return[]};var a=1024,n=1024;return e!==null&&e.length>=3&&(Number.isNaN(parseInt(e[1],10))||(a=parseInt(e[1],10)),Number.isNaN(parseInt(e[2],10))||(n=parseInt(e[2],10))),Rt(r[1],a,n)}function Se(t,r){return t===void 0&&(t=0),r===void 0&&(r=!1),function(e,a,n){var o=n.value,i;typeof o=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];if(!i){var p=this;r&&o.apply(p,f),i=window.setTimeout(function(){o.apply(p,f),i=null},t)}})}}import{__read as Vt}from"/tslib?target=es2022";var Gt=["year","month","day","hour","minute","second"],Oe=["YYYY","MM","DD","hh","mm","ss"];function R(t){return t instanceof Date?t:new Date(t)}function Ut(t){for(var r=Vt(t,2),e=r[0],a=r[1],n=Gt.indexOf(e),o=Gt.indexOf(a),i="",f=n;f<=o;f+=1)if(i+=Oe[f],f<o){var u="-";f===2?u=" ":f>2&&(u=":"),i+=u}return i}function Xt(t,r){var e={YYYY:t.getFullYear(),MM:t.getMonth()+1,DD:t.getDate(),HH:t.getHours(),mm:t.getMinutes(),ss:t.getSeconds()},a=r;return Object.keys(e).forEach(function(n){var o=e[n];a=a.replace(n,n==="YYYY"?"".concat(o):"".concat(o).padStart(2,"0"))}),a}function Te(t,r){return R(t).getTime()-R(r).getTime()}function Ee(t,r){var e=Vt([R(t),R(r)],2),a=e[0],n=e[1];return a.getFullYear()!==n.getFullYear()?"year":a.getMonth()!==n.getMonth()?"month":a.getDay()!==n.getDay()?"day":a.getHours()!==n.getHours()?"hour":a.getMinutes()!==n.getMinutes()?"minute":"second"}function Ae(t,r){var e=new Date(t),a={year:function(n){n.setMonth(0),n.setHours(0,0,0,0)},month:function(n){n.setDate(1),n.setHours(0,0,0,0)},day:function(n){return n.setHours(0,0,0,0)},hour:function(n){return n.setMinutes(0,0,0)},minute:function(n){return n.setSeconds(0,0)},second:function(n){return n.setMilliseconds(0)}};return a[r](e),Xt(e,Ut(["year",r]))}function Pe(t){var r=localStorage.getItem("__debug__");return function(e,a,n){var o="[".concat(a,"] ").concat(t),i=n.value;typeof i=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];r&&console.time(o),i.apply(this,f),r&&console.timeEnd(o)})}}import{__read as Ce}from"/tslib?target=es2022";function qt(t,r,e){var a=t.getBBox(),n=a.width,o=a.height,i=Ce([r,e].map(function(p,l){var c;return p.includes("%")?parseFloat(((c=p.match(/[+-]?([0-9]*[.])?[0-9]+/))===null||c===void 0?void 0:c[0])||"0")/100*(l===0?n:o):p}),2),f=i[0],u=i[1];return[f,u]}function je(t,r){if(r)try{var e=/translate\(([+-]*[\d]+[%]*),[ ]*([+-]*[\d]+[%]*)\)/g,a=r.replace(e,function(n,o,i){return"translate(".concat(qt(t,o,i),")")});t.attr("transform",a)}catch{}}function Ne(t){var r;return((r=t[0])===null||r===void 0?void 0:r.map(function(e,a){return t.map(function(n){return n[a]})}))||[]}import{__read as Ie,__spreadArray as De}from"/tslib?target=es2022";var Le=function(t,r){if(r==null){t.innerHTML="";return}t.replaceChildren?Array.isArray(r)?t.replaceChildren.apply(t,De([],Ie(r),!1)):t.replaceChildren(r):(t.innerHTML="",Array.isArray(r)?r.forEach(function(e){return t.appendChild(e)}):t.appendChild(r))};function Fe(t){return/\S+-\S+/g.test(t)?t.split("-").map(function(r){return r[0]}):t.length>2?[t[0]]:t.split("")}import{__read as We}from"/tslib?target=es2022";var ze=function(t){var r=new DOMParser,e=r.parseFromString(t,"text/html"),a=e.body.firstElementChild;if(console.log(a?.getClientRects(),11),!a)return 0;var n=a.getAttribute("style")||"",o=Object.fromEntries(n.split(";").map(function(x){return x.trim()}).filter(function(x){return x.includes(":")}).map(function(x){var y=We(x.split(":").map(function(O){return O.trim()}),2),w=y[0],b=y[1];return[w.toLowerCase(),b]})),i=function(x){if(!x)return 0;var y=x.match(/([\d.]+)px/);return y?parseFloat(y[1]):0};if(o.height)return i(o.height);var f=i(o["font-size"])||16,u=o["line-height"],p;!u||u==="normal"?p=1.2*f:u.endsWith("px")?p=i(u):/^[\d.]+$/.test(u)?p=parseFloat(u)*f:p=f;var l=i(o["padding-top"]),c=i(o["padding-bottom"]);if(o.padding){var s=o.padding.split(/\s+/).map(i);s.length===1||s.length===2?(l=s[0],c=s[0]):(s.length===3||s.length===4)&&(l=s[0],c=s[2])}var d=i(o["border-top-width"]),h=i(o["border-bottom-width"]);if(o.border){var g=o.border.match(/([\d.]+)px/);g&&(d=parseFloat(g[1]),h=parseFloat(g[1]))}if(o["border-width"]){var s=o["border-width"].split(/\s+/).map(i);s.length===1||s.length===2?(d=s[0],h=s[0]):(s.length===3||s.length===4)&&(d=s[0],h=s[2])}return p+l+c+d+h};function He(){D(this,this.attributes.visibility!=="hidden")}var Ye=(function(t){ke(r,t);function r(e,a){a===void 0&&(a={});var n=t.call(this,K({},{style:a},e))||this;return n.initialized=!1,n._defaultOptions=a,n}return Object.defineProperty(r.prototype,"offscreenGroup",{get:function(){return this._offscreen||(this._offscreen=L(this)),this._offscreen},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"defaultOptions",{get:function(){return this._defaultOptions},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){this.render(this.attributes,this),this.bindEvents(this.attributes,this),this.initialized=!0},r.prototype.disconnectedCallback=function(){var e;(e=this._offscreen)===null||e===void 0||e.destroy()},r.prototype.attributeChangedCallback=function(e){e==="visibility"&&He.call(this)},r.prototype.update=function(e,a){var n;return this.attr(K({},this.attributes,e||{})),(n=this.render)===null||n===void 0?void 0:n.call(this,this.attributes,this,a)},r.prototype.clear=function(){this.removeChildren()},r.prototype.bindEvents=function(e,a){},r.prototype.getSubShapeStyle=function(e){var a=e.x,n=e.y,o=e.transform,i=e.transformOrigin,f=e.class,u=e.className,p=e.zIndex,l=Be(e,["x","y","transform","transformOrigin","class","className","zIndex"]);return l},r})(pt);export{Ye as Component};
3
+ //# sourceMappingURL=core.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - @antv/component@2.1.7/esm/ui/axis/utils */
2
+ var Pt=Object.defineProperty;var Mr=Object.getOwnPropertyDescriptor;var Tr=Object.getOwnPropertyNames;var Pr=Object.prototype.hasOwnProperty;var Er=(t,r)=>{for(var e in r)Pt(t,e,{get:r[e],enumerable:!0})},Tt=(t,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Tr(r))!Pr.call(t,n)&&n!==e&&Pt(t,n,{get:()=>r[n],enumerable:!(a=Mr(r,n))||a.enumerable});return t},x=(t,r,e)=>(Tt(t,r,"default"),e&&Tt(e,r,"default"));import{__read as Z,__values as hn}from"/tslib?target=es2022";var m={};Er(m,{BBox:()=>Ot,PRIMILTIVE_ATTRIBUTES:()=>nr,Selection:()=>fr,add:()=>I,addPrefix:()=>wt,applyStyleSheet:()=>De,applyToText:()=>R,arrayInterpolate:()=>Zt,catmullRom2Bezier:()=>_e,classNames:()=>mt,copyAttributes:()=>Be,createOffscreenGroup:()=>yt,createTempText:()=>je,deepAssign:()=>Fr,defined:()=>Rr,degToRad:()=>B,distance:()=>lt,ellipsisIt:()=>Yr,formatTime:()=>mr,getCallbackValue:()=>Lt,getEventPos:()=>Ur,getFont:()=>Nt,getLocalBBox:()=>Ce,getMask:()=>vr,getPrimitiveAttributes:()=>be,getRenderBBox:()=>Lr,getShapeSpace:()=>Le,getTimeDiff:()=>Ge,getTimeScale:()=>Ue,getTimeStart:()=>Xe,getTranslate:()=>dr,groupBy:()=>ae,hide:()=>it,ifNegative:()=>me,ifPositive:()=>de,ifShow:()=>ue,inRange:()=>se,interpolate:()=>z,intersection:()=>oe,isHorizontal:()=>Ne,isInOffscreenGroup:()=>Qr,isPrimitiveAttribute:()=>or,isVertical:()=>ke,keyframeInterpolate:()=>Jt,lineLen:()=>ie,max:()=>L,maybeAppend:()=>Te,measureTextWidth:()=>Hr,mid:()=>ye,min:()=>O,multi:()=>xe,normalize:()=>gt,numberInterpolate:()=>Kt,objectInterpolate:()=>$t,omit:()=>rr,parseDate:()=>U,parseHTML:()=>fe,parseHeightFromHTML:()=>nn,parsePosition:()=>rn,parseSeriesAttr:()=>D,path2marker:()=>cr,percentTransform:()=>Ze,radToDeg:()=>Or,removePrefix:()=>ct,renderExtDo:()=>Gt,renderHtmlExtDo:()=>ne,replaceChildren:()=>tn,rotate:()=>ce,sampling:()=>we,scale:()=>E,scaleToPixel:()=>ir,select:()=>H,setMockMeasureTextWidth:()=>Wr,show:()=>Xr,splitStyle:()=>Re,stringToHTML:()=>Xt,sub:()=>V,subStyleProps:()=>lr,superStyleProps:()=>Fe,svg2marker:()=>We,textOf:()=>tt,throttle:()=>He,timer:()=>qe,toKNotation:()=>ve,toLowercaseFirstLetter:()=>sr,toPrecision:()=>tr,toScientificNotation:()=>he,toThousands:()=>pe,toUppercaseFirstLetter:()=>Y,transpose:()=>$e,traverse:()=>ot,vertical:()=>_t,visibility:()=>xt,wrapIt:()=>Gr});function B(t){return t*Math.PI/180}function Or(t){return Number((t*180/Math.PI).toPrecision(5))}import{__read as Et}from"/tslib?target=es2022";var Ot=(function(){function t(r,e,a,n){r===void 0&&(r=0),e===void 0&&(e=0),a===void 0&&(a=0),n===void 0&&(n=0),this.x=0,this.y=0,this.width=0,this.height=0,this.x=r,this.y=e,this.width=a,this.height=n}return Object.defineProperty(t.prototype,"bottom",{get:function(){return this.y+this.height},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"left",{get:function(){return this.x},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"right",{get:function(){return this.x+this.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"top",{get:function(){return this.y},enumerable:!1,configurable:!0}),t.fromRect=function(r){return new t(r.x,r.y,r.width,r.height)},t.prototype.toJSON=function(){return{x:this.x,y:this.y,width:this.width,height:this.height,top:this.top,right:this.right,bottom:this.bottom,left:this.left}},t.prototype.isPointIn=function(r,e){return r>=this.left&&r<=this.right&&e>=this.top&&e<=this.bottom},t})();function Lr(t){var r=t.getRenderBounds(),e=Et(r.min,2),a=e[0],n=e[1],o=Et(r.max,2),i=o[0],f=o[1],u=i-a,s=f-n;return new Ot(a,n,u,s)}import{__read as Cr,__spreadArray as jr}from"/tslib?target=es2022";import{isFunction as Nr}from"/@antv/util@^3.3.10?target=es2022";function Lt(t,r){return Nr(t)?t.apply(void 0,jr([],Cr(r),!1)):t}import{__read as kr}from"/tslib?target=es2022";var mt=function(t,r){var e=function(n){return"".concat(r,"-").concat(n)},a=Object.fromEntries(Object.entries(t).map(function(n){var o=kr(n,2),i=o[0],f=o[1],u=e(f);return[i,{name:u,class:".".concat(u),id:"#".concat(u),toString:function(){return u}}]}));return Object.assign(a,{prefix:e}),a};import{__read as Br}from"/tslib?target=es2022";import{isPlainObject as Ct,isArray as Ir}from"/@antv/util@^3.3.10?target=es2022";var Dr=5,jt=function(t,r,e,a){e===void 0&&(e=0),a===void 0&&(a=Dr),Object.entries(r).forEach(function(n){var o=Br(n,2),i=o[0],f=o[1],u=t;Object.prototype.hasOwnProperty.call(r,i)&&(f?Ct(f)?(Ct(t[i])||(u[i]={}),e<a?jt(t[i],f,e+1,a):u[i]=r[i]):Ir(f)?(u[i]=[],u[i]=u[i].concat(f)):u[i]=f:u[i]=f)})},Fr=function(t){for(var r=[],e=1;e<arguments.length;e++)r[e-1]=arguments[e];for(var a=0;a<r.length;a+=1)jt(t,r[a]);return t};var Rr=function(t){return t!==void 0&&t!=null&&!Number.isNaN(t)};import{runtime as zr}from"/@antv/g@^6.1.11?target=es2022";import{memoize as Vr}from"/@antv/util@^3.3.10?target=es2022";var Q,dt;function Wr(t){dt=t}var Hr=Vr(function(t,r){var e=r.fontSize,a=r.fontFamily,n=r.fontWeight,o=r.fontStyle,i=r.fontVariant;return dt?dt(t,e):(Q||(Q=zr.offscreenCanvasCreator.getOrCreateContext(void 0)),Q.font=[o,i,n,"".concat(e,"px"),a].join(" "),Q.measureText(t).width)},function(t,r){return[t,Object.values(r||Nt(t)).join()].join("")},4096),Nt=function(t){var r=t.style.fontFamily||"sans-serif",e=t.style.fontWeight||"normal",a=t.style.fontStyle||"normal",n=t.style.fontVariant,o=t.style.fontSize;return o=typeof o=="object"?o.value:o,{fontSize:o,fontFamily:r,fontWeight:e,fontStyle:a,fontVariant:n}};function tt(t){return t.nodeName==="text"?t:t.nodeName==="g"&&t.children.length===1&&t.children[0].nodeName==="text"?t.children[0]:null}function R(t,r){var e=tt(t);e&&e.attr(r)}function Yr(t,r,e){e===void 0&&(e="..."),R(t,{wordWrap:!0,wordWrapWidth:r,maxLines:1,textOverflow:e})}function Gr(t,r,e,a){e===void 0&&(e=2),a===void 0&&(a="top"),R(t,{wordWrap:!0,wordWrapWidth:r,maxLines:e,textBaseline:a})}function Ur(t){var r=t.canvas,e=t.touches,a=t.offsetX,n=t.offsetY;if(r){var o=r.x,i=r.y;return[o,i]}if(e){var f=e[0],u=f.clientX,s=f.clientY;return[u,s]}return a&&n?[a,n]:[0,0]}import{__assign as Wt}from"/tslib?target=es2022";import{isNumber as Ht,isString as Yt}from"/@antv/util@^3.3.10?target=es2022";import{Circle as kt}from"/@antv/g@^6.1.11?target=es2022";import{CustomElement as zn}from"/@antv/g@^6.1.11?target=es2022";import{DisplayObject as Hn}from"/@antv/g@^6.1.11?target=es2022";import{Ellipse as Bt}from"/@antv/g@^6.1.11?target=es2022";import{Group as rt}from"/@antv/g@^6.1.11?target=es2022";import{HTML as et}from"/@antv/g@^6.1.11?target=es2022";import{Image as It}from"/@antv/g@^6.1.11?target=es2022";import{Line as Dt}from"/@antv/g@^6.1.11?target=es2022";import{Path as nt}from"/@antv/g@^6.1.11?target=es2022";import{Polygon as Ft}from"/@antv/g@^6.1.11?target=es2022";import{Polyline as Rt}from"/@antv/g@^6.1.11?target=es2022";import{Rect as zt}from"/@antv/g@^6.1.11?target=es2022";import{__assign as Vt,__extends as te,__rest as re}from"/tslib?target=es2022";import{Text as ee}from"/@antv/g@^6.1.11?target=es2022";import{__extends as qr,__read as Kr,__spreadArray as Zr}from"/tslib?target=es2022";import{ElementEvent as $r}from"/@antv/g@^6.1.11?target=es2022";function ot(t,r){r(t),t.children&&t.children.forEach(function(e){e&&ot(e,r)})}function Xr(t){xt(t,!0)}function it(t){xt(t,!1)}function xt(t,r){var e=r?"visible":"hidden";ot(t,function(a){a.attr("visibility",e)})}var Jr=(function(t){qr(r,t);function r(){for(var e=[],a=0;a<arguments.length;a++)e[a]=arguments[a];var n=t.apply(this,Zr([],Kr(e),!1))||this;return n.isMutationObserved=!0,n.addEventListener($r.INSERTED,function(){it(n)}),n}return r})(rt);function yt(t){var r=t.appendChild(new Jr({class:"offscreen"}));return it(r),r}function Qr(t){for(var r=t;r;){if(r.className==="offscreen")return!0;r=r.parent}return!1}var at=(function(t){te(r,t);function r(e){e===void 0&&(e={});var a=e.style,n=re(e,["style"]);return t.call(this,Vt({style:Vt({text:"",fill:"black",fontFamily:"sans-serif",fontSize:16,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",lineWidth:1,textAlign:"start",textBaseline:"middle"},a)},n))||this}return Object.defineProperty(r.prototype,"offscreenGroup",{get:function(){return this._offscreen||(this._offscreen=yt(this)),this._offscreen},enumerable:!1,configurable:!0}),r.prototype.disconnectedCallback=function(){var e;(e=this._offscreen)===null||e===void 0||e.destroy()},r})(ee);function Gt(t){return typeof t=="function"?t():Yt(t)||Ht(t)?new at({style:{text:String(t)}}):t}function ne(t,r){return typeof t=="function"?t():Yt(t)||Ht(t)?new et({style:Wt(Wt({},r),{innerHTML:String(t)})}):t}import{__read as ft}from"/tslib?target=es2022";function ut(t,r,e,a,n,o){return(t===r||Math.min(t,r)<=n&&n<=Math.max(t,r))&&(e===a||Math.min(e,a)<=o&&o<=Math.max(e,a))}function st(t,r,e){var a=t;(!t.length||r<t[0]||r===t[0]&&e<t[1])&&(a[0]=r,a[1]=e)}function oe(t,r,e,a){var n=ft(t,2),o=n[0],i=n[1],f=ft(r,2),u=f[0],s=f[1],p=ft(e,2),c=p[0],l=p[1],v=ft(a,2),h=v[0],_=v[1],d=[];if((_-l)*(u-o)===(s-i)*(h-c))(s-i)*(c-o)===(l-i)*(u-o)&&(ut(o,u,i,s,c,l)&&st(d,c,l),ut(o,u,i,s,h,_)&&st(d,h,_),ut(c,h,l,_,o,i)&&st(d,o,i),ut(c,h,l,_,u,s)&&st(d,u,s));else{var g=(c*(_-l)+i*(h-c)-l*(h-c)-o*(_-l))/((u-o)*(_-l)-(h-c)*(s-i)),w=(o*(s-i)+l*(u-o)-i*(u-o)-c*(s-i))/((h-c)*(s-i)-(u-o)*(_-l));g>=0&&g<=1&&w>=0&&w<=1&&(d[0]=o+g*(u-o),d[1]=i+g*(s-i))}return d}import{__read as Ut}from"/tslib?target=es2022";function ie(t,r){var e=Ut(t,2),a=e[0],n=e[1],o=Ut(r,2),i=o[0],f=o[1];return Math.pow(Math.pow(a-i,2)+Math.pow(n-f,2),.5)}function ae(t,r){return t.reduce(function(e,a){return(e[a[r]]=e[a[r]]||[]).push(a),e},{})}function Xt(t){var r=document.createElement("div");return r.innerHTML=t,r.firstChild}function fe(t){return typeof t=="string"?Xt(t):t}function ue(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=function(o){o.node().removeChildren()}),t?e(r):(a&&n(r),null)}function se(t,r,e,a,n){return a===void 0&&(a=!0),n===void 0&&(n=!1),a&&t===r||n&&t===e?!0:t>r&&t<e}import{__read as qt}from"/tslib?target=es2022";var Kt=function(t,r){return function(e){return t*(1-e)+r*e}};function Zt(t,r){var e=r?r.length:0,a=t?Math.min(e,t.length):0;return function(n){var o=new Array(a),i=new Array(e),f=0;for(f=0;f<a;++f)o[f]=z(t[f],r[f]);for(;f<e;++f)i[f]=r[f];for(f=0;f<a;++f)i[f]=o[f](n);return i}}function $t(t,r){t===void 0&&(t={}),r===void 0&&(r={});var e={},a={};return Object.entries(r).forEach(function(n){var o=qt(n,2),i=o[0],f=o[1];i in t?e[i]=z(t[i],f):a[i]=f}),function(n){return Object.entries(e).forEach(function(o){var i=qt(o,2),f=i[0],u=i[1];return a[f]=u(n)}),a}}function z(t,r){return typeof t=="number"&&typeof r=="number"?Kt(t,r):Array.isArray(t)&&Array.isArray(r)?Zt(t,r):typeof t=="object"&&typeof r=="object"?$t(t,r):(function(e){return t})}import{__assign as le}from"/tslib?target=es2022";function Jt(t,r,e,a){if(!a)return t.attr("__keyframe_data__",e),null;var n=a.duration,o=n===void 0?0:n,i=z(r,e),f=Math.ceil(+o/16),u=new Array(f).fill(0).map(function(s,p,c){return{__keyframe_data__:i(p/(c.length-1))}});return t.animate(u,le({fill:"both"},a))}x(m,oa);import*as oa from"../../util/layout.mjs";import{__read as Qt}from"/tslib?target=es2022";function E(t,r){return[t[0]*r,t[1]*r]}function I(t,r){return[t[0]+r[0],t[1]+r[1]]}function V(t,r){return[t[0]-r[0],t[1]-r[1]]}function O(t,r){return[Math.min(t[0],r[0]),Math.min(t[1],r[1])]}function L(t,r){return[Math.max(t[0],r[0]),Math.max(t[1],r[1])]}function lt(t,r){return Math.sqrt(Math.pow(t[0]-r[0],2)+Math.pow(t[1]-r[1],2))}function gt(t){if(t[0]===0&&t[1]===0)return[0,0];var r=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2));return[t[0]/r,t[1]/r]}function ce(t,r,e){var a=Qt(t,2),n=a[0],o=a[1],i=Qt(r,2),f=i[0],u=i[1],s=n-f,p=o-u,c=Math.sin(e),l=Math.cos(e);return[s*l-p*c+f,s*c+p*l+u]}function _t(t,r){return r?[t[1],-t[0]]:[-t[1],t[0]]}function tr(t,r){return+t.toPrecision(r)}function pe(t){return t.toLocaleString()}function he(t){return t.toExponential()}function ve(t,r){return r===void 0&&(r=0),Math.abs(t)<1e3?String(t):"".concat(tr(t/1e3,r).toLocaleString(),"K")}var me=function(t,r,e){return t<0&&Number.isFinite(t)?r:e},de=function(t,r,e){return t>0&&Number.isFinite(t)?r:e},xe=function(t,r){return t*r},ye=function(t,r){return t/2+(r||0)/2};function rr(t,r){var e={},a=Array.isArray(r)?r:[r];for(var n in t)a.includes(n)||(e[n]=t[n]);return e}import{__read as er}from"/tslib?target=es2022";function ge(t,r,e,a){var n,o=[],i=!!a,f,u,s=[1/0,1/0],p=[-1/0,-1/0],c,l,v;if(i){n=er(a,2),s=n[0],p=n[1];for(var h=0,_=t.length;h<_;h+=1){var d=t[h];s=O(s,d),p=L(p,d)}}for(var h=0,g=t.length;h<g;h+=1){var d=t[h];if(h===0&&!e)v=d;else if(h===g-1&&!e)l=d,o.push(v),o.push(l);else{var w=[h?h-1:g-1,h-1][e?0:1];f=t[w],u=t[e?(h+1)%g:h+1];var b=[0,0];b=V(u,f),b=E(b,r);var S=lt(d,f),y=lt(d,u),P=S+y;P!==0&&(S/=P,y/=P);var T=E(b,-S),A=E(b,y);l=I(d,T),c=I(d,A),c=O(c,L(u,d)),c=L(c,O(u,d)),T=V(c,d),T=E(T,-S/y),l=I(d,T),l=O(l,L(f,d)),l=L(l,O(f,d)),A=V(d,l),A=E(A,y/S),c=I(d,A),i&&(l=L(l,s),l=O(l,p),c=L(c,s),c=O(c,p)),o.push(v),o.push(l),v=c}}return e&&o.push(o.shift()),o}function _e(t,r,e){var a;r===void 0&&(r=!1),e===void 0&&(e=[[0,0],[1,1]]);for(var n=!!r,o=[],i=0,f=t.length;i<f;i+=2)o.push([t[i],t[i+1]]);for(var u=ge(o,.4,n,e),s=o.length,p=[],c,l,v,i=0;i<s-1;i+=1)c=u[i*2],l=u[i*2+1],v=o[i+1],p.push(["C",c[0],c[1],l[0],l[1],v[0],v[1]]);return n&&(c=u[s],l=u[s+1],a=er(o,1),v=a[0],p.push(["C",c[0],c[1],l[0],l[1],v[0],v[1]])),p}var nr=["$el","cx","cy","d","dx","dy","fill","fillOpacity","filter","fontFamily","fontSize","fontStyle","fontVariant","fontWeight","height","img","increasedLineWidthForHitTesting","innerHTML","isBillboard","billboardRotation","isSizeAttenuation","isClosed","isOverflowing","leading","letterSpacing","lineDash","lineHeight","lineWidth","markerEnd","markerEndOffset","markerMid","markerStart","markerStartOffset","maxLines","metrics","miterLimit","offsetX","offsetY","opacity","path","points","r","radius","rx","ry","shadowColor","src","stroke","strokeOpacity","text","textAlign","textBaseline","textDecorationColor","textDecorationLine","textDecorationStyle","textOverflow","textPath","textPathSide","textPathStartOffset","transform","transformOrigin","visibility","width","wordWrap","wordWrapWidth","x","x1","x2","y","y1","y2","z1","z2","zIndex"];function or(t){return nr.includes(t)}function be(t){var r={};for(var e in t)or(e)&&(r[e]=t[e]);return r}function we(t,r){if(t.length<=r)return t;for(var e=Math.floor(t.length/r),a=[],n=0;n<t.length;n+=e)a.push(t[n]);return a}function ir(t,r,e){e===void 0&&(e=!1);var a=t.getBBox(),n=a.width,o=a.height,i=r/Math.max(n,o);return e&&(t.style.transform="scale(".concat(i,")")),i}import{__classPrivateFieldGet as bt,__read as N,__spreadArray as W,__values as Ae}from"/tslib?target=es2022";import{flatten as Se}from"/@antv/util@^3.3.10?target=es2022";function ar(t,r){var e=new Map;return t.forEach(function(a){var n=r(a);e.has(n)||e.set(n,[]),e.get(n).push(a)}),e}function Me(t){throw new Error(t)}var fr=(function(){function t(n,o,i,f,u,s,p){n===void 0&&(n=null),o===void 0&&(o=null),i===void 0&&(i=null),f===void 0&&(f=null),u===void 0&&(u=[null,null,null,null,null]),s===void 0&&(s=[]),p===void 0&&(p=[]),r.add(this),this._elements=Array.from(n),this._data=o,this._parent=i,this._document=f,this._enter=u[0],this._update=u[1],this._exit=u[2],this._merge=u[3],this._split=u[4],this._transitions=s,this._facetElements=p}t.prototype.selectAll=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(o,null,this._elements[0],this._document)},t.prototype.selectFacetAll=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n):n;return new e(this._elements,null,this._parent,this._document,void 0,void 0,o)},t.prototype.select=function(n){var o=typeof n=="string"?this._parent.querySelectorAll(n)[0]||null:n;return new e([o],null,o,this._document)},t.prototype.append=function(n){var o=this,i=typeof n=="function"?n:function(){return o.createElement(n)},f=[];if(this._data!==null){for(var u=0;u<this._data.length;u++){var s=this._data[u],p=N(Array.isArray(s)?s:[s,null],2),c=p[0],l=p[1],v=i(c,u);v.__data__=c,l!==null&&(v.__fromElements__=l),this._parent.appendChild(v),f.push(v)}return new e(f,null,this._parent,this._document)}for(var u=0;u<this._elements.length;u++){var h=this._elements[u],c=h.__data__,v=i(c,u);h.appendChild(v),f.push(v)}return new e(f,null,f[0],this._document)},t.prototype.maybeAppend=function(n,o){var i=bt(this,r,"m",a).call(this,n[0]==="#"?n:"#".concat(n),o);return i.attr("id",n),i},t.prototype.maybeAppendByClassName=function(n,o){var i=n.toString(),f=bt(this,r,"m",a).call(this,i[0]==="."?i:".".concat(i),o);return f.attr("className",i),f},t.prototype.maybeAppendByName=function(n,o){var i=bt(this,r,"m",a).call(this,'[name="'.concat(n,'"]'),o);return i.attr("name",n),i},t.prototype.data=function(n,o,i){var f,u;o===void 0&&(o=function(M){return M}),i===void 0&&(i=function(){return null});for(var s=[],p=[],c=new Set(this._elements),l=[],v=new Set,h=new Map(this._elements.map(function(M,j){return[o(M.__data__,j),M]})),_=new Map(this._facetElements.map(function(M,j){return[o(M.__data__,j),M]})),d=ar(this._elements,function(M){return i(M.__data__)}),g=0;g<n.length;g++){var w=n[g],b=o(w,g),S=i(w,g);if(h.has(b)){var y=h.get(b);y.__data__=w,y.__facet__=!1,p.push(y),c.delete(y),h.delete(b)}else if(_.has(b)){var y=_.get(b);y.__data__=w,y.__facet__=!0,p.push(y),_.delete(b)}else if(d.has(b)){var P=d.get(b);l.push([w,P]);try{for(var T=(f=void 0,Ae(P)),A=T.next();!A.done;A=T.next()){var y=A.value;c.delete(y)}}catch(M){f={error:M}}finally{try{A&&!A.done&&(u=T.return)&&u.call(T)}finally{if(f)throw f.error}}d.delete(b)}else if(h.has(S)){var y=h.get(S);y.__toData__?y.__toData__.push(w):y.__toData__=[w],v.add(y),c.delete(y)}else s.push(w)}var k=[new e([],s,this._parent,this._document),new e(p,null,this._parent,this._document),new e(c,null,this._parent,this._document),new e([],l,this._parent,this._document),new e(v,null,this._parent,this._document)];return new e(this._elements,null,this._parent,this._document,k)},t.prototype.merge=function(n){var o=W(W([],N(this._elements),!1),N(n._elements),!1),i=W(W([],N(this._transitions),!1),N(n._transitions),!1);return new e(o,null,this._parent,this._document,void 0,i)},t.prototype.createElement=function(n){if(this._document)return this._document.createElement(n,{});var o=e.registry[n];return o?new o:Me("Unknown node type: ".concat(n))},t.prototype.join=function(n,o,i,f,u){n===void 0&&(n=function(h){return h}),o===void 0&&(o=function(h){return h}),i===void 0&&(i=function(h){return h.remove()}),f===void 0&&(f=function(h){return h}),u===void 0&&(u=function(h){return h.remove()});var s=n(this._enter),p=o(this._update),c=i(this._exit),l=f(this._merge),v=u(this._split);return p.merge(s).merge(c).merge(l).merge(v)},t.prototype.remove=function(){for(var n=function(f){var u=o._elements[f],s=o._transitions[f];s?s.then(function(){return u.remove()}):u.remove()},o=this,i=0;i<this._elements.length;i++)n(i);return new e([],null,this._parent,this._document,void 0,this._transitions)},t.prototype.each=function(n){for(var o=0;o<this._elements.length;o++){var i=this._elements[o],f=i.__data__;n.call(i,f,o)}return this},t.prototype.attr=function(n,o){var i=typeof o!="function"?function(){return o}:o;return this.each(function(f,u){o!==void 0&&(this[n]=i.call(this,f,u))})},t.prototype.style=function(n,o,i){i===void 0&&(i=!0);var f=typeof o!="function"||!i?function(){return o}:o;return this.each(function(u,s){o!==void 0&&(this.style[n]=f.call(this,u,s))})},t.prototype.styles=function(n,o){return n===void 0&&(n={}),o===void 0&&(o=!0),this.each(function(i,f){var u=this;Object.entries(n).forEach(function(s){var p=N(s,2),c=p[0],l=p[1],v=typeof l!="function"||!o?function(){return l}:l;l!==void 0&&u.attr(c,v.call(u,i,f))})})},t.prototype.update=function(n,o){o===void 0&&(o=!0);var i=typeof n!="function"||!o?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(i.call(this,f,u))})},t.prototype.maybeUpdate=function(n,o){o===void 0&&(o=!0);var i=typeof n!="function"||!o?function(){return n}:n;return this.each(function(f,u){n&&this.update&&this.update(i.call(this,f,u))})},t.prototype.transition=function(n){var o=this._transitions,i=new Array(this._elements.length);return this.each(function(f,u){i[u]=n.call(this,f,u)}),this._transitions=Se(i),this},t.prototype.on=function(n,o){return this.each(function(){this.addEventListener(n,o)}),this},t.prototype.call=function(n){for(var o=[],i=1;i<arguments.length;i++)o[i-1]=arguments[i];return n.call.apply(n,W([this._parent,this],N(o),!1)),this},t.prototype.node=function(){return this._elements[0]},t.prototype.nodes=function(){return this._elements},t.prototype.transitions=function(){return this._transitions.filter(function(n){return!!n})},t.prototype.parent=function(){return this._parent};var r,e,a;return e=t,r=new WeakSet,a=function(o,i){var f=this._elements[0],u=f.querySelector(o);if(u)return new e([u],null,this._parent,this._document);var s=typeof i=="string"?this.createElement(i):i();return f.appendChild(s),new e([s],null,this._parent,this._document)},t.registry={g:rt,rect:zt,circle:kt,path:nt,text:at,ellipse:Bt,image:It,line:Dt,polygon:Ft,polyline:Rt,html:et},t})();function H(t){return new fr([t],null,t,t.ownerDocument)}function Te(t,r,e){return t.querySelector(r)?H(t).select(r):H(t).append(e)}import{isNumber as Pe,isArray as Ee}from"/@antv/util@^3.3.10?target=es2022";function D(t){if(Pe(t))return[t,t,t,t];if(Ee(t)){var r=t.length;if(r===1)return[t[0],t[0],t[0],t[0]];if(r===2)return[t[0],t[1],t[0],t[1]];if(r===3)return[t[0],t[1],t[2],t[1]];if(r===4)return t}return[0,0,0,0]}import{__assign as ur,__read as C,__values as Oe}from"/tslib?target=es2022";function Le(t){var r=t&&t.getRenderBounds();if(!r)return{width:0,height:0};var e=r.getMax(),a=r.getMin();return{width:e[0]-a[0],height:e[1]-a[1]}}function Ce(t){var r=t.getLocalBounds(),e=r.min,a=r.max,n=C([e,a],2),o=C(n[0],2),i=o[0],f=o[1],u=C(n[1],2),s=u[0],p=u[1];return{x:i,y:f,width:s-i,height:p-f,left:i,bottom:p,top:f,right:s}}function je(t,r){var e=H(t).append("text").node();return e.attr(ur(ur({},r),{visibility:"hidden"})),e}function Ne(t,r){var e=C(t,2),a=e[0],n=e[1],o=C(r,2),i=o[0],f=o[1];return a!==i&&n===f}function ke(t,r){var e=C(t,2),a=e[0],n=e[1],o=C(r,2),i=o[0],f=o[1];return a===i&&n!==f}function Be(t,r){var e,a,n=r.attributes;try{for(var o=Oe(Object.entries(n)),i=o.next();!i.done;i=o.next()){var f=C(i.value,2),u=f[0],s=f[1];u!=="id"&&u!=="className"&&t.attr(u,s)}}catch(p){e={error:p}}finally{try{i&&!i.done&&(a=o.return)&&a.call(o)}finally{if(e)throw e.error}}}function Y(t){return t.toString().charAt(0).toUpperCase()+t.toString().slice(1)}function sr(t){return t.toString().charAt(0).toLowerCase()+t.toString().slice(1)}function wt(t,r){return"".concat(r).concat(Y(t))}function ct(t,r,e){var a;e===void 0&&(e=!0);var n=r||((a=t.match(/^([a-z][a-z0-9]+)/))===null||a===void 0?void 0:a[0])||"",o=t.replace(new RegExp("^(".concat(n,")")),"");return e?sr(o):o}import{__read as G,__spreadArray as Ie}from"/tslib?target=es2022";function De(t,r){Object.entries(r).forEach(function(e){var a=G(e,2),n=a[0],o=a[1];Ie([t],G(t.querySelectorAll(n)),!1).filter(function(i){return i.matches(n)}).forEach(function(i){if(i){var f=i;f.style.cssText+=Object.entries(o).reduce(function(u,s){return"".concat(u).concat(s.join(":"),";")},"")}})})}var pt=function(t,r){if(!t?.startsWith(r))return!1;var e=t[r.length];return e>="A"&&e<="Z"};function lr(t,r,e){e===void 0&&(e=!1);var a={};return Object.entries(t).forEach(function(n){var o=G(n,2),i=o[0],f=o[1];if(!(i==="className"||i==="class")){if(pt(i,"show")&&pt(ct(i,"show"),r)!==e)i===wt(r,"show")?a[i]=f:a[i.replace(new RegExp(Y(r)),"")]=f;else if(!pt(i,"show")&&pt(i,r)!==e){var u=ct(i,r);u==="filter"&&typeof f=="function"||(a[u]=f)}}}),a}function Fe(t,r){return Object.entries(t).reduce(function(e,a){var n=G(a,2),o=n[0],i=n[1];return o.startsWith("show")?e["show".concat(r).concat(o.slice(4))]=i:e["".concat(r).concat(Y(o))]=i,e},{})}function Re(t,r){r===void 0&&(r=["x","y","class","className"]);var e=["transform","transformOrigin","anchor","visibility","pointerEvents","zIndex","cursor","clipPath","clipPathTargets","offsetPath","offsetPathTargets","offsetDistance","draggable","droppable"],a={},n={};return Object.entries(t).forEach(function(o){var i=G(o,2),f=i[0],u=i[1];r.includes(f)||(e.indexOf(f)!==-1?n[f]=u:a[f]=u)}),[a,n]}import{__read as ze}from"/tslib?target=es2022";import Ve from"/svg-path-parser@^1.1.0?target=es2022";function cr(t,r,e){return r===void 0&&(r=1024),e===void 0&&(e=1014),function(a,n,o){var i=Ve(t);return i.map(function(f){var u=[];u.push(f.relative===!0?f.code.toLowerCase():f.code.toUpperCase());var s=[[f.x1,f.y1],[f.x2,f.y2],[f.x,f.y]];return s.forEach(function(p){var c=ze(p,2),l=c[0],v=c[1];l!==void 0&&u.push(f.relative===!0?l/r*2*o:a-o+o*2*(l/r)),v!==void 0&&u.push(f.relative===!0?v/e*2*o:n-o+o*2*(v/e))}),u})}}function We(t){var r=/<path\s+d="(.*?)"/i.exec(t),e=/viewBox="\d+\s+\d+\s+(\d+)\s+(\d+)"/i.exec(t);if(r===null||r.length<2)return function(){return[]};var a=1024,n=1024;return e!==null&&e.length>=3&&(Number.isNaN(parseInt(e[1],10))||(a=parseInt(e[1],10)),Number.isNaN(parseInt(e[2],10))||(n=parseInt(e[2],10))),cr(r[1],a,n)}function He(t,r){return t===void 0&&(t=0),r===void 0&&(r=!1),function(e,a,n){var o=n.value,i;typeof o=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];if(!i){var s=this;r&&o.apply(s,f),i=window.setTimeout(function(){o.apply(s,f),i=null},t)}})}}import{__read as hr}from"/tslib?target=es2022";var pr=["year","month","day","hour","minute","second"],Ye=["YYYY","MM","DD","hh","mm","ss"];function U(t){return t instanceof Date?t:new Date(t)}function vr(t){for(var r=hr(t,2),e=r[0],a=r[1],n=pr.indexOf(e),o=pr.indexOf(a),i="",f=n;f<=o;f+=1)if(i+=Ye[f],f<o){var u="-";f===2?u=" ":f>2&&(u=":"),i+=u}return i}function mr(t,r){var e={YYYY:t.getFullYear(),MM:t.getMonth()+1,DD:t.getDate(),HH:t.getHours(),mm:t.getMinutes(),ss:t.getSeconds()},a=r;return Object.keys(e).forEach(function(n){var o=e[n];a=a.replace(n,n==="YYYY"?"".concat(o):"".concat(o).padStart(2,"0"))}),a}function Ge(t,r){return U(t).getTime()-U(r).getTime()}function Ue(t,r){var e=hr([U(t),U(r)],2),a=e[0],n=e[1];return a.getFullYear()!==n.getFullYear()?"year":a.getMonth()!==n.getMonth()?"month":a.getDay()!==n.getDay()?"day":a.getHours()!==n.getHours()?"hour":a.getMinutes()!==n.getMinutes()?"minute":"second"}function Xe(t,r){var e=new Date(t),a={year:function(n){n.setMonth(0),n.setHours(0,0,0,0)},month:function(n){n.setDate(1),n.setHours(0,0,0,0)},day:function(n){return n.setHours(0,0,0,0)},hour:function(n){return n.setMinutes(0,0,0)},minute:function(n){return n.setSeconds(0,0)},second:function(n){return n.setMilliseconds(0)}};return a[r](e),mr(e,vr(["year",r]))}function qe(t){var r=localStorage.getItem("__debug__");return function(e,a,n){var o="[".concat(a,"] ").concat(t),i=n.value;typeof i=="function"&&(n.value=function(){for(var f=[],u=0;u<arguments.length;u++)f[u]=arguments[u];r&&console.time(o),i.apply(this,f),r&&console.timeEnd(o)})}}import{__read as Ke}from"/tslib?target=es2022";function dr(t,r,e){var a=t.getBBox(),n=a.width,o=a.height,i=Ke([r,e].map(function(s,p){var c;return s.includes("%")?parseFloat(((c=s.match(/[+-]?([0-9]*[.])?[0-9]+/))===null||c===void 0?void 0:c[0])||"0")/100*(p===0?n:o):s}),2),f=i[0],u=i[1];return[f,u]}function Ze(t,r){if(r)try{var e=/translate\(([+-]*[\d]+[%]*),[ ]*([+-]*[\d]+[%]*)\)/g,a=r.replace(e,function(n,o,i){return"translate(".concat(dr(t,o,i),")")});t.attr("transform",a)}catch{}}function $e(t){var r;return((r=t[0])===null||r===void 0?void 0:r.map(function(e,a){return t.map(function(n){return n[a]})}))||[]}import{__read as Je,__spreadArray as Qe}from"/tslib?target=es2022";var tn=function(t,r){if(r==null){t.innerHTML="";return}t.replaceChildren?Array.isArray(r)?t.replaceChildren.apply(t,Qe([],Je(r),!1)):t.replaceChildren(r):(t.innerHTML="",Array.isArray(r)?r.forEach(function(e){return t.appendChild(e)}):t.appendChild(r))};function rn(t){return/\S+-\S+/g.test(t)?t.split("-").map(function(r){return r[0]}):t.length>2?[t[0]]:t.split("")}import{__read as en}from"/tslib?target=es2022";var nn=function(t){var r=new DOMParser,e=r.parseFromString(t,"text/html"),a=e.body.firstElementChild;if(console.log(a?.getClientRects(),11),!a)return 0;var n=a.getAttribute("style")||"",o=Object.fromEntries(n.split(";").map(function(d){return d.trim()}).filter(function(d){return d.includes(":")}).map(function(d){var g=en(d.split(":").map(function(S){return S.trim()}),2),w=g[0],b=g[1];return[w.toLowerCase(),b]})),i=function(d){if(!d)return 0;var g=d.match(/([\d.]+)px/);return g?parseFloat(g[1]):0};if(o.height)return i(o.height);var f=i(o["font-size"])||16,u=o["line-height"],s;!u||u==="normal"?s=1.2*f:u.endsWith("px")?s=i(u):/^[\d.]+$/.test(u)?s=parseFloat(u)*f:s=f;var p=i(o["padding-top"]),c=i(o["padding-bottom"]);if(o.padding){var l=o.padding.split(/\s+/).map(i);l.length===1||l.length===2?(p=l[0],c=l[0]):(l.length===3||l.length===4)&&(p=l[0],c=l[2])}var v=i(o["border-top-width"]),h=i(o["border-bottom-width"]);if(o.border){var _=o.border.match(/([\d.]+)px/);_&&(v=parseFloat(_[1]),h=parseFloat(_[1]))}if(o["border-width"]){var l=o["border-width"].split(/\s+/).map(i);l.length===1||l.length===2?(v=l[0],h=l[0]):(l.length===3||l.length===4)&&(v=l[0],h=l[2])}return s+p+c+v+h};import{__read as At,__spreadArray as Ca}from"/tslib?target=es2022";import{isFunction as Na}from"/@antv/util@^3.3.10?target=es2022";function xr(t,r){var e=r.startAngle,a=r.endAngle;return(a-e)*t+e}function St(t,r){if(r.type==="linear"){var e=At(r.startPos,2),a=e[0],n=e[1],o=At(r.endPos,2),i=o[0],f=o[1],u=At([i-a,f-n],2),s=u[0],p=u[1];return gt([s,p])}var c=B(xr(t,r));return[-Math.sin(c),Math.cos(c)]}function on(t,r,e){var a=St(t,e);return _t(a,r!=="positive")}function yr(t,r){return on(t,r.labelDirection,r)}import{__read as Ha,__spreadArray as Ya}from"/tslib?target=es2022";import{get as Ua}from"/@antv/util@^3.3.10?target=es2022";import{deepMix as gr}from"/@antv/util@^3.3.10?target=es2022";var _r={data:[],animate:{enter:!1,update:{duration:100,easing:"ease-in-out-sine",fill:"both"},exit:{duration:100,fill:"both"}},showArrow:!0,showGrid:!0,showLabel:!0,showLine:!0,showTick:!0,showTitle:!0,showTrunc:!1,dataThreshold:100,lineLineWidth:1,lineStroke:"black",crossPadding:10,titleFill:"black",titleFontSize:12,titlePosition:"lb",titleSpacing:0,titleTextAlign:"center",titleTextBaseline:"middle",lineArrow:function(){return new nt({style:{d:[["M",10,10],["L",-10,0],["L",10,-10],["L",0,0],["L",10,10],["Z"]],fill:"black",transformOrigin:"center"}})},labelAlign:"parallel",labelDirection:"positive",labelFontSize:12,labelSpacing:0,gridConnect:"line",gridControlAngles:[],gridDirection:"positive",gridLength:0,gridType:"segment",lineArrowOffset:15,lineArrowSize:10,tickDirection:"positive",tickLength:5,tickLineWidth:1,tickStroke:"black",labelOverlap:[]},Ra=gr({},_r,{style:{type:"arc"}}),za=gr({},_r,{style:{}}),an=mt({mainGroup:"main-group",gridGroup:"grid-group",grid:"grid",lineGroup:"line-group",line:"line",tickGroup:"tick-group",tick:"tick",tickItem:"tick-item",labelGroup:"label-group",label:"label",labelItem:"label-item",titleGroup:"title-group",title:"title",lineFirst:"line-first",lineSecond:"line-second"},"axis");function br(t){return St(0,t)[0]===0}import{__read as Mt}from"/tslib?target=es2022";var ht=(function(){function t(r,e,a,n){this.set(r,e,a,n)}return Object.defineProperty(t.prototype,"left",{get:function(){return this.x1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"top",{get:function(){return this.y1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"right",{get:function(){return this.x2},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"bottom",{get:function(){return this.y2},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"width",{get:function(){return this.defined("x2")&&this.defined("x1")?this.x2-this.x1:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this.defined("y2")&&this.defined("y1")?this.y2-this.y1:void 0},enumerable:!1,configurable:!0}),t.prototype.rotatedPoints=function(r,e,a){var n=this,o=n.x1,i=n.y1,f=n.x2,u=n.y2,s=Math.cos(r),p=Math.sin(r),c=e-e*s+a*p,l=a-e*p-a*s,v=[[s*o-p*u+c,p*o+s*u+l],[s*f-p*u+c,p*f+s*u+l],[s*o-p*i+c,p*o+s*i+l],[s*f-p*i+c,p*f+s*i+l]];return v},t.prototype.set=function(r,e,a,n){return a<r?(this.x2=r,this.x1=a):(this.x1=r,this.x2=a),n<e?(this.y2=e,this.y1=n):(this.y1=e,this.y2=n),this},t.prototype.defined=function(r){return this[r]!==Number.MAX_VALUE&&this[r]!==-Number.MAX_VALUE},t})();function X(t,r){var e=t.getEulerAngles()||0;t.setEulerAngles(0);var a=t.getBounds(),n=Mt(a.min,2),o=n[0],i=n[1],f=Mt(a.max,2),u=f[0],s=f[1],p=t.getBBox(),c=p.width,l=p.height,v=l,h=0,_=0,d=o,g=i,w=tt(t);if(w){v-=1.5;var b=w.style.textAlign,S=w.style.textBaseline;b==="center"?d=(o+u)/2:(b==="right"||b==="end")&&(d=u),S==="middle"?g=(i+s)/2:S==="bottom"&&(g=s)}var y=Mt(D(r),4),P=y[0],T=P===void 0?0:P,A=y[1],k=A===void 0?0:A,M=y[2],j=M===void 0?T:M,$=y[3],vt=$===void 0?k:$,J=new ht((h+=o)-vt,(_+=i)-T,h+c+k,_+v+j);return t.setEulerAngles(e),J.rotatedPoints(B(e),d,g)}function q(t,r){return r[0]<=Math.max(t[0][0],t[1][0])&&r[0]<=Math.min(t[0][0],t[1][0])&&r[1]<=Math.max(t[0][1],t[1][1])&&r[1]<=Math.min(t[0][1],t[1][1])}function K(t,r,e){var a=(r[1]-t[1])*(e[0]-r[0])-(r[0]-t[0])*(e[1]-r[1]);return a===0?0:a<0?2:1}function fn(t,r){var e=K(t[0],t[1],r[0]),a=K(t[0],t[1],r[1]),n=K(r[0],r[1],t[0]),o=K(r[0],r[1],t[1]);return!!(e!==a&&n!==o||e===0&&q(t,r[0])||a===0&&q(t,r[1])||n===0&&q(r,t[0])||o===0&&q(r,t[1]))}function un(t,r){var e=t.length;if(e<3)return!1;var a=[r,[9999,r[1]]],n=0,o=0;do{var i=[t[o],t[(o+1)%e]];if(fn(i,a)){if(K(i[0],r,i[1])===0)return q(i,r);n++}o=(o+1)%e}while(o!==0);return!!(n&1)}function sn(t,r){return r.every(function(e){return un(t,e)})}function wr(t,r,e){var a=t.x1,n=t.x2,o=t.y1,i=t.y2,f=[[a,o],[n,o],[n,i],[a,i]],u=X(r,e);return sn(f,u)}import{__read as Ar,__values as ln}from"/tslib?target=es2022";function cn(t,r){var e=Ar(t,4),a=e[0],n=e[1],o=e[2],i=e[3],f=Ar(r,4),u=f[0],s=f[1],p=f[2],c=f[3],l=o-a,v=i-n,h=p-u,_=c-s,d=l*_-h*v;if(d===0)return!1;var g=d>0,w=a-u,b=n-s,S=l*b-v*w;if(S<0===g)return!1;var y=h*b-_*w;return!(y<0===g||S>d===g||y>d===g)}function pn(t,r){var e=[[t[0],t[1],t[2],t[3]],[t[2],t[3],t[4],t[5]],[t[4],t[5],t[6],t[7]],[t[6],t[7],t[0],t[1]]];return e.some(function(a){return cn(r,a)})}function Sr(t,r,e){var a,n,o=X(t,e).flat(1),i=X(r,e).flat(1),f=[[o[0],o[1],o[2],o[3]],[o[0],o[1],o[4],o[5]],[o[4],o[5],o[6],o[7]],[o[2],o[3],o[6],o[7]]];try{for(var u=ln(f),s=u.next();!s.done;s=u.next()){var p=s.value;if(pn(i,p))return!0}}catch(c){a={error:c}}finally{try{s&&!s.done&&(n=u.return)&&n.call(u)}finally{if(a)throw a.error}}return!1}function vn(t,r){var e=t.type,a=t.labelDirection,n=t.crossSize;if(!n)return!1;if(e==="arc"){var o=t.center,i=t.radius,f=Z(o,2),u=f[0],s=f[1],p=a==="negative"?0:n,c=-i-p,l=i+p,v=Z(D(r),4),h=v[0],_=v[1],d=v[2],g=v[3];return new ht(u+c-g,s+c-h,u+l+_,s+l+d)}var w=Z(t.startPos,2),b=w[0],S=w[1],y=Z(t.endPos,2),P=y[0],T=y[1],A=Z(br(t)?[-r,0,r,0]:[0,r,0,-r],4),k=A[0],M=A[1],j=A[2],$=A[3],vt=yr(0,t),J=E(vt,n),F=new ht(b,S,P,T);return F.x1+=$,F.y1+=k,F.x2+=M+J[0],F.y2+=j+J[1],F}function hf(t,r,e){var a,n,o=r.crossPadding,i=new Set,f=null,u=vn(r,o),s=function(h){return u?wr(u,h):!0},p=function(h,_){return!h||!h.firstChild?!0:!Sr(h.firstChild,_.firstChild,D(e))};try{for(var c=hn(t),l=c.next();!l.done;l=c.next()){var v=l.value;s(v)?!f||p(f,v)?f=v:(i.add(f),i.add(v)):i.add(v)}}catch(h){a={error:h}}finally{try{l&&!l.done&&(n=c.return)&&n.call(c)}finally{if(a)throw a.error}}return Array.from(i)}function mf(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=function(a){return a==="positive"?-1:1};return t.reduce(function(a,n){return a*e(n)},1)}export{hf as boundTest,mf as getFactor};
3
+ //# sourceMappingURL=utils.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - @antv/component@2.1.7/esm/util/layout */
2
+ import{__read as B}from"/tslib?target=es2022";import{__read as H}from"/tslib?target=es2022";import{__read as q}from"/tslib?target=es2022";var l=(function(){function e(t,r,s,n){t===void 0&&(t=0),r===void 0&&(r=0),s===void 0&&(s=0),n===void 0&&(n=0),this.x=0,this.y=0,this.width=0,this.height=0,this.x=t,this.y=r,this.width=s,this.height=n}return Object.defineProperty(e.prototype,"bottom",{get:function(){return this.y+this.height},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"left",{get:function(){return this.x},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"right",{get:function(){return this.x+this.width},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"top",{get:function(){return this.y},enumerable:!1,configurable:!0}),e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e.prototype.toJSON=function(){return{x:this.x,y:this.y,width:this.width,height:this.height,top:this.top,right:this.right,bottom:this.bottom,left:this.left}},e.prototype.isPointIn=function(t,r){return t>=this.left&&t<=this.right&&r>=this.top&&r<=this.bottom},e})();function w(e){for(var t=1/0,r=1/0,s=-1/0,n=-1/0,m=0;m<e.length;m++){var h=e[m],x=h.x,d=h.y,c=h.width,g=h.height,v=H([x+c,d+g],2),b=v[0],p=v[1];x<t&&(t=x),d<r&&(r=d),b>s&&(s=b),p>n&&(n=p)}return new l(t,r,s-t,n-r)}var A=function(e,t,r){var s=e.width,n=e.height,m=r.flexDirection,h=m===void 0?"row":m,x=r.flexWrap,d=x===void 0?"nowrap":x,c=r.justifyContent,g=c===void 0?"flex-start":c,v=r.alignContent,b=v===void 0?"flex-start":v,p=r.alignItems,J=p===void 0?"flex-start":p,u=h==="row",j=h==="row"||h==="column",C=u?j?[1,0]:[-1,0]:j?[0,1]:[0,-1],F=B([0,0],2),_=F[0],I=F[1],O=t.map(function(f){var o,a=f.width,i=f.height,Y=B([_,I],2),W=Y[0],k=Y[1];return o=B([_+a*C[0],I+i*C[1]],2),_=o[0],I=o[1],new l(W,k,a,i)}),y=w(O),R={"flex-start":0,"flex-end":u?s-y.width:n-y.height,center:u?(s-y.width)/2:(n-y.height)/2},P=O.map(function(f){var o=f.x,a=f.y,i=l.fromRect(f);return i.x=u?o+R[g]:o,i.y=u?a:a+R[g],i}),S=w(P),X=function(f){var o=B(u?["height",n]:["width",s],2),a=o[0],i=o[1];switch(J){case"flex-start":return 0;case"flex-end":return i-f[a];case"center":return i/2-f[a]/2;default:return 0}},z=P.map(function(f){var o=f.x,a=f.y,i=l.fromRect(f);return i.x=u?o:o+X(i),i.y=u?a+X(i):a,i}),L=z.map(function(f){var o,a,i=l.fromRect(f);return i.x+=(o=e.x)!==null&&o!==void 0?o:0,i.y+=(a=e.y)!==null&&a!==void 0?a:0,i});return L};var D=function(e,t,r){return[]};var N=(function(e,t,r){if(t.length===0)return[];var s={flex:A,grid:D},n=r.display in s?s[r.display]:null;return n?.call(null,e,t,r)||[]});export{N as calcLayout,A as flex,D as grid};
3
+ //# sourceMappingURL=layout.mjs.map
@@ -0,0 +1,11 @@
1
+ /* esm.sh - @antv/component@2.1.11 */
2
+ import "/@antv/component@2.1.11/es2022/esm/animation.mjs";
3
+ import "/@antv/component@2.1.11/es2022/esm/core.mjs";
4
+ import "/@antv/component@2.1.11/es2022/esm/ui/axis/utils.mjs";
5
+ import "/@antv/component@2.1.11/es2022/esm/util/layout.mjs";
6
+ import "/@antv/g@^6.1.11?target=es2022";
7
+ import "/@antv/scale@^0.4.16?target=es2022";
8
+ import "/@antv/util@^3.3.10?target=es2022";
9
+ import "/svg-path-parser@^1.1.0?target=es2022";
10
+ import "/tslib?target=es2022";
11
+ export * from "/@antv/component@2.1.11/es2022/component.mjs";
@@ -0,0 +1,3 @@
1
+ /* esm.sh - @antv/event-emitter@0.1.3 */
2
+ export * from "/@antv/event-emitter@0.1.3/es2022/event-emitter.mjs";
3
+ export { default } from "/@antv/event-emitter@0.1.3/es2022/event-emitter.mjs";
@@ -0,0 +1,15 @@
1
+ /* esm.sh - @antv/g-camera-api@2.0.41 */
2
+ import{getAngle as L,CameraType as y,deg2rad as F,createVec3 as it,runtime as G,Camera as rt}from"/@antv/g-lite@2.3.2/es2022/g-lite.mjs";function V(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e){"@babel/helpers - typeof";return f=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},f(e)}function q(e,t){if(f(e)!="object"||!e)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var r=o.call(e,t||"default");if(f(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function W(e){var t=q(e,"string");return f(t)=="symbol"?t:t+""}function X(e,t){for(var o=0;o<t.length;o++){var r=t[o];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,W(r.key),r)}}function Z(e,t,o){return t&&X(e.prototype,t),o&&X(e,o),Object.defineProperty(e,"prototype",{writable:!1}),e}function _(e){return _=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},_(e)}function D(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(D=function(){return!!e})()}function $(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function H(e,t){if(t&&(f(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return $(e)}function J(e,t,o){return t=_(t),H(e,D()?Reflect.construct(t,o||[],_(e).constructor):t.apply(e,o))}function O(e,t){return O=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(o,r){return o.__proto__=r,o},O(e,t)}function Y(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&O(e,t)}import{isString as ot,isNumber as nt}from"/@antv/util@^3.3.5?target=es2022";import{quat as u,mat4 as P,vec3 as l}from"/gl-matrix@^3.4.3?target=es2022";var at=function(e){function t(){var o;V(this,t);for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];return o=J(this,t,[].concat(i)),o.landmarks=[],o}return Y(t,e),Z(t,[{key:"rotate",value:function(r,i,a){if(this.relElevation=L(i),this.relAzimuth=L(r),this.relRoll=L(a),this.elevation+=this.relElevation,this.azimuth+=this.relAzimuth,this.roll+=this.relRoll,this.type===y.EXPLORING){var s=u.setAxisAngle(u.create(),[1,0,0],F((this.rotateWorld?1:-1)*this.relElevation)),c=u.setAxisAngle(u.create(),[0,1,0],F((this.rotateWorld?1:-1)*this.relAzimuth)),p=u.setAxisAngle(u.create(),[0,0,1],F(this.relRoll)),m=u.multiply(u.create(),c,s);m=u.multiply(u.create(),m,p);var h=P.fromQuat(P.create(),m);P.translate(this.matrix,this.matrix,[0,0,-this.distance]),P.multiply(this.matrix,this.matrix,h),P.translate(this.matrix,this.matrix,[0,0,this.distance])}else{if(Math.abs(this.elevation)>90)return this;this.computeMatrix()}return this._getAxes(),this.type===y.ORBITING||this.type===y.EXPLORING?this._getPosition():this.type===y.TRACKING&&this._getFocalPoint(),this._update(),this}},{key:"pan",value:function(r,i){var a=it(r,i,0),s=l.clone(this.position);return l.add(s,s,l.scale(l.create(),this.right,a[0])),l.add(s,s,l.scale(l.create(),this.up,a[1])),this._setPosition(s),this.triggerUpdate(),this}},{key:"dolly",value:function(r){var i=this.forward,a=l.clone(this.position),s=r*this.dollyingStep,c=this.distance+r*this.dollyingStep;return s=Math.max(Math.min(c,this.maxDistance),this.minDistance)-this.distance,a[0]+=s*i[0],a[1]+=s*i[1],a[2]+=s*i[2],this._setPosition(a),this.type===y.ORBITING||this.type===y.EXPLORING?this._getDistance():this.type===y.TRACKING&&l.add(this.focalPoint,a,this.distanceVector),this.triggerUpdate(),this}},{key:"cancelLandmarkAnimation",value:function(){this.landmarkAnimationID!==void 0&&this.canvas.cancelAnimationFrame(this.landmarkAnimationID)}},{key:"createLandmark",value:function(r){var i,a,s,c,p=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},m=p.position,h=m===void 0?this.position:m,d=p.focalPoint,g=d===void 0?this.focalPoint:d,x=p.roll,b=p.zoom,n=new G.CameraContribution;n.setType(this.type,void 0),n.setPosition(h[0],(i=h[1])!==null&&i!==void 0?i:this.position[1],(a=h[2])!==null&&a!==void 0?a:this.position[2]),n.setFocalPoint(g[0],(s=g[1])!==null&&s!==void 0?s:this.focalPoint[1],(c=g[2])!==null&&c!==void 0?c:this.focalPoint[2]),n.setRoll(x??this.roll),n.setZoom(b??this.zoom);var A={name:r,matrix:P.clone(n.getWorldTransform()),right:l.clone(n.right),up:l.clone(n.up),forward:l.clone(n.forward),position:l.clone(n.getPosition()),focalPoint:l.clone(n.getFocalPoint()),distanceVector:l.clone(n.getDistanceVector()),distance:n.getDistance(),dollyingStep:n.getDollyingStep(),azimuth:n.getAzimuth(),elevation:n.getElevation(),roll:n.getRoll(),relAzimuth:n.relAzimuth,relElevation:n.relElevation,relRoll:n.relRoll,zoom:n.getZoom()};return this.landmarks.push(A),A}},{key:"gotoLandmark",value:function(r){var i=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=ot(r)?this.landmarks.find(function(j){return j.name===r}):r;if(s){var c=nt(a)?{duration:a}:a,p=c.easing,m=p===void 0?"linear":p,h=c.duration,d=h===void 0?100:h,g=c.easingFunction,x=g===void 0?void 0:g,b=c.onfinish,n=b===void 0?void 0:b,A=c.onframe,R=A===void 0?void 0:A,Q=.01;this.cancelLandmarkAnimation();var C=s.position,k=s.focalPoint,w=s.zoom,z=s.roll,tt=x||G.EasingFunction(m),E,I=function(){i.setFocalPoint(k),i.setPosition(C),i.setRoll(z),i.setZoom(w),i.computeMatrix(),i.triggerUpdate(),n?.()};if(d===0)return I();var M=function(B){E===void 0&&(E=B);var S=B-E;if(S>=d){I();return}var v=tt(S/d),T=l.create(),N=l.create(),K=1,U=0;l.lerp(T,i.focalPoint,k,v),l.lerp(N,i.position,C,v),U=i.roll*(1-v)+z*v,K=i.zoom*(1-v)+w*v,i.setFocalPoint(T),i.setPosition(N),i.setRoll(U),i.setZoom(K);var et=l.dist(T,k)+l.dist(N,C);if(et<=Q&&w===void 0&&z===void 0)return I();i.computeMatrix(),i.triggerUpdate(),S<d&&(R?.(v),i.landmarkAnimationID=i.canvas.requestAnimationFrame(M))};this.canvas.requestAnimationFrame(M)}}}])}(rt);G.CameraContribution=at;export{at as AdvancedCamera};
3
+ /*! Bundled license information:
4
+
5
+ @antv/g-camera-api/dist/index.esm.js:
6
+ (*!
7
+ * @antv/g-camera-api
8
+ * @description A simple implementation of Camera API.
9
+ * @version 2.0.41
10
+ * @date 7/30/2025, 1:34:37 PM
11
+ * @author AntVis
12
+ * @docs https://g.antv.antgroup.com/
13
+ *)
14
+ */
15
+ //# sourceMappingURL=g-camera-api.mjs.map
@@ -0,0 +1,6 @@
1
+ /* esm.sh - @antv/g-canvas@2.2.0 */
2
+ import "/@antv/g-lite@2.7.0/es2022/g-lite.mjs";
3
+ import "/@antv/g-math@3.1.0/es2022/g-math.mjs";
4
+ import "/@antv/util@^3.3.5?target=es2022";
5
+ import "/gl-matrix@^3.4.3?target=es2022";
6
+ export * from "/@antv/g-canvas@2.2.0/es2022/g-canvas.mjs";
@@ -0,0 +1,15 @@
1
+ /* esm.sh - @antv/g-dom-mutation-observer-api@2.0.38 */
2
+ function h(r,i){if(!(r instanceof i))throw new TypeError("Cannot call a class as a function")}function c(r){"@babel/helpers - typeof";return c=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},c(r)}function k(r,i){if(c(r)!="object"||!r)return r;var t=r[Symbol.toPrimitive];if(t!==void 0){var e=t.call(r,i||"default");if(c(e)!="object")return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(r)}function L(r){var i=k(r,"string");return c(i)=="symbol"?i:i+""}function N(r,i){for(var t=0;t<i.length;t++){var e=i[t];e.enumerable=e.enumerable||!1,e.configurable=!0,"value"in e&&(e.writable=!0),Object.defineProperty(r,L(e.key),e)}}function b(r,i,t){return i&&N(r.prototype,i),t&&N(r,t),Object.defineProperty(r,"prototype",{writable:!1}),r}import{ElementEvent as u,MutationEvent as I,runtime as R}from"/@antv/g-lite@2.3.2/es2022/g-lite.mjs";var D=function(){function r(i,t){h(this,r),this.addedNodes=[],this.attributeName=null,this.attributeNamespace=null,this.nextSibling=null,this.oldValue=null,this.previousSibling=null,this.removedNodes=[],this.type=i,this.target=t}return b(r,null,[{key:"copy",value:function(t){var e=new r(t.type,t.target);return e.addedNodes=t.addedNodes.slice(),e.removedNodes=t.removedNodes.slice(),e.previousSibling=t.previousSibling,e.nextSibling=t.nextSibling,e.attributeName=t.attributeName,e.attributeNamespace=t.attributeNamespace,e.oldValue=t.oldValue,e}}])}(),w=0,f=new WeakMap,M=function(){function r(i,t,e){h(this,r),this.transientObservedNodes=[],this.observer=i,this.target=t,this.options=e}return b(r,[{key:"enqueue",value:function(t){var e=this.observer.records,n=e.length;if(e.length>0){var a=e[n-1],s=P(a,t);if(s){e[n-1]=s;return}}else q(this.observer);e[n]=t}},{key:"addListeners",value:function(){this.addListeners_(this.target)}},{key:"addListeners_",value:function(t){var e=this.options;e.attributes&&t.addEventListener(u.ATTR_MODIFIED,this,!0),e.childList&&t.addEventListener(u.INSERTED,this,!0),(e.childList||e.subtree)&&t.addEventListener(u.REMOVED,this,!0)}},{key:"removeListeners",value:function(){this.removeListeners_(this.target)}},{key:"removeListeners_",value:function(t){var e=this.options;e.attributes&&t.removeEventListener(u.ATTR_MODIFIED,this,!0),e.childList&&t.removeEventListener(u.INSERTED,this,!0),(e.childList||e.subtree)&&t.removeEventListener(u.REMOVED,this,!0)}},{key:"removeTransientObservers",value:function(){var t=this.transientObservedNodes;this.transientObservedNodes=[],t.forEach(function(e){this.removeListeners_(e);for(var n=f.get(e),a=0;a<n.length;a++)if(n[a]===this){n.splice(a,1);break}},this)}},{key:"handleEvent",value:function(t){t.stopImmediatePropagation();var e,n;switch(t.type){case u.ATTR_MODIFIED:var a=t.attrName,s=t.relatedNode.namespaceURI;n=t.target,e=S("attributes",n),e.attributeName=a,e.attributeNamespace=s;var v=t.attrChange===I.ADDITION?null:t.prevValue;T(n,function(l){if(l.attributes&&!(l.attributeFilter&&l.attributeFilter.length&&l.attributeFilter.indexOf(a)===-1&&l.attributeFilter.indexOf(s)===-1))return l.attributeOldValue?V(v):e});break;case u.REMOVED:case u.INSERTED:n=t.relatedNode;var d=t.target,p,y;t.type===u.INSERTED?(p=[d],y=[]):(p=[],y=[d]);var _=d.previousSibling,x=d.nextSibling;e=S("childList",n),e.addedNodes=p,e.removedNodes=y,e.previousSibling=_,e.nextSibling=x,T(n,function(l){if(l.childList)return e})}C()}}])}(),Z=function(){function r(i){h(this,r),this.nodes=[],this.records=[],this.uid=w++,this.callback=i}return b(r,[{key:"observe",value:function(t,e){if(!e.childList&&!e.attributes&&!e.characterData||e.attributeOldValue&&!e.attributes||e.attributeFilter&&e.attributeFilter.length&&!e.attributes||e.characterDataOldValue&&!e.characterData)throw new SyntaxError;var n=f.get(t);n||f.set(t,n=[]);for(var a,s=0;s<n.length;s++)if(n[s].observer===this){a=n[s],a.removeListeners(),a.options=e;break}a||(a=new M(this,t,e),n.push(a),this.nodes.push(t)),a.addListeners()}},{key:"disconnect",value:function(){var t=this;this.nodes.forEach(function(e){for(var n=f.get(e),a=0;a<n.length;a++){var s=n[a];if(s.observer===t){s.removeListeners(),n.splice(a,1);break}}},this),this.records=[]}},{key:"takeRecords",value:function(){var t=this.records;return this.records=[],t}}])}(),m,o;function S(r,i){return m=new D(r,i)}function V(r){return o||(o=D.copy(m),o.oldValue=r,o)}function C(){m=o=void 0}function F(r){return r===o||r===m}function P(r,i){return r===i?r:o&&F(r)?o:null}function A(r){r.nodes.forEach(function(i){var t=f.get(i);t&&t.forEach(function(e){e.observer===r&&e.removeTransientObservers()})})}function T(r,i){for(var t=r;t;t=t.parentNode){var e=f.get(t);if(e)for(var n=0;n<e.length;n++){var a=e[n],s=a.options;if(!(t!==r&&!s.subtree)){var v=i(s);v&&a.enqueue(v)}}}}var E=!1,g=[];function q(r){g.push(r),E||(E=!0,typeof R.globalThis<"u"?R.globalThis.setTimeout(O):O())}function O(){E=!1;var r=g;g=[],r.sort(function(t,e){return t.uid-e.uid});var i=!1;r.forEach(function(t){var e=t.takeRecords();A(t),e.length&&(t.callback(e,t),i=!0)}),i&&O()}export{Z as MutationObserver,D as MutationRecord,M as Registration};
3
+ /*! Bundled license information:
4
+
5
+ @antv/g-dom-mutation-observer-api/dist/index.esm.js:
6
+ (*!
7
+ * @antv/g-dom-mutation-observer-api
8
+ * @description A simple implementation of DOM MutationObserver API.
9
+ * @version 2.0.38
10
+ * @date 7/30/2025, 1:34:51 PM
11
+ * @author AntVis
12
+ * @docs https://g.antv.antgroup.com/
13
+ *)
14
+ */
15
+ //# sourceMappingURL=g-dom-mutation-observer-api.mjs.map