@ecan-bi/datav 1.0.86 → 1.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (508) hide show
  1. package/dist/index.es.js +224 -68
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +224 -68
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +69 -69
  6. package/es/container/border/Border.js +7 -7
  7. package/es/container/border/Border.js.map +1 -1
  8. package/es/container/border/index.js +1 -1
  9. package/es/container/border/index.js.map +1 -1
  10. package/es/container/border/props.js +1 -1
  11. package/es/container/border/props.js.map +1 -1
  12. package/es/container/modal/Modal.js +6 -6
  13. package/es/container/modal/Modal.js.map +1 -1
  14. package/es/container/modal/index.js +1 -1
  15. package/es/container/modal/index.js.map +1 -1
  16. package/es/container/modal/props.js +1 -1
  17. package/es/container/modal/props.js.map +1 -1
  18. package/es/container/tabs/Tabs.js +8 -8
  19. package/es/container/tabs/Tabs.js.map +1 -1
  20. package/es/container/tabs/index.js +1 -1
  21. package/es/container/tabs/index.js.map +1 -1
  22. package/es/container/tabs/props.js +1 -1
  23. package/es/container/tabs/props.js.map +1 -1
  24. package/es/control/button/Button.js +5 -5
  25. package/es/control/button/Button.js.map +1 -1
  26. package/es/control/button/index.js +1 -1
  27. package/es/control/button/index.js.map +1 -1
  28. package/es/control/button/props.js +1 -1
  29. package/es/control/button/props.js.map +1 -1
  30. package/es/control/checkbox/Checkbox.js +12 -7
  31. package/es/control/checkbox/Checkbox.js.map +1 -1
  32. package/es/control/checkbox/index.js +1 -1
  33. package/es/control/checkbox/index.js.map +1 -1
  34. package/es/control/checkbox/props.js +1 -1
  35. package/es/control/checkbox/props.js.map +1 -1
  36. package/es/control/date-picker/DatePicker.js +14 -10
  37. package/es/control/date-picker/DatePicker.js.map +1 -1
  38. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  39. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  40. package/es/control/date-picker/index.js +1 -1
  41. package/es/control/date-picker/index.js.map +1 -1
  42. package/es/control/date-picker/props.js +1 -1
  43. package/es/control/date-picker/props.js.map +1 -1
  44. package/es/control/input/Input.js +4 -4
  45. package/es/control/input/Input.js.map +1 -1
  46. package/es/control/input/index.js +1 -1
  47. package/es/control/input/index.js.map +1 -1
  48. package/es/control/input/props.js +1 -1
  49. package/es/control/input/props.js.map +1 -1
  50. package/es/control/range-picker/RangePicker.js +6 -6
  51. package/es/control/range-picker/RangePicker.js.map +1 -1
  52. package/es/control/range-picker/index.js +1 -1
  53. package/es/control/range-picker/index.js.map +1 -1
  54. package/es/control/range-picker/props.js +1 -1
  55. package/es/control/range-picker/props.js.map +1 -1
  56. package/es/control/select/Select.js +7 -7
  57. package/es/control/select/Select.js.map +1 -1
  58. package/es/control/select/index.js +1 -1
  59. package/es/control/select/index.js.map +1 -1
  60. package/es/control/select/props.js +1 -1
  61. package/es/control/select/props.js.map +1 -1
  62. package/es/graph/bar/Bar.js +12 -12
  63. package/es/graph/bar/Bar.js.map +1 -1
  64. package/es/graph/bar/index.js +1 -1
  65. package/es/graph/bar/index.js.map +1 -1
  66. package/es/graph/bar/props.js +1 -1
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +11 -11
  69. package/es/graph/combo-graph/ComboGraph.js.map +1 -1
  70. package/es/graph/combo-graph/index.js +1 -1
  71. package/es/graph/combo-graph/index.js.map +1 -1
  72. package/es/graph/combo-graph/props.js +1 -1
  73. package/es/graph/combo-graph/props.js.map +1 -1
  74. package/es/graph/custom-graph/CustomGraph.js +3 -3
  75. package/es/graph/custom-graph/CustomGraph.js.map +1 -1
  76. package/es/graph/custom-graph/index.js +1 -1
  77. package/es/graph/custom-graph/index.js.map +1 -1
  78. package/es/graph/custom-graph/props.js +1 -1
  79. package/es/graph/custom-graph/props.js.map +1 -1
  80. package/es/graph/line/Line.js +11 -11
  81. package/es/graph/line/Line.js.map +1 -1
  82. package/es/graph/line/index.js +1 -1
  83. package/es/graph/line/index.js.map +1 -1
  84. package/es/graph/line/props.js +1 -1
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +10 -10
  87. package/es/graph/pie/Pie.js.map +1 -1
  88. package/es/graph/pie/index.js +1 -1
  89. package/es/graph/pie/index.js.map +1 -1
  90. package/es/graph/pie/props.js +1 -1
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +9 -9
  93. package/es/graph/scatter/Scatter.js.map +1 -1
  94. package/es/graph/scatter/index.js +1 -1
  95. package/es/graph/scatter/index.js.map +1 -1
  96. package/es/graph/scatter/props.js +1 -1
  97. package/es/graph/scatter/props.js.map +1 -1
  98. package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  99. package/es/hooks/useDownloadFile.js.map +1 -0
  100. package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  101. package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  102. package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  103. package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  104. package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
  105. package/es/hooks/useImagePath.js.map +1 -0
  106. package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  107. package/es/hooks/useIndicatorData.js.map +1 -0
  108. package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  109. package/es/hooks/useOnEvent.js.map +1 -0
  110. package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  111. package/es/hooks/usePageUrl.js.map +1 -0
  112. package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  113. package/es/hooks/usePickComponentStyle.js.map +1 -0
  114. package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
  115. package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  116. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  117. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  118. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  119. package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  120. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  121. package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  122. package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  125. package/es/hooks/useVariablesInText.js.map +1 -0
  126. package/es/map/map/Map.js +5 -5
  127. package/es/map/map/Map.js.map +1 -1
  128. package/es/map/map/index.js +1 -1
  129. package/es/map/map/index.js.map +1 -1
  130. package/es/map/map/props.js +1 -1
  131. package/es/map/map/props.js.map +1 -1
  132. package/es/media/image/Image.js +7 -7
  133. package/es/media/image/Image.js.map +1 -1
  134. package/es/media/image/index.js +1 -1
  135. package/es/media/image/index.js.map +1 -1
  136. package/es/media/image/props.js +1 -1
  137. package/es/media/image/props.js.map +1 -1
  138. package/es/setting/page-config/PageConfig.js +4 -4
  139. package/es/setting/page-config/PageConfig.js.map +1 -1
  140. package/es/setting/page-config/index.js +1 -1
  141. package/es/setting/page-config/index.js.map +1 -1
  142. package/es/setting/page-config/props.js +1 -1
  143. package/es/setting/page-config/props.js.map +1 -1
  144. package/es/setting/provider-config/ProviderConfig.js +4 -4
  145. package/es/setting/provider-config/ProviderConfig.js.map +1 -1
  146. package/es/setting/provider-config/index.js +1 -1
  147. package/es/setting/provider-config/index.js.map +1 -1
  148. package/es/setting/provider-config/props.js +1 -1
  149. package/es/setting/provider-config/props.js.map +1 -1
  150. package/es/table/table/Table.js +10 -10
  151. package/es/table/table/Table.js.map +1 -1
  152. package/es/table/table/index.js +1 -1
  153. package/es/table/table/index.js.map +1 -1
  154. package/es/table/table/props.js +1 -1
  155. package/es/table/table/props.js.map +1 -1
  156. package/es/text/list/List.js +9 -9
  157. package/es/text/list/List.js.map +1 -1
  158. package/es/text/list/index.js +1 -1
  159. package/es/text/list/index.js.map +1 -1
  160. package/es/text/list/props.js +1 -1
  161. package/es/text/list/props.js.map +1 -1
  162. package/es/text/proportion/Proportion.js +7 -7
  163. package/es/text/proportion/Proportion.js.map +1 -1
  164. package/es/text/proportion/index.js +1 -1
  165. package/es/text/proportion/index.js.map +1 -1
  166. package/es/text/proportion/props.js +1 -1
  167. package/es/text/proportion/props.js.map +1 -1
  168. package/es/text/scroll-text/index.js +1 -1
  169. package/es/text/scroll-text/index.js.map +1 -1
  170. package/es/text/text/Text.js +7 -7
  171. package/es/text/text/Text.js.map +1 -1
  172. package/es/text/text/index.js +1 -1
  173. package/es/text/text/index.js.map +1 -1
  174. package/es/text/text/props.js +1 -1
  175. package/es/text/text/props.js.map +1 -1
  176. package/es/text/time-display/TimeDisplay.js +4 -4
  177. package/es/text/time-display/TimeDisplay.js.map +1 -1
  178. package/es/text/time-display/index.js +1 -1
  179. package/es/text/time-display/index.js.map +1 -1
  180. package/es/text/time-display/props.js +1 -1
  181. package/es/text/time-display/props.js.map +1 -1
  182. package/es/{_utils → utils}/constant.js +0 -0
  183. package/es/utils/constant.js.map +1 -0
  184. package/es/{_utils → utils}/props.js +0 -0
  185. package/es/utils/props.js.map +1 -0
  186. package/es/{_utils → utils}/request.js +0 -0
  187. package/es/utils/request.js.map +1 -0
  188. package/es/{_utils → utils}/util.js +0 -0
  189. package/es/utils/util.js.map +1 -0
  190. package/es/{_utils → utils}/withInstall.js +0 -0
  191. package/es/utils/withInstall.js.map +1 -0
  192. package/lib/container/border/Border.js +7 -7
  193. package/lib/container/border/Border.js.map +1 -1
  194. package/lib/container/border/index.js +1 -1
  195. package/lib/container/border/index.js.map +1 -1
  196. package/lib/container/border/props.js +1 -1
  197. package/lib/container/border/props.js.map +1 -1
  198. package/lib/container/modal/Modal.js +6 -6
  199. package/lib/container/modal/Modal.js.map +1 -1
  200. package/lib/container/modal/index.js +1 -1
  201. package/lib/container/modal/index.js.map +1 -1
  202. package/lib/container/modal/props.js +1 -1
  203. package/lib/container/modal/props.js.map +1 -1
  204. package/lib/container/tabs/Tabs.js +8 -8
  205. package/lib/container/tabs/Tabs.js.map +1 -1
  206. package/lib/container/tabs/index.js +1 -1
  207. package/lib/container/tabs/index.js.map +1 -1
  208. package/lib/container/tabs/props.js +1 -1
  209. package/lib/container/tabs/props.js.map +1 -1
  210. package/lib/control/button/Button.js +5 -5
  211. package/lib/control/button/Button.js.map +1 -1
  212. package/lib/control/button/index.js +1 -1
  213. package/lib/control/button/index.js.map +1 -1
  214. package/lib/control/button/props.js +1 -1
  215. package/lib/control/button/props.js.map +1 -1
  216. package/lib/control/checkbox/Checkbox.js +12 -7
  217. package/lib/control/checkbox/Checkbox.js.map +1 -1
  218. package/lib/control/checkbox/index.js +1 -1
  219. package/lib/control/checkbox/index.js.map +1 -1
  220. package/lib/control/checkbox/props.js +1 -1
  221. package/lib/control/checkbox/props.js.map +1 -1
  222. package/lib/control/date-picker/DatePicker.js +13 -9
  223. package/lib/control/date-picker/DatePicker.js.map +1 -1
  224. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  225. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  226. package/lib/control/date-picker/index.js +1 -1
  227. package/lib/control/date-picker/index.js.map +1 -1
  228. package/lib/control/date-picker/props.js +1 -1
  229. package/lib/control/date-picker/props.js.map +1 -1
  230. package/lib/control/input/Input.js +4 -4
  231. package/lib/control/input/Input.js.map +1 -1
  232. package/lib/control/input/index.js +1 -1
  233. package/lib/control/input/index.js.map +1 -1
  234. package/lib/control/input/props.js +1 -1
  235. package/lib/control/input/props.js.map +1 -1
  236. package/lib/control/range-picker/RangePicker.js +6 -6
  237. package/lib/control/range-picker/RangePicker.js.map +1 -1
  238. package/lib/control/range-picker/index.js +1 -1
  239. package/lib/control/range-picker/index.js.map +1 -1
  240. package/lib/control/range-picker/props.js +1 -1
  241. package/lib/control/range-picker/props.js.map +1 -1
  242. package/lib/control/select/Select.js +7 -7
  243. package/lib/control/select/Select.js.map +1 -1
  244. package/lib/control/select/index.js +1 -1
  245. package/lib/control/select/index.js.map +1 -1
  246. package/lib/control/select/props.js +1 -1
  247. package/lib/control/select/props.js.map +1 -1
  248. package/lib/graph/bar/Bar.js +12 -12
  249. package/lib/graph/bar/Bar.js.map +1 -1
  250. package/lib/graph/bar/index.js +1 -1
  251. package/lib/graph/bar/index.js.map +1 -1
  252. package/lib/graph/bar/props.js +1 -1
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +11 -11
  255. package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
  256. package/lib/graph/combo-graph/index.js +1 -1
  257. package/lib/graph/combo-graph/index.js.map +1 -1
  258. package/lib/graph/combo-graph/props.js +1 -1
  259. package/lib/graph/combo-graph/props.js.map +1 -1
  260. package/lib/graph/custom-graph/CustomGraph.js +3 -3
  261. package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
  262. package/lib/graph/custom-graph/index.js +1 -1
  263. package/lib/graph/custom-graph/index.js.map +1 -1
  264. package/lib/graph/custom-graph/props.js +1 -1
  265. package/lib/graph/custom-graph/props.js.map +1 -1
  266. package/lib/graph/line/Line.js +11 -11
  267. package/lib/graph/line/Line.js.map +1 -1
  268. package/lib/graph/line/index.js +1 -1
  269. package/lib/graph/line/index.js.map +1 -1
  270. package/lib/graph/line/props.js +1 -1
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +10 -10
  273. package/lib/graph/pie/Pie.js.map +1 -1
  274. package/lib/graph/pie/index.js +1 -1
  275. package/lib/graph/pie/index.js.map +1 -1
  276. package/lib/graph/pie/props.js +1 -1
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +9 -9
  279. package/lib/graph/scatter/Scatter.js.map +1 -1
  280. package/lib/graph/scatter/index.js +1 -1
  281. package/lib/graph/scatter/index.js.map +1 -1
  282. package/lib/graph/scatter/props.js +1 -1
  283. package/lib/graph/scatter/props.js.map +1 -1
  284. package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  285. package/lib/hooks/useDownloadFile.js.map +1 -0
  286. package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  287. package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  288. package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  289. package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  290. package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
  291. package/lib/hooks/useImagePath.js.map +1 -0
  292. package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  293. package/lib/hooks/useIndicatorData.js.map +1 -0
  294. package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  295. package/lib/hooks/useOnEvent.js.map +1 -0
  296. package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  297. package/lib/hooks/usePageUrl.js.map +1 -0
  298. package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  299. package/lib/hooks/usePickComponentStyle.js.map +1 -0
  300. package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
  301. package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  302. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  303. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  304. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  305. package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  306. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  307. package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  308. package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  311. package/lib/hooks/useVariablesInText.js.map +1 -0
  312. package/lib/map/map/Map.js +5 -5
  313. package/lib/map/map/Map.js.map +1 -1
  314. package/lib/map/map/index.js +1 -1
  315. package/lib/map/map/index.js.map +1 -1
  316. package/lib/map/map/props.js +1 -1
  317. package/lib/map/map/props.js.map +1 -1
  318. package/lib/media/image/Image.js +7 -7
  319. package/lib/media/image/Image.js.map +1 -1
  320. package/lib/media/image/index.js +1 -1
  321. package/lib/media/image/index.js.map +1 -1
  322. package/lib/media/image/props.js +1 -1
  323. package/lib/media/image/props.js.map +1 -1
  324. package/lib/setting/page-config/PageConfig.js +4 -4
  325. package/lib/setting/page-config/PageConfig.js.map +1 -1
  326. package/lib/setting/page-config/index.js +1 -1
  327. package/lib/setting/page-config/index.js.map +1 -1
  328. package/lib/setting/page-config/props.js +1 -1
  329. package/lib/setting/page-config/props.js.map +1 -1
  330. package/lib/setting/provider-config/ProviderConfig.js +4 -4
  331. package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
  332. package/lib/setting/provider-config/index.js +1 -1
  333. package/lib/setting/provider-config/index.js.map +1 -1
  334. package/lib/setting/provider-config/props.js +1 -1
  335. package/lib/setting/provider-config/props.js.map +1 -1
  336. package/lib/style.css +6940 -6940
  337. package/lib/table/table/Table.js +10 -10
  338. package/lib/table/table/Table.js.map +1 -1
  339. package/lib/table/table/index.js +1 -1
  340. package/lib/table/table/index.js.map +1 -1
  341. package/lib/table/table/props.js +1 -1
  342. package/lib/table/table/props.js.map +1 -1
  343. package/lib/text/list/List.js +9 -9
  344. package/lib/text/list/List.js.map +1 -1
  345. package/lib/text/list/index.js +1 -1
  346. package/lib/text/list/index.js.map +1 -1
  347. package/lib/text/list/props.js +1 -1
  348. package/lib/text/list/props.js.map +1 -1
  349. package/lib/text/proportion/Proportion.js +7 -7
  350. package/lib/text/proportion/Proportion.js.map +1 -1
  351. package/lib/text/proportion/index.js +1 -1
  352. package/lib/text/proportion/index.js.map +1 -1
  353. package/lib/text/proportion/props.js +1 -1
  354. package/lib/text/proportion/props.js.map +1 -1
  355. package/lib/text/scroll-text/index.js +1 -1
  356. package/lib/text/scroll-text/index.js.map +1 -1
  357. package/lib/text/text/Text.js +7 -7
  358. package/lib/text/text/Text.js.map +1 -1
  359. package/lib/text/text/index.js +1 -1
  360. package/lib/text/text/index.js.map +1 -1
  361. package/lib/text/text/props.js +1 -1
  362. package/lib/text/text/props.js.map +1 -1
  363. package/lib/text/time-display/TimeDisplay.js +4 -4
  364. package/lib/text/time-display/TimeDisplay.js.map +1 -1
  365. package/lib/text/time-display/index.js +1 -1
  366. package/lib/text/time-display/index.js.map +1 -1
  367. package/lib/text/time-display/props.js +1 -1
  368. package/lib/text/time-display/props.js.map +1 -1
  369. package/lib/{_utils → utils}/constant.js +0 -0
  370. package/lib/utils/constant.js.map +1 -0
  371. package/lib/{_utils → utils}/props.js +0 -0
  372. package/lib/utils/props.js.map +1 -0
  373. package/lib/{_utils → utils}/request.js +0 -0
  374. package/lib/utils/request.js.map +1 -0
  375. package/lib/{_utils → utils}/util.js +0 -0
  376. package/lib/utils/util.js.map +1 -0
  377. package/lib/{_utils → utils}/withInstall.js +0 -0
  378. package/lib/utils/withInstall.js.map +1 -0
  379. package/package.json +1 -1
  380. package/types/container/border/Border.vue.d.ts +140 -140
  381. package/types/container/border/index.d.ts +141 -141
  382. package/types/container/border/props.d.ts +71 -71
  383. package/types/container/modal/Modal.vue.d.ts +1 -1
  384. package/types/container/modal/index.d.ts +2 -2
  385. package/types/container/tabs/index.d.ts +1 -1
  386. package/types/container/tabs/props.d.ts +1 -1
  387. package/types/control/button/Button.vue.d.ts +120 -120
  388. package/types/control/button/index.d.ts +121 -121
  389. package/types/control/button/props.d.ts +61 -61
  390. package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
  391. package/types/control/checkbox/index.d.ts +97 -97
  392. package/types/control/checkbox/props.d.ts +49 -49
  393. package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
  394. package/types/control/date-picker/index.d.ts +105 -105
  395. package/types/control/date-picker/props.d.ts +53 -53
  396. package/types/control/input/Input.vue.d.ts +96 -96
  397. package/types/control/input/index.d.ts +97 -97
  398. package/types/control/input/props.d.ts +49 -49
  399. package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
  400. package/types/control/range-picker/index.d.ts +105 -105
  401. package/types/control/range-picker/props.d.ts +53 -53
  402. package/types/control/select/Select.vue.d.ts +100 -100
  403. package/types/control/select/index.d.ts +101 -101
  404. package/types/control/select/props.d.ts +51 -51
  405. package/types/graph/bar/Bar.vue.d.ts +282 -310
  406. package/types/graph/bar/index.d.ts +282 -310
  407. package/types/graph/bar/props.d.ts +141 -156
  408. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
  409. package/types/graph/combo-graph/index.d.ts +9 -7
  410. package/types/graph/combo-graph/props.d.ts +1 -1
  411. package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
  412. package/types/graph/custom-graph/index.d.ts +97 -97
  413. package/types/graph/custom-graph/props.d.ts +49 -49
  414. package/types/graph/line/Line.vue.d.ts +33 -3
  415. package/types/graph/line/index.d.ts +34 -4
  416. package/types/graph/line/props.d.ts +17 -1
  417. package/types/graph/pie/Pie.vue.d.ts +1 -1
  418. package/types/graph/pie/index.d.ts +2 -2
  419. package/types/graph/pie/props.d.ts +1 -1
  420. package/types/graph/scatter/index.d.ts +1 -1
  421. package/types/graph/scatter/props.d.ts +1 -1
  422. package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
  423. package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
  424. package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
  425. package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
  426. package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
  427. package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
  428. package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
  429. package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
  430. package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
  431. package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  434. package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
  435. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  436. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  437. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  438. package/types/hooks/useVariablesInText.d.ts +7 -0
  439. package/types/map/map/Map.vue.d.ts +224 -224
  440. package/types/map/map/index.d.ts +225 -225
  441. package/types/map/map/props.d.ts +113 -113
  442. package/types/media/image/Image.vue.d.ts +104 -104
  443. package/types/media/image/index.d.ts +105 -105
  444. package/types/media/image/props.d.ts +53 -53
  445. package/types/setting/page-config/index.d.ts +1 -1
  446. package/types/setting/provider-config/index.d.ts +1 -1
  447. package/types/table/table/Table.vue.d.ts +168 -168
  448. package/types/table/table/index.d.ts +169 -169
  449. package/types/table/table/props.d.ts +85 -85
  450. package/types/text/list/List.vue.d.ts +128 -128
  451. package/types/text/list/index.d.ts +129 -129
  452. package/types/text/list/props.d.ts +65 -65
  453. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  454. package/types/text/proportion/index.d.ts +145 -145
  455. package/types/text/proportion/props.d.ts +73 -73
  456. package/types/text/scroll-text/index.d.ts +1 -1
  457. package/types/text/text/Text.vue.d.ts +140 -140
  458. package/types/text/text/index.d.ts +141 -141
  459. package/types/text/text/props.d.ts +71 -71
  460. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  461. package/types/text/time-display/index.d.ts +121 -121
  462. package/types/text/time-display/props.d.ts +61 -61
  463. package/types/{_utils → utils}/constant.d.ts +0 -0
  464. package/types/{_utils → utils}/props.d.ts +0 -0
  465. package/types/{_utils → utils}/request.d.ts +0 -0
  466. package/types/{_utils → utils}/util.d.ts +0 -0
  467. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  468. package/es/_utils/constant.js.map +0 -1
  469. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  470. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  471. package/es/_utils/hooks/useImagePath.js.map +0 -1
  472. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  473. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  474. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  475. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  477. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  478. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  479. package/es/_utils/hooks/useVariablesInText.js.map +0 -1
  480. package/es/_utils/props.js.map +0 -1
  481. package/es/_utils/request.js.map +0 -1
  482. package/es/_utils/util.js.map +0 -1
  483. package/es/_utils/withInstall.js.map +0 -1
  484. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  485. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  486. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  487. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  488. package/lib/_utils/constant.js.map +0 -1
  489. package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
  490. package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  491. package/lib/_utils/hooks/useImagePath.js.map +0 -1
  492. package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
  493. package/lib/_utils/hooks/useOnEvent.js.map +0 -1
  494. package/lib/_utils/hooks/usePageUrl.js.map +0 -1
  495. package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
  496. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  498. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  499. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  500. package/lib/_utils/props.js.map +0 -1
  501. package/lib/_utils/request.js.map +0 -1
  502. package/lib/_utils/util.js.map +0 -1
  503. package/lib/_utils/withInstall.js.map +0 -1
  504. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  505. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  508. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,13 +1,13 @@
