@ecan-bi/datav 1.0.87 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (512) hide show
  1. package/dist/index.es.js +319 -92
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +318 -91
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +69 -69
  6. package/es/container/border/Border.js +7 -7
  7. package/es/container/border/Border.js.map +1 -1
  8. package/es/container/border/index.js +1 -1
  9. package/es/container/border/index.js.map +1 -1
  10. package/es/container/border/props.js +1 -1
  11. package/es/container/border/props.js.map +1 -1
  12. package/es/container/modal/Modal.js +6 -9
  13. package/es/container/modal/Modal.js.map +1 -1
  14. package/es/container/modal/index.js +1 -1
  15. package/es/container/modal/index.js.map +1 -1
  16. package/es/container/modal/props.js +2 -2
  17. package/es/container/modal/props.js.map +1 -1
  18. package/es/container/tabs/Tabs.js +8 -8
  19. package/es/container/tabs/Tabs.js.map +1 -1
  20. package/es/container/tabs/index.js +1 -1
  21. package/es/container/tabs/index.js.map +1 -1
  22. package/es/container/tabs/props.js +1 -1
  23. package/es/container/tabs/props.js.map +1 -1
  24. package/es/control/button/Button.js +5 -5
  25. package/es/control/button/Button.js.map +1 -1
  26. package/es/control/button/index.js +1 -1
  27. package/es/control/button/index.js.map +1 -1
  28. package/es/control/button/props.js +1 -1
  29. package/es/control/button/props.js.map +1 -1
  30. package/es/control/checkbox/Checkbox.js +12 -7
  31. package/es/control/checkbox/Checkbox.js.map +1 -1
  32. package/es/control/checkbox/index.js +1 -1
  33. package/es/control/checkbox/index.js.map +1 -1
  34. package/es/control/checkbox/props.js +1 -1
  35. package/es/control/checkbox/props.js.map +1 -1
  36. package/es/control/date-picker/DatePicker.js +14 -10
  37. package/es/control/date-picker/DatePicker.js.map +1 -1
  38. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  39. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  40. package/es/control/date-picker/index.js +1 -1
  41. package/es/control/date-picker/index.js.map +1 -1
  42. package/es/control/date-picker/props.js +1 -1
  43. package/es/control/date-picker/props.js.map +1 -1
  44. package/es/control/input/Input.js +4 -4
  45. package/es/control/input/Input.js.map +1 -1
  46. package/es/control/input/index.js +1 -1
  47. package/es/control/input/index.js.map +1 -1
  48. package/es/control/input/props.js +1 -1
  49. package/es/control/input/props.js.map +1 -1
  50. package/es/control/range-picker/RangePicker.js +6 -6
  51. package/es/control/range-picker/RangePicker.js.map +1 -1
  52. package/es/control/range-picker/index.js +1 -1
  53. package/es/control/range-picker/index.js.map +1 -1
  54. package/es/control/range-picker/props.js +1 -1
  55. package/es/control/range-picker/props.js.map +1 -1
  56. package/es/control/select/Select.js +7 -7
  57. package/es/control/select/Select.js.map +1 -1
  58. package/es/control/select/index.js +1 -1
  59. package/es/control/select/index.js.map +1 -1
  60. package/es/control/select/props.js +1 -1
  61. package/es/control/select/props.js.map +1 -1
  62. package/es/graph/bar/Bar.js +44 -13
  63. package/es/graph/bar/Bar.js.map +1 -1
  64. package/es/graph/bar/index.js +1 -1
  65. package/es/graph/bar/index.js.map +1 -1
  66. package/es/graph/bar/props.js +2 -3
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +55 -23
  69. package/es/graph/combo-graph/ComboGraph.js.map +1 -1
  70. package/es/graph/combo-graph/index.js +1 -1
  71. package/es/graph/combo-graph/index.js.map +1 -1
  72. package/es/graph/combo-graph/props.js +2 -2
  73. package/es/graph/combo-graph/props.js.map +1 -1
  74. package/es/graph/custom-graph/CustomGraph.js +3 -3
  75. package/es/graph/custom-graph/CustomGraph.js.map +1 -1
  76. package/es/graph/custom-graph/index.js +1 -1
  77. package/es/graph/custom-graph/index.js.map +1 -1
  78. package/es/graph/custom-graph/props.js +1 -1
  79. package/es/graph/custom-graph/props.js.map +1 -1
  80. package/es/graph/line/Line.js +48 -14
  81. package/es/graph/line/Line.js.map +1 -1
  82. package/es/graph/line/index.js +1 -1
  83. package/es/graph/line/index.js.map +1 -1
  84. package/es/graph/line/props.js +8 -7
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +32 -11
  87. package/es/graph/pie/Pie.js.map +1 -1
  88. package/es/graph/pie/index.js +1 -1
  89. package/es/graph/pie/index.js.map +1 -1
  90. package/es/graph/pie/props.js +2 -2
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +19 -10
  93. package/es/graph/scatter/Scatter.js.map +1 -1
  94. package/es/graph/scatter/index.js +1 -1
  95. package/es/graph/scatter/index.js.map +1 -1
  96. package/es/graph/scatter/props.js +2 -2
  97. package/es/graph/scatter/props.js.map +1 -1
  98. package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  99. package/es/hooks/useDownloadFile.js.map +1 -0
  100. package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  101. package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  102. package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  103. package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  104. package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
  105. package/es/hooks/useImagePath.js.map +1 -0
  106. package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  107. package/es/hooks/useIndicatorData.js.map +1 -0
  108. package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  109. package/es/hooks/useOnEvent.js.map +1 -0
  110. package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  111. package/es/hooks/usePageUrl.js.map +1 -0
  112. package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  113. package/es/hooks/usePickComponentStyle.js.map +1 -0
  114. package/es/{_utils/hooks → hooks}/useRequestData.js +4 -9
  115. package/es/hooks/useRequestData.js.map +1 -0
  116. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  117. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  118. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  119. package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  120. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  121. package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  122. package/es/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/hooks/useVariablesInText.js +45 -0
  125. package/es/hooks/useVariablesInText.js.map +1 -0
  126. package/es/map/map/Map.js +5 -5
  127. package/es/map/map/Map.js.map +1 -1
  128. package/es/map/map/index.js +1 -1
  129. package/es/map/map/index.js.map +1 -1
  130. package/es/map/map/props.js +1 -1
  131. package/es/map/map/props.js.map +1 -1
  132. package/es/media/image/Image.js +7 -7
  133. package/es/media/image/Image.js.map +1 -1
  134. package/es/media/image/index.js +1 -1
  135. package/es/media/image/index.js.map +1 -1
  136. package/es/media/image/props.js +1 -1
  137. package/es/media/image/props.js.map +1 -1
  138. package/es/setting/page-config/PageConfig.js +4 -4
  139. package/es/setting/page-config/PageConfig.js.map +1 -1
  140. package/es/setting/page-config/index.js +1 -1
  141. package/es/setting/page-config/index.js.map +1 -1
  142. package/es/setting/page-config/props.js +1 -1
  143. package/es/setting/page-config/props.js.map +1 -1
  144. package/es/setting/provider-config/ProviderConfig.js +7 -5
  145. package/es/setting/provider-config/ProviderConfig.js.map +1 -1
  146. package/es/setting/provider-config/index.js +1 -1
  147. package/es/setting/provider-config/index.js.map +1 -1
  148. package/es/setting/provider-config/props.js +1 -1
  149. package/es/setting/provider-config/props.js.map +1 -1
  150. package/es/table/table/Table.js +96 -37
  151. package/es/table/table/Table.js.map +1 -1
  152. package/es/table/table/index.js +1 -1
  153. package/es/table/table/index.js.map +1 -1
  154. package/es/table/table/props.js +2 -1
  155. package/es/table/table/props.js.map +1 -1
  156. package/es/text/list/List.js +9 -9
  157. package/es/text/list/List.js.map +1 -1
  158. package/es/text/list/index.js +1 -1
  159. package/es/text/list/index.js.map +1 -1
  160. package/es/text/list/props.js +1 -1
  161. package/es/text/list/props.js.map +1 -1
  162. package/es/text/proportion/Proportion.js +7 -7
  163. package/es/text/proportion/Proportion.js.map +1 -1
  164. package/es/text/proportion/index.js +1 -1
  165. package/es/text/proportion/index.js.map +1 -1
  166. package/es/text/proportion/props.js +1 -1
  167. package/es/text/proportion/props.js.map +1 -1
  168. package/es/text/scroll-text/index.js +1 -1
  169. package/es/text/scroll-text/index.js.map +1 -1
  170. package/es/text/text/Text.js +27 -7
  171. package/es/text/text/Text.js.map +1 -1
  172. package/es/text/text/index.js +1 -1
  173. package/es/text/text/index.js.map +1 -1
  174. package/es/text/text/props.js +5 -2
  175. package/es/text/text/props.js.map +1 -1
  176. package/es/text/time-display/TimeDisplay.js +4 -4
  177. package/es/text/time-display/TimeDisplay.js.map +1 -1
  178. package/es/text/time-display/index.js +1 -1
  179. package/es/text/time-display/index.js.map +1 -1
  180. package/es/text/time-display/props.js +1 -1
  181. package/es/text/time-display/props.js.map +1 -1
  182. package/es/{_utils → utils}/constant.js +0 -0
  183. package/es/utils/constant.js.map +1 -0
  184. package/es/{_utils → utils}/props.js +0 -0
  185. package/es/utils/props.js.map +1 -0
  186. package/es/{_utils → utils}/request.js +0 -0
  187. package/es/utils/request.js.map +1 -0
  188. package/es/{_utils → utils}/util.js +0 -0
  189. package/es/utils/util.js.map +1 -0
  190. package/es/{_utils → utils}/withInstall.js +0 -0
  191. package/es/utils/withInstall.js.map +1 -0
  192. package/lib/container/border/Border.js +7 -7
  193. package/lib/container/border/Border.js.map +1 -1
  194. package/lib/container/border/index.js +1 -1
  195. package/lib/container/border/index.js.map +1 -1
  196. package/lib/container/border/props.js +1 -1
  197. package/lib/container/border/props.js.map +1 -1
  198. package/lib/container/modal/Modal.js +6 -9
  199. package/lib/container/modal/Modal.js.map +1 -1
  200. package/lib/container/modal/index.js +1 -1
  201. package/lib/container/modal/index.js.map +1 -1
  202. package/lib/container/modal/props.js +2 -2
  203. package/lib/container/modal/props.js.map +1 -1
  204. package/lib/container/tabs/Tabs.js +8 -8
  205. package/lib/container/tabs/Tabs.js.map +1 -1
  206. package/lib/container/tabs/index.js +1 -1
  207. package/lib/container/tabs/index.js.map +1 -1
  208. package/lib/container/tabs/props.js +1 -1
  209. package/lib/container/tabs/props.js.map +1 -1
  210. package/lib/control/button/Button.js +5 -5
  211. package/lib/control/button/Button.js.map +1 -1
  212. package/lib/control/button/index.js +1 -1
  213. package/lib/control/button/index.js.map +1 -1
  214. package/lib/control/button/props.js +1 -1
  215. package/lib/control/button/props.js.map +1 -1
  216. package/lib/control/checkbox/Checkbox.js +12 -7
  217. package/lib/control/checkbox/Checkbox.js.map +1 -1
  218. package/lib/control/checkbox/index.js +1 -1
  219. package/lib/control/checkbox/index.js.map +1 -1
  220. package/lib/control/checkbox/props.js +1 -1
  221. package/lib/control/checkbox/props.js.map +1 -1
  222. package/lib/control/date-picker/DatePicker.js +13 -9
  223. package/lib/control/date-picker/DatePicker.js.map +1 -1
  224. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  225. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  226. package/lib/control/date-picker/index.js +1 -1
  227. package/lib/control/date-picker/index.js.map +1 -1
  228. package/lib/control/date-picker/props.js +1 -1
  229. package/lib/control/date-picker/props.js.map +1 -1
  230. package/lib/control/input/Input.js +4 -4
  231. package/lib/control/input/Input.js.map +1 -1
  232. package/lib/control/input/index.js +1 -1
  233. package/lib/control/input/index.js.map +1 -1
  234. package/lib/control/input/props.js +1 -1
  235. package/lib/control/input/props.js.map +1 -1
  236. package/lib/control/range-picker/RangePicker.js +6 -6
  237. package/lib/control/range-picker/RangePicker.js.map +1 -1
  238. package/lib/control/range-picker/index.js +1 -1
  239. package/lib/control/range-picker/index.js.map +1 -1
  240. package/lib/control/range-picker/props.js +1 -1
  241. package/lib/control/range-picker/props.js.map +1 -1
  242. package/lib/control/select/Select.js +7 -7
  243. package/lib/control/select/Select.js.map +1 -1
  244. package/lib/control/select/index.js +1 -1
  245. package/lib/control/select/index.js.map +1 -1
  246. package/lib/control/select/props.js +1 -1
  247. package/lib/control/select/props.js.map +1 -1
  248. package/lib/graph/bar/Bar.js +44 -13
  249. package/lib/graph/bar/Bar.js.map +1 -1
  250. package/lib/graph/bar/index.js +1 -1
  251. package/lib/graph/bar/index.js.map +1 -1
  252. package/lib/graph/bar/props.js +2 -3
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +55 -23
  255. package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
  256. package/lib/graph/combo-graph/index.js +1 -1
  257. package/lib/graph/combo-graph/index.js.map +1 -1
  258. package/lib/graph/combo-graph/props.js +2 -2
  259. package/lib/graph/combo-graph/props.js.map +1 -1
  260. package/lib/graph/custom-graph/CustomGraph.js +3 -3
  261. package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
  262. package/lib/graph/custom-graph/index.js +1 -1
  263. package/lib/graph/custom-graph/index.js.map +1 -1
  264. package/lib/graph/custom-graph/props.js +1 -1
  265. package/lib/graph/custom-graph/props.js.map +1 -1
  266. package/lib/graph/line/Line.js +48 -14
  267. package/lib/graph/line/Line.js.map +1 -1
  268. package/lib/graph/line/index.js +1 -1
  269. package/lib/graph/line/index.js.map +1 -1
  270. package/lib/graph/line/props.js +8 -7
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +32 -11
  273. package/lib/graph/pie/Pie.js.map +1 -1
  274. package/lib/graph/pie/index.js +1 -1
  275. package/lib/graph/pie/index.js.map +1 -1
  276. package/lib/graph/pie/props.js +2 -2
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +19 -10
  279. package/lib/graph/scatter/Scatter.js.map +1 -1
  280. package/lib/graph/scatter/index.js +1 -1
  281. package/lib/graph/scatter/index.js.map +1 -1
  282. package/lib/graph/scatter/props.js +2 -2
  283. package/lib/graph/scatter/props.js.map +1 -1
  284. package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  285. package/lib/hooks/useDownloadFile.js.map +1 -0
  286. package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  287. package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  288. package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  289. package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  290. package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
  291. package/lib/hooks/useImagePath.js.map +1 -0
  292. package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  293. package/lib/hooks/useIndicatorData.js.map +1 -0
  294. package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  295. package/lib/hooks/useOnEvent.js.map +1 -0
  296. package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  297. package/lib/hooks/usePageUrl.js.map +1 -0
  298. package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  299. package/lib/hooks/usePickComponentStyle.js.map +1 -0
  300. package/lib/{_utils/hooks → hooks}/useRequestData.js +4 -9
  301. package/lib/hooks/useRequestData.js.map +1 -0
  302. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  303. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  304. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  305. package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  306. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  307. package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  308. package/lib/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/hooks/useVariablesInText.js +45 -0
  311. package/lib/hooks/useVariablesInText.js.map +1 -0
  312. package/lib/map/map/Map.js +5 -5
  313. package/lib/map/map/Map.js.map +1 -1
  314. package/lib/map/map/index.js +1 -1
  315. package/lib/map/map/index.js.map +1 -1
  316. package/lib/map/map/props.js +1 -1
  317. package/lib/map/map/props.js.map +1 -1
  318. package/lib/media/image/Image.js +7 -7
  319. package/lib/media/image/Image.js.map +1 -1
  320. package/lib/media/image/index.js +1 -1
  321. package/lib/media/image/index.js.map +1 -1
  322. package/lib/media/image/props.js +1 -1
  323. package/lib/media/image/props.js.map +1 -1
  324. package/lib/setting/page-config/PageConfig.js +4 -4
  325. package/lib/setting/page-config/PageConfig.js.map +1 -1
  326. package/lib/setting/page-config/index.js +1 -1
  327. package/lib/setting/page-config/index.js.map +1 -1
  328. package/lib/setting/page-config/props.js +1 -1
  329. package/lib/setting/page-config/props.js.map +1 -1
  330. package/lib/setting/provider-config/ProviderConfig.js +7 -5
  331. package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
  332. package/lib/setting/provider-config/index.js +1 -1
  333. package/lib/setting/provider-config/index.js.map +1 -1
  334. package/lib/setting/provider-config/props.js +1 -1
  335. package/lib/setting/provider-config/props.js.map +1 -1
  336. package/lib/style.css +2806 -2806
  337. package/lib/table/table/Table.js +96 -37
  338. package/lib/table/table/Table.js.map +1 -1
  339. package/lib/table/table/index.js +1 -1
  340. package/lib/table/table/index.js.map +1 -1
  341. package/lib/table/table/props.js +2 -1
  342. package/lib/table/table/props.js.map +1 -1
  343. package/lib/text/list/List.js +9 -9
  344. package/lib/text/list/List.js.map +1 -1
  345. package/lib/text/list/index.js +1 -1
  346. package/lib/text/list/index.js.map +1 -1
  347. package/lib/text/list/props.js +1 -1
  348. package/lib/text/list/props.js.map +1 -1
  349. package/lib/text/proportion/Proportion.js +7 -7
  350. package/lib/text/proportion/Proportion.js.map +1 -1
  351. package/lib/text/proportion/index.js +1 -1
  352. package/lib/text/proportion/index.js.map +1 -1
  353. package/lib/text/proportion/props.js +1 -1
  354. package/lib/text/proportion/props.js.map +1 -1
  355. package/lib/text/scroll-text/index.js +1 -1
  356. package/lib/text/scroll-text/index.js.map +1 -1
  357. package/lib/text/text/Text.js +27 -7
  358. package/lib/text/text/Text.js.map +1 -1
  359. package/lib/text/text/index.js +1 -1
  360. package/lib/text/text/index.js.map +1 -1
  361. package/lib/text/text/props.js +5 -2
  362. package/lib/text/text/props.js.map +1 -1
  363. package/lib/text/time-display/TimeDisplay.js +4 -4
  364. package/lib/text/time-display/TimeDisplay.js.map +1 -1
  365. package/lib/text/time-display/index.js +1 -1
  366. package/lib/text/time-display/index.js.map +1 -1
  367. package/lib/text/time-display/props.js +1 -1
  368. package/lib/text/time-display/props.js.map +1 -1
  369. package/lib/{_utils → utils}/constant.js +0 -0
  370. package/lib/utils/constant.js.map +1 -0
  371. package/lib/{_utils → utils}/props.js +0 -0
  372. package/lib/utils/props.js.map +1 -0
  373. package/lib/{_utils → utils}/request.js +0 -0
  374. package/lib/utils/request.js.map +1 -0
  375. package/lib/{_utils → utils}/util.js +0 -0
  376. package/lib/utils/util.js.map +1 -0
  377. package/lib/{_utils → utils}/withInstall.js +0 -0
  378. package/lib/utils/withInstall.js.map +1 -0
  379. package/package.json +1 -1
  380. package/types/container/border/Border.vue.d.ts +140 -140
  381. package/types/container/border/index.d.ts +141 -141
  382. package/types/container/border/props.d.ts +71 -71
  383. package/types/container/modal/Modal.vue.d.ts +1 -1
  384. package/types/container/modal/index.d.ts +2 -2
  385. package/types/container/tabs/index.d.ts +1 -1
  386. package/types/container/tabs/props.d.ts +1 -1
  387. package/types/control/button/Button.vue.d.ts +120 -120
  388. package/types/control/button/index.d.ts +121 -121
  389. package/types/control/button/props.d.ts +61 -61
  390. package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
  391. package/types/control/checkbox/index.d.ts +97 -97
  392. package/types/control/checkbox/props.d.ts +49 -49
  393. package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
  394. package/types/control/date-picker/index.d.ts +105 -105
  395. package/types/control/date-picker/props.d.ts +53 -53
  396. package/types/control/input/Input.vue.d.ts +96 -96
  397. package/types/control/input/index.d.ts +97 -97
  398. package/types/control/input/props.d.ts +49 -49
  399. package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
  400. package/types/control/range-picker/index.d.ts +105 -105
  401. package/types/control/range-picker/props.d.ts +53 -53
  402. package/types/control/select/Select.vue.d.ts +100 -100
  403. package/types/control/select/index.d.ts +101 -101
  404. package/types/control/select/props.d.ts +51 -51
  405. package/types/graph/bar/Bar.vue.d.ts +282 -310
  406. package/types/graph/bar/index.d.ts +282 -310
  407. package/types/graph/bar/props.d.ts +141 -156
  408. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
  409. package/types/graph/combo-graph/index.d.ts +9 -7
  410. package/types/graph/combo-graph/props.d.ts +1 -1
  411. package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
  412. package/types/graph/custom-graph/index.d.ts +97 -97
  413. package/types/graph/custom-graph/props.d.ts +49 -49
  414. package/types/graph/line/Line.vue.d.ts +33 -3
  415. package/types/graph/line/index.d.ts +34 -4
  416. package/types/graph/line/props.d.ts +17 -1
  417. package/types/graph/pie/Pie.vue.d.ts +1 -1
  418. package/types/graph/pie/index.d.ts +2 -2
  419. package/types/graph/pie/props.d.ts +1 -1
  420. package/types/graph/scatter/index.d.ts +1 -1
  421. package/types/graph/scatter/props.d.ts +1 -1
  422. package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
  423. package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
  424. package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
  425. package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
  426. package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
  427. package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
  428. package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
  429. package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
  430. package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
  431. package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  434. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  435. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  436. package/types/hooks/useVariablesInText.d.ts +7 -0
  437. package/types/map/map/Map.vue.d.ts +224 -224
  438. package/types/map/map/index.d.ts +225 -225
  439. package/types/map/map/props.d.ts +113 -113
  440. package/types/media/image/Image.vue.d.ts +104 -104
  441. package/types/media/image/index.d.ts +105 -105
  442. package/types/media/image/props.d.ts +53 -53
  443. package/types/setting/page-config/index.d.ts +1 -1
  444. package/types/setting/provider-config/index.d.ts +1 -1
  445. package/types/table/table/Table.vue.d.ts +212 -173
  446. package/types/table/table/index.d.ts +213 -174
  447. package/types/table/table/props.d.ts +106 -85
  448. package/types/text/list/List.vue.d.ts +128 -128
  449. package/types/text/list/index.d.ts +129 -129
  450. package/types/text/list/props.d.ts +65 -65
  451. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  452. package/types/text/proportion/index.d.ts +145 -145
  453. package/types/text/proportion/props.d.ts +73 -73
  454. package/types/text/scroll-text/index.d.ts +1 -1
  455. package/types/text/text/Text.vue.d.ts +206 -140
  456. package/types/text/text/index.d.ts +207 -141
  457. package/types/text/text/props.d.ts +107 -71
  458. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  459. package/types/text/time-display/index.d.ts +121 -121
  460. package/types/text/time-display/props.d.ts +61 -61
  461. package/types/{_utils → utils}/constant.d.ts +0 -0
  462. package/types/{_utils → utils}/props.d.ts +0 -0
  463. package/types/{_utils → utils}/request.d.ts +0 -0
  464. package/types/{_utils → utils}/util.d.ts +0 -0
  465. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  466. package/es/_utils/constant.js.map +0 -1
  467. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  468. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  469. package/es/_utils/hooks/useImagePath.js.map +0 -1
  470. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  471. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  472. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  473. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  474. package/es/_utils/hooks/useRequestData.js.map +0 -1
  475. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  477. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  478. package/es/_utils/hooks/useVariablesInText.js +0 -23
  479. package/es/_utils/hooks/useVariablesInText.js.map +0 -1
  480. package/es/_utils/props.js.map +0 -1
  481. package/es/_utils/request.js.map +0 -1
  482. package/es/_utils/util.js.map +0 -1
  483. package/es/_utils/withInstall.js.map +0 -1
  484. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  485. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  486. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  487. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  488. package/lib/_utils/constant.js.map +0 -1
  489. package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
  490. package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  491. package/lib/_utils/hooks/useImagePath.js.map +0 -1
  492. package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
  493. package/lib/_utils/hooks/useOnEvent.js.map +0 -1
  494. package/lib/_utils/hooks/usePageUrl.js.map +0 -1
  495. package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
  496. package/lib/_utils/hooks/useRequestData.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  498. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  499. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  500. package/lib/_utils/hooks/useVariablesInText.js +0 -23
  501. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  502. package/lib/_utils/props.js.map +0 -1
  503. package/lib/_utils/request.js.map +0 -1
  504. package/lib/_utils/util.js.map +0 -1
  505. package/lib/_utils/withInstall.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  508. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  509. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  510. package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
  511. package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  512. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,237 +1,237 @@
