@shjjs/visual-ui 1.0.37 → 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 (490) 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.vue.mjs +2 -2
  270. package/es/components/commons-loop-iterator/index.vue2.mjs +3 -2
  271. package/es/components/commons-product-model/index.vue.mjs +2 -2
  272. package/es/components/commons-product-model/index.vue2.mjs +3 -2
  273. package/es/components/commons-qrcode/index.vue.d.ts +5 -5
  274. package/es/components/commons-svg/index.d.ts +4 -4
  275. package/es/components/commons-svg/index.vue.d.ts +4 -4
  276. package/es/components/commons-three-loader/index.vue.mjs +2 -2
  277. package/es/components/commons-three-loader/index.vue2.mjs +33 -32
  278. package/es/components/commons-three-loader3/index.d.ts +6 -6
  279. package/es/components/commons-three-loader3/index.vue.d.ts +6 -6
  280. package/es/components/commons-three-loader3/index.vue.mjs +2 -2
  281. package/es/components/commons-three-loader3/index.vue2.mjs +3 -2
  282. package/es/components/commons-weather/index.vue.d.ts +63 -7
  283. package/es/components/commons-weather/index.vue.mjs +1 -1
  284. package/es/components/commons-weather/index.vue2.mjs +3 -2
  285. package/es/components/commons-weather-dynamic/index.vue.d.ts +63 -7
  286. package/es/components/commons-weather-dynamic/index.vue.mjs +1 -1
  287. package/es/components/commons-weather-dynamic/index.vue2.mjs +3 -2
  288. package/es/components/graphical-circle/index.d.ts +3 -3
  289. package/es/components/graphical-circle/index.vue.d.ts +3 -3
  290. package/es/components/graphical-diamond/index.d.ts +3 -3
  291. package/es/components/graphical-diamond/index.vue.d.ts +3 -3
  292. package/es/components/graphical-hexagon/index.d.ts +3 -3
  293. package/es/components/graphical-hexagon/index.vue.d.ts +3 -3
  294. package/es/components/graphical-isosceles-triangle/index.d.ts +3 -3
  295. package/es/components/graphical-isosceles-triangle/index.vue.d.ts +3 -3
  296. package/es/components/graphical-pentagon/index.d.ts +3 -3
  297. package/es/components/graphical-pentagon/index.vue.d.ts +3 -3
  298. package/es/components/graphical-rect/index.d.ts +3 -3
  299. package/es/components/graphical-rect/index.vue.d.ts +3 -3
  300. package/es/components/graphical-right-triangle/index.d.ts +3 -3
  301. package/es/components/graphical-right-triangle/index.vue.d.ts +3 -3
  302. package/es/components/index.d.ts +1 -0
  303. package/es/components/index.mjs +24 -22
  304. package/es/components/interaction/button/index.d.ts +6 -6
  305. package/es/components/interaction/button/index.vue.d.ts +6 -6
  306. package/es/components/interaction/button/index.vue2.mjs +3 -2
  307. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.d.ts +15 -40
  308. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
  309. package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +129 -118
  310. package/es/components/interaction/date-picker/components/common-date-picker/types.d.ts +4 -0
  311. package/es/components/interaction/date-picker/src/date-picker/index.d.ts +20 -45
  312. package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +20 -45
  313. package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +20 -45
  314. package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +20 -45
  315. package/es/components/interaction/tabs/index.d.ts +74 -0
  316. package/es/components/interaction/tabs/index.vue.d.ts +75 -0
  317. package/es/components/interaction/tabs/index.vue.mjs +3 -2
  318. package/es/components/interaction/tabs-icon/index.d.ts +74 -0
  319. package/es/components/interaction/tabs-icon/index.vue.d.ts +75 -0
  320. package/es/components/interaction/tabs-icon/index.vue.mjs +3 -2
  321. package/es/components/interaction-button/index.d.ts +6 -6
  322. package/es/components/interaction-button/index.vue.d.ts +6 -6
  323. package/es/components/interaction-button-image/index.d.ts +8 -8
  324. package/es/components/interaction-button-image/index.vue.d.ts +8 -8
  325. package/es/components/interaction-button-refresh/index.d.ts +8 -8
  326. package/es/components/interaction-button-refresh/index.vue.d.ts +8 -8
  327. package/es/components/interaction-data-picker/index.d.ts +6 -6
  328. package/es/components/interaction-data-picker/index.vue.d.ts +6 -6
  329. package/es/components/interaction-data-picker/index.vue.mjs +2 -2
  330. package/es/components/interaction-data-picker/index.vue2.mjs +100 -100
  331. package/es/components/interaction-input/index.d.ts +11 -11
  332. package/es/components/interaction-input/index.vue.d.ts +11 -11
  333. package/es/components/interaction-input/index.vue2.mjs +3 -2
  334. package/es/components/interaction-radio/index.d.ts +4 -4
  335. package/es/components/interaction-radio/index.vue.d.ts +4 -4
  336. package/es/components/interaction-select/index.d.ts +20 -12
  337. package/es/components/interaction-select/index.vue.d.ts +20 -12
  338. package/es/components/interaction-select/index.vue.mjs +1 -1
  339. package/es/components/interaction-select/index.vue2.mjs +3 -2
  340. package/es/components/interaction-slider/index.d.ts +6 -6
  341. package/es/components/interaction-slider/index.vue.d.ts +6 -6
  342. package/es/components/interaction-slider/index.vue.mjs +2 -2
  343. package/es/components/interaction-slider/index.vue2.mjs +26 -25
  344. package/es/components/interaction-switch/index.d.ts +6 -6
  345. package/es/components/interaction-switch/index.vue.d.ts +6 -6
  346. package/es/components/interaction-switch/index.vue.mjs +2 -2
  347. package/es/components/interaction-switch/index.vue2.mjs +31 -30
  348. package/es/components/interaction-tabs/index.d.ts +8 -8
  349. package/es/components/interaction-tabs/index.vue.d.ts +8 -8
  350. package/es/components/interaction-tabs/index.vue.mjs +1 -1
  351. package/es/components/interaction-tabs/index.vue2.mjs +3 -2
  352. package/es/components/interaction-tabs2/index.d.ts +8 -8
  353. package/es/components/interaction-tabs2/index.vue.d.ts +8 -8
  354. package/es/components/interaction-tabs2/index.vue.mjs +2 -2
  355. package/es/components/interaction-tabs2/index.vue2.mjs +3 -2
  356. package/es/components/map-earth-basic/index.d.ts +18 -18
  357. package/es/components/map-earth-basic/index.vue.d.ts +18 -18
  358. package/es/components/map-earth-basic/index.vue.mjs +3 -2
  359. package/es/components/map-earth-cool-tech/index.d.ts +18 -18
  360. package/es/components/map-earth-cool-tech/index.vue.d.ts +18 -18
  361. package/es/components/map-earth-cool-tech/index.vue.mjs +3 -2
  362. package/es/components/map-earth-fly-line/index.d.ts +18 -18
  363. package/es/components/map-earth-fly-line/index.vue.d.ts +18 -18
  364. package/es/components/map-earth-fly-line/index.vue.mjs +3 -2
  365. package/es/components/map-earth-hacker/index.d.ts +18 -18
  366. package/es/components/map-earth-hacker/index.vue.d.ts +18 -18
  367. package/es/components/map-earth-hacker/index.vue.mjs +3 -2
  368. package/es/components/map-earth-particle/index.d.ts +18 -18
  369. package/es/components/map-earth-particle/index.vue.d.ts +18 -18
  370. package/es/components/map-earth-particle/index.vue.mjs +3 -2
  371. package/es/components/media-audio/index.d.ts +8 -8
  372. package/es/components/media-audio/index.vue.d.ts +8 -8
  373. package/es/components/media-audio/index.vue.mjs +2 -2
  374. package/es/components/media-audio/index.vue2.mjs +31 -30
  375. package/es/components/media-audio-dynamic/index.d.ts +12 -12
  376. package/es/components/media-audio-dynamic/index.vue.d.ts +12 -12
  377. package/es/components/media-audio-dynamic/index.vue.mjs +2 -2
  378. package/es/components/media-audio-dynamic/index.vue2.mjs +36 -35
  379. package/es/components/media-carousel/index.d.ts +5 -5
  380. package/es/components/media-carousel/index.vue.d.ts +5 -5
  381. package/es/components/media-carousel-slides/index.d.ts +5 -5
  382. package/es/components/media-carousel-slides/index.vue.d.ts +5 -5
  383. package/es/components/media-flv/index.d.ts +8 -7
  384. package/es/components/media-flv/index.vue.d.ts +8 -7
  385. package/es/components/media-flv/index.vue.mjs +54 -42
  386. package/es/components/media-iframe/index.d.ts +6 -6
  387. package/es/components/media-iframe/index.vue.d.ts +6 -6
  388. package/es/components/media-iframe/index.vue.mjs +2 -2
  389. package/es/components/media-iframe/index.vue2.mjs +11 -9
  390. package/es/components/media-iframe-carousel/index.d.ts +4 -4
  391. package/es/components/media-iframe-carousel/index.vue.d.ts +4 -4
  392. package/es/components/media-iframe-dynamic/index.d.ts +9 -9
  393. package/es/components/media-iframe-dynamic/index.vue.d.ts +9 -9
  394. package/es/components/media-iframe-dynamic/index.vue.mjs +2 -2
  395. package/es/components/media-iframe-dynamic/index.vue2.mjs +27 -25
  396. package/es/components/media-image/index.d.ts +4 -4
  397. package/es/components/media-image/index.vue.d.ts +4 -4
  398. package/es/components/media-image-dynamic/index.d.ts +6 -6
  399. package/es/components/media-image-dynamic/index.vue.d.ts +6 -6
  400. package/es/components/media-image-dynamic/index.vue.mjs +1 -1
  401. package/es/components/media-image-dynamic/index.vue2.mjs +3 -2
  402. package/es/components/media-m3u8/index.d.ts +7 -7
  403. package/es/components/media-m3u8/index.vue.d.ts +7 -7
  404. package/es/components/media-m3u8/index.vue.mjs +81 -49
  405. package/es/components/media-m3u8-dynamic/index.d.ts +9 -9
  406. package/es/components/media-m3u8-dynamic/index.vue.d.ts +9 -9
  407. package/es/components/media-m3u8-dynamic/index.vue.mjs +94 -62
  408. package/es/components/media-video/index.d.ts +7 -7
  409. package/es/components/media-video/index.vue.d.ts +7 -7
  410. package/es/components/media-video/index.vue.mjs +1 -1
  411. package/es/components/media-video/index.vue2.mjs +3 -2
  412. package/es/components/media-video-dynamic/index.d.ts +10 -10
  413. package/es/components/media-video-dynamic/index.vue.d.ts +10 -10
  414. package/es/components/media-video-dynamic/index.vue.mjs +2 -2
  415. package/es/components/media-video-dynamic/index.vue2.mjs +3 -2
  416. package/es/components/media-wavesurfer/index.d.ts +11 -11
  417. package/es/components/media-wavesurfer/index.vue.d.ts +11 -11
  418. package/es/components/scene-amap2d/index.d.ts +10 -10
  419. package/es/components/scene-amap2d/index.vue.d.ts +10 -10
  420. package/es/components/scene-amap2d/index.vue.mjs +1 -1
  421. package/es/components/scene-amap2d/index.vue2.mjs +120 -119
  422. package/es/components/scene-amap3d/index.d.ts +10 -10
  423. package/es/components/scene-amap3d/index.vue.d.ts +10 -10
  424. package/es/components/scene-amap3d/index.vue.mjs +1 -1
  425. package/es/components/scene-amap3d/index.vue2.mjs +136 -135
  426. package/es/components/scene-default/index.d.ts +4 -4
  427. package/es/components/scene-default/index.vue.d.ts +4 -4
  428. package/es/components/scene-default/index.vue.mjs +2 -2
  429. package/es/components/scene-default/index.vue2.mjs +3 -2
  430. package/es/components/scene-map3d/index.d.ts +12 -12
  431. package/es/components/scene-map3d/index.vue.d.ts +12 -12
  432. package/es/components/scene-map3d/index.vue.mjs +2 -2
  433. package/es/components/scene-map3d/index.vue2.mjs +21 -17
  434. package/es/components/scene-ue-iframe/index.d.ts +5 -5
  435. package/es/components/scene-ue-iframe/index.vue.d.ts +5 -5
  436. package/es/components/scene-ue-iframe/index.vue.mjs +1 -1
  437. package/es/components/scene-ue-iframe/index.vue2.mjs +3 -2
  438. package/es/components/scene-ue-shj/index.d.ts +5 -5
  439. package/es/components/scene-ue-shj/index.vue.d.ts +5 -5
  440. package/es/components/scene-ue-shj/index.vue.mjs +2 -2
  441. package/es/components/scene-ue-shj/index.vue2.mjs +3 -2
  442. package/es/components/scene-unity-iframe/index.d.ts +7 -7
  443. package/es/components/scene-unity-iframe/index.vue.d.ts +7 -7
  444. package/es/components/scene-unity-iframe/index.vue.mjs +2 -2
  445. package/es/components/scene-unity-iframe/index.vue2.mjs +3 -2
  446. package/es/components/scene-unity-webgl/index.d.ts +7 -7
  447. package/es/components/scene-unity-webgl/index.vue.d.ts +7 -7
  448. package/es/components/scene-unity-webgl/index.vue.mjs +2 -2
  449. package/es/components/scene-unity-webgl/index.vue2.mjs +3 -2
  450. package/es/components/scene-vr/index.d.ts +19 -14
  451. package/es/components/scene-vr/index.vue.d.ts +20 -14
  452. package/es/components/scene-vr/index.vue.mjs +1 -1
  453. package/es/components/scene-vr/index.vue2.mjs +220 -219
  454. package/es/components/text/list/index.d.ts +12 -12
  455. package/es/components/text/list/index.vue.d.ts +12 -12
  456. package/es/components/text/list/index.vue.mjs +3 -2
  457. package/es/components/text-carousel/index.d.ts +4 -4
  458. package/es/components/text-carousel/index.vue.d.ts +4 -4
  459. package/es/components/text-count-down/index.vue.d.ts +7 -7
  460. package/es/components/text-count-down/index.vue.mjs +2 -2
  461. package/es/components/text-count-down/index.vue2.mjs +3 -2
  462. package/es/components/text-over-number/index.vue.d.ts +15 -51
  463. package/es/components/text-over-number/index.vue.mjs +2 -2
  464. package/es/components/text-over-number/index.vue2.mjs +3 -2
  465. package/es/components/text-real-time/index.vue.d.ts +7 -7
  466. package/es/components/text-real-time/index.vue2.mjs +3 -2
  467. package/es/components/text-row-scroll/index.d.ts +9 -9
  468. package/es/components/text-row-scroll/index.vue.d.ts +9 -9
  469. package/es/components/text-row-scroll/index.vue.mjs +2 -2
  470. package/es/components/text-row-scroll/index.vue2.mjs +30 -29
  471. package/es/components/text-table-basic/index.d.ts +7 -7
  472. package/es/components/text-table-basic/index.vue.d.ts +7 -7
  473. package/es/components/text-table-basic/index.vue.mjs +3 -3
  474. package/es/components/text-table-basic/index.vue2.mjs +21 -20
  475. package/es/components/text-table-scroll/index.d.ts +9 -9
  476. package/es/components/text-table-scroll/index.vue.d.ts +9 -9
  477. package/es/components/text-table-scroll/index.vue.mjs +1 -1
  478. package/es/components/text-table-scroll/index.vue2.mjs +29 -28
  479. package/es/components/text-text-basic/index.d.ts +4 -4
  480. package/es/components/text-text-basic/index.vue.d.ts +4 -4
  481. package/es/components/text-text-dynamic/index.d.ts +6 -6
  482. package/es/components/text-text-dynamic/index.vue.d.ts +6 -6
  483. package/es/components/text-text-dynamic/index.vue.mjs +2 -2
  484. package/es/components/text-text-dynamic/index.vue2.mjs +3 -2
  485. package/es/components/text-title/index.d.ts +4 -4
  486. package/es/components/text-title/index.vue.d.ts +4 -4
  487. package/es/index.mjs +22 -20
  488. package/es/plugins/datasource/index.mjs +46 -47
  489. package/es/widgets.css +1 -1
  490. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export declare const ShjTextList: import("../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ShjTextList: import("../../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  option: {
3
3
  type: any;
4
4
  required: true;
@@ -15,18 +15,18 @@ export declare const ShjTextList: import("../../../commons/utils/typescript").SF
15
15
  type: StringConstructor;
16
16
  required: true;
17
17
  };
18
- }, {
18
+ }>, {
19
19
  props: any;
20
20
  emits: (event: "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
21
- scroll: import("vue").Ref<boolean>;
22
- listData: import("vue").Ref<any[]>;
21
+ scroll: import("vue").Ref<boolean, boolean>;
22
+ listData: import("vue").Ref<any[], any[]>;
23
23
  initSourceData: () => void;
24
24
  handleClickRow: (row: any, rowIndex: any) => void;
25
25
  handleMouseenterRow: (row: any, rowIndex: any) => void;
26
26
  handleMouseOutRow: (row: any, rowIndex: any) => void;
27
- readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}>;
27
+ readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
28
28
  readonly Utils: typeof import("../../../commons/utils/utils").Utils;
29
- CommonsText: import("vue").DefineComponent<{
29
+ CommonsText: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
30
  textStyle: {
31
31
  type: any;
32
32
  required: true;
@@ -35,10 +35,10 @@ export declare const ShjTextList: import("../../../commons/utils/typescript").SF
35
35
  type: StringConstructor;
36
36
  required: true;
37
37
  };
38
- }, {
38
+ }>, {
39
39
  props: any;
40
40
  readonly Utils: typeof import("../../../commons/utils/utils").Utils;
41
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  textStyle: {
43
43
  type: any;
44
44
  required: true;
@@ -47,8 +47,8 @@ export declare const ShjTextList: import("../../../commons/utils/typescript").SF
47
47
  type: StringConstructor;
48
48
  required: true;
49
49
  };
50
- }>>, {}, {}>;
51
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
52
52
  option: {
53
53
  type: any;
54
54
  required: true;
@@ -65,9 +65,9 @@ export declare const ShjTextList: import("../../../commons/utils/typescript").SF
65
65
  type: StringConstructor;
66
66
  required: true;
67
67
  };
68
- }>> & {
68
+ }>> & Readonly<{
69
69
  "onOn-click-row"?: (...args: any[]) => any;
70
70
  "onOn-mouseenter-row"?: (...args: any[]) => any;
71
71
  "onOn-mouseout-row"?: (...args: any[]) => any;
72
- }, {}, {}>> & Record<string, any>;
72
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
73
73
  export default ShjTextList;
