@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,4 +1,4 @@
1
- import { Props, Data, KeyTypeDataFieldNames, ValueTypeDataFieldNames } from '../../_utils/props';
1
+ import { Props, Data, KeyTypeDataFieldNames, ValueTypeDataFieldNames } from '../../utils/props';
2
2
  export interface BarProps extends Props {
3
3
  data: Data;
4
4
  titleText: string;
@@ -27,7 +27,6 @@ export interface BarProps extends Props {
27
27
  keyTypeDataFieldNames: KeyTypeDataFieldNames;
28
28
  dataFieldConfigType: 'key' | 'value';
29
29
  tooltipShow: boolean;
30
- tooltipTrigger: 'item' | 'axis' | 'none';
31
30
  tooltipTextStyleColor: string;
32
31
  tooltipFormatter: string;
33
32
  gridContainLabel: boolean;
@@ -62,9 +61,9 @@ export declare const barComponentProps: {
62
61
  default?: undefined;
63
62
  } | {
64
63
  type: any;
65
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
64
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
66
65
  [key: string]: any;
67
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
66
+ } | import('../../utils/props').RequestParams | {
68
67
  [key: string]: any;
69
68
  chartType: 'bar';
70
69
  plugin: '1';
@@ -76,9 +75,9 @@ export declare const barComponentProps: {
76
75
  default?: undefined;
77
76
  } | {
78
77
  type: any;
79
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
78
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
80
79
  [key: string]: any;
81
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
80
+ } | import('../../utils/props').RequestParams | {
82
81
  [key: string]: any;
83
82
  chartType: 'bar';
84
83
  plugin: '1';
@@ -90,9 +89,9 @@ export declare const barComponentProps: {
90
89
  default?: undefined;
91
90
  } | {
92
91
  type: any;
93
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
92
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
94
93
  [key: string]: any;
95
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
94
+ } | import('../../utils/props').RequestParams | {
96
95
  [key: string]: any;
97
96
  chartType: 'bar';
98
97
  plugin: '1';
@@ -104,9 +103,9 @@ export declare const barComponentProps: {
104
103
  default?: undefined;
105
104
  } | {
106
105
  type: any;
107
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
106
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
108
107
  [key: string]: any;
109
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
108
+ } | import('../../utils/props').RequestParams | {
110
109
  [key: string]: any;
111
110
  chartType: 'bar';
112
111
  plugin: '1';
@@ -118,9 +117,9 @@ export declare const barComponentProps: {
118
117
  default?: undefined;
119
118
  } | {
120
119
  type: any;
121
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
120
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
122
121
  [key: string]: any;
123
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
122
+ } | import('../../utils/props').RequestParams | {
124
123
  [key: string]: any;
125
124
  chartType: 'bar';
126
125
  plugin: '1';
@@ -132,9 +131,9 @@ export declare const barComponentProps: {
132
131
  default?: undefined;
133
132
  } | {
134
133
  type: any;
135
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
134
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
136
135
  [key: string]: any;
137
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
136
+ } | import('../../utils/props').RequestParams | {
138
137
  [key: string]: any;
139
138
  chartType: 'bar';
140
139
  plugin: '1';
@@ -146,9 +145,9 @@ export declare const barComponentProps: {
146
145
  default?: undefined;
147
146
  } | {
148
147
  type: any;
149
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
148
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
150
149
  [key: string]: any;
151
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
150
+ } | import('../../utils/props').RequestParams | {
152
151
  [key: string]: any;
153
152
  chartType: 'bar';
154
153
  plugin: '1';
@@ -160,9 +159,9 @@ export declare const barComponentProps: {
160
159
  default?: undefined;
161
160
  } | {
162
161
  type: any;
163
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
162
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
164
163
  [key: string]: any;
165
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
164
+ } | import('../../utils/props').RequestParams | {
166
165
  [key: string]: any;
167
166
  chartType: 'bar';
168
167
  plugin: '1';
@@ -174,9 +173,9 @@ export declare const barComponentProps: {
174
173
  default?: undefined;
175
174
  } | {
176
175
  type: any;
177
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
176
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
178
177
  [key: string]: any;
179
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
178
+ } | import('../../utils/props').RequestParams | {
180
179
  [key: string]: any;
181
180
  chartType: 'bar';
182
181
  plugin: '1';
@@ -188,9 +187,9 @@ export declare const barComponentProps: {
188
187
  default?: undefined;
189
188
  } | {
190
189
  type: any;
191
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
190
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
192
191
  [key: string]: any;
193
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
192
+ } | import('../../utils/props').RequestParams | {
194
193
  [key: string]: any;
195
194
  chartType: 'bar';
196
195
  plugin: '1';
@@ -202,9 +201,9 @@ export declare const barComponentProps: {
202
201
  default?: undefined;
203
202
  } | {
204
203
  type: any;
205
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
204
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
206
205
  [key: string]: any;
207
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
206
+ } | import('../../utils/props').RequestParams | {
208
207
  [key: string]: any;
209
208
  chartType: 'bar';
210
209
  plugin: '1';
@@ -216,9 +215,9 @@ export declare const barComponentProps: {
216
215
  default?: undefined;
217
216
  } | {
218
217
  type: any;
219
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
218
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
220
219
  [key: string]: any;
221
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
220
+ } | import('../../utils/props').RequestParams | {
222
221
  [key: string]: any;
223
222
  chartType: 'bar';
224
223
  plugin: '1';
@@ -230,9 +229,9 @@ export declare const barComponentProps: {
230
229
  default?: undefined;
231
230
  } | {
232
231
  type: any;
233
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
232
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
234
233
  [key: string]: any;
235
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
234
+ } | import('../../utils/props').RequestParams | {
236
235
  [key: string]: any;
237
236
  chartType: 'bar';
238
237
  plugin: '1';
@@ -244,9 +243,9 @@ export declare const barComponentProps: {
244
243
  default?: undefined;
245
244
  } | {
246
245
  type: any;
247
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
246
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
248
247
  [key: string]: any;
249
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
248
+ } | import('../../utils/props').RequestParams | {
250
249
  [key: string]: any;
251
250
  chartType: 'bar';
252
251
  plugin: '1';
@@ -258,9 +257,9 @@ export declare const barComponentProps: {
258
257
  default?: undefined;
259
258
  } | {
260
259
  type: any;
261
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
260
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
262
261
  [key: string]: any;
263
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
262
+ } | import('../../utils/props').RequestParams | {
264
263
  [key: string]: any;
265
264
  chartType: 'bar';
266
265
  plugin: '1';
@@ -272,9 +271,9 @@ export declare const barComponentProps: {
272
271
  default?: undefined;
273
272
  } | {
274
273
  type: any;
275
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
274
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
276
275
  [key: string]: any;
277
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
276
+ } | import('../../utils/props').RequestParams | {
278
277
  [key: string]: any;
279
278
  chartType: 'bar';
280
279
  plugin: '1';
@@ -286,9 +285,9 @@ export declare const barComponentProps: {
286
285
  default?: undefined;
287
286
  } | {
288
287
  type: any;
289
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
288
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
290
289
  [key: string]: any;
291
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
290
+ } | import('../../utils/props').RequestParams | {
292
291
  [key: string]: any;
293
292
  chartType: 'bar';
294
293
  plugin: '1';
@@ -300,9 +299,9 @@ export declare const barComponentProps: {
300
299
  default?: undefined;
301
300
  } | {
302
301
  type: any;
303
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
302
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
304
303
  [key: string]: any;
305
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
304
+ } | import('../../utils/props').RequestParams | {
306
305
  [key: string]: any;
307
306
  chartType: 'bar';
308
307
  plugin: '1';
@@ -314,9 +313,9 @@ export declare const barComponentProps: {
314
313
  default?: undefined;
315
314
  } | {
316
315
  type: any;
317
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
316
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
318
317
  [key: string]: any;
319
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
318
+ } | import('../../utils/props').RequestParams | {
320
319
  [key: string]: any;
321
320
  chartType: 'bar';
322
321
  plugin: '1';
@@ -328,9 +327,9 @@ export declare const barComponentProps: {
328
327
  default?: undefined;
329
328
  } | {
330
329
  type: any;
331
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
330
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
332
331
  [key: string]: any;
333
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
332
+ } | import('../../utils/props').RequestParams | {
334
333
  [key: string]: any;
335
334
  chartType: 'bar';
336
335
  plugin: '1';
@@ -342,9 +341,9 @@ export declare const barComponentProps: {
342
341
  default?: undefined;
343
342
  } | {
344
343
  type: any;
345
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
344
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
346
345
  [key: string]: any;
347
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
346
+ } | import('../../utils/props').RequestParams | {
348
347
  [key: string]: any;
349
348
  chartType: 'bar';
350
349
  plugin: '1';
@@ -356,9 +355,9 @@ export declare const barComponentProps: {
356
355
  default?: undefined;
357
356
  } | {
358
357
  type: any;
359
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
358
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
360
359
  [key: string]: any;
361
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
360
+ } | import('../../utils/props').RequestParams | {
362
361
  [key: string]: any;
363
362
  chartType: 'bar';
364
363
  plugin: '1';
@@ -370,9 +369,9 @@ export declare const barComponentProps: {
370
369
  default?: undefined;
371
370
  } | {
372
371
  type: any;
373
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
372
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
374
373
  [key: string]: any;
375
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
374
+ } | import('../../utils/props').RequestParams | {
376
375
  [key: string]: any;
377
376
  chartType: 'bar';
378
377
  plugin: '1';
@@ -384,9 +383,9 @@ export declare const barComponentProps: {
384
383
  default?: undefined;
385
384
  } | {
386
385
  type: any;
387
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
386
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
388
387
  [key: string]: any;
389
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
388
+ } | import('../../utils/props').RequestParams | {
390
389
  [key: string]: any;
391
390
  chartType: 'bar';
392
391
  plugin: '1';
@@ -398,9 +397,9 @@ export declare const barComponentProps: {
398
397
  default?: undefined;
399
398
  } | {
400
399
  type: any;
401
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
400
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
402
401
  [key: string]: any;
403
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
402
+ } | import('../../utils/props').RequestParams | {
404
403
  [key: string]: any;
405
404
  chartType: 'bar';
406
405
  plugin: '1';
@@ -412,9 +411,9 @@ export declare const barComponentProps: {
412
411
  default?: undefined;
413
412
  } | {
414
413
  type: any;
415
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
414
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
416
415
  [key: string]: any;
417
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
416
+ } | import('../../utils/props').RequestParams | {
418
417
  [key: string]: any;
419
418
  chartType: 'bar';
420
419
  plugin: '1';
@@ -426,23 +425,9 @@ export declare const barComponentProps: {
426
425
  default?: undefined;
427
426
  } | {
428
427
  type: any;
429
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
428
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
430
429
  [key: string]: any;
431
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
432
- [key: string]: any;
433
- chartType: 'bar';
434
- plugin: '1';
435
- layer: '2';
436
- };
437
- };
438
- tooltipTrigger: {
439
- type?: undefined;
440
- default?: undefined;
441
- } | {
442
- type: any;
443
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
444
- [key: string]: any;
445
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
430
+ } | import('../../utils/props').RequestParams | {
446
431
  [key: string]: any;
447
432
  chartType: 'bar';
448
433
  plugin: '1';
@@ -454,9 +439,9 @@ export declare const barComponentProps: {
454
439
  default?: undefined;
455
440
  } | {
456
441
  type: any;
457
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
442
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
458
443
  [key: string]: any;
459
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
444
+ } | import('../../utils/props').RequestParams | {
460
445
  [key: string]: any;
461
446
  chartType: 'bar';
462
447
  plugin: '1';
@@ -468,9 +453,9 @@ export declare const barComponentProps: {
468
453
  default?: undefined;
469
454
  } | {
470
455
  type: any;
471
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
456
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
472
457
  [key: string]: any;
473
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
458
+ } | import('../../utils/props').RequestParams | {
474
459
  [key: string]: any;
475
460
  chartType: 'bar';
476
461
  plugin: '1';
@@ -482,9 +467,9 @@ export declare const barComponentProps: {
482
467
  default?: undefined;
483
468
  } | {
484
469
  type: any;
485
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
470
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
486
471
  [key: string]: any;
487
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
472
+ } | import('../../utils/props').RequestParams | {
488
473
  [key: string]: any;
489
474
  chartType: 'bar';
490
475
  plugin: '1';
@@ -496,9 +481,9 @@ export declare const barComponentProps: {
496
481
  default?: undefined;
497
482
  } | {
498
483
  type: any;
499
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
484
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
500
485
  [key: string]: any;
501
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
486
+ } | import('../../utils/props').RequestParams | {
502
487
  [key: string]: any;
503
488
  chartType: 'bar';
504
489
  plugin: '1';
@@ -510,9 +495,9 @@ export declare const barComponentProps: {
510
495
  default?: undefined;
511
496
  } | {
512
497
  type: any;
513
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
498
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
514
499
  [key: string]: any;
515
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
500
+ } | import('../../utils/props').RequestParams | {
516
501
  [key: string]: any;
517
502
  chartType: 'bar';
518
503
  plugin: '1';
@@ -524,9 +509,9 @@ export declare const barComponentProps: {
524
509
  default?: undefined;
525
510
  } | {
526
511
  type: any;
527
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
512
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
528
513
  [key: string]: any;
529
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
514
+ } | import('../../utils/props').RequestParams | {
530
515
  [key: string]: any;
531
516
  chartType: 'bar';
532
517
  plugin: '1';
@@ -538,9 +523,9 @@ export declare const barComponentProps: {
538
523
  default?: undefined;
539
524
  } | {
540
525
  type: any;
541
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
526
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
542
527
  [key: string]: any;
543
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
528
+ } | import('../../utils/props').RequestParams | {
544
529
  [key: string]: any;
545
530
  chartType: 'bar';
546
531
  plugin: '1';
@@ -552,9 +537,9 @@ export declare const barComponentProps: {
552
537
  default?: undefined;
553
538
  } | {
554
539
  type: any;
555
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
540
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
556
541
  [key: string]: any;
557
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
542
+ } | import('../../utils/props').RequestParams | {
558
543
  [key: string]: any;
559
544
  chartType: 'bar';
560
545
  plugin: '1';
@@ -566,9 +551,9 @@ export declare const barComponentProps: {
566
551
  default?: undefined;
567
552
  } | {
568
553
  type: any;
569
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
554
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
570
555
  [key: string]: any;
571
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
556
+ } | import('../../utils/props').RequestParams | {
572
557
  [key: string]: any;
573
558
  chartType: 'bar';
574
559
  plugin: '1';
@@ -580,9 +565,9 @@ export declare const barComponentProps: {
580
565
  default?: undefined;
581
566
  } | {
582
567
  type: any;
583
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
568
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
584
569
  [key: string]: any;
585
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
570
+ } | import('../../utils/props').RequestParams | {
586
571
  [key: string]: any;
587
572
  chartType: 'bar';
588
573
  plugin: '1';
@@ -594,9 +579,9 @@ export declare const barComponentProps: {
594
579
  default?: undefined;
595
580
  } | {
596
581
  type: any;
597
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
582
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
598
583
  [key: string]: any;
599
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
584
+ } | import('../../utils/props').RequestParams | {
600
585
  [key: string]: any;
601
586
  chartType: 'bar';
602
587
  plugin: '1';
@@ -608,9 +593,9 @@ export declare const barComponentProps: {
608
593
  default?: undefined;
609
594
  } | {
610
595
  type: any;
611
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
596
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
612
597
  [key: string]: any;
613
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
598
+ } | import('../../utils/props').RequestParams | {
614
599
  [key: string]: any;
615
600
  chartType: 'bar';
616
601
  plugin: '1';
@@ -622,9 +607,9 @@ export declare const barComponentProps: {
622
607
  default?: undefined;
623
608
  } | {
624
609
  type: any;
625
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
610
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
626
611
  [key: string]: any;
627
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
612
+ } | import('../../utils/props').RequestParams | {
628
613
  [key: string]: any;
629
614
  chartType: 'bar';
630
615
  plugin: '1';
@@ -636,9 +621,9 @@ export declare const barComponentProps: {
636
621
  default?: undefined;
637
622
  } | {
638
623
  type: any;
639
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
624
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
640
625
  [key: string]: any;
641
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
626
+ } | import('../../utils/props').RequestParams | {
642
627
  [key: string]: any;
643
628
  chartType: 'bar';
644
629
  plugin: '1';
@@ -650,9 +635,9 @@ export declare const barComponentProps: {
650
635
  default?: undefined;
651
636
  } | {
652
637
  type: any;
653
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
638
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
654
639
  [key: string]: any;
655
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
640
+ } | import('../../utils/props').RequestParams | {
656
641
  [key: string]: any;
657
642
  chartType: 'bar';
658
643
  plugin: '1';
@@ -664,9 +649,9 @@ export declare const barComponentProps: {
664
649
  default?: undefined;
665
650
  } | {
666
651
  type: any;
667
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
652
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
668
653
  [key: string]: any;
669
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
654
+ } | import('../../utils/props').RequestParams | {
670
655
  [key: string]: any;
671
656
  chartType: 'bar';
672
657
  plugin: '1';
@@ -678,9 +663,9 @@ export declare const barComponentProps: {
678
663
  default?: undefined;
679
664
  } | {
680
665
  type: any;
681
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
666
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
682
667
  [key: string]: any;
683
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
668
+ } | import('../../utils/props').RequestParams | {
684
669
  [key: string]: any;
685
670
  chartType: 'bar';
686
671
  plugin: '1';
@@ -692,9 +677,9 @@ export declare const barComponentProps: {
692
677
  default?: undefined;
693
678
  } | {
694
679
  type: any;
695
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
680
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
696
681
  [key: string]: any;
697
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
682
+ } | import('../../utils/props').RequestParams | {
698
683
  [key: string]: any;
699
684
  chartType: 'bar';
700
685
  plugin: '1';
@@ -706,9 +691,9 @@ export declare const barComponentProps: {
706
691
  default?: undefined;
707
692
  } | {
708
693
  type: any;
709
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
694
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
710
695
  [key: string]: any;
711
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
696
+ } | import('../../utils/props').RequestParams | {
712
697
  [key: string]: any;
713
698
  chartType: 'bar';
714
699
  plugin: '1';
@@ -720,9 +705,9 @@ export declare const barComponentProps: {
720
705
  default?: undefined;
721
706
  } | {
722
707
  type: any;
723
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
708
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
724
709
  [key: string]: any;
725
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
710
+ } | import('../../utils/props').RequestParams | {
726
711
  [key: string]: any;
727
712
  chartType: 'bar';
728
713
  plugin: '1';
@@ -734,9 +719,9 @@ export declare const barComponentProps: {
734
719
  default?: undefined;
735
720
  } | {
736
721
  type: any;
737
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
722
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
738
723
  [key: string]: any;
739
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
724
+ } | import('../../utils/props').RequestParams | {
740
725
  [key: string]: any;
741
726
  chartType: 'bar';
742
727
  plugin: '1';
@@ -748,9 +733,9 @@ export declare const barComponentProps: {
748
733
  default?: undefined;
749
734
  } | {
750
735
  type: any;
751
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
736
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
752
737
  [key: string]: any;
753
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
738
+ } | import('../../utils/props').RequestParams | {
754
739
  [key: string]: any;
755
740
  chartType: 'bar';
756
741
  plugin: '1';
@@ -762,9 +747,9 @@ export declare const barComponentProps: {
762
747
  default?: undefined;
763
748
  } | {
764
749
  type: any;
765
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
750
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
766
751
  [key: string]: any;
767
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
752
+ } | import('../../utils/props').RequestParams | {
768
753
  [key: string]: any;
769
754
  chartType: 'bar';
770
755
  plugin: '1';
@@ -776,9 +761,9 @@ export declare const barComponentProps: {
776
761
  default?: undefined;
777
762
  } | {
778
763
  type: any;
779
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
764
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
780
765
  [key: string]: any;
781
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
766
+ } | import('../../utils/props').RequestParams | {
782
767
  [key: string]: any;
783
768
  chartType: 'bar';
784
769
  plugin: '1';
@@ -790,9 +775,9 @@ export declare const barComponentProps: {
790
775
  default?: undefined;
791
776
  } | {
792
777
  type: any;
793
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
778
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
794
779
  [key: string]: any;
795
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
780
+ } | import('../../utils/props').RequestParams | {
796
781
  [key: string]: any;
797
782
  chartType: 'bar';
798
783
  plugin: '1';
@@ -804,9 +789,9 @@ export declare const barComponentProps: {
804
789
  default?: undefined;
805
790
  } | {
806
791
  type: any;
807
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
792
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
808
793
  [key: string]: any;
809
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
794
+ } | import('../../utils/props').RequestParams | {
810
795
  [key: string]: any;
811
796
  chartType: 'bar';
812
797
  plugin: '1';
@@ -818,9 +803,9 @@ export declare const barComponentProps: {
818
803
  default?: undefined;
819
804
  } | {
820
805
  type: any;
821
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
806
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
822
807
  [key: string]: any;
823
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
808
+ } | import('../../utils/props').RequestParams | {
824
809
  [key: string]: any;
825
810
  chartType: 'bar';
826
811
  plugin: '1';
@@ -832,9 +817,9 @@ export declare const barComponentProps: {
832
817
  default?: undefined;
833
818
  } | {
834
819
  type: any;
835
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
820
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
836
821
  [key: string]: any;
837
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
822
+ } | import('../../utils/props').RequestParams | {
838
823
  [key: string]: any;
839
824
  chartType: 'bar';
840
825
  plugin: '1';
@@ -846,9 +831,9 @@ export declare const barComponentProps: {
846
831
  default?: undefined;
847
832
  } | {
848
833
  type: any;
849
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
834
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
850
835
  [key: string]: any;
851
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
836
+ } | import('../../utils/props').RequestParams | {
852
837
  [key: string]: any;
853
838
  chartType: 'bar';
854
839
  plugin: '1';
@@ -860,9 +845,9 @@ export declare const barComponentProps: {
860
845
  default?: undefined;
861
846
  } | {
862
847
  type: any;
863
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
848
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
864
849
  [key: string]: any;
865
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
850
+ } | import('../../utils/props').RequestParams | {
866
851
  [key: string]: any;
867
852
  chartType: 'bar';
868
853
  plugin: '1';
@@ -874,9 +859,9 @@ export declare const barComponentProps: {
874
859
  default?: undefined;
875
860
  } | {
876
861
  type: any;
877
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
862
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
878
863
  [key: string]: any;
879
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
864
+ } | import('../../utils/props').RequestParams | {
880
865
  [key: string]: any;
881
866
  chartType: 'bar';
882
867
  plugin: '1';
@@ -888,9 +873,9 @@ export declare const barComponentProps: {
888
873
  default?: undefined;
889
874
  } | {
890
875
  type: any;
891
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
876
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
892
877
  [key: string]: any;
893
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
878
+ } | import('../../utils/props').RequestParams | {
894
879
  [key: string]: any;
895
880
  chartType: 'bar';
896
881
  plugin: '1';
@@ -902,9 +887,9 @@ export declare const barComponentProps: {
902
887
  default?: undefined;
903
888
  } | {
904
889
  type: any;
905
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
890
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
906
891
  [key: string]: any;
907
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
892
+ } | import('../../utils/props').RequestParams | {
908
893
  [key: string]: any;
909
894
  chartType: 'bar';
910
895
  plugin: '1';
@@ -916,9 +901,9 @@ export declare const barComponentProps: {
916
901
  default?: undefined;
917
902
  } | {
918
903
  type: any;
919
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
904
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
920
905
  [key: string]: any;
921
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
906
+ } | import('../../utils/props').RequestParams | {
922
907
  [key: string]: any;
923
908
  chartType: 'bar';
924
909
  plugin: '1';
@@ -930,9 +915,9 @@ export declare const barComponentProps: {
930
915
  default?: undefined;
931
916
  } | {
932
917
  type: any;
933
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
918
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
934
919
  [key: string]: any;
935
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
920
+ } | import('../../utils/props').RequestParams | {
936
921
  [key: string]: any;
937
922
  chartType: 'bar';
938
923
  plugin: '1';
@@ -944,9 +929,9 @@ export declare const barComponentProps: {
944
929
  default?: undefined;
945
930
  } | {
946
931
  type: any;
947
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
932
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
948
933
  [key: string]: any;
949
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
934
+ } | import('../../utils/props').RequestParams | {
950
935
  [key: string]: any;
951
936
  chartType: 'bar';
952
937
  plugin: '1';
@@ -958,9 +943,9 @@ export declare const barComponentProps: {
958
943
  default?: undefined;
959
944
  } | {
960
945
  type: any;
961
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
946
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
962
947
  [key: string]: any;
963
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
948
+ } | import('../../utils/props').RequestParams | {
964
949
  [key: string]: any;
965
950
  chartType: 'bar';
966
951
  plugin: '1';
@@ -972,9 +957,9 @@ export declare const barComponentProps: {
972
957
  default?: undefined;
973
958
  } | {
974
959
  type: any;
975
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
960
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
976
961
  [key: string]: any;
977
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
962
+ } | import('../../utils/props').RequestParams | {
978
963
  [key: string]: any;
979
964
  chartType: 'bar';
980
965
  plugin: '1';
@@ -986,9 +971,9 @@ export declare const barComponentProps: {
986
971
  default?: undefined;
987
972
  } | {
988
973
  type: any;
989
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
974
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
990
975
  [key: string]: any;
991
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
976
+ } | import('../../utils/props').RequestParams | {
992
977
  [key: string]: any;
993
978
  chartType: 'bar';
994
979
  plugin: '1';
@@ -1000,9 +985,9 @@ export declare const barComponentProps: {
1000
985
  default?: undefined;
1001
986
  } | {
1002
987
  type: any;
1003
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
988
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1004
989
  [key: string]: any;
1005
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
990
+ } | import('../../utils/props').RequestParams | {
1006
991
  [key: string]: any;
1007
992
  chartType: 'bar';
1008
993
  plugin: '1';
@@ -1014,9 +999,9 @@ export declare const barComponentProps: {
1014
999
  default?: undefined;
1015
1000
  } | {
1016
1001
  type: any;
1017
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1002
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1018
1003
  [key: string]: any;
1019
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1004
+ } | import('../../utils/props').RequestParams | {
1020
1005
  [key: string]: any;
1021
1006
  chartType: 'bar';
1022
1007
  plugin: '1';
@@ -1028,9 +1013,9 @@ export declare const barComponentProps: {
1028
1013
  default?: undefined;
1029
1014
  } | {
1030
1015
  type: any;
1031
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1016
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1032
1017
  [key: string]: any;
1033
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1018
+ } | import('../../utils/props').RequestParams | {
1034
1019
  [key: string]: any;
1035
1020
  chartType: 'bar';
1036
1021
  plugin: '1';
@@ -1042,9 +1027,9 @@ export declare const barComponentProps: {
1042
1027
  default?: undefined;
1043
1028
  } | {
1044
1029
  type: any;
1045
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1030
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1046
1031
  [key: string]: any;
1047
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1032
+ } | import('../../utils/props').RequestParams | {
1048
1033
  [key: string]: any;
1049
1034
  chartType: 'bar';
1050
1035
  plugin: '1';