1
- export declare const EcanImage: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanImage: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
2
  imgUrl: {
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
  };
11
11
  href: {
12
12
  type?: undefined;
13
13
  default?: undefined;
14
14
  } | {
15
15
  type: any;
16
- default: string | number | boolean | import("../../_utils/props").Events | {
16
+ default: string | number | boolean | import("../../utils/props").Events | {
17
17
  [key: string]: any;
18
- } | import("../../_utils/props").RequestParams;
18
+ } | import("../../utils/props").RequestParams;
19
19
  };
20
20
  target: {
21
21
  type?: undefined;
22
22
  default?: undefined;
23
23
  } | {
24
24
  type: any;
25
- default: string | number | boolean | import("../../_utils/props").Events | {
25
+ default: string | number | boolean | import("../../utils/props").Events | {
26
26
  [key: string]: any;
27
- } | import("../../_utils/props").RequestParams;
27
+ } | import("../../utils/props").RequestParams;
28
28
  };
29
29
  linkPage: {
30
30
  type?: undefined;
31
31
  default?: undefined;
32
32
  } | {
33
33
  type: any;
34
- default: string | number | boolean | import("../../_utils/props").Events | {
34
+ default: string | number | boolean | import("../../utils/props").Events | {
35
35
  [key: string]: any;
36
- } | import("../../_utils/props").RequestParams;
36
+ } | import("../../utils/props").RequestParams;
37
37
  };
