@shjjs/visual-ui 1.0.38 → 1.0.39

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 (458) hide show
  1. package/es/commons/components/text.vue.d.ts +4 -4
  2. package/es/commons/core/earth/border.vue.d.ts +4 -4
  3. package/es/commons/core/earth/main.vue.d.ts +6 -6
  4. package/es/commons/core/useChart.d.ts +2 -2
  5. package/es/commons/core/useChart.mjs +3 -2
  6. package/es/components/chart/commons/components/common-chart/index.vue.d.ts +7 -7
  7. package/es/components/chart/commons/components/common-chart/index.vue.mjs +3 -2
  8. package/es/components/chart/commons/components/common-chart-map/index.vue.d.ts +6 -6
  9. package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +3 -2
  10. package/es/components/chart/commons/hooks/useChart.d.ts +2 -2
  11. package/es/components/chart/commons/hooks/useChart.mjs +3 -2
  12. package/es/components/chart/src/bar/animation/index.d.ts +12 -12
  13. package/es/components/chart/src/bar/animation/index.vue.d.ts +12 -12
  14. package/es/components/chart/src/bar/basic/index.d.ts +12 -12
  15. package/es/components/chart/src/bar/basic/index.vue.d.ts +12 -12
  16. package/es/components/chart/src/bar/contrast/index.d.ts +12 -12
  17. package/es/components/chart/src/bar/contrast/index.vue.d.ts +12 -12
  18. package/es/components/chart/src/bar/contrast2/index.d.ts +12 -12
  19. package/es/components/chart/src/bar/contrast2/index.vue.d.ts +12 -12
  20. package/es/components/chart/src/bar/contrast3/index.d.ts +12 -12
  21. package/es/components/chart/src/bar/contrast3/index.vue.d.ts +12 -12
  22. package/es/components/chart/src/bar/gradient-column-chart/index.d.ts +12 -12
  23. package/es/components/chart/src/bar/gradient-column-chart/index.vue.d.ts +12 -12
  24. package/es/components/chart/src/bar/horizontal/index.d.ts +12 -12
  25. package/es/components/chart/src/bar/horizontal/index.vue.d.ts +12 -12
  26. package/es/components/chart/src/bar/horizontal-stack/index.d.ts +12 -12
  27. package/es/components/chart/src/bar/horizontal-stack/index.vue.d.ts +12 -12
  28. package/es/components/chart/src/bar/line-bar/index.d.ts +12 -12
  29. package/es/components/chart/src/bar/line-bar/index.vue.d.ts +12 -12
  30. package/es/components/chart/src/bar/line-bar2/index.d.ts +12 -12
  31. package/es/components/chart/src/bar/line-bar2/index.vue.d.ts +12 -12
  32. package/es/components/chart/src/bar/loop/index.d.ts +12 -12
  33. package/es/components/chart/src/bar/loop/index.vue.d.ts +12 -12
  34. package/es/components/chart/src/bar/mini/index.d.ts +12 -12
  35. package/es/components/chart/src/bar/mini/index.vue.d.ts +12 -12
  36. package/es/components/chart/src/bar/polar/index.d.ts +12 -12
  37. package/es/components/chart/src/bar/polar/index.vue.d.ts +12 -12
  38. package/es/components/chart/src/bar/polar-stack/index.d.ts +12 -12
  39. package/es/components/chart/src/bar/polar-stack/index.vue.d.ts +12 -12
  40. package/es/components/chart/src/bar/polar2/index.d.ts +12 -12
  41. package/es/components/chart/src/bar/polar2/index.vue.d.ts +12 -12
  42. package/es/components/chart/src/bar/radius-circle/index.d.ts +12 -12
  43. package/es/components/chart/src/bar/radius-circle/index.vue.d.ts +12 -12
  44. package/es/components/chart/src/bar/rank/index.d.ts +12 -12
  45. package/es/components/chart/src/bar/rank/index.vue.d.ts +12 -12
  46. package/es/components/chart/src/bar/segmented-progress/index.d.ts +12 -12
  47. package/es/components/chart/src/bar/segmented-progress/index.vue.d.ts +12 -12
  48. package/es/components/chart/src/bar/spire/index.d.ts +12 -12
  49. package/es/components/chart/src/bar/spire/index.vue.d.ts +12 -12
  50. package/es/components/chart/src/bar/stack/index.d.ts +12 -12
  51. package/es/components/chart/src/bar/stack/index.vue.d.ts +12 -12
  52. package/es/components/chart/src/bar/stack-line/index.d.ts +12 -12
  53. package/es/components/chart/src/bar/stack-line/index.vue.d.ts +12 -12
  54. package/es/components/chart/src/bar/stack2/index.d.ts +12 -12
  55. package/es/components/chart/src/bar/stack2/index.vue.d.ts +12 -12
  56. package/es/components/chart/src/bar/stack3/index.d.ts +12 -12
  57. package/es/components/chart/src/bar/stack3/index.vue.d.ts +12 -12
  58. package/es/components/chart/src/bar/staggered/index.d.ts +12 -12
  59. package/es/components/chart/src/bar/staggered/index.vue.d.ts +12 -12
  60. package/es/components/chart/src/bar/three/index.d.ts +12 -12
  61. package/es/components/chart/src/bar/three/index.vue.d.ts +12 -12
  62. package/es/components/chart/src/bar/waterfall/index.d.ts +12 -12
  63. package/es/components/chart/src/bar/waterfall/index.vue.d.ts +12 -12
  64. package/es/components/chart/src/bar/zebra/index.d.ts +12 -12
  65. package/es/components/chart/src/bar/zebra/index.vue.d.ts +12 -12
  66. package/es/components/chart/src/line/area-gradient/index.d.ts +12 -12
  67. package/es/components/chart/src/line/area-gradient/index.vue.d.ts +12 -12
  68. package/es/components/chart/src/line/area-highlight/index.d.ts +12 -12
  69. package/es/components/chart/src/line/area-highlight/index.vue.d.ts +12 -12
  70. package/es/components/chart/src/line/area-highlight2/index.d.ts +12 -12
  71. package/es/components/chart/src/line/area-highlight2/index.vue.d.ts +12 -12
  72. package/es/components/chart/src/line/basic/index.d.ts +12 -12
  73. package/es/components/chart/src/line/basic/index.vue.d.ts +12 -12
  74. package/es/components/chart/src/line/bump/index.d.ts +12 -12
  75. package/es/components/chart/src/line/bump/index.vue.d.ts +12 -12
  76. package/es/components/chart/src/line/dashed/index.d.ts +12 -12
  77. package/es/components/chart/src/line/dashed/index.vue.d.ts +12 -12
  78. package/es/components/chart/src/line/ladder/index.d.ts +12 -12
  79. package/es/components/chart/src/line/ladder/index.vue.d.ts +12 -12
  80. package/es/components/chart/src/line/logarithm/index.d.ts +12 -12
  81. package/es/components/chart/src/line/logarithm/index.vue.d.ts +12 -12
  82. package/es/components/chart/src/line/multix/index.d.ts +12 -12
  83. package/es/components/chart/src/line/multix/index.vue.d.ts +12 -12
  84. package/es/components/chart/src/line/polar-double/index.d.ts +12 -12
  85. package/es/components/chart/src/line/polar-double/index.vue.d.ts +12 -12
  86. package/es/components/chart/src/line/rain-flow/index.d.ts +12 -12
  87. package/es/components/chart/src/line/rain-flow/index.vue.d.ts +12 -12
  88. package/es/components/chart/src/line/scale/index.d.ts +12 -12
  89. package/es/components/chart/src/line/scale/index.vue.d.ts +12 -12
  90. package/es/components/chart/src/line/smooth/index.d.ts +12 -12
  91. package/es/components/chart/src/line/smooth/index.vue.d.ts +12 -12
  92. package/es/components/chart/src/line/smooth-area/index.d.ts +12 -12
  93. package/es/components/chart/src/line/smooth-area/index.vue.d.ts +12 -12
  94. package/es/components/chart/src/line/stack/index.d.ts +12 -12
  95. package/es/components/chart/src/line/stack/index.vue.d.ts +12 -12
  96. package/es/components/chart/src/line/stack-area/index.d.ts +12 -12
  97. package/es/components/chart/src/line/stack-area/index.vue.d.ts +12 -12
  98. package/es/components/chart/src/line/temp/index.d.ts +12 -12
  99. package/es/components/chart/src/line/temp/index.vue.d.ts +12 -12
  100. package/es/components/chart/src/line/vertical/index.d.ts +12 -12
  101. package/es/components/chart/src/line/vertical/index.vue.d.ts +12 -12
  102. package/es/components/chart/src/map/basic/index.d.ts +11 -11
  103. package/es/components/chart/src/map/basic/index.vue.d.ts +11 -11
  104. package/es/components/chart/src/map/bmap-basic/index.d.ts +11 -11
  105. package/es/components/chart/src/map/bmap-basic/index.vue.d.ts +11 -11
  106. package/es/components/chart/src/map/bmap-heatmap/index.d.ts +11 -11
  107. package/es/components/chart/src/map/bmap-heatmap/index.vue.d.ts +11 -11
  108. package/es/components/chart/src/map/bmap-rich/index.d.ts +11 -11
  109. package/es/components/chart/src/map/bmap-rich/index.vue.d.ts +11 -11
  110. package/es/components/chart/src/map/customize/index.d.ts +11 -11
  111. package/es/components/chart/src/map/customize/index.vue.d.ts +11 -11
  112. package/es/components/chart/src/map/lines/index.d.ts +11 -11
  113. package/es/components/chart/src/map/lines/index.vue.d.ts +11 -11
  114. package/es/components/chart/src/map/scatter/index.d.ts +11 -11
  115. package/es/components/chart/src/map/scatter/index.vue.d.ts +11 -11
  116. package/es/components/chart/src/pie/3d/index.d.ts +12 -12
  117. package/es/components/chart/src/pie/3d/index.vue.d.ts +12 -12
  118. package/es/components/chart/src/pie/basic/index.d.ts +12 -12
  119. package/es/components/chart/src/pie/basic/index.vue.d.ts +12 -12
  120. package/es/components/chart/src/pie/basic2/index.d.ts +12 -12
  121. package/es/components/chart/src/pie/basic2/index.vue.d.ts +12 -12
  122. package/es/components/chart/src/pie/customized/index.d.ts +12 -12
  123. package/es/components/chart/src/pie/customized/index.vue.d.ts +12 -12
  124. package/es/components/chart/src/pie/index/index.d.ts +12 -12
  125. package/es/components/chart/src/pie/index/index.vue.d.ts +12 -12
  126. package/es/components/chart/src/pie/interval/index.d.ts +12 -12
  127. package/es/components/chart/src/pie/interval/index.vue.d.ts +12 -12
  128. package/es/components/chart/src/pie/legend-scroll/index.d.ts +12 -12
  129. package/es/components/chart/src/pie/legend-scroll/index.vue.d.ts +12 -12
  130. package/es/components/chart/src/pie/radius/index.d.ts +12 -12
  131. package/es/components/chart/src/pie/radius/index.vue.d.ts +12 -12
  132. package/es/components/chart/src/pie/rose/index.d.ts +12 -12
  133. package/es/components/chart/src/pie/rose/index.vue.d.ts +12 -12
  134. package/es/components/chart/src/pie/round/index.d.ts +12 -12
  135. package/es/components/chart/src/pie/round/index.vue.d.ts +12 -12
  136. package/es/components/chart/src/pie/sunburst/index.d.ts +12 -12
  137. package/es/components/chart/src/pie/sunburst/index.vue.d.ts +12 -12
  138. package/es/components/chart/src/scatter/basic/index.d.ts +12 -12
  139. package/es/components/chart/src/scatter/basic/index.vue.d.ts +12 -12
  140. package/es/components/chart/src/scatter/basic2/index.d.ts +12 -12
  141. package/es/components/chart/src/scatter/basic2/index.vue.d.ts +12 -12
  142. package/es/components/chart/src/scatter/bubble/index.d.ts +12 -12
  143. package/es/components/chart/src/scatter/bubble/index.vue.d.ts +12 -12
  144. package/es/components/chart/src/scatter/ripples/index.d.ts +12 -12
  145. package/es/components/chart/src/scatter/ripples/index.vue.d.ts +12 -12
  146. package/es/components/chart-other-candlestick-basic/index.d.ts +6 -6
  147. package/es/components/chart-other-candlestick-basic/index.vue.d.ts +6 -6
  148. package/es/components/chart-other-candlestick-basic/index.vue.mjs +3 -2
  149. package/es/components/chart-other-candlestick-demo/index.d.ts +6 -6
  150. package/es/components/chart-other-candlestick-demo/index.vue.d.ts +6 -6
  151. package/es/components/chart-other-candlestick-demo/index.vue.mjs +3 -2
  152. package/es/components/chart-other-candlestick-shanghai/index.d.ts +6 -6
  153. package/es/components/chart-other-candlestick-shanghai/index.vue.d.ts +6 -6
  154. package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +3 -2
  155. package/es/components/chart-other-circular-graph/index.d.ts +6 -6
  156. package/es/components/chart-other-circular-graph/index.vue.d.ts +6 -6
  157. package/es/components/chart-other-circular-graph/index.vue.mjs +3 -2
  158. package/es/components/chart-other-force/index.d.ts +6 -6
  159. package/es/components/chart-other-force/index.vue.d.ts +6 -6
  160. package/es/components/chart-other-force/index.vue.mjs +3 -2
  161. package/es/components/chart-other-force2/index.d.ts +6 -6
  162. package/es/components/chart-other-force2/index.vue.d.ts +6 -6
  163. package/es/components/chart-other-force2/index.vue.mjs +3 -2
  164. package/es/components/chart-other-funnel/index.d.ts +6 -6
  165. package/es/components/chart-other-funnel/index.vue.d.ts +6 -6
  166. package/es/components/chart-other-funnel/index.vue.mjs +3 -2
  167. package/es/components/chart-other-funnel-contrast/index.d.ts +6 -6
  168. package/es/components/chart-other-funnel-contrast/index.vue.d.ts +6 -6
  169. package/es/components/chart-other-funnel-contrast/index.vue.mjs +3 -2
  170. package/es/components/chart-other-funnel-split/index.d.ts +6 -6
  171. package/es/components/chart-other-funnel-split/index.vue.d.ts +6 -6
  172. package/es/components/chart-other-funnel-split/index.vue.mjs +3 -2
  173. package/es/components/chart-other-funnel2/index.d.ts +6 -6
  174. package/es/components/chart-other-funnel2/index.vue.d.ts +6 -6
  175. package/es/components/chart-other-funnel2/index.vue.mjs +3 -2
  176. package/es/components/chart-other-gauge/index.d.ts +6 -6
  177. package/es/components/chart-other-gauge/index.vue.d.ts +6 -6
  178. package/es/components/chart-other-gauge/index.vue.mjs +3 -2
  179. package/es/components/chart-other-gauge-grade/index.d.ts +6 -6
  180. package/es/components/chart-other-gauge-grade/index.vue.d.ts +6 -6
  181. package/es/components/chart-other-gauge-grade/index.vue.mjs +3 -2
  182. package/es/components/chart-other-gauge-stage/index.d.ts +6 -6
  183. package/es/components/chart-other-gauge-stage/index.vue.d.ts +6 -6
  184. package/es/components/chart-other-gauge-stage/index.vue.mjs +3 -2
  185. package/es/components/chart-other-graph-basic/index.d.ts +6 -6
  186. package/es/components/chart-other-graph-basic/index.vue.d.ts +6 -6
  187. package/es/components/chart-other-graph-basic/index.vue.mjs +3 -2
  188. package/es/components/chart-other-graph-basic2/index.d.ts +6 -6
  189. package/es/components/chart-other-graph-basic2/index.vue.d.ts +6 -6
  190. package/es/components/chart-other-graph-basic2/index.vue.mjs +3 -2
  191. package/es/components/chart-other-graph-calendar/index.d.ts +6 -6
  192. package/es/components/chart-other-graph-calendar/index.vue.d.ts +6 -6
  193. package/es/components/chart-other-graph-calendar/index.vue.mjs +3 -2
  194. package/es/components/chart-other-grid-percentage/index.d.ts +6 -6
  195. package/es/components/chart-other-grid-percentage/index.vue.d.ts +6 -6
  196. package/es/components/chart-other-grid-percentage/index.vue.mjs +3 -2
  197. package/es/components/chart-other-heatmap/index.d.ts +6 -6
  198. package/es/components/chart-other-heatmap/index.vue.d.ts +6 -6
  199. package/es/components/chart-other-heatmap/index.vue.mjs +3 -2
  200. package/es/components/chart-other-label-gauge/index.d.ts +6 -6
  201. package/es/components/chart-other-label-gauge/index.vue.d.ts +6 -6
  202. package/es/components/chart-other-label-gauge/index.vue.mjs +3 -2
  203. package/es/components/chart-other-liquidfill/index.d.ts +6 -6
  204. package/es/components/chart-other-liquidfill/index.vue.d.ts +6 -6
  205. package/es/components/chart-other-liquidfill/index.vue.mjs +3 -2
  206. package/es/components/chart-other-parallel-basic/index.d.ts +6 -6
  207. package/es/components/chart-other-parallel-basic/index.vue.d.ts +6 -6
  208. package/es/components/chart-other-parallel-basic/index.vue.mjs +3 -2
  209. package/es/components/chart-other-parallel-mul/index.d.ts +6 -6
  210. package/es/components/chart-other-parallel-mul/index.vue.d.ts +6 -6
  211. package/es/components/chart-other-parallel-mul/index.vue.mjs +3 -2
  212. package/es/components/chart-other-radar/index.d.ts +6 -6
  213. package/es/components/chart-other-radar/index.vue.d.ts +6 -6
  214. package/es/components/chart-other-radar/index.vue.mjs +3 -2
  215. package/es/components/chart-other-radar-stack/index.d.ts +6 -6
  216. package/es/components/chart-other-radar-stack/index.vue.d.ts +6 -6
  217. package/es/components/chart-other-radar-stack/index.vue.mjs +3 -2
  218. package/es/components/chart-other-sunburst-basic/index.d.ts +6 -6
  219. package/es/components/chart-other-sunburst-basic/index.vue.d.ts +6 -6
  220. package/es/components/chart-other-sunburst-basic/index.vue.mjs +3 -2
  221. package/es/components/chart-other-sunburst-basic2/index.d.ts +6 -6
  222. package/es/components/chart-other-sunburst-basic2/index.vue.d.ts +6 -6
  223. package/es/components/chart-other-sunburst-basic2/index.vue.mjs +3 -2
  224. package/es/components/chart-other-sunburst-basic3/index.d.ts +6 -6
  225. package/es/components/chart-other-sunburst-basic3/index.vue.d.ts +6 -6
  226. package/es/components/chart-other-sunburst-basic3/index.vue.mjs +3 -2
  227. package/es/components/chart-other-sunburst-basic4/index.d.ts +6 -6
  228. package/es/components/chart-other-sunburst-basic4/index.vue.d.ts +6 -6
  229. package/es/components/chart-other-sunburst-basic4/index.vue.mjs +3 -2
  230. package/es/components/chart-other-sunburst-book/index.d.ts +6 -6
  231. package/es/components/chart-other-sunburst-book/index.vue.d.ts +6 -6
  232. package/es/components/chart-other-sunburst-book/index.vue.mjs +3 -2
  233. package/es/components/chart-other-sunburst-flavors/index.d.ts +6 -6
  234. package/es/components/chart-other-sunburst-flavors/index.vue.d.ts +6 -6
  235. package/es/components/chart-other-sunburst-flavors/index.vue.mjs +3 -2
  236. package/es/components/chart-other-sunburst-radius/index.d.ts +6 -6
  237. package/es/components/chart-other-sunburst-radius/index.vue.d.ts +6 -6
  238. package/es/components/chart-other-sunburst-radius/index.vue.mjs +3 -2
  239. package/es/components/chart-other-theme-river/index.d.ts +6 -6
  240. package/es/components/chart-other-theme-river/index.vue.d.ts +6 -6
  241. package/es/components/chart-other-theme-river/index.vue.mjs +3 -2
  242. package/es/components/chart-other-tree/index.d.ts +6 -6
  243. package/es/components/chart-other-tree/index.vue.d.ts +6 -6
  244. package/es/components/chart-other-tree/index.vue.mjs +3 -2
  245. package/es/components/chart-other-tree-line/index.d.ts +6 -6
  246. package/es/components/chart-other-tree-line/index.vue.d.ts +6 -6
  247. package/es/components/chart-other-tree-line/index.vue.mjs +3 -2
  248. package/es/components/chart-other-treemap/index.d.ts +6 -6
  249. package/es/components/chart-other-treemap/index.vue.d.ts +6 -6
  250. package/es/components/chart-other-treemap/index.vue.mjs +3 -2
  251. package/es/components/chart-other-treemap-basic/index.d.ts +6 -6
  252. package/es/components/chart-other-treemap-basic/index.vue.d.ts +6 -6
  253. package/es/components/chart-other-treemap-basic/index.vue.mjs +3 -2
  254. package/es/components/chart-other-word-cloud/index.d.ts +6 -6
  255. package/es/components/chart-other-word-cloud/index.vue.d.ts +6 -6
  256. package/es/components/chart-other-word-cloud/index.vue.mjs +3 -2
  257. package/es/components/commons/custom-component-render/hooks/useCustomComponentRenderWatch.d.ts +5 -0
  258. package/es/components/commons/custom-component-render/hooks/useCustomComponentRenderWatch.mjs +15 -0
  259. package/es/components/commons/custom-component-render/index.d.ts +76 -0
  260. package/es/components/commons/custom-component-render/index.mjs +7 -0
  261. package/es/components/commons/custom-component-render/index.vue.d.ts +76 -0
  262. package/es/components/commons/custom-component-render/index.vue.mjs +7 -0
  263. package/es/components/commons/custom-component-render/index.vue2.mjs +280 -0
  264. package/es/components/commons/custom-component-render/types.d.ts +6 -0
  265. package/es/components/commons/index.d.ts +1 -0
  266. package/es/components/commons-echarts/compileAndRunEcharts.mjs +3 -2
  267. package/es/components/commons-loop-iterator/index.d.ts +9 -9
  268. package/es/components/commons-loop-iterator/index.vue.d.ts +9 -9
  269. package/es/components/commons-loop-iterator/index.vue2.mjs +3 -2
  270. package/es/components/commons-product-model/index.vue2.mjs +3 -2
  271. package/es/components/commons-qrcode/index.vue.d.ts +5 -5
  272. package/es/components/commons-svg/index.d.ts +4 -4
  273. package/es/components/commons-svg/index.vue.d.ts +4 -4
  274. package/es/components/commons-three-loader/index.vue2.mjs +33 -32
  275. package/es/components/commons-three-loader3/index.d.ts +6 -6
  276. package/es/components/commons-three-loader3/index.vue.d.ts +6 -6
  277. package/es/components/commons-three-loader3/index.vue2.mjs +3 -2
  278. package/es/components/commons-weather/index.vue.d.ts +63 -7
  279. package/es/components/commons-weather/index.vue2.mjs +3 -2
  280. package/es/components/commons-weather-dynamic/index.vue.d.ts +63 -7
  281. package/es/components/commons-weather-dynamic/index.vue2.mjs +3 -2
  282. package/es/components/graphical-circle/index.d.ts +3 -3
  283. package/es/components/graphical-circle/index.vue.d.ts +3 -3
  284. package/es/components/graphical-diamond/index.d.ts +3 -3
  285. package/es/components/graphical-diamond/index.vue.d.ts +3 -3
  286. package/es/components/graphical-hexagon/index.d.ts +3 -3
  287. package/es/components/graphical-hexagon/index.vue.d.ts +3 -3
  288. package/es/components/graphical-isosceles-triangle/index.d.ts +3 -3
  289. package/es/components/graphical-isosceles-triangle/index.vue.d.ts +3 -3
  290. package/es/components/graphical-pentagon/index.d.ts +3 -3
  291. package/es/components/graphical-pentagon/index.vue.d.ts +3 -3
  292. package/es/components/graphical-rect/index.d.ts +3 -3
  293. package/es/components/graphical-rect/index.vue.d.ts +3 -3
  294. package/es/components/graphical-right-triangle/index.d.ts +3 -3
  295. package/es/components/graphical-right-triangle/index.vue.d.ts +3 -3
  296. package/es/components/index.d.ts +1 -0
  297. package/es/components/index.mjs +24 -22
  298. package/es/components/interaction/button/index.d.ts +6 -6
  299. package/es/components/interaction/button/index.vue.d.ts +6 -6
  300. package/es/components/interaction/button/index.vue2.mjs +3 -2
  301. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.d.ts +15 -40
  302. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
  303. package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +129 -118
  304. package/es/components/interaction/date-picker/components/common-date-picker/types.d.ts +4 -0
  305. package/es/components/interaction/date-picker/src/date-picker/index.d.ts +20 -45
  306. package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +20 -45
  307. package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +20 -45
  308. package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +20 -45
  309. package/es/components/interaction/tabs/index.d.ts +74 -0
  310. package/es/components/interaction/tabs/index.vue.d.ts +75 -0
  311. package/es/components/interaction/tabs/index.vue.mjs +3 -2
  312. package/es/components/interaction/tabs-icon/index.d.ts +74 -0
  313. package/es/components/interaction/tabs-icon/index.vue.d.ts +75 -0
  314. package/es/components/interaction/tabs-icon/index.vue.mjs +3 -2
  315. package/es/components/interaction-button/index.d.ts +6 -6
  316. package/es/components/interaction-button/index.vue.d.ts +6 -6
  317. package/es/components/interaction-button-image/index.d.ts +8 -8
  318. package/es/components/interaction-button-image/index.vue.d.ts +8 -8
  319. package/es/components/interaction-button-refresh/index.d.ts +8 -8
  320. package/es/components/interaction-button-refresh/index.vue.d.ts +8 -8
  321. package/es/components/interaction-data-picker/index.d.ts +6 -6
  322. package/es/components/interaction-data-picker/index.vue.d.ts +6 -6
  323. package/es/components/interaction-data-picker/index.vue.mjs +2 -2
  324. package/es/components/interaction-data-picker/index.vue2.mjs +100 -100
  325. package/es/components/interaction-input/index.d.ts +11 -11
  326. package/es/components/interaction-input/index.vue.d.ts +11 -11
  327. package/es/components/interaction-input/index.vue2.mjs +3 -2
  328. package/es/components/interaction-radio/index.d.ts +4 -4
  329. package/es/components/interaction-radio/index.vue.d.ts +4 -4
  330. package/es/components/interaction-select/index.d.ts +20 -12
  331. package/es/components/interaction-select/index.vue.d.ts +20 -12
  332. package/es/components/interaction-select/index.vue2.mjs +3 -2
  333. package/es/components/interaction-slider/index.d.ts +6 -6
  334. package/es/components/interaction-slider/index.vue.d.ts +6 -6
  335. package/es/components/interaction-slider/index.vue2.mjs +3 -2
  336. package/es/components/interaction-switch/index.d.ts +6 -6
  337. package/es/components/interaction-switch/index.vue.d.ts +6 -6
  338. package/es/components/interaction-switch/index.vue2.mjs +23 -22
  339. package/es/components/interaction-tabs/index.d.ts +8 -8
  340. package/es/components/interaction-tabs/index.vue.d.ts +8 -8
  341. package/es/components/interaction-tabs/index.vue2.mjs +3 -2
  342. package/es/components/interaction-tabs2/index.d.ts +8 -8
  343. package/es/components/interaction-tabs2/index.vue.d.ts +8 -8
  344. package/es/components/interaction-tabs2/index.vue2.mjs +3 -2
  345. package/es/components/map-earth-basic/index.d.ts +18 -18
  346. package/es/components/map-earth-basic/index.vue.d.ts +18 -18
  347. package/es/components/map-earth-basic/index.vue.mjs +3 -2
  348. package/es/components/map-earth-cool-tech/index.d.ts +18 -18
  349. package/es/components/map-earth-cool-tech/index.vue.d.ts +18 -18
  350. package/es/components/map-earth-cool-tech/index.vue.mjs +3 -2
  351. package/es/components/map-earth-fly-line/index.d.ts +18 -18
  352. package/es/components/map-earth-fly-line/index.vue.d.ts +18 -18
  353. package/es/components/map-earth-fly-line/index.vue.mjs +3 -2
  354. package/es/components/map-earth-hacker/index.d.ts +18 -18
  355. package/es/components/map-earth-hacker/index.vue.d.ts +18 -18
  356. package/es/components/map-earth-hacker/index.vue.mjs +3 -2
  357. package/es/components/map-earth-particle/index.d.ts +18 -18
  358. package/es/components/map-earth-particle/index.vue.d.ts +18 -18
  359. package/es/components/map-earth-particle/index.vue.mjs +3 -2
  360. package/es/components/media-audio/index.d.ts +8 -8
  361. package/es/components/media-audio/index.vue.d.ts +8 -8
  362. package/es/components/media-audio/index.vue2.mjs +31 -30
  363. package/es/components/media-audio-dynamic/index.d.ts +12 -12
  364. package/es/components/media-audio-dynamic/index.vue.d.ts +12 -12
  365. package/es/components/media-audio-dynamic/index.vue2.mjs +26 -25
  366. package/es/components/media-carousel/index.d.ts +5 -5
  367. package/es/components/media-carousel/index.vue.d.ts +5 -5
  368. package/es/components/media-carousel-slides/index.d.ts +5 -5
  369. package/es/components/media-carousel-slides/index.vue.d.ts +5 -5
  370. package/es/components/media-flv/index.d.ts +8 -7
  371. package/es/components/media-flv/index.vue.d.ts +8 -7
  372. package/es/components/media-flv/index.vue.mjs +54 -42
  373. package/es/components/media-iframe/index.d.ts +6 -6
  374. package/es/components/media-iframe/index.vue.d.ts +6 -6
  375. package/es/components/media-iframe/index.vue2.mjs +3 -2
  376. package/es/components/media-iframe-carousel/index.d.ts +4 -4
  377. package/es/components/media-iframe-carousel/index.vue.d.ts +4 -4
  378. package/es/components/media-iframe-dynamic/index.d.ts +9 -9
  379. package/es/components/media-iframe-dynamic/index.vue.d.ts +9 -9
  380. package/es/components/media-iframe-dynamic/index.vue2.mjs +3 -2
  381. package/es/components/media-image/index.d.ts +4 -4
  382. package/es/components/media-image/index.vue.d.ts +4 -4
  383. package/es/components/media-image-dynamic/index.d.ts +6 -6
  384. package/es/components/media-image-dynamic/index.vue.d.ts +6 -6
  385. package/es/components/media-image-dynamic/index.vue2.mjs +3 -2
  386. package/es/components/media-m3u8/index.d.ts +7 -7
  387. package/es/components/media-m3u8/index.vue.d.ts +7 -7
  388. package/es/components/media-m3u8/index.vue.mjs +81 -49
  389. package/es/components/media-m3u8-dynamic/index.d.ts +9 -9
  390. package/es/components/media-m3u8-dynamic/index.vue.d.ts +9 -9
  391. package/es/components/media-m3u8-dynamic/index.vue.mjs +94 -62
  392. package/es/components/media-video/index.d.ts +7 -7
  393. package/es/components/media-video/index.vue.d.ts +7 -7
  394. package/es/components/media-video/index.vue2.mjs +3 -2
  395. package/es/components/media-video-dynamic/index.d.ts +10 -10
  396. package/es/components/media-video-dynamic/index.vue.d.ts +10 -10
  397. package/es/components/media-video-dynamic/index.vue2.mjs +3 -2
  398. package/es/components/media-wavesurfer/index.d.ts +11 -11
  399. package/es/components/media-wavesurfer/index.vue.d.ts +11 -11
  400. package/es/components/scene-amap2d/index.d.ts +10 -10
  401. package/es/components/scene-amap2d/index.vue.d.ts +10 -10
  402. package/es/components/scene-amap2d/index.vue2.mjs +120 -119
  403. package/es/components/scene-amap3d/index.d.ts +10 -10
  404. package/es/components/scene-amap3d/index.vue.d.ts +10 -10
  405. package/es/components/scene-amap3d/index.vue2.mjs +136 -135
  406. package/es/components/scene-default/index.d.ts +4 -4
  407. package/es/components/scene-default/index.vue.d.ts +4 -4
  408. package/es/components/scene-default/index.vue2.mjs +3 -2
  409. package/es/components/scene-map3d/index.d.ts +12 -12
  410. package/es/components/scene-map3d/index.vue.d.ts +12 -12
  411. package/es/components/scene-map3d/index.vue.mjs +2 -2
  412. package/es/components/scene-map3d/index.vue2.mjs +21 -17
  413. package/es/components/scene-ue-iframe/index.d.ts +5 -5
  414. package/es/components/scene-ue-iframe/index.vue.d.ts +5 -5
  415. package/es/components/scene-ue-iframe/index.vue2.mjs +3 -2
  416. package/es/components/scene-ue-shj/index.d.ts +5 -5
  417. package/es/components/scene-ue-shj/index.vue.d.ts +5 -5
  418. package/es/components/scene-ue-shj/index.vue2.mjs +3 -2
  419. package/es/components/scene-unity-iframe/index.d.ts +7 -7
  420. package/es/components/scene-unity-iframe/index.vue.d.ts +7 -7
  421. package/es/components/scene-unity-iframe/index.vue2.mjs +3 -2
  422. package/es/components/scene-unity-webgl/index.d.ts +7 -7
  423. package/es/components/scene-unity-webgl/index.vue.d.ts +7 -7
  424. package/es/components/scene-unity-webgl/index.vue2.mjs +3 -2
  425. package/es/components/scene-vr/index.d.ts +19 -14
  426. package/es/components/scene-vr/index.vue.d.ts +20 -14
  427. package/es/components/scene-vr/index.vue2.mjs +220 -219
  428. package/es/components/text/list/index.d.ts +12 -12
  429. package/es/components/text/list/index.vue.d.ts +12 -12
  430. package/es/components/text/list/index.vue.mjs +3 -2
  431. package/es/components/text-carousel/index.d.ts +4 -4
  432. package/es/components/text-carousel/index.vue.d.ts +4 -4
  433. package/es/components/text-count-down/index.vue.d.ts +7 -7
  434. package/es/components/text-count-down/index.vue2.mjs +3 -2
  435. package/es/components/text-over-number/index.vue.d.ts +15 -51
  436. package/es/components/text-over-number/index.vue2.mjs +3 -2
  437. package/es/components/text-real-time/index.vue.d.ts +7 -7
  438. package/es/components/text-real-time/index.vue2.mjs +3 -2
  439. package/es/components/text-row-scroll/index.d.ts +9 -9
  440. package/es/components/text-row-scroll/index.vue.d.ts +9 -9
  441. package/es/components/text-row-scroll/index.vue2.mjs +3 -2
  442. package/es/components/text-table-basic/index.d.ts +7 -7
  443. package/es/components/text-table-basic/index.vue.d.ts +7 -7
  444. package/es/components/text-table-basic/index.vue2.mjs +3 -2
  445. package/es/components/text-table-scroll/index.d.ts +9 -9
  446. package/es/components/text-table-scroll/index.vue.d.ts +9 -9
  447. package/es/components/text-table-scroll/index.vue2.mjs +3 -2
  448. package/es/components/text-text-basic/index.d.ts +4 -4
  449. package/es/components/text-text-basic/index.vue.d.ts +4 -4
  450. package/es/components/text-text-dynamic/index.d.ts +6 -6
  451. package/es/components/text-text-dynamic/index.vue.d.ts +6 -6
  452. package/es/components/text-text-dynamic/index.vue2.mjs +3 -2
  453. package/es/components/text-title/index.d.ts +4 -4
  454. package/es/components/text-title/index.vue.d.ts +4 -4
  455. package/es/index.mjs +22 -20
  456. package/es/plugins/datasource/index.mjs +46 -47
  457. package/es/widgets.css +1 -1
  458. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export declare const ZvTextTableBasic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextTableBasic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -15,10 +15,10 @@ export declare const ZvTextTableBasic: import("../../commons/utils/typescript").
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  emit: (event: "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
20
- key: import("vue").Ref<string>;
21
- data: import("vue").Ref<any[]>;
20
+ key: import("vue").Ref<string, string>;
21
+ data: import("vue").Ref<any[], any[]>;
22
22
  props: any;
23
23
  patchColumns: () => void;
24
24
  columns: import("vue").ComputedRef<any>;
@@ -36,7 +36,7 @@ export declare const ZvTextTableBasic: import("../../commons/utils/typescript").
36
36
  handleMouseOutRow: import("lodash").DebouncedFunc<(row: any, rowIndex: any) => void>;
37
37
  handleClickItem: import("lodash").DebouncedFunc<(trData: any, tdData: any, trIndex: number, tdIndex: number) => void>;
38
38
  readonly RecycleScroller: any;
39
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  basicOption: {
41
41
  type: ObjectConstructor;
42
42
  required: true;
@@ -53,10 +53,10 @@ export declare const ZvTextTableBasic: import("../../commons/utils/typescript").
53
53
  type: StringConstructor;
54
54
  required: true;
55
55
  };
56
- }>> & {
56
+ }>> & Readonly<{
57
57
  "onOn-click-item"?: (...args: any[]) => any;
58
58
  "onOn-click-row"?: (...args: any[]) => any;
59
59
  "onOn-mouseenter-row"?: (...args: any[]) => any;
60
60
  "onOn-mouseout-row"?: (...args: any[]) => any;
61
- }, {}, {}>> & Record<string, any>;
61
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
62
62
  export default ZvTextTableBasic;
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -15,10 +15,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  emit: (event: "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
20
- key: import("vue").Ref<string>;
21
- data: import("vue").Ref<any[]>;
20
+ key: import("vue").Ref<string, string>;
21
+ data: import("vue").Ref<any[], any[]>;
22
22
  props: any;
23
23
  patchColumns: () => void;
24
24
  columns: import("vue").ComputedRef<any>;
@@ -36,7 +36,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
36
36
  handleMouseOutRow: import("lodash").DebouncedFunc<(row: any, rowIndex: any) => void>;
37
37
  handleClickItem: import("lodash").DebouncedFunc<(trData: any, tdData: any, trIndex: number, tdIndex: number) => void>;
38
38
  readonly RecycleScroller: any;
39
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  basicOption: {
41
41
  type: ObjectConstructor;
42
42
  required: true;
@@ -53,10 +53,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
53
53
  type: StringConstructor;
54
54
  required: true;
55
55
  };
56
- }>> & {
56
+ }>> & Readonly<{
57
57
  "onOn-click-item"?: (...args: any[]) => any;
58
58
  "onOn-click-row"?: (...args: any[]) => any;
59
59
  "onOn-mouseenter-row"?: (...args: any[]) => any;
60
60
  "onOn-mouseout-row"?: (...args: any[]) => any;
61
- }, {}, {}>;
61
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
62
  export default _sfc_main;
