@ecan-bi/datav 1.0.87 → 1.0.89

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 (512) hide show
  1. package/dist/index.es.js +319 -92
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +318 -91
  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 -9
  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 +2 -2
  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 +44 -13
  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 +2 -3
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +55 -23
  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 +2 -2
  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 +48 -14
  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 +8 -7
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +32 -11
  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 +2 -2
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +19 -10
  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 +2 -2
  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 +4 -9
  115. package/es/hooks/useRequestData.js.map +1 -0
  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 +17 -10
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/hooks/useVariablesInText.js +45 -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 +7 -5
  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 +96 -37
  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 +2 -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 +27 -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 +5 -2
  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 -9
  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 +2 -2
  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 +44 -13
  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 +2 -3
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +55 -23
  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 +2 -2
  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 +48 -14
  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 +8 -7
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +32 -11
  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 +2 -2
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +19 -10
  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 +2 -2
  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 +4 -9
  301. package/lib/hooks/useRequestData.js.map +1 -0
  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 +17 -10
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/hooks/useVariablesInText.js +45 -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 +7 -5
  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 +2806 -2806
  337. package/lib/table/table/Table.js +96 -37
  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 +2 -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 +27 -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 +5 -2
  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}/useRequestData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  434. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  435. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  436. package/types/hooks/useVariablesInText.d.ts +7 -0
  437. package/types/map/map/Map.vue.d.ts +224 -224
  438. package/types/map/map/index.d.ts +225 -225
  439. package/types/map/map/props.d.ts +113 -113
  440. package/types/media/image/Image.vue.d.ts +104 -104
  441. package/types/media/image/index.d.ts +105 -105
  442. package/types/media/image/props.d.ts +53 -53
  443. package/types/setting/page-config/index.d.ts +1 -1
  444. package/types/setting/provider-config/index.d.ts +1 -1
  445. package/types/table/table/Table.vue.d.ts +212 -173
  446. package/types/table/table/index.d.ts +213 -174
  447. package/types/table/table/props.d.ts +106 -85
  448. package/types/text/list/List.vue.d.ts +128 -128
  449. package/types/text/list/index.d.ts +129 -129
  450. package/types/text/list/props.d.ts +65 -65
  451. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  452. package/types/text/proportion/index.d.ts +145 -145
  453. package/types/text/proportion/props.d.ts +73 -73
  454. package/types/text/scroll-text/index.d.ts +1 -1
  455. package/types/text/text/Text.vue.d.ts +206 -140
  456. package/types/text/text/index.d.ts +207 -141
  457. package/types/text/text/props.d.ts +107 -71
  458. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  459. package/types/text/time-display/index.d.ts +121 -121
  460. package/types/text/time-display/props.d.ts +61 -61
  461. package/types/{_utils → utils}/constant.d.ts +0 -0
  462. package/types/{_utils → utils}/props.d.ts +0 -0
  463. package/types/{_utils → utils}/request.d.ts +0 -0
  464. package/types/{_utils → utils}/util.d.ts +0 -0
  465. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  466. package/es/_utils/constant.js.map +0 -1
  467. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  468. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  469. package/es/_utils/hooks/useImagePath.js.map +0 -1
  470. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  471. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  472. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  473. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  474. package/es/_utils/hooks/useRequestData.js.map +0 -1
  475. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  477. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  478. package/es/_utils/hooks/useVariablesInText.js +0 -23
  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/useRequestData.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  498. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  499. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  500. package/lib/_utils/hooks/useVariablesInText.js +0 -23
  501. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  502. package/lib/_utils/props.js.map +0 -1
  503. package/lib/_utils/request.js.map +0 -1
  504. package/lib/_utils/util.js.map +0 -1
  505. package/lib/_utils/withInstall.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  508. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  509. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  510. package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
  511. package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  512. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,12 +1,12 @@