38
38
  id: {
39
39
  type?: undefined;
40
40
  default?: undefined;
41
41
  } | {
42
42
  type: any;
43
- default: string | number | boolean | import("../../_utils/props").Events | {
43
+ default: string | number | boolean | import("../../utils/props").Events | {
44
44
  [key: string]: any;
45
- } | import("../../_utils/props").RequestParams;
45
+ } | import("../../utils/props").RequestParams;
46
46
  };
47
47
  name: {
48
48
  type?: undefined;
49
49
  default?: undefined;
50
50
  } | {
51
51
  type: any;
52
- default: string | number | boolean | import("../../_utils/props").Events | {
52
+ default: string | number | boolean | import("../../utils/props").Events | {
53
53
  [key: string]: any;
54
- } | import("../../_utils/props").RequestParams;
54
+ } | import("../../utils/props").RequestParams;
55
55
  };
56
56
  keyName: {
57
57
  type?: undefined;
58
58
  default?: undefined;
59
59
  } | {
60
60
  type: any;
61
- default: string | number | boolean | import("../../_utils/props").Events | {
61
+ default: string | number | boolean | import("../../utils/props").Events | {
62
62
  [key: string]: any;
63
- } | import("../../_utils/props").RequestParams;
63
+ } | import("../../utils/props").RequestParams;
64
64
  };
