@ecan-bi/datav 1.0.87 → 1.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (508) hide show
  1. package/dist/index.es.js +209 -59
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +209 -59
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +69 -69
  6. package/es/container/border/Border.js +7 -7
  7. package/es/container/border/Border.js.map +1 -1
  8. package/es/container/border/index.js +1 -1
  9. package/es/container/border/index.js.map +1 -1
  10. package/es/container/border/props.js +1 -1
  11. package/es/container/border/props.js.map +1 -1
  12. package/es/container/modal/Modal.js +6 -6
  13. package/es/container/modal/Modal.js.map +1 -1
  14. package/es/container/modal/index.js +1 -1
  15. package/es/container/modal/index.js.map +1 -1
  16. package/es/container/modal/props.js +1 -1
  17. package/es/container/modal/props.js.map +1 -1
  18. package/es/container/tabs/Tabs.js +8 -8
  19. package/es/container/tabs/Tabs.js.map +1 -1
  20. package/es/container/tabs/index.js +1 -1
  21. package/es/container/tabs/index.js.map +1 -1
  22. package/es/container/tabs/props.js +1 -1
  23. package/es/container/tabs/props.js.map +1 -1
  24. package/es/control/button/Button.js +5 -5
  25. package/es/control/button/Button.js.map +1 -1
  26. package/es/control/button/index.js +1 -1
  27. package/es/control/button/index.js.map +1 -1
  28. package/es/control/button/props.js +1 -1
  29. package/es/control/button/props.js.map +1 -1
  30. package/es/control/checkbox/Checkbox.js +12 -7
  31. package/es/control/checkbox/Checkbox.js.map +1 -1
  32. package/es/control/checkbox/index.js +1 -1
  33. package/es/control/checkbox/index.js.map +1 -1
  34. package/es/control/checkbox/props.js +1 -1
  35. package/es/control/checkbox/props.js.map +1 -1
  36. package/es/control/date-picker/DatePicker.js +14 -10
  37. package/es/control/date-picker/DatePicker.js.map +1 -1
  38. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  39. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  40. package/es/control/date-picker/index.js +1 -1
  41. package/es/control/date-picker/index.js.map +1 -1
  42. package/es/control/date-picker/props.js +1 -1
  43. package/es/control/date-picker/props.js.map +1 -1
  44. package/es/control/input/Input.js +4 -4
  45. package/es/control/input/Input.js.map +1 -1
  46. package/es/control/input/index.js +1 -1
  47. package/es/control/input/index.js.map +1 -1
  48. package/es/control/input/props.js +1 -1
  49. package/es/control/input/props.js.map +1 -1
  50. package/es/control/range-picker/RangePicker.js +6 -6
  51. package/es/control/range-picker/RangePicker.js.map +1 -1
  52. package/es/control/range-picker/index.js +1 -1
  53. package/es/control/range-picker/index.js.map +1 -1
  54. package/es/control/range-picker/props.js +1 -1
  55. package/es/control/range-picker/props.js.map +1 -1
  56. package/es/control/select/Select.js +7 -7
  57. package/es/control/select/Select.js.map +1 -1
  58. package/es/control/select/index.js +1 -1
  59. package/es/control/select/index.js.map +1 -1
  60. package/es/control/select/props.js +1 -1
  61. package/es/control/select/props.js.map +1 -1
  62. package/es/graph/bar/Bar.js +12 -12
  63. package/es/graph/bar/Bar.js.map +1 -1
  64. package/es/graph/bar/index.js +1 -1
  65. package/es/graph/bar/index.js.map +1 -1
  66. package/es/graph/bar/props.js +1 -1
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +11 -11
  69. package/es/graph/combo-graph/ComboGraph.js.map +1 -1
  70. package/es/graph/combo-graph/index.js +1 -1
  71. package/es/graph/combo-graph/index.js.map +1 -1
  72. package/es/graph/combo-graph/props.js +1 -1
  73. package/es/graph/combo-graph/props.js.map +1 -1
  74. package/es/graph/custom-graph/CustomGraph.js +3 -3
  75. package/es/graph/custom-graph/CustomGraph.js.map +1 -1
  76. package/es/graph/custom-graph/index.js +1 -1
  77. package/es/graph/custom-graph/index.js.map +1 -1
  78. package/es/graph/custom-graph/props.js +1 -1
  79. package/es/graph/custom-graph/props.js.map +1 -1
  80. package/es/graph/line/Line.js +11 -11
  81. package/es/graph/line/Line.js.map +1 -1
  82. package/es/graph/line/index.js +1 -1
  83. package/es/graph/line/index.js.map +1 -1
  84. package/es/graph/line/props.js +1 -1
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +10 -10
  87. package/es/graph/pie/Pie.js.map +1 -1
  88. package/es/graph/pie/index.js +1 -1
  89. package/es/graph/pie/index.js.map +1 -1
  90. package/es/graph/pie/props.js +1 -1
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +9 -9
  93. package/es/graph/scatter/Scatter.js.map +1 -1
  94. package/es/graph/scatter/index.js +1 -1
  95. package/es/graph/scatter/index.js.map +1 -1
  96. package/es/graph/scatter/props.js +1 -1
  97. package/es/graph/scatter/props.js.map +1 -1
  98. package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  99. package/es/hooks/useDownloadFile.js.map +1 -0
  100. package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  101. package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  102. package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  103. package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  104. package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
  105. package/es/hooks/useImagePath.js.map +1 -0
  106. package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  107. package/es/hooks/useIndicatorData.js.map +1 -0
  108. package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  109. package/es/hooks/useOnEvent.js.map +1 -0
  110. package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  111. package/es/hooks/usePageUrl.js.map +1 -0
  112. package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  113. package/es/hooks/usePickComponentStyle.js.map +1 -0
  114. package/es/{_utils/hooks → hooks}/useRequestData.js +3 -8
  115. package/es/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  116. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  117. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  118. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  119. package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  120. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  121. package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  122. package/es/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  125. package/es/hooks/useVariablesInText.js.map +1 -0
  126. package/es/map/map/Map.js +5 -5
  127. package/es/map/map/Map.js.map +1 -1
  128. package/es/map/map/index.js +1 -1
  129. package/es/map/map/index.js.map +1 -1
  130. package/es/map/map/props.js +1 -1
  131. package/es/map/map/props.js.map +1 -1
  132. package/es/media/image/Image.js +7 -7
  133. package/es/media/image/Image.js.map +1 -1
  134. package/es/media/image/index.js +1 -1
  135. package/es/media/image/index.js.map +1 -1
  136. package/es/media/image/props.js +1 -1
  137. package/es/media/image/props.js.map +1 -1
  138. package/es/setting/page-config/PageConfig.js +4 -4
  139. package/es/setting/page-config/PageConfig.js.map +1 -1
  140. package/es/setting/page-config/index.js +1 -1
  141. package/es/setting/page-config/index.js.map +1 -1
  142. package/es/setting/page-config/props.js +1 -1
  143. package/es/setting/page-config/props.js.map +1 -1
  144. package/es/setting/provider-config/ProviderConfig.js +4 -4
  145. package/es/setting/provider-config/ProviderConfig.js.map +1 -1
  146. package/es/setting/provider-config/index.js +1 -1
  147. package/es/setting/provider-config/index.js.map +1 -1
  148. package/es/setting/provider-config/props.js +1 -1
  149. package/es/setting/provider-config/props.js.map +1 -1
  150. package/es/table/table/Table.js +10 -10
  151. package/es/table/table/Table.js.map +1 -1
  152. package/es/table/table/index.js +1 -1
  153. package/es/table/table/index.js.map +1 -1
  154. package/es/table/table/props.js +1 -1
  155. package/es/table/table/props.js.map +1 -1
  156. package/es/text/list/List.js +9 -9
  157. package/es/text/list/List.js.map +1 -1
  158. package/es/text/list/index.js +1 -1
  159. package/es/text/list/index.js.map +1 -1
  160. package/es/text/list/props.js +1 -1
  161. package/es/text/list/props.js.map +1 -1
  162. package/es/text/proportion/Proportion.js +7 -7
  163. package/es/text/proportion/Proportion.js.map +1 -1
  164. package/es/text/proportion/index.js +1 -1
  165. package/es/text/proportion/index.js.map +1 -1
  166. package/es/text/proportion/props.js +1 -1
  167. package/es/text/proportion/props.js.map +1 -1
  168. package/es/text/scroll-text/index.js +1 -1
  169. package/es/text/scroll-text/index.js.map +1 -1
  170. package/es/text/text/Text.js +7 -7
  171. package/es/text/text/Text.js.map +1 -1
  172. package/es/text/text/index.js +1 -1
  173. package/es/text/text/index.js.map +1 -1
  174. package/es/text/text/props.js +1 -1
  175. package/es/text/text/props.js.map +1 -1
  176. package/es/text/time-display/TimeDisplay.js +4 -4
  177. package/es/text/time-display/TimeDisplay.js.map +1 -1
  178. package/es/text/time-display/index.js +1 -1
  179. package/es/text/time-display/index.js.map +1 -1
  180. package/es/text/time-display/props.js +1 -1
  181. package/es/text/time-display/props.js.map +1 -1
  182. package/es/{_utils → utils}/constant.js +0 -0
  183. package/es/utils/constant.js.map +1 -0
  184. package/es/{_utils → utils}/props.js +0 -0
  185. package/es/utils/props.js.map +1 -0
  186. package/es/{_utils → utils}/request.js +0 -0
  187. package/es/utils/request.js.map +1 -0
  188. package/es/{_utils → utils}/util.js +0 -0
  189. package/es/utils/util.js.map +1 -0
  190. package/es/{_utils → utils}/withInstall.js +0 -0
  191. package/es/utils/withInstall.js.map +1 -0
  192. package/lib/container/border/Border.js +7 -7
  193. package/lib/container/border/Border.js.map +1 -1
  194. package/lib/container/border/index.js +1 -1
  195. package/lib/container/border/index.js.map +1 -1
  196. package/lib/container/border/props.js +1 -1
  197. package/lib/container/border/props.js.map +1 -1
  198. package/lib/container/modal/Modal.js +6 -6
  199. package/lib/container/modal/Modal.js.map +1 -1
  200. package/lib/container/modal/index.js +1 -1
  201. package/lib/container/modal/index.js.map +1 -1
  202. package/lib/container/modal/props.js +1 -1
  203. package/lib/container/modal/props.js.map +1 -1
  204. package/lib/container/tabs/Tabs.js +8 -8
  205. package/lib/container/tabs/Tabs.js.map +1 -1
  206. package/lib/container/tabs/index.js +1 -1
  207. package/lib/container/tabs/index.js.map +1 -1
  208. package/lib/container/tabs/props.js +1 -1
  209. package/lib/container/tabs/props.js.map +1 -1
  210. package/lib/control/button/Button.js +5 -5
  211. package/lib/control/button/Button.js.map +1 -1
  212. package/lib/control/button/index.js +1 -1
  213. package/lib/control/button/index.js.map +1 -1
  214. package/lib/control/button/props.js +1 -1
  215. package/lib/control/button/props.js.map +1 -1
  216. package/lib/control/checkbox/Checkbox.js +12 -7
  217. package/lib/control/checkbox/Checkbox.js.map +1 -1
  218. package/lib/control/checkbox/index.js +1 -1
  219. package/lib/control/checkbox/index.js.map +1 -1
  220. package/lib/control/checkbox/props.js +1 -1
  221. package/lib/control/checkbox/props.js.map +1 -1
  222. package/lib/control/date-picker/DatePicker.js +13 -9
  223. package/lib/control/date-picker/DatePicker.js.map +1 -1
  224. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  225. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  226. package/lib/control/date-picker/index.js +1 -1
  227. package/lib/control/date-picker/index.js.map +1 -1
  228. package/lib/control/date-picker/props.js +1 -1
  229. package/lib/control/date-picker/props.js.map +1 -1
  230. package/lib/control/input/Input.js +4 -4
  231. package/lib/control/input/Input.js.map +1 -1
  232. package/lib/control/input/index.js +1 -1
  233. package/lib/control/input/index.js.map +1 -1
  234. package/lib/control/input/props.js +1 -1
  235. package/lib/control/input/props.js.map +1 -1
  236. package/lib/control/range-picker/RangePicker.js +6 -6
  237. package/lib/control/range-picker/RangePicker.js.map +1 -1
  238. package/lib/control/range-picker/index.js +1 -1
  239. package/lib/control/range-picker/index.js.map +1 -1
  240. package/lib/control/range-picker/props.js +1 -1
  241. package/lib/control/range-picker/props.js.map +1 -1
  242. package/lib/control/select/Select.js +7 -7
  243. package/lib/control/select/Select.js.map +1 -1
  244. package/lib/control/select/index.js +1 -1
  245. package/lib/control/select/index.js.map +1 -1
  246. package/lib/control/select/props.js +1 -1
  247. package/lib/control/select/props.js.map +1 -1
  248. package/lib/graph/bar/Bar.js +12 -12
  249. package/lib/graph/bar/Bar.js.map +1 -1
  250. package/lib/graph/bar/index.js +1 -1
  251. package/lib/graph/bar/index.js.map +1 -1
  252. package/lib/graph/bar/props.js +1 -1
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +11 -11
  255. package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
  256. package/lib/graph/combo-graph/index.js +1 -1
  257. package/lib/graph/combo-graph/index.js.map +1 -1
  258. package/lib/graph/combo-graph/props.js +1 -1
  259. package/lib/graph/combo-graph/props.js.map +1 -1
  260. package/lib/graph/custom-graph/CustomGraph.js +3 -3
  261. package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
  262. package/lib/graph/custom-graph/index.js +1 -1
  263. package/lib/graph/custom-graph/index.js.map +1 -1
  264. package/lib/graph/custom-graph/props.js +1 -1
  265. package/lib/graph/custom-graph/props.js.map +1 -1
  266. package/lib/graph/line/Line.js +11 -11
  267. package/lib/graph/line/Line.js.map +1 -1
  268. package/lib/graph/line/index.js +1 -1
  269. package/lib/graph/line/index.js.map +1 -1
  270. package/lib/graph/line/props.js +1 -1
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +10 -10
  273. package/lib/graph/pie/Pie.js.map +1 -1
  274. package/lib/graph/pie/index.js +1 -1
  275. package/lib/graph/pie/index.js.map +1 -1
  276. package/lib/graph/pie/props.js +1 -1
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +9 -9
  279. package/lib/graph/scatter/Scatter.js.map +1 -1
  280. package/lib/graph/scatter/index.js +1 -1
  281. package/lib/graph/scatter/index.js.map +1 -1
  282. package/lib/graph/scatter/props.js +1 -1
  283. package/lib/graph/scatter/props.js.map +1 -1
  284. package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  285. package/lib/hooks/useDownloadFile.js.map +1 -0
  286. package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  287. package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  288. package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  289. package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  290. package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
  291. package/lib/hooks/useImagePath.js.map +1 -0
  292. package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  293. package/lib/hooks/useIndicatorData.js.map +1 -0
  294. package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  295. package/lib/hooks/useOnEvent.js.map +1 -0
  296. package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  297. package/lib/hooks/usePageUrl.js.map +1 -0
  298. package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  299. package/lib/hooks/usePickComponentStyle.js.map +1 -0
  300. package/lib/{_utils/hooks → hooks}/useRequestData.js +3 -8
  301. package/lib/{_utils/hooks → hooks}/useRequestData.js.map +1 -1
  302. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  303. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  304. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  305. package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  306. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  307. package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  308. package/lib/{_utils/hooks → hooks}/useValueFormatter.js +15 -9
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/{_utils/hooks → hooks}/useVariablesInText.js +0 -0
  311. package/lib/hooks/useVariablesInText.js.map +1 -0
  312. package/lib/map/map/Map.js +5 -5
  313. package/lib/map/map/Map.js.map +1 -1
  314. package/lib/map/map/index.js +1 -1
  315. package/lib/map/map/index.js.map +1 -1
  316. package/lib/map/map/props.js +1 -1
  317. package/lib/map/map/props.js.map +1 -1
  318. package/lib/media/image/Image.js +7 -7
  319. package/lib/media/image/Image.js.map +1 -1
  320. package/lib/media/image/index.js +1 -1
  321. package/lib/media/image/index.js.map +1 -1
  322. package/lib/media/image/props.js +1 -1
  323. package/lib/media/image/props.js.map +1 -1
  324. package/lib/setting/page-config/PageConfig.js +4 -4
  325. package/lib/setting/page-config/PageConfig.js.map +1 -1
  326. package/lib/setting/page-config/index.js +1 -1
  327. package/lib/setting/page-config/index.js.map +1 -1
  328. package/lib/setting/page-config/props.js +1 -1
  329. package/lib/setting/page-config/props.js.map +1 -1
  330. package/lib/setting/provider-config/ProviderConfig.js +4 -4
  331. package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
  332. package/lib/setting/provider-config/index.js +1 -1
  333. package/lib/setting/provider-config/index.js.map +1 -1
  334. package/lib/setting/provider-config/props.js +1 -1
  335. package/lib/setting/provider-config/props.js.map +1 -1
  336. package/lib/style.css +6940 -6940
  337. package/lib/table/table/Table.js +10 -10
  338. package/lib/table/table/Table.js.map +1 -1
  339. package/lib/table/table/index.js +1 -1
  340. package/lib/table/table/index.js.map +1 -1
  341. package/lib/table/table/props.js +1 -1
  342. package/lib/table/table/props.js.map +1 -1
  343. package/lib/text/list/List.js +9 -9
  344. package/lib/text/list/List.js.map +1 -1
  345. package/lib/text/list/index.js +1 -1
  346. package/lib/text/list/index.js.map +1 -1
  347. package/lib/text/list/props.js +1 -1
  348. package/lib/text/list/props.js.map +1 -1
  349. package/lib/text/proportion/Proportion.js +7 -7
  350. package/lib/text/proportion/Proportion.js.map +1 -1
  351. package/lib/text/proportion/index.js +1 -1
  352. package/lib/text/proportion/index.js.map +1 -1
  353. package/lib/text/proportion/props.js +1 -1
  354. package/lib/text/proportion/props.js.map +1 -1
  355. package/lib/text/scroll-text/index.js +1 -1
  356. package/lib/text/scroll-text/index.js.map +1 -1
  357. package/lib/text/text/Text.js +7 -7
  358. package/lib/text/text/Text.js.map +1 -1
  359. package/lib/text/text/index.js +1 -1
  360. package/lib/text/text/index.js.map +1 -1
  361. package/lib/text/text/props.js +1 -1
  362. package/lib/text/text/props.js.map +1 -1
  363. package/lib/text/time-display/TimeDisplay.js +4 -4
  364. package/lib/text/time-display/TimeDisplay.js.map +1 -1
  365. package/lib/text/time-display/index.js +1 -1
  366. package/lib/text/time-display/index.js.map +1 -1
  367. package/lib/text/time-display/props.js +1 -1
  368. package/lib/text/time-display/props.js.map +1 -1
  369. package/lib/{_utils → utils}/constant.js +0 -0
  370. package/lib/utils/constant.js.map +1 -0
  371. package/lib/{_utils → utils}/props.js +0 -0
  372. package/lib/utils/props.js.map +1 -0
  373. package/lib/{_utils → utils}/request.js +0 -0
  374. package/lib/utils/request.js.map +1 -0
  375. package/lib/{_utils → utils}/util.js +0 -0
  376. package/lib/utils/util.js.map +1 -0
  377. package/lib/{_utils → utils}/withInstall.js +0 -0
  378. package/lib/utils/withInstall.js.map +1 -0
  379. package/package.json +1 -1
  380. package/types/container/border/Border.vue.d.ts +140 -140
  381. package/types/container/border/index.d.ts +141 -141
  382. package/types/container/border/props.d.ts +71 -71
  383. package/types/container/modal/Modal.vue.d.ts +1 -1
  384. package/types/container/modal/index.d.ts +2 -2
  385. package/types/container/tabs/index.d.ts +1 -1
  386. package/types/container/tabs/props.d.ts +1 -1
  387. package/types/control/button/Button.vue.d.ts +120 -120
  388. package/types/control/button/index.d.ts +121 -121
  389. package/types/control/button/props.d.ts +61 -61
  390. package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
  391. package/types/control/checkbox/index.d.ts +97 -97
  392. package/types/control/checkbox/props.d.ts +49 -49
  393. package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
  394. package/types/control/date-picker/index.d.ts +105 -105
  395. package/types/control/date-picker/props.d.ts +53 -53
  396. package/types/control/input/Input.vue.d.ts +96 -96
  397. package/types/control/input/index.d.ts +97 -97
  398. package/types/control/input/props.d.ts +49 -49
  399. package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
  400. package/types/control/range-picker/index.d.ts +105 -105
  401. package/types/control/range-picker/props.d.ts +53 -53
  402. package/types/control/select/Select.vue.d.ts +100 -100
  403. package/types/control/select/index.d.ts +101 -101
  404. package/types/control/select/props.d.ts +51 -51
  405. package/types/graph/bar/Bar.vue.d.ts +282 -310
  406. package/types/graph/bar/index.d.ts +282 -310
  407. package/types/graph/bar/props.d.ts +141 -156
  408. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
  409. package/types/graph/combo-graph/index.d.ts +9 -7
  410. package/types/graph/combo-graph/props.d.ts +1 -1
  411. package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
  412. package/types/graph/custom-graph/index.d.ts +97 -97
  413. package/types/graph/custom-graph/props.d.ts +49 -49
  414. package/types/graph/line/Line.vue.d.ts +33 -3
  415. package/types/graph/line/index.d.ts +34 -4
  416. package/types/graph/line/props.d.ts +17 -1
  417. package/types/graph/pie/Pie.vue.d.ts +1 -1
  418. package/types/graph/pie/index.d.ts +2 -2
  419. package/types/graph/pie/props.d.ts +1 -1
  420. package/types/graph/scatter/index.d.ts +1 -1
  421. package/types/graph/scatter/props.d.ts +1 -1
  422. package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
  423. package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
  424. package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
  425. package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
  426. package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
  427. package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
  428. package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
  429. package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
  430. package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
  431. package/types/{_utils/hooks → hooks}/usePickEchartsData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  434. package/types/{_utils/hooks → hooks}/useTooltipFormatter.d.ts +0 -0
  435. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  436. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  437. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  438. package/types/hooks/useVariablesInText.d.ts +7 -0
  439. package/types/map/map/Map.vue.d.ts +224 -224
  440. package/types/map/map/index.d.ts +225 -225
  441. package/types/map/map/props.d.ts +113 -113
  442. package/types/media/image/Image.vue.d.ts +104 -104
  443. package/types/media/image/index.d.ts +105 -105
  444. package/types/media/image/props.d.ts +53 -53
  445. package/types/setting/page-config/index.d.ts +1 -1
  446. package/types/setting/provider-config/index.d.ts +1 -1
  447. package/types/table/table/Table.vue.d.ts +168 -168
  448. package/types/table/table/index.d.ts +169 -169
  449. package/types/table/table/props.d.ts +85 -85
  450. package/types/text/list/List.vue.d.ts +128 -128
  451. package/types/text/list/index.d.ts +129 -129
  452. package/types/text/list/props.d.ts +65 -65
  453. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  454. package/types/text/proportion/index.d.ts +145 -145
  455. package/types/text/proportion/props.d.ts +73 -73
  456. package/types/text/scroll-text/index.d.ts +1 -1
  457. package/types/text/text/Text.vue.d.ts +140 -140
  458. package/types/text/text/index.d.ts +141 -141
  459. package/types/text/text/props.d.ts +71 -71
  460. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  461. package/types/text/time-display/index.d.ts +121 -121
  462. package/types/text/time-display/props.d.ts +61 -61
  463. package/types/{_utils → utils}/constant.d.ts +0 -0
  464. package/types/{_utils → utils}/props.d.ts +0 -0
  465. package/types/{_utils → utils}/request.d.ts +0 -0
  466. package/types/{_utils → utils}/util.d.ts +0 -0
  467. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  468. package/es/_utils/constant.js.map +0 -1
  469. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  470. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  471. package/es/_utils/hooks/useImagePath.js.map +0 -1
  472. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  473. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  474. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  475. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  477. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  478. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  479. package/es/_utils/hooks/useVariablesInText.js.map +0 -1
  480. package/es/_utils/props.js.map +0 -1
  481. package/es/_utils/request.js.map +0 -1
  482. package/es/_utils/util.js.map +0 -1
  483. package/es/_utils/withInstall.js.map +0 -1
  484. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  485. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  486. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  487. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  488. package/lib/_utils/constant.js.map +0 -1
  489. package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
  490. package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  491. package/lib/_utils/hooks/useImagePath.js.map +0 -1
  492. package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
  493. package/lib/_utils/hooks/useOnEvent.js.map +0 -1
  494. package/lib/_utils/hooks/usePageUrl.js.map +0 -1
  495. package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
  496. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  498. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  499. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  500. package/lib/_utils/props.js.map +0 -1
  501. package/lib/_utils/request.js.map +0 -1
  502. package/lib/_utils/util.js.map +0 -1
  503. package/lib/_utils/withInstall.js.map +0 -1
  504. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  505. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  508. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,12 +1,12 @@