@@ -182,12 +182,13 @@ import "../chart/src/scatter/basic/index.mjs";
182
182
  import "../chart/src/scatter/basic2/index.mjs";
183
183
  import "../chart/src/scatter/bubble/index.mjs";
184
184
  import "../chart/src/scatter/ripples/index.mjs";
185
+ import "../commons/custom-component-render/index.mjs";
185
186
  /* empty css */
186
187
  /* empty css */
187
188
  import { SHJDatasourceV2 as U } from "../../plugins/datasource/index.mjs";
188
189
  import { SHJParseEvent as l } from "../../plugins/event/index.mjs";
189
190
  import "vue-virtual-scroller/dist/vue-virtual-scroller.css";
190
- const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ name: "zv-text-table-basic" }), zr = /* @__PURE__ */ W({
191
+ const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ name: "zv-text-table-basic" }), Mr = /* @__PURE__ */ W({
191
192
  ...Z,
192
193
  props: {
193
194
  basicOption: {},
@@ -361,5 +362,5 @@ const X = ["onClick", "onMouseenter", "onMouseout"], Y = ["onClick"], Z = W({ na
361
362
  }
362
363
  });
363
364
  export {
364
- zr as default
365
+ Mr as default
365
366
  };
@@ -1,4 +1,4 @@
1
- export declare const ZvTextTableScroll: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextTableScroll: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -15,12 +15,12 @@ export declare const ZvTextTableScroll: import("../../commons/utils/typescript")
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  emit: (event: "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
20
- key: import("vue").Ref<string>;
21
- data: import("vue").Ref<any[]>;
20
+ key: import("vue").Ref<string, string>;
21
+ data: import("vue").Ref<any[], any[]>;
22
22
  props: any;
23
- scroll: import("vue").Ref<boolean>;
23
+ scroll: import("vue").Ref<boolean, boolean>;
24
24
  init: () => void;
25
25
  getTds: (item: any) => any[];
26
26
  getCurrentColumnFontAuto: (index: any) => any;
@@ -31,8 +31,8 @@ export declare const ZvTextTableScroll: import("../../commons/utils/typescript")
31
31
  handleMouseenterRow: (row: any, rowIndex: any) => void;
32
32
  handleMouseOutRow: (row: any, rowIndex: any) => void;
33
33
  handleClickItem: (trData: any, tdData: any, trIndex: number, tdIndex: number) => void;
34
- readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}>;
35
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
36
  basicOption: {
37
37
  type: ObjectConstructor;
38
38
  required: true;
@@ -49,10 +49,10 @@ export declare const ZvTextTableScroll: import("../../commons/utils/typescript")
49
49
  type: StringConstructor;
50
50
  required: true;
51
51
  };
52
- }>> & {
52
+ }>> & Readonly<{
53
53
  "onOn-click-item"?: (...args: any[]) => any;
54
54
  "onOn-click-row"?: (...args: any[]) => any;
55
55
  "onOn-mouseenter-row"?: (...args: any[]) => any;
56
56
  "onOn-mouseout-row"?: (...args: any[]) => any;
57
- }, {}, {}>> & Record<string, any>;
57
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
58
58
  export default ZvTextTableScroll;
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: ObjectConstructor;
4
4
  required: true;
@@ -15,12 +15,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  emit: (event: "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
20
- key: import("vue").Ref<string>;
21
- data: import("vue").Ref<any[]>;
20
+ key: import("vue").Ref<string, string>;
21
+ data: import("vue").Ref<any[], any[]>;
22
22
  props: any;
23
- scroll: import("vue").Ref<boolean>;
23
+ scroll: import("vue").Ref<boolean, boolean>;
24
24
  init: () => void;
25
25
  getTds: (item: any) => any[];
26
26
  getCurrentColumnFontAuto: (index: any) => any;
@@ -31,8 +31,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
31
31
  handleMouseenterRow: (row: any, rowIndex: any) => void;
32
32
  handleMouseOutRow: (row: any, rowIndex: any) => void;
33
33
  handleClickItem: (trData: any, tdData: any, trIndex: number, tdIndex: number) => void;
34
- readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}>;
35
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-item" | "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
36
36
  basicOption: {
37
37
  type: ObjectConstructor;
38
38
  required: true;
@@ -49,10 +49,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
49
49
  type: StringConstructor;
50
50
  required: true;
51
51
  };
52
- }>> & {
52
+ }>> & Readonly<{
53
53
  "onOn-click-item"?: (...args: any[]) => any;
54
54
  "onOn-click-row"?: (...args: any[]) => any;
55
55
  "onOn-mouseenter-row"?: (...args: any[]) => any;
56
56
  "onOn-mouseout-row"?: (...args: any[]) => any;
57
- }, {}, {}>;
57
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
58
58
  export default _sfc_main;