65
65
  type: {
66
66
  type?: undefined;
67
67
  default?: undefined;
68
68
  } | {
69
69
  type: any;
70
- default: string | number | boolean | import("../../_utils/props").Events | {
70
+ default: string | number | boolean | import("../../utils/props").Events | {
71
71
  [key: string]: any;
72
- } | import("../../_utils/props").RequestParams;
72
+ } | import("../../utils/props").RequestParams;
73
73
  };
74
74
  width: {
75
75
  type?: undefined;
76
76
  default?: undefined;
77
77
  } | {
78
78
  type: any;
79
- default: string | number | boolean | import("../../_utils/props").Events | {
79
+ default: string | number | boolean | import("../../utils/props").Events | {
80
80
  [key: string]: any;
81
- } | import("../../_utils/props").RequestParams;
81
+ } | import("../../utils/props").RequestParams;
82
82
  };
83
83
  height: {
84
84
  type?: undefined;
85
85
  default?: undefined;
86
86
  } | {
87
87
  type: any;
88
- default: string | number | boolean | import("../../_utils/props").Events | {
88
+ default: string | number | boolean | import("../../utils/props").Events | {
89
89
  [key: string]: any;
90
- } | import("../../_utils/props").RequestParams;
90
+ } | import("../../utils/props").RequestParams;
91
91
  };