@@ -1,5 +1,5 @@
1
1
  import { Utils } from '../../../commons/utils/utils';
2
- declare const _sfc_main: import("vue").DefineComponent<{
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  option: {
4
4
  type: any;
5
5
  required: true;
@@ -16,18 +16,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  type: StringConstructor;
17
17
  required: true;
18
18
  };
19
- }, {
19
+ }>, {
20
20
  props: any;
21
21
  emits: (event: "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", ...args: any[]) => void;
22
- scroll: import("vue").Ref<boolean>;
23
- listData: import("vue").Ref<any[]>;
22
+ scroll: import("vue").Ref<boolean, boolean>;
23
+ listData: import("vue").Ref<any[], any[]>;
24
24
  initSourceData: () => void;
25
25
  handleClickRow: (row: any, rowIndex: any) => void;
26
26
  handleMouseenterRow: (row: any, rowIndex: any) => void;
27
27
  handleMouseOutRow: (row: any, rowIndex: any) => void;
28
- readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}>;
28
+ readonly Vue3SeamlessScroll: import("vue").DefineComponent<OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, OptionsType, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
29
  readonly Utils: typeof Utils;
30
- CommonsText: import("vue").DefineComponent<{
30
+ CommonsText: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
31
31
  textStyle: {
32
32
  type: any;
33
33
  required: true;
@@ -36,10 +36,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
36
36
  type: StringConstructor;
37
37
  required: true;
38
38
  };
39
- }, {
39
+ }>, {
40
40
  props: any;
41
41
  readonly Utils: typeof Utils;
42
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
43
  textStyle: {
44
44
  type: any;
45
45
  required: true;
@@ -48,8 +48,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
48
48
  type: StringConstructor;
49
49
  required: true;
50
50
  };
51
- }>>, {}, {}>;
52
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
51
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-click-row" | "on-mouseenter-row" | "on-mouseout-row")[], "on-click-row" | "on-mouseenter-row" | "on-mouseout-row", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
53
  option: {
54
54
  type: any;
55
55
  required: true;
@@ -66,9 +66,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
66
66
  type: StringConstructor;
67
67
  required: true;
68
68
  };