@@ -182,11 +182,12 @@ import "../chart/src/scatter/basic/index.mjs";
182
182
  import "../chart/src/scatter/basic2/index.mjs";
183
183
  import "../chart/src/scatter/bubble/index.mjs";
184
184
  import "../chart/src/scatter/ripples/index.mjs";
185
+ import "../commons/custom-component-render/index.mjs";
185
186
  /* empty css */
186
187
  /* empty css */
187
188
  import { SHJDatasourceV2 as G } from "../../plugins/datasource/index.mjs";
188
189
  import { SHJParseEvent as u } from "../../plugins/event/index.mjs";
189
- const K = ["onClick", "onMouseenter", "onMouseout"], Q = ["onClick"], X = { key: 1 }, Y = M({ name: "zv-text-table-scroll" }), Sr = /* @__PURE__ */ M({
190
+ const K = ["onClick", "onMouseenter", "onMouseout"], Q = ["onClick"], X = { key: 1 }, Y = M({ name: "zv-text-table-scroll" }), Vr = /* @__PURE__ */ M({
190
191
  ...Y,
191
192
  props: {
192
193
  basicOption: {},
@@ -351,5 +352,5 @@ const K = ["onClick", "onMouseenter", "onMouseout"], Q = ["onClick"], X = { key:
351
352
  }
352
353
  });
353
354
  export {
354
- Sr as default
355
+ Vr as default
355
356
  };
@@ -1,17 +1,17 @@
1
- export declare const ZvTextTextBasic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextTextBasic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
5
5
  };
6
- }, {
6
+ }>, {
7
7
  useTitleBasic: () => {
8
8
  rendererDomStyle: (css: any) => any;
9
9
  };
10
10
  rendererDomStyle: (css: any) => any;
11
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  basicOption: {
13
13
  type: any;
14
14
  required: true;
15
15
  };
16
- }>>, {}, {}>> & Record<string, any>;
16
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
17
17
  export default ZvTextTextBasic;
@@ -1,17 +1,17 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
5
5
  };