92
92
  position: {
93
93
  type?: undefined;
94
94
  default?: undefined;
95
95
  } | {
96
96
  type: any;
97
- default: string | number | boolean | import("../../_utils/props").Events | {
97
+ default: string | number | boolean | import("../../utils/props").Events | {
98
98
  [key: string]: any;
99
- } | import("../../_utils/props").RequestParams;
99
+ } | import("../../utils/props").RequestParams;
100
100
  };
101
101
  top: {
102
102
  type?: undefined;
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
  };
110
110
  left: {
111
111
  type?: undefined;
112
112
  default?: undefined;
113
113
  } | {
114
114
  type: any;
115
- default: string | number | boolean | import("../../_utils/props").Events | {
115
+ default: string | number | boolean | import("../../utils/props").Events | {
116
116
  [key: string]: any;
117
- } | import("../../_utils/props").RequestParams;
117
+ } | import("../../utils/props").RequestParams;
118
118
  };
119
119
  zIndex: {
120
120
  type?: undefined;
121
121
  default?: undefined;
122
122
  } | {
123
123
  type: any;
124
- default: string | number | boolean | import("../../_utils/props").Events | {
124
+ default: string | number | boolean | import("../../utils/props").Events | {
125
125
  [key: string]: any;
126
- } | import("../../_utils/props").RequestParams;
126
+ } | import("../../utils/props").RequestParams;
127
127
  };