1
- export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
2
  text: {
3
3
  type?: undefined;
4
4
  default?: undefined;
5
5
  } | {
6
6
  type: any;
7
- default: string | number | boolean | import("../../_utils/props").Events | {
7
+ default: string | number | boolean | import("../../utils/props").Events | {
8
8
  [key: string]: any;
9
- } | import("../../_utils/props").RequestParams | {
9
+ } | import("../../utils/props").RequestParams | {
10
10
  [key: string]: any;
11
11
  };
12
12
  };
@@ -15,9 +15,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
15
15
  default?: undefined;
16
16
  } | {
17
17
  type: any;
18
- default: string | number | boolean | import("../../_utils/props").Events | {
18
+ default: string | number | boolean | import("../../utils/props").Events | {
19
19
  [key: string]: any;
20
- } | import("../../_utils/props").RequestParams | {
20
+ } | import("../../utils/props").RequestParams | {
21
21
  [key: string]: any;
22
22
  };
23
23
  };
@@ -26,9 +26,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
26
26
  default?: undefined;
27
27
  } | {
28
28
  type: any;
29
- default: string | number | boolean | import("../../_utils/props").Events | {
29
+ default: string | number | boolean | import("../../utils/props").Events | {
30
30
  [key: string]: any;
31
- } | import("../../_utils/props").RequestParams | {
31
+ } | import("../../utils/props").RequestParams | {
32
32
  [key: string]: any;
33
33
  };
34
34
  };
@@ -37,9 +37,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
37
37
  default?: undefined;
38
38
  } | {
39
39
  type: any;
40
- default: string | number | boolean | import("../../_utils/props").Events | {
40
+ default: string | number | boolean | import("../../utils/props").Events | {
41
41
  [key: string]: any;
42
- } | import("../../_utils/props").RequestParams | {
42
+ } | import("../../utils/props").RequestParams | {
43
43
  [key: string]: any;
44
44
  };
45
45
  };
@@ -48,9 +48,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
48
48
  default?: undefined;
49
49
  } | {
50
50
  type: any;
51
- default: string | number | boolean | import("../../_utils/props").Events | {
51
+ default: string | number | boolean | import("../../utils/props").Events | {
52
52
  [key: string]: any;
53
- } | import("../../_utils/props").RequestParams | {
53
+ } | import("../../utils/props").RequestParams | {
54
54
  [key: string]: any;
55
55
  };
56
56
  };
@@ -59,9 +59,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
59
59
  default?: undefined;
60
60
  } | {
61
61
  type: any;
62
- default: string | number | boolean | import("../../_utils/props").Events | {
62
+ default: string | number | boolean | import("../../utils/props").Events | {
63
63
  [key: string]: any;
64
- } | import("../../_utils/props").RequestParams | {
64
+ } | import("../../utils/props").RequestParams | {
65
65
  [key: string]: any;
66
66
  };
67
67
  };
@@ -70,9 +70,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
70
70
  default?: undefined;
71
71
  } | {
72
72
  type: any;
73
- default: string | number | boolean | import("../../_utils/props").Events | {
73
+ default: string | number | boolean | import("../../utils/props").Events | {
74
74
  [key: string]: any;
75
- } | import("../../_utils/props").RequestParams | {
75
+ } | import("../../utils/props").RequestParams | {
76
76
  [key: string]: any;
77
77
  };
78
78
  };
@@ -81,9 +81,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
81
81
  default?: undefined;
82
82
  } | {
83
83
  type: any;
84
- default: string | number | boolean | import("../../_utils/props").Events | {
84
+ default: string | number | boolean | import("../../utils/props").Events | {
85
85
  [key: string]: any;
86
- } | import("../../_utils/props").RequestParams | {
86
+ } | import("../../utils/props").RequestParams | {
87
87
  [key: string]: any;
88
88
  };
89
89
  };
@@ -92,9 +92,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
92
92
  default?: undefined;
93
93
  } | {
94
94
  type: any;
95
- default: string | number | boolean | import("../../_utils/props").Events | {
95
+ default: string | number | boolean | import("../../utils/props").Events | {
96
96
  [key: string]: any;
97
- } | import("../../_utils/props").RequestParams | {
97
+ } | import("../../utils/props").RequestParams | {
98
98
  [key: string]: any;
99
99
  };
100
100
  };
@@ -103,9 +103,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
103
103
  default?: undefined;
104
104
  } | {
105
105
  type: any;
106
- default: string | number | boolean | import("../../_utils/props").Events | {
106
+ default: string | number | boolean | import("../../utils/props").Events | {
107
107
  [key: string]: any;
108
- } | import("../../_utils/props").RequestParams | {
108
+ } | import("../../utils/props").RequestParams | {
109
109
  [key: string]: any;
110
110
  };
111
111
  };
@@ -114,9 +114,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
114
114
  default?: undefined;
115
115
  } | {
116
116
  type: any;
117
- default: string | number | boolean | import("../../_utils/props").Events | {
117
+ default: string | number | boolean | import("../../utils/props").Events | {
118
118
  [key: string]: any;
119
- } | import("../../_utils/props").RequestParams | {
119
+ } | import("../../utils/props").RequestParams | {
120
120
  [key: string]: any;
121
121
  };
122
122
  };
@@ -125,9 +125,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
125
125
  default?: undefined;
126
126
  } | {
127
127
  type: any;
128
- default: string | number | boolean | import("../../_utils/props").Events | {
128
+ default: string | number | boolean | import("../../utils/props").Events | {
129
129
  [key: string]: any;
130
- } | import("../../_utils/props").RequestParams | {
130
+ } | import("../../utils/props").RequestParams | {
131
131
  [key: string]: any;
132
132
  };
133
133
  };
@@ -136,9 +136,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
136
136
  default?: undefined;
137
137
  } | {
138
138
  type: any;
139
- default: string | number | boolean | import("../../_utils/props").Events | {
139
+ default: string | number | boolean | import("../../utils/props").Events | {
140
140
  [key: string]: any;
141
- } | import("../../_utils/props").RequestParams | {
141
+ } | import("../../utils/props").RequestParams | {
142
142
  [key: string]: any;
143
143
  };
144
144
  };
@@ -147,9 +147,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
147
147
  default?: undefined;
148
148
  } | {
149
149
  type: any;
150
- default: string | number | boolean | import("../../_utils/props").Events | {
150
+ default: string | number | boolean | import("../../utils/props").Events | {
151
151
  [key: string]: any;
152
- } | import("../../_utils/props").RequestParams | {
152
+ } | import("../../utils/props").RequestParams | {
153
153
  [key: string]: any;
154
154
  };
155
155
  };
@@ -158,9 +158,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
158
158
  default?: undefined;
159
159
  } | {
160
160
  type: any;
161
- default: string | number | boolean | import("../../_utils/props").Events | {
161
+ default: string | number | boolean | import("../../utils/props").Events | {
162
162
  [key: string]: any;
163
- } | import("../../_utils/props").RequestParams | {
163
+ } | import("../../utils/props").RequestParams | {
164
164
  [key: string]: any;
165
165
  };
166
166
  };
@@ -169,9 +169,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
169
169
  default?: undefined;
170
170
  } | {
171
171
  type: any;
172
- default: string | number | boolean | import("../../_utils/props").Events | {
172
+ default: string | number | boolean | import("../../utils/props").Events | {
173
173
  [key: string]: any;
174
- } | import("../../_utils/props").RequestParams | {
174
+ } | import("../../utils/props").RequestParams | {
175
175
  [key: string]: any;
176
176
  };
177
177
  };
@@ -180,9 +180,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
180
180
  default?: undefined;
181
181
  } | {
182
182
  type: any;
183
- default: string | number | boolean | import("../../_utils/props").Events | {
183
+ default: string | number | boolean | import("../../utils/props").Events | {
184
184
  [key: string]: any;
185
- } | import("../../_utils/props").RequestParams | {
185
+ } | import("../../utils/props").RequestParams | {
186
186
  [key: string]: any;
187
187
  };
188
188
  };
@@ -191,9 +191,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
191
191
  default?: undefined;
192
192
  } | {
193
193
  type: any;
194
- default: string | number | boolean | import("../../_utils/props").Events | {
194
+ default: string | number | boolean | import("../../utils/props").Events | {
195
195
  [key: string]: any;
196
- } | import("../../_utils/props").RequestParams | {
196
+ } | import("../../utils/props").RequestParams | {
197
197
  [key: string]: any;
198
198
  };
199
199
  };
@@ -202,9 +202,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
202
202
  default?: undefined;
203
203
  } | {
204
204
  type: any;
205
- default: string | number | boolean | import("../../_utils/props").Events | {
205
+ default: string | number | boolean | import("../../utils/props").Events | {
206
206
  [key: string]: any;
207
- } | import("../../_utils/props").RequestParams | {
207
+ } | import("../../utils/props").RequestParams | {
208
208
  [key: string]: any;
209
209
  };
210
210
  };
@@ -213,9 +213,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
213
213
  default?: undefined;
214
214
  } | {
215
215
  type: any;
216
- default: string | number | boolean | import("../../_utils/props").Events | {
216
+ default: string | number | boolean | import("../../utils/props").Events | {
217
217
  [key: string]: any;
218
- } | import("../../_utils/props").RequestParams | {
218
+ } | import("../../utils/props").RequestParams | {
219
219
  [key: string]: any;
220
220
  };
221
221
  };
@@ -224,9 +224,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
224
224
  default?: undefined;
225
225
  } | {
226
226
  type: any;
227
- default: string | number | boolean | import("../../_utils/props").Events | {
227
+ default: string | number | boolean | import("../../utils/props").Events | {
228
228
  [key: string]: any;
229
- } | import("../../_utils/props").RequestParams | {
229
+ } | import("../../utils/props").RequestParams | {
230
230
  [key: string]: any;
231
231
  };
232
232
  };
@@ -235,9 +235,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
235
235
  default?: undefined;
236
236
  } | {
237
237
  type: any;
238
- default: string | number | boolean | import("../../_utils/props").Events | {
238
+ default: string | number | boolean | import("../../utils/props").Events | {
239
239
  [key: string]: any;
240
- } | import("../../_utils/props").RequestParams | {
240
+ } | import("../../utils/props").RequestParams | {
241
241
  [key: string]: any;
242
242
  };
243
243
  };
@@ -246,9 +246,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
246
246
  default?: undefined;
247
247
  } | {
248
248
  type: any;
249
- default: string | number | boolean | import("../../_utils/props").Events | {
249
+ default: string | number | boolean | import("../../utils/props").Events | {
250
250
  [key: string]: any;
251
- } | import("../../_utils/props").RequestParams | {
251
+ } | import("../../utils/props").RequestParams | {
252
252
  [key: string]: any;
253
253
  };
254
254
  };
@@ -257,9 +257,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
257
257
  default?: undefined;
258
258
  } | {
259
259
  type: any;
260
- default: string | number | boolean | import("../../_utils/props").Events | {
260
+ default: string | number | boolean | import("../../utils/props").Events | {
261
261
  [key: string]: any;
262
- } | import("../../_utils/props").RequestParams | {
262
+ } | import("../../utils/props").RequestParams | {
263
263
  [key: string]: any;
264
264
  };
265
265
  };
@@ -268,9 +268,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
268
268
  default?: undefined;
269
269
  } | {
270
270
  type: any;
271
- default: string | number | boolean | import("../../_utils/props").Events | {
271
+ default: string | number | boolean | import("../../utils/props").Events | {
272
272
  [key: string]: any;
273
- } | import("../../_utils/props").RequestParams | {
273
+ } | import("../../utils/props").RequestParams | {
274
274
  [key: string]: any;
275
275
  };
276
276
  };
@@ -279,9 +279,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
279
279
  default?: undefined;
280
280
  } | {
281
281
  type: any;
282
- default: string | number | boolean | import("../../_utils/props").Events | {
282
+ default: string | number | boolean | import("../../utils/props").Events | {
283
283
  [key: string]: any;
284
- } | import("../../_utils/props").RequestParams | {
284
+ } | import("../../utils/props").RequestParams | {
285
285
  [key: string]: any;
286
286
  };
287
287
  };
@@ -290,9 +290,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
290
290
  default?: undefined;
291
291
  } | {
292
292
  type: any;
293
- default: string | number | boolean | import("../../_utils/props").Events | {
293
+ default: string | number | boolean | import("../../utils/props").Events | {
294
294
  [key: string]: any;
295
- } | import("../../_utils/props").RequestParams | {
295
+ } | import("../../utils/props").RequestParams | {
296
296
  [key: string]: any;
297
297
  };
298
298
  };
@@ -301,9 +301,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
301
301
  default?: undefined;
302
302
  } | {
303
303
  type: any;
304
- default: string | number | boolean | import("../../_utils/props").Events | {
304
+ default: string | number | boolean | import("../../utils/props").Events | {
305
305
  [key: string]: any;
306
- } | import("../../_utils/props").RequestParams | {
306
+ } | import("../../utils/props").RequestParams | {
307
307
  [key: string]: any;
308
308
  };
309
309
  };
@@ -312,9 +312,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
312
312
  default?: undefined;
313
313
  } | {
314
314
  type: any;
315
- default: string | number | boolean | import("../../_utils/props").Events | {
315
+ default: string | number | boolean | import("../../utils/props").Events | {
316
316
  [key: string]: any;
317
- } | import("../../_utils/props").RequestParams | {
317
+ } | import("../../utils/props").RequestParams | {
318
318
  [key: string]: any;
319
319
  };
320
320
  };
@@ -323,9 +323,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
323
323
  default?: undefined;
324
324
  } | {
325
325
  type: any;
326
- default: string | number | boolean | import("../../_utils/props").Events | {
326
+ default: string | number | boolean | import("../../utils/props").Events | {
327
327
  [key: string]: any;
328
- } | import("../../_utils/props").RequestParams | {
328
+ } | import("../../utils/props").RequestParams | {
329
329
  [key: string]: any;
330
330
  };
331
331
  };
@@ -334,9 +334,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
334
334
  default?: undefined;
335
335
  } | {
336
336
  type: any;
337
- default: string | number | boolean | import("../../_utils/props").Events | {
337
+ default: string | number | boolean | import("../../utils/props").Events | {
338
338
  [key: string]: any;
339
- } | import("../../_utils/props").RequestParams | {
339
+ } | import("../../utils/props").RequestParams | {
340
340
  [key: string]: any;
341
341
  };
342
342
  };
@@ -345,9 +345,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
345
345
  default?: undefined;
346
346
  } | {
347
347
  type: any;
348
- default: string | number | boolean | import("../../_utils/props").Events | {
348
+ default: string | number | boolean | import("../../utils/props").Events | {
349
349
  [key: string]: any;
350
- } | import("../../_utils/props").RequestParams | {
350
+ } | import("../../utils/props").RequestParams | {
351
351
  [key: string]: any;
352
352
  };
353
353
  };
@@ -356,9 +356,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
356
356
  default?: undefined;
357
357
  } | {
358
358
  type: any;
359
- default: string | number | boolean | import("../../_utils/props").Events | {
359
+ default: string | number | boolean | import("../../utils/props").Events | {
360
360
  [key: string]: any;
361
- } | import("../../_utils/props").RequestParams | {
361
+ } | import("../../utils/props").RequestParams | {
362
362
  [key: string]: any;
363
363
  };
364
364
  };
@@ -367,9 +367,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
367
367
  default?: undefined;
368
368
  } | {
369
369
  type: any;
370
- default: string | number | boolean | import("../../_utils/props").Events | {
370
+ default: string | number | boolean | import("../../utils/props").Events | {
371
371
  [key: string]: any;
372
- } | import("../../_utils/props").RequestParams | {
372
+ } | import("../../utils/props").RequestParams | {
373
373
  [key: string]: any;
374
374
  };
375
375
  };
@@ -378,9 +378,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
378
378
  default?: undefined;
379
379
  } | {
380
380
  type: any;
381
- default: string | number | boolean | import("../../_utils/props").Events | {
381
+ default: string | number | boolean | import("../../utils/props").Events | {
382
382
  [key: string]: any;
383
- } | import("../../_utils/props").RequestParams | {
383
+ } | import("../../utils/props").RequestParams | {
384
384
  [key: string]: any;
385
385
  };
386
386
  };
@@ -395,9 +395,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
395
395
  default?: undefined;
396
396
  } | {
397
397
  type: any;
398
- default: string | number | boolean | import("../../_utils/props").Events | {
398
+ default: string | number | boolean | import("../../utils/props").Events | {
399
399
  [key: string]: any;
400
- } | import("../../_utils/props").RequestParams | {
400
+ } | import("../../utils/props").RequestParams | {
401
401
  [key: string]: any;
402
402
  };
403
403
  };
@@ -406,9 +406,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
406
406
  default?: undefined;
407
407
  } | {
408
408
  type: any;
409
- default: string | number | boolean | import("../../_utils/props").Events | {
409
+ default: string | number | boolean | import("../../utils/props").Events | {
410
410
  [key: string]: any;
411
- } | import("../../_utils/props").RequestParams | {
411
+ } | import("../../utils/props").RequestParams | {
412
412
  [key: string]: any;
413
413
  };
414
414
  };
@@ -417,9 +417,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
417
417
  default?: undefined;
418
418
  } | {
419
419
  type: any;
420
- default: string | number | boolean | import("../../_utils/props").Events | {
420
+ default: string | number | boolean | import("../../utils/props").Events | {
421
421
  [key: string]: any;
422
- } | import("../../_utils/props").RequestParams | {
422
+ } | import("../../utils/props").RequestParams | {
423
423
  [key: string]: any;
424
424
  };
425
425
  };
@@ -428,9 +428,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
428
428
  default?: undefined;
429
429
  } | {
430
430
  type: any;
431
- default: string | number | boolean | import("../../_utils/props").Events | {
431
+ default: string | number | boolean | import("../../utils/props").Events | {
432
432
  [key: string]: any;
433
- } | import("../../_utils/props").RequestParams | {
433
+ } | import("../../utils/props").RequestParams | {
434
434
  [key: string]: any;
435
435
  };
436
436
  };
@@ -439,9 +439,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
439
439
  default?: undefined;
440
440
  } | {
441
441
  type: any;
442
- default: string | number | boolean | import("../../_utils/props").Events | {
442
+ default: string | number | boolean | import("../../utils/props").Events | {
443
443
  [key: string]: any;
444
- } | import("../../_utils/props").RequestParams | {
444
+ } | import("../../utils/props").RequestParams | {
445
445
  [key: string]: any;
446
446
  };
447
447
  };
@@ -450,9 +450,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
450
450
  default?: undefined;
451
451
  } | {
452
452
  type: any;
453
- default: string | number | boolean | import("../../_utils/props").Events | {
453
+ default: string | number | boolean | import("../../utils/props").Events | {
454
454
  [key: string]: any;
455
- } | import("../../_utils/props").RequestParams | {
455
+ } | import("../../utils/props").RequestParams | {
456
456
  [key: string]: any;
457
457
  };
458
458
  };
@@ -461,9 +461,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
461
461
  default?: undefined;
462
462
  } | {
463
463
  type: any;
464
- default: string | number | boolean | import("../../_utils/props").Events | {
464
+ default: string | number | boolean | import("../../utils/props").Events | {
465
465
  [key: string]: any;
466
- } | import("../../_utils/props").RequestParams | {
466
+ } | import("../../utils/props").RequestParams | {
467
467
  [key: string]: any;
468
468
  };
469
469
  };
@@ -472,9 +472,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
472
472
  default?: undefined;
473
473
  } | {
474
474
  type: any;
475
- default: string | number | boolean | import("../../_utils/props").Events | {
475
+ default: string | number | boolean | import("../../utils/props").Events | {
476
476
  [key: string]: any;
477
- } | import("../../_utils/props").RequestParams | {
477
+ } | import("../../utils/props").RequestParams | {
478
478
  [key: string]: any;
479
479
  };
480
480
  };
@@ -483,9 +483,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
483
483
  default?: undefined;
484
484
  } | {
485
485
  type: any;
486
- default: string | number | boolean | import("../../_utils/props").Events | {
486
+ default: string | number | boolean | import("../../utils/props").Events | {
487
487
  [key: string]: any;
488
- } | import("../../_utils/props").RequestParams | {
488
+ } | import("../../utils/props").RequestParams | {
489
489
  [key: string]: any;
490
490
  };
491
491
  };
@@ -494,9 +494,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
494
494
  default?: undefined;
495
495
  } | {
496
496
  type: any;
497
- default: string | number | boolean | import("../../_utils/props").Events | {
497
+ default: string | number | boolean | import("../../utils/props").Events | {
498
498
  [key: string]: any;
499
- } | import("../../_utils/props").RequestParams | {
499
+ } | import("../../utils/props").RequestParams | {
500
500
  [key: string]: any;
501
501
  };
502
502
  };
@@ -505,9 +505,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
505
505
  default?: undefined;
506
506
  } | {
507
507
  type: any;
508
- default: string | number | boolean | import("../../_utils/props").Events | {
508
+ default: string | number | boolean | import("../../utils/props").Events | {
509
509
  [key: string]: any;
510
- } | import("../../_utils/props").RequestParams | {
510
+ } | import("../../utils/props").RequestParams | {
511
511
  [key: string]: any;
512
512
  };
513
513
  };
@@ -516,9 +516,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
516
516
  default?: undefined;
517
517
  } | {
518
518
  type: any;
519
- default: string | number | boolean | import("../../_utils/props").Events | {
519
+ default: string | number | boolean | import("../../utils/props").Events | {
520
520
  [key: string]: any;
521
- } | import("../../_utils/props").RequestParams | {
521
+ } | import("../../utils/props").RequestParams | {
522
522
  [key: string]: any;
523
523
  };
524
524
  };
@@ -527,9 +527,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
527
527
  default?: undefined;
528
528
  } | {
529
529
  type: any;
530
- default: string | number | boolean | import("../../_utils/props").Events | {
530
+ default: string | number | boolean | import("../../utils/props").Events | {
531
531
  [key: string]: any;
532
- } | import("../../_utils/props").RequestParams | {
532
+ } | import("../../utils/props").RequestParams | {
533
533
  [key: string]: any;
534
534
  };
535
535
  };
@@ -538,9 +538,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
538
538
  default?: undefined;
539
539
  } | {
540
540
  type: any;
541
- default: string | number | boolean | import("../../_utils/props").Events | {
541
+ default: string | number | boolean | import("../../utils/props").Events | {
542
542
  [key: string]: any;
543
- } | import("../../_utils/props").RequestParams | {
543
+ } | import("../../utils/props").RequestParams | {
544
544
  [key: string]: any;
545
545
  };
546
546
  };
@@ -549,9 +549,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
549
549
  default?: undefined;
550
550
  } | {
551
551
  type: any;
552
- default: string | number | boolean | import("../../_utils/props").Events | {
552
+ default: string | number | boolean | import("../../utils/props").Events | {
553
553
  [key: string]: any;
554
- } | import("../../_utils/props").RequestParams | {
554
+ } | import("../../utils/props").RequestParams | {
555
555
  [key: string]: any;
556
556
  };
557
557
  };
@@ -560,9 +560,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
560
560
  default?: undefined;
561
561
  } | {
562
562
  type: any;
563
- default: string | number | boolean | import("../../_utils/props").Events | {
563
+ default: string | number | boolean | import("../../utils/props").Events | {
564
564
  [key: string]: any;
565
- } | import("../../_utils/props").RequestParams | {
565
+ } | import("../../utils/props").RequestParams | {
566
566
  [key: string]: any;
567
567
  };
568
568
  };
@@ -571,9 +571,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
571
571
  default?: undefined;
572
572
  } | {
573
573
  type: any;
574
- default: string | number | boolean | import("../../_utils/props").Events | {
574
+ default: string | number | boolean | import("../../utils/props").Events | {
575
575
  [key: string]: any;
576
- } | import("../../_utils/props").RequestParams | {
576
+ } | import("../../utils/props").RequestParams | {
577
577
  [key: string]: any;
578
578
  };
579
579
  };
@@ -582,9 +582,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
582
582
  default?: undefined;
583
583
  } | {
584
584
  type: any;
585
- default: string | number | boolean | import("../../_utils/props").Events | {
585
+ default: string | number | boolean | import("../../utils/props").Events | {
586
586
  [key: string]: any;
587
- } | import("../../_utils/props").RequestParams | {
587
+ } | import("../../utils/props").RequestParams | {
588
588
  [key: string]: any;
589
589
  };
590
590
  };
@@ -593,9 +593,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
593
593
  default?: undefined;
594
594
  } | {
595
595
  type: any;
596
- default: string | number | boolean | import("../../_utils/props").Events | {
596
+ default: string | number | boolean | import("../../utils/props").Events | {
597
597
  [key: string]: any;
598
- } | import("../../_utils/props").RequestParams | {
598
+ } | import("../../utils/props").RequestParams | {
599
599
  [key: string]: any;
600
600
  };
601
601
  };
@@ -604,9 +604,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
604
604
  default?: undefined;
605
605
  } | {
606
606
  type: any;
607
- default: string | number | boolean | import("../../_utils/props").Events | {
607
+ default: string | number | boolean | import("../../utils/props").Events | {
608
608
  [key: string]: any;
609
- } | import("../../_utils/props").RequestParams | {
609
+ } | import("../../utils/props").RequestParams | {
610
610
  [key: string]: any;
611
611
  };
612
612
  };
@@ -615,9 +615,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
615
615
  default?: undefined;
616
616
  } | {
617
617
  type: any;
618
- default: string | number | boolean | import("../../_utils/props").Events | {
618
+ default: string | number | boolean | import("../../utils/props").Events | {
619
619
  [key: string]: any;
620
- } | import("../../_utils/props").RequestParams | {
620
+ } | import("../../utils/props").RequestParams | {
621
621
  [key: string]: any;
622
622
  };
623
623
  };
@@ -626,9 +626,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
626
626
  default?: undefined;
627
627
  } | {
628
628
  type: any;
629
- default: string | number | boolean | import("../../_utils/props").Events | {
629
+ default: string | number | boolean | import("../../utils/props").Events | {
630
630
  [key: string]: any;
631
- } | import("../../_utils/props").RequestParams | {
631
+ } | import("../../utils/props").RequestParams | {
632
632
  [key: string]: any;
633
633
  };
634
634
  };
@@ -637,9 +637,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
637
637
  default?: undefined;
638
638
  } | {
639
639
  type: any;
640
- default: string | number | boolean | import("../../_utils/props").Events | {
640
+ default: string | number | boolean | import("../../utils/props").Events | {
641
641
  [key: string]: any;
642
- } | import("../../_utils/props").RequestParams | {
642
+ } | import("../../utils/props").RequestParams | {
643
643
  [key: string]: any;
644
644
  };
645
645
  };
@@ -648,9 +648,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
648
648
  default?: undefined;
649
649
  } | {
650
650
  type: any;
651
- default: string | number | boolean | import("../../_utils/props").Events | {
651
+ default: string | number | boolean | import("../../utils/props").Events | {
652
652
  [key: string]: any;
653
- } | import("../../_utils/props").RequestParams | {
653
+ } | import("../../utils/props").RequestParams | {
654
654
  [key: string]: any;
655
655
  };
656
656
  };
@@ -659,9 +659,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
659
659
  default?: undefined;
660
660
  } | {
661
661
  type: any;
662
- default: string | number | boolean | import("../../_utils/props").Events | {
662
+ default: string | number | boolean | import("../../utils/props").Events | {
663
663
  [key: string]: any;
664
- } | import("../../_utils/props").RequestParams | {
664
+ } | import("../../utils/props").RequestParams | {
665
665
  [key: string]: any;
666
666
  };
667
667
  };
@@ -670,9 +670,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
670
670
  default?: undefined;
671
671
  } | {
672
672
  type: any;
673
- default: string | number | boolean | import("../../_utils/props").Events | {
673
+ default: string | number | boolean | import("../../utils/props").Events | {
674
674
  [key: string]: any;
675
- } | import("../../_utils/props").RequestParams | {
675
+ } | import("../../utils/props").RequestParams | {
676
676
  [key: string]: any;
677
677
  };
678
678
  };
@@ -681,9 +681,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
681
681
  default?: undefined;
682
682
  } | {
683
683
  type: any;
684
- default: string | number | boolean | import("../../_utils/props").Events | {
684
+ default: string | number | boolean | import("../../utils/props").Events | {
685
685
  [key: string]: any;
686
- } | import("../../_utils/props").RequestParams | {
686
+ } | import("../../utils/props").RequestParams | {
687
687
  [key: string]: any;
688
688
  };
689
689
  };
@@ -692,9 +692,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
692
692
  default?: undefined;
693
693
  } | {
694
694
  type: any;
695
- default: string | number | boolean | import("../../_utils/props").Events | {
695
+ default: string | number | boolean | import("../../utils/props").Events | {
696
696
  [key: string]: any;
697
- } | import("../../_utils/props").RequestParams | {
697
+ } | import("../../utils/props").RequestParams | {
698
698
  [key: string]: any;
699
699
  };
700
700
  };
@@ -703,9 +703,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
703
703
  default?: undefined;
704
704
  } | {
705
705
  type: any;
706
- default: string | number | boolean | import("../../_utils/props").Events | {
706
+ default: string | number | boolean | import("../../utils/props").Events | {
707
707
  [key: string]: any;
708
- } | import("../../_utils/props").RequestParams | {
708
+ } | import("../../utils/props").RequestParams | {
709
709
  [key: string]: any;
710
710
  };
711
711
  };
@@ -714,9 +714,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
714
714
  default?: undefined;
715
715
  } | {
716
716
  type: any;
717
- default: string | number | boolean | import("../../_utils/props").Events | {
717
+ default: string | number | boolean | import("../../utils/props").Events | {
718
718
  [key: string]: any;
719
- } | import("../../_utils/props").RequestParams | {
719
+ } | import("../../utils/props").RequestParams | {
720
720
  [key: string]: any;
721
721
  };
722
722
  };
@@ -725,9 +725,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
725
725
  default?: undefined;
726
726
  } | {
727
727
  type: any;
728
- default: string | number | boolean | import("../../_utils/props").Events | {
728
+ default: string | number | boolean | import("../../utils/props").Events | {
729
729
  [key: string]: any;
730
- } | import("../../_utils/props").RequestParams | {
730
+ } | import("../../utils/props").RequestParams | {
731
731
  [key: string]: any;
732
732
  };
733
733
  };
@@ -736,9 +736,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
736
736
  default?: undefined;
737
737
  } | {
738
738
  type: any;
739
- default: string | number | boolean | import("../../_utils/props").Events | {
739
+ default: string | number | boolean | import("../../utils/props").Events | {
740
740
  [key: string]: any;
741
- } | import("../../_utils/props").RequestParams | {
741
+ } | import("../../utils/props").RequestParams | {
742
742
  [key: string]: any;
743
743
  };
744
744
  };
@@ -747,9 +747,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
747
747
  default?: undefined;
748
748
  } | {
749
749
  type: any;
750
- default: string | number | boolean | import("../../_utils/props").Events | {
750
+ default: string | number | boolean | import("../../utils/props").Events | {
751
751
  [key: string]: any;
752
- } | import("../../_utils/props").RequestParams | {
752
+ } | import("../../utils/props").RequestParams | {
753
753
  [key: string]: any;
754
754
  };
755
755
  };
@@ -758,9 +758,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
758
758
  default?: undefined;
759
759
  } | {
760
760
  type: any;
761
- default: string | number | boolean | import("../../_utils/props").Events | {
761
+ default: string | number | boolean | import("../../utils/props").Events | {
762
762
  [key: string]: any;
763
- } | import("../../_utils/props").RequestParams | {
763
+ } | import("../../utils/props").RequestParams | {
764
764
  [key: string]: any;
765
765
  };
766
766
  };
@@ -769,9 +769,9 @@ export declare const EcanText: import("../../_utils/withInstall").SFCWithInstall
769
769
  default?: undefined;
770
770
  } | {
771
771
  type: any;
772
- default: string | number | boolean | import("../../_utils/props").Events | {
772
+ default: string | number | boolean | import("../../utils/props").Events | {
773
773
  [key: string]: any;
774
- } | import("../../_utils/props").RequestParams | {
774
+ } | import("../../utils/props").RequestParams | {
775
775
  [key: string]: any;
776
776
  };
777
777
  };