6
- }, {
6
+ }>, {
7
7
  useTitleBasic: () => {
8
8
  rendererDomStyle: (css: any) => any;
9
9
  };
10
10
  rendererDomStyle: (css: any) => any;
11
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
12
  basicOption: {
13
13
  type: any;
14
14
  required: true;
15
15
  };
16
- }>>, {}, {}>;
16
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  export default _sfc_main;
@@ -1,4 +1,4 @@
1
- export declare const ZvTextTextDynamic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextTextDynamic: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
@@ -15,17 +15,17 @@ export declare const ZvTextTextDynamic: import("../../commons/utils/typescript")
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  props: any;
20
20
  useTextDynamic: () => {
21
21
  rendererDomStyle: (css: any) => any;
22
22
  init: () => void;
23
- value: import("vue").Ref<string>;
23
+ value: import("vue").Ref<string, string>;
24
24
  };
25
25
  rendererDomStyle: (css: any) => any;
26
26
  init: () => void;
27
- value: import("vue").Ref<string>;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ value: import("vue").Ref<string, string>;
28
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  basicOption: {
30
30
  type: any;
31
31
  required: true;
@@ -42,5 +42,5 @@ export declare const ZvTextTextDynamic: import("../../commons/utils/typescript")
42
42
  type: StringConstructor;
43
43
  required: true;
44
44
  };