128
128
  rotate: {
129
129
  type?: undefined;
130
130
  default?: undefined;
131
131
  } | {
132
132
  type: any;
133
- default: string | number | boolean | import("../../_utils/props").Events | {
133
+ default: string | number | boolean | import("../../utils/props").Events | {
134
134
  [key: string]: any;
135
- } | import("../../_utils/props").RequestParams;
135
+ } | import("../../utils/props").RequestParams;
136
136
  };
137
137
  isShow: {
138
138
  type?: undefined;
139
139
  default?: undefined;
140
140
  } | {
141
141
  type: any;
142
- default: string | number | boolean | import("../../_utils/props").Events | {
142
+ default: string | number | boolean | import("../../utils/props").Events | {
143
143
  [key: string]: any;
144
- } | import("../../_utils/props").RequestParams;
144
+ } | import("../../utils/props").RequestParams;
145
145
  };
146
146
  isRender: {
147
147
  type?: undefined;
148
148
  default?: undefined;
149
149
  } | {
150
150
  type: any;
151
- default: string | number | boolean | import("../../_utils/props").Events | {
151
+ default: string | number | boolean | import("../../utils/props").Events | {
152
152
  [key: string]: any;
153
- } | import("../../_utils/props").RequestParams;
153
+ } | import("../../utils/props").RequestParams;
154
154
  };
155
155
  events: {
156
156
  type?: undefined;
157
157
  default?: undefined;
158
158
  } | {
159
159
  type: any;
160
- default: string | number | boolean | import("../../_utils/props").Events | {
160
+ default: string | number | boolean | import("../../utils/props").Events | {
161
161
  [key: string]: any;
162
- } | import("../../_utils/props").RequestParams;
162
+ } | import("../../utils/props").RequestParams;
163
163
  };
164
164
  requestUrl: {
165
165
  type?: undefined;
166
166
  default?: undefined;
167
167
  } | {
168
168
  type: any;
169
- default: string | number | boolean | import("../../_utils/props").Events | {
169
+ default: string | number | boolean | import("../../utils/props").Events | {
170
170
  [key: string]: any;
171
- } | import("../../_utils/props").RequestParams;
171
+ } | import("../../utils/props").RequestParams;
172
172
  };
173
173
  requestMethod: {
174
174
  type?: undefined;
175
175
  default?: undefined;
176
176
  } | {
177
177
  type: any;
178
- default: string | number | boolean | import("../../_utils/props").Events | {
178
+ default: string | number | boolean | import("../../utils/props").Events | {
179
179
  [key: string]: any;
180
- } | import("../../_utils/props").RequestParams;
180
+ } | import("../../utils/props").RequestParams;
181
181
  };
182
182
  requestHeaders: {
183
183
  type?: undefined;
184
184
  default?: undefined;
185
185
  } | {
186
186
  type: any;
187
- default: string | number | boolean | import("../../_utils/props").Events | {
187
+ default: string | number | boolean | import("../../utils/props").Events | {
188
188
  [key: string]: any;
189
- } | import("../../_utils/props").RequestParams;
189
+ } | import("../../utils/props").RequestParams;
190
190
  };
191
191
  isOpenRequestTimer: {
192
192
  type?: undefined;
193
193
  default?: undefined;
194
194
  } | {
195
195
  type: any;
196
- default: string | number | boolean | import("../../_utils/props").Events | {
196
+ default: string | number | boolean | import("../../utils/props").Events | {
197
197
  [key: string]: any;
198
- } | import("../../_utils/props").RequestParams;
198
+ } | import("../../utils/props").RequestParams;
199
199
  };
200
200
  requestInterval: {
201
201
  type?: undefined;
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
  };