1
- import { ValueTypeDataFieldNames, KeyTypeDataFieldNames, Data } from '../../_utils/props';
1
+ import { ValueTypeDataFieldNames, KeyTypeDataFieldNames, Data } from '../../utils/props';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  data: {
4
4
  type?: undefined;
5
5
  default?: undefined;
6
6
  } | {
7
7
  type: any;
8
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
8
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
9
9
  [key: string]: any;
10
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
10
+ } | import('../../utils/props').RequestParams | {
11
11
  [key: string]: any;
12
12
  chartType: "bar";
13
13
  plugin: "1";
@@ -19,9 +19,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
19
19
  default?: undefined;
20
20
  } | {
21
21
  type: any;
22
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
22
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
23
23
  [key: string]: any;
24
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
24
+ } | import('../../utils/props').RequestParams | {
25
25
  [key: string]: any;
26
26
  chartType: "bar";
27
27
  plugin: "1";
@@ -33,9 +33,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
33
33
  default?: undefined;
34
34
  } | {
35
35
  type: any;
36
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
36
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
37
37
  [key: string]: any;
38
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
38
+ } | import('../../utils/props').RequestParams | {
39
39
  [key: string]: any;
40
40
  chartType: "bar";
41
41
  plugin: "1";
@@ -47,9 +47,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
47
47
  default?: undefined;
48
48
  } | {
49
49
  type: any;
50
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
50
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
51
51
  [key: string]: any;
52
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
52
+ } | import('../../utils/props').RequestParams | {
53
53
  [key: string]: any;
54
54
  chartType: "bar";
55
55
  plugin: "1";
@@ -61,9 +61,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
61
61
  default?: undefined;
62
62
  } | {
63
63
  type: any;
64
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
64
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
65
65
  [key: string]: any;
66
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
66
+ } | import('../../utils/props').RequestParams | {
67
67
  [key: string]: any;
68
68
  chartType: "bar";
69
69
  plugin: "1";
@@ -75,9 +75,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
75
75
  default?: undefined;
76
76
  } | {
77
77
  type: any;
78
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
78
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
79
79
  [key: string]: any;
80
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
80
+ } | import('../../utils/props').RequestParams | {
81
81
  [key: string]: any;
82
82
  chartType: "bar";
83
83
  plugin: "1";
@@ -89,9 +89,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
89
89
  default?: undefined;
90
90
  } | {
91
91
  type: any;
92
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
92
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
93
93
  [key: string]: any;
94
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
94
+ } | import('../../utils/props').RequestParams | {
95
95
  [key: string]: any;
96
96
  chartType: "bar";
97
97
  plugin: "1";
@@ -103,9 +103,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
103
  default?: undefined;
104
104
  } | {
105
105
  type: any;
106
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
106
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
107
107
  [key: string]: any;
108
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
108
+ } | import('../../utils/props').RequestParams | {
109
109
  [key: string]: any;
110
110
  chartType: "bar";
111
111
  plugin: "1";
@@ -117,9 +117,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
117
117
  default?: undefined;
118
118
  } | {
119
119
  type: any;
120
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
120
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
121
121
  [key: string]: any;
122
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
122
+ } | import('../../utils/props').RequestParams | {
123
123
  [key: string]: any;
124
124
  chartType: "bar";
125
125
  plugin: "1";
@@ -131,9 +131,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
131
131
  default?: undefined;
132
132
  } | {
133
133
  type: any;
134
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
134
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
135
135
  [key: string]: any;
136
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
136
+ } | import('../../utils/props').RequestParams | {
137
137
  [key: string]: any;
138
138
  chartType: "bar";
139
139
  plugin: "1";
@@ -145,9 +145,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
145
145
  default?: undefined;
146
146
  } | {
147
147
  type: any;
148
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
148
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
149
149
  [key: string]: any;
150
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
150
+ } | import('../../utils/props').RequestParams | {
151
151
  [key: string]: any;
152
152
  chartType: "bar";
153
153
  plugin: "1";
@@ -159,9 +159,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
159
159
  default?: undefined;
160
160
  } | {
161
161
  type: any;
162
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
162
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
163
163
  [key: string]: any;
164
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
164
+ } | import('../../utils/props').RequestParams | {
165
165
  [key: string]: any;
166
166
  chartType: "bar";
167
167
  plugin: "1";
@@ -173,9 +173,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
173
173
  default?: undefined;
174
174
  } | {
175
175
  type: any;
176
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
176
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
177
177
  [key: string]: any;
178
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
178
+ } | import('../../utils/props').RequestParams | {
179
179
  [key: string]: any;
180
180
  chartType: "bar";
181
181
  plugin: "1";
@@ -187,9 +187,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  default?: undefined;
188
188
  } | {
189
189
  type: any;
190
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
190
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
191
191
  [key: string]: any;
192
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
192
+ } | import('../../utils/props').RequestParams | {
193
193
  [key: string]: any;
194
194
  chartType: "bar";
195
195
  plugin: "1";
@@ -201,9 +201,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
201
201
  default?: undefined;
202
202
  } | {
203
203
  type: any;
204
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
204
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
205
205
  [key: string]: any;
206
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
206
+ } | import('../../utils/props').RequestParams | {
207
207
  [key: string]: any;
208
208
  chartType: "bar";
209
209
  plugin: "1";
@@ -215,9 +215,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
215
215
  default?: undefined;
216
216
  } | {
217
217
  type: any;
218
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
218
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
219
219
  [key: string]: any;
220
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
220
+ } | import('../../utils/props').RequestParams | {
221
221
  [key: string]: any;
222
222
  chartType: "bar";
223
223
  plugin: "1";
@@ -229,9 +229,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
229
229
  default?: undefined;
230
230
  } | {
231
231
  type: any;
232
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
232
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
233
233
  [key: string]: any;
234
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
234
+ } | import('../../utils/props').RequestParams | {
235
235
  [key: string]: any;
236
236
  chartType: "bar";
237
237
  plugin: "1";
@@ -243,9 +243,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
243
243
  default?: undefined;
244
244
  } | {
245
245
  type: any;
246
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
246
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
247
247
  [key: string]: any;
248
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
248
+ } | import('../../utils/props').RequestParams | {
249
249
  [key: string]: any;
250
250
  chartType: "bar";
251
251
  plugin: "1";
@@ -257,9 +257,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
257
257
  default?: undefined;
258
258
  } | {
259
259
  type: any;
260
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
260
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
261
261
  [key: string]: any;
262
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
262
+ } | import('../../utils/props').RequestParams | {
263
263
  [key: string]: any;
264
264
  chartType: "bar";
265
265
  plugin: "1";
@@ -271,9 +271,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
271
271
  default?: undefined;
272
272
  } | {
273
273
  type: any;
274
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
274
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
275
275
  [key: string]: any;
276
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
276
+ } | import('../../utils/props').RequestParams | {
277
277
  [key: string]: any;
278
278
  chartType: "bar";
279
279
  plugin: "1";
@@ -285,9 +285,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
285
285
  default?: undefined;
286
286
  } | {
287
287
  type: any;
288
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
288
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
289
289
  [key: string]: any;
290
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
290
+ } | import('../../utils/props').RequestParams | {
291
291
  [key: string]: any;
292
292
  chartType: "bar";
293
293
  plugin: "1";
@@ -299,9 +299,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
299
299
  default?: undefined;
300
300
  } | {
301
301
  type: any;
302
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
302
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
303
303
  [key: string]: any;
304
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
304
+ } | import('../../utils/props').RequestParams | {
305
305
  [key: string]: any;
306
306
  chartType: "bar";
307
307
  plugin: "1";
@@ -313,9 +313,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
313
313
  default?: undefined;
314
314
  } | {
315
315
  type: any;
316
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
316
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
317
317
  [key: string]: any;
318
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
318
+ } | import('../../utils/props').RequestParams | {
319
319
  [key: string]: any;
320
320
  chartType: "bar";
321
321
  plugin: "1";
@@ -327,9 +327,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
327
327
  default?: undefined;
328
328
  } | {
329
329
  type: any;
330
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
330
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
331
331
  [key: string]: any;
332
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
332
+ } | import('../../utils/props').RequestParams | {
333
333
  [key: string]: any;
334
334
  chartType: "bar";
335
335
  plugin: "1";
@@ -341,9 +341,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
341
341
  default?: undefined;
342
342
  } | {
343
343
  type: any;
344
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
344
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
345
345
  [key: string]: any;
346
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
346
+ } | import('../../utils/props').RequestParams | {
347
347
  [key: string]: any;
348
348
  chartType: "bar";
349
349
  plugin: "1";
@@ -355,9 +355,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
355
355
  default?: undefined;
356
356
  } | {
357
357
  type: any;
358
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
358
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
359
359
  [key: string]: any;
360
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
360
+ } | import('../../utils/props').RequestParams | {
361
361
  [key: string]: any;
362
362
  chartType: "bar";
363
363
  plugin: "1";
@@ -369,23 +369,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
369
369
  default?: undefined;
370
370
  } | {
371
371
  type: any;
372
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
372
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
373
373
  [key: string]: any;
374
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
375
- [key: string]: any;
376
- chartType: "bar";
377
- plugin: "1";
378
- layer: "2";
379
- };
380
- };
381
- tooltipTrigger: {
382
- type?: undefined;
383
- default?: undefined;
384
- } | {
385
- type: any;
386
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
387
- [key: string]: any;
388
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
374
+ } | import('../../utils/props').RequestParams | {
389
375
  [key: string]: any;
390
376
  chartType: "bar";
391
377
  plugin: "1";
@@ -397,9 +383,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
397
383
  default?: undefined;
398
384
  } | {
399
385
  type: any;
400
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
386
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
401
387
  [key: string]: any;
402
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
388
+ } | import('../../utils/props').RequestParams | {
403
389
  [key: string]: any;
404
390
  chartType: "bar";
405
391
  plugin: "1";
@@ -411,9 +397,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
411
397
  default?: undefined;
412
398
  } | {
413
399
  type: any;
414
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
400
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
415
401
  [key: string]: any;
416
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
402
+ } | import('../../utils/props').RequestParams | {
417
403
  [key: string]: any;
418
404
  chartType: "bar";
419
405
  plugin: "1";
@@ -425,9 +411,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
425
411
  default?: undefined;
426
412
  } | {
427
413
  type: any;
428
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
414
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
429
415
  [key: string]: any;
430
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
416
+ } | import('../../utils/props').RequestParams | {
431
417
  [key: string]: any;
432
418
  chartType: "bar";
433
419
  plugin: "1";
@@ -439,9 +425,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
439
425
  default?: undefined;
440
426
  } | {
441
427
  type: any;
442
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
428
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
443
429
  [key: string]: any;
444
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
430
+ } | import('../../utils/props').RequestParams | {
445
431
  [key: string]: any;
446
432
  chartType: "bar";
447
433
  plugin: "1";
@@ -453,9 +439,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
453
439
  default?: undefined;
454
440
  } | {
455
441
  type: any;
456
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
442
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
457
443
  [key: string]: any;
458
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
444
+ } | import('../../utils/props').RequestParams | {
459
445
  [key: string]: any;
460
446
  chartType: "bar";
461
447
  plugin: "1";
@@ -467,9 +453,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
467
453
  default?: undefined;
468
454
  } | {
469
455
  type: any;
470
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
456
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
471
457
  [key: string]: any;
472
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
458
+ } | import('../../utils/props').RequestParams | {
473
459
  [key: string]: any;
474
460
  chartType: "bar";
475
461
  plugin: "1";
@@ -481,9 +467,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
481
467
  default?: undefined;
482
468
  } | {
483
469
  type: any;
484
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
470
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
485
471
  [key: string]: any;
486
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
472
+ } | import('../../utils/props').RequestParams | {
487
473
  [key: string]: any;
488
474
  chartType: "bar";
489
475
  plugin: "1";
@@ -495,9 +481,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
495
481
  default?: undefined;
496
482
  } | {
497
483
  type: any;
498
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
484
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
499
485
  [key: string]: any;
500
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
486
+ } | import('../../utils/props').RequestParams | {
501
487
  [key: string]: any;
502
488
  chartType: "bar";
503
489
  plugin: "1";
@@ -509,9 +495,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
509
495
  default?: undefined;
510
496
  } | {
511
497
  type: any;
512
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
498
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
513
499
  [key: string]: any;
514
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
500
+ } | import('../../utils/props').RequestParams | {
515
501
  [key: string]: any;
516
502
  chartType: "bar";
517
503
  plugin: "1";
@@ -523,9 +509,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
523
509
  default?: undefined;
524
510
  } | {
525
511
  type: any;
526
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
512
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
527
513
  [key: string]: any;
528
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
514
+ } | import('../../utils/props').RequestParams | {
529
515
  [key: string]: any;
530
516
  chartType: "bar";
531
517
  plugin: "1";
@@ -537,9 +523,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
537
523
  default?: undefined;
538
524
  } | {
539
525
  type: any;
540
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
526
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
541
527
  [key: string]: any;
542
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
528
+ } | import('../../utils/props').RequestParams | {
543
529
  [key: string]: any;
544
530
  chartType: "bar";
545
531
  plugin: "1";
@@ -551,9 +537,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
551
537
  default?: undefined;
552
538
  } | {
553
539
  type: any;
554
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
540
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
555
541
  [key: string]: any;
556
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
542
+ } | import('../../utils/props').RequestParams | {
557
543
  [key: string]: any;
558
544
  chartType: "bar";
559
545
  plugin: "1";
@@ -565,9 +551,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
565
551
  default?: undefined;
566
552
  } | {
567
553
  type: any;
568
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
554
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
569
555
  [key: string]: any;
570
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
556
+ } | import('../../utils/props').RequestParams | {
571
557
  [key: string]: any;
572
558
  chartType: "bar";
573
559
  plugin: "1";
@@ -579,9 +565,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
579
565
  default?: undefined;
580
566
  } | {
581
567
  type: any;
582
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
568
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
583
569
  [key: string]: any;
584
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
570
+ } | import('../../utils/props').RequestParams | {
585
571
  [key: string]: any;
586
572
  chartType: "bar";
587
573
  plugin: "1";
@@ -593,9 +579,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
593
579
  default?: undefined;
594
580
  } | {
595
581
  type: any;
596
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
582
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
597
583
  [key: string]: any;
598
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
584
+ } | import('../../utils/props').RequestParams | {
599
585
  [key: string]: any;
600
586
  chartType: "bar";
601
587
  plugin: "1";
@@ -607,9 +593,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
607
593
  default?: undefined;
608
594
  } | {
609
595
  type: any;
610
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
596
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
611
597
  [key: string]: any;
612
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
598
+ } | import('../../utils/props').RequestParams | {
613
599
  [key: string]: any;
614
600
  chartType: "bar";
615
601
  plugin: "1";
@@ -621,9 +607,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
621
607
  default?: undefined;
622
608
  } | {
623
609
  type: any;
624
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
610
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
625
611
  [key: string]: any;
626
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
612
+ } | import('../../utils/props').RequestParams | {
627
613
  [key: string]: any;
628
614
  chartType: "bar";
629
615
  plugin: "1";
@@ -635,9 +621,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
635
621
  default?: undefined;
636
622
  } | {
637
623
  type: any;
638
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
624
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
639
625
  [key: string]: any;
640
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
626
+ } | import('../../utils/props').RequestParams | {
641
627
  [key: string]: any;
642
628
  chartType: "bar";
643
629
  plugin: "1";
@@ -649,9 +635,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
649
635
  default?: undefined;
650
636
  } | {
651
637
  type: any;
652
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
638
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
653
639
  [key: string]: any;
654
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
640
+ } | import('../../utils/props').RequestParams | {
655
641
  [key: string]: any;
656
642
  chartType: "bar";
657
643
  plugin: "1";
@@ -663,9 +649,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
663
649
  default?: undefined;
664
650
  } | {
665
651
  type: any;
666
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
652
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
667
653
  [key: string]: any;
668
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
654
+ } | import('../../utils/props').RequestParams | {
669
655
  [key: string]: any;
670
656
  chartType: "bar";
671
657
  plugin: "1";
@@ -677,9 +663,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
677
663
  default?: undefined;
678
664
  } | {
679
665
  type: any;
680
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
666
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
681
667
  [key: string]: any;
682
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
668
+ } | import('../../utils/props').RequestParams | {
683
669
  [key: string]: any;
684
670
  chartType: "bar";
685
671
  plugin: "1";
@@ -691,9 +677,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
691
677
  default?: undefined;
692
678
  } | {
693
679
  type: any;
694
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
680
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
695
681
  [key: string]: any;
696
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
682
+ } | import('../../utils/props').RequestParams | {
697
683
  [key: string]: any;
698
684
  chartType: "bar";
699
685
  plugin: "1";
@@ -705,9 +691,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
705
691
  default?: undefined;
706
692
  } | {
707
693
  type: any;
708
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
694
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
709
695
  [key: string]: any;
710
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
696
+ } | import('../../utils/props').RequestParams | {
711
697
  [key: string]: any;
712
698
  chartType: "bar";
713
699
  plugin: "1";
@@ -719,9 +705,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
719
705
  default?: undefined;
720
706
  } | {
721
707
  type: any;
722
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
708
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
723
709
  [key: string]: any;
724
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
710
+ } | import('../../utils/props').RequestParams | {
725
711
  [key: string]: any;
726
712
  chartType: "bar";
727
713
  plugin: "1";
@@ -733,9 +719,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
733
719
  default?: undefined;
734
720
  } | {
735
721
  type: any;
736
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
722
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
737
723
  [key: string]: any;
738
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
724
+ } | import('../../utils/props').RequestParams | {
739
725
  [key: string]: any;
740
726
  chartType: "bar";
741
727
  plugin: "1";
@@ -747,9 +733,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
747
733
  default?: undefined;
748
734
  } | {
749
735
  type: any;
750
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
736
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
751
737
  [key: string]: any;
752
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
738
+ } | import('../../utils/props').RequestParams | {
753
739
  [key: string]: any;
754
740
  chartType: "bar";
755
741
  plugin: "1";
@@ -761,9 +747,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
761
747
  default?: undefined;
762
748
  } | {
763
749
  type: any;
764
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
750
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
765
751
  [key: string]: any;
766
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
752
+ } | import('../../utils/props').RequestParams | {
767
753
  [key: string]: any;
768
754
  chartType: "bar";
769
755
  plugin: "1";
@@ -775,9 +761,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
775
761
  default?: undefined;
776
762
  } | {
777
763
  type: any;
778
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
764
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
779
765
  [key: string]: any;
780
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
766
+ } | import('../../utils/props').RequestParams | {
781
767
  [key: string]: any;
782
768
  chartType: "bar";
783
769
  plugin: "1";
@@ -789,9 +775,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
789
775
  default?: undefined;
790
776
  } | {
791
777
  type: any;
792
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
778
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
793
779
  [key: string]: any;
794
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
780
+ } | import('../../utils/props').RequestParams | {
795
781
  [key: string]: any;
796
782
  chartType: "bar";
797
783
  plugin: "1";
@@ -803,9 +789,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
803
789
  default?: undefined;
804
790
  } | {
805
791
  type: any;
806
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
792
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
807
793
  [key: string]: any;
808
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
794
+ } | import('../../utils/props').RequestParams | {
809
795
  [key: string]: any;
810
796
  chartType: "bar";
811
797
  plugin: "1";
@@ -817,9 +803,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
817
803
  default?: undefined;
818
804
  } | {
819
805
  type: any;
820
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
806
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
821
807
  [key: string]: any;
822
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
808
+ } | import('../../utils/props').RequestParams | {
823
809
  [key: string]: any;
824
810
  chartType: "bar";
825
811
  plugin: "1";
@@ -831,9 +817,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
831
817
  default?: undefined;
832
818
  } | {
833
819
  type: any;
834
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
820
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
835
821
  [key: string]: any;
836
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
822
+ } | import('../../utils/props').RequestParams | {
837
823
  [key: string]: any;
838
824
  chartType: "bar";
839
825
  plugin: "1";
@@ -845,9 +831,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
845
831
  default?: undefined;
846
832
  } | {
847
833
  type: any;
848
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
834
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
849
835
  [key: string]: any;
850
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
836
+ } | import('../../utils/props').RequestParams | {
851
837
  [key: string]: any;
852
838
  chartType: "bar";
853
839
  plugin: "1";
@@ -859,9 +845,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
859
845
  default?: undefined;
860
846
  } | {
861
847
  type: any;
862
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
848
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
863
849
  [key: string]: any;
864
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
850
+ } | import('../../utils/props').RequestParams | {
865
851
  [key: string]: any;
866
852
  chartType: "bar";
867
853
  plugin: "1";
@@ -873,9 +859,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
873
859
  default?: undefined;
874
860
  } | {
875
861
  type: any;
876
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
862
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
877
863
  [key: string]: any;
878
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
864
+ } | import('../../utils/props').RequestParams | {
879
865
  [key: string]: any;
880
866
  chartType: "bar";
881
867
  plugin: "1";
@@ -887,9 +873,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
887
873
  default?: undefined;
888
874
  } | {
889
875
  type: any;
890
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
876
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
891
877
  [key: string]: any;
892
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
878
+ } | import('../../utils/props').RequestParams | {
893
879
  [key: string]: any;
894
880
  chartType: "bar";
895
881
  plugin: "1";
@@ -901,9 +887,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
901
887
  default?: undefined;
902
888
  } | {
903
889
  type: any;
904
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
890
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
905
891
  [key: string]: any;
906
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
892
+ } | import('../../utils/props').RequestParams | {
907
893
  [key: string]: any;
908
894
  chartType: "bar";
909
895
  plugin: "1";
@@ -915,9 +901,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
915
901
  default?: undefined;
916
902
  } | {
917
903
  type: any;
918
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
904
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
919
905
  [key: string]: any;
920
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
906
+ } | import('../../utils/props').RequestParams | {
921
907
  [key: string]: any;
922
908
  chartType: "bar";
923
909
  plugin: "1";
@@ -929,9 +915,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
929
915
  default?: undefined;
930
916
  } | {
931
917
  type: any;
932
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
918
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
933
919
  [key: string]: any;
934
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
920
+ } | import('../../utils/props').RequestParams | {
935
921
  [key: string]: any;
936
922
  chartType: "bar";
937
923
  plugin: "1";
@@ -943,9 +929,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
943
929
  default?: undefined;
944
930
  } | {
945
931
  type: any;
946
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
932
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
947
933
  [key: string]: any;
948
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
934
+ } | import('../../utils/props').RequestParams | {
949
935
  [key: string]: any;
950
936
  chartType: "bar";
951
937
  plugin: "1";
@@ -957,9 +943,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
957
943
  default?: undefined;
958
944
  } | {
959
945
  type: any;
960
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
946
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
961
947
  [key: string]: any;
962
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
948
+ } | import('../../utils/props').RequestParams | {
963
949
  [key: string]: any;
964
950
  chartType: "bar";
965
951
  plugin: "1";
@@ -971,9 +957,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
971
957
  default?: undefined;
972
958
  } | {
973
959
  type: any;
974
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
960
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
975
961
  [key: string]: any;
976
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
962
+ } | import('../../utils/props').RequestParams | {
977
963
  [key: string]: any;
978
964
  chartType: "bar";
979
965
  plugin: "1";
@@ -985,9 +971,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
985
971
  default?: undefined;
986
972
  } | {
987
973
  type: any;
988
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
974
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
989
975
  [key: string]: any;
990
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
976
+ } | import('../../utils/props').RequestParams | {
991
977
  [key: string]: any;
992
978
  chartType: "bar";
993
979
  plugin: "1";
@@ -1067,7 +1053,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1067
1053
  show: string | number | boolean | {
1068
1054
  [key: string]: any;
1069
1055
  };
1070
- formatter: string;
1056
+ formatter: (params: any) => string;
1071
1057
  textStyle: {
1072
1058
  color: string | number | boolean | {
1073
1059
  [key: string]: any;
@@ -1186,9 +1172,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1186
1172
  default?: undefined;
1187
1173
  } | {
1188
1174
  type: any;
1189
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1175
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1190
1176
  [key: string]: any;
1191
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1177
+ } | import('../../utils/props').RequestParams | {
1192
1178
  [key: string]: any;
1193
1179
  chartType: "bar";
1194
1180
  plugin: "1";
@@ -1200,9 +1186,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1200
1186
  default?: undefined;
1201
1187
  } | {
1202
1188
  type: any;
1203
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1189
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1204
1190
  [key: string]: any;
1205
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1191
+ } | import('../../utils/props').RequestParams | {
1206
1192
  [key: string]: any;
1207
1193
  chartType: "bar";
1208
1194
  plugin: "1";
@@ -1214,9 +1200,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1214
1200
  default?: undefined;
1215
1201
  } | {
1216
1202
  type: any;
1217
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1203
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1218
1204
  [key: string]: any;
1219
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1205
+ } | import('../../utils/props').RequestParams | {
1220
1206
  [key: string]: any;
1221
1207
  chartType: "bar";
1222
1208
  plugin: "1";
@@ -1228,9 +1214,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1228
1214
  default?: undefined;
1229
1215
  } | {
1230
1216
  type: any;
1231
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1217
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1232
1218
  [key: string]: any;
1233
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1219
+ } | import('../../utils/props').RequestParams | {
1234
1220
  [key: string]: any;
1235
1221
  chartType: "bar";
1236
1222
  plugin: "1";
@@ -1242,9 +1228,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1242
1228
  default?: undefined;
1243
1229
  } | {
1244
1230
  type: any;
1245
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1231
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1246
1232
  [key: string]: any;
1247
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1233
+ } | import('../../utils/props').RequestParams | {
1248
1234
  [key: string]: any;
1249
1235
  chartType: "bar";
1250
1236
  plugin: "1";
@@ -1256,9 +1242,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1256
1242
  default?: undefined;
1257
1243
  } | {
1258
1244
  type: any;
1259
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1245
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1260
1246
  [key: string]: any;
1261
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1247
+ } | import('../../utils/props').RequestParams | {
1262
1248
  [key: string]: any;
1263
1249
  chartType: "bar";
1264
1250
  plugin: "1";
@@ -1270,9 +1256,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1270
1256
  default?: undefined;
1271
1257
  } | {
1272
1258
  type: any;
1273
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1259
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1274
1260
  [key: string]: any;
1275
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1261
+ } | import('../../utils/props').RequestParams | {
1276
1262
  [key: string]: any;
1277
1263
  chartType: "bar";
1278
1264
  plugin: "1";
@@ -1284,9 +1270,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1284
1270
  default?: undefined;
1285
1271
  } | {
1286
1272
  type: any;
1287
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1273
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1288
1274
  [key: string]: any;
1289
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1275
+ } | import('../../utils/props').RequestParams | {
1290
1276
  [key: string]: any;
1291
1277
  chartType: "bar";
1292
1278
  plugin: "1";
@@ -1298,9 +1284,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1298
1284
  default?: undefined;
1299
1285
  } | {
1300
1286
  type: any;
1301
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1287
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1302
1288
  [key: string]: any;
1303
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1289
+ } | import('../../utils/props').RequestParams | {
1304
1290
  [key: string]: any;
1305
1291
  chartType: "bar";
1306
1292
  plugin: "1";
@@ -1312,9 +1298,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1312
1298
  default?: undefined;
1313
1299
  } | {
1314
1300
  type: any;
1315
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1301
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1316
1302
  [key: string]: any;
1317
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1303
+ } | import('../../utils/props').RequestParams | {
1318
1304
  [key: string]: any;
1319
1305
  chartType: "bar";
1320
1306
  plugin: "1";
@@ -1326,9 +1312,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1326
1312
  default?: undefined;
1327
1313
  } | {
1328
1314
  type: any;
1329
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1315
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1330
1316
  [key: string]: any;
1331
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1317
+ } | import('../../utils/props').RequestParams | {
1332
1318
  [key: string]: any;
1333
1319
  chartType: "bar";
1334
1320
  plugin: "1";
@@ -1340,9 +1326,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1340
1326
  default?: undefined;
1341
1327
  } | {
1342
1328
  type: any;
1343
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1329
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1344
1330
  [key: string]: any;
1345
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1331
+ } | import('../../utils/props').RequestParams | {
1346
1332
  [key: string]: any;
1347
1333
  chartType: "bar";
1348
1334
  plugin: "1";
@@ -1354,9 +1340,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1354
1340
  default?: undefined;
1355
1341
  } | {
1356
1342
  type: any;
1357
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1343
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1358
1344
  [key: string]: any;
1359
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1345
+ } | import('../../utils/props').RequestParams | {
1360
1346
  [key: string]: any;
1361
1347
  chartType: "bar";
1362
1348
  plugin: "1";
@@ -1368,9 +1354,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1368
1354
  default?: undefined;
1369
1355
  } | {
1370
1356
  type: any;
1371
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1357
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1372
1358
  [key: string]: any;
1373
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1359
+ } | import('../../utils/props').RequestParams | {
1374
1360
  [key: string]: any;
1375
1361
  chartType: "bar";
1376
1362
  plugin: "1";
@@ -1382,9 +1368,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1382
1368
  default?: undefined;
1383
1369
  } | {
1384
1370
  type: any;
1385
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1371
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1386
1372
  [key: string]: any;
1387
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1373
+ } | import('../../utils/props').RequestParams | {
1388
1374
  [key: string]: any;
1389
1375
  chartType: "bar";
1390
1376
  plugin: "1";
@@ -1396,9 +1382,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1396
1382
  default?: undefined;
1397
1383
  } | {
1398
1384
  type: any;
1399
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1385
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1400
1386
  [key: string]: any;
1401
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1387
+ } | import('../../utils/props').RequestParams | {
1402
1388
  [key: string]: any;
1403
1389
  chartType: "bar";
1404
1390
  plugin: "1";
@@ -1410,9 +1396,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1410
1396
  default?: undefined;
1411
1397
  } | {
1412
1398
  type: any;
1413
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1399
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1414
1400
  [key: string]: any;
1415
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1401
+ } | import('../../utils/props').RequestParams | {
1416
1402
  [key: string]: any;
1417
1403
  chartType: "bar";
1418
1404
  plugin: "1";
@@ -1424,9 +1410,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1424
1410
  default?: undefined;
1425
1411
  } | {
1426
1412
  type: any;
1427
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1413
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1428
1414
  [key: string]: any;
1429
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1415
+ } | import('../../utils/props').RequestParams | {
1430
1416
  [key: string]: any;
1431
1417
  chartType: "bar";
1432
1418
  plugin: "1";
@@ -1438,9 +1424,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1438
1424
  default?: undefined;
1439
1425
  } | {
1440
1426
  type: any;
1441
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1427
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1442
1428
  [key: string]: any;
1443
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1429
+ } | import('../../utils/props').RequestParams | {
1444
1430
  [key: string]: any;
1445
1431
  chartType: "bar";
1446
1432
  plugin: "1";
@@ -1452,9 +1438,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1452
1438
  default?: undefined;
1453
1439
  } | {
1454
1440
  type: any;
1455
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1441
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1456
1442
  [key: string]: any;
1457
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1443
+ } | import('../../utils/props').RequestParams | {
1458
1444
  [key: string]: any;
1459
1445
  chartType: "bar";
1460
1446
  plugin: "1";
@@ -1466,9 +1452,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1466
1452
  default?: undefined;
1467
1453
  } | {
1468
1454
  type: any;
1469
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1455
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1470
1456
  [key: string]: any;
1471
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1457
+ } | import('../../utils/props').RequestParams | {
1472
1458
  [key: string]: any;
1473
1459
  chartType: "bar";
1474
1460
  plugin: "1";
@@ -1480,9 +1466,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1480
1466
  default?: undefined;
1481
1467
  } | {
1482
1468
  type: any;
1483
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1469
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1484
1470
  [key: string]: any;
1485
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1471
+ } | import('../../utils/props').RequestParams | {
1486
1472
  [key: string]: any;
1487
1473
  chartType: "bar";
1488
1474
  plugin: "1";
@@ -1494,9 +1480,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1494
1480
  default?: undefined;
1495
1481
  } | {
1496
1482
  type: any;
1497
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1483
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1498
1484
  [key: string]: any;
1499
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1485
+ } | import('../../utils/props').RequestParams | {
1500
1486
  [key: string]: any;
1501
1487
  chartType: "bar";
1502
1488
  plugin: "1";
@@ -1508,9 +1494,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1508
1494
  default?: undefined;
1509
1495
  } | {
1510
1496
  type: any;
1511
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1497
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1512
1498
  [key: string]: any;
1513
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1499
+ } | import('../../utils/props').RequestParams | {
1514
1500
  [key: string]: any;
1515
1501
  chartType: "bar";
1516
1502
  plugin: "1";
@@ -1522,9 +1508,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1522
1508
  default?: undefined;
1523
1509
  } | {
1524
1510
  type: any;
1525
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1511
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1526
1512
  [key: string]: any;
1527
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1513
+ } | import('../../utils/props').RequestParams | {
1528
1514
  [key: string]: any;
1529
1515
  chartType: "bar";
1530
1516
  plugin: "1";
@@ -1536,9 +1522,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1536
1522
  default?: undefined;
1537
1523
  } | {
1538
1524
  type: any;
1539
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1525
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1540
1526
  [key: string]: any;
1541
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1527
+ } | import('../../utils/props').RequestParams | {
1542
1528
  [key: string]: any;
1543
1529
  chartType: "bar";
1544
1530
  plugin: "1";
@@ -1550,23 +1536,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1550
1536
  default?: undefined;
1551
1537
  } | {
1552
1538
  type: any;
1553
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1554
- [key: string]: any;
1555
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1556
- [key: string]: any;
1557
- chartType: "bar";
1558
- plugin: "1";
1559
- layer: "2";
1560
- };
1561
- };
1562
- tooltipTrigger: {
1563
- type?: undefined;
1564
- default?: undefined;
1565
- } | {
1566
- type: any;
1567
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1539
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1568
1540
  [key: string]: any;
1569
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1541
+ } | import('../../utils/props').RequestParams | {
1570
1542
  [key: string]: any;
1571
1543
  chartType: "bar";
1572
1544
  plugin: "1";
@@ -1578,9 +1550,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1578
1550
  default?: undefined;
1579
1551
  } | {
1580
1552
  type: any;
1581
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1553
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1582
1554
  [key: string]: any;
1583
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1555
+ } | import('../../utils/props').RequestParams | {
1584
1556
  [key: string]: any;
1585
1557
  chartType: "bar";
1586
1558
  plugin: "1";
@@ -1592,9 +1564,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1592
1564
  default?: undefined;
1593
1565
  } | {
1594
1566
  type: any;
1595
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1567
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1596
1568
  [key: string]: any;
1597
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1569
+ } | import('../../utils/props').RequestParams | {
1598
1570
  [key: string]: any;
1599
1571
  chartType: "bar";
1600
1572
  plugin: "1";
@@ -1606,9 +1578,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1606
1578
  default?: undefined;
1607
1579
  } | {
1608
1580
  type: any;
1609
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1581
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1610
1582
  [key: string]: any;
1611
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1583
+ } | import('../../utils/props').RequestParams | {
1612
1584
  [key: string]: any;
1613
1585
  chartType: "bar";
1614
1586
  plugin: "1";
@@ -1620,9 +1592,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1620
1592
  default?: undefined;
1621
1593
  } | {
1622
1594
  type: any;
1623
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1595
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1624
1596
  [key: string]: any;
1625
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1597
+ } | import('../../utils/props').RequestParams | {
1626
1598
  [key: string]: any;
1627
1599
  chartType: "bar";
1628
1600
  plugin: "1";
@@ -1634,9 +1606,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1634
1606
  default?: undefined;
1635
1607
  } | {
1636
1608
  type: any;
1637
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1609
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1638
1610
  [key: string]: any;
1639
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1611
+ } | import('../../utils/props').RequestParams | {
1640
1612
  [key: string]: any;
1641
1613
  chartType: "bar";
1642
1614
  plugin: "1";
@@ -1648,9 +1620,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1648
1620
  default?: undefined;
1649
1621
  } | {
1650
1622
  type: any;
1651
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1623
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1652
1624
  [key: string]: any;
1653
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1625
+ } | import('../../utils/props').RequestParams | {
1654
1626
  [key: string]: any;
1655
1627
  chartType: "bar";
1656
1628
  plugin: "1";
@@ -1662,9 +1634,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1662
1634
  default?: undefined;
1663
1635
  } | {
1664
1636
  type: any;
1665
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1637
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1666
1638
  [key: string]: any;
1667
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1639
+ } | import('../../utils/props').RequestParams | {
1668
1640
  [key: string]: any;
1669
1641
  chartType: "bar";
1670
1642
  plugin: "1";
@@ -1676,9 +1648,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1676
1648
  default?: undefined;
1677
1649
  } | {
1678
1650
  type: any;
1679
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1651
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1680
1652
  [key: string]: any;
1681
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1653
+ } | import('../../utils/props').RequestParams | {
1682
1654
  [key: string]: any;
1683
1655
  chartType: "bar";
1684
1656
  plugin: "1";
@@ -1690,9 +1662,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1690
1662
  default?: undefined;
1691
1663
  } | {
1692
1664
  type: any;
1693
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1665
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1694
1666
  [key: string]: any;
1695
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1667
+ } | import('../../utils/props').RequestParams | {
1696
1668
  [key: string]: any;
1697
1669
  chartType: "bar";
1698
1670
  plugin: "1";
@@ -1704,9 +1676,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1704
1676
  default?: undefined;
1705
1677
  } | {
1706
1678
  type: any;
1707
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1679
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1708
1680
  [key: string]: any;
1709
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1681
+ } | import('../../utils/props').RequestParams | {
1710
1682
  [key: string]: any;
1711
1683
  chartType: "bar";
1712
1684
  plugin: "1";
@@ -1718,9 +1690,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1718
1690
  default?: undefined;
1719
1691
  } | {
1720
1692
  type: any;
1721
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1693
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1722
1694
  [key: string]: any;
1723
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1695
+ } | import('../../utils/props').RequestParams | {
1724
1696
  [key: string]: any;
1725
1697
  chartType: "bar";
1726
1698
  plugin: "1";
@@ -1732,9 +1704,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1732
1704
  default?: undefined;
1733
1705
  } | {
1734
1706
  type: any;
1735
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1707
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1736
1708
  [key: string]: any;
1737
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1709
+ } | import('../../utils/props').RequestParams | {
1738
1710
  [key: string]: any;
1739
1711
  chartType: "bar";
1740
1712
  plugin: "1";
@@ -1746,9 +1718,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1746
1718
  default?: undefined;
1747
1719
  } | {
1748
1720
  type: any;
1749
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1721
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1750
1722
  [key: string]: any;
1751
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1723
+ } | import('../../utils/props').RequestParams | {
1752
1724
  [key: string]: any;
1753
1725
  chartType: "bar";
1754
1726
  plugin: "1";
@@ -1760,9 +1732,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1760
1732
  default?: undefined;
1761
1733
  } | {
1762
1734
  type: any;
1763
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1735
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1764
1736
  [key: string]: any;
1765
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1737
+ } | import('../../utils/props').RequestParams | {
1766
1738
  [key: string]: any;
1767
1739
  chartType: "bar";
1768
1740
  plugin: "1";
@@ -1774,9 +1746,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1774
1746
  default?: undefined;
1775
1747
  } | {
1776
1748
  type: any;
1777
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1749
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1778
1750
  [key: string]: any;
1779
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1751
+ } | import('../../utils/props').RequestParams | {
1780
1752
  [key: string]: any;
1781
1753
  chartType: "bar";
1782
1754
  plugin: "1";
@@ -1788,9 +1760,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1788
1760
  default?: undefined;
1789
1761
  } | {
1790
1762
  type: any;
1791
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1763
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1792
1764
  [key: string]: any;
1793
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1765
+ } | import('../../utils/props').RequestParams | {
1794
1766
  [key: string]: any;
1795
1767
  chartType: "bar";
1796
1768
  plugin: "1";
@@ -1802,9 +1774,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1802
1774
  default?: undefined;
1803
1775
  } | {
1804
1776
  type: any;
1805
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1777
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1806
1778
  [key: string]: any;
1807
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1779
+ } | import('../../utils/props').RequestParams | {
1808
1780
  [key: string]: any;
1809
1781
  chartType: "bar";
1810
1782
  plugin: "1";
@@ -1816,9 +1788,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1816
1788
  default?: undefined;
1817
1789
  } | {
1818
1790
  type: any;
1819
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1791
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1820
1792
  [key: string]: any;
1821
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1793
+ } | import('../../utils/props').RequestParams | {
1822
1794
  [key: string]: any;
1823
1795
  chartType: "bar";
1824
1796
  plugin: "1";
@@ -1830,9 +1802,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1830
1802
  default?: undefined;
1831
1803
  } | {
1832
1804
  type: any;
1833
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1805
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1834
1806
  [key: string]: any;
1835
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1807
+ } | import('../../utils/props').RequestParams | {
1836
1808
  [key: string]: any;
1837
1809
  chartType: "bar";
1838
1810
  plugin: "1";
@@ -1844,9 +1816,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1844
1816
  default?: undefined;
1845
1817
  } | {
1846
1818
  type: any;
1847
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1819
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1848
1820
  [key: string]: any;
1849
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1821
+ } | import('../../utils/props').RequestParams | {
1850
1822
  [key: string]: any;
1851
1823
  chartType: "bar";
1852
1824
  plugin: "1";
@@ -1858,9 +1830,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1858
1830
  default?: undefined;
1859
1831
  } | {
1860
1832
  type: any;
1861
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1833
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1862
1834
  [key: string]: any;
1863
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1835
+ } | import('../../utils/props').RequestParams | {
1864
1836
  [key: string]: any;
1865
1837
  chartType: "bar";
1866
1838
  plugin: "1";
@@ -1872,9 +1844,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1872
1844
  default?: undefined;
1873
1845
  } | {
1874
1846
  type: any;
1875
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1847
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1876
1848
  [key: string]: any;
1877
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1849
+ } | import('../../utils/props').RequestParams | {
1878
1850
  [key: string]: any;
1879
1851
  chartType: "bar";
1880
1852
  plugin: "1";
@@ -1886,9 +1858,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1886
1858
  default?: undefined;
1887
1859
  } | {
1888
1860
  type: any;
1889
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1861
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1890
1862
  [key: string]: any;
1891
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1863
+ } | import('../../utils/props').RequestParams | {
1892
1864
  [key: string]: any;
1893
1865
  chartType: "bar";
1894
1866
  plugin: "1";
@@ -1900,9 +1872,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1900
1872
  default?: undefined;
1901
1873
  } | {
1902
1874
  type: any;
1903
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1875
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1904
1876
  [key: string]: any;
1905
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1877
+ } | import('../../utils/props').RequestParams | {
1906
1878
  [key: string]: any;
1907
1879
  chartType: "bar";
1908
1880
  plugin: "1";
@@ -1914,9 +1886,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1914
1886
  default?: undefined;
1915
1887
  } | {
1916
1888
  type: any;
1917
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1889
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1918
1890
  [key: string]: any;
1919
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1891
+ } | import('../../utils/props').RequestParams | {
1920
1892
  [key: string]: any;
1921
1893
  chartType: "bar";
1922
1894
  plugin: "1";
@@ -1928,9 +1900,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1928
1900
  default?: undefined;
1929
1901
  } | {
1930
1902
  type: any;
1931
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1903
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1932
1904
  [key: string]: any;
1933
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1905
+ } | import('../../utils/props').RequestParams | {
1934
1906
  [key: string]: any;
1935
1907
  chartType: "bar";
1936
1908
  plugin: "1";
@@ -1942,9 +1914,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1942
1914
  default?: undefined;
1943
1915
  } | {
1944
1916
  type: any;
1945
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1917
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1946
1918
  [key: string]: any;
1947
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1919
+ } | import('../../utils/props').RequestParams | {
1948
1920
  [key: string]: any;
1949
1921
  chartType: "bar";
1950
1922
  plugin: "1";
@@ -1956,9 +1928,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1956
1928
  default?: undefined;
1957
1929
  } | {
1958
1930
  type: any;
1959
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1931
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1960
1932
  [key: string]: any;
1961
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1933
+ } | import('../../utils/props').RequestParams | {
1962
1934
  [key: string]: any;
1963
1935
  chartType: "bar";
1964
1936
  plugin: "1";
@@ -1970,9 +1942,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1970
1942
  default?: undefined;
1971
1943
  } | {
1972
1944
  type: any;
1973
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1945
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1974
1946
  [key: string]: any;
1975
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1947
+ } | import('../../utils/props').RequestParams | {
1976
1948
  [key: string]: any;
1977
1949
  chartType: "bar";
1978
1950
  plugin: "1";
@@ -1984,9 +1956,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1984
1956
  default?: undefined;
1985
1957
  } | {
1986
1958
  type: any;
1987
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1959
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
1988
1960
  [key: string]: any;
1989
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1961
+ } | import('../../utils/props').RequestParams | {
1990
1962
  [key: string]: any;
1991
1963
  chartType: "bar";
1992
1964
  plugin: "1";
@@ -1998,9 +1970,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
1998
1970
  default?: undefined;
1999
1971
  } | {
2000
1972
  type: any;
2001
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1973
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2002
1974
  [key: string]: any;
2003
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1975
+ } | import('../../utils/props').RequestParams | {
2004
1976
  [key: string]: any;
2005
1977
  chartType: "bar";
2006
1978
  plugin: "1";
@@ -2012,9 +1984,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2012
1984
  default?: undefined;
2013
1985
  } | {
2014
1986
  type: any;
2015
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1987
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2016
1988
  [key: string]: any;
2017
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1989
+ } | import('../../utils/props').RequestParams | {
2018
1990
  [key: string]: any;
2019
1991
  chartType: "bar";
2020
1992
  plugin: "1";
@@ -2026,9 +1998,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2026
1998
  default?: undefined;
2027
1999
  } | {
2028
2000
  type: any;
2029
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2001
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2030
2002
  [key: string]: any;
2031
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2003
+ } | import('../../utils/props').RequestParams | {
2032
2004
  [key: string]: any;
2033
2005
  chartType: "bar";
2034
2006
  plugin: "1";
@@ -2040,9 +2012,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2040
2012
  default?: undefined;
2041
2013
  } | {
2042
2014
  type: any;
2043
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2015
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2044
2016
  [key: string]: any;
2045
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2017
+ } | import('../../utils/props').RequestParams | {
2046
2018
  [key: string]: any;
2047
2019
  chartType: "bar";
2048
2020
  plugin: "1";
@@ -2054,9 +2026,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2054
2026
  default?: undefined;
2055
2027
  } | {
2056
2028
  type: any;
2057
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2029
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2058
2030
  [key: string]: any;
2059
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2031
+ } | import('../../utils/props').RequestParams | {
2060
2032
  [key: string]: any;
2061
2033
  chartType: "bar";
2062
2034
  plugin: "1";
@@ -2068,9 +2040,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2068
2040
  default?: undefined;
2069
2041
  } | {
2070
2042
  type: any;
2071
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2043
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2072
2044
  [key: string]: any;
2073
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2045
+ } | import('../../utils/props').RequestParams | {
2074
2046
  [key: string]: any;
2075
2047
  chartType: "bar";
2076
2048
  plugin: "1";
@@ -2082,9 +2054,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2082
2054
  default?: undefined;
2083
2055
  } | {
2084
2056
  type: any;
2085
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2057
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2086
2058
  [key: string]: any;
2087
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2059
+ } | import('../../utils/props').RequestParams | {
2088
2060
  [key: string]: any;
2089
2061
  chartType: "bar";
2090
2062
  plugin: "1";
@@ -2096,9 +2068,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2096
2068
  default?: undefined;
2097
2069
  } | {
2098
2070
  type: any;
2099
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2071
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2100
2072
  [key: string]: any;
2101
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2073
+ } | import('../../utils/props').RequestParams | {
2102
2074
  [key: string]: any;
2103
2075
  chartType: "bar";
2104
2076
  plugin: "1";
@@ -2110,9 +2082,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2110
2082
  default?: undefined;
2111
2083
  } | {
2112
2084
  type: any;
2113
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2085
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2114
2086
  [key: string]: any;
2115
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2087
+ } | import('../../utils/props').RequestParams | {
2116
2088
  [key: string]: any;
2117
2089
  chartType: "bar";
2118
2090
  plugin: "1";
@@ -2124,9 +2096,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2124
2096
  default?: undefined;
2125
2097
  } | {
2126
2098
  type: any;
2127
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2099
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2128
2100
  [key: string]: any;
2129
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2101
+ } | import('../../utils/props').RequestParams | {
2130
2102
  [key: string]: any;
2131
2103
  chartType: "bar";
2132
2104
  plugin: "1";
@@ -2138,9 +2110,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2138
2110
  default?: undefined;
2139
2111
  } | {
2140
2112
  type: any;
2141
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2113
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2142
2114
  [key: string]: any;
2143
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2115
+ } | import('../../utils/props').RequestParams | {
2144
2116
  [key: string]: any;
2145
2117
  chartType: "bar";
2146
2118
  plugin: "1";
@@ -2152,9 +2124,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2152
2124
  default?: undefined;
2153
2125
  } | {
2154
2126
  type: any;
2155
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2127
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2156
2128
  [key: string]: any;
2157
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2129
+ } | import('../../utils/props').RequestParams | {
2158
2130
  [key: string]: any;
2159
2131
  chartType: "bar";
2160
2132
  plugin: "1";
@@ -2166,9 +2138,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
2166
2138
  default?: undefined;
2167
2139
  } | {
2168
2140
  type: any;
2169
- default: string | number | boolean | string[] | import('../../_utils/props').Events | {
2141
+ default: string | number | boolean | string[] | import('../../utils/props').Events | Data | KeyTypeDataFieldNames | ValueTypeDataFieldNames | {
2170
2142
  [key: string]: any;
2171
- } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
2143
+ } | import('../../utils/props').RequestParams | {
2172
2144
  [key: string]: any;
2173
2145
  chartType: "bar";
2174
2146
  plugin: "1";