@ecan-bi/datav 1.0.87 → 1.0.88

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 (508) hide show
  1. package/dist/index.es.js +209 -59
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +209 -59
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +69 -69
  6. package/es/container/border/Border.js +7 -7
  7. package/es/container/border/Border.js.map +1 -1
  8. package/es/container/border/index.js +1 -1
  9. package/es/container/border/index.js.map +1 -1
  10. package/es/container/border/props.js +1 -1
  11. package/es/container/border/props.js.map +1 -1
  12. package/es/container/modal/Modal.js +6 -6
  13. package/es/container/modal/Modal.js.map +1 -1
  14. package/es/container/modal/index.js +1 -1
  15. package/es/container/modal/index.js.map +1 -1
  16. package/es/container/modal/props.js +1 -1
  17. package/es/container/modal/props.js.map +1 -1
  18. package/es/container/tabs/Tabs.js +8 -8
  19. package/es/container/tabs/Tabs.js.map +1 -1
  20. package/es/container/tabs/index.js +1 -1
  21. package/es/container/tabs/index.js.map +1 -1
  22. package/es/container/tabs/props.js +1 -1
  23. package/es/container/tabs/props.js.map +1 -1
  24. package/es/control/button/Button.js +5 -5
  25. package/es/control/button/Button.js.map +1 -1
  26. package/es/control/button/index.js +1 -1
  27. package/es/control/button/index.js.map +1 -1
  28. package/es/control/button/props.js +1 -1
  29. package/es/control/button/props.js.map +1 -1
  30. package/es/control/checkbox/Checkbox.js +12 -7
  31. package/es/control/checkbox/Checkbox.js.map +1 -1
  32. package/es/control/checkbox/index.js +1 -1
  33. package/es/control/checkbox/index.js.map +1 -1
  34. package/es/control/checkbox/props.js +1 -1
  35. package/es/control/checkbox/props.js.map +1 -1
  36. package/es/control/date-picker/DatePicker.js +14 -10
  37. package/es/control/date-picker/DatePicker.js.map +1 -1
  38. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  39. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  40. package/es/control/date-picker/index.js +1 -1
  41. package/es/control/date-picker/index.js.map +1 -1
  42. package/es/control/date-picker/props.js +1 -1
  43. package/es/control/date-picker/props.js.map +1 -1
  44. package/es/control/input/Input.js +4 -4
  45. package/es/control/input/Input.js.map +1 -1
  46. package/es/control/input/index.js +1 -1
  47. package/es/control/input/index.js.map +1 -1
  48. package/es/control/input/props.js +1 -1
  49. package/es/control/input/props.js.map +1 -1
  50. package/es/control/range-picker/RangePicker.js +6 -6
  51. package/es/control/range-picker/RangePicker.js.map +1 -1
  52. package/es/control/range-picker/index.js +1 -1
  53. package/es/control/range-picker/index.js.map +1 -1
  54. package/es/control/range-picker/props.js +1 -1
  55. package/es/control/range-picker/props.js.map +1 -1
  56. package/es/control/select/Select.js +7 -7
  57. package/es/control/select/Select.js.map +1 -1
  58. package/es/control/select/index.js +1 -1
  59. package/es/control/select/index.js.map +1 -1
  60. package/es/control/select/props.js +1 -1
  61. package/es/control/select/props.js.map +1 -1
  62. package/es/graph/bar/Bar.js +12 -12
  63. package/es/graph/bar/Bar.js.map +1 -1
  64. package/es/graph/bar/index.js +1 -1
  65. package/es/graph/bar/index.js.map +1 -1
  66. package/es/graph/bar/props.js +1 -1
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +11 -11
  69. package/es/graph/combo-graph/ComboGraph.js.map +1 -1
  70. package/es/graph/combo-graph/index.js +1 -1
  71. package/es/graph/combo-graph/index.js.map +1 -1
  72. package/es/graph/combo-graph/props.js +1 -1
  73. package/es/graph/combo-graph/props.js.map +1 -1
  74. package/es/graph/custom-graph/CustomGraph.js +3 -3
  75. package/es/graph/custom-graph/CustomGraph.js.map +1 -1
  76. package/es/graph/custom-graph/index.js +1 -1
  77. package/es/graph/custom-graph/index.js.map +1 -1
  78. package/es/graph/custom-graph/props.js +1 -1
  79. package/es/graph/custom-graph/props.js.map +1 -1
  80. package/es/graph/line/Line.js +11 -11
  81. package/es/graph/line/Line.js.map +1 -1
  82. package/es/graph/line/index.js +1 -1
  83. package/es/graph/line/index.js.map +1 -1
  84. package/es/graph/line/props.js +1 -1
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +10 -10
  87. package/es/graph/pie/Pie.js.map +1 -1
  88. package/es/graph/pie/index.js +1 -1
  89. package/es/graph/pie/index.js.map +1 -1
  90. package/es/graph/pie/props.js +1 -1
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +9 -9
  93. package/es/graph/scatter/Scatter.js.map +1 -1
  94. package/es/graph/scatter/index.js +1 -1
  95. package/es/graph/scatter/index.js.map +1 -1
  96. package/es/graph/scatter/props.js +1 -1
  97. package/es/graph/scatter/props.js.map +1 -1
  98. package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  99. package/es/hooks/useDownloadFile.js.map +1 -0
  100. package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  101. package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  102. package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  103. package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  104. package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
  105. package/es/hooks/useImagePath.js.map +1 -0
  106. package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  107. package/es/hooks/useIndicatorData.js.map +1 -0
  108. package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  109. package/es/hooks/useOnEvent.js.map +1 -0
  110. package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  111. package/es/hooks/usePageUrl.js.map +1 -0
  112. package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  113. package/es/hooks/usePickComponentStyle.js.map +1 -0
  114. package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
  115. package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  116. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  117. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  118. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  119. package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  120. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  121. package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  122. package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  125. package/es/hooks/useVariablesInText.js.map +1 -0
  126. package/es/map/map/Map.js +5 -5
  127. package/es/map/map/Map.js.map +1 -1
  128. package/es/map/map/index.js +1 -1
  129. package/es/map/map/index.js.map +1 -1
  130. package/es/map/map/props.js +1 -1
  131. package/es/map/map/props.js.map +1 -1
  132. package/es/media/image/Image.js +7 -7
  133. package/es/media/image/Image.js.map +1 -1
  134. package/es/media/image/index.js +1 -1
  135. package/es/media/image/index.js.map +1 -1
  136. package/es/media/image/props.js +1 -1
  137. package/es/media/image/props.js.map +1 -1
  138. package/es/setting/page-config/PageConfig.js +4 -4
  139. package/es/setting/page-config/PageConfig.js.map +1 -1
  140. package/es/setting/page-config/index.js +1 -1
  141. package/es/setting/page-config/index.js.map +1 -1
  142. package/es/setting/page-config/props.js +1 -1
  143. package/es/setting/page-config/props.js.map +1 -1
  144. package/es/setting/provider-config/ProviderConfig.js +4 -4
  145. package/es/setting/provider-config/ProviderConfig.js.map +1 -1
  146. package/es/setting/provider-config/index.js +1 -1
  147. package/es/setting/provider-config/index.js.map +1 -1
  148. package/es/setting/provider-config/props.js +1 -1
  149. package/es/setting/provider-config/props.js.map +1 -1
  150. package/es/table/table/Table.js +10 -10
  151. package/es/table/table/Table.js.map +1 -1
  152. package/es/table/table/index.js +1 -1
  153. package/es/table/table/index.js.map +1 -1
  154. package/es/table/table/props.js +1 -1
  155. package/es/table/table/props.js.map +1 -1
  156. package/es/text/list/List.js +9 -9
  157. package/es/text/list/List.js.map +1 -1
  158. package/es/text/list/index.js +1 -1
  159. package/es/text/list/index.js.map +1 -1
  160. package/es/text/list/props.js +1 -1
  161. package/es/text/list/props.js.map +1 -1
  162. package/es/text/proportion/Proportion.js +7 -7
  163. package/es/text/proportion/Proportion.js.map +1 -1
  164. package/es/text/proportion/index.js +1 -1
  165. package/es/text/proportion/index.js.map +1 -1
  166. package/es/text/proportion/props.js +1 -1
  167. package/es/text/proportion/props.js.map +1 -1
  168. package/es/text/scroll-text/index.js +1 -1
  169. package/es/text/scroll-text/index.js.map +1 -1
  170. package/es/text/text/Text.js +7 -7
  171. package/es/text/text/Text.js.map +1 -1
  172. package/es/text/text/index.js +1 -1
  173. package/es/text/text/index.js.map +1 -1
  174. package/es/text/text/props.js +1 -1
  175. package/es/text/text/props.js.map +1 -1
  176. package/es/text/time-display/TimeDisplay.js +4 -4
  177. package/es/text/time-display/TimeDisplay.js.map +1 -1
  178. package/es/text/time-display/index.js +1 -1
  179. package/es/text/time-display/index.js.map +1 -1
  180. package/es/text/time-display/props.js +1 -1
  181. package/es/text/time-display/props.js.map +1 -1
  182. package/es/{_utils → utils}/constant.js +0 -0
  183. package/es/utils/constant.js.map +1 -0
  184. package/es/{_utils → utils}/props.js +0 -0
  185. package/es/utils/props.js.map +1 -0
  186. package/es/{_utils → utils}/request.js +0 -0
  187. package/es/utils/request.js.map +1 -0
  188. package/es/{_utils → utils}/util.js +0 -0
  189. package/es/utils/util.js.map +1 -0
  190. package/es/{_utils → utils}/withInstall.js +0 -0
  191. package/es/utils/withInstall.js.map +1 -0
  192. package/lib/container/border/Border.js +7 -7
  193. package/lib/container/border/Border.js.map +1 -1
  194. package/lib/container/border/index.js +1 -1
  195. package/lib/container/border/index.js.map +1 -1
  196. package/lib/container/border/props.js +1 -1
  197. package/lib/container/border/props.js.map +1 -1
  198. package/lib/container/modal/Modal.js +6 -6
  199. package/lib/container/modal/Modal.js.map +1 -1
  200. package/lib/container/modal/index.js +1 -1
  201. package/lib/container/modal/index.js.map +1 -1
  202. package/lib/container/modal/props.js +1 -1
  203. package/lib/container/modal/props.js.map +1 -1
  204. package/lib/container/tabs/Tabs.js +8 -8
  205. package/lib/container/tabs/Tabs.js.map +1 -1
  206. package/lib/container/tabs/index.js +1 -1
  207. package/lib/container/tabs/index.js.map +1 -1
  208. package/lib/container/tabs/props.js +1 -1
  209. package/lib/container/tabs/props.js.map +1 -1
  210. package/lib/control/button/Button.js +5 -5
  211. package/lib/control/button/Button.js.map +1 -1
  212. package/lib/control/button/index.js +1 -1
  213. package/lib/control/button/index.js.map +1 -1
  214. package/lib/control/button/props.js +1 -1
  215. package/lib/control/button/props.js.map +1 -1
  216. package/lib/control/checkbox/Checkbox.js +12 -7
  217. package/lib/control/checkbox/Checkbox.js.map +1 -1
  218. package/lib/control/checkbox/index.js +1 -1
  219. package/lib/control/checkbox/index.js.map +1 -1
  220. package/lib/control/checkbox/props.js +1 -1
  221. package/lib/control/checkbox/props.js.map +1 -1
  222. package/lib/control/date-picker/DatePicker.js +13 -9
  223. package/lib/control/date-picker/DatePicker.js.map +1 -1
  224. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  225. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  226. package/lib/control/date-picker/index.js +1 -1
  227. package/lib/control/date-picker/index.js.map +1 -1
  228. package/lib/control/date-picker/props.js +1 -1
  229. package/lib/control/date-picker/props.js.map +1 -1
  230. package/lib/control/input/Input.js +4 -4
  231. package/lib/control/input/Input.js.map +1 -1
  232. package/lib/control/input/index.js +1 -1
  233. package/lib/control/input/index.js.map +1 -1
  234. package/lib/control/input/props.js +1 -1
  235. package/lib/control/input/props.js.map +1 -1
  236. package/lib/control/range-picker/RangePicker.js +6 -6
  237. package/lib/control/range-picker/RangePicker.js.map +1 -1
  238. package/lib/control/range-picker/index.js +1 -1
  239. package/lib/control/range-picker/index.js.map +1 -1
  240. package/lib/control/range-picker/props.js +1 -1
  241. package/lib/control/range-picker/props.js.map +1 -1
  242. package/lib/control/select/Select.js +7 -7
  243. package/lib/control/select/Select.js.map +1 -1
  244. package/lib/control/select/index.js +1 -1
  245. package/lib/control/select/index.js.map +1 -1
  246. package/lib/control/select/props.js +1 -1
  247. package/lib/control/select/props.js.map +1 -1
  248. package/lib/graph/bar/Bar.js +12 -12
  249. package/lib/graph/bar/Bar.js.map +1 -1
  250. package/lib/graph/bar/index.js +1 -1
  251. package/lib/graph/bar/index.js.map +1 -1
  252. package/lib/graph/bar/props.js +1 -1
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +11 -11
  255. package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
  256. package/lib/graph/combo-graph/index.js +1 -1
  257. package/lib/graph/combo-graph/index.js.map +1 -1
  258. package/lib/graph/combo-graph/props.js +1 -1
  259. package/lib/graph/combo-graph/props.js.map +1 -1
  260. package/lib/graph/custom-graph/CustomGraph.js +3 -3
  261. package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
  262. package/lib/graph/custom-graph/index.js +1 -1
  263. package/lib/graph/custom-graph/index.js.map +1 -1
  264. package/lib/graph/custom-graph/props.js +1 -1
  265. package/lib/graph/custom-graph/props.js.map +1 -1
  266. package/lib/graph/line/Line.js +11 -11
  267. package/lib/graph/line/Line.js.map +1 -1
  268. package/lib/graph/line/index.js +1 -1
  269. package/lib/graph/line/index.js.map +1 -1
  270. package/lib/graph/line/props.js +1 -1
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +10 -10
  273. package/lib/graph/pie/Pie.js.map +1 -1
  274. package/lib/graph/pie/index.js +1 -1
  275. package/lib/graph/pie/index.js.map +1 -1
  276. package/lib/graph/pie/props.js +1 -1
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +9 -9
  279. package/lib/graph/scatter/Scatter.js.map +1 -1
  280. package/lib/graph/scatter/index.js +1 -1
  281. package/lib/graph/scatter/index.js.map +1 -1
  282. package/lib/graph/scatter/props.js +1 -1
  283. package/lib/graph/scatter/props.js.map +1 -1
  284. package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  285. package/lib/hooks/useDownloadFile.js.map +1 -0
  286. package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  287. package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  288. package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  289. package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  290. package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
  291. package/lib/hooks/useImagePath.js.map +1 -0
  292. package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  293. package/lib/hooks/useIndicatorData.js.map +1 -0
  294. package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  295. package/lib/hooks/useOnEvent.js.map +1 -0
  296. package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  297. package/lib/hooks/usePageUrl.js.map +1 -0
  298. package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  299. package/lib/hooks/usePickComponentStyle.js.map +1 -0
  300. package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
  301. package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  302. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  303. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  304. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  305. package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  306. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  307. package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  308. package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  311. package/lib/hooks/useVariablesInText.js.map +1 -0
  312. package/lib/map/map/Map.js +5 -5
  313. package/lib/map/map/Map.js.map +1 -1
  314. package/lib/map/map/index.js +1 -1
  315. package/lib/map/map/index.js.map +1 -1
  316. package/lib/map/map/props.js +1 -1
  317. package/lib/map/map/props.js.map +1 -1
  318. package/lib/media/image/Image.js +7 -7
  319. package/lib/media/image/Image.js.map +1 -1
  320. package/lib/media/image/index.js +1 -1
  321. package/lib/media/image/index.js.map +1 -1
  322. package/lib/media/image/props.js +1 -1
  323. package/lib/media/image/props.js.map +1 -1
  324. package/lib/setting/page-config/PageConfig.js +4 -4
  325. package/lib/setting/page-config/PageConfig.js.map +1 -1
  326. package/lib/setting/page-config/index.js +1 -1
  327. package/lib/setting/page-config/index.js.map +1 -1
  328. package/lib/setting/page-config/props.js +1 -1
  329. package/lib/setting/page-config/props.js.map +1 -1
  330. package/lib/setting/provider-config/ProviderConfig.js +4 -4
  331. package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
  332. package/lib/setting/provider-config/index.js +1 -1
  333. package/lib/setting/provider-config/index.js.map +1 -1
  334. package/lib/setting/provider-config/props.js +1 -1
  335. package/lib/setting/provider-config/props.js.map +1 -1
  336. package/lib/style.css +6940 -6940
  337. package/lib/table/table/Table.js +10 -10
  338. package/lib/table/table/Table.js.map +1 -1
  339. package/lib/table/table/index.js +1 -1
  340. package/lib/table/table/index.js.map +1 -1
  341. package/lib/table/table/props.js +1 -1
  342. package/lib/table/table/props.js.map +1 -1
  343. package/lib/text/list/List.js +9 -9
  344. package/lib/text/list/List.js.map +1 -1
  345. package/lib/text/list/index.js +1 -1
  346. package/lib/text/list/index.js.map +1 -1
  347. package/lib/text/list/props.js +1 -1
  348. package/lib/text/list/props.js.map +1 -1
  349. package/lib/text/proportion/Proportion.js +7 -7
  350. package/lib/text/proportion/Proportion.js.map +1 -1
  351. package/lib/text/proportion/index.js +1 -1
  352. package/lib/text/proportion/index.js.map +1 -1
  353. package/lib/text/proportion/props.js +1 -1
  354. package/lib/text/proportion/props.js.map +1 -1
  355. package/lib/text/scroll-text/index.js +1 -1
  356. package/lib/text/scroll-text/index.js.map +1 -1
  357. package/lib/text/text/Text.js +7 -7
  358. package/lib/text/text/Text.js.map +1 -1
  359. package/lib/text/text/index.js +1 -1
  360. package/lib/text/text/index.js.map +1 -1
  361. package/lib/text/text/props.js +1 -1
  362. package/lib/text/text/props.js.map +1 -1
  363. package/lib/text/time-display/TimeDisplay.js +4 -4
  364. package/lib/text/time-display/TimeDisplay.js.map +1 -1
  365. package/lib/text/time-display/index.js +1 -1
  366. package/lib/text/time-display/index.js.map +1 -1
  367. package/lib/text/time-display/props.js +1 -1
  368. package/lib/text/time-display/props.js.map +1 -1
  369. package/lib/{_utils → utils}/constant.js +0 -0
  370. package/lib/utils/constant.js.map +1 -0
  371. package/lib/{_utils → utils}/props.js +0 -0
  372. package/lib/utils/props.js.map +1 -0
  373. package/lib/{_utils → utils}/request.js +0 -0
  374. package/lib/utils/request.js.map +1 -0
  375. package/lib/{_utils → utils}/util.js +0 -0
  376. package/lib/utils/util.js.map +1 -0
  377. package/lib/{_utils → utils}/withInstall.js +0 -0
  378. package/lib/utils/withInstall.js.map +1 -0
  379. package/package.json +1 -1
  380. package/types/container/border/Border.vue.d.ts +140 -140
  381. package/types/container/border/index.d.ts +141 -141
  382. package/types/container/border/props.d.ts +71 -71
  383. package/types/container/modal/Modal.vue.d.ts +1 -1
  384. package/types/container/modal/index.d.ts +2 -2
  385. package/types/container/tabs/index.d.ts +1 -1
  386. package/types/container/tabs/props.d.ts +1 -1
  387. package/types/control/button/Button.vue.d.ts +120 -120
  388. package/types/control/button/index.d.ts +121 -121
  389. package/types/control/button/props.d.ts +61 -61
  390. package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
  391. package/types/control/checkbox/index.d.ts +97 -97
  392. package/types/control/checkbox/props.d.ts +49 -49
  393. package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
  394. package/types/control/date-picker/index.d.ts +105 -105
  395. package/types/control/date-picker/props.d.ts +53 -53
  396. package/types/control/input/Input.vue.d.ts +96 -96
  397. package/types/control/input/index.d.ts +97 -97
  398. package/types/control/input/props.d.ts +49 -49
  399. package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
  400. package/types/control/range-picker/index.d.ts +105 -105
  401. package/types/control/range-picker/props.d.ts +53 -53
  402. package/types/control/select/Select.vue.d.ts +100 -100
  403. package/types/control/select/index.d.ts +101 -101
  404. package/types/control/select/props.d.ts +51 -51
  405. package/types/graph/bar/Bar.vue.d.ts +282 -310
  406. package/types/graph/bar/index.d.ts +282 -310
  407. package/types/graph/bar/props.d.ts +141 -156
  408. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
  409. package/types/graph/combo-graph/index.d.ts +9 -7
  410. package/types/graph/combo-graph/props.d.ts +1 -1
  411. package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
  412. package/types/graph/custom-graph/index.d.ts +97 -97
  413. package/types/graph/custom-graph/props.d.ts +49 -49
  414. package/types/graph/line/Line.vue.d.ts +33 -3
  415. package/types/graph/line/index.d.ts +34 -4
  416. package/types/graph/line/props.d.ts +17 -1
  417. package/types/graph/pie/Pie.vue.d.ts +1 -1
  418. package/types/graph/pie/index.d.ts +2 -2
  419. package/types/graph/pie/props.d.ts +1 -1
  420. package/types/graph/scatter/index.d.ts +1 -1
  421. package/types/graph/scatter/props.d.ts +1 -1
  422. package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
  423. package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
  424. package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
  425. package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
  426. package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
  427. package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
  428. package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
  429. package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
  430. package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
  431. package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  434. package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
  435. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  436. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  437. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  438. package/types/hooks/useVariablesInText.d.ts +7 -0
  439. package/types/map/map/Map.vue.d.ts +224 -224
  440. package/types/map/map/index.d.ts +225 -225
  441. package/types/map/map/props.d.ts +113 -113
  442. package/types/media/image/Image.vue.d.ts +104 -104
  443. package/types/media/image/index.d.ts +105 -105
  444. package/types/media/image/props.d.ts +53 -53
  445. package/types/setting/page-config/index.d.ts +1 -1
  446. package/types/setting/provider-config/index.d.ts +1 -1
  447. package/types/table/table/Table.vue.d.ts +168 -168
  448. package/types/table/table/index.d.ts +169 -169
  449. package/types/table/table/props.d.ts +85 -85
  450. package/types/text/list/List.vue.d.ts +128 -128
  451. package/types/text/list/index.d.ts +129 -129
  452. package/types/text/list/props.d.ts +65 -65
  453. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  454. package/types/text/proportion/index.d.ts +145 -145
  455. package/types/text/proportion/props.d.ts +73 -73
  456. package/types/text/scroll-text/index.d.ts +1 -1
  457. package/types/text/text/Text.vue.d.ts +140 -140
  458. package/types/text/text/index.d.ts +141 -141
  459. package/types/text/text/props.d.ts +71 -71
  460. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  461. package/types/text/time-display/index.d.ts +121 -121
  462. package/types/text/time-display/props.d.ts +61 -61
  463. package/types/{_utils → utils}/constant.d.ts +0 -0
  464. package/types/{_utils → utils}/props.d.ts +0 -0
  465. package/types/{_utils → utils}/request.d.ts +0 -0
  466. package/types/{_utils → utils}/util.d.ts +0 -0
  467. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  468. package/es/_utils/constant.js.map +0 -1
  469. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  470. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  471. package/es/_utils/hooks/useImagePath.js.map +0 -1
  472. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  473. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  474. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  475. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  477. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  478. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  479. package/es/_utils/hooks/useVariablesInText.js.map +0 -1
  480. package/es/_utils/props.js.map +0 -1
  481. package/es/_utils/request.js.map +0 -1
  482. package/es/_utils/util.js.map +0 -1
  483. package/es/_utils/withInstall.js.map +0 -1
  484. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  485. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  486. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  487. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  488. package/lib/_utils/constant.js.map +0 -1
  489. package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
  490. package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  491. package/lib/_utils/hooks/useImagePath.js.map +0 -1
  492. package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
  493. package/lib/_utils/hooks/useOnEvent.js.map +0 -1
  494. package/lib/_utils/hooks/usePageUrl.js.map +0 -1
  495. package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
  496. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  498. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  499. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  500. package/lib/_utils/props.js.map +0 -1
  501. package/lib/_utils/request.js.map +0 -1
  502. package/lib/_utils/util.js.map +0 -1
  503. package/lib/_utils/withInstall.js.map +0 -1
  504. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  505. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  508. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,4 +1,4 @@