209
209
  requestParams: {
210
210
  type?: undefined;
211
211
  default?: undefined;
212
212
  } | {
213
213
  type: any;
214
- default: string | number | boolean | import("../../_utils/props").Events | {
214
+ default: string | number | boolean | import("../../utils/props").Events | {
215
215
  [key: string]: any;
216
- } | import("../../_utils/props").RequestParams;
216
+ } | import("../../utils/props").RequestParams;
217
217
  };
218
218
  requestSort: {
219
219
  type?: undefined;
220
220
  default?: undefined;
221
221
  } | {
222
222
  type: any;
223
- default: string | number | boolean | import("../../_utils/props").Events | {
223
+ default: string | number | boolean | import("../../utils/props").Events | {
224
224
  [key: string]: any;
225
- } | import("../../_utils/props").RequestParams;
225
+ } | import("../../utils/props").RequestParams;
226
226
  };
227
227
  dataType: {
228
228
  type?: undefined;
229
229
  default?: undefined;
230
230
  } | {
231
231
  type: any;
232
- default: string | number | boolean | import("../../_utils/props").Events | {
232
+ default: string | number | boolean | import("../../utils/props").Events | {
233
233
  [key: string]: any;
234
- } | import("../../_utils/props").RequestParams;
234
+ } | import("../../utils/props").RequestParams;
235
235
  };
236
236
  }, {
237
237
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -243,234 +243,234 @@ export declare const EcanImage: import("../../_utils/withInstall").SFCWithInstal
243
243
  default?: undefined;
244
244
  } | {
245
245
  type: any;
246
- default: string | number | boolean | import("../../_utils/props").Events | {
246
+ default: string | number | boolean | import("../../utils/props").Events | {
247
247
  [key: string]: any;
248
- } | import("../../_utils/props").RequestParams;
248
+ } | import("../../utils/props").RequestParams;
249
249
  };
250
250
  href: {
251
251
  type?: undefined;
252
252
  default?: undefined;
253
253
  } | {
254
254
  type: any;
255
- default: string | number | boolean | import("../../_utils/props").Events | {
255
+ default: string | number | boolean | import("../../utils/props").Events | {
256
256
  [key: string]: any;
257
- } | import("../../_utils/props").RequestParams;
257
+ } | import("../../utils/props").RequestParams;
258
258
  };
259
259
  target: {
260
260
  type?: undefined;
261
261
  default?: undefined;
262
262
  } | {
263
263
  type: any;
264
- default: string | number | boolean | import("../../_utils/props").Events | {
264
+ default: string | number | boolean | import("../../utils/props").Events | {
265
265
  [key: string]: any;
266
- } | import("../../_utils/props").RequestParams;
266
+ } | import("../../utils/props").RequestParams;
267
267
  };
268
268
  linkPage: {
269
269
  type?: undefined;
270
270
  default?: undefined;
271
271
  } | {
272
272
  type: any;
273
- default: string | number | boolean | import("../../_utils/props").Events | {
273
+ default: string | number | boolean | import("../../utils/props").Events | {
274
274
  [key: string]: any;
275
- } | import("../../_utils/props").RequestParams;
275
+ } | import("../../utils/props").RequestParams;
276
276
  };
277
277
  id: {
278
278
  type?: undefined;
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
  };
286
286
  name: {
287
287
  type?: undefined;
288
288
  default?: undefined;
289
289
  } | {
290
290
  type: any;
291
- default: string | number | boolean | import("../../_utils/props").Events | {
291
+ default: string | number | boolean | import("../../utils/props").Events | {
292
292
  [key: string]: any;
293
- } | import("../../_utils/props").RequestParams;
293
+ } | import("../../utils/props").RequestParams;
294
294
  };
295
295
  keyName: {
296
296
  type?: undefined;
297
297
  default?: undefined;
298
298
  } | {
299
299
  type: any;
300
- default: string | number | boolean | import("../../_utils/props").Events | {
300
+ default: string | number | boolean | import("../../utils/props").Events | {
301
301
  [key: string]: any;
302
- } | import("../../_utils/props").RequestParams;
302
+ } | import("../../utils/props").RequestParams;
303
303
  };
304
304
  type: {
305
305
  type?: undefined;
306
306
  default?: undefined;
307
307
  } | {
308
308
  type: any;
309
- default: string | number | boolean | import("../../_utils/props").Events | {
309
+ default: string | number | boolean | import("../../utils/props").Events | {
310
310
  [key: string]: any;
311
- } | import("../../_utils/props").RequestParams;
311
+ } | import("../../utils/props").RequestParams;
312
312
  };
313
313
  width: {
314
314
  type?: undefined;
315
315
  default?: undefined;
316
316
  } | {
317
317
  type: any;
318
- default: string | number | boolean | import("../../_utils/props").Events | {
318
+ default: string | number | boolean | import("../../utils/props").Events | {
319
319
  [key: string]: any;
320
- } | import("../../_utils/props").RequestParams;
320
+ } | import("../../utils/props").RequestParams;
321
321
  };
322
322
  height: {
323
323
  type?: undefined;
324
324
  default?: undefined;
325
325
  } | {
326
326
  type: any;
327
- default: string | number | boolean | import("../../_utils/props").Events | {
327
+ default: string | number | boolean | import("../../utils/props").Events | {
328
328
  [key: string]: any;
329
- } | import("../../_utils/props").RequestParams;
329
+ } | import("../../utils/props").RequestParams;
330
330
  };
331
331
  position: {
332
332
  type?: undefined;
333
333
  default?: undefined;
334
334
  } | {
335
335
  type: any;
336
- default: string | number | boolean | import("../../_utils/props").Events | {
336
+ default: string | number | boolean | import("../../utils/props").Events | {
337
337
  [key: string]: any;
338
- } | import("../../_utils/props").RequestParams;
338
+ } | import("../../utils/props").RequestParams;
339
339
  };
