@ecan-bi/datav 1.0.87 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (512) hide show
  1. package/dist/index.es.js +319 -92
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +318 -91
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +69 -69
  6. package/es/container/border/Border.js +7 -7
  7. package/es/container/border/Border.js.map +1 -1
  8. package/es/container/border/index.js +1 -1
  9. package/es/container/border/index.js.map +1 -1
  10. package/es/container/border/props.js +1 -1
  11. package/es/container/border/props.js.map +1 -1
  12. package/es/container/modal/Modal.js +6 -9
  13. package/es/container/modal/Modal.js.map +1 -1
  14. package/es/container/modal/index.js +1 -1
  15. package/es/container/modal/index.js.map +1 -1
  16. package/es/container/modal/props.js +2 -2
  17. package/es/container/modal/props.js.map +1 -1
  18. package/es/container/tabs/Tabs.js +8 -8
  19. package/es/container/tabs/Tabs.js.map +1 -1
  20. package/es/container/tabs/index.js +1 -1
  21. package/es/container/tabs/index.js.map +1 -1
  22. package/es/container/tabs/props.js +1 -1
  23. package/es/container/tabs/props.js.map +1 -1
  24. package/es/control/button/Button.js +5 -5
  25. package/es/control/button/Button.js.map +1 -1
  26. package/es/control/button/index.js +1 -1
  27. package/es/control/button/index.js.map +1 -1
  28. package/es/control/button/props.js +1 -1
  29. package/es/control/button/props.js.map +1 -1
  30. package/es/control/checkbox/Checkbox.js +12 -7
  31. package/es/control/checkbox/Checkbox.js.map +1 -1
  32. package/es/control/checkbox/index.js +1 -1
  33. package/es/control/checkbox/index.js.map +1 -1
  34. package/es/control/checkbox/props.js +1 -1
  35. package/es/control/checkbox/props.js.map +1 -1
  36. package/es/control/date-picker/DatePicker.js +14 -10
  37. package/es/control/date-picker/DatePicker.js.map +1 -1
  38. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  39. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  40. package/es/control/date-picker/index.js +1 -1
  41. package/es/control/date-picker/index.js.map +1 -1
  42. package/es/control/date-picker/props.js +1 -1
  43. package/es/control/date-picker/props.js.map +1 -1
  44. package/es/control/input/Input.js +4 -4
  45. package/es/control/input/Input.js.map +1 -1
  46. package/es/control/input/index.js +1 -1
  47. package/es/control/input/index.js.map +1 -1
  48. package/es/control/input/props.js +1 -1
  49. package/es/control/input/props.js.map +1 -1
  50. package/es/control/range-picker/RangePicker.js +6 -6
  51. package/es/control/range-picker/RangePicker.js.map +1 -1
  52. package/es/control/range-picker/index.js +1 -1
  53. package/es/control/range-picker/index.js.map +1 -1
  54. package/es/control/range-picker/props.js +1 -1
  55. package/es/control/range-picker/props.js.map +1 -1
  56. package/es/control/select/Select.js +7 -7
  57. package/es/control/select/Select.js.map +1 -1
  58. package/es/control/select/index.js +1 -1
  59. package/es/control/select/index.js.map +1 -1
  60. package/es/control/select/props.js +1 -1
  61. package/es/control/select/props.js.map +1 -1
  62. package/es/graph/bar/Bar.js +44 -13
  63. package/es/graph/bar/Bar.js.map +1 -1
  64. package/es/graph/bar/index.js +1 -1
  65. package/es/graph/bar/index.js.map +1 -1
  66. package/es/graph/bar/props.js +2 -3
  67. package/es/graph/bar/props.js.map +1 -1
  68. package/es/graph/combo-graph/ComboGraph.js +55 -23
  69. package/es/graph/combo-graph/ComboGraph.js.map +1 -1
  70. package/es/graph/combo-graph/index.js +1 -1
  71. package/es/graph/combo-graph/index.js.map +1 -1
  72. package/es/graph/combo-graph/props.js +2 -2
  73. package/es/graph/combo-graph/props.js.map +1 -1
  74. package/es/graph/custom-graph/CustomGraph.js +3 -3
  75. package/es/graph/custom-graph/CustomGraph.js.map +1 -1
  76. package/es/graph/custom-graph/index.js +1 -1
  77. package/es/graph/custom-graph/index.js.map +1 -1
  78. package/es/graph/custom-graph/props.js +1 -1
  79. package/es/graph/custom-graph/props.js.map +1 -1
  80. package/es/graph/line/Line.js +48 -14
  81. package/es/graph/line/Line.js.map +1 -1
  82. package/es/graph/line/index.js +1 -1
  83. package/es/graph/line/index.js.map +1 -1
  84. package/es/graph/line/props.js +8 -7
  85. package/es/graph/line/props.js.map +1 -1
  86. package/es/graph/pie/Pie.js +32 -11
  87. package/es/graph/pie/Pie.js.map +1 -1
  88. package/es/graph/pie/index.js +1 -1
  89. package/es/graph/pie/index.js.map +1 -1
  90. package/es/graph/pie/props.js +2 -2
  91. package/es/graph/pie/props.js.map +1 -1
  92. package/es/graph/scatter/Scatter.js +19 -10
  93. package/es/graph/scatter/Scatter.js.map +1 -1
  94. package/es/graph/scatter/index.js +1 -1
  95. package/es/graph/scatter/index.js.map +1 -1
  96. package/es/graph/scatter/props.js +2 -2
  97. package/es/graph/scatter/props.js.map +1 -1
  98. package/es/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  99. package/es/hooks/useDownloadFile.js.map +1 -0
  100. package/es/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  101. package/es/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  102. package/es/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  103. package/es/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  104. package/es/{_utils/hooks → hooks}/useImagePath.js +1 -1
  105. package/es/hooks/useImagePath.js.map +1 -0
  106. package/es/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  107. package/es/hooks/useIndicatorData.js.map +1 -0
  108. package/es/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  109. package/es/hooks/useOnEvent.js.map +1 -0
  110. package/es/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  111. package/es/hooks/usePageUrl.js.map +1 -0
  112. package/es/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  113. package/es/hooks/usePickComponentStyle.js.map +1 -0
  114. package/es/{_utils/hooks → hooks}/useRequestData.js +4 -9
  115. package/es/hooks/useRequestData.js.map +1 -0
  116. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  117. package/es/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  118. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  119. package/es/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  120. package/es/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  121. package/es/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  122. package/es/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
  123. package/es/hooks/useValueFormatter.js.map +1 -0
  124. package/es/hooks/useVariablesInText.js +45 -0
  125. package/es/hooks/useVariablesInText.js.map +1 -0
  126. package/es/map/map/Map.js +5 -5
  127. package/es/map/map/Map.js.map +1 -1
  128. package/es/map/map/index.js +1 -1
  129. package/es/map/map/index.js.map +1 -1
  130. package/es/map/map/props.js +1 -1
  131. package/es/map/map/props.js.map +1 -1
  132. package/es/media/image/Image.js +7 -7
  133. package/es/media/image/Image.js.map +1 -1
  134. package/es/media/image/index.js +1 -1
  135. package/es/media/image/index.js.map +1 -1
  136. package/es/media/image/props.js +1 -1
  137. package/es/media/image/props.js.map +1 -1
  138. package/es/setting/page-config/PageConfig.js +4 -4
  139. package/es/setting/page-config/PageConfig.js.map +1 -1
  140. package/es/setting/page-config/index.js +1 -1
  141. package/es/setting/page-config/index.js.map +1 -1
  142. package/es/setting/page-config/props.js +1 -1
  143. package/es/setting/page-config/props.js.map +1 -1
  144. package/es/setting/provider-config/ProviderConfig.js +7 -5
  145. package/es/setting/provider-config/ProviderConfig.js.map +1 -1
  146. package/es/setting/provider-config/index.js +1 -1
  147. package/es/setting/provider-config/index.js.map +1 -1
  148. package/es/setting/provider-config/props.js +1 -1
  149. package/es/setting/provider-config/props.js.map +1 -1
  150. package/es/table/table/Table.js +96 -37
  151. package/es/table/table/Table.js.map +1 -1
  152. package/es/table/table/index.js +1 -1
  153. package/es/table/table/index.js.map +1 -1
  154. package/es/table/table/props.js +2 -1
  155. package/es/table/table/props.js.map +1 -1
  156. package/es/text/list/List.js +9 -9
  157. package/es/text/list/List.js.map +1 -1
  158. package/es/text/list/index.js +1 -1
  159. package/es/text/list/index.js.map +1 -1
  160. package/es/text/list/props.js +1 -1
  161. package/es/text/list/props.js.map +1 -1
  162. package/es/text/proportion/Proportion.js +7 -7
  163. package/es/text/proportion/Proportion.js.map +1 -1
  164. package/es/text/proportion/index.js +1 -1
  165. package/es/text/proportion/index.js.map +1 -1
  166. package/es/text/proportion/props.js +1 -1
  167. package/es/text/proportion/props.js.map +1 -1
  168. package/es/text/scroll-text/index.js +1 -1
  169. package/es/text/scroll-text/index.js.map +1 -1
  170. package/es/text/text/Text.js +27 -7
  171. package/es/text/text/Text.js.map +1 -1
  172. package/es/text/text/index.js +1 -1
  173. package/es/text/text/index.js.map +1 -1
  174. package/es/text/text/props.js +5 -2
  175. package/es/text/text/props.js.map +1 -1
  176. package/es/text/time-display/TimeDisplay.js +4 -4
  177. package/es/text/time-display/TimeDisplay.js.map +1 -1
  178. package/es/text/time-display/index.js +1 -1
  179. package/es/text/time-display/index.js.map +1 -1
  180. package/es/text/time-display/props.js +1 -1
  181. package/es/text/time-display/props.js.map +1 -1
  182. package/es/{_utils → utils}/constant.js +0 -0
  183. package/es/utils/constant.js.map +1 -0
  184. package/es/{_utils → utils}/props.js +0 -0
  185. package/es/utils/props.js.map +1 -0
  186. package/es/{_utils → utils}/request.js +0 -0
  187. package/es/utils/request.js.map +1 -0
  188. package/es/{_utils → utils}/util.js +0 -0
  189. package/es/utils/util.js.map +1 -0
  190. package/es/{_utils → utils}/withInstall.js +0 -0
  191. package/es/utils/withInstall.js.map +1 -0
  192. package/lib/container/border/Border.js +7 -7
  193. package/lib/container/border/Border.js.map +1 -1
  194. package/lib/container/border/index.js +1 -1
  195. package/lib/container/border/index.js.map +1 -1
  196. package/lib/container/border/props.js +1 -1
  197. package/lib/container/border/props.js.map +1 -1
  198. package/lib/container/modal/Modal.js +6 -9
  199. package/lib/container/modal/Modal.js.map +1 -1
  200. package/lib/container/modal/index.js +1 -1
  201. package/lib/container/modal/index.js.map +1 -1
  202. package/lib/container/modal/props.js +2 -2
  203. package/lib/container/modal/props.js.map +1 -1
  204. package/lib/container/tabs/Tabs.js +8 -8
  205. package/lib/container/tabs/Tabs.js.map +1 -1
  206. package/lib/container/tabs/index.js +1 -1
  207. package/lib/container/tabs/index.js.map +1 -1
  208. package/lib/container/tabs/props.js +1 -1
  209. package/lib/container/tabs/props.js.map +1 -1
  210. package/lib/control/button/Button.js +5 -5
  211. package/lib/control/button/Button.js.map +1 -1
  212. package/lib/control/button/index.js +1 -1
  213. package/lib/control/button/index.js.map +1 -1
  214. package/lib/control/button/props.js +1 -1
  215. package/lib/control/button/props.js.map +1 -1
  216. package/lib/control/checkbox/Checkbox.js +12 -7
  217. package/lib/control/checkbox/Checkbox.js.map +1 -1
  218. package/lib/control/checkbox/index.js +1 -1
  219. package/lib/control/checkbox/index.js.map +1 -1
  220. package/lib/control/checkbox/props.js +1 -1
  221. package/lib/control/checkbox/props.js.map +1 -1
  222. package/lib/control/date-picker/DatePicker.js +13 -9
  223. package/lib/control/date-picker/DatePicker.js.map +1 -1
  224. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js +5 -0
  225. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_lang.js.map +1 -0
  226. package/lib/control/date-picker/index.js +1 -1
  227. package/lib/control/date-picker/index.js.map +1 -1
  228. package/lib/control/date-picker/props.js +1 -1
  229. package/lib/control/date-picker/props.js.map +1 -1
  230. package/lib/control/input/Input.js +4 -4
  231. package/lib/control/input/Input.js.map +1 -1
  232. package/lib/control/input/index.js +1 -1
  233. package/lib/control/input/index.js.map +1 -1
  234. package/lib/control/input/props.js +1 -1
  235. package/lib/control/input/props.js.map +1 -1
  236. package/lib/control/range-picker/RangePicker.js +6 -6
  237. package/lib/control/range-picker/RangePicker.js.map +1 -1
  238. package/lib/control/range-picker/index.js +1 -1
  239. package/lib/control/range-picker/index.js.map +1 -1
  240. package/lib/control/range-picker/props.js +1 -1
  241. package/lib/control/range-picker/props.js.map +1 -1
  242. package/lib/control/select/Select.js +7 -7
  243. package/lib/control/select/Select.js.map +1 -1
  244. package/lib/control/select/index.js +1 -1
  245. package/lib/control/select/index.js.map +1 -1
  246. package/lib/control/select/props.js +1 -1
  247. package/lib/control/select/props.js.map +1 -1
  248. package/lib/graph/bar/Bar.js +44 -13
  249. package/lib/graph/bar/Bar.js.map +1 -1
  250. package/lib/graph/bar/index.js +1 -1
  251. package/lib/graph/bar/index.js.map +1 -1
  252. package/lib/graph/bar/props.js +2 -3
  253. package/lib/graph/bar/props.js.map +1 -1
  254. package/lib/graph/combo-graph/ComboGraph.js +55 -23
  255. package/lib/graph/combo-graph/ComboGraph.js.map +1 -1
  256. package/lib/graph/combo-graph/index.js +1 -1
  257. package/lib/graph/combo-graph/index.js.map +1 -1
  258. package/lib/graph/combo-graph/props.js +2 -2
  259. package/lib/graph/combo-graph/props.js.map +1 -1
  260. package/lib/graph/custom-graph/CustomGraph.js +3 -3
  261. package/lib/graph/custom-graph/CustomGraph.js.map +1 -1
  262. package/lib/graph/custom-graph/index.js +1 -1
  263. package/lib/graph/custom-graph/index.js.map +1 -1
  264. package/lib/graph/custom-graph/props.js +1 -1
  265. package/lib/graph/custom-graph/props.js.map +1 -1
  266. package/lib/graph/line/Line.js +48 -14
  267. package/lib/graph/line/Line.js.map +1 -1
  268. package/lib/graph/line/index.js +1 -1
  269. package/lib/graph/line/index.js.map +1 -1
  270. package/lib/graph/line/props.js +8 -7
  271. package/lib/graph/line/props.js.map +1 -1
  272. package/lib/graph/pie/Pie.js +32 -11
  273. package/lib/graph/pie/Pie.js.map +1 -1
  274. package/lib/graph/pie/index.js +1 -1
  275. package/lib/graph/pie/index.js.map +1 -1
  276. package/lib/graph/pie/props.js +2 -2
  277. package/lib/graph/pie/props.js.map +1 -1
  278. package/lib/graph/scatter/Scatter.js +19 -10
  279. package/lib/graph/scatter/Scatter.js.map +1 -1
  280. package/lib/graph/scatter/index.js +1 -1
  281. package/lib/graph/scatter/index.js.map +1 -1
  282. package/lib/graph/scatter/props.js +2 -2
  283. package/lib/graph/scatter/props.js.map +1 -1
  284. package/lib/{_utils/hooks → hooks}/useDownloadFile.js +1 -1
  285. package/lib/hooks/useDownloadFile.js.map +1 -0
  286. package/lib/{_utils/hooks → hooks}/useEmitEvent.js +1 -1
  287. package/lib/{_utils/hooks → hooks}/useEmitEvent.js.map +1 -1
  288. package/lib/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.js +0 -0
  289. package/lib/hooks/useHrefParamsToGlobalVariables.js.map +1 -0
  290. package/lib/{_utils/hooks → hooks}/useImagePath.js +1 -1
  291. package/lib/hooks/useImagePath.js.map +1 -0
  292. package/lib/{_utils/hooks → hooks}/useIndicatorData.js +3 -3
  293. package/lib/hooks/useIndicatorData.js.map +1 -0
  294. package/lib/{_utils/hooks → hooks}/useOnEvent.js +1 -1
  295. package/lib/hooks/useOnEvent.js.map +1 -0
  296. package/lib/{_utils/hooks → hooks}/usePageUrl.js +1 -1
  297. package/lib/hooks/usePageUrl.js.map +1 -0
  298. package/lib/{_utils/hooks → hooks}/usePickComponentStyle.js +0 -0
  299. package/lib/hooks/usePickComponentStyle.js.map +1 -0
  300. package/lib/{_utils/hooks → hooks}/useRequestData.js +4 -9
  301. package/lib/hooks/useRequestData.js.map +1 -0
  302. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js +2 -2
  303. package/lib/{_utils/hooks → hooks}/useRequestDiagramData.js.map +1 -1
  304. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.js +0 -0
  305. package/lib/hooks/useTransformChartDataByAttrKey.js.map +1 -0
  306. package/lib/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.js +0 -0
  307. package/lib/hooks/useTransformChartDataByAttrValue.js.map +1 -0
  308. package/lib/{_utils/hooks → hooks}/useValueFormatter.js +17 -10
  309. package/lib/hooks/useValueFormatter.js.map +1 -0
  310. package/lib/hooks/useVariablesInText.js +45 -0
  311. package/lib/hooks/useVariablesInText.js.map +1 -0
  312. package/lib/map/map/Map.js +5 -5
  313. package/lib/map/map/Map.js.map +1 -1
  314. package/lib/map/map/index.js +1 -1
  315. package/lib/map/map/index.js.map +1 -1
  316. package/lib/map/map/props.js +1 -1
  317. package/lib/map/map/props.js.map +1 -1
  318. package/lib/media/image/Image.js +7 -7
  319. package/lib/media/image/Image.js.map +1 -1
  320. package/lib/media/image/index.js +1 -1
  321. package/lib/media/image/index.js.map +1 -1
  322. package/lib/media/image/props.js +1 -1
  323. package/lib/media/image/props.js.map +1 -1
  324. package/lib/setting/page-config/PageConfig.js +4 -4
  325. package/lib/setting/page-config/PageConfig.js.map +1 -1
  326. package/lib/setting/page-config/index.js +1 -1
  327. package/lib/setting/page-config/index.js.map +1 -1
  328. package/lib/setting/page-config/props.js +1 -1
  329. package/lib/setting/page-config/props.js.map +1 -1
  330. package/lib/setting/provider-config/ProviderConfig.js +7 -5
  331. package/lib/setting/provider-config/ProviderConfig.js.map +1 -1
  332. package/lib/setting/provider-config/index.js +1 -1
  333. package/lib/setting/provider-config/index.js.map +1 -1
  334. package/lib/setting/provider-config/props.js +1 -1
  335. package/lib/setting/provider-config/props.js.map +1 -1
  336. package/lib/style.css +2806 -2806
  337. package/lib/table/table/Table.js +96 -37
  338. package/lib/table/table/Table.js.map +1 -1
  339. package/lib/table/table/index.js +1 -1
  340. package/lib/table/table/index.js.map +1 -1
  341. package/lib/table/table/props.js +2 -1
  342. package/lib/table/table/props.js.map +1 -1
  343. package/lib/text/list/List.js +9 -9
  344. package/lib/text/list/List.js.map +1 -1
  345. package/lib/text/list/index.js +1 -1
  346. package/lib/text/list/index.js.map +1 -1
  347. package/lib/text/list/props.js +1 -1
  348. package/lib/text/list/props.js.map +1 -1
  349. package/lib/text/proportion/Proportion.js +7 -7
  350. package/lib/text/proportion/Proportion.js.map +1 -1
  351. package/lib/text/proportion/index.js +1 -1
  352. package/lib/text/proportion/index.js.map +1 -1
  353. package/lib/text/proportion/props.js +1 -1
  354. package/lib/text/proportion/props.js.map +1 -1
  355. package/lib/text/scroll-text/index.js +1 -1
  356. package/lib/text/scroll-text/index.js.map +1 -1
  357. package/lib/text/text/Text.js +27 -7
  358. package/lib/text/text/Text.js.map +1 -1
  359. package/lib/text/text/index.js +1 -1
  360. package/lib/text/text/index.js.map +1 -1
  361. package/lib/text/text/props.js +5 -2
  362. package/lib/text/text/props.js.map +1 -1
  363. package/lib/text/time-display/TimeDisplay.js +4 -4
  364. package/lib/text/time-display/TimeDisplay.js.map +1 -1
  365. package/lib/text/time-display/index.js +1 -1
  366. package/lib/text/time-display/index.js.map +1 -1
  367. package/lib/text/time-display/props.js +1 -1
  368. package/lib/text/time-display/props.js.map +1 -1
  369. package/lib/{_utils → utils}/constant.js +0 -0
  370. package/lib/utils/constant.js.map +1 -0
  371. package/lib/{_utils → utils}/props.js +0 -0
  372. package/lib/utils/props.js.map +1 -0
  373. package/lib/{_utils → utils}/request.js +0 -0
  374. package/lib/utils/request.js.map +1 -0
  375. package/lib/{_utils → utils}/util.js +0 -0
  376. package/lib/utils/util.js.map +1 -0
  377. package/lib/{_utils → utils}/withInstall.js +0 -0
  378. package/lib/utils/withInstall.js.map +1 -0
  379. package/package.json +1 -1
  380. package/types/container/border/Border.vue.d.ts +140 -140
  381. package/types/container/border/index.d.ts +141 -141
  382. package/types/container/border/props.d.ts +71 -71
  383. package/types/container/modal/Modal.vue.d.ts +1 -1
  384. package/types/container/modal/index.d.ts +2 -2
  385. package/types/container/tabs/index.d.ts +1 -1
  386. package/types/container/tabs/props.d.ts +1 -1
  387. package/types/control/button/Button.vue.d.ts +120 -120
  388. package/types/control/button/index.d.ts +121 -121
  389. package/types/control/button/props.d.ts +61 -61
  390. package/types/control/checkbox/Checkbox.vue.d.ts +96 -96
  391. package/types/control/checkbox/index.d.ts +97 -97
  392. package/types/control/checkbox/props.d.ts +49 -49
  393. package/types/control/date-picker/DatePicker.vue.d.ts +104 -104
  394. package/types/control/date-picker/index.d.ts +105 -105
  395. package/types/control/date-picker/props.d.ts +53 -53
  396. package/types/control/input/Input.vue.d.ts +96 -96
  397. package/types/control/input/index.d.ts +97 -97
  398. package/types/control/input/props.d.ts +49 -49
  399. package/types/control/range-picker/RangePicker.vue.d.ts +104 -104
  400. package/types/control/range-picker/index.d.ts +105 -105
  401. package/types/control/range-picker/props.d.ts +53 -53
  402. package/types/control/select/Select.vue.d.ts +100 -100
  403. package/types/control/select/index.d.ts +101 -101
  404. package/types/control/select/props.d.ts +51 -51
  405. package/types/graph/bar/Bar.vue.d.ts +282 -310
  406. package/types/graph/bar/index.d.ts +282 -310
  407. package/types/graph/bar/props.d.ts +141 -156
  408. package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -6
  409. package/types/graph/combo-graph/index.d.ts +9 -7
  410. package/types/graph/combo-graph/props.d.ts +1 -1
  411. package/types/graph/custom-graph/CustomGraph.vue.d.ts +96 -96
  412. package/types/graph/custom-graph/index.d.ts +97 -97
  413. package/types/graph/custom-graph/props.d.ts +49 -49
  414. package/types/graph/line/Line.vue.d.ts +33 -3
  415. package/types/graph/line/index.d.ts +34 -4
  416. package/types/graph/line/props.d.ts +17 -1
  417. package/types/graph/pie/Pie.vue.d.ts +1 -1
  418. package/types/graph/pie/index.d.ts +2 -2
  419. package/types/graph/pie/props.d.ts +1 -1
  420. package/types/graph/scatter/index.d.ts +1 -1
  421. package/types/graph/scatter/props.d.ts +1 -1
  422. package/types/{_utils/hooks → hooks}/index.d.ts +0 -2
  423. package/types/{_utils/hooks → hooks}/useDownloadFile.d.ts +0 -0
  424. package/types/{_utils/hooks → hooks}/useEmitEvent.d.ts +0 -0
  425. package/types/{_utils/hooks → hooks}/useHrefParamsToGlobalVariables.d.ts +0 -0
  426. package/types/{_utils/hooks → hooks}/useImagePath.d.ts +0 -0
  427. package/types/{_utils/hooks → hooks}/useIndicatorData.d.ts +0 -0
  428. package/types/{_utils/hooks → hooks}/useOnEvent.d.ts +0 -0
  429. package/types/{_utils/hooks → hooks}/usePageUrl.d.ts +0 -0
  430. package/types/{_utils/hooks → hooks}/usePickComponentStyle.d.ts +0 -0
  431. package/types/{_utils/hooks → hooks}/useRequestData.d.ts +0 -0
  432. package/types/{_utils/hooks → hooks}/useRequestDiagramData.d.ts +0 -0
  433. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrKey.d.ts +1 -1
  434. package/types/{_utils/hooks → hooks}/useTransformChartDataByAttrValue.d.ts +1 -1
  435. package/types/{_utils/hooks → hooks}/useValueFormatter.d.ts +0 -0
  436. package/types/hooks/useVariablesInText.d.ts +7 -0
  437. package/types/map/map/Map.vue.d.ts +224 -224
  438. package/types/map/map/index.d.ts +225 -225
  439. package/types/map/map/props.d.ts +113 -113
  440. package/types/media/image/Image.vue.d.ts +104 -104
  441. package/types/media/image/index.d.ts +105 -105
  442. package/types/media/image/props.d.ts +53 -53
  443. package/types/setting/page-config/index.d.ts +1 -1
  444. package/types/setting/provider-config/index.d.ts +1 -1
  445. package/types/table/table/Table.vue.d.ts +212 -173
  446. package/types/table/table/index.d.ts +213 -174
  447. package/types/table/table/props.d.ts +106 -85
  448. package/types/text/list/List.vue.d.ts +128 -128
  449. package/types/text/list/index.d.ts +129 -129
  450. package/types/text/list/props.d.ts +65 -65
  451. package/types/text/proportion/Proportion.vue.d.ts +144 -144
  452. package/types/text/proportion/index.d.ts +145 -145
  453. package/types/text/proportion/props.d.ts +73 -73
  454. package/types/text/scroll-text/index.d.ts +1 -1
  455. package/types/text/text/Text.vue.d.ts +206 -140
  456. package/types/text/text/index.d.ts +207 -141
  457. package/types/text/text/props.d.ts +107 -71
  458. package/types/text/time-display/TimeDisplay.vue.d.ts +120 -120
  459. package/types/text/time-display/index.d.ts +121 -121
  460. package/types/text/time-display/props.d.ts +61 -61
  461. package/types/{_utils → utils}/constant.d.ts +0 -0
  462. package/types/{_utils → utils}/props.d.ts +0 -0
  463. package/types/{_utils → utils}/request.d.ts +0 -0
  464. package/types/{_utils → utils}/util.d.ts +0 -0
  465. package/types/{_utils → utils}/withInstall.d.ts +0 -0
  466. package/es/_utils/constant.js.map +0 -1
  467. package/es/_utils/hooks/useDownloadFile.js.map +0 -1
  468. package/es/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  469. package/es/_utils/hooks/useImagePath.js.map +0 -1
  470. package/es/_utils/hooks/useIndicatorData.js.map +0 -1
  471. package/es/_utils/hooks/useOnEvent.js.map +0 -1
  472. package/es/_utils/hooks/usePageUrl.js.map +0 -1
  473. package/es/_utils/hooks/usePickComponentStyle.js.map +0 -1
  474. package/es/_utils/hooks/useRequestData.js.map +0 -1
  475. package/es/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  476. package/es/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  477. package/es/_utils/hooks/useValueFormatter.js.map +0 -1
  478. package/es/_utils/hooks/useVariablesInText.js +0 -23
  479. package/es/_utils/hooks/useVariablesInText.js.map +0 -1
  480. package/es/_utils/props.js.map +0 -1
  481. package/es/_utils/request.js.map +0 -1
  482. package/es/_utils/util.js.map +0 -1
  483. package/es/_utils/withInstall.js.map +0 -1
  484. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  485. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  486. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  487. package/es/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  488. package/lib/_utils/constant.js.map +0 -1
  489. package/lib/_utils/hooks/useDownloadFile.js.map +0 -1
  490. package/lib/_utils/hooks/useHrefParamsToGlobalVariables.js.map +0 -1
  491. package/lib/_utils/hooks/useImagePath.js.map +0 -1
  492. package/lib/_utils/hooks/useIndicatorData.js.map +0 -1
  493. package/lib/_utils/hooks/useOnEvent.js.map +0 -1
  494. package/lib/_utils/hooks/usePageUrl.js.map +0 -1
  495. package/lib/_utils/hooks/usePickComponentStyle.js.map +0 -1
  496. package/lib/_utils/hooks/useRequestData.js.map +0 -1
  497. package/lib/_utils/hooks/useTransformChartDataByAttrKey.js.map +0 -1
  498. package/lib/_utils/hooks/useTransformChartDataByAttrValue.js.map +0 -1
  499. package/lib/_utils/hooks/useValueFormatter.js.map +0 -1
  500. package/lib/_utils/hooks/useVariablesInText.js +0 -23
  501. package/lib/_utils/hooks/useVariablesInText.js.map +0 -1
  502. package/lib/_utils/props.js.map +0 -1
  503. package/lib/_utils/request.js.map +0 -1
  504. package/lib/_utils/util.js.map +0 -1
  505. package/lib/_utils/withInstall.js.map +0 -1
  506. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js +0 -5
  507. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.js.map +0 -1
  508. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js +0 -5
  509. package/lib/control/date-picker/DatePicker.vue_vue_type_style_index_1_lang.js.map +0 -1
  510. package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
  511. package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  512. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