45
- }>>, {}, {}>> & Record<string, any>;
45
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
46
46
  export default ZvTextTextDynamic;
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
@@ -15,17 +15,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  props: any;
20
20
  useTextDynamic: () => {
21
21
  rendererDomStyle: (css: any) => any;
22
22
  init: () => void;
23
- value: import("vue").Ref<string>;
23
+ value: import("vue").Ref<string, string>;
24
24
  };
25
25
  rendererDomStyle: (css: any) => any;
26
26
  init: () => void;
27
- value: import("vue").Ref<string>;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ value: import("vue").Ref<string, string>;
28
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
29
  basicOption: {
30
30
  type: any;
31
31
  required: true;
@@ -42,5 +42,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
42
42
  type: StringConstructor;
43
43
  required: true;
44
44
  };
45
- }>>, {}, {}>;
45
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
46
  export default _sfc_main;
@@ -180,12 +180,13 @@ import "../chart/src/scatter/basic/index.mjs";
180
180
  import "../chart/src/scatter/basic2/index.mjs";
181
181
  import "../chart/src/scatter/bubble/index.mjs";
182
182
  import "../chart/src/scatter/ripples/index.mjs";
183
+ import "../commons/custom-component-render/index.mjs";
183
184
  /* empty css */
184
185
  /* empty css */