1
- import { Props } from '../../_utils/props';
1
+ import { Props } from '../../utils/props';
2
2
  export interface TableProps extends Props {
3
3
  columns: {
4
4
  [key: string]: any;
@@ -39,9 +39,9 @@ export declare const tableComponentProps: {
39
39
  default?: undefined;
40
40
  } | {
41
41
  type: any;
42
- default: string | number | boolean | import('../../_utils/props').Events | {
42
+ default: string | number | boolean | import('../../utils/props').Events | {
43
43
  [key: string]: any;
44
- } | import('../../_utils/props').RequestParams | {
44
+ } | import('../../utils/props').RequestParams | {
45
45
  [key: string]: any;
46
46
  }[] | {
47
47
  [key: string]: any;
@@ -59,9 +59,9 @@ export declare const tableComponentProps: {
59
59
  default?: undefined;
60
60
  } | {
61
61
  type: any;
62
- default: string | number | boolean | import('../../_utils/props').Events | {
62
+ default: string | number | boolean | import('../../utils/props').Events | {
63
63
  [key: string]: any;
64
- } | import('../../_utils/props').RequestParams | {
64
+ } | import('../../utils/props').RequestParams | {
65
65
  [key: string]: any;
66
66
  }[] | {
67
67
  [key: string]: any;
@@ -79,9 +79,9 @@ export declare const tableComponentProps: {
79
79
  default?: undefined;
80
80
  } | {
81
81
  type: any;
82
- default: string | number | boolean | import('../../_utils/props').Events | {
82
+ default: string | number | boolean | import('../../utils/props').Events | {
83
83
  [key: string]: any;
84
- } | import('../../_utils/props').RequestParams | {
84
+ } | import('../../utils/props').RequestParams | {
85
85
  [key: string]: any;
86
86
  }[] | {
87
87
  [key: string]: any;
@@ -99,9 +99,9 @@ export declare const tableComponentProps: {
99
99
  default?: undefined;
100
100
  } | {
101
101
  type: any;
102
- default: string | number | boolean | import('../../_utils/props').Events | {
102
+ default: string | number | boolean | import('../../utils/props').Events | {
103
103
  [key: string]: any;
104
- } | import('../../_utils/props').RequestParams | {
104
+ } | import('../../utils/props').RequestParams | {
105
105
  [key: string]: any;
106
106
  }[] | {
107
107
  [key: string]: any;
@@ -119,9 +119,9 @@ export declare const tableComponentProps: {
119
119
  default?: undefined;
120
120
  } | {
121
121
  type: any;
122
- default: string | number | boolean | import('../../_utils/props').Events | {
122
+ default: string | number | boolean | import('../../utils/props').Events | {
123
123
  [key: string]: any;
124
- } | import('../../_utils/props').RequestParams | {
124
+ } | import('../../utils/props').RequestParams | {
125
125
  [key: string]: any;
126
126
  }[] | {
127
127
  [key: string]: any;
@@ -139,9 +139,9 @@ export declare const tableComponentProps: {
139
139
  default?: undefined;
140
140
  } | {
141
141
  type: any;
142
- default: string | number | boolean | import('../../_utils/props').Events | {
142
+ default: string | number | boolean | import('../../utils/props').Events | {
143
143
  [key: string]: any;
144
- } | import('../../_utils/props').RequestParams | {
144
+ } | import('../../utils/props').RequestParams | {
145
145
  [key: string]: any;
146
146
  }[] | {
147
147
  [key: string]: any;
@@ -159,9 +159,9 @@ export declare const tableComponentProps: {
159
159
  default?: undefined;
160
160
  } | {
161
161
  type: any;
162
- default: string | number | boolean | import('../../_utils/props').Events | {
162
+ default: string | number | boolean | import('../../utils/props').Events | {
163
163
  [key: string]: any;
164
- } | import('../../_utils/props').RequestParams | {
164
+ } | import('../../utils/props').RequestParams | {
165
165
  [key: string]: any;
166
166
  }[] | {
167
167
  [key: string]: any;
@@ -179,9 +179,9 @@ export declare const tableComponentProps: {
179
179
  default?: undefined;
180
180
  } | {
181
181
  type: any;
182
- default: string | number | boolean | import('../../_utils/props').Events | {
182
+ default: string | number | boolean | import('../../utils/props').Events | {
183
183
  [key: string]: any;
184
- } | import('../../_utils/props').RequestParams | {
184
+ } | import('../../utils/props').RequestParams | {
185
185
  [key: string]: any;
186
186
  }[] | {
187
187
  [key: string]: any;
@@ -199,9 +199,9 @@ export declare const tableComponentProps: {
199
199
  default?: undefined;
200
200
  } | {
201
201
  type: any;
202
- default: string | number | boolean | import('../../_utils/props').Events | {
202
+ default: string | number | boolean | import('../../utils/props').Events | {
203
203
  [key: string]: any;
204
- } | import('../../_utils/props').RequestParams | {
204
+ } | import('../../utils/props').RequestParams | {
205
205
  [key: string]: any;
206
206
  }[] | {
207
207
  [key: string]: any;
@@ -219,9 +219,9 @@ export declare const tableComponentProps: {
219
219
  default?: undefined;
220
220
  } | {
221
221
  type: any;
222
- default: string | number | boolean | import('../../_utils/props').Events | {
222
+ default: string | number | boolean | import('../../utils/props').Events | {
223
223
  [key: string]: any;
224
- } | import('../../_utils/props').RequestParams | {
224
+ } | import('../../utils/props').RequestParams | {
225
225
  [key: string]: any;
226
226
  }[] | {
227
227
  [key: string]: any;
@@ -239,9 +239,9 @@ export declare const tableComponentProps: {
239
239
  default?: undefined;
240
240
  } | {
241
241
  type: any;
242
- default: string | number | boolean | import('../../_utils/props').Events | {
242
+ default: string | number | boolean | import('../../utils/props').Events | {
243
243
  [key: string]: any;
244
- } | import('../../_utils/props').RequestParams | {
244
+ } | import('../../utils/props').RequestParams | {
245
245
  [key: string]: any;
246
246
  }[] | {
247
247
  [key: string]: any;
@@ -259,9 +259,9 @@ export declare const tableComponentProps: {
259
259
  default?: undefined;
260
260
  } | {
261
261
  type: any;
262
- default: string | number | boolean | import('../../_utils/props').Events | {
262
+ default: string | number | boolean | import('../../utils/props').Events | {
263
263
  [key: string]: any;
264
- } | import('../../_utils/props').RequestParams | {
264
+ } | import('../../utils/props').RequestParams | {
265
265
  [key: string]: any;
266
266
  }[] | {
267
267
  [key: string]: any;
@@ -279,9 +279,9 @@ export declare const tableComponentProps: {
279
279
  default?: undefined;
280
280
  } | {
281
281
  type: any;
282
- default: string | number | boolean | import('../../_utils/props').Events | {
282
+ default: string | number | boolean | import('../../utils/props').Events | {
283
283
  [key: string]: any;
284
- } | import('../../_utils/props').RequestParams | {
284
+ } | import('../../utils/props').RequestParams | {
285
285
  [key: string]: any;
286
286
  }[] | {
287
287
  [key: string]: any;
@@ -299,9 +299,9 @@ export declare const tableComponentProps: {
299
299
  default?: undefined;
300
300
  } | {
301
301
  type: any;
302
- default: string | number | boolean | import('../../_utils/props').Events | {
302
+ default: string | number | boolean | import('../../utils/props').Events | {
303
303
  [key: string]: any;
304
- } | import('../../_utils/props').RequestParams | {
304
+ } | import('../../utils/props').RequestParams | {
305
305
  [key: string]: any;
306
306
  }[] | {
307
307
  [key: string]: any;
@@ -319,9 +319,9 @@ export declare const tableComponentProps: {
319
319
  default?: undefined;
320
320
  } | {
321
321
  type: any;
322
- default: string | number | boolean | import('../../_utils/props').Events | {
322
+ default: string | number | boolean | import('../../utils/props').Events | {
323
323
  [key: string]: any;
324
- } | import('../../_utils/props').RequestParams | {
324
+ } | import('../../utils/props').RequestParams | {
325
325
  [key: string]: any;
326
326
  }[] | {
327
327
  [key: string]: any;
@@ -339,9 +339,9 @@ export declare const tableComponentProps: {
339
339
  default?: undefined;
340
340
  } | {
341
341
  type: any;
342
- default: string | number | boolean | import('../../_utils/props').Events | {
342
+ default: string | number | boolean | import('../../utils/props').Events | {
343
343
  [key: string]: any;
344
- } | import('../../_utils/props').RequestParams | {
344
+ } | import('../../utils/props').RequestParams | {
345
345
  [key: string]: any;
346
346
  }[] | {
347
347
  [key: string]: any;
@@ -359,9 +359,9 @@ export declare const tableComponentProps: {
359
359
  default?: undefined;
360
360
  } | {
361
361
  type: any;
362
- default: string | number | boolean | import('../../_utils/props').Events | {
362
+ default: string | number | boolean | import('../../utils/props').Events | {
363
363
  [key: string]: any;
364
- } | import('../../_utils/props').RequestParams | {
364
+ } | import('../../utils/props').RequestParams | {
365
365
  [key: string]: any;
366
366
  }[] | {
367
367
  [key: string]: any;
@@ -379,9 +379,9 @@ export declare const tableComponentProps: {
379
379
  default?: undefined;
380
380
  } | {
381
381
  type: any;
382
- default: string | number | boolean | import('../../_utils/props').Events | {
382
+ default: string | number | boolean | import('../../utils/props').Events | {
383
383
  [key: string]: any;
384
- } | import('../../_utils/props').RequestParams | {
384
+ } | import('../../utils/props').RequestParams | {
385
385
  [key: string]: any;
386
386
  }[] | {
387
387
  [key: string]: any;
@@ -399,9 +399,9 @@ export declare const tableComponentProps: {
399
399
  default?: undefined;
400
400
  } | {
401
401
  type: any;
402
- default: string | number | boolean | import('../../_utils/props').Events | {
402
+ default: string | number | boolean | import('../../utils/props').Events | {
403
403
  [key: string]: any;
404
- } | import('../../_utils/props').RequestParams | {
404
+ } | import('../../utils/props').RequestParams | {
405
405
  [key: string]: any;
406
406
  }[] | {
407
407
  [key: string]: any;
@@ -419,9 +419,9 @@ export declare const tableComponentProps: {
419
419
  default?: undefined;
420
420
  } | {
421
421
  type: any;
422
- default: string | number | boolean | import('../../_utils/props').Events | {
422
+ default: string | number | boolean | import('../../utils/props').Events | {
423
423
  [key: string]: any;
424
- } | import('../../_utils/props').RequestParams | {
424
+ } | import('../../utils/props').RequestParams | {
425
425
  [key: string]: any;
426
426
  }[] | {
427
427
  [key: string]: any;
@@ -439,9 +439,9 @@ export declare const tableComponentProps: {
439
439
  default?: undefined;
440
440
  } | {
441
441
  type: any;
442
- default: string | number | boolean | import('../../_utils/props').Events | {
442
+ default: string | number | boolean | import('../../utils/props').Events | {
443
443
  [key: string]: any;
444
- } | import('../../_utils/props').RequestParams | {
444
+ } | import('../../utils/props').RequestParams | {
445
445
  [key: string]: any;
446
446
  }[] | {
447
447
  [key: string]: any;
@@ -459,9 +459,9 @@ export declare const tableComponentProps: {
459
459
  default?: undefined;
460
460
  } | {
461
461
  type: any;
462
- default: string | number | boolean | import('../../_utils/props').Events | {
462
+ default: string | number | boolean | import('../../utils/props').Events | {
463
463
  [key: string]: any;
464
- } | import('../../_utils/props').RequestParams | {
464
+ } | import('../../utils/props').RequestParams | {
465
465
  [key: string]: any;
466
466
  }[] | {
467
467
  [key: string]: any;
@@ -479,9 +479,9 @@ export declare const tableComponentProps: {
479
479
  default?: undefined;
480
480
  } | {
481
481
  type: any;
482
- default: string | number | boolean | import('../../_utils/props').Events | {
482
+ default: string | number | boolean | import('../../utils/props').Events | {
483
483
  [key: string]: any;
484
- } | import('../../_utils/props').RequestParams | {
484
+ } | import('../../utils/props').RequestParams | {
485
485
  [key: string]: any;
486
486
  }[] | {
487
487
  [key: string]: any;
@@ -499,9 +499,9 @@ export declare const tableComponentProps: {
499
499
  default?: undefined;
500
500
  } | {
501
501
  type: any;
502
- default: string | number | boolean | import('../../_utils/props').Events | {
502
+ default: string | number | boolean | import('../../utils/props').Events | {
503
503
  [key: string]: any;
504
- } | import('../../_utils/props').RequestParams | {
504
+ } | import('../../utils/props').RequestParams | {
505
505
  [key: string]: any;
506
506
  }[] | {
507
507
  [key: string]: any;
@@ -519,9 +519,9 @@ export declare const tableComponentProps: {
519
519
  default?: undefined;
520
520
  } | {
521
521
  type: any;
522
- default: string | number | boolean | import('../../_utils/props').Events | {
522
+ default: string | number | boolean | import('../../utils/props').Events | {
523
523
  [key: string]: any;
524
- } | import('../../_utils/props').RequestParams | {
524
+ } | import('../../utils/props').RequestParams | {
525
525
  [key: string]: any;
526
526
  }[] | {
527
527
  [key: string]: any;
@@ -539,9 +539,9 @@ export declare const tableComponentProps: {
539
539
  default?: undefined;
540
540
  } | {
541
541
  type: any;
542
- default: string | number | boolean | import('../../_utils/props').Events | {
542
+ default: string | number | boolean | import('../../utils/props').Events | {
543
543
  [key: string]: any;
544
- } | import('../../_utils/props').RequestParams | {
544
+ } | import('../../utils/props').RequestParams | {
545
545
  [key: string]: any;
546
546
  }[] | {
547
547
  [key: string]: any;
@@ -559,9 +559,9 @@ export declare const tableComponentProps: {
559
559
  default?: undefined;
560
560
  } | {
561
561
  type: any;
562
- default: string | number | boolean | import('../../_utils/props').Events | {
562
+ default: string | number | boolean | import('../../utils/props').Events | {
563
563
  [key: string]: any;
564
- } | import('../../_utils/props').RequestParams | {
564
+ } | import('../../utils/props').RequestParams | {
565
565
  [key: string]: any;
566
566
  }[] | {
567
567
  [key: string]: any;
@@ -579,9 +579,9 @@ export declare const tableComponentProps: {
579
579
  default?: undefined;
580
580
  } | {
581
581
  type: any;
582
- default: string | number | boolean | import('../../_utils/props').Events | {
582
+ default: string | number | boolean | import('../../utils/props').Events | {
583
583
  [key: string]: any;
584
- } | import('../../_utils/props').RequestParams | {
584
+ } | import('../../utils/props').RequestParams | {
585
585
  [key: string]: any;
586
586
  }[] | {
587
587
  [key: string]: any;
@@ -599,9 +599,9 @@ export declare const tableComponentProps: {
599
599
  default?: undefined;
600
600
  } | {
601
601
  type: any;
602
- default: string | number | boolean | import('../../_utils/props').Events | {
602
+ default: string | number | boolean | import('../../utils/props').Events | {
603
603
  [key: string]: any;
604
- } | import('../../_utils/props').RequestParams | {
604
+ } | import('../../utils/props').RequestParams | {
605
605
  [key: string]: any;
606
606
  }[] | {
607
607
  [key: string]: any;
@@ -619,9 +619,9 @@ export declare const tableComponentProps: {
619
619
  default?: undefined;
620
620
  } | {
621
621
  type: any;
622
- default: string | number | boolean | import('../../_utils/props').Events | {
622
+ default: string | number | boolean | import('../../utils/props').Events | {
623
623
  [key: string]: any;
624
- } | import('../../_utils/props').RequestParams | {
624
+ } | import('../../utils/props').RequestParams | {
625
625
  [key: string]: any;
626
626
  }[] | {
627
627
  [key: string]: any;
@@ -639,9 +639,9 @@ export declare const tableComponentProps: {
639
639
  default?: undefined;
640
640
  } | {
641
641
  type: any;
642
- default: string | number | boolean | import('../../_utils/props').Events | {
642
+ default: string | number | boolean | import('../../utils/props').Events | {
643
643
  [key: string]: any;
644
- } | import('../../_utils/props').RequestParams | {
644
+ } | import('../../utils/props').RequestParams | {
645
645
  [key: string]: any;
646
646
  }[] | {
647
647
  [key: string]: any;
@@ -659,9 +659,9 @@ export declare const tableComponentProps: {
659
659
  default?: undefined;
660
660
  } | {
661
661
  type: any;
662
- default: string | number | boolean | import('../../_utils/props').Events | {
662
+ default: string | number | boolean | import('../../utils/props').Events | {
663
663
  [key: string]: any;
664
- } | import('../../_utils/props').RequestParams | {
664
+ } | import('../../utils/props').RequestParams | {
665
665
  [key: string]: any;
666
666
  }[] | {
667
667
  [key: string]: any;
@@ -679,9 +679,9 @@ export declare const tableComponentProps: {
679
679
  default?: undefined;
680
680
  } | {
681
681
  type: any;
682
- default: string | number | boolean | import('../../_utils/props').Events | {
682
+ default: string | number | boolean | import('../../utils/props').Events | {
683
683
  [key: string]: any;
684
- } | import('../../_utils/props').RequestParams | {
684
+ } | import('../../utils/props').RequestParams | {
685
685
  [key: string]: any;
686
686
  }[] | {
687
687
  [key: string]: any;
@@ -699,9 +699,9 @@ export declare const tableComponentProps: {
699
699
  default?: undefined;
700
700
  } | {
701
701
  type: any;
702
- default: string | number | boolean | import('../../_utils/props').Events | {
702
+ default: string | number | boolean | import('../../utils/props').Events | {
703
703
  [key: string]: any;
704
- } | import('../../_utils/props').RequestParams | {
704
+ } | import('../../utils/props').RequestParams | {
705
705
  [key: string]: any;
706
706
  }[] | {
707
707
  [key: string]: any;
@@ -719,9 +719,9 @@ export declare const tableComponentProps: {
719
719
  default?: undefined;
720
720
  } | {
721
721
  type: any;
722
- default: string | number | boolean | import('../../_utils/props').Events | {
722
+ default: string | number | boolean | import('../../utils/props').Events | {
723
723
  [key: string]: any;
724
- } | import('../../_utils/props').RequestParams | {
724
+ } | import('../../utils/props').RequestParams | {
725
725
  [key: string]: any;
726
726
  }[] | {
727
727
  [key: string]: any;
@@ -739,9 +739,9 @@ export declare const tableComponentProps: {
739
739
  default?: undefined;
740
740
  } | {
741
741
  type: any;
742
- default: string | number | boolean | import('../../_utils/props').Events | {
742
+ default: string | number | boolean | import('../../utils/props').Events | {
743
743
  [key: string]: any;
744
- } | import('../../_utils/props').RequestParams | {
744
+ } | import('../../utils/props').RequestParams | {
745
745
  [key: string]: any;
746
746
  }[] | {
747
747
  [key: string]: any;
@@ -759,9 +759,9 @@ export declare const tableComponentProps: {
759
759
  default?: undefined;
760
760
  } | {
761
761
  type: any;
762
- default: string | number | boolean | import('../../_utils/props').Events | {
762
+ default: string | number | boolean | import('../../utils/props').Events | {
763
763
  [key: string]: any;
764
- } | import('../../_utils/props').RequestParams | {
764
+ } | import('../../utils/props').RequestParams | {
765
765
  [key: string]: any;
766
766
  }[] | {
767
767
  [key: string]: any;
@@ -779,9 +779,9 @@ export declare const tableComponentProps: {
779
779
  default?: undefined;
780
780
  } | {
781
781
  type: any;
782
- default: string | number | boolean | import('../../_utils/props').Events | {
782
+ default: string | number | boolean | import('../../utils/props').Events | {
783
783
  [key: string]: any;
784
- } | import('../../_utils/props').RequestParams | {
784
+ } | import('../../utils/props').RequestParams | {
785
785
  [key: string]: any;
786
786
  }[] | {
787
787
  [key: string]: any;
@@ -799,9 +799,9 @@ export declare const tableComponentProps: {
799
799
  default?: undefined;
800
800
  } | {
801
801
  type: any;
802
- default: string | number | boolean | import('../../_utils/props').Events | {
802
+ default: string | number | boolean | import('../../utils/props').Events | {
803
803
  [key: string]: any;
804
- } | import('../../_utils/props').RequestParams | {
804
+ } | import('../../utils/props').RequestParams | {
805
805
  [key: string]: any;
806
806
  }[] | {
807
807
  [key: string]: any;
@@ -819,9 +819,9 @@ export declare const tableComponentProps: {
819
819
  default?: undefined;
820
820
  } | {
821
821
  type: any;
822
- default: string | number | boolean | import('../../_utils/props').Events | {
822
+ default: string | number | boolean | import('../../utils/props').Events | {
823
823
  [key: string]: any;
824
- } | import('../../_utils/props').RequestParams | {
824
+ } | import('../../utils/props').RequestParams | {
825
825
  [key: string]: any;
826
826
  }[] | {
827
827
  [key: string]: any;
@@ -839,9 +839,9 @@ export declare const tableComponentProps: {
839
839
  default?: undefined;
840
840
  } | {
841
841
  type: any;
842
- default: string | number | boolean | import('../../_utils/props').Events | {
842
+ default: string | number | boolean | import('../../utils/props').Events | {
843
843
  [key: string]: any;
844
- } | import('../../_utils/props').RequestParams | {
844
+ } | import('../../utils/props').RequestParams | {
845
845
  [key: string]: any;
846
846
  }[] | {
847
847
  [key: string]: any;
@@ -859,9 +859,9 @@ export declare const tableComponentProps: {
859
859
  default?: undefined;
860
860
  } | {
861
861
  type: any;
862
- default: string | number | boolean | import('../../_utils/props').Events | {
862
+ default: string | number | boolean | import('../../utils/props').Events | {
863
863
  [key: string]: any;
864
- } | import('../../_utils/props').RequestParams | {
864
+ } | import('../../utils/props').RequestParams | {
865
865
  [key: string]: any;
866
866
  }[] | {
867
867
  [key: string]: any;