340
340
  top: {
341
341
  type?: undefined;
342
342
  default?: undefined;
343
343
  } | {
344
344
  type: any;
345
- default: string | number | boolean | import("../../_utils/props").Events | {
345
+ default: string | number | boolean | import("../../utils/props").Events | {
346
346
  [key: string]: any;
347
- } | import("../../_utils/props").RequestParams;
347
+ } | import("../../utils/props").RequestParams;
348
348
  };
349
349
  left: {
350
350
  type?: undefined;
351
351
  default?: undefined;
352
352
  } | {
353
353
  type: any;
354
- default: string | number | boolean | import("../../_utils/props").Events | {
354
+ default: string | number | boolean | import("../../utils/props").Events | {
355
355
  [key: string]: any;
356
- } | import("../../_utils/props").RequestParams;
356
+ } | import("../../utils/props").RequestParams;
357
357
  };
358
358
  zIndex: {
359
359
  type?: undefined;
360
360
  default?: undefined;
361
361
  } | {
362
362
  type: any;
363
- default: string | number | boolean | import("../../_utils/props").Events | {
363
+ default: string | number | boolean | import("../../utils/props").Events | {
364
364
  [key: string]: any;
365
- } | import("../../_utils/props").RequestParams;
365
+ } | import("../../utils/props").RequestParams;
366
366
  };
367
367
  rotate: {
368
368
  type?: undefined;
369
369
  default?: undefined;
370
370
  } | {
371
371
  type: any;
372
- default: string | number | boolean | import("../../_utils/props").Events | {
372
+ default: string | number | boolean | import("../../utils/props").Events | {
373
373
  [key: string]: any;
374
- } | import("../../_utils/props").RequestParams;
374
+ } | import("../../utils/props").RequestParams;
375
375
  };
376
376
  isShow: {
377
377
  type?: undefined;
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
  };
385
385
  isRender: {
386
386
  type?: undefined;
387
387
  default?: undefined;
388
388
  } | {
389
389
  type: any;
390
- default: string | number | boolean | import("../../_utils/props").Events | {
390
+ default: string | number | boolean | import("../../utils/props").Events | {
391
391
  [key: string]: any;
392
- } | import("../../_utils/props").RequestParams;
392
+ } | import("../../utils/props").RequestParams;
393
393
  };
394
394
  events: {
395
395
  type?: undefined;
396
396
  default?: undefined;
397
397
  } | {
398
398
  type: any;
399
- default: string | number | boolean | import("../../_utils/props").Events | {
399
+ default: string | number | boolean | import("../../utils/props").Events | {
400
400
  [key: string]: any;
401
- } | import("../../_utils/props").RequestParams;
401
+ } | import("../../utils/props").RequestParams;
402
402
  };
403
403
  requestUrl: {
404
404
  type?: undefined;
405
405
  default?: undefined;
406
406
  } | {
407
407
  type: any;
408
- default: string | number | boolean | import("../../_utils/props").Events | {
408
+ default: string | number | boolean | import("../../utils/props").Events | {
409
409
  [key: string]: any;
410
- } | import("../../_utils/props").RequestParams;
410
+ } | import("../../utils/props").RequestParams;
411
411
  };
412
412
  requestMethod: {
413
413
  type?: undefined;
414
414
  default?: undefined;
415
415
  } | {
416
416
  type: any;
417
- default: string | number | boolean | import("../../_utils/props").Events | {
417
+ default: string | number | boolean | import("../../utils/props").Events | {
418
418
  [key: string]: any;
419
- } | import("../../_utils/props").RequestParams;
419
+ } | import("../../utils/props").RequestParams;
420
420
  };
421
421
  requestHeaders: {
422
422
  type?: undefined;
423
423
  default?: undefined;
424
424
  } | {
425
425
  type: any;
426
- default: string | number | boolean | import("../../_utils/props").Events | {
426
+ default: string | number | boolean | import("../../utils/props").Events | {
427
427
  [key: string]: any;
428
- } | import("../../_utils/props").RequestParams;
428
+ } | import("../../utils/props").RequestParams;
429
429
  };
430
430
  isOpenRequestTimer: {
431
431
  type?: undefined;
432
432
  default?: undefined;
433
433
  } | {
434
434
  type: any;
435
- default: string | number | boolean | import("../../_utils/props").Events | {
435
+ default: string | number | boolean | import("../../utils/props").Events | {
436
436
  [key: string]: any;
437
- } | import("../../_utils/props").RequestParams;
437
+ } | import("../../utils/props").RequestParams;
438
438
  };
439
439
  requestInterval: {
440
440
  type?: undefined;
441
441
  default?: undefined;
442
442
  } | {
443
443
  type: any;
444
- default: string | number | boolean | import("../../_utils/props").Events | {
444
+ default: string | number | boolean | import("../../utils/props").Events | {
445
445
  [key: string]: any;
446
- } | import("../../_utils/props").RequestParams;
446
+ } | import("../../utils/props").RequestParams;
447
447
  };
448
448
  requestParams: {
449
449
  type?: undefined;
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
  };
457
457
  requestSort: {
458
458
  type?: undefined;
459
459
  default?: undefined;
460
460
  } | {
461
461
  type: any;
462
- default: string | number | boolean | import("../../_utils/props").Events | {
462
+ default: string | number | boolean | import("../../utils/props").Events | {
463
463
  [key: string]: any;
464
- } | import("../../_utils/props").RequestParams;
464
+ } | import("../../utils/props").RequestParams;
465
465
  };
466
466
  dataType: {
467
467
  type?: undefined;
468
468
  default?: undefined;
469
469
  } | {
470
470
  type: any;
471
- default: string | number | boolean | import("../../_utils/props").Events | {
471
+ default: string | number | boolean | import("../../utils/props").Events | {
472
472
  [key: string]: any;
473
- } | import("../../_utils/props").RequestParams;
473
+ } | import("../../utils/props").RequestParams;
474
474
  };
475
475
  }>>, {}>> & Record<string, any>;
476
476
  export default EcanImage;