69
- }>> & {
69
+ }>> & Readonly<{
70
70
  "onOn-click-row"?: (...args: any[]) => any;
71
71
  "onOn-mouseenter-row"?: (...args: any[]) => any;
72
72
  "onOn-mouseout-row"?: (...args: any[]) => any;
73
- }, {}, {}>;
73
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
74
74
  export default _sfc_main;
@@ -181,6 +181,7 @@ import "../../chart/src/scatter/basic/index.mjs";
181
181
  import "../../chart/src/scatter/basic2/index.mjs";
182
182
  import "../../chart/src/scatter/bubble/index.mjs";
183
183
  import "../../chart/src/scatter/ripples/index.mjs";
184
+ import "../../commons/custom-component-render/index.mjs";
184
185
  /* empty css */
185
186
  /* empty css */
186
187
  import { SHJDatasourceV2 as R } from "../../../plugins/datasource/index.mjs";
@@ -188,7 +189,7 @@ import { SHJParseEvent as d } from "../../../plugins/event/index.mjs";
188
189
  import "lodash";
189
190
  import { Utils as s } from "../../../commons/utils/utils.mjs";
190
191
  import b from "../../../commons/components/text.vue.mjs";
191
- const H = { class: "list-wrap flex flex-direction-column gap-10px margin-top-10px" }, J = ["onClick", "onMouseenter", "onMouseout"], L = ["src"], U = k({ name: "shj-list" }), hr = /* @__PURE__ */ k({
192
+ const H = { class: "list-wrap flex flex-direction-column gap-10px margin-top-10px" }, J = ["onClick", "onMouseenter", "onMouseout"], L = ["src"], U = k({ name: "shj-list" }), fr = /* @__PURE__ */ k({
192
193
  ...U,
193
194
  props: {
194
195
  option: {},
@@ -290,5 +291,5 @@ const H = { class: "list-wrap flex flex-direction-column gap-10px margin-top-10p
290
291
  }
291
292
  });
292
293
  export {
293
- hr as default
294
+ fr as default
294
295
  };
@@ -1,4 +1,4 @@
1
- export declare const ZvTextCarousel: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextCarousel: 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 ZvTextCarousel: import("../../commons/utils/typescript").SF
7
7
  type: ArrayConstructor;
8
8
  required: true;
9
9
  };
10
- }, {
10
+ }>, {
11
11
  useTextCarousel: () => {
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 ZvTextCarousel: import("../../commons/utils/typescript").SF
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 ZvTextCarousel;
@@ -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
  useTextCarousel: () => {
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;
@@ -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
  emit: (event: "on-end" | "on-start", ...args: any[]) => void;
12
12
  requestAnimationFrame: ((callback: FrameRequestCallback) => number) & typeof requestAnimationFrame;
13
13
  props: any;
14
- futureTime: import("vue").Ref<number>;
15
- restTime: import("vue").Ref<number>;
14
+ futureTime: import("vue").Ref<number, number>;
15
+ restTime: import("vue").Ref<number, number>;
16
16
  showType: import("vue").ComputedRef<{
17
17
  showMillisecond: any;
18
18
  showYear: any;
@@ -27,7 +27,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
27
27
  CountDown: () => void;
28
28
  startCountDown: () => void;
29
29
  rendererDomStyle: (css: any) => any;
30
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-end" | "on-start")[], "on-end" | "on-start", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-end" | "on-start")[], "on-end" | "on-start", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  basicOption: {
32
32
  type: any;
33
33
  required: true;
@@ -36,8 +36,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
36
36
  type: ArrayConstructor;
37
37
  required: true;
38
38
  };
39
- }>> & {
39
+ }>> & Readonly<{
40
40
  "onOn-end"?: (...args: any[]) => any;
41
41
  "onOn-start"?: (...args: any[]) => any;
42
- }, {}, {}>;
42
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
43
  export default _sfc_main;
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-40163b25"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ef5b2e78"]]);
5
5
  export {
6
- p as default
6
+ f as default
7
7
  };