1
- export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  columns: {
3
3
  type?: undefined;
4
4
  default?: undefined;
5
5
  } | {
6
6
  type: any;
7
- default: string | number | boolean | import("../../_utils/props").Events | {
7
+ default: string | number | boolean | import("../../utils/props").Events | {
8
8
  [key: string]: any;
9
- } | import("../../_utils/props").RequestParams | {
9
+ } | import("../../utils/props").RequestParams | {
10
10
  [key: string]: any;
11
11
  }[] | {
12
12
  [key: string]: any;
@@ -24,9 +24,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
24
24
  default?: undefined;
25
25
  } | {
26
26
  type: any;
27
- default: string | number | boolean | import("../../_utils/props").Events | {
27
+ default: string | number | boolean | import("../../utils/props").Events | {
28
28
  [key: string]: any;
29
- } | import("../../_utils/props").RequestParams | {
29
+ } | import("../../utils/props").RequestParams | {
30
30
  [key: string]: any;
31
31
  }[] | {
32
32
  [key: string]: any;
@@ -44,9 +44,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
44
44
  default?: undefined;
45
45
  } | {
46
46
  type: any;
47
- default: string | number | boolean | import("../../_utils/props").Events | {
47
+ default: string | number | boolean | import("../../utils/props").Events | {
48
48
  [key: string]: any;
49
- } | import("../../_utils/props").RequestParams | {
49
+ } | import("../../utils/props").RequestParams | {
50
50
  [key: string]: any;
51
51
  }[] | {
52
52
  [key: string]: any;
@@ -64,9 +64,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
64
64
  default?: undefined;
65
65
  } | {
66
66
  type: any;
67
- default: string | number | boolean | import("../../_utils/props").Events | {
67
+ default: string | number | boolean | import("../../utils/props").Events | {
68
68
  [key: string]: any;
69
- } | import("../../_utils/props").RequestParams | {
69
+ } | import("../../utils/props").RequestParams | {
70
70
  [key: string]: any;
71
71
  }[] | {
72
72
  [key: string]: any;
@@ -84,9 +84,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
84
84
  default?: undefined;
85
85
  } | {
86
86
  type: any;
87
- default: string | number | boolean | import("../../_utils/props").Events | {
87
+ default: string | number | boolean | import("../../utils/props").Events | {
88
88
  [key: string]: any;
89
- } | import("../../_utils/props").RequestParams | {
89
+ } | import("../../utils/props").RequestParams | {
90
90
  [key: string]: any;
91
91
  }[] | {
92
92
  [key: string]: any;
@@ -104,9 +104,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
104
104
  default?: undefined;
105
105
  } | {
106
106
  type: any;
107
- default: string | number | boolean | import("../../_utils/props").Events | {
107
+ default: string | number | boolean | import("../../utils/props").Events | {
108
108
  [key: string]: any;
109
- } | import("../../_utils/props").RequestParams | {
109
+ } | import("../../utils/props").RequestParams | {
110
110
  [key: string]: any;
111
111
  }[] | {
112
112
  [key: string]: any;
@@ -124,9 +124,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
124
124
  default?: undefined;
125
125
  } | {
126
126
  type: any;
127
- default: string | number | boolean | import("../../_utils/props").Events | {
127
+ default: string | number | boolean | import("../../utils/props").Events | {
128
128
  [key: string]: any;
129
- } | import("../../_utils/props").RequestParams | {
129
+ } | import("../../utils/props").RequestParams | {
130
130
  [key: string]: any;
131
131
  }[] | {
132
132
  [key: string]: any;
@@ -144,9 +144,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
144
144
  default?: undefined;
145
145
  } | {
146
146
  type: any;
147
- default: string | number | boolean | import("../../_utils/props").Events | {
147
+ default: string | number | boolean | import("../../utils/props").Events | {
148
148
  [key: string]: any;
149
- } | import("../../_utils/props").RequestParams | {
149
+ } | import("../../utils/props").RequestParams | {
150
150
  [key: string]: any;
151
151
  }[] | {
152
152
  [key: string]: any;
@@ -164,9 +164,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
164
164
  default?: undefined;
165
165
  } | {
166
166
  type: any;
167
- default: string | number | boolean | import("../../_utils/props").Events | {
167
+ default: string | number | boolean | import("../../utils/props").Events | {
168
168
  [key: string]: any;
169
- } | import("../../_utils/props").RequestParams | {
169
+ } | import("../../utils/props").RequestParams | {
170
170
  [key: string]: any;
171
171
  }[] | {
172
172
  [key: string]: any;
@@ -184,9 +184,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
184
184
  default?: undefined;
185
185
  } | {
186
186
  type: any;
187
- default: string | number | boolean | import("../../_utils/props").Events | {
187
+ default: string | number | boolean | import("../../utils/props").Events | {
188
188
  [key: string]: any;
189
- } | import("../../_utils/props").RequestParams | {
189
+ } | import("../../utils/props").RequestParams | {
190
190
  [key: string]: any;
191
191
  }[] | {
192
192
  [key: string]: any;
@@ -204,9 +204,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
204
204
  default?: undefined;
205
205
  } | {
206
206
  type: any;
207
- default: string | number | boolean | import("../../_utils/props").Events | {
207
+ default: string | number | boolean | import("../../utils/props").Events | {
208
208
  [key: string]: any;
209
- } | import("../../_utils/props").RequestParams | {
209
+ } | import("../../utils/props").RequestParams | {
210
210
  [key: string]: any;
211
211
  }[] | {
212
212
  [key: string]: any;
@@ -224,9 +224,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
224
224
  default?: undefined;
225
225
  } | {
226
226
  type: any;
227
- default: string | number | boolean | import("../../_utils/props").Events | {
227
+ default: string | number | boolean | import("../../utils/props").Events | {
228
228
  [key: string]: any;
229
- } | import("../../_utils/props").RequestParams | {
229
+ } | import("../../utils/props").RequestParams | {
230
230
  [key: string]: any;
231
231
  }[] | {
232
232
  [key: string]: any;
@@ -244,9 +244,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
244
244
  default?: undefined;
245
245
  } | {
246
246
  type: any;
247
- default: string | number | boolean | import("../../_utils/props").Events | {
247
+ default: string | number | boolean | import("../../utils/props").Events | {
248
248
  [key: string]: any;
249
- } | import("../../_utils/props").RequestParams | {
249
+ } | import("../../utils/props").RequestParams | {
250
250
  [key: string]: any;
251
251
  }[] | {
252
252
  [key: string]: any;
@@ -264,9 +264,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
264
264
  default?: undefined;
265
265
  } | {
266
266
  type: any;
267
- default: string | number | boolean | import("../../_utils/props").Events | {
267
+ default: string | number | boolean | import("../../utils/props").Events | {
268
268
  [key: string]: any;
269
- } | import("../../_utils/props").RequestParams | {
269
+ } | import("../../utils/props").RequestParams | {
270
270
  [key: string]: any;
271
271
  }[] | {
272
272
  [key: string]: any;
@@ -284,9 +284,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
284
284
  default?: undefined;
285
285
  } | {
286
286
  type: any;
287
- default: string | number | boolean | import("../../_utils/props").Events | {
287
+ default: string | number | boolean | import("../../utils/props").Events | {
288
288
  [key: string]: any;
289
- } | import("../../_utils/props").RequestParams | {
289
+ } | import("../../utils/props").RequestParams | {
290
290
  [key: string]: any;
291
291
  }[] | {
292
292
  [key: string]: any;
@@ -304,9 +304,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
304
304
  default?: undefined;
305
305
  } | {
306
306
  type: any;
307
- default: string | number | boolean | import("../../_utils/props").Events | {
307
+ default: string | number | boolean | import("../../utils/props").Events | {
308
308
  [key: string]: any;
309
- } | import("../../_utils/props").RequestParams | {
309
+ } | import("../../utils/props").RequestParams | {
310
310
  [key: string]: any;
311
311
  }[] | {
312
312
  [key: string]: any;
@@ -324,9 +324,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
324
324
  default?: undefined;
325
325
  } | {
326
326
  type: any;
327
- default: string | number | boolean | import("../../_utils/props").Events | {
327
+ default: string | number | boolean | import("../../utils/props").Events | {
328
328
  [key: string]: any;
329
- } | import("../../_utils/props").RequestParams | {
329
+ } | import("../../utils/props").RequestParams | {
330
330
  [key: string]: any;
331
331
  }[] | {
332
332
  [key: string]: any;
@@ -344,9 +344,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
344
344
  default?: undefined;
345
345
  } | {
346
346
  type: any;
347
- default: string | number | boolean | import("../../_utils/props").Events | {
347
+ default: string | number | boolean | import("../../utils/props").Events | {
348
348
  [key: string]: any;
349
- } | import("../../_utils/props").RequestParams | {
349
+ } | import("../../utils/props").RequestParams | {
350
350
  [key: string]: any;
351
351
  }[] | {
352
352
  [key: string]: any;
@@ -364,9 +364,29 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
364
364
  default?: undefined;
365
365
  } | {
366
366
  type: any;
367
- default: string | number | boolean | import("../../_utils/props").Events | {
367
+ default: string | number | boolean | import("../../utils/props").Events | {
368
368
  [key: string]: any;
369
- } | import("../../_utils/props").RequestParams | {
369
+ } | import("../../utils/props").RequestParams | {
370
+ [key: string]: any;
371
+ }[] | {
372
+ [key: string]: any;
373
+ chartType: "table";
374
+ plugin: "1";
375
+ layer: "1";
376
+ } | {
377
+ [key: string]: any;
378
+ }[] | {
379
+ [key: string]: any;
380
+ }[];
381
+ };
382
+ isReverse: {
383
+ type?: undefined;
384
+ default?: undefined;
385
+ } | {
386
+ type: any;
387
+ default: string | number | boolean | import("../../utils/props").Events | {
388
+ [key: string]: any;
389
+ } | import("../../utils/props").RequestParams | {
370
390
  [key: string]: any;
371
391
  }[] | {
372
392
  [key: string]: any;
@@ -384,9 +404,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
384
404
  default?: undefined;
385
405
  } | {
386
406
  type: any;
387
- default: string | number | boolean | import("../../_utils/props").Events | {
407
+ default: string | number | boolean | import("../../utils/props").Events | {
388
408
  [key: string]: any;
389
- } | import("../../_utils/props").RequestParams | {
409
+ } | import("../../utils/props").RequestParams | {
390
410
  [key: string]: any;
391
411
  }[] | {
392
412
  [key: string]: any;
@@ -404,9 +424,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
404
424
  default?: undefined;
405
425
  } | {
406
426
  type: any;
407
- default: string | number | boolean | import("../../_utils/props").Events | {
427
+ default: string | number | boolean | import("../../utils/props").Events | {
408
428
  [key: string]: any;
409
- } | import("../../_utils/props").RequestParams | {
429
+ } | import("../../utils/props").RequestParams | {
410
430
  [key: string]: any;
411
431
  }[] | {
412
432
  [key: string]: any;
@@ -424,9 +444,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
424
444
  default?: undefined;
425
445
  } | {
426
446
  type: any;
427
- default: string | number | boolean | import("../../_utils/props").Events | {
447
+ default: string | number | boolean | import("../../utils/props").Events | {
428
448
  [key: string]: any;
429
- } | import("../../_utils/props").RequestParams | {
449
+ } | import("../../utils/props").RequestParams | {
430
450
  [key: string]: any;
431
451
  }[] | {
432
452
  [key: string]: any;
@@ -444,9 +464,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
444
464
  default?: undefined;
445
465
  } | {
446
466
  type: any;
447
- default: string | number | boolean | import("../../_utils/props").Events | {
467
+ default: string | number | boolean | import("../../utils/props").Events | {
448
468
  [key: string]: any;
449
- } | import("../../_utils/props").RequestParams | {
469
+ } | import("../../utils/props").RequestParams | {
450
470
  [key: string]: any;
451
471
  }[] | {
452
472
  [key: string]: any;
@@ -464,9 +484,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
464
484
  default?: undefined;
465
485
  } | {
466
486
  type: any;
467
- default: string | number | boolean | import("../../_utils/props").Events | {
487
+ default: string | number | boolean | import("../../utils/props").Events | {
468
488
  [key: string]: any;
469
- } | import("../../_utils/props").RequestParams | {
489
+ } | import("../../utils/props").RequestParams | {
470
490
  [key: string]: any;
471
491
  }[] | {
472
492
  [key: string]: any;
@@ -484,9 +504,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
484
504
  default?: undefined;
485
505
  } | {
486
506
  type: any;
487
- default: string | number | boolean | import("../../_utils/props").Events | {
507
+ default: string | number | boolean | import("../../utils/props").Events | {
488
508
  [key: string]: any;
489
- } | import("../../_utils/props").RequestParams | {
509
+ } | import("../../utils/props").RequestParams | {
490
510
  [key: string]: any;
491
511
  }[] | {
492
512
  [key: string]: any;
@@ -504,9 +524,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
504
524
  default?: undefined;
505
525
  } | {
506
526
  type: any;
507
- default: string | number | boolean | import("../../_utils/props").Events | {
527
+ default: string | number | boolean | import("../../utils/props").Events | {
508
528
  [key: string]: any;
509
- } | import("../../_utils/props").RequestParams | {
529
+ } | import("../../utils/props").RequestParams | {
510
530
  [key: string]: any;
511
531
  }[] | {
512
532
  [key: string]: any;
@@ -524,9 +544,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
524
544
  default?: undefined;
525
545
  } | {
526
546
  type: any;
527
- default: string | number | boolean | import("../../_utils/props").Events | {
547
+ default: string | number | boolean | import("../../utils/props").Events | {
528
548
  [key: string]: any;
529
- } | import("../../_utils/props").RequestParams | {
549
+ } | import("../../utils/props").RequestParams | {
530
550
  [key: string]: any;
531
551
  }[] | {
532
552
  [key: string]: any;
@@ -544,9 +564,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
544
564
  default?: undefined;
545
565
  } | {
546
566
  type: any;
547
- default: string | number | boolean | import("../../_utils/props").Events | {
567
+ default: string | number | boolean | import("../../utils/props").Events | {
548
568
  [key: string]: any;
549
- } | import("../../_utils/props").RequestParams | {
569
+ } | import("../../utils/props").RequestParams | {
550
570
  [key: string]: any;
551
571
  }[] | {
552
572
  [key: string]: any;
@@ -564,9 +584,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
564
584
  default?: undefined;
565
585
  } | {
566
586
  type: any;
567
- default: string | number | boolean | import("../../_utils/props").Events | {
587
+ default: string | number | boolean | import("../../utils/props").Events | {
568
588
  [key: string]: any;
569
- } | import("../../_utils/props").RequestParams | {
589
+ } | import("../../utils/props").RequestParams | {
570
590
  [key: string]: any;
571
591
  }[] | {
572
592
  [key: string]: any;
@@ -584,9 +604,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
584
604
  default?: undefined;
585
605
  } | {
586
606
  type: any;
587
- default: string | number | boolean | import("../../_utils/props").Events | {
607
+ default: string | number | boolean | import("../../utils/props").Events | {
588
608
  [key: string]: any;
589
- } | import("../../_utils/props").RequestParams | {
609
+ } | import("../../utils/props").RequestParams | {
590
610
  [key: string]: any;
591
611
  }[] | {
592
612
  [key: string]: any;
@@ -604,9 +624,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
604
624
  default?: undefined;
605
625
  } | {
606
626
  type: any;
607
- default: string | number | boolean | import("../../_utils/props").Events | {
627
+ default: string | number | boolean | import("../../utils/props").Events | {
608
628
  [key: string]: any;
609
- } | import("../../_utils/props").RequestParams | {
629
+ } | import("../../utils/props").RequestParams | {
610
630
  [key: string]: any;
611
631
  }[] | {
612
632
  [key: string]: any;
@@ -624,9 +644,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
624
644
  default?: undefined;
625
645
  } | {
626
646
  type: any;
627
- default: string | number | boolean | import("../../_utils/props").Events | {
647
+ default: string | number | boolean | import("../../utils/props").Events | {
628
648
  [key: string]: any;
629
- } | import("../../_utils/props").RequestParams | {
649
+ } | import("../../utils/props").RequestParams | {
630
650
  [key: string]: any;
631
651
  }[] | {
632
652
  [key: string]: any;
@@ -644,9 +664,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
644
664
  default?: undefined;
645
665
  } | {
646
666
  type: any;
647
- default: string | number | boolean | import("../../_utils/props").Events | {
667
+ default: string | number | boolean | import("../../utils/props").Events | {
648
668
  [key: string]: any;
649
- } | import("../../_utils/props").RequestParams | {
669
+ } | import("../../utils/props").RequestParams | {
650
670
  [key: string]: any;
651
671
  }[] | {
652
672
  [key: string]: any;
@@ -664,9 +684,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
664
684
  default?: undefined;
665
685
  } | {
666
686
  type: any;
667
- default: string | number | boolean | import("../../_utils/props").Events | {
687
+ default: string | number | boolean | import("../../utils/props").Events | {
668
688
  [key: string]: any;
669
- } | import("../../_utils/props").RequestParams | {
689
+ } | import("../../utils/props").RequestParams | {
670
690
  [key: string]: any;
671
691
  }[] | {
672
692
  [key: string]: any;
@@ -684,9 +704,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
684
704
  default?: undefined;
685
705
  } | {
686
706
  type: any;
687
- default: string | number | boolean | import("../../_utils/props").Events | {
707
+ default: string | number | boolean | import("../../utils/props").Events | {
688
708
  [key: string]: any;
689
- } | import("../../_utils/props").RequestParams | {
709
+ } | import("../../utils/props").RequestParams | {
690
710
  [key: string]: any;
691
711
  }[] | {
692
712
  [key: string]: any;
@@ -704,9 +724,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
704
724
  default?: undefined;
705
725
  } | {
706
726
  type: any;
707
- default: string | number | boolean | import("../../_utils/props").Events | {
727
+ default: string | number | boolean | import("../../utils/props").Events | {
708
728
  [key: string]: any;
709
- } | import("../../_utils/props").RequestParams | {
729
+ } | import("../../utils/props").RequestParams | {
710
730
  [key: string]: any;
711
731
  }[] | {
712
732
  [key: string]: any;
@@ -724,9 +744,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
724
744
  default?: undefined;
725
745
  } | {
726
746
  type: any;
727
- default: string | number | boolean | import("../../_utils/props").Events | {
747
+ default: string | number | boolean | import("../../utils/props").Events | {
728
748
  [key: string]: any;
729
- } | import("../../_utils/props").RequestParams | {
749
+ } | import("../../utils/props").RequestParams | {
730
750
  [key: string]: any;
731
751
  }[] | {
732
752
  [key: string]: any;
@@ -744,9 +764,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
744
764
  default?: undefined;
745
765
  } | {
746
766
  type: any;
747
- default: string | number | boolean | import("../../_utils/props").Events | {
767
+ default: string | number | boolean | import("../../utils/props").Events | {
748
768
  [key: string]: any;
749
- } | import("../../_utils/props").RequestParams | {
769
+ } | import("../../utils/props").RequestParams | {
750
770
  [key: string]: any;
751
771
  }[] | {
752
772
  [key: string]: any;
@@ -764,9 +784,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
764
784
  default?: undefined;
765
785
  } | {
766
786
  type: any;
767
- default: string | number | boolean | import("../../_utils/props").Events | {
787
+ default: string | number | boolean | import("../../utils/props").Events | {
768
788
  [key: string]: any;
769
- } | import("../../_utils/props").RequestParams | {
789
+ } | import("../../utils/props").RequestParams | {
770
790
  [key: string]: any;
771
791
  }[] | {
772
792
  [key: string]: any;
@@ -784,9 +804,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
784
804
  default?: undefined;
785
805
  } | {
786
806
  type: any;
787
- default: string | number | boolean | import("../../_utils/props").Events | {
807
+ default: string | number | boolean | import("../../utils/props").Events | {
788
808
  [key: string]: any;
789
- } | import("../../_utils/props").RequestParams | {
809
+ } | import("../../utils/props").RequestParams | {
790
810
  [key: string]: any;
791
811
  }[] | {
792
812
  [key: string]: any;
@@ -804,9 +824,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
804
824
  default?: undefined;
805
825
  } | {
806
826
  type: any;
807
- default: string | number | boolean | import("../../_utils/props").Events | {
827
+ default: string | number | boolean | import("../../utils/props").Events | {
808
828
  [key: string]: any;
809
- } | import("../../_utils/props").RequestParams | {
829
+ } | import("../../utils/props").RequestParams | {
810
830
  [key: string]: any;
811
831
  }[] | {
812
832
  [key: string]: any;
@@ -824,9 +844,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
824
844
  default?: undefined;
825
845
  } | {
826
846
  type: any;
827
- default: string | number | boolean | import("../../_utils/props").Events | {
847
+ default: string | number | boolean | import("../../utils/props").Events | {
828
848
  [key: string]: any;
829
- } | import("../../_utils/props").RequestParams | {
849
+ } | import("../../utils/props").RequestParams | {
830
850
  [key: string]: any;
831
851
  }[] | {
832
852
  [key: string]: any;
@@ -844,9 +864,6 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
844
864
  [key: string]: any;
845
865
  }>;
846
866
  y: import("vue").ComputedRef<number>;
847
- myColumns: import("vue").ComputedRef<{
848
- [key: string]: any;
849
- }[]>;
850
867
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
851
868
  customRow: (record: any) => {
852
869
  onClick: () => void;
@@ -868,8 +885,10 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
868
885
  tableChange: ({ current }: {
869
886
  current: number;
870
887
  }, _filters: any, sorter: any) => void;
871
- dataColumns: import("vue").Ref<any[]>;
872
- dataSource: import("vue").Ref<{
888
+ tableDataSource: import("vue").Ref<{
889
+ [x: string]: any;
890
+ }[]>;
891
+ tableColumns: import("vue").Ref<{
873
892
  [x: string]: any;
874
893
  }[]>;
875
894
  summaryList: import("vue").ComputedRef<{
@@ -887,9 +906,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
887
906
  default?: undefined;
888
907
  } | {
889
908
  type: any;
890
- default: string | number | boolean | import("../../_utils/props").Events | {
909
+ default: string | number | boolean | import("../../utils/props").Events | {
891
910
  [key: string]: any;
892
- } | import("../../_utils/props").RequestParams | {
911
+ } | import("../../utils/props").RequestParams | {
893
912
  [key: string]: any;
894
913
  }[] | {
895
914
  [key: string]: any;
@@ -907,9 +926,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
907
926
  default?: undefined;
908
927
  } | {
909
928
  type: any;
910
- default: string | number | boolean | import("../../_utils/props").Events | {
929
+ default: string | number | boolean | import("../../utils/props").Events | {
911
930
  [key: string]: any;
912
- } | import("../../_utils/props").RequestParams | {
931
+ } | import("../../utils/props").RequestParams | {
913
932
  [key: string]: any;
914
933
  }[] | {
915
934
  [key: string]: any;
@@ -927,9 +946,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
927
946
  default?: undefined;
928
947
  } | {
929
948
  type: any;
930
- default: string | number | boolean | import("../../_utils/props").Events | {
949
+ default: string | number | boolean | import("../../utils/props").Events | {
931
950
  [key: string]: any;
932
- } | import("../../_utils/props").RequestParams | {
951
+ } | import("../../utils/props").RequestParams | {
933
952
  [key: string]: any;
934
953
  }[] | {
935
954
  [key: string]: any;
@@ -947,9 +966,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
947
966
  default?: undefined;
948
967
  } | {
949
968
  type: any;
950
- default: string | number | boolean | import("../../_utils/props").Events | {
969
+ default: string | number | boolean | import("../../utils/props").Events | {
951
970
  [key: string]: any;
952
- } | import("../../_utils/props").RequestParams | {
971
+ } | import("../../utils/props").RequestParams | {
953
972
  [key: string]: any;
954
973
  }[] | {
955
974
  [key: string]: any;
@@ -967,9 +986,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
967
986
  default?: undefined;
968
987
  } | {
969
988
  type: any;
970
- default: string | number | boolean | import("../../_utils/props").Events | {
989
+ default: string | number | boolean | import("../../utils/props").Events | {
971
990
  [key: string]: any;
972
- } | import("../../_utils/props").RequestParams | {
991
+ } | import("../../utils/props").RequestParams | {
973
992
  [key: string]: any;
974
993
  }[] | {
975
994
  [key: string]: any;
@@ -987,9 +1006,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
987
1006
  default?: undefined;
988
1007
  } | {
989
1008
  type: any;
990
- default: string | number | boolean | import("../../_utils/props").Events | {
1009
+ default: string | number | boolean | import("../../utils/props").Events | {
991
1010
  [key: string]: any;
992
- } | import("../../_utils/props").RequestParams | {
1011
+ } | import("../../utils/props").RequestParams | {
993
1012
  [key: string]: any;
994
1013
  }[] | {
995
1014
  [key: string]: any;
@@ -1007,9 +1026,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1007
1026
  default?: undefined;
1008
1027
  } | {
1009
1028
  type: any;
1010
- default: string | number | boolean | import("../../_utils/props").Events | {
1029
+ default: string | number | boolean | import("../../utils/props").Events | {
1011
1030
  [key: string]: any;
1012
- } | import("../../_utils/props").RequestParams | {
1031
+ } | import("../../utils/props").RequestParams | {
1013
1032
  [key: string]: any;
1014
1033
  }[] | {
1015
1034
  [key: string]: any;
@@ -1027,9 +1046,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1027
1046
  default?: undefined;
1028
1047
  } | {
1029
1048
  type: any;
1030
- default: string | number | boolean | import("../../_utils/props").Events | {
1049
+ default: string | number | boolean | import("../../utils/props").Events | {
1031
1050
  [key: string]: any;
1032
- } | import("../../_utils/props").RequestParams | {
1051
+ } | import("../../utils/props").RequestParams | {
1033
1052
  [key: string]: any;
1034
1053
  }[] | {
1035
1054
  [key: string]: any;
@@ -1047,9 +1066,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1047
1066
  default?: undefined;
1048
1067
  } | {
1049
1068
  type: any;
1050
- default: string | number | boolean | import("../../_utils/props").Events | {
1069
+ default: string | number | boolean | import("../../utils/props").Events | {
1051
1070
  [key: string]: any;
1052
- } | import("../../_utils/props").RequestParams | {
1071
+ } | import("../../utils/props").RequestParams | {
1053
1072
  [key: string]: any;
1054
1073
  }[] | {
1055
1074
  [key: string]: any;
@@ -1067,9 +1086,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1067
1086
  default?: undefined;
1068
1087
  } | {
1069
1088
  type: any;
1070
- default: string | number | boolean | import("../../_utils/props").Events | {
1089
+ default: string | number | boolean | import("../../utils/props").Events | {
1071
1090
  [key: string]: any;
1072
- } | import("../../_utils/props").RequestParams | {
1091
+ } | import("../../utils/props").RequestParams | {
1073
1092
  [key: string]: any;
1074
1093
  }[] | {
1075
1094
  [key: string]: any;
@@ -1087,9 +1106,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1087
1106
  default?: undefined;
1088
1107
  } | {
1089
1108
  type: any;
1090
- default: string | number | boolean | import("../../_utils/props").Events | {
1109
+ default: string | number | boolean | import("../../utils/props").Events | {
1091
1110
  [key: string]: any;
1092
- } | import("../../_utils/props").RequestParams | {
1111
+ } | import("../../utils/props").RequestParams | {
1093
1112
  [key: string]: any;
1094
1113
  }[] | {
1095
1114
  [key: string]: any;
@@ -1107,9 +1126,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1107
1126
  default?: undefined;
1108
1127
  } | {
1109
1128
  type: any;
1110
- default: string | number | boolean | import("../../_utils/props").Events | {
1129
+ default: string | number | boolean | import("../../utils/props").Events | {
1111
1130
  [key: string]: any;
1112
- } | import("../../_utils/props").RequestParams | {
1131
+ } | import("../../utils/props").RequestParams | {
1113
1132
  [key: string]: any;
1114
1133
  }[] | {
1115
1134
  [key: string]: any;
@@ -1127,9 +1146,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1127
1146
  default?: undefined;
1128
1147
  } | {
1129
1148
  type: any;
1130
- default: string | number | boolean | import("../../_utils/props").Events | {
1149
+ default: string | number | boolean | import("../../utils/props").Events | {
1131
1150
  [key: string]: any;
1132
- } | import("../../_utils/props").RequestParams | {
1151
+ } | import("../../utils/props").RequestParams | {
1133
1152
  [key: string]: any;
1134
1153
  }[] | {
1135
1154
  [key: string]: any;
@@ -1147,9 +1166,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1147
1166
  default?: undefined;
1148
1167
  } | {
1149
1168
  type: any;
1150
- default: string | number | boolean | import("../../_utils/props").Events | {
1169
+ default: string | number | boolean | import("../../utils/props").Events | {
1151
1170
  [key: string]: any;
1152
- } | import("../../_utils/props").RequestParams | {
1171
+ } | import("../../utils/props").RequestParams | {
1153
1172
  [key: string]: any;
1154
1173
  }[] | {
1155
1174
  [key: string]: any;
@@ -1167,9 +1186,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1167
1186
  default?: undefined;
1168
1187
  } | {
1169
1188
  type: any;
1170
- default: string | number | boolean | import("../../_utils/props").Events | {
1189
+ default: string | number | boolean | import("../../utils/props").Events | {
1171
1190
  [key: string]: any;
1172
- } | import("../../_utils/props").RequestParams | {
1191
+ } | import("../../utils/props").RequestParams | {
1173
1192
  [key: string]: any;
1174
1193
  }[] | {
1175
1194
  [key: string]: any;
@@ -1187,9 +1206,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1187
1206
  default?: undefined;
1188
1207
  } | {
1189
1208
  type: any;
1190
- default: string | number | boolean | import("../../_utils/props").Events | {
1209
+ default: string | number | boolean | import("../../utils/props").Events | {
1191
1210
  [key: string]: any;
1192
- } | import("../../_utils/props").RequestParams | {
1211
+ } | import("../../utils/props").RequestParams | {
1193
1212
  [key: string]: any;
1194
1213
  }[] | {
1195
1214
  [key: string]: any;
@@ -1207,9 +1226,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1207
1226
  default?: undefined;
1208
1227
  } | {
1209
1228
  type: any;
1210
- default: string | number | boolean | import("../../_utils/props").Events | {
1229
+ default: string | number | boolean | import("../../utils/props").Events | {
1211
1230
  [key: string]: any;
1212
- } | import("../../_utils/props").RequestParams | {
1231
+ } | import("../../utils/props").RequestParams | {
1213
1232
  [key: string]: any;
1214
1233
  }[] | {
1215
1234
  [key: string]: any;
@@ -1227,9 +1246,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1227
1246
  default?: undefined;
1228
1247
  } | {
1229
1248
  type: any;
1230
- default: string | number | boolean | import("../../_utils/props").Events | {
1249
+ default: string | number | boolean | import("../../utils/props").Events | {
1231
1250
  [key: string]: any;
1232
- } | import("../../_utils/props").RequestParams | {
1251
+ } | import("../../utils/props").RequestParams | {
1233
1252
  [key: string]: any;
1234
1253
  }[] | {
1235
1254
  [key: string]: any;
@@ -1247,9 +1266,29 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1247
1266
  default?: undefined;
1248
1267
  } | {
1249
1268
  type: any;
1250
- default: string | number | boolean | import("../../_utils/props").Events | {
1269
+ default: string | number | boolean | import("../../utils/props").Events | {
1270
+ [key: string]: any;
1271
+ } | import("../../utils/props").RequestParams | {
1272
+ [key: string]: any;
1273
+ }[] | {
1274
+ [key: string]: any;
1275
+ chartType: "table";
1276
+ plugin: "1";
1277
+ layer: "1";
1278
+ } | {
1279
+ [key: string]: any;
1280
+ }[] | {
1281
+ [key: string]: any;
1282
+ }[];
1283
+ };
1284
+ isReverse: {
1285
+ type?: undefined;
1286
+ default?: undefined;
1287
+ } | {
1288
+ type: any;
1289
+ default: string | number | boolean | import("../../utils/props").Events | {
1251
1290
  [key: string]: any;
1252
- } | import("../../_utils/props").RequestParams | {
1291
+ } | import("../../utils/props").RequestParams | {
1253
1292
  [key: string]: any;
1254
1293
  }[] | {
1255
1294
  [key: string]: any;
@@ -1267,9 +1306,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1267
1306
  default?: undefined;
1268
1307
  } | {
1269
1308
  type: any;
1270
- default: string | number | boolean | import("../../_utils/props").Events | {
1309
+ default: string | number | boolean | import("../../utils/props").Events | {
1271
1310
  [key: string]: any;
1272
- } | import("../../_utils/props").RequestParams | {
1311
+ } | import("../../utils/props").RequestParams | {
1273
1312
  [key: string]: any;
1274
1313
  }[] | {
1275
1314
  [key: string]: any;
@@ -1287,9 +1326,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1287
1326
  default?: undefined;
1288
1327
  } | {
1289
1328
  type: any;
1290
- default: string | number | boolean | import("../../_utils/props").Events | {
1329
+ default: string | number | boolean | import("../../utils/props").Events | {
1291
1330
  [key: string]: any;
1292
- } | import("../../_utils/props").RequestParams | {
1331
+ } | import("../../utils/props").RequestParams | {
1293
1332
  [key: string]: any;
1294
1333
  }[] | {
1295
1334
  [key: string]: any;
@@ -1307,9 +1346,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1307
1346
  default?: undefined;
1308
1347
  } | {
1309
1348
  type: any;
1310
- default: string | number | boolean | import("../../_utils/props").Events | {
1349
+ default: string | number | boolean | import("../../utils/props").Events | {
1311
1350
  [key: string]: any;
1312
- } | import("../../_utils/props").RequestParams | {
1351
+ } | import("../../utils/props").RequestParams | {
1313
1352
  [key: string]: any;
1314
1353
  }[] | {
1315
1354
  [key: string]: any;
@@ -1327,9 +1366,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1327
1366
  default?: undefined;
1328
1367
  } | {
1329
1368
  type: any;
1330
- default: string | number | boolean | import("../../_utils/props").Events | {
1369
+ default: string | number | boolean | import("../../utils/props").Events | {
1331
1370
  [key: string]: any;
1332
- } | import("../../_utils/props").RequestParams | {
1371
+ } | import("../../utils/props").RequestParams | {
1333
1372
  [key: string]: any;
1334
1373
  }[] | {
1335
1374
  [key: string]: any;
@@ -1347,9 +1386,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1347
1386
  default?: undefined;
1348
1387
  } | {
1349
1388
  type: any;
1350
- default: string | number | boolean | import("../../_utils/props").Events | {
1389
+ default: string | number | boolean | import("../../utils/props").Events | {
1351
1390
  [key: string]: any;
1352
- } | import("../../_utils/props").RequestParams | {
1391
+ } | import("../../utils/props").RequestParams | {
1353
1392
  [key: string]: any;
1354
1393
  }[] | {
1355
1394
  [key: string]: any;
@@ -1367,9 +1406,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1367
1406
  default?: undefined;
1368
1407
  } | {
1369
1408
  type: any;
1370
- default: string | number | boolean | import("../../_utils/props").Events | {
1409
+ default: string | number | boolean | import("../../utils/props").Events | {
1371
1410
  [key: string]: any;
1372
- } | import("../../_utils/props").RequestParams | {
1411
+ } | import("../../utils/props").RequestParams | {
1373
1412
  [key: string]: any;
1374
1413
  }[] | {
1375
1414
  [key: string]: any;
@@ -1387,9 +1426,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1387
1426
  default?: undefined;
1388
1427
  } | {
1389
1428
  type: any;
1390
- default: string | number | boolean | import("../../_utils/props").Events | {
1429
+ default: string | number | boolean | import("../../utils/props").Events | {
1391
1430
  [key: string]: any;
1392
- } | import("../../_utils/props").RequestParams | {
1431
+ } | import("../../utils/props").RequestParams | {
1393
1432
  [key: string]: any;
1394
1433
  }[] | {
1395
1434
  [key: string]: any;
@@ -1407,9 +1446,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1407
1446
  default?: undefined;
1408
1447
  } | {
1409
1448
  type: any;
1410
- default: string | number | boolean | import("../../_utils/props").Events | {
1449
+ default: string | number | boolean | import("../../utils/props").Events | {
1411
1450
  [key: string]: any;
1412
- } | import("../../_utils/props").RequestParams | {
1451
+ } | import("../../utils/props").RequestParams | {
1413
1452
  [key: string]: any;
1414
1453
  }[] | {
1415
1454
  [key: string]: any;
@@ -1427,9 +1466,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1427
1466
  default?: undefined;
1428
1467
  } | {
1429
1468
  type: any;
1430
- default: string | number | boolean | import("../../_utils/props").Events | {
1469
+ default: string | number | boolean | import("../../utils/props").Events | {
1431
1470
  [key: string]: any;
1432
- } | import("../../_utils/props").RequestParams | {
1471
+ } | import("../../utils/props").RequestParams | {
1433
1472
  [key: string]: any;
1434
1473
  }[] | {
1435
1474
  [key: string]: any;
@@ -1447,9 +1486,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1447
1486
  default?: undefined;
1448
1487
  } | {
1449
1488
  type: any;
1450
- default: string | number | boolean | import("../../_utils/props").Events | {
1489
+ default: string | number | boolean | import("../../utils/props").Events | {
1451
1490
  [key: string]: any;
1452
- } | import("../../_utils/props").RequestParams | {
1491
+ } | import("../../utils/props").RequestParams | {
1453
1492
  [key: string]: any;
1454
1493
  }[] | {
1455
1494
  [key: string]: any;
@@ -1467,9 +1506,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1467
1506
  default?: undefined;
1468
1507
  } | {
1469
1508
  type: any;
1470
- default: string | number | boolean | import("../../_utils/props").Events | {
1509
+ default: string | number | boolean | import("../../utils/props").Events | {
1471
1510
  [key: string]: any;
1472
- } | import("../../_utils/props").RequestParams | {
1511
+ } | import("../../utils/props").RequestParams | {
1473
1512
  [key: string]: any;
1474
1513
  }[] | {
1475
1514
  [key: string]: any;
@@ -1487,9 +1526,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1487
1526
  default?: undefined;
1488
1527
  } | {
1489
1528
  type: any;
1490
- default: string | number | boolean | import("../../_utils/props").Events | {
1529
+ default: string | number | boolean | import("../../utils/props").Events | {
1491
1530
  [key: string]: any;
1492
- } | import("../../_utils/props").RequestParams | {
1531
+ } | import("../../utils/props").RequestParams | {
1493
1532
  [key: string]: any;
1494
1533
  }[] | {
1495
1534
  [key: string]: any;
@@ -1507,9 +1546,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1507
1546
  default?: undefined;
1508
1547
  } | {
1509
1548
  type: any;
1510
- default: string | number | boolean | import("../../_utils/props").Events | {
1549
+ default: string | number | boolean | import("../../utils/props").Events | {
1511
1550
  [key: string]: any;
1512
- } | import("../../_utils/props").RequestParams | {
1551
+ } | import("../../utils/props").RequestParams | {
1513
1552
  [key: string]: any;
1514
1553
  }[] | {
1515
1554
  [key: string]: any;
@@ -1527,9 +1566,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1527
1566
  default?: undefined;
1528
1567
  } | {
1529
1568
  type: any;
1530
- default: string | number | boolean | import("../../_utils/props").Events | {
1569
+ default: string | number | boolean | import("../../utils/props").Events | {
1531
1570
  [key: string]: any;
1532
- } | import("../../_utils/props").RequestParams | {
1571
+ } | import("../../utils/props").RequestParams | {
1533
1572
  [key: string]: any;
1534
1573
  }[] | {
1535
1574
  [key: string]: any;
@@ -1547,9 +1586,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1547
1586
  default?: undefined;
1548
1587
  } | {
1549
1588
  type: any;
1550
- default: string | number | boolean | import("../../_utils/props").Events | {
1589
+ default: string | number | boolean | import("../../utils/props").Events | {
1551
1590
  [key: string]: any;
1552
- } | import("../../_utils/props").RequestParams | {
1591
+ } | import("../../utils/props").RequestParams | {
1553
1592
  [key: string]: any;
1554
1593
  }[] | {
1555
1594
  [key: string]: any;
@@ -1567,9 +1606,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1567
1606
  default?: undefined;
1568
1607
  } | {
1569
1608
  type: any;
1570
- default: string | number | boolean | import("../../_utils/props").Events | {
1609
+ default: string | number | boolean | import("../../utils/props").Events | {
1571
1610
  [key: string]: any;
1572
- } | import("../../_utils/props").RequestParams | {
1611
+ } | import("../../utils/props").RequestParams | {
1573
1612
  [key: string]: any;
1574
1613
  }[] | {
1575
1614
  [key: string]: any;
@@ -1587,9 +1626,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1587
1626
  default?: undefined;
1588
1627
  } | {
1589
1628
  type: any;
1590
- default: string | number | boolean | import("../../_utils/props").Events | {
1629
+ default: string | number | boolean | import("../../utils/props").Events | {
1591
1630
  [key: string]: any;
1592
- } | import("../../_utils/props").RequestParams | {
1631
+ } | import("../../utils/props").RequestParams | {
1593
1632
  [key: string]: any;
1594
1633
  }[] | {
1595
1634
  [key: string]: any;
@@ -1607,9 +1646,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1607
1646
  default?: undefined;
1608
1647
  } | {
1609
1648
  type: any;
1610
- default: string | number | boolean | import("../../_utils/props").Events | {
1649
+ default: string | number | boolean | import("../../utils/props").Events | {
1611
1650
  [key: string]: any;
1612
- } | import("../../_utils/props").RequestParams | {
1651
+ } | import("../../utils/props").RequestParams | {
1613
1652
  [key: string]: any;
1614
1653
  }[] | {
1615
1654
  [key: string]: any;
@@ -1627,9 +1666,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1627
1666
  default?: undefined;
1628
1667
  } | {
1629
1668
  type: any;
1630
- default: string | number | boolean | import("../../_utils/props").Events | {
1669
+ default: string | number | boolean | import("../../utils/props").Events | {
1631
1670
  [key: string]: any;
1632
- } | import("../../_utils/props").RequestParams | {
1671
+ } | import("../../utils/props").RequestParams | {
1633
1672
  [key: string]: any;
1634
1673
  }[] | {
1635
1674
  [key: string]: any;
@@ -1647,9 +1686,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1647
1686
  default?: undefined;
1648
1687
  } | {
1649
1688
  type: any;
1650
- default: string | number | boolean | import("../../_utils/props").Events | {
1689
+ default: string | number | boolean | import("../../utils/props").Events | {
1651
1690
  [key: string]: any;
1652
- } | import("../../_utils/props").RequestParams | {
1691
+ } | import("../../utils/props").RequestParams | {
1653
1692
  [key: string]: any;
1654
1693
  }[] | {
1655
1694
  [key: string]: any;
@@ -1667,9 +1706,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1667
1706
  default?: undefined;
1668
1707
  } | {
1669
1708
  type: any;
1670
- default: string | number | boolean | import("../../_utils/props").Events | {
1709
+ default: string | number | boolean | import("../../utils/props").Events | {
1671
1710
  [key: string]: any;
1672
- } | import("../../_utils/props").RequestParams | {
1711
+ } | import("../../utils/props").RequestParams | {
1673
1712
  [key: string]: any;
1674
1713
  }[] | {
1675
1714
  [key: string]: any;
@@ -1687,9 +1726,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1687
1726
  default?: undefined;
1688
1727
  } | {
1689
1728
  type: any;
1690
- default: string | number | boolean | import("../../_utils/props").Events | {
1729
+ default: string | number | boolean | import("../../utils/props").Events | {
1691
1730
  [key: string]: any;
1692
- } | import("../../_utils/props").RequestParams | {
1731
+ } | import("../../utils/props").RequestParams | {
1693
1732
  [key: string]: any;
1694
1733
  }[] | {
1695
1734
  [key: string]: any;
@@ -1707,9 +1746,9 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
1707
1746
  default?: undefined;
1708
1747
  } | {
1709
1748
  type: any;
1710
- default: string | number | boolean | import("../../_utils/props").Events | {
1749
+ default: string | number | boolean | import("../../utils/props").Events | {
1711
1750
  [key: string]: any;
1712
- } | import("../../_utils/props").RequestParams | {
1751
+ } | import("../../utils/props").RequestParams | {
1713
1752
  [key: string]: any;
1714
1753
  }[] | {
1715
1754
  [key: string]: any;