@@ -1,12 +1,12 @@
1
- export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanMap: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
2
  mapJson: {
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
  name: string;
@@ -18,9 +18,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
18
18
  default?: undefined;
19
19
  } | {
20
20
  type: any;
21
- default: string | number | boolean | import("../../_utils/props").Events | {
21
+ default: string | number | boolean | import("../../utils/props").Events | {
22
22
  [key: string]: any;
23
- } | import("../../_utils/props").RequestParams | {
23
+ } | import("../../utils/props").RequestParams | {
24
24
  [key: string]: any;
25
25
  }[] | {
26
26
  name: string;
@@ -32,9 +32,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
32
32
  default?: undefined;
33
33
  } | {
34
34
  type: any;
35
- default: string | number | boolean | import("../../_utils/props").Events | {
35
+ default: string | number | boolean | import("../../utils/props").Events | {
36
36
  [key: string]: any;
37
- } | import("../../_utils/props").RequestParams | {
37
+ } | import("../../utils/props").RequestParams | {
38
38
  [key: string]: any;
39
39
  }[] | {
40
40
  name: string;
@@ -46,9 +46,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
46
46
  default?: undefined;
47
47
  } | {
48
48
  type: any;
49
- default: string | number | boolean | import("../../_utils/props").Events | {
49
+ default: string | number | boolean | import("../../utils/props").Events | {
50
50
  [key: string]: any;
51
- } | import("../../_utils/props").RequestParams | {
51
+ } | import("../../utils/props").RequestParams | {
52
52
  [key: string]: any;
53
53
  }[] | {
54
54
  name: string;
@@ -60,9 +60,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
60
60
  default?: undefined;
61
61
  } | {
62
62
  type: any;
63
- default: string | number | boolean | import("../../_utils/props").Events | {
63
+ default: string | number | boolean | import("../../utils/props").Events | {
64
64
  [key: string]: any;
65
- } | import("../../_utils/props").RequestParams | {
65
+ } | import("../../utils/props").RequestParams | {
66
66
  [key: string]: any;
67
67
  }[] | {
68
68
  name: string;
@@ -74,9 +74,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
74
74
  default?: undefined;
75
75
  } | {
76
76
  type: any;
77
- default: string | number | boolean | import("../../_utils/props").Events | {
77
+ default: string | number | boolean | import("../../utils/props").Events | {
78
78
  [key: string]: any;
79
- } | import("../../_utils/props").RequestParams | {
79
+ } | import("../../utils/props").RequestParams | {
80
80
  [key: string]: any;
81
81
  }[] | {
82
82
  name: string;
@@ -88,9 +88,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
88
88
  default?: undefined;
89
89
  } | {
90
90
  type: any;
91
- default: string | number | boolean | import("../../_utils/props").Events | {
91
+ default: string | number | boolean | import("../../utils/props").Events | {
92
92
  [key: string]: any;
93
- } | import("../../_utils/props").RequestParams | {
93
+ } | import("../../utils/props").RequestParams | {
94
94
  [key: string]: any;
95
95
  }[] | {
96
96
  name: string;
@@ -102,9 +102,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
102
102
  default?: undefined;
103
103
  } | {
104
104
  type: any;
105
- default: string | number | boolean | import("../../_utils/props").Events | {
105
+ default: string | number | boolean | import("../../utils/props").Events | {
106
106
  [key: string]: any;
107
- } | import("../../_utils/props").RequestParams | {
107
+ } | import("../../utils/props").RequestParams | {
108
108
  [key: string]: any;
109
109
  }[] | {
110
110
  name: string;
@@ -116,9 +116,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
116
116
  default?: undefined;
117
117
  } | {
118
118
  type: any;
119
- default: string | number | boolean | import("../../_utils/props").Events | {
119
+ default: string | number | boolean | import("../../utils/props").Events | {
120
120
  [key: string]: any;
121
- } | import("../../_utils/props").RequestParams | {
121
+ } | import("../../utils/props").RequestParams | {
122
122
  [key: string]: any;
123
123
  }[] | {
124
124
  name: string;
@@ -130,9 +130,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
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
  [key: string]: any;
137
137
  }[] | {
138
138
  name: string;
@@ -144,9 +144,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
144
144
  default?: undefined;
145
145
  } | {
146
146
  type: any;
147
- default: string | number | boolean | import("../../_utils/props").Events | {
147
+ default: string | number | boolean | import("../../utils/props").Events | {
148
148
  [key: string]: any;
149
- } | import("../../_utils/props").RequestParams | {
149
+ } | import("../../utils/props").RequestParams | {
150
150
  [key: string]: any;
151
151
  }[] | {
152
152
  name: string;
@@ -158,9 +158,9 @@ export declare const EcanMap: 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
  name: string;
@@ -172,9 +172,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
172
172
  default?: undefined;
173
173
  } | {
174
174
  type: any;
175
- default: string | number | boolean | import("../../_utils/props").Events | {
175
+ default: string | number | boolean | import("../../utils/props").Events | {
176
176
  [key: string]: any;
177
- } | import("../../_utils/props").RequestParams | {
177
+ } | import("../../utils/props").RequestParams | {
178
178
  [key: string]: any;
179
179
  }[] | {
180
180
  name: string;
@@ -186,9 +186,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
186
186
  default?: undefined;
187
187
  } | {
188
188
  type: any;
189
- default: string | number | boolean | import("../../_utils/props").Events | {
189
+ default: string | number | boolean | import("../../utils/props").Events | {
190
190
  [key: string]: any;
191
- } | import("../../_utils/props").RequestParams | {
191
+ } | import("../../utils/props").RequestParams | {
192
192
  [key: string]: any;
193
193
  }[] | {
194
194
  name: string;
@@ -200,9 +200,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
200
200
  default?: undefined;
201
201
  } | {
202
202
  type: any;
203
- default: string | number | boolean | import("../../_utils/props").Events | {
203
+ default: string | number | boolean | import("../../utils/props").Events | {
204
204
  [key: string]: any;
205
- } | import("../../_utils/props").RequestParams | {
205
+ } | import("../../utils/props").RequestParams | {
206
206
  [key: string]: any;
207
207
  }[] | {
208
208
  name: string;
@@ -214,9 +214,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
214
214
  default?: undefined;
215
215
  } | {
216
216
  type: any;
217
- default: string | number | boolean | import("../../_utils/props").Events | {
217
+ default: string | number | boolean | import("../../utils/props").Events | {
218
218
  [key: string]: any;
219
- } | import("../../_utils/props").RequestParams | {
219
+ } | import("../../utils/props").RequestParams | {
220
220
  [key: string]: any;
221
221
  }[] | {
222
222
  name: string;
@@ -228,9 +228,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
228
228
  default?: undefined;
229
229
  } | {
230
230
  type: any;
231
- default: string | number | boolean | import("../../_utils/props").Events | {
231
+ default: string | number | boolean | import("../../utils/props").Events | {
232
232
  [key: string]: any;
233
- } | import("../../_utils/props").RequestParams | {
233
+ } | import("../../utils/props").RequestParams | {
234
234
  [key: string]: any;
235
235
  }[] | {
236
236
  name: string;
@@ -242,9 +242,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
242
242
  default?: undefined;
243
243
  } | {
244
244
  type: any;
245
- default: string | number | boolean | import("../../_utils/props").Events | {
245
+ default: string | number | boolean | import("../../utils/props").Events | {
246
246
  [key: string]: any;
247
- } | import("../../_utils/props").RequestParams | {
247
+ } | import("../../utils/props").RequestParams | {
248
248
  [key: string]: any;
249
249
  }[] | {
250
250
  name: string;
@@ -256,9 +256,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
256
256
  default?: undefined;
257
257
  } | {
258
258
  type: any;
259
- default: string | number | boolean | import("../../_utils/props").Events | {
259
+ default: string | number | boolean | import("../../utils/props").Events | {
260
260
  [key: string]: any;
261
- } | import("../../_utils/props").RequestParams | {
261
+ } | import("../../utils/props").RequestParams | {
262
262
  [key: string]: any;
263
263
  }[] | {
264
264
  name: string;
@@ -270,9 +270,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
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
  [key: string]: any;
277
277
  }[] | {
278
278
  name: string;
@@ -284,9 +284,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
284
284
  default?: undefined;
285
285
  } | {
286
286
  type: any;
287
- default: string | number | boolean | import("../../_utils/props").Events | {
287
+ default: string | number | boolean | import("../../utils/props").Events | {
288
288
  [key: string]: any;
289
- } | import("../../_utils/props").RequestParams | {
289
+ } | import("../../utils/props").RequestParams | {
290
290
  [key: string]: any;
291
291
  }[] | {
292
292
  name: string;
@@ -298,9 +298,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
298
298
  default?: undefined;
299
299
  } | {
300
300
  type: any;
301
- default: string | number | boolean | import("../../_utils/props").Events | {
301
+ default: string | number | boolean | import("../../utils/props").Events | {
302
302
  [key: string]: any;
303
- } | import("../../_utils/props").RequestParams | {
303
+ } | import("../../utils/props").RequestParams | {
304
304
  [key: string]: any;
305
305
  }[] | {
306
306
  name: string;
@@ -312,9 +312,9 @@ export declare const EcanMap: 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
  name: string;
@@ -326,9 +326,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
326
326
  default?: undefined;
327
327
  } | {
328
328
  type: any;
329
- default: string | number | boolean | import("../../_utils/props").Events | {
329
+ default: string | number | boolean | import("../../utils/props").Events | {
330
330
  [key: string]: any;
331
- } | import("../../_utils/props").RequestParams | {
331
+ } | import("../../utils/props").RequestParams | {
332
332
  [key: string]: any;
333
333
  }[] | {
334
334
  name: string;
@@ -340,9 +340,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
340
340
  default?: undefined;
341
341
  } | {
342
342
  type: any;
343
- default: string | number | boolean | import("../../_utils/props").Events | {
343
+ default: string | number | boolean | import("../../utils/props").Events | {
344
344
  [key: string]: any;
345
- } | import("../../_utils/props").RequestParams | {
345
+ } | import("../../utils/props").RequestParams | {
346
346
  [key: string]: any;
347
347
  }[] | {
348
348
  name: string;
@@ -354,9 +354,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
354
354
  default?: undefined;
355
355
  } | {
356
356
  type: any;
357
- default: string | number | boolean | import("../../_utils/props").Events | {
357
+ default: string | number | boolean | import("../../utils/props").Events | {
358
358
  [key: string]: any;
359
- } | import("../../_utils/props").RequestParams | {
359
+ } | import("../../utils/props").RequestParams | {
360
360
  [key: string]: any;
361
361
  }[] | {
362
362
  name: string;
@@ -368,9 +368,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
368
368
  default?: undefined;
369
369
  } | {
370
370
  type: any;
371
- default: string | number | boolean | import("../../_utils/props").Events | {
371
+ default: string | number | boolean | import("../../utils/props").Events | {
372
372
  [key: string]: any;
373
- } | import("../../_utils/props").RequestParams | {
373
+ } | import("../../utils/props").RequestParams | {
374
374
  [key: string]: any;
375
375
  }[] | {
376
376
  name: string;
@@ -382,9 +382,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
382
382
  default?: undefined;
383
383
  } | {
384
384
  type: any;
385
- default: string | number | boolean | import("../../_utils/props").Events | {
385
+ default: string | number | boolean | import("../../utils/props").Events | {
386
386
  [key: string]: any;
387
- } | import("../../_utils/props").RequestParams | {
387
+ } | import("../../utils/props").RequestParams | {
388
388
  [key: string]: any;
389
389
  }[] | {
390
390
  name: string;
@@ -396,9 +396,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
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
  [key: string]: any;
403
403
  }[] | {
404
404
  name: string;
@@ -410,9 +410,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
410
410
  default?: undefined;
411
411
  } | {
412
412
  type: any;
413
- default: string | number | boolean | import("../../_utils/props").Events | {
413
+ default: string | number | boolean | import("../../utils/props").Events | {
414
414
  [key: string]: any;
415
- } | import("../../_utils/props").RequestParams | {
415
+ } | import("../../utils/props").RequestParams | {
416
416
  [key: string]: any;
417
417
  }[] | {
418
418
  name: string;
@@ -424,9 +424,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
424
424
  default?: undefined;
425
425
  } | {
426
426
  type: any;
427
- default: string | number | boolean | import("../../_utils/props").Events | {
427
+ default: string | number | boolean | import("../../utils/props").Events | {
428
428
  [key: string]: any;
429
- } | import("../../_utils/props").RequestParams | {
429
+ } | import("../../utils/props").RequestParams | {
430
430
  [key: string]: any;
431
431
  }[] | {
432
432
  name: string;
@@ -438,9 +438,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
438
438
  default?: undefined;
439
439
  } | {
440
440
  type: any;
441
- default: string | number | boolean | import("../../_utils/props").Events | {
441
+ default: string | number | boolean | import("../../utils/props").Events | {
442
442
  [key: string]: any;
443
- } | import("../../_utils/props").RequestParams | {
443
+ } | import("../../utils/props").RequestParams | {
444
444
  [key: string]: any;
445
445
  }[] | {
446
446
  name: string;
@@ -452,9 +452,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
452
452
  default?: undefined;
453
453
  } | {
454
454
  type: any;
455
- default: string | number | boolean | import("../../_utils/props").Events | {
455
+ default: string | number | boolean | import("../../utils/props").Events | {
456
456
  [key: string]: any;
457
- } | import("../../_utils/props").RequestParams | {
457
+ } | import("../../utils/props").RequestParams | {
458
458
  [key: string]: any;
459
459
  }[] | {
460
460
  name: string;
@@ -466,9 +466,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
466
466
  default?: undefined;
467
467
  } | {
468
468
  type: any;
469
- default: string | number | boolean | import("../../_utils/props").Events | {
469
+ default: string | number | boolean | import("../../utils/props").Events | {
470
470
  [key: string]: any;
471
- } | import("../../_utils/props").RequestParams | {
471
+ } | import("../../utils/props").RequestParams | {
472
472
  [key: string]: any;
473
473
  }[] | {
474
474
  name: string;
@@ -480,9 +480,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
480
480
  default?: undefined;
481
481
  } | {
482
482
  type: any;
483
- default: string | number | boolean | import("../../_utils/props").Events | {
483
+ default: string | number | boolean | import("../../utils/props").Events | {
484
484
  [key: string]: any;
485
- } | import("../../_utils/props").RequestParams | {
485
+ } | import("../../utils/props").RequestParams | {
486
486
  [key: string]: any;
487
487
  }[] | {
488
488
  name: string;
@@ -494,9 +494,9 @@ export declare const EcanMap: 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
  name: string;
@@ -508,9 +508,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
508
508
  default?: undefined;
509
509
  } | {
510
510
  type: any;
511
- default: string | number | boolean | import("../../_utils/props").Events | {
511
+ default: string | number | boolean | import("../../utils/props").Events | {
512
512
  [key: string]: any;
513
- } | import("../../_utils/props").RequestParams | {
513
+ } | import("../../utils/props").RequestParams | {
514
514
  [key: string]: any;
515
515
  }[] | {
516
516
  name: string;
@@ -522,9 +522,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
522
522
  default?: undefined;
523
523
  } | {
524
524
  type: any;
525
- default: string | number | boolean | import("../../_utils/props").Events | {
525
+ default: string | number | boolean | import("../../utils/props").Events | {
526
526
  [key: string]: any;
527
- } | import("../../_utils/props").RequestParams | {
527
+ } | import("../../utils/props").RequestParams | {
528
528
  [key: string]: any;
529
529
  }[] | {
530
530
  name: string;
@@ -536,9 +536,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
536
536
  default?: undefined;
537
537
  } | {
538
538
  type: any;
539
- default: string | number | boolean | import("../../_utils/props").Events | {
539
+ default: string | number | boolean | import("../../utils/props").Events | {
540
540
  [key: string]: any;
541
- } | import("../../_utils/props").RequestParams | {
541
+ } | import("../../utils/props").RequestParams | {
542
542
  [key: string]: any;
543
543
  }[] | {
544
544
  name: string;
@@ -550,9 +550,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
550
550
  default?: undefined;
551
551
  } | {
552
552
  type: any;
553
- default: string | number | boolean | import("../../_utils/props").Events | {
553
+ default: string | number | boolean | import("../../utils/props").Events | {
554
554
  [key: string]: any;
555
- } | import("../../_utils/props").RequestParams | {
555
+ } | import("../../utils/props").RequestParams | {
556
556
  [key: string]: any;
557
557
  }[] | {
558
558
  name: string;
@@ -564,9 +564,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
564
564
  default?: undefined;
565
565
  } | {
566
566
  type: any;
567
- default: string | number | boolean | import("../../_utils/props").Events | {
567
+ default: string | number | boolean | import("../../utils/props").Events | {
568
568
  [key: string]: any;
569
- } | import("../../_utils/props").RequestParams | {
569
+ } | import("../../utils/props").RequestParams | {
570
570
  [key: string]: any;
571
571
  }[] | {
572
572
  name: string;
@@ -578,9 +578,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
578
578
  default?: undefined;
579
579
  } | {
580
580
  type: any;
581
- default: string | number | boolean | import("../../_utils/props").Events | {
581
+ default: string | number | boolean | import("../../utils/props").Events | {
582
582
  [key: string]: any;
583
- } | import("../../_utils/props").RequestParams | {
583
+ } | import("../../utils/props").RequestParams | {
584
584
  [key: string]: any;
585
585
  }[] | {
586
586
  name: string;
@@ -592,9 +592,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
592
592
  default?: undefined;
593
593
  } | {
594
594
  type: any;
595
- default: string | number | boolean | import("../../_utils/props").Events | {
595
+ default: string | number | boolean | import("../../utils/props").Events | {
596
596
  [key: string]: any;
597
- } | import("../../_utils/props").RequestParams | {
597
+ } | import("../../utils/props").RequestParams | {
598
598
  [key: string]: any;
599
599
  }[] | {
600
600
  name: string;
@@ -606,9 +606,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
606
606
  default?: undefined;
607
607
  } | {
608
608
  type: any;
609
- default: string | number | boolean | import("../../_utils/props").Events | {
609
+ default: string | number | boolean | import("../../utils/props").Events | {
610
610
  [key: string]: any;
611
- } | import("../../_utils/props").RequestParams | {
611
+ } | import("../../utils/props").RequestParams | {
612
612
  [key: string]: any;
613
613
  }[] | {
614
614
  name: string;
@@ -620,9 +620,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
620
620
  default?: undefined;
621
621
  } | {
622
622
  type: any;
623
- default: string | number | boolean | import("../../_utils/props").Events | {
623
+ default: string | number | boolean | import("../../utils/props").Events | {
624
624
  [key: string]: any;
625
- } | import("../../_utils/props").RequestParams | {
625
+ } | import("../../utils/props").RequestParams | {
626
626
  [key: string]: any;
627
627
  }[] | {
628
628
  name: string;
@@ -634,9 +634,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
634
634
  default?: undefined;
635
635
  } | {
636
636
  type: any;
637
- default: string | number | boolean | import("../../_utils/props").Events | {
637
+ default: string | number | boolean | import("../../utils/props").Events | {
638
638
  [key: string]: any;
639
- } | import("../../_utils/props").RequestParams | {
639
+ } | import("../../utils/props").RequestParams | {
640
640
  [key: string]: any;
641
641
  }[] | {
642
642
  name: string;
@@ -648,9 +648,9 @@ export declare const EcanMap: 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
  name: string;
@@ -662,9 +662,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
662
662
  default?: undefined;
663
663
  } | {
664
664
  type: any;
665
- default: string | number | boolean | import("../../_utils/props").Events | {
665
+ default: string | number | boolean | import("../../utils/props").Events | {
666
666
  [key: string]: any;
667
- } | import("../../_utils/props").RequestParams | {
667
+ } | import("../../utils/props").RequestParams | {
668
668
  [key: string]: any;
669
669
  }[] | {
670
670
  name: string;
@@ -676,9 +676,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
676
676
  default?: undefined;
677
677
  } | {
678
678
  type: any;
679
- default: string | number | boolean | import("../../_utils/props").Events | {
679
+ default: string | number | boolean | import("../../utils/props").Events | {
680
680
  [key: string]: any;
681
- } | import("../../_utils/props").RequestParams | {
681
+ } | import("../../utils/props").RequestParams | {
682
682
  [key: string]: any;
683
683
  }[] | {
684
684
  name: string;
@@ -690,9 +690,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
690
690
  default?: undefined;
691
691
  } | {
692
692
  type: any;
693
- default: string | number | boolean | import("../../_utils/props").Events | {
693
+ default: string | number | boolean | import("../../utils/props").Events | {
694
694
  [key: string]: any;
695
- } | import("../../_utils/props").RequestParams | {
695
+ } | import("../../utils/props").RequestParams | {
696
696
  [key: string]: any;
697
697
  }[] | {
698
698
  name: string;
@@ -704,9 +704,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
704
704
  default?: undefined;
705
705
  } | {
706
706
  type: any;
707
- default: string | number | boolean | import("../../_utils/props").Events | {
707
+ default: string | number | boolean | import("../../utils/props").Events | {
708
708
  [key: string]: any;
709
- } | import("../../_utils/props").RequestParams | {
709
+ } | import("../../utils/props").RequestParams | {
710
710
  [key: string]: any;
711
711
  }[] | {
712
712
  name: string;
@@ -718,9 +718,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
718
718
  default?: undefined;
719
719
  } | {
720
720
  type: any;
721
- default: string | number | boolean | import("../../_utils/props").Events | {
721
+ default: string | number | boolean | import("../../utils/props").Events | {
722
722
  [key: string]: any;
723
- } | import("../../_utils/props").RequestParams | {
723
+ } | import("../../utils/props").RequestParams | {
724
724
  [key: string]: any;
725
725
  }[] | {
726
726
  name: string;
@@ -732,9 +732,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
732
732
  default?: undefined;
733
733
  } | {
734
734
  type: any;
735
- default: string | number | boolean | import("../../_utils/props").Events | {
735
+ default: string | number | boolean | import("../../utils/props").Events | {
736
736
  [key: string]: any;
737
- } | import("../../_utils/props").RequestParams | {
737
+ } | import("../../utils/props").RequestParams | {
738
738
  [key: string]: any;
739
739
  }[] | {
740
740
  name: string;
@@ -746,9 +746,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
746
746
  default?: undefined;
747
747
  } | {
748
748
  type: any;
749
- default: string | number | boolean | import("../../_utils/props").Events | {
749
+ default: string | number | boolean | import("../../utils/props").Events | {
750
750
  [key: string]: any;
751
- } | import("../../_utils/props").RequestParams | {
751
+ } | import("../../utils/props").RequestParams | {
752
752
  [key: string]: any;
753
753
  }[] | {
754
754
  name: string;
@@ -760,9 +760,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
760
760
  default?: undefined;
761
761
  } | {
762
762
  type: any;
763
- default: string | number | boolean | import("../../_utils/props").Events | {
763
+ default: string | number | boolean | import("../../utils/props").Events | {
764
764
  [key: string]: any;
765
- } | import("../../_utils/props").RequestParams | {
765
+ } | import("../../utils/props").RequestParams | {
766
766
  [key: string]: any;
767
767
  }[] | {
768
768
  name: string;
@@ -774,9 +774,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
774
774
  default?: undefined;
775
775
  } | {
776
776
  type: any;
777
- default: string | number | boolean | import("../../_utils/props").Events | {
777
+ default: string | number | boolean | import("../../utils/props").Events | {
778
778
  [key: string]: any;
779
- } | import("../../_utils/props").RequestParams | {
779
+ } | import("../../utils/props").RequestParams | {
780
780
  [key: string]: any;
781
781
  }[] | {
782
782
  name: string;
@@ -916,9 +916,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
916
916
  default?: undefined;
917
917
  } | {
918
918
  type: any;
919
- default: string | number | boolean | import("../../_utils/props").Events | {
919
+ default: string | number | boolean | import("../../utils/props").Events | {
920
920
  [key: string]: any;
921
- } | import("../../_utils/props").RequestParams | {
921
+ } | import("../../utils/props").RequestParams | {
922
922
  [key: string]: any;
923
923
  }[] | {
924
924
  name: string;
@@ -930,9 +930,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
930
930
  default?: undefined;
931
931
  } | {
932
932
  type: any;
933
- default: string | number | boolean | import("../../_utils/props").Events | {
933
+ default: string | number | boolean | import("../../utils/props").Events | {
934
934
  [key: string]: any;
935
- } | import("../../_utils/props").RequestParams | {
935
+ } | import("../../utils/props").RequestParams | {
936
936
  [key: string]: any;
937
937
  }[] | {
938
938
  name: string;
@@ -944,9 +944,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
944
944
  default?: undefined;
945
945
  } | {
946
946
  type: any;
947
- default: string | number | boolean | import("../../_utils/props").Events | {
947
+ default: string | number | boolean | import("../../utils/props").Events | {
948
948
  [key: string]: any;
949
- } | import("../../_utils/props").RequestParams | {
949
+ } | import("../../utils/props").RequestParams | {
950
950
  [key: string]: any;
951
951
  }[] | {
952
952
  name: string;
@@ -958,9 +958,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
958
958
  default?: undefined;
959
959
  } | {
960
960
  type: any;
961
- default: string | number | boolean | import("../../_utils/props").Events | {
961
+ default: string | number | boolean | import("../../utils/props").Events | {
962
962
  [key: string]: any;
963
- } | import("../../_utils/props").RequestParams | {
963
+ } | import("../../utils/props").RequestParams | {
964
964
  [key: string]: any;
965
965
  }[] | {
966
966
  name: string;
@@ -972,9 +972,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
972
972
  default?: undefined;
973
973
  } | {
974
974
  type: any;
975
- default: string | number | boolean | import("../../_utils/props").Events | {
975
+ default: string | number | boolean | import("../../utils/props").Events | {
976
976
  [key: string]: any;
977
- } | import("../../_utils/props").RequestParams | {
977
+ } | import("../../utils/props").RequestParams | {
978
978
  [key: string]: any;
979
979
  }[] | {
980
980
  name: string;
@@ -986,9 +986,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
986
986
  default?: undefined;
987
987
  } | {
988
988
  type: any;
989
- default: string | number | boolean | import("../../_utils/props").Events | {
989
+ default: string | number | boolean | import("../../utils/props").Events | {
990
990
  [key: string]: any;
991
- } | import("../../_utils/props").RequestParams | {
991
+ } | import("../../utils/props").RequestParams | {
992
992
  [key: string]: any;
993
993
  }[] | {
994
994
  name: string;
@@ -1000,9 +1000,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1000
1000
  default?: undefined;
1001
1001
  } | {
1002
1002
  type: any;
1003
- default: string | number | boolean | import("../../_utils/props").Events | {
1003
+ default: string | number | boolean | import("../../utils/props").Events | {
1004
1004
  [key: string]: any;
1005
- } | import("../../_utils/props").RequestParams | {
1005
+ } | import("../../utils/props").RequestParams | {
1006
1006
  [key: string]: any;
1007
1007
  }[] | {
1008
1008
  name: string;
@@ -1014,9 +1014,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1014
1014
  default?: undefined;
1015
1015
  } | {
1016
1016
  type: any;
1017
- default: string | number | boolean | import("../../_utils/props").Events | {
1017
+ default: string | number | boolean | import("../../utils/props").Events | {
1018
1018
  [key: string]: any;
1019
- } | import("../../_utils/props").RequestParams | {
1019
+ } | import("../../utils/props").RequestParams | {
1020
1020
  [key: string]: any;
1021
1021
  }[] | {
1022
1022
  name: string;
@@ -1028,9 +1028,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1028
1028
  default?: undefined;
1029
1029
  } | {
1030
1030
  type: any;
1031
- default: string | number | boolean | import("../../_utils/props").Events | {
1031
+ default: string | number | boolean | import("../../utils/props").Events | {
1032
1032
  [key: string]: any;
1033
- } | import("../../_utils/props").RequestParams | {
1033
+ } | import("../../utils/props").RequestParams | {
1034
1034
  [key: string]: any;
1035
1035
  }[] | {
1036
1036
  name: string;
@@ -1042,9 +1042,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1042
1042
  default?: undefined;
1043
1043
  } | {
1044
1044
  type: any;
1045
- default: string | number | boolean | import("../../_utils/props").Events | {
1045
+ default: string | number | boolean | import("../../utils/props").Events | {
1046
1046
  [key: string]: any;
1047
- } | import("../../_utils/props").RequestParams | {
1047
+ } | import("../../utils/props").RequestParams | {
1048
1048
  [key: string]: any;
1049
1049
  }[] | {
1050
1050
  name: string;
@@ -1056,9 +1056,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1056
1056
  default?: undefined;
1057
1057
  } | {
1058
1058
  type: any;
1059
- default: string | number | boolean | import("../../_utils/props").Events | {
1059
+ default: string | number | boolean | import("../../utils/props").Events | {
1060
1060
  [key: string]: any;
1061
- } | import("../../_utils/props").RequestParams | {
1061
+ } | import("../../utils/props").RequestParams | {
1062
1062
  [key: string]: any;
1063
1063
  }[] | {
1064
1064
  name: string;
@@ -1070,9 +1070,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1070
1070
  default?: undefined;
1071
1071
  } | {
1072
1072
  type: any;
1073
- default: string | number | boolean | import("../../_utils/props").Events | {
1073
+ default: string | number | boolean | import("../../utils/props").Events | {
1074
1074
  [key: string]: any;
1075
- } | import("../../_utils/props").RequestParams | {
1075
+ } | import("../../utils/props").RequestParams | {
1076
1076
  [key: string]: any;
1077
1077
  }[] | {
1078
1078
  name: string;
@@ -1084,9 +1084,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1084
1084
  default?: undefined;
1085
1085
  } | {
1086
1086
  type: any;
1087
- default: string | number | boolean | import("../../_utils/props").Events | {
1087
+ default: string | number | boolean | import("../../utils/props").Events | {
1088
1088
  [key: string]: any;
1089
- } | import("../../_utils/props").RequestParams | {
1089
+ } | import("../../utils/props").RequestParams | {
1090
1090
  [key: string]: any;
1091
1091
  }[] | {
1092
1092
  name: string;
@@ -1098,9 +1098,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1098
1098
  default?: undefined;
1099
1099
  } | {
1100
1100
  type: any;
1101
- default: string | number | boolean | import("../../_utils/props").Events | {
1101
+ default: string | number | boolean | import("../../utils/props").Events | {
1102
1102
  [key: string]: any;
1103
- } | import("../../_utils/props").RequestParams | {
1103
+ } | import("../../utils/props").RequestParams | {
1104
1104
  [key: string]: any;
1105
1105
  }[] | {
1106
1106
  name: string;
@@ -1112,9 +1112,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1112
1112
  default?: undefined;
1113
1113
  } | {
1114
1114
  type: any;
1115
- default: string | number | boolean | import("../../_utils/props").Events | {
1115
+ default: string | number | boolean | import("../../utils/props").Events | {
1116
1116
  [key: string]: any;
1117
- } | import("../../_utils/props").RequestParams | {
1117
+ } | import("../../utils/props").RequestParams | {
1118
1118
  [key: string]: any;
1119
1119
  }[] | {
1120
1120
  name: string;
@@ -1126,9 +1126,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1126
1126
  default?: undefined;
1127
1127
  } | {
1128
1128
  type: any;
1129
- default: string | number | boolean | import("../../_utils/props").Events | {
1129
+ default: string | number | boolean | import("../../utils/props").Events | {
1130
1130
  [key: string]: any;
1131
- } | import("../../_utils/props").RequestParams | {
1131
+ } | import("../../utils/props").RequestParams | {
1132
1132
  [key: string]: any;
1133
1133
  }[] | {
1134
1134
  name: string;
@@ -1140,9 +1140,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1140
1140
  default?: undefined;
1141
1141
  } | {
1142
1142
  type: any;
1143
- default: string | number | boolean | import("../../_utils/props").Events | {
1143
+ default: string | number | boolean | import("../../utils/props").Events | {
1144
1144
  [key: string]: any;
1145
- } | import("../../_utils/props").RequestParams | {
1145
+ } | import("../../utils/props").RequestParams | {
1146
1146
  [key: string]: any;
1147
1147
  }[] | {
1148
1148
  name: string;
@@ -1154,9 +1154,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1154
1154
  default?: undefined;
1155
1155
  } | {
1156
1156
  type: any;
1157
- default: string | number | boolean | import("../../_utils/props").Events | {
1157
+ default: string | number | boolean | import("../../utils/props").Events | {
1158
1158
  [key: string]: any;
1159
- } | import("../../_utils/props").RequestParams | {
1159
+ } | import("../../utils/props").RequestParams | {
1160
1160
  [key: string]: any;
1161
1161
  }[] | {
1162
1162
  name: string;
@@ -1168,9 +1168,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1168
1168
  default?: undefined;
1169
1169
  } | {
1170
1170
  type: any;
1171
- default: string | number | boolean | import("../../_utils/props").Events | {
1171
+ default: string | number | boolean | import("../../utils/props").Events | {
1172
1172
  [key: string]: any;
1173
- } | import("../../_utils/props").RequestParams | {
1173
+ } | import("../../utils/props").RequestParams | {
1174
1174
  [key: string]: any;
1175
1175
  }[] | {
1176
1176
  name: string;
@@ -1182,9 +1182,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1182
1182
  default?: undefined;
1183
1183
  } | {
1184
1184
  type: any;
1185
- default: string | number | boolean | import("../../_utils/props").Events | {
1185
+ default: string | number | boolean | import("../../utils/props").Events | {
1186
1186
  [key: string]: any;
1187
- } | import("../../_utils/props").RequestParams | {
1187
+ } | import("../../utils/props").RequestParams | {
1188
1188
  [key: string]: any;
1189
1189
  }[] | {
1190
1190
  name: string;
@@ -1196,9 +1196,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1196
1196
  default?: undefined;
1197
1197
  } | {
1198
1198
  type: any;
1199
- default: string | number | boolean | import("../../_utils/props").Events | {
1199
+ default: string | number | boolean | import("../../utils/props").Events | {
1200
1200
  [key: string]: any;
1201
- } | import("../../_utils/props").RequestParams | {
1201
+ } | import("../../utils/props").RequestParams | {
1202
1202
  [key: string]: any;
1203
1203
  }[] | {
1204
1204
  name: string;
@@ -1210,9 +1210,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1210
1210
  default?: undefined;
1211
1211
  } | {
1212
1212
  type: any;
1213
- default: string | number | boolean | import("../../_utils/props").Events | {
1213
+ default: string | number | boolean | import("../../utils/props").Events | {
1214
1214
  [key: string]: any;
1215
- } | import("../../_utils/props").RequestParams | {
1215
+ } | import("../../utils/props").RequestParams | {
1216
1216
  [key: string]: any;
1217
1217
  }[] | {
1218
1218
  name: string;
@@ -1224,9 +1224,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1224
1224
  default?: undefined;
1225
1225
  } | {
1226
1226
  type: any;
1227
- default: string | number | boolean | import("../../_utils/props").Events | {
1227
+ default: string | number | boolean | import("../../utils/props").Events | {
1228
1228
  [key: string]: any;
1229
- } | import("../../_utils/props").RequestParams | {
1229
+ } | import("../../utils/props").RequestParams | {
1230
1230
  [key: string]: any;
1231
1231
  }[] | {
1232
1232
  name: string;
@@ -1238,9 +1238,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1238
1238
  default?: undefined;
1239
1239
  } | {
1240
1240
  type: any;
1241
- default: string | number | boolean | import("../../_utils/props").Events | {
1241
+ default: string | number | boolean | import("../../utils/props").Events | {
1242
1242
  [key: string]: any;
1243
- } | import("../../_utils/props").RequestParams | {
1243
+ } | import("../../utils/props").RequestParams | {
1244
1244
  [key: string]: any;
1245
1245
  }[] | {
1246
1246
  name: string;
@@ -1252,9 +1252,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1252
1252
  default?: undefined;
1253
1253
  } | {
1254
1254
  type: any;
1255
- default: string | number | boolean | import("../../_utils/props").Events | {
1255
+ default: string | number | boolean | import("../../utils/props").Events | {
1256
1256
  [key: string]: any;
1257
- } | import("../../_utils/props").RequestParams | {
1257
+ } | import("../../utils/props").RequestParams | {
1258
1258
  [key: string]: any;
1259
1259
  }[] | {
1260
1260
  name: string;
@@ -1266,9 +1266,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1266
1266
  default?: undefined;
1267
1267
  } | {
1268
1268
  type: any;
1269
- default: string | number | boolean | import("../../_utils/props").Events | {
1269
+ default: string | number | boolean | import("../../utils/props").Events | {
1270
1270
  [key: string]: any;
1271
- } | import("../../_utils/props").RequestParams | {
1271
+ } | import("../../utils/props").RequestParams | {
1272
1272
  [key: string]: any;
1273
1273
  }[] | {
1274
1274
  name: string;
@@ -1280,9 +1280,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1280
1280
  default?: undefined;
1281
1281
  } | {
1282
1282
  type: any;
1283
- default: string | number | boolean | import("../../_utils/props").Events | {
1283
+ default: string | number | boolean | import("../../utils/props").Events | {
1284
1284
  [key: string]: any;
1285
- } | import("../../_utils/props").RequestParams | {
1285
+ } | import("../../utils/props").RequestParams | {
1286
1286
  [key: string]: any;
1287
1287
  }[] | {
1288
1288
  name: string;
@@ -1294,9 +1294,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1294
1294
  default?: undefined;
1295
1295
  } | {
1296
1296
  type: any;
1297
- default: string | number | boolean | import("../../_utils/props").Events | {
1297
+ default: string | number | boolean | import("../../utils/props").Events | {
1298
1298
  [key: string]: any;
1299
- } | import("../../_utils/props").RequestParams | {
1299
+ } | import("../../utils/props").RequestParams | {
1300
1300
  [key: string]: any;
1301
1301
  }[] | {
1302
1302
  name: string;
@@ -1308,9 +1308,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1308
1308
  default?: undefined;
1309
1309
  } | {
1310
1310
  type: any;
1311
- default: string | number | boolean | import("../../_utils/props").Events | {
1311
+ default: string | number | boolean | import("../../utils/props").Events | {
1312
1312
  [key: string]: any;
1313
- } | import("../../_utils/props").RequestParams | {
1313
+ } | import("../../utils/props").RequestParams | {
1314
1314
  [key: string]: any;
1315
1315
  }[] | {
1316
1316
  name: string;
@@ -1322,9 +1322,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1322
1322
  default?: undefined;
1323
1323
  } | {
1324
1324
  type: any;
1325
- default: string | number | boolean | import("../../_utils/props").Events | {
1325
+ default: string | number | boolean | import("../../utils/props").Events | {
1326
1326
  [key: string]: any;
1327
- } | import("../../_utils/props").RequestParams | {
1327
+ } | import("../../utils/props").RequestParams | {
1328
1328
  [key: string]: any;
1329
1329
  }[] | {
1330
1330
  name: string;
@@ -1336,9 +1336,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1336
1336
  default?: undefined;
1337
1337
  } | {
1338
1338
  type: any;
1339
- default: string | number | boolean | import("../../_utils/props").Events | {
1339
+ default: string | number | boolean | import("../../utils/props").Events | {
1340
1340
  [key: string]: any;
1341
- } | import("../../_utils/props").RequestParams | {
1341
+ } | import("../../utils/props").RequestParams | {
1342
1342
  [key: string]: any;
1343
1343
  }[] | {
1344
1344
  name: string;
@@ -1350,9 +1350,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1350
1350
  default?: undefined;
1351
1351
  } | {
1352
1352
  type: any;
1353
- default: string | number | boolean | import("../../_utils/props").Events | {
1353
+ default: string | number | boolean | import("../../utils/props").Events | {
1354
1354
  [key: string]: any;
1355
- } | import("../../_utils/props").RequestParams | {
1355
+ } | import("../../utils/props").RequestParams | {
1356
1356
  [key: string]: any;
1357
1357
  }[] | {
1358
1358
  name: string;
@@ -1364,9 +1364,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1364
1364
  default?: undefined;
1365
1365
  } | {
1366
1366
  type: any;
1367
- default: string | number | boolean | import("../../_utils/props").Events | {
1367
+ default: string | number | boolean | import("../../utils/props").Events | {
1368
1368
  [key: string]: any;
1369
- } | import("../../_utils/props").RequestParams | {
1369
+ } | import("../../utils/props").RequestParams | {
1370
1370
  [key: string]: any;
1371
1371
  }[] | {
1372
1372
  name: string;
@@ -1378,9 +1378,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1378
1378
  default?: undefined;
1379
1379
  } | {
1380
1380
  type: any;
1381
- default: string | number | boolean | import("../../_utils/props").Events | {
1381
+ default: string | number | boolean | import("../../utils/props").Events | {
1382
1382
  [key: string]: any;
1383
- } | import("../../_utils/props").RequestParams | {
1383
+ } | import("../../utils/props").RequestParams | {
1384
1384
  [key: string]: any;
1385
1385
  }[] | {
1386
1386
  name: string;
@@ -1392,9 +1392,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1392
1392
  default?: undefined;
1393
1393
  } | {
1394
1394
  type: any;
1395
- default: string | number | boolean | import("../../_utils/props").Events | {
1395
+ default: string | number | boolean | import("../../utils/props").Events | {
1396
1396
  [key: string]: any;
1397
- } | import("../../_utils/props").RequestParams | {
1397
+ } | import("../../utils/props").RequestParams | {
1398
1398
  [key: string]: any;
1399
1399
  }[] | {
1400
1400
  name: string;
@@ -1406,9 +1406,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1406
1406
  default?: undefined;
1407
1407
  } | {
1408
1408
  type: any;
1409
- default: string | number | boolean | import("../../_utils/props").Events | {
1409
+ default: string | number | boolean | import("../../utils/props").Events | {
1410
1410
  [key: string]: any;
1411
- } | import("../../_utils/props").RequestParams | {
1411
+ } | import("../../utils/props").RequestParams | {
1412
1412
  [key: string]: any;
1413
1413
  }[] | {
1414
1414
  name: string;
@@ -1420,9 +1420,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1420
1420
  default?: undefined;
1421
1421
  } | {
1422
1422
  type: any;
1423
- default: string | number | boolean | import("../../_utils/props").Events | {
1423
+ default: string | number | boolean | import("../../utils/props").Events | {
1424
1424
  [key: string]: any;
1425
- } | import("../../_utils/props").RequestParams | {
1425
+ } | import("../../utils/props").RequestParams | {
1426
1426
  [key: string]: any;
1427
1427
  }[] | {
1428
1428
  name: string;
@@ -1434,9 +1434,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1434
1434
  default?: undefined;
1435
1435
  } | {
1436
1436
  type: any;
1437
- default: string | number | boolean | import("../../_utils/props").Events | {
1437
+ default: string | number | boolean | import("../../utils/props").Events | {
1438
1438
  [key: string]: any;
1439
- } | import("../../_utils/props").RequestParams | {
1439
+ } | import("../../utils/props").RequestParams | {
1440
1440
  [key: string]: any;
1441
1441
  }[] | {
1442
1442
  name: string;
@@ -1448,9 +1448,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1448
1448
  default?: undefined;
1449
1449
  } | {
1450
1450
  type: any;
1451
- default: string | number | boolean | import("../../_utils/props").Events | {
1451
+ default: string | number | boolean | import("../../utils/props").Events | {
1452
1452
  [key: string]: any;
1453
- } | import("../../_utils/props").RequestParams | {
1453
+ } | import("../../utils/props").RequestParams | {
1454
1454
  [key: string]: any;
1455
1455
  }[] | {
1456
1456
  name: string;
@@ -1462,9 +1462,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1462
1462
  default?: undefined;
1463
1463
  } | {
1464
1464
  type: any;
1465
- default: string | number | boolean | import("../../_utils/props").Events | {
1465
+ default: string | number | boolean | import("../../utils/props").Events | {
1466
1466
  [key: string]: any;
1467
- } | import("../../_utils/props").RequestParams | {
1467
+ } | import("../../utils/props").RequestParams | {
1468
1468
  [key: string]: any;
1469
1469
  }[] | {
1470
1470
  name: string;
@@ -1476,9 +1476,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1476
1476
  default?: undefined;
1477
1477
  } | {
1478
1478
  type: any;
1479
- default: string | number | boolean | import("../../_utils/props").Events | {
1479
+ default: string | number | boolean | import("../../utils/props").Events | {
1480
1480
  [key: string]: any;
1481
- } | import("../../_utils/props").RequestParams | {
1481
+ } | import("../../utils/props").RequestParams | {
1482
1482
  [key: string]: any;
1483
1483
  }[] | {
1484
1484
  name: string;
@@ -1490,9 +1490,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1490
1490
  default?: undefined;
1491
1491
  } | {
1492
1492
  type: any;
1493
- default: string | number | boolean | import("../../_utils/props").Events | {
1493
+ default: string | number | boolean | import("../../utils/props").Events | {
1494
1494
  [key: string]: any;
1495
- } | import("../../_utils/props").RequestParams | {
1495
+ } | import("../../utils/props").RequestParams | {
1496
1496
  [key: string]: any;
1497
1497
  }[] | {
1498
1498
  name: string;
@@ -1504,9 +1504,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1504
1504
  default?: undefined;
1505
1505
  } | {
1506
1506
  type: any;
1507
- default: string | number | boolean | import("../../_utils/props").Events | {
1507
+ default: string | number | boolean | import("../../utils/props").Events | {
1508
1508
  [key: string]: any;
1509
- } | import("../../_utils/props").RequestParams | {
1509
+ } | import("../../utils/props").RequestParams | {
1510
1510
  [key: string]: any;
1511
1511
  }[] | {
1512
1512
  name: string;
@@ -1518,9 +1518,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1518
1518
  default?: undefined;
1519
1519
  } | {
1520
1520
  type: any;
1521
- default: string | number | boolean | import("../../_utils/props").Events | {
1521
+ default: string | number | boolean | import("../../utils/props").Events | {
1522
1522
  [key: string]: any;
1523
- } | import("../../_utils/props").RequestParams | {
1523
+ } | import("../../utils/props").RequestParams | {
1524
1524
  [key: string]: any;
1525
1525
  }[] | {
1526
1526
  name: string;
@@ -1532,9 +1532,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1532
1532
  default?: undefined;
1533
1533
  } | {
1534
1534
  type: any;
1535
- default: string | number | boolean | import("../../_utils/props").Events | {
1535
+ default: string | number | boolean | import("../../utils/props").Events | {
1536
1536
  [key: string]: any;
1537
- } | import("../../_utils/props").RequestParams | {
1537
+ } | import("../../utils/props").RequestParams | {
1538
1538
  [key: string]: any;
1539
1539
  }[] | {
1540
1540
  name: string;
@@ -1546,9 +1546,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1546
1546
  default?: undefined;
1547
1547
  } | {
1548
1548
  type: any;
1549
- default: string | number | boolean | import("../../_utils/props").Events | {
1549
+ default: string | number | boolean | import("../../utils/props").Events | {
1550
1550
  [key: string]: any;
1551
- } | import("../../_utils/props").RequestParams | {
1551
+ } | import("../../utils/props").RequestParams | {
1552
1552
  [key: string]: any;
1553
1553
  }[] | {
1554
1554
  name: string;
@@ -1560,9 +1560,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1560
1560
  default?: undefined;
1561
1561
  } | {
1562
1562
  type: any;
1563
- default: string | number | boolean | import("../../_utils/props").Events | {
1563
+ default: string | number | boolean | import("../../utils/props").Events | {
1564
1564
  [key: string]: any;
1565
- } | import("../../_utils/props").RequestParams | {
1565
+ } | import("../../utils/props").RequestParams | {
1566
1566
  [key: string]: any;
1567
1567
  }[] | {
1568
1568
  name: string;
@@ -1574,9 +1574,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1574
1574
  default?: undefined;
1575
1575
  } | {
1576
1576
  type: any;
1577
- default: string | number | boolean | import("../../_utils/props").Events | {
1577
+ default: string | number | boolean | import("../../utils/props").Events | {
1578
1578
  [key: string]: any;
1579
- } | import("../../_utils/props").RequestParams | {
1579
+ } | import("../../utils/props").RequestParams | {
1580
1580
  [key: string]: any;
1581
1581
  }[] | {
1582
1582
  name: string;
@@ -1588,9 +1588,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1588
1588
  default?: undefined;
1589
1589
  } | {
1590
1590
  type: any;
1591
- default: string | number | boolean | import("../../_utils/props").Events | {
1591
+ default: string | number | boolean | import("../../utils/props").Events | {
1592
1592
  [key: string]: any;
1593
- } | import("../../_utils/props").RequestParams | {
1593
+ } | import("../../utils/props").RequestParams | {
1594
1594
  [key: string]: any;
1595
1595
  }[] | {
1596
1596
  name: string;
@@ -1602,9 +1602,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1602
1602
  default?: undefined;
1603
1603
  } | {
1604
1604
  type: any;
1605
- default: string | number | boolean | import("../../_utils/props").Events | {
1605
+ default: string | number | boolean | import("../../utils/props").Events | {
1606
1606
  [key: string]: any;
1607
- } | import("../../_utils/props").RequestParams | {
1607
+ } | import("../../utils/props").RequestParams | {
1608
1608
  [key: string]: any;
1609
1609
  }[] | {
1610
1610
  name: string;
@@ -1616,9 +1616,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1616
1616
  default?: undefined;
1617
1617
  } | {
1618
1618
  type: any;
1619
- default: string | number | boolean | import("../../_utils/props").Events | {
1619
+ default: string | number | boolean | import("../../utils/props").Events | {
1620
1620
  [key: string]: any;
1621
- } | import("../../_utils/props").RequestParams | {
1621
+ } | import("../../utils/props").RequestParams | {
1622
1622
  [key: string]: any;
1623
1623
  }[] | {
1624
1624
  name: string;
@@ -1630,9 +1630,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1630
1630
  default?: undefined;
1631
1631
  } | {
1632
1632
  type: any;
1633
- default: string | number | boolean | import("../../_utils/props").Events | {
1633
+ default: string | number | boolean | import("../../utils/props").Events | {
1634
1634
  [key: string]: any;
1635
- } | import("../../_utils/props").RequestParams | {
1635
+ } | import("../../utils/props").RequestParams | {
1636
1636
  [key: string]: any;
1637
1637
  }[] | {
1638
1638
  name: string;
@@ -1644,9 +1644,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1644
1644
  default?: undefined;
1645
1645
  } | {
1646
1646
  type: any;
1647
- default: string | number | boolean | import("../../_utils/props").Events | {
1647
+ default: string | number | boolean | import("../../utils/props").Events | {
1648
1648
  [key: string]: any;
1649
- } | import("../../_utils/props").RequestParams | {
1649
+ } | import("../../utils/props").RequestParams | {
1650
1650
  [key: string]: any;
1651
1651
  }[] | {
1652
1652
  name: string;
@@ -1658,9 +1658,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1658
1658
  default?: undefined;
1659
1659
  } | {
1660
1660
  type: any;
1661
- default: string | number | boolean | import("../../_utils/props").Events | {
1661
+ default: string | number | boolean | import("../../utils/props").Events | {
1662
1662
  [key: string]: any;
1663
- } | import("../../_utils/props").RequestParams | {
1663
+ } | import("../../utils/props").RequestParams | {
1664
1664
  [key: string]: any;
1665
1665
  }[] | {
1666
1666
  name: string;
@@ -1672,9 +1672,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1672
1672
  default?: undefined;
1673
1673
  } | {
1674
1674
  type: any;
1675
- default: string | number | boolean | import("../../_utils/props").Events | {
1675
+ default: string | number | boolean | import("../../utils/props").Events | {
1676
1676
  [key: string]: any;
1677
- } | import("../../_utils/props").RequestParams | {
1677
+ } | import("../../utils/props").RequestParams | {
1678
1678
  [key: string]: any;
1679
1679
  }[] | {
1680
1680
  name: string;
@@ -1686,9 +1686,9 @@ export declare const EcanMap: import("../../_utils/withInstall").SFCWithInstall<
1686
1686
  default?: undefined;
1687
1687
  } | {
1688
1688
  type: any;
1689
- default: string | number | boolean | import("../../_utils/props").Events | {
1689
+ default: string | number | boolean | import("../../utils/props").Events | {
1690
1690
  [key: string]: any;
1691
- } | import("../../_utils/props").RequestParams | {
1691
+ } | import("../../utils/props").RequestParams | {
1692
1692
  [key: string]: any;
1693
1693
  }[] | {
1694
1694
  name: string;