@@ -179,6 +179,7 @@ import "../chart/src/scatter/basic/index.mjs";
179
179
  import "../chart/src/scatter/basic2/index.mjs";
180
180
  import "../chart/src/scatter/bubble/index.mjs";
181
181
  import "../chart/src/scatter/ripples/index.mjs";
182
+ import "../commons/custom-component-render/index.mjs";
182
183
  /* empty css */
183
184
  /* empty css */
184
185
  import "lodash";
@@ -186,7 +187,7 @@ import "../../plugins/datasource/utils/request.mjs";
186
187
  import "../../plugins/datasource/utils/wsManager.mjs";
187
188
  import { SHJParseEvent as T } from "../../plugins/event/index.mjs";
188
189
  import { autoInstallFont as A, jsonToCssStyle as j } from "../../commons/utils/json2css.mjs";
189
- const _ = ["ztitle"], $ = ["ztitle"], N = ["ztitle"], q = H({ name: "zv-text-count-down" }), fr = /* @__PURE__ */ H({
190
+ const _ = ["ztitle"], $ = ["ztitle"], N = ["ztitle"], q = H({ name: "zv-text-count-down" }), dr = /* @__PURE__ */ H({
190
191
  ...q,
191
192
  props: {
192
193
  basicOption: {},
@@ -279,5 +280,5 @@ const _ = ["ztitle"], $ = ["ztitle"], N = ["ztitle"], q = H({ name: "zv-text-cou
279
280
  }
280
281
  });
281
282
  export {
282
- fr as default
283
+ dr as default
283
284
  };
@@ -1,5 +1,5 @@
1
1
  import type { CountUpOptions } from 'vue-countup-v3';
2
- declare const _sfc_main: import("vue").DefineComponent<{
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  basicOption: {
4
4
  type: any;
5
5
  required: true;
@@ -16,25 +16,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  type: StringConstructor;
17
17
  required: true;
18
18
  };
19
- }, {
19
+ }>, {
20
20
  props: any;
21
- beforeValue: import("vue").Ref<any>;
21
+ beforeValue: import("vue").Ref<any, any>;
22
22
  useOverNumber: (basicOption: any) => {
23
- key: import("vue").Ref<string>;
23
+ key: import("vue").Ref<string, string>;
24
24
  init: () => void;
25
- options: import("vue").Ref<CountUpOptions>;
26
- endValue: import("vue").Ref<number>;
25
+ options: import("vue").Ref<CountUpOptions, CountUpOptions>;
26
+ endValue: import("vue").Ref<number, number>;
27
27
  onFinished: () => void;
28
28
  rendererDomStyle: (css: any) => any;
29
29
  };
30
- key: import("vue").Ref<string>;
30
+ key: import("vue").Ref<string, string>;
31
31
  init: () => void;
32
- options: import("vue").Ref<CountUpOptions>;
33
- endValue: import("vue").Ref<number>;
32
+ options: import("vue").Ref<CountUpOptions, CountUpOptions>;
33
+ endValue: import("vue").Ref<number, number>;
34
34
  onFinished: () => void;
35
35
  rendererDomStyle: (css: any) => any;
36
36
  readonly CountUp: {
37
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
37
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
38
38
  delay: {
39
39
  type: import("vue").PropType<number>;
40
40
  default: number;
@@ -76,43 +76,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
76
76
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
77
  init: (countup: import("countup.js").CountUp) => void;
78
78
  finished: () => void;
79
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
80
- delay: {
81
- type: import("vue").PropType<number>;
82
- default: number;
83
- };
84
- options: {
85
- type: import("vue").PropType<CountUpOptions>;
86
- default: undefined;
87
- };
88
- duration: {
89
- type: import("vue").PropType<string | number>;
90
- default: number;
91
- };
92
- autoplay: {
93
- type: import("vue").PropType<boolean>;
94
- default: boolean;
95
- };
96
- loop: {
97
- type: import("vue").PropType<number | boolean>;
98
- default: boolean;
99
- };
100
- endVal: {
101
- type: import("vue").PropType<string | number>;
102
- required: true;
103
- };
104
- startVal: {
105
- type: import("vue").PropType<string | number>;
106
- default: number;
107
- };
108
- decimalPlaces: {
109
- type: import("vue").PropType<number>;
110
- default: number;
111
- };
112
- }>> & {
113
- onInit?: (countup: import("countup.js").CountUp) => any;
114
- onFinished?: () => any;
115
- }, {
79
+ }, import("vue").PublicProps, {
116
80
  startVal: string | number;
117
81
  duration: string | number;
118
82
  decimalPlaces: number;
@@ -120,7 +84,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
120
84
  loop: number | boolean;
121
85
  delay: number;
122
86
  options: CountUpOptions;
123
- }, true, {}, {}, {
87
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
124
88
  P: {};
125
89
  B: {};
126
90
  D: {};
@@ -228,13 +192,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
228
192
  loop: number | boolean;
229
193
  delay: number;
230
194
  options: CountUpOptions;
231
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
195
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
232
196
  $slots: {
233
197
  prefix?(_: {}): any;
234
198
  suffix?(_: {}): any;
235
199
  };
236
200
  });
237
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
201
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
238
202
  basicOption: {
239
203
  type: any;
240
204
  required: true;
@@ -251,5 +215,5 @@ declare const _sfc_main: import("vue").DefineComponent<{
251
215
  type: StringConstructor;
252
216
  required: true;
253
217
  };
254
- }>>, {}, {}>;
218
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
255
219
  export default _sfc_main;
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-80900780"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-af6e26d8"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -183,12 +183,13 @@ import "../chart/src/scatter/basic/index.mjs";
183
183
  import "../chart/src/scatter/basic2/index.mjs";
184
184
  import "../chart/src/scatter/bubble/index.mjs";
185
185
  import "../chart/src/scatter/ripples/index.mjs";
186
+ import "../commons/custom-component-render/index.mjs";
186
187
  /* empty css */
187
188
  /* empty css */
188
189
  import { SHJDatasourceV2 as B } from "../../plugins/datasource/index.mjs";
189
190
  import { SHJParseEvent as x } from "../../plugins/event/index.mjs";
190
191
  import { autoInstallFont as N, jsonToCssStyle as H } from "../../commons/utils/json2css.mjs";
191
- const J = y({ name: "zv-text-over-number" }), yi = /* @__PURE__ */ y({
192
+ const J = y({ name: "zv-text-over-number" }), Ui = /* @__PURE__ */ y({
192
193
  ...J,
193
194
  props: {
194
195
  basicOption: {},
@@ -281,5 +282,5 @@ const J = y({ name: "zv-text-over-number" }), yi = /* @__PURE__ */ y({
281
282
  }
282
283
  });
283
284
  export {
284
- yi as default
285
+ Ui as default
285
286
  };
@@ -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;
@@ -11,18 +11,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
11
11
  type: ArrayConstructor;
12
12
  required: true;
13
13
  };
14
- }, {
14
+ }>, {
15
15
  emit: (event: "on-change", ...args: any[]) => void;
16
16
  props: any;
17
17
  useRealTime: (option: any) => {
18
18
  updateRealTime: (format: string) => void;
19
- realTime: import("vue").Ref<string>;
19
+ realTime: import("vue").Ref<string, string>;
20
20
  rendererDomStyle: (css: any) => any;
21
21
  };
22
22
  updateRealTime: (format: string) => void;
23
- realTime: import("vue").Ref<string>;
23
+ realTime: import("vue").Ref<string, string>;
24
24
  rendererDomStyle: (css: any) => any;
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-change"[], "on-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
26
  basicOption: {
27
27
  type: any;
28
28
  required: true;
@@ -35,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
35
35
  type: ArrayConstructor;
36
36
  required: true;
37
37
  };
38
- }>> & {
38
+ }>> & Readonly<{
39
39
  "onOn-change"?: (...args: any[]) => any;
40
- }, {}, {}>;
40
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
41
  export default _sfc_main;
@@ -183,12 +183,13 @@ import "../chart/src/scatter/basic/index.mjs";
183
183
  import "../chart/src/scatter/basic2/index.mjs";
184
184
  import "../chart/src/scatter/bubble/index.mjs";
185
185
  import "../chart/src/scatter/ripples/index.mjs";
186
+ import "../commons/custom-component-render/index.mjs";
186
187
  /* empty css */
187
188
  /* empty css */
188
189
  import "../../plugins/datasource/utils/request.mjs";
189
190
  import "../../plugins/datasource/utils/wsManager.mjs";
190
191
  import { SHJParseEvent as c } from "../../plugins/event/index.mjs";
191
- const O = ["ztitle"], R = f({ name: "zv-text-real-time" }), li = /* @__PURE__ */ f({
192
+ const O = ["ztitle"], R = f({ name: "zv-text-real-time" }), ui = /* @__PURE__ */ f({
192
193
  ...R,
193
194
  props: {
194
195
  basicOption: {},
@@ -236,5 +237,5 @@ const O = ["ztitle"], R = f({ name: "zv-text-real-time" }), li = /* @__PURE__ */
236
237
  }
237
238
  });
238
239
  export {
239
- li as default
240
+ ui as default
240
241
  };
@@ -1,4 +1,4 @@
1
- export declare const ZvTextRowScroll: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const ZvTextRowScroll: 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 ZvTextRowScroll: import("../../commons/utils/typescript").S
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 ZvTextRowScroll: import("../../commons/utils/typescript").S
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 ZvTextRowScroll: import("../../commons/utils/typescript").S
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 ZvTextRowScroll;
@@ -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;
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-865d7c5f"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3edd5414"]]);
5
5
  export {
6
- f as default
6
+ p as default
7
7
  };