@templmf/temp-solf-lmf 0.0.93 → 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 (571) hide show
  1. package/@antv/algorithm@0.1.26/es2022/algorithm.mjs +3 -0
  2. package/@antv/algorithm@^0.1.26 +5 -0
  3. package/@antv/component@2.1.7/es2022/component.mjs +15 -0
  4. package/@antv/component@2.1.7/es2022/esm/animation.mjs +3 -0
  5. package/@antv/component@2.1.7/es2022/esm/core.mjs +3 -0
  6. package/@antv/component@2.1.7/es2022/esm/ui/axis/utils.mjs +3 -0
  7. package/@antv/component@2.1.7/es2022/esm/util/layout.mjs +3 -0
  8. package/@antv/component@^2.1.7 +11 -0
  9. package/@antv/event-emitter@0.1.3/es2022/event-emitter.mjs +3 -0
  10. package/@antv/event-emitter@^0.1.3 +3 -0
  11. package/@antv/g-camera-api@2.0.41/es2022/g-camera-api.mjs +15 -0
  12. package/@antv/g-canvas@2.0.48/es2022/g-canvas.mjs +18 -0
  13. package/@antv/g-canvas@^2.0.48 +6 -0
  14. package/@antv/g-dom-mutation-observer-api@2.0.38/es2022/g-dom-mutation-observer-api.mjs +15 -0
  15. package/@antv/g-lite@2.3.2/es2022/g-lite.mjs +22 -0
  16. package/@antv/g-math@3.0.1/es2022/g-math.mjs +17 -0
  17. package/@antv/g-plugin-canvas-path-generator@2.1.22/es2022/g-plugin-canvas-path-generator.mjs +16 -0
  18. package/@antv/g-plugin-canvas-picker@2.1.27/es2022/g-plugin-canvas-picker.mjs +20 -0
  19. package/@antv/g-plugin-canvas-renderer@2.3.3/es2022/g-plugin-canvas-renderer.mjs +17 -0
  20. package/@antv/g-plugin-dom-interaction@2.1.27/es2022/g-plugin-dom-interaction.mjs +15 -0
  21. package/@antv/g-plugin-dragndrop@2.0.38/es2022/g-plugin-dragndrop.mjs +18 -0
  22. package/@antv/g-plugin-dragndrop@^2.0.38 +4 -0
  23. package/@antv/g-plugin-html-renderer@2.1.27/es2022/g-plugin-html-renderer.mjs +15 -0
  24. package/@antv/g-plugin-image-loader@2.1.26/es2022/g-plugin-image-loader.mjs +19 -0
  25. package/@antv/g-web-animations-api@2.1.28/es2022/g-web-animations-api.mjs +17 -0
  26. package/@antv/g6@5.1.1/es2022/g6.mjs +125 -0
  27. package/@antv/g@6.1.28/es2022/g.mjs +15 -0
  28. package/@antv/g@^6.1.11 +6 -0
  29. package/@antv/g@^6.1.28 +6 -0
  30. package/@antv/graphlib@2.0.4/es2022/graphlib.mjs +3 -0
  31. package/@antv/graphlib@^2.0.4 +3 -0
  32. package/@antv/hierarchy@0.7.1/es2022/hierarchy.mjs +3 -0
  33. package/@antv/hierarchy@^0.7.1 +3 -0
  34. package/@antv/layout@2.0.0/es2022/layout.mjs +20 -0
  35. package/@antv/layout@^2.0.0 +2 -0
  36. package/@antv/scale@^0.4.16 +5 -0
  37. package/@antv/util@3.3.11/es2022/util.mjs +3 -0
  38. package/@antv/util@^2.0.13 +3 -0
  39. package/@antv/util@^3.3.10 +4 -0
  40. package/@antv/util@^3.3.11 +4 -0
  41. package/@antv/util@^3.3.5 +4 -0
  42. package/animate.css@4.1.1/animate.css +4072 -0
  43. package/bubblesets-js@2.3.4/es2022/bubblesets-js.mjs +4 -0
  44. package/echarts +8 -0
  45. package/echarts@6.0.0/es2022/echarts.mjs +3 -0
  46. package/echarts@6.0.0/es2022/lib/animation/basicTransition.mjs +3 -0
  47. package/echarts@6.0.0/es2022/lib/animation/customGraphicKeyframeAnimation.mjs +3 -0
  48. package/echarts@6.0.0/es2022/lib/animation/customGraphicTransition.mjs +3 -0
  49. package/echarts@6.0.0/es2022/lib/animation/morphTransitionHelper.mjs +3 -0
  50. package/echarts@6.0.0/es2022/lib/animation/universalTransition.mjs +3 -0
  51. package/echarts@6.0.0/es2022/lib/chart/bar/BarSeries.mjs +3 -0
  52. package/echarts@6.0.0/es2022/lib/chart/bar/BarView.mjs +3 -0
  53. package/echarts@6.0.0/es2022/lib/chart/bar/BaseBarSeries.mjs +3 -0
  54. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarSeries.mjs +3 -0
  55. package/echarts@6.0.0/es2022/lib/chart/bar/PictorialBarView.mjs +3 -0
  56. package/echarts@6.0.0/es2022/lib/chart/bar/install.mjs +3 -0
  57. package/echarts@6.0.0/es2022/lib/chart/bar/installPictorialBar.mjs +3 -0
  58. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotSeries.mjs +3 -0
  59. package/echarts@6.0.0/es2022/lib/chart/boxplot/BoxplotView.mjs +3 -0
  60. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotLayout.mjs +3 -0
  61. package/echarts@6.0.0/es2022/lib/chart/boxplot/boxplotTransform.mjs +3 -0
  62. package/echarts@6.0.0/es2022/lib/chart/boxplot/install.mjs +3 -0
  63. package/echarts@6.0.0/es2022/lib/chart/boxplot/prepareBoxplotData.mjs +3 -0
  64. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickSeries.mjs +3 -0
  65. package/echarts@6.0.0/es2022/lib/chart/candlestick/CandlestickView.mjs +3 -0
  66. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickLayout.mjs +3 -0
  67. package/echarts@6.0.0/es2022/lib/chart/candlestick/candlestickVisual.mjs +3 -0
  68. package/echarts@6.0.0/es2022/lib/chart/candlestick/install.mjs +3 -0
  69. package/echarts@6.0.0/es2022/lib/chart/candlestick/preprocessor.mjs +3 -0
  70. package/echarts@6.0.0/es2022/lib/chart/chord/ChordEdge.mjs +3 -0
  71. package/echarts@6.0.0/es2022/lib/chart/chord/ChordSeries.mjs +3 -0
  72. package/echarts@6.0.0/es2022/lib/chart/chord/ChordView.mjs +3 -0
  73. package/echarts@6.0.0/es2022/lib/chart/chord/install.mjs +3 -0
  74. package/echarts@6.0.0/es2022/lib/chart/custom/CustomView.mjs +3 -0
  75. package/echarts@6.0.0/es2022/lib/chart/custom/customSeriesRegister.mjs +3 -0
  76. package/echarts@6.0.0/es2022/lib/chart/custom/install.mjs +3 -0
  77. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterSeries.mjs +3 -0
  78. package/echarts@6.0.0/es2022/lib/chart/effectScatter/EffectScatterView.mjs +3 -0
  79. package/echarts@6.0.0/es2022/lib/chart/effectScatter/install.mjs +3 -0
  80. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelSeries.mjs +3 -0
  81. package/echarts@6.0.0/es2022/lib/chart/funnel/FunnelView.mjs +3 -0
  82. package/echarts@6.0.0/es2022/lib/chart/funnel/funnelLayout.mjs +3 -0
  83. package/echarts@6.0.0/es2022/lib/chart/funnel/install.mjs +3 -0
  84. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeSeries.mjs +3 -0
  85. package/echarts@6.0.0/es2022/lib/chart/gauge/GaugeView.mjs +3 -0
  86. package/echarts@6.0.0/es2022/lib/chart/gauge/install.mjs +3 -0
  87. package/echarts@6.0.0/es2022/lib/chart/graph/GraphSeries.mjs +3 -0
  88. package/echarts@6.0.0/es2022/lib/chart/graph/GraphView.mjs +3 -0
  89. package/echarts@6.0.0/es2022/lib/chart/graph/adjustEdge.mjs +3 -0
  90. package/echarts@6.0.0/es2022/lib/chart/graph/categoryFilter.mjs +3 -0
  91. package/echarts@6.0.0/es2022/lib/chart/graph/categoryVisual.mjs +3 -0
  92. package/echarts@6.0.0/es2022/lib/chart/graph/circularLayout.mjs +3 -0
  93. package/echarts@6.0.0/es2022/lib/chart/graph/createView.mjs +3 -0
  94. package/echarts@6.0.0/es2022/lib/chart/graph/edgeVisual.mjs +3 -0
  95. package/echarts@6.0.0/es2022/lib/chart/graph/forceHelper.mjs +3 -0
  96. package/echarts@6.0.0/es2022/lib/chart/graph/forceLayout.mjs +3 -0
  97. package/echarts@6.0.0/es2022/lib/chart/graph/graphHelper.mjs +3 -0
  98. package/echarts@6.0.0/es2022/lib/chart/graph/install.mjs +3 -0
  99. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayout.mjs +3 -0
  100. package/echarts@6.0.0/es2022/lib/chart/graph/simpleLayoutHelper.mjs +3 -0
  101. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapLayer.mjs +3 -0
  102. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapSeries.mjs +3 -0
  103. package/echarts@6.0.0/es2022/lib/chart/heatmap/HeatmapView.mjs +3 -0
  104. package/echarts@6.0.0/es2022/lib/chart/heatmap/install.mjs +3 -0
  105. package/echarts@6.0.0/es2022/lib/chart/helper/EffectLine.mjs +3 -0
  106. package/echarts@6.0.0/es2022/lib/chart/helper/EffectSymbol.mjs +3 -0
  107. package/echarts@6.0.0/es2022/lib/chart/helper/LargeLineDraw.mjs +3 -0
  108. package/echarts@6.0.0/es2022/lib/chart/helper/Line.mjs +3 -0
  109. package/echarts@6.0.0/es2022/lib/chart/helper/LineDraw.mjs +3 -0
  110. package/echarts@6.0.0/es2022/lib/chart/helper/LinePath.mjs +3 -0
  111. package/echarts@6.0.0/es2022/lib/chart/helper/Polyline.mjs +3 -0
  112. package/echarts@6.0.0/es2022/lib/chart/helper/Symbol.mjs +3 -0
  113. package/echarts@6.0.0/es2022/lib/chart/helper/SymbolDraw.mjs +3 -0
  114. package/echarts@6.0.0/es2022/lib/chart/helper/createClipPathFromCoordSys.mjs +3 -0
  115. package/echarts@6.0.0/es2022/lib/chart/helper/createRenderPlanner.mjs +3 -0
  116. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesData.mjs +3 -0
  117. package/echarts@6.0.0/es2022/lib/chart/helper/createSeriesDataSimply.mjs +3 -0
  118. package/echarts@6.0.0/es2022/lib/chart/helper/enableAriaDecalForTree.mjs +3 -0
  119. package/echarts@6.0.0/es2022/lib/chart/helper/labelHelper.mjs +3 -0
  120. package/echarts@6.0.0/es2022/lib/chart/helper/multipleGraphEdgeHelper.mjs +3 -0
  121. package/echarts@6.0.0/es2022/lib/chart/helper/treeHelper.mjs +3 -0
  122. package/echarts@6.0.0/es2022/lib/chart/helper/whiskerBoxCommon.mjs +3 -0
  123. package/echarts@6.0.0/es2022/lib/chart/line/LineSeries.mjs +3 -0
  124. package/echarts@6.0.0/es2022/lib/chart/line/LineView.mjs +3 -0
  125. package/echarts@6.0.0/es2022/lib/chart/line/helper.mjs +3 -0
  126. package/echarts@6.0.0/es2022/lib/chart/line/install.mjs +3 -0
  127. package/echarts@6.0.0/es2022/lib/chart/line/lineAnimationDiff.mjs +3 -0
  128. package/echarts@6.0.0/es2022/lib/chart/line/poly.mjs +3 -0
  129. package/echarts@6.0.0/es2022/lib/chart/lines/LinesSeries.mjs +3 -0
  130. package/echarts@6.0.0/es2022/lib/chart/lines/LinesView.mjs +3 -0
  131. package/echarts@6.0.0/es2022/lib/chart/lines/install.mjs +3 -0
  132. package/echarts@6.0.0/es2022/lib/chart/lines/linesLayout.mjs +3 -0
  133. package/echarts@6.0.0/es2022/lib/chart/lines/linesVisual.mjs +3 -0
  134. package/echarts@6.0.0/es2022/lib/chart/map/MapSeries.mjs +3 -0
  135. package/echarts@6.0.0/es2022/lib/chart/map/MapView.mjs +3 -0
  136. package/echarts@6.0.0/es2022/lib/chart/map/install.mjs +3 -0
  137. package/echarts@6.0.0/es2022/lib/chart/map/mapDataStatistic.mjs +3 -0
  138. package/echarts@6.0.0/es2022/lib/chart/map/mapSymbolLayout.mjs +3 -0
  139. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelSeries.mjs +3 -0
  140. package/echarts@6.0.0/es2022/lib/chart/parallel/ParallelView.mjs +3 -0
  141. package/echarts@6.0.0/es2022/lib/chart/parallel/install.mjs +3 -0
  142. package/echarts@6.0.0/es2022/lib/chart/parallel/parallelVisual.mjs +3 -0
  143. package/echarts@6.0.0/es2022/lib/chart/pie/PieSeries.mjs +3 -0
  144. package/echarts@6.0.0/es2022/lib/chart/pie/PieView.mjs +3 -0
  145. package/echarts@6.0.0/es2022/lib/chart/pie/install.mjs +3 -0
  146. package/echarts@6.0.0/es2022/lib/chart/pie/pieLayout.mjs +3 -0
  147. package/echarts@6.0.0/es2022/lib/chart/radar/RadarSeries.mjs +3 -0
  148. package/echarts@6.0.0/es2022/lib/chart/radar/RadarView.mjs +3 -0
  149. package/echarts@6.0.0/es2022/lib/chart/radar/backwardCompat.mjs +3 -0
  150. package/echarts@6.0.0/es2022/lib/chart/radar/install.mjs +3 -0
  151. package/echarts@6.0.0/es2022/lib/chart/radar/radarLayout.mjs +3 -0
  152. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeySeries.mjs +3 -0
  153. package/echarts@6.0.0/es2022/lib/chart/sankey/SankeyView.mjs +3 -0
  154. package/echarts@6.0.0/es2022/lib/chart/sankey/install.mjs +3 -0
  155. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyLayout.mjs +3 -0
  156. package/echarts@6.0.0/es2022/lib/chart/sankey/sankeyVisual.mjs +3 -0
  157. package/echarts@6.0.0/es2022/lib/chart/scatter/ScatterSeries.mjs +3 -0
  158. package/echarts@6.0.0/es2022/lib/chart/scatter/install.mjs +3 -0
  159. package/echarts@6.0.0/es2022/lib/chart/scatter/jitterLayout.mjs +3 -0
  160. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstPiece.mjs +3 -0
  161. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstSeries.mjs +3 -0
  162. package/echarts@6.0.0/es2022/lib/chart/sunburst/SunburstView.mjs +3 -0
  163. package/echarts@6.0.0/es2022/lib/chart/sunburst/install.mjs +3 -0
  164. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstAction.mjs +3 -0
  165. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstLayout.mjs +3 -0
  166. package/echarts@6.0.0/es2022/lib/chart/sunburst/sunburstVisual.mjs +3 -0
  167. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverSeries.mjs +3 -0
  168. package/echarts@6.0.0/es2022/lib/chart/themeRiver/ThemeRiverView.mjs +3 -0
  169. package/echarts@6.0.0/es2022/lib/chart/themeRiver/install.mjs +3 -0
  170. package/echarts@6.0.0/es2022/lib/chart/themeRiver/themeRiverLayout.mjs +3 -0
  171. package/echarts@6.0.0/es2022/lib/chart/tree/TreeSeries.mjs +3 -0
  172. package/echarts@6.0.0/es2022/lib/chart/tree/TreeView.mjs +3 -0
  173. package/echarts@6.0.0/es2022/lib/chart/tree/install.mjs +3 -0
  174. package/echarts@6.0.0/es2022/lib/chart/tree/layoutHelper.mjs +3 -0
  175. package/echarts@6.0.0/es2022/lib/chart/tree/treeAction.mjs +3 -0
  176. package/echarts@6.0.0/es2022/lib/chart/tree/treeVisual.mjs +3 -0
  177. package/echarts@6.0.0/es2022/lib/chart/treemap/Breadcrumb.mjs +3 -0
  178. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapSeries.mjs +3 -0
  179. package/echarts@6.0.0/es2022/lib/chart/treemap/TreemapView.mjs +3 -0
  180. package/echarts@6.0.0/es2022/lib/chart/treemap/install.mjs +3 -0
  181. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapLayout.mjs +3 -0
  182. package/echarts@6.0.0/es2022/lib/chart/treemap/treemapVisual.mjs +3 -0
  183. package/echarts@6.0.0/es2022/lib/component/aria/install.mjs +3 -0
  184. package/echarts@6.0.0/es2022/lib/component/aria/preprocessor.mjs +3 -0
  185. package/echarts@6.0.0/es2022/lib/component/axis/AngleAxisView.mjs +3 -0
  186. package/echarts@6.0.0/es2022/lib/component/axis/AxisBuilder.mjs +3 -0
  187. package/echarts@6.0.0/es2022/lib/component/axis/CartesianAxisView.mjs +3 -0
  188. package/echarts@6.0.0/es2022/lib/component/axis/ParallelAxisView.mjs +3 -0
  189. package/echarts@6.0.0/es2022/lib/component/axis/RadiusAxisView.mjs +3 -0
  190. package/echarts@6.0.0/es2022/lib/component/axis/SingleAxisView.mjs +3 -0
  191. package/echarts@6.0.0/es2022/lib/component/axis/axisAction.mjs +3 -0
  192. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelper.mjs +3 -0
  193. package/echarts@6.0.0/es2022/lib/component/axis/axisBreakHelperImpl.mjs +3 -0
  194. package/echarts@6.0.0/es2022/lib/component/axis/axisSplitHelper.mjs +3 -0
  195. package/echarts@6.0.0/es2022/lib/component/axis/installBreak.mjs +3 -0
  196. package/echarts@6.0.0/es2022/lib/component/axis/parallelAxisAction.mjs +3 -0
  197. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerModel.mjs +3 -0
  198. package/echarts@6.0.0/es2022/lib/component/axisPointer/AxisPointerView.mjs +3 -0
  199. package/echarts@6.0.0/es2022/lib/component/axisPointer/BaseAxisPointer.mjs +3 -0
  200. package/echarts@6.0.0/es2022/lib/component/axisPointer/CartesianAxisPointer.mjs +3 -0
  201. package/echarts@6.0.0/es2022/lib/component/axisPointer/PolarAxisPointer.mjs +3 -0
  202. package/echarts@6.0.0/es2022/lib/component/axisPointer/SingleAxisPointer.mjs +3 -0
  203. package/echarts@6.0.0/es2022/lib/component/axisPointer/axisTrigger.mjs +3 -0
  204. package/echarts@6.0.0/es2022/lib/component/axisPointer/findPointFromSeries.mjs +3 -0
  205. package/echarts@6.0.0/es2022/lib/component/axisPointer/globalListener.mjs +3 -0
  206. package/echarts@6.0.0/es2022/lib/component/axisPointer/install.mjs +3 -0
  207. package/echarts@6.0.0/es2022/lib/component/axisPointer/modelHelper.mjs +3 -0
  208. package/echarts@6.0.0/es2022/lib/component/axisPointer/viewHelper.mjs +3 -0
  209. package/echarts@6.0.0/es2022/lib/component/brush/BrushModel.mjs +3 -0
  210. package/echarts@6.0.0/es2022/lib/component/brush/BrushView.mjs +3 -0
  211. package/echarts@6.0.0/es2022/lib/component/brush/install.mjs +3 -0
  212. package/echarts@6.0.0/es2022/lib/component/brush/preprocessor.mjs +3 -0
  213. package/echarts@6.0.0/es2022/lib/component/brush/selector.mjs +3 -0
  214. package/echarts@6.0.0/es2022/lib/component/brush/visualEncoding.mjs +3 -0
  215. package/echarts@6.0.0/es2022/lib/component/calendar/install.mjs +3 -0
  216. package/echarts@6.0.0/es2022/lib/component/dataZoom/DataZoomModel.mjs +3 -0
  217. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomModel.mjs +3 -0
  218. package/echarts@6.0.0/es2022/lib/component/dataZoom/InsideZoomView.mjs +3 -0
  219. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomModel.mjs +3 -0
  220. package/echarts@6.0.0/es2022/lib/component/dataZoom/SliderZoomView.mjs +3 -0
  221. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomAction.mjs +3 -0
  222. package/echarts@6.0.0/es2022/lib/component/dataZoom/dataZoomProcessor.mjs +3 -0
  223. package/echarts@6.0.0/es2022/lib/component/dataZoom/helper.mjs +3 -0
  224. package/echarts@6.0.0/es2022/lib/component/dataZoom/history.mjs +3 -0
  225. package/echarts@6.0.0/es2022/lib/component/dataZoom/install.mjs +3 -0
  226. package/echarts@6.0.0/es2022/lib/component/dataZoom/installCommon.mjs +3 -0
  227. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomInside.mjs +3 -0
  228. package/echarts@6.0.0/es2022/lib/component/dataZoom/installDataZoomSlider.mjs +3 -0
  229. package/echarts@6.0.0/es2022/lib/component/dataZoom/roams.mjs +3 -0
  230. package/echarts@6.0.0/es2022/lib/component/dataset/install.mjs +3 -0
  231. package/echarts@6.0.0/es2022/lib/component/geo/GeoView.mjs +3 -0
  232. package/echarts@6.0.0/es2022/lib/component/geo/install.mjs +3 -0
  233. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicModel.mjs +3 -0
  234. package/echarts@6.0.0/es2022/lib/component/graphic/GraphicView.mjs +3 -0
  235. package/echarts@6.0.0/es2022/lib/component/graphic/install.mjs +3 -0
  236. package/echarts@6.0.0/es2022/lib/component/grid/install.mjs +3 -0
  237. package/echarts@6.0.0/es2022/lib/component/grid/installSimple.mjs +3 -0
  238. package/echarts@6.0.0/es2022/lib/component/helper/BrushTargetManager.mjs +3 -0
  239. package/echarts@6.0.0/es2022/lib/component/helper/MapDraw.mjs +3 -0
  240. package/echarts@6.0.0/es2022/lib/component/helper/RoamController.mjs +3 -0
  241. package/echarts@6.0.0/es2022/lib/component/helper/brushHelper.mjs +3 -0
  242. package/echarts@6.0.0/es2022/lib/component/helper/cursorHelper.mjs +3 -0
  243. package/echarts@6.0.0/es2022/lib/component/helper/interactionMutex.mjs +3 -0
  244. package/echarts@6.0.0/es2022/lib/component/helper/listComponent.mjs +3 -0
  245. package/echarts@6.0.0/es2022/lib/component/helper/sliderMove.mjs +3 -0
  246. package/echarts@6.0.0/es2022/lib/component/helper/thumbnailBridge.mjs +3 -0
  247. package/echarts@6.0.0/es2022/lib/component/legend/LegendModel.mjs +3 -0
  248. package/echarts@6.0.0/es2022/lib/component/legend/LegendView.mjs +4 -0
  249. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendModel.mjs +3 -0
  250. package/echarts@6.0.0/es2022/lib/component/legend/ScrollableLegendView.mjs +3 -0
  251. package/echarts@6.0.0/es2022/lib/component/legend/install.mjs +3 -0
  252. package/echarts@6.0.0/es2022/lib/component/legend/installLegendPlain.mjs +3 -0
  253. package/echarts@6.0.0/es2022/lib/component/legend/installLegendScroll.mjs +3 -0
  254. package/echarts@6.0.0/es2022/lib/component/legend/legendAction.mjs +4 -0
  255. package/echarts@6.0.0/es2022/lib/component/legend/legendFilter.mjs +3 -0
  256. package/echarts@6.0.0/es2022/lib/component/legend/scrollableLegendAction.mjs +3 -0
  257. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaModel.mjs +3 -0
  258. package/echarts@6.0.0/es2022/lib/component/marker/MarkAreaView.mjs +3 -0
  259. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineModel.mjs +3 -0
  260. package/echarts@6.0.0/es2022/lib/component/marker/MarkLineView.mjs +3 -0
  261. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointModel.mjs +3 -0
  262. package/echarts@6.0.0/es2022/lib/component/marker/MarkPointView.mjs +3 -0
  263. package/echarts@6.0.0/es2022/lib/component/marker/MarkerModel.mjs +3 -0
  264. package/echarts@6.0.0/es2022/lib/component/marker/MarkerView.mjs +3 -0
  265. package/echarts@6.0.0/es2022/lib/component/marker/checkMarkerInSeries.mjs +3 -0
  266. package/echarts@6.0.0/es2022/lib/component/marker/installMarkArea.mjs +3 -0
  267. package/echarts@6.0.0/es2022/lib/component/marker/installMarkLine.mjs +3 -0
  268. package/echarts@6.0.0/es2022/lib/component/marker/installMarkPoint.mjs +3 -0
  269. package/echarts@6.0.0/es2022/lib/component/marker/markerHelper.mjs +3 -0
  270. package/echarts@6.0.0/es2022/lib/component/matrix/MatrixView.mjs +3 -0
  271. package/echarts@6.0.0/es2022/lib/component/matrix/install.mjs +3 -0
  272. package/echarts@6.0.0/es2022/lib/component/parallel/ParallelView.mjs +3 -0
  273. package/echarts@6.0.0/es2022/lib/component/parallel/install.mjs +3 -0
  274. package/echarts@6.0.0/es2022/lib/component/polar/install.mjs +3 -0
  275. package/echarts@6.0.0/es2022/lib/component/radar/RadarView.mjs +3 -0
  276. package/echarts@6.0.0/es2022/lib/component/radar/install.mjs +3 -0
  277. package/echarts@6.0.0/es2022/lib/component/singleAxis/install.mjs +3 -0
  278. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailBridgeImpl.mjs +3 -0
  279. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailModel.mjs +3 -0
  280. package/echarts@6.0.0/es2022/lib/component/thumbnail/ThumbnailView.mjs +3 -0
  281. package/echarts@6.0.0/es2022/lib/component/thumbnail/install.mjs +3 -0
  282. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineModel.mjs +3 -0
  283. package/echarts@6.0.0/es2022/lib/component/timeline/SliderTimelineView.mjs +3 -0
  284. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineAxis.mjs +3 -0
  285. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineModel.mjs +3 -0
  286. package/echarts@6.0.0/es2022/lib/component/timeline/TimelineView.mjs +3 -0
  287. package/echarts@6.0.0/es2022/lib/component/timeline/install.mjs +3 -0
  288. package/echarts@6.0.0/es2022/lib/component/timeline/preprocessor.mjs +3 -0
  289. package/echarts@6.0.0/es2022/lib/component/timeline/timelineAction.mjs +3 -0
  290. package/echarts@6.0.0/es2022/lib/component/title/install.mjs +3 -0
  291. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxModel.mjs +3 -0
  292. package/echarts@6.0.0/es2022/lib/component/toolbox/ToolboxView.mjs +3 -0
  293. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Brush.mjs +3 -0
  294. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataView.mjs +20 -0
  295. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/DataZoom.mjs +3 -0
  296. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/MagicType.mjs +3 -0
  297. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/Restore.mjs +3 -0
  298. package/echarts@6.0.0/es2022/lib/component/toolbox/feature/SaveAsImage.mjs +3 -0
  299. package/echarts@6.0.0/es2022/lib/component/toolbox/featureManager.mjs +3 -0
  300. package/echarts@6.0.0/es2022/lib/component/toolbox/install.mjs +3 -0
  301. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipHTMLContent.mjs +3 -0
  302. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipRichContent.mjs +3 -0
  303. package/echarts@6.0.0/es2022/lib/component/tooltip/TooltipView.mjs +5 -0
  304. package/echarts@6.0.0/es2022/lib/component/tooltip/helper.mjs +3 -0
  305. package/echarts@6.0.0/es2022/lib/component/tooltip/install.mjs +3 -0
  306. package/echarts@6.0.0/es2022/lib/component/tooltip/seriesFormatTooltip.mjs +3 -0
  307. package/echarts@6.0.0/es2022/lib/component/tooltip/tooltipMarkup.mjs +9 -0
  308. package/echarts@6.0.0/es2022/lib/component/transform/install.mjs +3 -0
  309. package/echarts@6.0.0/es2022/lib/component/transform/sortTransform.mjs +3 -0
  310. package/echarts@6.0.0/es2022/lib/component/visualMap/ContinuousView.mjs +3 -0
  311. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseModel.mjs +3 -0
  312. package/echarts@6.0.0/es2022/lib/component/visualMap/PiecewiseView.mjs +3 -0
  313. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapModel.mjs +3 -0
  314. package/echarts@6.0.0/es2022/lib/component/visualMap/VisualMapView.mjs +3 -0
  315. package/echarts@6.0.0/es2022/lib/component/visualMap/helper.mjs +3 -0
  316. package/echarts@6.0.0/es2022/lib/component/visualMap/install.mjs +3 -0
  317. package/echarts@6.0.0/es2022/lib/component/visualMap/installCommon.mjs +3 -0
  318. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapContinuous.mjs +3 -0
  319. package/echarts@6.0.0/es2022/lib/component/visualMap/installVisualMapPiecewise.mjs +3 -0
  320. package/echarts@6.0.0/es2022/lib/component/visualMap/preprocessor.mjs +3 -0
  321. package/echarts@6.0.0/es2022/lib/component/visualMap/visualEncoding.mjs +3 -0
  322. package/echarts@6.0.0/es2022/lib/component/visualMap/visualMapAction.mjs +3 -0
  323. package/echarts@6.0.0/es2022/lib/coord/Axis.mjs +3 -0
  324. package/echarts@6.0.0/es2022/lib/coord/CoordinateSystem.mjs +3 -0
  325. package/echarts@6.0.0/es2022/lib/coord/View.mjs +3 -0
  326. package/echarts@6.0.0/es2022/lib/coord/axisAlignTicks.mjs +3 -0
  327. package/echarts@6.0.0/es2022/lib/coord/axisCommonTypes.mjs +3 -0
  328. package/echarts@6.0.0/es2022/lib/coord/axisHelper.mjs +3 -0
  329. package/echarts@6.0.0/es2022/lib/coord/axisModelCreator.mjs +3 -0
  330. package/echarts@6.0.0/es2022/lib/coord/axisTickLabelBuilder.mjs +3 -0
  331. package/echarts@6.0.0/es2022/lib/coord/calendar/CalendarModel.mjs +3 -0
  332. package/echarts@6.0.0/es2022/lib/coord/calendar/prepareCustom.mjs +3 -0
  333. package/echarts@6.0.0/es2022/lib/coord/cartesian/Axis2D.mjs +3 -0
  334. package/echarts@6.0.0/es2022/lib/coord/cartesian/AxisModel.mjs +3 -0
  335. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian.mjs +3 -0
  336. package/echarts@6.0.0/es2022/lib/coord/cartesian/Cartesian2D.mjs +3 -0
  337. package/echarts@6.0.0/es2022/lib/coord/cartesian/Grid.mjs +3 -0
  338. package/echarts@6.0.0/es2022/lib/coord/cartesian/GridModel.mjs +3 -0
  339. package/echarts@6.0.0/es2022/lib/coord/cartesian/cartesianAxisHelper.mjs +3 -0
  340. package/echarts@6.0.0/es2022/lib/coord/cartesian/legacyContainLabel.mjs +3 -0
  341. package/echarts@6.0.0/es2022/lib/coord/cartesian/prepareCustom.mjs +3 -0
  342. package/echarts@6.0.0/es2022/lib/coord/geo/Geo.mjs +3 -0
  343. package/echarts@6.0.0/es2022/lib/coord/geo/GeoJSONResource.mjs +4 -0
  344. package/echarts@6.0.0/es2022/lib/coord/geo/GeoModel.mjs +3 -0
  345. package/echarts@6.0.0/es2022/lib/coord/geo/GeoSVGResource.mjs +4 -0
  346. package/echarts@6.0.0/es2022/lib/coord/geo/Region.mjs +3 -0
  347. package/echarts@6.0.0/es2022/lib/coord/geo/fix/diaoyuIsland.mjs +3 -0
  348. package/echarts@6.0.0/es2022/lib/coord/geo/fix/nanhai.mjs +3 -0
  349. package/echarts@6.0.0/es2022/lib/coord/geo/fix/textCoord.mjs +3 -0
  350. package/echarts@6.0.0/es2022/lib/coord/geo/geoCreator.mjs +3 -0
  351. package/echarts@6.0.0/es2022/lib/coord/geo/geoSourceManager.mjs +3 -0
  352. package/echarts@6.0.0/es2022/lib/coord/geo/parseGeoJson.mjs +3 -0
  353. package/echarts@6.0.0/es2022/lib/coord/geo/prepareCustom.mjs +3 -0
  354. package/echarts@6.0.0/es2022/lib/coord/matrix/Matrix.mjs +3 -0
  355. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixBodyCorner.mjs +3 -0
  356. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixDim.mjs +3 -0
  357. package/echarts@6.0.0/es2022/lib/coord/matrix/MatrixModel.mjs +3 -0
  358. package/echarts@6.0.0/es2022/lib/coord/matrix/matrixCoordHelper.mjs +3 -0
  359. package/echarts@6.0.0/es2022/lib/coord/parallel/AxisModel.mjs +3 -0
  360. package/echarts@6.0.0/es2022/lib/coord/parallel/Parallel.mjs +3 -0
  361. package/echarts@6.0.0/es2022/lib/coord/parallel/ParallelModel.mjs +3 -0
  362. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelCreator.mjs +3 -0
  363. package/echarts@6.0.0/es2022/lib/coord/parallel/parallelPreprocessor.mjs +3 -0
  364. package/echarts@6.0.0/es2022/lib/coord/polar/AngleAxis.mjs +3 -0
  365. package/echarts@6.0.0/es2022/lib/coord/polar/AxisModel.mjs +3 -0
  366. package/echarts@6.0.0/es2022/lib/coord/polar/Polar.mjs +3 -0
  367. package/echarts@6.0.0/es2022/lib/coord/polar/PolarModel.mjs +3 -0
  368. package/echarts@6.0.0/es2022/lib/coord/polar/RadiusAxis.mjs +3 -0
  369. package/echarts@6.0.0/es2022/lib/coord/polar/polarCreator.mjs +3 -0
  370. package/echarts@6.0.0/es2022/lib/coord/polar/prepareCustom.mjs +3 -0
  371. package/echarts@6.0.0/es2022/lib/coord/radar/Radar.mjs +3 -0
  372. package/echarts@6.0.0/es2022/lib/coord/radar/RadarModel.mjs +3 -0
  373. package/echarts@6.0.0/es2022/lib/coord/scaleRawExtentInfo.mjs +3 -0
  374. package/echarts@6.0.0/es2022/lib/coord/single/AxisModel.mjs +3 -0
  375. package/echarts@6.0.0/es2022/lib/coord/single/Single.mjs +3 -0
  376. package/echarts@6.0.0/es2022/lib/coord/single/SingleAxis.mjs +3 -0
  377. package/echarts@6.0.0/es2022/lib/coord/single/prepareCustom.mjs +3 -0
  378. package/echarts@6.0.0/es2022/lib/coord/single/singleAxisHelper.mjs +3 -0
  379. package/echarts@6.0.0/es2022/lib/coord/single/singleCreator.mjs +3 -0
  380. package/echarts@6.0.0/es2022/lib/core/CoordinateSystem.mjs +3 -0
  381. package/echarts@6.0.0/es2022/lib/core/ExtensionAPI.mjs +3 -0
  382. package/echarts@6.0.0/es2022/lib/core/Scheduler.mjs +3 -0
  383. package/echarts@6.0.0/es2022/lib/core/echarts.mjs +3 -0
  384. package/echarts@6.0.0/es2022/lib/core/impl.mjs +3 -0
  385. package/echarts@6.0.0/es2022/lib/core/lifecycle.mjs +3 -0
  386. package/echarts@6.0.0/es2022/lib/core/locale.mjs +3 -0
  387. package/echarts@6.0.0/es2022/lib/core/task.mjs +3 -0
  388. package/echarts@6.0.0/es2022/lib/data/DataDiffer.mjs +3 -0
  389. package/echarts@6.0.0/es2022/lib/data/DataStore.mjs +3 -0
  390. package/echarts@6.0.0/es2022/lib/data/OrdinalMeta.mjs +3 -0
  391. package/echarts@6.0.0/es2022/lib/data/SeriesData.mjs +3 -0
  392. package/echarts@6.0.0/es2022/lib/data/SeriesDimensionDefine.mjs +3 -0
  393. package/echarts@6.0.0/es2022/lib/data/Source.mjs +3 -0
  394. package/echarts@6.0.0/es2022/lib/data/helper/SeriesDataSchema.mjs +3 -0
  395. package/echarts@6.0.0/es2022/lib/data/helper/createDimensions.mjs +3 -0
  396. package/echarts@6.0.0/es2022/lib/data/helper/dataProvider.mjs +3 -0
  397. package/echarts@6.0.0/es2022/lib/data/helper/dataStackHelper.mjs +3 -0
  398. package/echarts@6.0.0/es2022/lib/data/helper/dataValueHelper.mjs +3 -0
  399. package/echarts@6.0.0/es2022/lib/data/helper/dimensionHelper.mjs +3 -0
  400. package/echarts@6.0.0/es2022/lib/data/helper/sourceHelper.mjs +3 -0
  401. package/echarts@6.0.0/es2022/lib/data/helper/sourceManager.mjs +3 -0
  402. package/echarts@6.0.0/es2022/lib/data/helper/transform.mjs +3 -0
  403. package/echarts@6.0.0/es2022/lib/export/api/format.mjs +3 -0
  404. package/echarts@6.0.0/es2022/lib/export/api/graphic.mjs +3 -0
  405. package/echarts@6.0.0/es2022/lib/export/api/helper.mjs +3 -0
  406. package/echarts@6.0.0/es2022/lib/export/api/number.mjs +3 -0
  407. package/echarts@6.0.0/es2022/lib/export/api/time.mjs +3 -0
  408. package/echarts@6.0.0/es2022/lib/export/api/util.mjs +3 -0
  409. package/echarts@6.0.0/es2022/lib/export/api.mjs +3 -0
  410. package/echarts@6.0.0/es2022/lib/export/charts.mjs +3 -0
  411. package/echarts@6.0.0/es2022/lib/export/components.mjs +3 -0
  412. package/echarts@6.0.0/es2022/lib/export/core.mjs +3 -0
  413. package/echarts@6.0.0/es2022/lib/export/features.mjs +3 -0
  414. package/echarts@6.0.0/es2022/lib/export/renderers.mjs +3 -0
  415. package/echarts@6.0.0/es2022/lib/extension.mjs +3 -0
  416. package/echarts@6.0.0/es2022/lib/i18n/langEN.mjs +3 -0
  417. package/echarts@6.0.0/es2022/lib/i18n/langZH.mjs +3 -0
  418. package/echarts@6.0.0/es2022/lib/label/LabelManager.mjs +3 -0
  419. package/echarts@6.0.0/es2022/lib/label/installLabelLayout.mjs +3 -0
  420. package/echarts@6.0.0/es2022/lib/label/labelGuideHelper.mjs +3 -0
  421. package/echarts@6.0.0/es2022/lib/label/labelLayoutHelper.mjs +3 -0
  422. package/echarts@6.0.0/es2022/lib/label/labelStyle.mjs +3 -0
  423. package/echarts@6.0.0/es2022/lib/label/sectorLabel.mjs +3 -0
  424. package/echarts@6.0.0/es2022/lib/layout/barGrid.mjs +3 -0
  425. package/echarts@6.0.0/es2022/lib/layout/barPolar.mjs +3 -0
  426. package/echarts@6.0.0/es2022/lib/layout/points.mjs +3 -0
  427. package/echarts@6.0.0/es2022/lib/legacy/dataSelectAction.mjs +3 -0
  428. package/echarts@6.0.0/es2022/lib/loading/default.mjs +3 -0
  429. package/echarts@6.0.0/es2022/lib/model/Component.mjs +3 -0
  430. package/echarts@6.0.0/es2022/lib/model/Global.mjs +3 -0
  431. package/echarts@6.0.0/es2022/lib/model/Model.mjs +3 -0
  432. package/echarts@6.0.0/es2022/lib/model/OptionManager.mjs +3 -0
  433. package/echarts@6.0.0/es2022/lib/model/Series.mjs +3 -0
  434. package/echarts@6.0.0/es2022/lib/model/globalDefault.mjs +3 -0
  435. package/echarts@6.0.0/es2022/lib/model/internalComponentCreator.mjs +3 -0
  436. package/echarts@6.0.0/es2022/lib/model/mixin/areaStyle.mjs +3 -0
  437. package/echarts@6.0.0/es2022/lib/model/mixin/dataFormat.mjs +3 -0
  438. package/echarts@6.0.0/es2022/lib/model/mixin/itemStyle.mjs +3 -0
  439. package/echarts@6.0.0/es2022/lib/model/mixin/lineStyle.mjs +3 -0
  440. package/echarts@6.0.0/es2022/lib/model/mixin/makeStyleMapper.mjs +3 -0
  441. package/echarts@6.0.0/es2022/lib/model/mixin/palette.mjs +3 -0
  442. package/echarts@6.0.0/es2022/lib/model/mixin/textStyle.mjs +3 -0
  443. package/echarts@6.0.0/es2022/lib/model/referHelper.mjs +3 -0
  444. package/echarts@6.0.0/es2022/lib/preprocessor/backwardCompat.mjs +3 -0
  445. package/echarts@6.0.0/es2022/lib/preprocessor/helper/compatStyle.mjs +3 -0
  446. package/echarts@6.0.0/es2022/lib/processor/dataFilter.mjs +3 -0
  447. package/echarts@6.0.0/es2022/lib/processor/dataSample.mjs +3 -0
  448. package/echarts@6.0.0/es2022/lib/processor/negativeDataFilter.mjs +3 -0
  449. package/echarts@6.0.0/es2022/lib/renderer/installCanvasRenderer.mjs +3 -0
  450. package/echarts@6.0.0/es2022/lib/renderer/installSVGRenderer.mjs +3 -0
  451. package/echarts@6.0.0/es2022/lib/scale/Log.mjs +3 -0
  452. package/echarts@6.0.0/es2022/lib/scale/Ordinal.mjs +3 -0
  453. package/echarts@6.0.0/es2022/lib/scale/Scale.mjs +3 -0
  454. package/echarts@6.0.0/es2022/lib/scale/Time.mjs +3 -0
  455. package/echarts@6.0.0/es2022/lib/scale/break.mjs +3 -0
  456. package/echarts@6.0.0/es2022/lib/scale/breakImpl.mjs +3 -0
  457. package/echarts@6.0.0/es2022/lib/scale/helper.mjs +3 -0
  458. package/echarts@6.0.0/es2022/lib/theme/dark.mjs +3 -0
  459. package/echarts@6.0.0/es2022/lib/util/ECEventProcessor.mjs +3 -0
  460. package/echarts@6.0.0/es2022/lib/util/animation.mjs +3 -0
  461. package/echarts@6.0.0/es2022/lib/util/clazz.mjs +3 -0
  462. package/echarts@6.0.0/es2022/lib/util/component.mjs +3 -0
  463. package/echarts@6.0.0/es2022/lib/util/decal.mjs +3 -0
  464. package/echarts@6.0.0/es2022/lib/util/event.mjs +3 -0
  465. package/echarts@6.0.0/es2022/lib/util/graphic.mjs +3 -0
  466. package/echarts@6.0.0/es2022/lib/util/jitter.mjs +3 -0
  467. package/echarts@6.0.0/es2022/lib/util/layout.mjs +3 -0
  468. package/echarts@6.0.0/es2022/lib/util/model.mjs +3 -0
  469. package/echarts@6.0.0/es2022/lib/util/number.mjs +3 -0
  470. package/echarts@6.0.0/es2022/lib/util/states.mjs +3 -0
  471. package/echarts@6.0.0/es2022/lib/util/styleCompat.mjs +3 -0
  472. package/echarts@6.0.0/es2022/lib/util/symbol.mjs +3 -0
  473. package/echarts@6.0.0/es2022/lib/util/time.mjs +3 -0
  474. package/echarts@6.0.0/es2022/lib/util/types.mjs +3 -0
  475. package/echarts@6.0.0/es2022/lib/util/vendor.mjs +3 -0
  476. package/echarts@6.0.0/es2022/lib/view/Chart.mjs +3 -0
  477. package/echarts@6.0.0/es2022/lib/view/Component.mjs +3 -0
  478. package/echarts@6.0.0/es2022/lib/visual/VisualMapping.mjs +3 -0
  479. package/echarts@6.0.0/es2022/lib/visual/aria.mjs +3 -0
  480. package/echarts@6.0.0/es2022/lib/visual/decal.mjs +3 -0
  481. package/echarts@6.0.0/es2022/lib/visual/helper.mjs +3 -0
  482. package/echarts@6.0.0/es2022/lib/visual/style.mjs +3 -0
  483. package/echarts@6.0.0/es2022/lib/visual/tokens.mjs +3 -0
  484. package/echarts@6.0.0/es2022/lib/visual/visualDefault.mjs +3 -0
  485. package/echarts@6.0.0/es2022/lib/visual/visualSolution.mjs +3 -0
  486. package/eventemitter3@^5.0.1 +3 -0
  487. package/gl-matrix@^3.3.0 +2 -0
  488. package/gl-matrix@^3.4.3 +2 -0
  489. package/package.json +1 -1
  490. package/zrender@6.0.0/es2022/lib/Element.mjs +3 -0
  491. package/zrender@6.0.0/es2022/lib/Handler.mjs +3 -0
  492. package/zrender@6.0.0/es2022/lib/Storage.mjs +3 -0
  493. package/zrender@6.0.0/es2022/lib/animation/Animation.mjs +3 -0
  494. package/zrender@6.0.0/es2022/lib/animation/Animator.mjs +3 -0
  495. package/zrender@6.0.0/es2022/lib/animation/cubicEasing.mjs +3 -0
  496. package/zrender@6.0.0/es2022/lib/animation/easing.mjs +3 -0
  497. package/zrender@6.0.0/es2022/lib/animation/requestAnimationFrame.mjs +3 -0
  498. package/zrender@6.0.0/es2022/lib/canvas/dashStyle.mjs +3 -0
  499. package/zrender@6.0.0/es2022/lib/canvas/graphic.mjs +3 -0
  500. package/zrender@6.0.0/es2022/lib/contain/line.mjs +3 -0
  501. package/zrender@6.0.0/es2022/lib/contain/polygon.mjs +3 -0
  502. package/zrender@6.0.0/es2022/lib/contain/quadratic.mjs +3 -0
  503. package/zrender@6.0.0/es2022/lib/contain/text.mjs +4 -0
  504. package/zrender@6.0.0/es2022/lib/contain/util.mjs +3 -0
  505. package/zrender@6.0.0/es2022/lib/contain/windingLine.mjs +3 -0
  506. package/zrender@6.0.0/es2022/lib/core/BoundingRect.mjs +3 -0
  507. package/zrender@6.0.0/es2022/lib/core/Eventful.mjs +3 -0
  508. package/zrender@6.0.0/es2022/lib/core/GestureMgr.mjs +3 -0
  509. package/zrender@6.0.0/es2022/lib/core/LRU.mjs +3 -0
  510. package/zrender@6.0.0/es2022/lib/core/PathProxy.mjs +3 -0
  511. package/zrender@6.0.0/es2022/lib/core/Point.mjs +3 -0
  512. package/zrender@6.0.0/es2022/lib/core/Transformable.mjs +3 -0
  513. package/zrender@6.0.0/es2022/lib/core/WeakMap.mjs +3 -0
  514. package/zrender@6.0.0/es2022/lib/core/bbox.mjs +3 -0
  515. package/zrender@6.0.0/es2022/lib/core/curve.mjs +3 -0
  516. package/zrender@6.0.0/es2022/lib/core/dom.mjs +3 -0
  517. package/zrender@6.0.0/es2022/lib/core/env.mjs +3 -0
  518. package/zrender@6.0.0/es2022/lib/core/event.mjs +3 -0
  519. package/zrender@6.0.0/es2022/lib/core/fourPointsTransform.mjs +3 -0
  520. package/zrender@6.0.0/es2022/lib/core/matrix.mjs +3 -0
  521. package/zrender@6.0.0/es2022/lib/core/platform.mjs +3 -0
  522. package/zrender@6.0.0/es2022/lib/core/timsort.mjs +3 -0
  523. package/zrender@6.0.0/es2022/lib/core/util.mjs +3 -0
  524. package/zrender@6.0.0/es2022/lib/core/vector.mjs +3 -0
  525. package/zrender@6.0.0/es2022/lib/dom/HandlerProxy.mjs +3 -0
  526. package/zrender@6.0.0/es2022/lib/graphic/CompoundPath.mjs +3 -0
  527. package/zrender@6.0.0/es2022/lib/graphic/Displayable.mjs +3 -0
  528. package/zrender@6.0.0/es2022/lib/graphic/Gradient.mjs +3 -0
  529. package/zrender@6.0.0/es2022/lib/graphic/Group.mjs +3 -0
  530. package/zrender@6.0.0/es2022/lib/graphic/Image.mjs +3 -0
  531. package/zrender@6.0.0/es2022/lib/graphic/IncrementalDisplayable.mjs +3 -0
  532. package/zrender@6.0.0/es2022/lib/graphic/LinearGradient.mjs +3 -0
  533. package/zrender@6.0.0/es2022/lib/graphic/Path.mjs +3 -0
  534. package/zrender@6.0.0/es2022/lib/graphic/RadialGradient.mjs +3 -0
  535. package/zrender@6.0.0/es2022/lib/graphic/constants.mjs +3 -0
  536. package/zrender@6.0.0/es2022/lib/graphic/helper/image.mjs +3 -0
  537. package/zrender@6.0.0/es2022/lib/graphic/helper/poly.mjs +3 -0
  538. package/zrender@6.0.0/es2022/lib/graphic/helper/roundRect.mjs +3 -0
  539. package/zrender@6.0.0/es2022/lib/graphic/helper/roundSector.mjs +3 -0
  540. package/zrender@6.0.0/es2022/lib/graphic/helper/smoothBezier.mjs +3 -0
  541. package/zrender@6.0.0/es2022/lib/graphic/helper/subPixelOptimize.mjs +3 -0
  542. package/zrender@6.0.0/es2022/lib/graphic/shape/Arc.mjs +3 -0
  543. package/zrender@6.0.0/es2022/lib/graphic/shape/Circle.mjs +3 -0
  544. package/zrender@6.0.0/es2022/lib/graphic/shape/Ellipse.mjs +3 -0
  545. package/zrender@6.0.0/es2022/lib/graphic/shape/Line.mjs +3 -0
  546. package/zrender@6.0.0/es2022/lib/graphic/shape/Polygon.mjs +3 -0
  547. package/zrender@6.0.0/es2022/lib/graphic/shape/Polyline.mjs +3 -0
  548. package/zrender@6.0.0/es2022/lib/graphic/shape/Rect.mjs +3 -0
  549. package/zrender@6.0.0/es2022/lib/graphic/shape/Ring.mjs +3 -0
  550. package/zrender@6.0.0/es2022/lib/graphic/shape/Sector.mjs +3 -0
  551. package/zrender@6.0.0/es2022/lib/mixin/Draggable.mjs +3 -0
  552. package/zrender@6.0.0/es2022/lib/svg/Painter.mjs +3 -0
  553. package/zrender@6.0.0/es2022/lib/svg/SVGPathRebuilder.mjs +3 -0
  554. package/zrender@6.0.0/es2022/lib/svg/core.mjs +5 -0
  555. package/zrender@6.0.0/es2022/lib/svg/cssAnimation.mjs +3 -0
  556. package/zrender@6.0.0/es2022/lib/svg/cssClassId.mjs +3 -0
  557. package/zrender@6.0.0/es2022/lib/svg/cssEmphasis.mjs +3 -0
  558. package/zrender@6.0.0/es2022/lib/svg/domapi.mjs +3 -0
  559. package/zrender@6.0.0/es2022/lib/svg/graphic.mjs +3 -0
  560. package/zrender@6.0.0/es2022/lib/svg/helper.mjs +4 -0
  561. package/zrender@6.0.0/es2022/lib/svg/mapStyleToAttrs.mjs +3 -0
  562. package/zrender@6.0.0/es2022/lib/svg/patch.mjs +3 -0
  563. package/zrender@6.0.0/es2022/lib/tool/color.mjs +3 -0
  564. package/zrender@6.0.0/es2022/lib/tool/convertPath.mjs +3 -0
  565. package/zrender@6.0.0/es2022/lib/tool/dividePath.mjs +3 -0
  566. package/zrender@6.0.0/es2022/lib/tool/morphPath.mjs +3 -0
  567. package/zrender@6.0.0/es2022/lib/tool/parseSVG.mjs +3 -0
  568. package/zrender@6.0.0/es2022/lib/tool/parseXML.mjs +3 -0
  569. package/zrender@6.0.0/es2022/lib/tool/path.mjs +3 -0
  570. package/zrender@6.0.0/es2022/lib/zrender.mjs +16 -0
  571. package/reactivity@3.5.34/es2022/reactivity.mjs +0 -12