185
186
  import { SHJDatasourceV2 as k } from "../../plugins/datasource/index.mjs";
186
187
  import { SHJParseEvent as c } from "../../plugins/event/index.mjs";
187
188
  import { autoInstallFont as C, jsonToCssStyle as j } from "../../commons/utils/json2css.mjs";
188
- const z = ["ztitle"], T = d({ name: "zv-text-text-dynamic" }), ii = /* @__PURE__ */ d({
189
+ const z = ["ztitle"], T = d({ name: "zv-text-text-dynamic" }), pi = /* @__PURE__ */ d({
189
190
  ...T,
190
191
  props: {
191
192
  basicOption: {},
@@ -237,5 +238,5 @@ const z = ["ztitle"], T = d({ name: "zv-text-text-dynamic" }), ii = /* @__PURE__
237
238
  }
238
239
  });
239
240
  export {
240
- ii as default
241
+ pi as default
241
242
  };
@@ -1,4 +1,4 @@
1
- export declare const ZvTextTitle: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextTitle: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
@@ -7,12 +7,12 @@ export declare const ZvTextTitle: import("../../commons/utils/typescript").SFCWi
7
7
  type: ArrayConstructor;
8
8
  required: true;
9
9
  };
10
- }, {
10
+ }>, {
11
11
  useTitleBasic: () => {
12
12
  rendererDomStyle: (css: any) => any;
13
13
  };
14
14
  rendererDomStyle: (css: any) => any;
15
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  basicOption: {
17
17
  type: any;
18
18
  required: true;
@@ -21,5 +21,5 @@ export declare const ZvTextTitle: import("../../commons/utils/typescript").SFCWi
21
21
  type: ArrayConstructor;
22
22
  required: true;
23
23
  };
24
- }>>, {}, {}>> & Record<string, any>;
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
25
25
  export default ZvTextTitle;
@@ -1,4 +1,4 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  basicOption: {
3
3
  type: any;
4
4
  required: true;
@@ -7,12 +7,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
7
7
  type: ArrayConstructor;
8
8
  required: true;
9
9
  };
10
- }, {
10
+ }>, {
11
11
  useTitleBasic: () => {
12
12
  rendererDomStyle: (css: any) => any;
13
13
  };
14
14
  rendererDomStyle: (css: any) => any;
15
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  basicOption: {
17
17
  type: any;
18
18
  required: true;
@@ -21,5 +21,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
21
21
  type: ArrayConstructor;
22
22
  required: true;
23
23
  };
24
- }>>, {}, {}>;
24
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
25
  export default _sfc_main;
package/es/index.mjs CHANGED
@@ -12,7 +12,7 @@ import { ZvChartOtherGaugeStage as O } from "./components/chart-other-gauge-stag
12
12
  import { ZvChartOtherGaugeGrade as L } from "./components/chart-other-gauge-grade/index.mjs";
13
13
  import { ZvChartOtherWordCloud as g } from "./components/chart-other-word-cloud/index.mjs";
14
14
  import { ZvChartOtherLiquidfill as P } from "./components/chart-other-liquidfill/index.mjs";
15
- import { ZvChartOtherFunnel as G } from "./components/chart-other-funnel/index.mjs";
15
+ import { ZvChartOtherFunnel as R } from "./components/chart-other-funnel/index.mjs";
16
16
  import { ZvChartOtherForce as k } from "./components/chart-other-force/index.mjs";
17
17
  import { ZvChartOtherRadar as y } from "./components/chart-other-radar/index.mjs";
18
18
  import { ZvChartOtherFunnelSplit as F } from "./components/chart-other-funnel-split/index.mjs";
@@ -39,7 +39,7 @@ import { ZvChartOtherParallelMul as Or } from "./components/chart-other-parallel
39
39
  import { ZvChartOtherCircularGraph as Lr } from "./components/chart-other-circular-graph/index.mjs";
40
40
  import { ZvMapEarthBasic as gr } from "./components/map-earth-basic/index.mjs";
41
41
  import { ZvMapEarthCoolTech as Pr } from "./components/map-earth-cool-tech/index.mjs";
42
- import { ZvMapEarthParticle as Gr } from "./components/map-earth-particle/index.mjs";
42
+ import { ZvMapEarthParticle as Rr } from "./components/map-earth-particle/index.mjs";
43
43
  import { ZvMapEarthHacker as kr } from "./components/map-earth-hacker/index.mjs";
44
44
  import { ZvMapEarthFlyLine as yr } from "./components/map-earth-fly-line/index.mjs";
45
45
  import { ZvChartOtherGridPercentage as Fr } from "./components/chart-other-grid-percentage/index.mjs";
@@ -66,7 +66,7 @@ import { ZvInteractionTabs2 as Mo } from "./components/interaction-tabs2/index.m
66
66
  import { ZvInteractionButton as To } from "./components/interaction-button/index.mjs";
67
67
  import { ZvInteractionButtonImage as Io } from "./components/interaction-button-image/index.mjs";
68
68
  import { ZvInteractionSelect as bo } from "./components/interaction-select/index.mjs";
69
- import { ZvInteractionInput as Ro } from "./components/interaction-input/index.mjs";
69
+ import { ZvInteractionInput as Go } from "./components/interaction-input/index.mjs";
70
70
  import { ZvInteractionRadio as Do } from "./components/interaction-radio/index.mjs";
71
71
  import { ZvInteractionSlider as Ao } from "./components/interaction-slider/index.mjs";
72
72
  import { ZvInteractionSwitch as Ho } from "./components/interaction-switch/index.mjs";
@@ -93,7 +93,7 @@ import { ZvCommonsEcharts as Mt } from "./components/commons-echarts/index.mjs";
93
93
  import { ZvTextOverNumber as Tt } from "./components/text-over-number/index.mjs";
94
94
  import { ZvTextTableScroll as It } from "./components/text-table-scroll/index.mjs";
95
95
  import { ZvTextCarousel as bt } from "./components/text-carousel/index.mjs";
96
- import { ZvTextRowScroll as Rt } from "./components/text-row-scroll/index.mjs";
96
+ import { ZvTextRowScroll as Gt } from "./components/text-row-scroll/index.mjs";
97
97
  import { ZvTextTextDynamic as Dt } from "./components/text-text-dynamic/index.mjs";
98
98
  import { ZvTextCountDown as At } from "./components/text-count-down/index.mjs";
99
99
  import { ZvGraphicalCircle as Ht } from "./components/graphical-circle/index.mjs";
@@ -120,7 +120,7 @@ import { ShjDatePickerRange as Me } from "./components/interaction/date-picker/s
120
120
  import { ShjTextList as Te } from "./components/text/list/index.mjs";
121
121
  import { ZvChartBarBasic as Ie } from "./components/chart/src/bar/basic/index.mjs";
122
122
  import { ZvChartBarAnimation as be } from "./components/chart/src/bar/animation/index.mjs";
123
- import { ZvChartBarContrast as Re } from "./components/chart/src/bar/contrast/index.mjs";
123
+ import { ZvChartBarContrast as Ge } from "./components/chart/src/bar/contrast/index.mjs";
124
124
  import { ZvChartBarContrast2 as De } from "./components/chart/src/bar/contrast2/index.mjs";
125
125
  import { ZvChartBarContrast3 as Ae } from "./components/chart/src/bar/contrast3/index.mjs";
126
126
  import { ZvChartBarGradientColumnChart as He } from "./components/chart/src/bar/gradient-column-chart/index.mjs";
@@ -147,7 +147,7 @@ import { ZvChartBarWaterfall as Ma } from "./components/chart/src/bar/waterfall/
147
147
  import { ZvChartBarZebra as Ta } from "./components/chart/src/bar/zebra/index.mjs";
148
148
  import { ZvChartLineAreaGardient as Ia } from "./components/chart/src/line/area-gradient/index.mjs";
149
149
  import { ZvChartLineAreaHighlight as ba } from "./components/chart/src/line/area-highlight/index.mjs";
150
- import { ZvChartLineAreaHighlight2 as Ra } from "./components/chart/src/line/area-highlight2/index.mjs";
150
+ import { ZvChartLineAreaHighlight2 as Ga } from "./components/chart/src/line/area-highlight2/index.mjs";
151
151
  import { ZvChartLineBasic as Da } from "./components/chart/src/line/basic/index.mjs";
152
152
  import { ZvChartLineBump as Aa } from "./components/chart/src/line/bump/index.mjs";
153
153
  import { ZvChartLineDashed as Ha } from "./components/chart/src/line/dashed/index.mjs";
@@ -174,7 +174,7 @@ import { ZvChartPie3d as Mm } from "./components/chart/src/pie/3d/index.mjs";
174
174
  import { ZvChartPieBasic as Tm } from "./components/chart/src/pie/basic/index.mjs";
175
175
  import { ZvChartPieBasic2 as Im } from "./components/chart/src/pie/basic2/index.mjs";
176
176
  import { ZvChartPieCustomized as bm } from "./components/chart/src/pie/customized/index.mjs";
177
- import { ZvChartPieIndex as Rm } from "./components/chart/src/pie/index/index.mjs";
177
+ import { ZvChartPieIndex as Gm } from "./components/chart/src/pie/index/index.mjs";
178
178
  import { ZvChartPieInterval as Dm } from "./components/chart/src/pie/interval/index.mjs";
179
179
  import { ZvChartPieLegendScroll as Am } from "./components/chart/src/pie/legend-scroll/index.mjs";
180
180
  import { ZvChartPieRadius as Hm } from "./components/chart/src/pie/radius/index.mjs";
@@ -185,9 +185,10 @@ import { ZvChartScatterBasic as Jm } from "./components/chart/src/scatter/basic/
185
185
  import { ZvChartScatterBasic2 as qm } from "./components/chart/src/scatter/basic2/index.mjs";
186
186
  import { ZvChartScatterBubble as $m } from "./components/chart/src/scatter/bubble/index.mjs";
187
187
  import { ZvChartScatterRipples as Xm } from "./components/chart/src/scatter/ripples/index.mjs";
188
- import { DataSourceUtils as _m } from "./plugins/datasource/utils/utils.mjs";
189
- import { wsManager as op } from "./plugins/datasource/utils/wsManager.mjs";
190
- import { EventUtils as ep } from "./plugins/event/utils/utils.mjs";
188
+ import { ShjCustomComponentRender as _m } from "./components/commons/custom-component-render/index.mjs";
189
+ import { DataSourceUtils as op } from "./plugins/datasource/utils/utils.mjs";
190
+ import { wsManager as ep } from "./plugins/datasource/utils/wsManager.mjs";
191
+ import { EventUtils as mp } from "./plugins/event/utils/utils.mjs";
191
192
  const m = {
192
193
  install: (o) => {
193
194
  for (const t in r)
@@ -196,10 +197,11 @@ const m = {
196
197
  };
197
198
  export {
198
199
  i as ComponentRefs,
199
- _m as DataSourceUtils,
200
- ep as EventUtils,
200
+ op as DataSourceUtils,
201
+ mp as EventUtils,
201
202
  f as SHJDatasourceV2,
202
203
  v as SHJParseEvent,
204
+ _m as ShjCustomComponentRender,
203
205
  Se as ShjDatePicker,
204
206
  Me as ShjDatePickerRange,
205
207
  de as ShjInteractionButton,
@@ -208,7 +210,7 @@ export {
208
210
  Te as ShjTextList,
209
211
  be as ZvChartBarAnimation,
210
212
  Ie as ZvChartBarBasic,
211
- Re as ZvChartBarContrast,
213
+ Ge as ZvChartBarContrast,
212
214
  De as ZvChartBarContrast2,
213
215
  Ae as ZvChartBarContrast3,
214
216
  He as ZvChartBarGradientColumnChart,
@@ -235,7 +237,7 @@ export {
235
237
  Ta as ZvChartBarZebra,
236
238
  Ia as ZvChartLineAreaGardient,
237
239
  ba as ZvChartLineAreaHighlight,
238
- Ra as ZvChartLineAreaHighlight2,
240
+ Ga as ZvChartLineAreaHighlight2,
239
241
  Da as ZvChartLineBasic,
240
242
  Aa as ZvChartLineBump,
241
243
  Ha as ZvChartLineDashed,
@@ -264,7 +266,7 @@ export {
264
266
  Lr as ZvChartOtherCircularGraph,
265
267
  k as ZvChartOtherForce,
266
268
  Q as ZvChartOtherForce2,
267
- G as ZvChartOtherFunnel,
269
+ R as ZvChartOtherFunnel,
268
270
  jr as ZvChartOtherFunnel2,
269
271
  E as ZvChartOtherFunnelContrast,
270
272
  F as ZvChartOtherFunnelSplit,
@@ -299,7 +301,7 @@ export {
299
301
  Tm as ZvChartPieBasic,
300
302
  Im as ZvChartPieBasic2,
301
303
  bm as ZvChartPieCustomized,
302
- Rm as ZvChartPieIndex,
304
+ Gm as ZvChartPieIndex,
303
305
  Dm as ZvChartPieInterval,
304
306
  Am as ZvChartPieLegendScroll,
305
307
  Hm as ZvChartPieRadius,
@@ -334,7 +336,7 @@ export {
334
336
  Io as ZvInteractionButtonImage,
335
337
  wo as ZvInteractionButtonRefresh,
336
338
  Vo as ZvInteractionDataPicker,
337
- Ro as ZvInteractionInput,
339
+ Go as ZvInteractionInput,
338
340
  Do as ZvInteractionRadio,
339
341
  bo as ZvInteractionSelect,
340
342
  Ao as ZvInteractionSlider,
@@ -345,7 +347,7 @@ export {
345
347
  Pr as ZvMapEarthCoolTech,
346
348
  yr as ZvMapEarthFlyLine,
347
349
  kr as ZvMapEarthHacker,
348
- Gr as ZvMapEarthParticle,
350
+ Rr as ZvMapEarthParticle,
349
351
  Xo as ZvMediaAudio,
350
352
  nt as ZvMediaAudioDynamic,
351
353
  ot as ZvMediaCarousel,
@@ -374,7 +376,7 @@ export {
374
376
  At as ZvTextCountDown,
375
377
  Tt as ZvTextOverNumber,
376
378
  _o as ZvTextRealTime,
377
- Rt as ZvTextRowScroll,
379
+ Gt as ZvTextRowScroll,
378
380
  u as ZvTextTableBasic,
379
381
  It as ZvTextTableScroll,
380
382
  s as ZvTextTextBasic,
@@ -382,5 +384,5 @@ export {
382
384
  Jo as ZvTextTitle,
383
385
  m as default,
384
386
  C as getNextElement,
385
- op as wsManager
387
+ ep as wsManager
386
388
  };