@@ -0,0 +1,3 @@
1
+ /* esm.sh - zrender@6.0.0/lib/tool/morphPath */
2
+ import{cubicSubdivide as P}from"../core/curve.mjs";import z from"../graphic/Path.mjs";import{defaults as W,map as x}from"../core/util.mjs";import{lerp as vr}from"../core/vector.mjs";import{clonePath as nr}from"./path.mjs";import ar from"../core/Transformable.mjs";import{split as er}from"./dividePath.mjs";import{pathToBezierCurves as O}from"./convertPath.mjs";function fr(v,r){var a=v.length,n=r.length;if(a===n)return[v,r];for(var o=[],t=[],l=a<n?v:r,e=Math.min(a,n),i=Math.abs(n-a)/6,f=(e-2)/6,u=Math.ceil(i/f)+1,d=[l[0],l[1]],c=i,h=2;h<e;){var I=l[h-2],T=l[h-1],Z=l[h++],_=l[h++],D=l[h++],M=l[h++],C=l[h++],s=l[h++];if(c<=0){d.push(Z,_,D,M,C,s);continue}for(var g=Math.min(c,u-1)+1,R=1;R<=g;R++){var y=R/g;P(I,Z,D,C,y,o),P(T,_,M,s,y,t),I=o[3],T=t[3],d.push(o[1],t[1],o[2],t[2],I,T),Z=o[5],_=t[5],D=o[6],M=t[6]}c-=g-1}return l===v?[d,r]:[v,d]}function j(v,r){for(var a=v.length,n=v[a-2],o=v[a-1],t=[],l=0;l<r.length;)t[l++]=n,t[l++]=o;return t}function or(v,r){for(var a,n,o,t=[],l=[],e=0;e<Math.max(v.length,r.length);e++){var i=v[e],f=r[e],u=void 0,d=void 0;i?f?(a=fr(i,f),u=a[0],d=a[1],n=u,o=d):(d=j(o||i,i),u=i):(u=j(n||f,f),d=f),t.push(u),l.push(d)}return[t,l]}function w(v){for(var r=0,a=0,n=0,o=v.length,t=0,l=o-2;t<o;l=t,t+=2){var e=v[l],i=v[l+1],f=v[t],u=v[t+1],d=e*u-f*i;r+=d,a+=(e+f)*d,n+=(i+u)*d}return r===0?[v[0]||0,v[1]||0]:[a/r/3,n/r/3,r]}function lr(v,r,a,n){for(var o=(v.length-2)/6,t=1/0,l=0,e=v.length,i=e-2,f=0;f<o;f++){for(var u=f*6,d=0,c=0;c<e;c+=2){var h=c===0?u:(u+c-2)%i+2,I=v[h]-a[0],T=v[h+1]-a[1],Z=r[c]-n[0],_=r[c+1]-n[1],D=Z-I,M=_-T;d+=D*D+M*M}d<t&&(t=d,l=f)}return l}function dr(v){for(var r=[],a=v.length,n=0;n<a;n+=2)r[n]=v[a-n-2],r[n+1]=v[a-n-1];return r}function tr(v,r,a,n){for(var o=[],t,l=0;l<v.length;l++){var e=v[l],i=r[l],f=w(e),u=w(i);t==null&&(t=f[2]<0!=u[2]<0);var d=[],c=[],h=0,I=1/0,T=[],Z=e.length;t&&(e=dr(e));for(var _=lr(e,i,f,u)*6,D=Z-2,M=0;M<D;M+=2){var C=(_+M)%D+2;d[M+2]=e[C]-f[0],d[M+3]=e[C+1]-f[1]}if(d[0]=e[_]-f[0],d[1]=e[_+1]-f[1],a>0)for(var s=n/a,g=-n/2;g<=n/2;g+=s){for(var R=Math.sin(g),y=Math.cos(g),p=0,M=0;M<e.length;M+=2){var N=d[M],X=d[M+1],U=i[M]-u[0],H=i[M+1]-u[1],F=U*y-H*R,G=U*R+H*y;T[M]=F,T[M+1]=G;var m=F-N,q=G-X;p+=m*m+q*q}if(p<I){I=p,h=g;for(var V=0;V<T.length;V++)c[V]=T[V]}}else for(var E=0;E<Z;E+=2)c[E]=i[E]-u[0],c[E+1]=i[E+1]-u[1];o.push({from:d,to:c,fromCp:f,toCp:u,rotation:-h})}return o}function Y(v){return v.__isCombineMorphing}function pr(v){return v.__morphT>=0}var S="__mOriginal_";function $(v,r,a){var n=S+r,o=v[n]||v[r];v[n]||(v[n]=v[r]);var t=a.replace,l=a.after,e=a.before;v[r]=function(){var i=arguments,f;return e&&e.apply(this,i),t?f=t.apply(this,i):f=o.apply(this,i),l&&l.apply(this,i),f}}function J(v,r){var a=S+r;v[a]&&(v[r]=v[a],v[a]=null)}function k(v,r){for(var a=0;a<v.length;a++)for(var n=v[a],o=0;o<n.length;){var t=n[o],l=n[o+1];n[o++]=r[0]*t+r[2]*l+r[4],n[o++]=r[1]*t+r[3]*l+r[5]}}function B(v,r){var a=v.getUpdatedPathProxy(),n=r.getUpdatedPathProxy(),o=or(O(a),O(n)),t=o[0],l=o[1],e=v.getComputedTransform(),i=r.getComputedTransform();function f(){this.transform=null}e&&k(t,e),i&&k(l,i),$(r,"updateTransform",{replace:f}),r.transform=null;var u=tr(t,l,10,Math.PI),d=[];$(r,"buildPath",{replace:function(c){for(var h=r.__morphT,I=1-h,T=[],Z=0;Z<u.length;Z++){var _=u[Z],D=_.from,M=_.to,C=_.rotation*h,s=_.fromCp,g=_.toCp,R=Math.sin(C),y=Math.cos(C);vr(T,s,g,h);for(var p=0;p<D.length;p+=2){var N=D[p],X=D[p+1],U=M[p],H=M[p+1],F=N*I+U*h,G=X*I+H*h;d[p]=F*y-G*R+T[0],d[p+1]=F*R+G*y+T[1]}var m=d[0],q=d[1];c.moveTo(m,q);for(var p=2;p<D.length;){var U=d[p++],H=d[p++],V=d[p++],E=d[p++],K=d[p++],Q=d[p++];m===U&&q===H&&V===K&&E===Q?c.lineTo(K,Q):c.bezierCurveTo(U,H,V,E,K,Q),m=K,q=Q}}}})}function b(v,r,a){if(!v||!r)return r;var n=a.done,o=a.during;B(v,r),r.__morphT=0;function t(){J(r,"buildPath"),J(r,"updateTransform"),r.__morphT=-1,r.createPathProxy(),r.dirtyShape()}return r.animateTo({__morphT:1},W({during:function(l){r.dirtyShape(),o&&o(l)},done:function(){t(),n&&n()}},a)),r}function ir(v,r,a,n,o,t){var l=16;v=o===a?0:Math.round(32767*(v-a)/(o-a)),r=t===n?0:Math.round(32767*(r-n)/(t-n));for(var e=0,i,f=(1<<l)/2;f>0;f/=2){var u=0,d=0;(v&f)>0&&(u=1),(r&f)>0&&(d=1),e+=f*f*(3*u^d),d===0&&(u===1&&(v=f-1-v,r=f-1-r),i=v,v=r,r=i)}return e}function A(v){var r=1/0,a=1/0,n=-1/0,o=-1/0,t=x(v,function(e){var i=e.getBoundingRect(),f=e.getComputedTransform(),u=i.x+i.width/2+(f?f[4]:0),d=i.y+i.height/2+(f?f[5]:0);return r=Math.min(u,r),a=Math.min(d,a),n=Math.max(u,n),o=Math.max(d,o),[u,d]}),l=x(t,function(e,i){return{cp:e,z:ir(e[0],e[1],r,a,n,o),path:v[i]}});return l.sort(function(e,i){return e.z-i.z}).map(function(e){return e.path})}function rr(v){return er(v.path,v.count)}function L(){return{fromIndividuals:[],toIndividuals:[],count:0}}function Ir(v,r,a){var n=[];function o(s){for(var g=0;g<s.length;g++){var R=s[g];Y(R)?o(R.childrenRef()):R instanceof z&&n.push(R)}}o(v);var t=n.length;if(!t)return L();var l=a.dividePath||rr,e=l({path:r,count:t});if(e.length!==t)return console.error("Invalid morphing: unmatched splitted path"),L();n=A(n),e=A(e);for(var i=a.done,f=a.during,u=a.individualDelay,d=new ar,c=0;c<t;c++){var h=n[c],I=e[c];I.parent=r,I.copyTransform(d),u||B(h,I)}r.__isCombineMorphing=!0,r.childrenRef=function(){return e};function T(s){for(var g=0;g<e.length;g++)e[g].addSelfToZr(s)}$(r,"addSelfToZr",{after:function(s){T(s)}}),$(r,"removeSelfFromZr",{after:function(s){for(var g=0;g<e.length;g++)e[g].removeSelfFromZr(s)}});function Z(){r.__isCombineMorphing=!1,r.__morphT=-1,r.childrenRef=null,J(r,"addSelfToZr"),J(r,"removeSelfFromZr")}var _=e.length;if(u)for(var D=_,M=function(){D--,D===0&&(Z(),i&&i())},c=0;c<_;c++){var C=u?W({delay:(a.delay||0)+u(c,_,n[c],e[c]),done:M},a):a;b(n[c],e[c],C)}else r.__morphT=0,r.animateTo({__morphT:1},W({during:function(s){for(var g=0;g<_;g++){var R=e[g];R.__morphT=r.__morphT,R.dirtyShape()}f&&f(s)},done:function(){Z();for(var s=0;s<v.length;s++)J(v[s],"updateTransform");i&&i()}},a));return r.__zr&&T(r.__zr),{fromIndividuals:n,toIndividuals:e,count:_}}function Dr(v,r,a){var n=r.length,o=[],t=a.dividePath||rr;function l(h){for(var I=0;I<h.length;I++){var T=h[I];Y(T)?l(T.childrenRef()):T instanceof z&&o.push(T)}}if(Y(v)){l(v.childrenRef());var e=o.length;if(e<n)for(var i=0,f=e;f<n;f++)o.push(nr(o[i++%e]));o.length=n}else{o=t({path:v,count:n});for(var u=v.getComputedTransform(),f=0;f<o.length;f++)o[f].setLocalTransform(u);if(o.length!==n)return console.error("Invalid morphing: unmatched splitted path"),L()}o=A(o),r=A(r);for(var d=a.individualDelay,f=0;f<n;f++){var c=d?W({delay:(a.delay||0)+d(f,n,o[f],r[f])},a):a;b(o[f],r[f],c)}return{fromIndividuals:o,toIndividuals:r,count:r.length}}export{or as alignBezierCurves,w as centroid,Ir as combineMorph,er as defaultDividePath,Y as isCombineMorphing,pr as isMorphing,b as morphPath,Dr as separateMorph};
3
+ //# sourceMappingURL=morphPath.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - zrender@6.0.0/lib/tool/parseSVG */
2
+ import d from"../graphic/Group.mjs";import G from"../graphic/Image.mjs";import W from"../graphic/shape/Circle.mjs";import E from"../graphic/shape/Rect.mjs";import V from"../graphic/shape/Ellipse.mjs";import j from"../graphic/shape/Line.mjs";import H from"../graphic/shape/Polygon.mjs";import J from"../graphic/shape/Polyline.mjs";import*as h from"../core/matrix.mjs";import{createFromString as K}from"./path.mjs";import{defaults as q,trim as Z,each as U,map as z,keys as O,hasOwn as F}from"../core/util.mjs";import Q from"../graphic/LinearGradient.mjs";import $ from"../graphic/RadialGradient.mjs";import B from"../graphic/TSpan.mjs";import{parseXML as N}from"./parseXML.mjs";import*as _ from"./color.mjs";var T,S={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},L=O(S),w={"alignment-baseline":"textBaseline","stop-color":"stopColor"},I=O(w),tt=function(){function s(){this._defs={},this._root=null}return s.prototype.parse=function(e,i){i=i||{};var t=N(e);this._defsUsePending=[];var r=new d;this._root=r;var a=[],o=t.getAttribute("viewBox")||"",l=parseFloat(t.getAttribute("width")||i.width),n=parseFloat(t.getAttribute("height")||i.height);isNaN(l)&&(l=null),isNaN(n)&&(n=null),f(t,r,null,!0,!1);for(var u=t.firstChild;u;)this._parseNode(u,r,a,null,!1,!1),u=u.nextSibling;it(this._defs,this._defsUsePending),this._defsUsePending=[];var y,c;if(o){var g=A(o);g.length>=4&&(y={x:parseFloat(g[0]||0),y:parseFloat(g[1]||0),width:parseFloat(g[2]),height:parseFloat(g[3])})}if(y&&l!=null&&n!=null&&(c=ot(y,{x:0,y:0,width:l,height:n}),!i.ignoreViewBox)){var v=r;r=new d,r.add(v),v.scaleX=v.scaleY=c.scale,v.x=c.x,v.y=c.y}return!i.ignoreRootClip&&l!=null&&n!=null&&r.setClipPath(new E({shape:{x:0,y:0,width:l,height:n}})),{root:r,width:l,height:n,viewBoxRect:y,viewBoxTransform:c,named:a}},s.prototype._parseNode=function(e,i,t,r,a,o){var l=e.nodeName.toLowerCase(),n,u=r;if(l==="defs"&&(a=!0),l==="text"&&(o=!0),l==="defs"||l==="switch")n=i;else{if(!a){var y=T[l];if(y&&F(T,l)){n=y.call(this,e,i);var c=e.getAttribute("name");if(c){var g={name:c,namedFrom:null,svgNodeTagLower:l,el:n};t.push(g),l==="g"&&(u=g)}else r&&t.push({name:r.name,namedFrom:r,svgNodeTagLower:l,el:n});i.add(n)}}var v=x[l];if(v&&F(x,l)){var R=v.call(this,e),P=e.getAttribute("id");P&&(this._defs[P]=R)}}if(n&&n.isGroup)for(var b=e.firstChild;b;)b.nodeType===1?this._parseNode(b,n,t,u,a,o):b.nodeType===3&&o&&this._parseText(b,n),b=b.nextSibling},s.prototype._parseText=function(e,i){var t=new B({style:{text:e.textContent},silent:!0,x:this._textX||0,y:this._textY||0});p(i,t),f(e,t,this._defsUsePending,!1,!1),et(t,i);var r=t.style,a=r.fontSize;a&&a<9&&(r.fontSize=9,t.scaleX*=a/9,t.scaleY*=a/9);var o=(r.fontSize||r.fontFamily)&&[r.fontStyle,r.fontWeight,(r.fontSize||12)+"px",r.fontFamily||"sans-serif"].join(" ");r.font=o;var l=t.getBoundingRect();return this._textX+=l.width,i.add(t),t},s.internalField=function(){T={g:function(e,i){var t=new d;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t},rect:function(e,i){var t=new E;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t.setShape({x:parseFloat(e.getAttribute("x")||"0"),y:parseFloat(e.getAttribute("y")||"0"),width:parseFloat(e.getAttribute("width")||"0"),height:parseFloat(e.getAttribute("height")||"0")}),t.silent=!0,t},circle:function(e,i){var t=new W;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),r:parseFloat(e.getAttribute("r")||"0")}),t.silent=!0,t},line:function(e,i){var t=new j;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t.setShape({x1:parseFloat(e.getAttribute("x1")||"0"),y1:parseFloat(e.getAttribute("y1")||"0"),x2:parseFloat(e.getAttribute("x2")||"0"),y2:parseFloat(e.getAttribute("y2")||"0")}),t.silent=!0,t},ellipse:function(e,i){var t=new V;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t.setShape({cx:parseFloat(e.getAttribute("cx")||"0"),cy:parseFloat(e.getAttribute("cy")||"0"),rx:parseFloat(e.getAttribute("rx")||"0"),ry:parseFloat(e.getAttribute("ry")||"0")}),t.silent=!0,t},polygon:function(e,i){var t=e.getAttribute("points"),r;t&&(r=X(t));var a=new H({shape:{points:r||[]},silent:!0});return p(i,a),f(e,a,this._defsUsePending,!1,!1),a},polyline:function(e,i){var t=e.getAttribute("points"),r;t&&(r=X(t));var a=new J({shape:{points:r||[]},silent:!0});return p(i,a),f(e,a,this._defsUsePending,!1,!1),a},image:function(e,i){var t=new G;return p(i,t),f(e,t,this._defsUsePending,!1,!1),t.setStyle({image:e.getAttribute("xlink:href")||e.getAttribute("href"),x:+e.getAttribute("x"),y:+e.getAttribute("y"),width:+e.getAttribute("width"),height:+e.getAttribute("height")}),t.silent=!0,t},text:function(e,i){var t=e.getAttribute("x")||"0",r=e.getAttribute("y")||"0",a=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0";this._textX=parseFloat(t)+parseFloat(a),this._textY=parseFloat(r)+parseFloat(o);var l=new d;return p(i,l),f(e,l,this._defsUsePending,!1,!0),l},tspan:function(e,i){var t=e.getAttribute("x"),r=e.getAttribute("y");t!=null&&(this._textX=parseFloat(t)),r!=null&&(this._textY=parseFloat(r));var a=e.getAttribute("dx")||"0",o=e.getAttribute("dy")||"0",l=new d;return p(i,l),f(e,l,this._defsUsePending,!1,!0),this._textX+=parseFloat(a),this._textY+=parseFloat(o),l},path:function(e,i){var t=e.getAttribute("d")||"",r=K(t);return p(i,r),f(e,r,this._defsUsePending,!1,!1),r.silent=!0,r}}}(),s}(),x={lineargradient:function(s){var e=parseInt(s.getAttribute("x1")||"0",10),i=parseInt(s.getAttribute("y1")||"0",10),t=parseInt(s.getAttribute("x2")||"10",10),r=parseInt(s.getAttribute("y2")||"0",10),a=new Q(e,i,t,r);return Y(s,a),C(s,a),a},radialgradient:function(s){var e=parseInt(s.getAttribute("cx")||"0",10),i=parseInt(s.getAttribute("cy")||"0",10),t=parseInt(s.getAttribute("r")||"0",10),r=new $(e,i,t);return Y(s,r),C(s,r),r}};function Y(s,e){var i=s.getAttribute("gradientUnits");i==="userSpaceOnUse"&&(e.global=!0)}function C(s,e){for(var i=s.firstChild;i;){if(i.nodeType===1&&i.nodeName.toLocaleLowerCase()==="stop"){var t=i.getAttribute("offset"),r=void 0;t&&t.indexOf("%")>0?r=parseInt(t,10)/100:t?r=parseFloat(t):r=0;var a={};D(i,a,a);var o=a.stopColor||i.getAttribute("stop-color")||"#000000",l=a.stopOpacity||i.getAttribute("stop-opacity");if(l){var n=_.parse(o),u=n&&n[3];u&&(n[3]*=_.parseCssFloat(l),o=_.stringify(n,"rgba"))}e.colorStops.push({offset:r,color:o})}i=i.nextSibling}}function p(s,e){s&&s.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),q(e.__inheritedStyle,s.__inheritedStyle))}function X(s){for(var e=A(s),i=[],t=0;t<e.length;t+=2){var r=parseFloat(e[t]),a=parseFloat(e[t+1]);i.push([r,a])}return i}function f(s,e,i,t,r){var a=e,o=a.__inheritedStyle=a.__inheritedStyle||{},l={};s.nodeType===1&&(nt(s,e),D(s,o,l),t||lt(s,o,l)),a.style=a.style||{},o.fill!=null&&(a.style.fill=M(a,"fill",o.fill,i)),o.stroke!=null&&(a.style.stroke=M(a,"stroke",o.stroke,i)),U(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(n){o[n]!=null&&(a.style[n]=parseFloat(o[n]))}),U(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],function(n){o[n]!=null&&(a.style[n]=o[n])}),r&&(a.__selfStyle=l),o.lineDash&&(a.style.lineDash=z(A(o.lineDash),function(n){return parseFloat(n)})),(o.visibility==="hidden"||o.visibility==="collapse")&&(a.invisible=!0),o.display==="none"&&(a.ignore=!0)}function et(s,e){var i=e.__selfStyle;if(i){var t=i.textBaseline,r=t;!t||t==="auto"||t==="baseline"?r="alphabetic":t==="before-edge"||t==="text-before-edge"?r="top":t==="after-edge"||t==="text-after-edge"?r="bottom":(t==="central"||t==="mathematical")&&(r="middle"),s.style.textBaseline=r}var a=e.__inheritedStyle;if(a){var o=a.textAlign,l=o;o&&(o==="middle"&&(l="center"),s.style.textAlign=l)}}var rt=/^url\(\s*#(.*?)\)/;function M(s,e,i,t){var r=i&&i.match(rt);if(r){var a=Z(r[1]);t.push([s,e,a]);return}return i==="none"&&(i=null),i}function it(s,e){for(var i=0;i<e.length;i++){var t=e[i];t[0].style[t[1]]=s[t[2]]}}var at=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function A(s){return s.match(at)||[]}var st=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,k=Math.PI/180;function nt(s,e){var i=s.getAttribute("transform");if(i){i=i.replace(/,/g," ");var t=[],r=null;i.replace(st,function(c,g,v){return t.push(g,v),""});for(var a=t.length-1;a>0;a-=2){var o=t[a],l=t[a-1],n=A(o);switch(r=r||h.create(),l){case"translate":h.translate(r,r,[parseFloat(n[0]),parseFloat(n[1]||"0")]);break;case"scale":h.scale(r,r,[parseFloat(n[0]),parseFloat(n[1]||n[0])]);break;case"rotate":h.rotate(r,r,-parseFloat(n[0])*k,[parseFloat(n[1]||"0"),parseFloat(n[2]||"0")]);break;case"skewX":var u=Math.tan(parseFloat(n[0])*k);h.mul(r,[1,0,u,1,0,0],r);break;case"skewY":var y=Math.tan(parseFloat(n[0])*k);h.mul(r,[1,y,0,1,0,0],r);break;case"matrix":r[0]=parseFloat(n[0]),r[1]=parseFloat(n[1]),r[2]=parseFloat(n[2]),r[3]=parseFloat(n[3]),r[4]=parseFloat(n[4]),r[5]=parseFloat(n[5]);break}}e.setLocalTransform(r)}}var m=/([^\s:;]+)\s*:\s*([^:;]+)/g;function D(s,e,i){var t=s.getAttribute("style");if(t){m.lastIndex=0;for(var r;(r=m.exec(t))!=null;){var a=r[1],o=F(S,a)?S[a]:null;o&&(e[o]=r[2]);var l=F(w,a)?w[a]:null;l&&(i[l]=r[2])}}}function lt(s,e,i){for(var t=0;t<L.length;t++){var r=L[t],a=s.getAttribute(r);a!=null&&(e[S[r]]=a)}for(var t=0;t<I.length;t++){var r=I[t],a=s.getAttribute(r);a!=null&&(i[w[r]]=a)}}function ot(s,e){var i=e.width/s.width,t=e.height/s.height,r=Math.min(i,t);return{scale:r,x:-(s.x+s.width/2)*r+(e.x+e.width/2),y:-(s.y+s.height/2)*r+(e.y+e.height/2)}}function At(s,e){var i=new tt;return i.parse(s,e)}export{ot as makeViewBoxTransform,At as parseSVG,N as parseXML};
3
+ //# sourceMappingURL=parseSVG.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - zrender@6.0.0/lib/tool/parseXML */
2
+ import{isString as n}from"../core/util.mjs";function t(r){if(n(r)){var i=new DOMParser;r=i.parseFromString(r,"text/xml")}var e=r;for(e.nodeType===9&&(e=e.firstChild);e.nodeName.toLowerCase()!=="svg"||e.nodeType!==1;)e=e.nextSibling;return e}export{t as parseXML};
3
+ //# sourceMappingURL=parseXML.mjs.map
@@ -0,0 +1,3 @@
1
+ /* esm.sh - zrender@6.0.0/lib/tool/path */
2
+ import{__extends as U}from"/tslib@2.3.0/es2022/tslib.mjs";import Z from"../graphic/Path.mjs";import m from"../core/PathProxy.mjs";import X from"./transformPath.mjs";import{extend as J}from"../core/util.mjs";var G=Math.sqrt,R=Math.sin,V=Math.cos,F=Math.PI;function B(s){return Math.sqrt(s[0]*s[0]+s[1]*s[1])}function I(s,t){return(s[0]*t[0]+s[1]*t[1])/(B(s)*B(t))}function H(s,t){return(s[0]*t[1]<s[1]*t[0]?-1:1)*Math.acos(I(s,t))}function P(s,t,a,n,b,g,u,v,L,A,O){var d=L*(F/180),i=V(d)*(s-a)/2+R(d)*(t-n)/2,r=-1*R(d)*(s-a)/2+V(d)*(t-n)/2,Q=i*i/(u*u)+r*r/(v*v);Q>1&&(u*=G(Q),v*=G(Q));var z=(b===g?-1:1)*G((u*u*(v*v)-u*u*(r*r)-v*v*(i*i))/(u*u*(r*r)+v*v*(i*i)))||0,e=z*u*r/v,h=z*-v*i/u,k=(s+a)/2+V(d)*e-R(d)*h,q=(t+n)/2+R(d)*e+V(d)*h,w=H([1,0],[(i-e)/u,(r-h)/v]),S=[(i-e)/u,(r-h)/v],D=[(-1*i-e)/u,(-1*r-h)/v],T=H(S,D);if(I(S,D)<=-1&&(T=F),I(S,D)>=1&&(T=0),T<0){var o=Math.round(T/F*1e6)/1e6;T=F*2+o%2*F}O.addData(A,k,q,u,v,w,T,d,g)}var K=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,N=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function W(s){var t=new m;if(!s)return t;var a=0,n=0,b=a,g=n,u,v=m.CMD,L=s.match(K);if(!L)return t;for(var A=0;A<L.length;A++){for(var O=L[A],d=O.charAt(0),i=void 0,r=O.match(N)||[],Q=r.length,z=0;z<Q;z++)r[z]=parseFloat(r[z]);for(var e=0;e<Q;){var h=void 0,k=void 0,q=void 0,w=void 0,S=void 0,D=void 0,T=void 0,o=a,C=n,l=void 0,M=void 0;switch(d){case"l":a+=r[e++],n+=r[e++],i=v.L,t.addData(i,a,n);break;case"L":a=r[e++],n=r[e++],i=v.L,t.addData(i,a,n);break;case"m":a+=r[e++],n+=r[e++],i=v.M,t.addData(i,a,n),b=a,g=n,d="l";break;case"M":a=r[e++],n=r[e++],i=v.M,t.addData(i,a,n),b=a,g=n,d="L";break;case"h":a+=r[e++],i=v.L,t.addData(i,a,n);break;case"H":a=r[e++],i=v.L,t.addData(i,a,n);break;case"v":n+=r[e++],i=v.L,t.addData(i,a,n);break;case"V":n=r[e++],i=v.L,t.addData(i,a,n);break;case"C":i=v.C,t.addData(i,r[e++],r[e++],r[e++],r[e++],r[e++],r[e++]),a=r[e-2],n=r[e-1];break;case"c":i=v.C,t.addData(i,r[e++]+a,r[e++]+n,r[e++]+a,r[e++]+n,r[e++]+a,r[e++]+n),a+=r[e-2],n+=r[e-1];break;case"S":h=a,k=n,l=t.len(),M=t.data,u===v.C&&(h+=a-M[l-4],k+=n-M[l-3]),i=v.C,o=r[e++],C=r[e++],a=r[e++],n=r[e++],t.addData(i,h,k,o,C,a,n);break;case"s":h=a,k=n,l=t.len(),M=t.data,u===v.C&&(h+=a-M[l-4],k+=n-M[l-3]),i=v.C,o=a+r[e++],C=n+r[e++],a+=r[e++],n+=r[e++],t.addData(i,h,k,o,C,a,n);break;case"Q":o=r[e++],C=r[e++],a=r[e++],n=r[e++],i=v.Q,t.addData(i,o,C,a,n);break;case"q":o=r[e++]+a,C=r[e++]+n,a+=r[e++],n+=r[e++],i=v.Q,t.addData(i,o,C,a,n);break;case"T":h=a,k=n,l=t.len(),M=t.data,u===v.Q&&(h+=a-M[l-4],k+=n-M[l-3]),a=r[e++],n=r[e++],i=v.Q,t.addData(i,h,k,a,n);break;case"t":h=a,k=n,l=t.len(),M=t.data,u===v.Q&&(h+=a-M[l-4],k+=n-M[l-3]),a+=r[e++],n+=r[e++],i=v.Q,t.addData(i,h,k,a,n);break;case"A":q=r[e++],w=r[e++],S=r[e++],D=r[e++],T=r[e++],o=a,C=n,a=r[e++],n=r[e++],i=v.A,P(o,C,a,n,D,T,q,w,S,i,t);break;case"a":q=r[e++],w=r[e++],S=r[e++],D=r[e++],T=r[e++],o=a,C=n,a+=r[e++],n+=r[e++],i=v.A,P(o,C,a,n,D,T,q,w,S,i,t);break}}(d==="z"||d==="Z")&&(i=v.Z,t.addData(i),a=b,n=g),u=i}return t.toStatic(),t}var Y=function(s){U(t,s);function t(){return s!==null&&s.apply(this,arguments)||this}return t.prototype.applyTransform=function(a){},t}(Z);function j(s){return s.setData!=null}function E(s,t){var a=W(s),n=J({},t);return n.buildPath=function(b){var g=j(b);if(g&&b.canSave()){b.appendPath(a);var u=b.getContext();u&&b.rebuildPath(u,1)}else{var u=g?b.getContext():b;u&&a.rebuildPath(u,1)}},n.applyTransform=function(b){X(a,b),this.dirtyShape()},n}function p(s,t){return new Y(E(s,t))}function f(s,t){var a=E(s,t),n=function(b){U(g,b);function g(u){var v=b.call(this,u)||this;return v.applyTransform=a.applyTransform,v.buildPath=a.buildPath,v}return g}(Y);return n}function aa(s,t){for(var a=[],n=s.length,b=0;b<n;b++){var g=s[b];a.push(g.getUpdatedPathProxy(!0))}var u=new Z(t);return u.createPathProxy(),u.buildPath=function(v){if(j(v)){v.appendPath(a);var L=v.getContext();L&&v.rebuildPath(L,1)}},u}function ra(s,t){t=t||{};var a=new Z;return s.shape&&a.setShape(s.shape),a.setStyle(s.style),t.bakeTransform?X(a.path,s.getComputedTransform()):t.toLocal?a.setLocalTransform(s.getComputedTransform()):a.copyTransform(s),a.buildPath=s.buildPath,a.applyTransform=a.applyTransform,a.z=s.z,a.z2=s.z2,a.zlevel=s.zlevel,a}export{ra as clonePath,p as createFromString,f as extendFromString,aa as mergePath};
3
+ //# sourceMappingURL=path.mjs.map
@@ -0,0 +1,16 @@
1
+ /* esm.sh - zrender@6.0.0/lib/zrender */
2
+ import l from"./core/env.mjs";import*as h from"./core/util.mjs";import H from"./Handler.mjs";import A from"./Storage.mjs";import w,{getTime as _}from"./animation/Animation.mjs";import D from"./dom/HandlerProxy.mjs";import{lum as y}from"./tool/color.mjs";import{DARK_MODE_THRESHOLD as v}from"./config.mjs";import z from"./graphic/Group.mjs";var a={},o={};function x(e){delete o[e]}function k(e){if(!e)return!1;if(typeof e=="string")return y(e,1)<v;if(e.colorStops){for(var t=e.colorStops,r=0,i=t.length,s=0;s<i;s++)r+=y(t[s].color,1);return r/=i,r<v}return!1}var M=function(){function e(t,r,i){var s=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,i=i||{},this.dom=r,this.id=t;var f=new A,p=i.renderer||"canvas";a[p]||(p=h.keys(a)[0]),i.useDirtyRect=i.useDirtyRect==null?!1:i.useDirtyRect;var n=new a[p](r,f,i,t),d=i.ssr||n.ssrOnly;this.storage=f,this.painter=n;var g=!l.node&&!l.worker&&!d?new D(n.getViewportRoot(),n.root):null,u=i.useCoarsePointer,R=u==null||u==="auto"?l.touchEventsSupported:!!u,S=44,m;R&&(m=h.retrieve2(i.pointerSize,S)),this.handler=new H(f,n,g,n.root,m),this.animation=new w({stage:{update:d?null:function(){return s._flush(!0)}}}),d||this.animation.start()}return e.prototype.add=function(t){this._disposed||!t||(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},e.prototype.remove=function(t){this._disposed||!t||(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},e.prototype.configLayer=function(t,r){this._disposed||(this.painter.configLayer&&this.painter.configLayer(t,r),this.refresh())},e.prototype.setBackgroundColor=function(t){this._disposed||(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=k(t))},e.prototype.getBackgroundColor=function(){return this._backgroundColor},e.prototype.setDarkMode=function(t){this._darkMode=t},e.prototype.isDarkMode=function(){return this._darkMode},e.prototype.refreshImmediately=function(t){this._disposed||(t||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1)},e.prototype.refresh=function(){this._disposed||(this._needsRefresh=!0,this.animation.start())},e.prototype.flush=function(){this._disposed||this._flush(!1)},e.prototype._flush=function(t){var r,i=_();this._needsRefresh&&(r=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(r=!0,this.refreshHoverImmediately());var s=_();r?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:s-i})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},e.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},e.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},e.prototype.refreshHover=function(){this._needsRefreshHover=!0},e.prototype.refreshHoverImmediately=function(){this._disposed||(this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.getType()==="canvas"&&this.painter.refreshHover())},e.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},e.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},e.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},e.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},e.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},e.prototype.findHover=function(t,r){if(!this._disposed)return this.handler.findHover(t,r)},e.prototype.on=function(t,r,i){return this._disposed||this.handler.on(t,r,i),this},e.prototype.off=function(t,r){this._disposed||this.handler.off(t,r)},e.prototype.trigger=function(t,r){this._disposed||this.handler.trigger(t,r)},e.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),r=0;r<t.length;r++)t[r]instanceof z&&t[r].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},e.prototype.dispose=function(){this._disposed||(this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,this._disposed=!0,x(this.id))},e}();function Z(e,t){var r=new M(h.guid(),e,t);return o[r.id]=r,r}function B(e){e.dispose()}function G(){for(var e in o)o.hasOwnProperty(e)&&o[e].dispose();o={}}function L(e){return o[e]}function N(e,t){a[e]=t}var c;function V(e){if(typeof c=="function")return c(e)}function W(e){c=e}var K="6.0.0";export{B as dispose,G as disposeAll,V as getElementSSRData,L as getInstance,Z as init,N as registerPainter,W as registerSSRDataGetter,K as version};
3
+ /*! Bundled license information:
4
+
5
+ zrender/lib/zrender.js:
6
+ (*!
7
+ * ZRender, a high performance 2d drawing library.
8
+ *
9
+ * Copyright (c) 2013, Baidu Inc.
10
+ * All rights reserved.
11
+ *
12
+ * LICENSE
13
+ * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
14
+ *)
15
+ */
16
+ //# sourceMappingURL=zrender.mjs.map
@@ -1,12 +0,0 @@
1
- /* esm.sh - @vue/reactivity@3.5.34 */
2
- import{extend as xe,hasChanged as R,isArray as T,isIntegerKey as fe,isSymbol as C,isMap as $,hasOwn as ie,isObject as L,makeMap as et,toRawType as tt,def as st,isFunction as Y,EMPTY_OBJ as it,isSet as nt,isPlainObject as rt,remove as ot,NOOP as at}from"/@vue/shared@3.5.34/es2022/shared.mjs";function ct(e,...t){console.warn(`[Vue warn] ${e}`,...t)}var v,ge=class{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&v&&(v.active?(this.parent=v,this.index=(v.scopes||(v.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){let s=v;try{return v=this,t()}finally{v=s}}}on(){++this._on===1&&(this.prevScope=v,v=this)}off(){if(this._on>0&&--this._on===0){if(v===this)v=this.prevScope;else{let t=v;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){let i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0}}};function Ct(e){return new ge(e)}function ft(){return v}function Lt(e,t=!1){v&&v.cleanups.push(e)}var h,Pt={ACTIVE:1,1:"ACTIVE",RUNNING:2,2:"RUNNING",TRACKING:4,4:"TRACKING",NOTIFIED:8,8:"NOTIFIED",DIRTY:16,16:"DIRTY",ALLOW_RECURSE:32,32:"ALLOW_RECURSE",PAUSED:64,64:"PAUSED",EVALUATED:128,128:"EVALUATED"},de=new WeakSet,k=class{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,v&&(v.active?v.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,de.has(this)&&(de.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ke(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Pe(this),Ke(this);let t=h,s=E;h=this,E=!0;try{return this.fn()}finally{He(this),h=t,E=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ie(t);this.deps=this.depsTail=void 0,Pe(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?de.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){we(this)&&this.run()}get dirty(){return we(this)}},We=0,F,G;function ke(e,t=!1){if(e.flags|=8,t){e.next=G,G=e;return}e.next=F,F=e}function Ae(){We++}function Ve(){if(--We>0)return;if(G){let t=G;for(G=void 0;t;){let s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;F;){let t=F;for(F=void 0;t;){let s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function Ke(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function He(e){let t,s=e.depsTail,n=s;for(;n;){let i=n.prevDep;n.version===-1?(n===s&&(s=i),Ie(n),lt(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=i}e.deps=t,e.depsTail=s}function we(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(je(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function je(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===z)||(e.globalVersion=z,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!we(e))))return;e.flags|=2;let t=e.dep,s=h,n=E;h=e,E=!0;try{Ke(e);let i=e.fn(e._value);(t.version===0||R(i,e._value))&&(e.flags|=128,e._value=i,t.version++)}catch(i){throw t.version++,i}finally{h=s,E=n,He(e),e.flags&=-3}}function Ie(e,t=!1){let{dep:s,prevSub:n,nextSub:i}=e;if(n&&(n.nextSub=i,e.prevSub=void 0),i&&(i.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let r=s.computed.deps;r;r=r.nextDep)Ie(r,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function lt(e){let{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}function Mt(e,t){e.effect instanceof k&&(e=e.effect.fn);let s=new k(e);t&&xe(s,t);try{s.run()}catch(i){throw s.stop(),i}let n=s.run.bind(s);return n.effect=s,n}function Wt(e){e.effect.stop()}var E=!0,me=[];function Ue(){me.push(E),E=!1}function kt(){me.push(E),E=!0}function $e(){let e=me.pop();E=e===void 0?!0:e}function Kt(e,t=!1){h instanceof k&&(h.cleanup=e)}function Pe(e){let{cleanup:t}=e;if(e.cleanup=void 0,t){let s=h;h=void 0;try{t()}finally{h=s}}}var z=0,Ee=class{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}},K=class{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!h||!E||h===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==h)s=this.activeLink=new Ee(h,this),h.deps?(s.prevDep=h.depsTail,h.depsTail.nextDep=s,h.depsTail=s):h.deps=h.depsTail=s,Fe(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){let n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=h.depsTail,s.nextDep=void 0,h.depsTail.nextDep=s,h.depsTail=s,h.deps===s&&(h.deps=n)}return s}trigger(t){this.version++,z++,this.notify(t)}notify(t){Ae();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{Ve()}}};function Fe(e){if(e.dep.sc++,e.sub.flags&4){let t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)Fe(n)}let s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}var ne=new WeakMap,m=Symbol(""),ye=Symbol(""),B=Symbol("");function w(e,t,s){if(E&&h){let n=ne.get(e);n||ne.set(e,n=new Map);let i=n.get(s);i||(n.set(s,i=new K),i.map=n,i.key=s),i.track()}}function x(e,t,s,n,i,r){let o=ne.get(e);if(!o){z++;return}let a=c=>{c&&c.trigger()};if(Ae(),t==="clear")o.forEach(a);else{let c=T(e),l=c&&fe(s);if(c&&s==="length"){let d=Number(n);o.forEach((f,_)=>{(_==="length"||_===B||!C(_)&&_>=d)&&a(f)})}else switch((s!==void 0||o.has(void 0))&&a(o.get(s)),l&&a(o.get(B)),t){case"add":c?l&&a(o.get("length")):(a(o.get(m)),$(e)&&a(o.get(ye)));break;case"delete":c||(a(o.get(m)),$(e)&&a(o.get(ye)));break;case"set":$(e)&&a(o.get(m));break}}Ve()}function ut(e,t){let s=ne.get(e);return s&&s.get(t)}function M(e){let t=p(e);return t===e?t:(w(t,"iterate",B),y(e)?t:t.map(D))}function Ce(e){return w(e=p(e),"iterate",B),e}function b(e,t){return V(e)?J(W(e)?D(t):t):D(t)}var ht={__proto__:null,[Symbol.iterator](){return _e(this,Symbol.iterator,e=>b(this,e))},concat(...e){return M(this).concat(...e.map(t=>T(t)?M(t):t))},entries(){return _e(this,"entries",e=>(e[1]=b(this,e[1]),e))},every(e,t){return N(this,"every",e,t,void 0,arguments)},filter(e,t){return N(this,"filter",e,t,s=>s.map(n=>b(this,n)),arguments)},find(e,t){return N(this,"find",e,t,s=>b(this,s),arguments)},findIndex(e,t){return N(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return N(this,"findLast",e,t,s=>b(this,s),arguments)},findLastIndex(e,t){return N(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return N(this,"forEach",e,t,void 0,arguments)},includes(...e){return ve(this,"includes",e)},indexOf(...e){return ve(this,"indexOf",e)},join(e){return M(this).join(e)},lastIndexOf(...e){return ve(this,"lastIndexOf",e)},map(e,t){return N(this,"map",e,t,void 0,arguments)},pop(){return U(this,"pop")},push(...e){return U(this,"push",e)},reduce(e,...t){return Me(this,"reduce",e,t)},reduceRight(e,...t){return Me(this,"reduceRight",e,t)},shift(){return U(this,"shift")},some(e,t){return N(this,"some",e,t,void 0,arguments)},splice(...e){return U(this,"splice",e)},toReversed(){return M(this).toReversed()},toSorted(e){return M(this).toSorted(e)},toSpliced(...e){return M(this).toSpliced(...e)},unshift(...e){return U(this,"unshift",e)},values(){return _e(this,"values",e=>b(this,e))}};function _e(e,t,s){let n=Ce(e),i=n[t]();return n!==e&&!y(e)&&(i._next=i.next,i.next=()=>{let r=i._next();return r.done||(r.value=s(r.value)),r}),i}var pt=Array.prototype;function N(e,t,s,n,i,r){let o=Ce(e),a=o!==e&&!y(e),c=o[t];if(c!==pt[t]){let f=c.apply(e,r);return a?D(f):f}let l=s;o!==e&&(a?l=function(f,_){return s.call(this,b(e,f),_,e)}:s.length>2&&(l=function(f,_){return s.call(this,f,_,e)}));let d=c.call(o,l,n);return a&&i?i(d):d}function Me(e,t,s,n){let i=Ce(e),r=i!==e&&!y(e),o=s,a=!1;i!==e&&(r?(a=n.length===0,o=function(l,d,f){return a&&(a=!1,l=b(e,l)),s.call(this,l,b(e,d),f,e)}):s.length>3&&(o=function(l,d,f){return s.call(this,l,d,f,e)}));let c=i[t](o,...n);return a?b(e,c):c}function ve(e,t,s){let n=p(e);w(n,"iterate",B);let i=n[t](...s);return(i===-1||i===!1)&&qe(s[0])?(s[0]=p(s[0]),n[t](...s)):i}function U(e,t,s=[]){Ue(),Ae();let n=p(e)[t].apply(e,s);return Ve(),$e(),n}var dt=et("__proto__,__v_isRef,__isVue"),Ge=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(C));function _t(e){C(e)||(e=String(e));let t=p(this);return w(t,"has",e),t.hasOwnProperty(e)}var re=class{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;let i=this._isReadonly,r=this._isShallow;if(s==="__v_isReactive")return!i;if(s==="__v_isReadonly")return i;if(s==="__v_isShallow")return r;if(s==="__v_raw")return n===(i?r?Je:Be:r?ze:Ye).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;let o=T(t);if(!i){let c;if(o&&(c=ht[s]))return c;if(s==="hasOwnProperty")return _t}let a=Reflect.get(t,s,g(t)?t:n);if((C(s)?Ge.has(s):dt(s))||(i||w(t,"get",s),r))return a;if(g(a)){let c=o&&fe(s)?a:a.value;return i&&L(c)?be(c):c}return L(a)?i?be(a):Qe(a):a}},oe=class extends re{constructor(t=!1){super(!1,t)}set(t,s,n,i){let r=t[s],o=T(t)&&fe(s);if(!this._isShallow){let l=V(r);if(!y(n)&&!V(n)&&(r=p(r),n=p(n)),!o&&g(r)&&!g(n))return l||(r.value=n),!0}let a=o?Number(s)<t.length:ie(t,s),c=Reflect.set(t,s,n,g(t)?t:i);return t===p(i)&&(a?R(n,r)&&x(t,"set",s,n,r):x(t,"add",s,n)),c}deleteProperty(t,s){let n=ie(t,s),i=t[s],r=Reflect.deleteProperty(t,s);return r&&n&&x(t,"delete",s,void 0,i),r}has(t,s){let n=Reflect.has(t,s);return(!C(s)||!Ge.has(s))&&w(t,"has",s),n}ownKeys(t){return w(t,"iterate",T(t)?"length":m),Reflect.ownKeys(t)}},ae=class extends re{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}},vt=new oe,gt=new ae,wt=new oe(!0),Et=new ae(!0),Se=e=>e,ee=e=>Reflect.getPrototypeOf(e);function yt(e,t,s){return function(...n){let i=this.__v_raw,r=p(i),o=$(r),a=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,l=i[e](...n),d=s?Se:t?J:D;return!t&&w(r,"iterate",c?ye:m),xe(Object.create(l),{next(){let{value:f,done:_}=l.next();return _?{value:f,done:_}:{value:a?[d(f[0]),d(f[1])]:d(f),done:_}}})}}function te(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function St(e,t){let s={get(i){let r=this.__v_raw,o=p(r),a=p(i);e||(R(i,a)&&w(o,"get",i),w(o,"get",a));let{has:c}=ee(o),l=t?Se:e?J:D;if(c.call(o,i))return l(r.get(i));if(c.call(o,a))return l(r.get(a));r!==o&&r.get(i)},get size(){let i=this.__v_raw;return!e&&w(p(i),"iterate",m),i.size},has(i){let r=this.__v_raw,o=p(r),a=p(i);return e||(R(i,a)&&w(o,"has",i),w(o,"has",a)),i===a?r.has(i):r.has(i)||r.has(a)},forEach(i,r){let o=this,a=o.__v_raw,c=p(a),l=t?Se:e?J:D;return!e&&w(c,"iterate",m),a.forEach((d,f)=>i.call(r,l(d),l(f),o))}};return xe(s,e?{add:te("add"),set:te("set"),delete:te("delete"),clear:te("clear")}:{add(i){let r=p(this),o=ee(r),a=p(i),c=!t&&!y(i)&&!V(i)?a:i;return o.has.call(r,c)||R(i,c)&&o.has.call(r,i)||R(a,c)&&o.has.call(r,a)||(r.add(c),x(r,"add",c,c)),this},set(i,r){!t&&!y(r)&&!V(r)&&(r=p(r));let o=p(this),{has:a,get:c}=ee(o),l=a.call(o,i);l||(i=p(i),l=a.call(o,i));let d=c.call(o,i);return o.set(i,r),l?R(r,d)&&x(o,"set",i,r,d):x(o,"add",i,r),this},delete(i){let r=p(this),{has:o,get:a}=ee(r),c=o.call(r,i);c||(i=p(i),c=o.call(r,i));let l=a?a.call(r,i):void 0,d=r.delete(i);return c&&x(r,"delete",i,void 0,l),d},clear(){let i=p(this),r=i.size!==0,o=void 0,a=i.clear();return r&&x(i,"clear",void 0,void 0,o),a}}),["keys","values","entries",Symbol.iterator].forEach(i=>{s[i]=yt(i,e,t)}),s}function le(e,t){let s=St(e,t);return(n,i,r)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?n:Reflect.get(ie(s,i)&&i in n?s:n,i,r)}var bt={get:le(!1,!1)},Rt={get:le(!1,!0)},Nt={get:le(!0,!1)},Tt={get:le(!0,!0)};var Ye=new WeakMap,ze=new WeakMap,Be=new WeakMap,Je=new WeakMap;function Dt(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ot(e){return e.__v_skip||!Object.isExtensible(e)?0:Dt(tt(e))}function Qe(e){return V(e)?e:ue(e,!1,vt,bt,Ye)}function Ht(e){return ue(e,!1,wt,Rt,ze)}function be(e){return ue(e,!0,gt,Nt,Be)}function jt(e){return ue(e,!0,Et,Tt,Je)}function ue(e,t,s,n,i){if(!L(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;let r=Ot(e);if(r===0)return e;let o=i.get(e);if(o)return o;let a=new Proxy(e,r===2?n:s);return i.set(e,a),a}function W(e){return V(e)?W(e.__v_raw):!!(e&&e.__v_isReactive)}function V(e){return!!(e&&e.__v_isReadonly)}function y(e){return!!(e&&e.__v_isShallow)}function qe(e){return e?!!e.__v_raw:!1}function p(e){let t=e&&e.__v_raw;return t?p(t):e}function Ut(e){return!ie(e,"__v_skip")&&Object.isExtensible(e)&&st(e,"__v_skip",!0),e}var D=e=>L(e)?Qe(e):e,J=e=>L(e)?be(e):e;function g(e){return e?e.__v_isRef===!0:!1}function xt(e){return Xe(e,!1)}function $t(e){return Xe(e,!0)}function Xe(e,t){return g(e)?e:new Re(e,t)}var Re=class{constructor(t,s){this.dep=new K,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:p(t),this._value=s?t:D(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){let s=this._rawValue,n=this.__v_isShallow||y(t)||V(t);t=n?t:p(t),R(t,s)&&(this._rawValue=t,this._value=n?t:D(t),this.dep.trigger())}};function Ft(e){e.dep&&e.dep.trigger()}function Le(e){return g(e)?e.value:e}function Gt(e){return Y(e)?e():Le(e)}var At={get:(e,t,s)=>t==="__v_raw"?e:Le(Reflect.get(e,t,s)),set:(e,t,s,n)=>{let i=e[t];return g(i)&&!g(s)?(i.value=s,!0):Reflect.set(e,t,s,n)}};function Yt(e){return W(e)?e:new Proxy(e,At)}var Ne=class{constructor(t){this.__v_isRef=!0,this._value=void 0;let s=this.dep=new K,{get:n,set:i}=t(s.track.bind(s),s.trigger.bind(s));this._get=n,this._set=i}get value(){return this._value=this._get()}set value(t){this._set(t)}};function zt(e){return new Ne(e)}function Bt(e){let t=T(e)?new Array(e.length):{};for(let s in e)t[s]=Ze(e,s);return t}var Te=class{constructor(t,s,n){this._object=t,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0,this._key=C(s)?s:String(s),this._raw=p(t);let i=!0,r=t;if(!T(t)||C(this._key)||!fe(this._key))do i=!qe(r)||y(r);while(i&&(r=r.__v_raw));this._shallow=i}get value(){let t=this._object[this._key];return this._shallow&&(t=Le(t)),this._value=t===void 0?this._defaultValue:t}set value(t){if(this._shallow&&g(this._raw[this._key])){let s=this._object[this._key];if(g(s)){s.value=t;return}}this._object[this._key]=t}get dep(){return ut(this._raw,this._key)}},De=class{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}};function Jt(e,t,s){return g(e)?e:Y(e)?new De(e):L(e)&&arguments.length>1?Ze(e,t,s):xt(e)}function Ze(e,t,s){return new Te(e,t,s)}var Oe=class{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new K(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=z-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&h!==this)return ke(this,!0),!0}get value(){let t=this.dep.track();return je(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}};function Qt(e,t,s=!1){let n,i;return Y(e)?n=e:(n=e.get,i=e.set),new Oe(n,i,s)}var qt={GET:"get",HAS:"has",ITERATE:"iterate"},Xt={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},Zt={SKIP:"__v_skip",IS_REACTIVE:"__v_isReactive",IS_READONLY:"__v_isReadonly",IS_SHALLOW:"__v_isShallow",RAW:"__v_raw",IS_REF:"__v_isRef"},es={WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP"},se={},ce=new WeakMap,O;function ts(){return O}function Vt(e,t=!1,s=O){if(s){let n=ce.get(s);n||ce.set(s,n=[]),n.push(e)}}function ss(e,t,s=it){let{immediate:n,deep:i,once:r,scheduler:o,augmentJob:a,call:c}=s,l=u=>{(s.onWarn||ct)("Invalid watch source: ",u,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},d=u=>i?u:y(u)||i===!1||i===0?A(u,1):A(u),f,_,H,Q,q=!1,X=!1;if(g(e)?(_=()=>e.value,q=y(e)):W(e)?(_=()=>d(e),q=!0):T(e)?(X=!0,q=e.some(u=>W(u)||y(u)),_=()=>e.map(u=>{if(g(u))return u.value;if(W(u))return d(u);if(Y(u))return c?c(u,2):u()})):Y(e)?t?_=c?()=>c(e,2):e:_=()=>{if(H){Ue();try{H()}finally{$e()}}let u=O;O=f;try{return c?c(e,3,[Q]):e(Q)}finally{O=u}}:_=at,t&&i){let u=_,S=i===!0?1/0:i;_=()=>A(u(),S)}let he=ft(),P=()=>{f.stop(),he&&he.active&&ot(he.effects,f)};if(r&&t){let u=t;t=(...S)=>{u(...S),P()}}let I=X?new Array(e.length).fill(se):se,j=u=>{if(!(!(f.flags&1)||!f.dirty&&!u))if(t){let S=f.run();if(i||q||(X?S.some((pe,Z)=>R(pe,I[Z])):R(S,I))){H&&H();let pe=O;O=f;try{let Z=[S,I===se?void 0:X&&I[0]===se?[]:I,Q];I=S,c?c(t,3,Z):t(...Z)}finally{O=pe}}}else f.run()};return a&&a(j),f=new k(_),f.scheduler=o?()=>o(j,!1):j,Q=u=>Vt(u,!1,f),H=f.onStop=()=>{let u=ce.get(f);if(u){if(c)c(u,4);else for(let S of u)S();ce.delete(f)}},t?n?j(!0):I=f.run():o?o(j.bind(null,!0),!0):f.run(),P.pause=f.pause.bind(f),P.resume=f.resume.bind(f),P.stop=P,P}function A(e,t=1/0,s){if(t<=0||!L(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,g(e))A(e.value,t,s);else if(T(e))for(let n=0;n<e.length;n++)A(e[n],t,s);else if(nt(e)||$(e))e.forEach(n=>{A(n,t,s)});else if(rt(e)){for(let n in e)A(e[n],t,s);for(let n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&A(e[n],t,s)}return e}export{B as ARRAY_ITERATE_KEY,Pt as EffectFlags,ge as EffectScope,m as ITERATE_KEY,ye as MAP_KEY_ITERATE_KEY,k as ReactiveEffect,Zt as ReactiveFlags,qt as TrackOpTypes,Xt as TriggerOpTypes,es as WatchErrorCodes,Qt as computed,zt as customRef,Mt as effect,Ct as effectScope,kt as enableTracking,ft as getCurrentScope,ts as getCurrentWatcher,qe as isProxy,W as isReactive,V as isReadonly,g as isRef,y as isShallow,Ut as markRaw,Kt as onEffectCleanup,Lt as onScopeDispose,Vt as onWatcherCleanup,Ue as pauseTracking,Yt as proxyRefs,Qe as reactive,M as reactiveReadArray,be as readonly,xt as ref,$e as resetTracking,Ht as shallowReactive,Ce as shallowReadArray,jt as shallowReadonly,$t as shallowRef,Wt as stop,p as toRaw,D as toReactive,J as toReadonly,Jt as toRef,Bt as toRefs,Gt as toValue,w as track,A as traverse,x as trigger,Ft as triggerRef,Le as unref,ss as watch};
3
- /*! Bundled license information:
4
-
5
- @vue/reactivity/dist/reactivity.esm-bundler.js:
6
- (**
7
- * @vue/reactivity v3.5.34
8
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
9
- * @license MIT
10
- **)
11
- */
12
- //# sourceMappingURL=reactivity.mjs.map