@geelato/web-vue 2.57.0

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 (4208) hide show
  1. package/README.md +119 -0
  2. package/README.zh-CN.md +116 -0
  3. package/dist/arco-vue-icon.js +23365 -0
  4. package/dist/arco-vue-icon.js.map +1 -0
  5. package/dist/arco-vue-icon.min.js +4617 -0
  6. package/dist/arco-vue-icon.min.js.map +1 -0
  7. package/dist/arco-vue.js +50717 -0
  8. package/dist/arco-vue.js.map +1 -0
  9. package/dist/arco-vue.min.js +11977 -0
  10. package/dist/arco-vue.min.js.map +1 -0
  11. package/dist/arco.css +17718 -0
  12. package/dist/arco.less +2 -0
  13. package/dist/arco.min.css +1 -0
  14. package/es/_components/auto-tooltip/auto-tooltip.d.ts +10 -0
  15. package/es/_components/auto-tooltip/auto-tooltip.js +86 -0
  16. package/es/_components/auto-tooltip/style/css.js +4 -0
  17. package/es/_components/auto-tooltip/style/index.css +23 -0
  18. package/es/_components/auto-tooltip/style/index.d.ts +2 -0
  19. package/es/_components/auto-tooltip/style/index.js +4 -0
  20. package/es/_components/auto-tooltip/style/index.less +10 -0
  21. package/es/_components/client-only.d.ts +4 -0
  22. package/es/_components/client-only.js +18 -0
  23. package/es/_components/feedback-icon.d.ts +17 -0
  24. package/es/_components/feedback-icon.js +44 -0
  25. package/es/_components/icon-hover.d.ts +32 -0
  26. package/es/_components/icon-hover.js +41 -0
  27. package/es/_components/input-label/input-label.d.ts +55 -0
  28. package/es/_components/input-label/input-label.js +156 -0
  29. package/es/_components/input-label/style/css.js +3 -0
  30. package/es/_components/input-label/style/index.css +228 -0
  31. package/es/_components/input-label/style/index.d.ts +2 -0
  32. package/es/_components/input-label/style/index.js +3 -0
  33. package/es/_components/input-label/style/index.less +7 -0
  34. package/es/_components/input-label/style/input-label.less +70 -0
  35. package/es/_components/input-label/style/token.less +0 -0
  36. package/es/_components/picker/input-range.d.ts +167 -0
  37. package/es/_components/picker/input-range.js +256 -0
  38. package/es/_components/picker/input.d.ts +143 -0
  39. package/es/_components/picker/input.js +166 -0
  40. package/es/_components/picker/style/index.css +186 -0
  41. package/es/_components/picker/style/index.less +191 -0
  42. package/es/_components/picker/style/token.less +58 -0
  43. package/es/_components/render-function.d.ts +14 -0
  44. package/es/_components/render-function.js +14 -0
  45. package/es/_components/resize-observer-v2.d.ts +12 -0
  46. package/es/_components/resize-observer-v2.js +48 -0
  47. package/es/_components/resize-observer.d.ts +6 -0
  48. package/es/_components/resize-observer.js +58 -0
  49. package/es/_components/resize-trigger.d.ts +39 -0
  50. package/es/_components/resize-trigger.js +36 -0
  51. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +45 -0
  52. package/es/_components/select-view/interface.d.ts +6 -0
  53. package/es/_components/select-view/select-view.d.ts +147 -0
  54. package/es/_components/select-view/select-view.js +235 -0
  55. package/es/_components/select-view/style/css.js +6 -0
  56. package/es/_components/select-view/style/index.css +1032 -0
  57. package/es/_components/select-view/style/index.d.ts +3 -0
  58. package/es/_components/select-view/style/index.js +6 -0
  59. package/es/_components/select-view/style/index.less +58 -0
  60. package/es/_components/select-view/style/token.less +4 -0
  61. package/es/_components/transition/expand-transition.d.ts +9 -0
  62. package/es/_components/transition/expand-transition.js +44 -0
  63. package/es/_components/virtual-list/filler.d.ts +34 -0
  64. package/es/_components/virtual-list/hooks/use-item-height.d.ts +15 -0
  65. package/es/_components/virtual-list/hooks/use-range-state.d.ts +16 -0
  66. package/es/_components/virtual-list/hooks/use-render-children.d.ts +11 -0
  67. package/es/_components/virtual-list/hooks/use-scroll-to.d.ts +35 -0
  68. package/es/_components/virtual-list/hooks/use-viewport-height.d.ts +7 -0
  69. package/es/_components/virtual-list/interface.d.ts +33 -0
  70. package/es/_components/virtual-list/utils/algorithm.d.ts +6 -0
  71. package/es/_components/virtual-list/utils/index.d.ts +37 -0
  72. package/es/_components/virtual-list/virtual-list.d.ts +132 -0
  73. package/es/_components/virtual-list-v2/hooks/use-size.d.ts +18 -0
  74. package/es/_components/virtual-list-v2/hooks/use-size.js +121 -0
  75. package/es/_components/virtual-list-v2/index.d.ts +2 -0
  76. package/es/_components/virtual-list-v2/index.js +2 -0
  77. package/es/_components/virtual-list-v2/interface.d.ts +35 -0
  78. package/es/_components/virtual-list-v2/virtual-list-item.d.ts +22 -0
  79. package/es/_components/virtual-list-v2/virtual-list-item.js +43 -0
  80. package/es/_components/virtual-list-v2/virtual-list.d.ts +149 -0
  81. package/es/_components/virtual-list-v2/virtual-list.js +215 -0
  82. package/es/_hooks/use-children-components.d.ts +5 -0
  83. package/es/_hooks/use-children-components.js +21 -0
  84. package/es/_hooks/use-component-ref.d.ts +5 -0
  85. package/es/_hooks/use-component-ref.js +23 -0
  86. package/es/_hooks/use-cursor.d.ts +2 -0
  87. package/es/_hooks/use-cursor.js +43 -0
  88. package/es/_hooks/use-first-element.d.ts +5 -0
  89. package/es/_hooks/use-first-element.js +19 -0
  90. package/es/_hooks/use-form-item.d.ts +16 -0
  91. package/es/_hooks/use-form-item.js +29 -0
  92. package/es/_hooks/use-index.d.ts +9 -0
  93. package/es/_hooks/use-index.js +51 -0
  94. package/es/_hooks/use-input.d.ts +24 -0
  95. package/es/_hooks/use-input.js +108 -0
  96. package/es/_hooks/use-merge-state.d.ts +4 -0
  97. package/es/_hooks/use-merge-state.js +17 -0
  98. package/es/_hooks/use-overflow.d.ts +5 -0
  99. package/es/_hooks/use-overflow.js +41 -0
  100. package/es/_hooks/use-pagination.d.ts +8 -0
  101. package/es/_hooks/use-pick-slots.d.ts +2 -0
  102. package/es/_hooks/use-pick-slots.js +12 -0
  103. package/es/_hooks/use-popup-container.d.ts +6 -0
  104. package/es/_hooks/use-popup-container.js +11 -0
  105. package/es/_hooks/use-popup-manager.d.ts +11 -0
  106. package/es/_hooks/use-popup-manager.js +84 -0
  107. package/es/_hooks/use-popup-overflow-hidden.d.ts +6 -0
  108. package/es/_hooks/use-popup-overflow-hidden.js +40 -0
  109. package/es/_hooks/use-pure-prop.js +13 -0
  110. package/es/_hooks/use-resize-observer.d.ts +8 -0
  111. package/es/_hooks/use-resize-observer.js +28 -0
  112. package/es/_hooks/use-responsive.d.ts +3 -0
  113. package/es/_hooks/use-responsive.js +25 -0
  114. package/es/_hooks/use-scrollbar.d.ts +6 -0
  115. package/es/_hooks/use-scrollbar.js +18 -0
  116. package/es/_hooks/use-size.d.ts +7 -0
  117. package/es/_hooks/use-size.js +15 -0
  118. package/es/_hooks/use-state.d.ts +2 -0
  119. package/es/_hooks/use-state.js +9 -0
  120. package/es/_hooks/use-teleport-container.d.ts +10 -0
  121. package/es/_hooks/use-teleport-container.js +33 -0
  122. package/es/_hooks/use-trigger.d.ts +10 -0
  123. package/es/_hooks/use-trigger.js +32 -0
  124. package/es/_utils/array.d.ts +2 -0
  125. package/es/_utils/array.js +11 -0
  126. package/es/_utils/clipboard.d.ts +1 -0
  127. package/es/_utils/clipboard.js +30 -0
  128. package/es/_utils/color.d.ts +27 -0
  129. package/es/_utils/color.js +175 -0
  130. package/es/_utils/constant.d.ts +17 -0
  131. package/es/_utils/constant.js +32 -0
  132. package/es/_utils/convert-case.d.ts +3 -0
  133. package/es/_utils/convert-case.js +4 -0
  134. package/es/_utils/date.d.ts +35 -0
  135. package/es/_utils/date.js +150 -0
  136. package/es/_utils/debounce.d.ts +1 -0
  137. package/es/_utils/debounce.js +14 -0
  138. package/es/_utils/dom.d.ts +26 -0
  139. package/es/_utils/dom.js +116 -0
  140. package/es/_utils/get-value-by-path.d.ts +5 -0
  141. package/es/_utils/get-value-by-path.js +48 -0
  142. package/es/_utils/global-config.d.ts +5 -0
  143. package/es/_utils/global-config.js +29 -0
  144. package/es/_utils/is-equal.d.ts +3 -0
  145. package/es/_utils/is-equal.js +52 -0
  146. package/es/_utils/is.d.ts +24 -0
  147. package/es/_utils/is.js +47 -0
  148. package/es/_utils/keyboard.d.ts +19 -0
  149. package/es/_utils/keyboard.js +43 -0
  150. package/es/_utils/keycode.d.ts +36 -0
  151. package/es/_utils/keycode.js +17 -0
  152. package/es/_utils/omit.d.ts +2 -0
  153. package/es/_utils/omit.js +10 -0
  154. package/es/_utils/pad.d.ts +2 -0
  155. package/es/_utils/pad.js +9 -0
  156. package/es/_utils/pick-sub-comp-slots.d.ts +2 -0
  157. package/es/_utils/pick-sub-comp-slots.js +17 -0
  158. package/es/_utils/pick.d.ts +1 -0
  159. package/es/_utils/pick.js +11 -0
  160. package/es/_utils/raf.d.ts +3 -0
  161. package/es/_utils/raf.js +4 -0
  162. package/es/_utils/responsive-observe.d.ts +24 -0
  163. package/es/_utils/responsive-observe.js +97 -0
  164. package/es/_utils/style.d.ts +3 -0
  165. package/es/_utils/style.js +18 -0
  166. package/es/_utils/throttle-by-raf.d.ts +4 -0
  167. package/es/_utils/throttle-by-raf.js +19 -0
  168. package/es/_utils/to-array.d.ts +1 -0
  169. package/es/_utils/to-array.js +5 -0
  170. package/es/_utils/types.d.ts +43 -0
  171. package/es/_utils/use-prop-or-slot.d.ts +7 -0
  172. package/es/_utils/use-prop-or-slot.js +5 -0
  173. package/es/_utils/vue-utils.d.ts +73 -0
  174. package/es/_utils/vue-utils.js +188 -0
  175. package/es/_virtual/plugin-vue_export-helper.js +7 -0
  176. package/es/affix/affix.d.ts +57 -0
  177. package/es/affix/affix.js +151 -0
  178. package/es/affix/index.d.ts +132 -0
  179. package/es/affix/index.js +10 -0
  180. package/es/affix/style/css.js +2 -0
  181. package/es/affix/style/index.css +21 -0
  182. package/es/affix/style/index.d.ts +2 -0
  183. package/es/affix/style/index.js +2 -0
  184. package/es/affix/style/index.less +8 -0
  185. package/es/alert/alert.d.ts +103 -0
  186. package/es/alert/alert.js +146 -0
  187. package/es/alert/index.d.ts +215 -0
  188. package/es/alert/index.js +10 -0
  189. package/es/alert/style/css.js +2 -0
  190. package/es/alert/style/index.css +174 -0
  191. package/es/alert/style/index.d.ts +2 -0
  192. package/es/alert/style/index.js +2 -0
  193. package/es/alert/style/index.less +198 -0
  194. package/es/alert/style/token.less +76 -0
  195. package/es/anchor/anchor-link.d.ts +16 -0
  196. package/es/anchor/anchor-link.js +61 -0
  197. package/es/anchor/anchor.d.ts +63 -0
  198. package/es/anchor/anchor.js +215 -0
  199. package/es/anchor/context.d.ts +8 -0
  200. package/es/anchor/context.js +2 -0
  201. package/es/anchor/index.d.ts +152 -0
  202. package/es/anchor/index.js +14 -0
  203. package/es/anchor/style/css.js +2 -0
  204. package/es/anchor/style/index.css +96 -0
  205. package/es/anchor/style/index.d.ts +2 -0
  206. package/es/anchor/style/index.js +2 -0
  207. package/es/anchor/style/index.less +99 -0
  208. package/es/anchor/style/token.less +30 -0
  209. package/es/anchor/utils.d.ts +1 -0
  210. package/es/anchor/utils.js +24 -0
  211. package/es/arco-vue.js +282 -0
  212. package/es/auto-complete/auto-complete.d.ts +112 -0
  213. package/es/auto-complete/auto-complete.js +254 -0
  214. package/es/auto-complete/index.d.ts +216 -0
  215. package/es/auto-complete/index.js +10 -0
  216. package/es/auto-complete/style/css.js +12 -0
  217. package/es/auto-complete/style/index.css +57 -0
  218. package/es/auto-complete/style/index.d.ts +4 -0
  219. package/es/auto-complete/style/index.js +12 -0
  220. package/es/auto-complete/style/index.less +44 -0
  221. package/es/auto-complete/style/token.less +29 -0
  222. package/es/avatar/avatar-group.d.ts +58 -0
  223. package/es/avatar/avatar-group.js +81 -0
  224. package/es/avatar/avatar.d.ts +89 -0
  225. package/es/avatar/avatar.js +249 -0
  226. package/es/avatar/context.d.ts +10 -0
  227. package/es/avatar/context.js +2 -0
  228. package/es/avatar/index.d.ts +251 -0
  229. package/es/avatar/index.js +14 -0
  230. package/es/avatar/interface.d.ts +3 -0
  231. package/es/avatar/style/css.js +2 -0
  232. package/es/avatar/style/index.css +142 -0
  233. package/es/avatar/style/index.d.ts +2 -0
  234. package/es/avatar/style/index.js +2 -0
  235. package/es/avatar/style/index.less +155 -0
  236. package/es/avatar/style/token.less +29 -0
  237. package/es/back-top/back-top.d.ts +45 -0
  238. package/es/back-top/back-top.js +108 -0
  239. package/es/back-top/index.d.ts +96 -0
  240. package/es/back-top/index.js +10 -0
  241. package/es/back-top/style/css.js +2 -0
  242. package/es/back-top/style/index.css +42 -0
  243. package/es/back-top/style/index.d.ts +2 -0
  244. package/es/back-top/style/index.js +2 -0
  245. package/es/back-top/style/index.less +33 -0
  246. package/es/back-top/style/token.less +12 -0
  247. package/es/badge/badge.d.ts +67 -0
  248. package/es/badge/badge.js +146 -0
  249. package/es/badge/index.d.ts +116 -0
  250. package/es/badge/index.js +10 -0
  251. package/es/badge/style/css.js +2 -0
  252. package/es/badge/style/index.css +183 -0
  253. package/es/badge/style/index.d.ts +2 -0
  254. package/es/badge/style/index.js +2 -0
  255. package/es/badge/style/index.less +178 -0
  256. package/es/badge/style/token.less +30 -0
  257. package/es/breadcrumb/breadcrumb-item.d.ts +40 -0
  258. package/es/breadcrumb/breadcrumb-item.js +103 -0
  259. package/es/breadcrumb/breadcrumb.d.ts +34 -0
  260. package/es/breadcrumb/breadcrumb.js +100 -0
  261. package/es/breadcrumb/context.d.ts +9 -0
  262. package/es/breadcrumb/context.js +2 -0
  263. package/es/breadcrumb/index.d.ts +109 -0
  264. package/es/breadcrumb/index.js +14 -0
  265. package/es/breadcrumb/interface.d.ts +8 -0
  266. package/es/breadcrumb/style/css.js +2 -0
  267. package/es/breadcrumb/style/index.css +78 -0
  268. package/es/breadcrumb/style/index.d.ts +2 -0
  269. package/es/breadcrumb/style/index.js +2 -0
  270. package/es/breadcrumb/style/index.less +76 -0
  271. package/es/breadcrumb/style/token.less +24 -0
  272. package/es/button/button-group.d.ts +39 -0
  273. package/es/button/button-group.js +50 -0
  274. package/es/button/button.d.ts +88 -0
  275. package/es/button/button.js +145 -0
  276. package/es/button/constants.d.ts +2 -0
  277. package/es/button/context.d.ts +11 -0
  278. package/es/button/context.js +2 -0
  279. package/es/button/index.d.ts +213 -0
  280. package/es/button/index.js +14 -0
  281. package/es/button/interface.d.ts +14 -0
  282. package/es/button/style/css.js +2 -0
  283. package/es/button/style/index.css +888 -0
  284. package/es/button/style/index.d.ts +2 -0
  285. package/es/button/style/index.js +2 -0
  286. package/es/button/style/index.less +304 -0
  287. package/es/button/style/token.less +459 -0
  288. package/es/calendar/calendar.d.ts +104 -0
  289. package/es/calendar/calendar.js +190 -0
  290. package/es/calendar/header.d.ts +104 -0
  291. package/es/calendar/header.js +142 -0
  292. package/es/calendar/hooks/useCellClassName.d.ts +11 -0
  293. package/es/calendar/hooks/useCellClassName.js +61 -0
  294. package/es/calendar/index.d.ts +193 -0
  295. package/es/calendar/index.js +10 -0
  296. package/es/calendar/month.d.ts +83 -0
  297. package/es/calendar/month.js +192 -0
  298. package/es/calendar/style/css.js +14 -0
  299. package/es/calendar/style/index.css +391 -0
  300. package/es/calendar/style/index.d.ts +5 -0
  301. package/es/calendar/style/index.js +14 -0
  302. package/es/calendar/style/index.less +479 -0
  303. package/es/calendar/style/token.less +62 -0
  304. package/es/calendar/week.d.ts +61 -0
  305. package/es/calendar/week.js +62 -0
  306. package/es/calendar/year.d.ts +69 -0
  307. package/es/calendar/year.js +110 -0
  308. package/es/card/card-grid.d.ts +18 -0
  309. package/es/card/card-grid.js +42 -0
  310. package/es/card/card-meta.d.ts +18 -0
  311. package/es/card/card-meta.js +46 -0
  312. package/es/card/card.d.ts +130 -0
  313. package/es/card/card.js +107 -0
  314. package/es/card/context.js +2 -0
  315. package/es/card/index.d.ts +287 -0
  316. package/es/card/index.js +18 -0
  317. package/es/card/style/css.js +3 -0
  318. package/es/card/style/index.css +201 -0
  319. package/es/card/style/index.d.ts +3 -0
  320. package/es/card/style/index.js +3 -0
  321. package/es/card/style/index.less +219 -0
  322. package/es/card/style/token.less +40 -0
  323. package/es/carousel/carousel-arrow.d.ts +38 -0
  324. package/es/carousel/carousel-arrow.js +72 -0
  325. package/es/carousel/carousel-indicator.d.ts +68 -0
  326. package/es/carousel/carousel-indicator.js +91 -0
  327. package/es/carousel/carousel-item.d.ts +13 -0
  328. package/es/carousel/carousel-item.js +60 -0
  329. package/es/carousel/carousel.d.ts +127 -0
  330. package/es/carousel/carousel.js +237 -0
  331. package/es/carousel/context.d.ts +20 -0
  332. package/es/carousel/context.js +2 -0
  333. package/es/carousel/index.d.ts +245 -0
  334. package/es/carousel/index.js +14 -0
  335. package/es/carousel/interface.d.ts +8 -0
  336. package/es/carousel/style/css.js +2 -0
  337. package/es/carousel/style/index.css +458 -0
  338. package/es/carousel/style/index.d.ts +2 -0
  339. package/es/carousel/style/index.js +2 -0
  340. package/es/carousel/style/index.less +405 -0
  341. package/es/carousel/style/slide.less +175 -0
  342. package/es/carousel/style/token.less +33 -0
  343. package/es/cascader/base-cascader-panel.d.ts +52 -0
  344. package/es/cascader/base-cascader-panel.js +88 -0
  345. package/es/cascader/cascader-column.d.ts +55 -0
  346. package/es/cascader/cascader-column.js +99 -0
  347. package/es/cascader/cascader-option.d.ts +30 -0
  348. package/es/cascader/cascader-option.js +152 -0
  349. package/es/cascader/cascader-panel.d.ts +248 -0
  350. package/es/cascader/cascader-panel.js +302 -0
  351. package/es/cascader/cascader-search-panel.d.ts +29 -0
  352. package/es/cascader/cascader-search-panel.js +67 -0
  353. package/es/cascader/cascader.d.ts +1169 -0
  354. package/es/cascader/cascader.js +673 -0
  355. package/es/cascader/context.d.ts +15 -0
  356. package/es/cascader/context.js +2 -0
  357. package/es/cascader/hooks/use-selected-path.d.ts +16 -0
  358. package/es/cascader/hooks/use-selected-path.js +78 -0
  359. package/es/cascader/index.d.ts +2614 -0
  360. package/es/cascader/index.js +14 -0
  361. package/es/cascader/interface.d.ts +48 -0
  362. package/es/cascader/style/css.js +12 -0
  363. package/es/cascader/style/index.css +326 -0
  364. package/es/cascader/style/index.d.ts +8 -0
  365. package/es/cascader/style/index.js +12 -0
  366. package/es/cascader/style/index.less +234 -0
  367. package/es/cascader/style/token.less +24 -0
  368. package/es/cascader/utils.d.ts +35 -0
  369. package/es/cascader/utils.js +178 -0
  370. package/es/checkbox/checkbox-group.d.ts +61 -0
  371. package/es/checkbox/checkbox-group.js +113 -0
  372. package/es/checkbox/checkbox.d.ts +95 -0
  373. package/es/checkbox/checkbox.js +170 -0
  374. package/es/checkbox/context.d.ts +10 -0
  375. package/es/checkbox/context.js +2 -0
  376. package/es/checkbox/icon-check.d.ts +2 -0
  377. package/es/checkbox/icon-check.js +18 -0
  378. package/es/checkbox/index.d.ts +251 -0
  379. package/es/checkbox/index.js +14 -0
  380. package/es/checkbox/interface.d.ts +7 -0
  381. package/es/checkbox/style/css.js +2 -0
  382. package/es/checkbox/style/index.css +155 -0
  383. package/es/checkbox/style/index.d.ts +2 -0
  384. package/es/checkbox/style/index.js +2 -0
  385. package/es/checkbox/style/index.less +182 -0
  386. package/es/checkbox/style/token.less +37 -0
  387. package/es/collapse/collapse-item.d.ts +67 -0
  388. package/es/collapse/collapse-item.js +145 -0
  389. package/es/collapse/collapse.d.ts +80 -0
  390. package/es/collapse/collapse.js +107 -0
  391. package/es/collapse/context.d.ts +10 -0
  392. package/es/collapse/context.js +2 -0
  393. package/es/collapse/index.d.ts +230 -0
  394. package/es/collapse/index.js +14 -0
  395. package/es/collapse/style/css.js +2 -0
  396. package/es/collapse/style/index.css +154 -0
  397. package/es/collapse/style/index.d.ts +2 -0
  398. package/es/collapse/style/index.js +2 -0
  399. package/es/collapse/style/index.less +180 -0
  400. package/es/collapse/style/token.less +34 -0
  401. package/es/color-picker/color-picker.d.ts +111 -0
  402. package/es/color-picker/color-picker.js +181 -0
  403. package/es/color-picker/colors.d.ts +1 -0
  404. package/es/color-picker/colors.js +25 -0
  405. package/es/color-picker/control-bar.d.ts +28 -0
  406. package/es/color-picker/control-bar.js +64 -0
  407. package/es/color-picker/hooks/use-control-block.d.ts +11 -0
  408. package/es/color-picker/hooks/use-control-block.js +54 -0
  409. package/es/color-picker/index.d.ts +203 -0
  410. package/es/color-picker/index.js +10 -0
  411. package/es/color-picker/input-alpha.d.ts +19 -0
  412. package/es/color-picker/input-alpha.js +32 -0
  413. package/es/color-picker/input-hex.d.ts +33 -0
  414. package/es/color-picker/input-hex.js +86 -0
  415. package/es/color-picker/input-rgb.d.ts +33 -0
  416. package/es/color-picker/input-rgb.js +60 -0
  417. package/es/color-picker/interface.d.ts +15 -0
  418. package/es/color-picker/palette.d.ts +16 -0
  419. package/es/color-picker/palette.js +49 -0
  420. package/es/color-picker/panel.d.ts +47 -0
  421. package/es/color-picker/panel.js +167 -0
  422. package/es/color-picker/style/css.js +14 -0
  423. package/es/color-picker/style/index.css +277 -0
  424. package/es/color-picker/style/index.d.ts +5 -0
  425. package/es/color-picker/style/index.js +14 -0
  426. package/es/color-picker/style/index.less +309 -0
  427. package/es/color-picker/style/token.less +70 -0
  428. package/es/comment/comment.d.ts +47 -0
  429. package/es/comment/comment.js +117 -0
  430. package/es/comment/index.d.ts +104 -0
  431. package/es/comment/index.js +10 -0
  432. package/es/comment/style/css.js +2 -0
  433. package/es/comment/style/index.css +68 -0
  434. package/es/comment/style/index.d.ts +2 -0
  435. package/es/comment/style/index.js +2 -0
  436. package/es/comment/style/index.less +66 -0
  437. package/es/comment/style/token.less +17 -0
  438. package/es/components.d.ts +140 -0
  439. package/es/config-provider/config-provider.d.ts +73 -0
  440. package/es/config-provider/config-provider.js +72 -0
  441. package/es/config-provider/context.d.ts +14 -0
  442. package/es/config-provider/context.js +2 -0
  443. package/es/config-provider/index.d.ts +134 -0
  444. package/es/config-provider/index.js +10 -0
  445. package/es/config-provider/style/css.js +1 -0
  446. package/es/config-provider/style/index.d.ts +1 -0
  447. package/es/config-provider/style/index.js +1 -0
  448. package/es/date-picker/context.d.ts +5 -0
  449. package/es/date-picker/context.js +2 -0
  450. package/es/date-picker/hooks/use-cell-class-name.d.ts +15 -0
  451. package/es/date-picker/hooks/use-cell-class-name.js +50 -0
  452. package/es/date-picker/hooks/use-format.d.ts +15 -0
  453. package/es/date-picker/hooks/use-format.js +57 -0
  454. package/es/date-picker/hooks/use-header-value.d.ts +19 -0
  455. package/es/date-picker/hooks/use-header-value.js +81 -0
  456. package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -0
  457. package/es/date-picker/hooks/use-inject-datepicker-transform.js +7 -0
  458. package/es/date-picker/hooks/use-is-disabled-date.d.ts +11 -0
  459. package/es/date-picker/hooks/use-is-disabled-date.js +37 -0
  460. package/es/date-picker/hooks/use-panel-span.d.ts +9 -0
  461. package/es/date-picker/hooks/use-panel-span.js +15 -0
  462. package/es/date-picker/hooks/use-picker-state.d.ts +12 -0
  463. package/es/date-picker/hooks/use-picker-state.js +29 -0
  464. package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +6 -0
  465. package/es/date-picker/hooks/use-provide-datepicker-transform.js +19 -0
  466. package/es/date-picker/hooks/use-range-header-value.d.ts +21 -0
  467. package/es/date-picker/hooks/use-range-header-value.js +160 -0
  468. package/es/date-picker/hooks/use-range-picker-state.d.ts +12 -0
  469. package/es/date-picker/hooks/use-range-picker-state.js +30 -0
  470. package/es/date-picker/hooks/use-range-time-picker-value.d.ts +13 -0
  471. package/es/date-picker/hooks/use-range-time-picker-value.js +60 -0
  472. package/es/date-picker/hooks/use-time-picker-value.d.ts +9 -0
  473. package/es/date-picker/hooks/use-time-picker-value.js +46 -0
  474. package/es/date-picker/hooks/use-value-format.d.ts +8 -0
  475. package/es/date-picker/hooks/use-value-format.js +18 -0
  476. package/es/date-picker/index.d.ts +4819 -0
  477. package/es/date-picker/index.js +30 -0
  478. package/es/date-picker/interface.d.ts +129 -0
  479. package/es/date-picker/panels/body.d.ts +89 -0
  480. package/es/date-picker/panels/body.js +145 -0
  481. package/es/date-picker/panels/date/index.d.ts +866 -0
  482. package/es/date-picker/panels/date/index.js +314 -0
  483. package/es/date-picker/panels/footer.d.ts +355 -0
  484. package/es/date-picker/panels/footer.js +86 -0
  485. package/es/date-picker/panels/header.d.ts +105 -0
  486. package/es/date-picker/panels/header.js +151 -0
  487. package/es/date-picker/panels/month/index.d.ts +272 -0
  488. package/es/date-picker/panels/month/index.js +137 -0
  489. package/es/date-picker/panels/quarter/index.d.ts +260 -0
  490. package/es/date-picker/panels/quarter/index.js +111 -0
  491. package/es/date-picker/panels/shortcuts.d.ts +246 -0
  492. package/es/date-picker/panels/shortcuts.js +85 -0
  493. package/es/date-picker/panels/week/index.d.ts +883 -0
  494. package/es/date-picker/panels/week/index.js +54 -0
  495. package/es/date-picker/panels/week-list.d.ts +23 -0
  496. package/es/date-picker/panels/week-list.js +47 -0
  497. package/es/date-picker/panels/year/index.d.ts +258 -0
  498. package/es/date-picker/panels/year/index.js +115 -0
  499. package/es/date-picker/picker-panel.d.ts +3332 -0
  500. package/es/date-picker/picker-panel.js +325 -0
  501. package/es/date-picker/picker.d.ts +4389 -0
  502. package/es/date-picker/picker.js +582 -0
  503. package/es/date-picker/pickers/date-picker.d.ts +76 -0
  504. package/es/date-picker/pickers/date-picker.js +48 -0
  505. package/es/date-picker/pickers/month-picker.d.ts +27 -0
  506. package/es/date-picker/pickers/month-picker.js +26 -0
  507. package/es/date-picker/pickers/quarter-picker.d.ts +36 -0
  508. package/es/date-picker/pickers/quarter-picker.js +30 -0
  509. package/es/date-picker/pickers/week-picker.d.ts +46 -0
  510. package/es/date-picker/pickers/week-picker.js +34 -0
  511. package/es/date-picker/pickers/year-picker.d.ts +27 -0
  512. package/es/date-picker/pickers/year-picker.js +26 -0
  513. package/es/date-picker/range-picker-panel.d.ts +3365 -0
  514. package/es/date-picker/range-picker-panel.js +379 -0
  515. package/es/date-picker/range-picker.d.ts +4554 -0
  516. package/es/date-picker/range-picker.js +767 -0
  517. package/es/date-picker/style/css.js +8 -0
  518. package/es/date-picker/style/date.less +128 -0
  519. package/es/date-picker/style/index.css +627 -0
  520. package/es/date-picker/style/index.d.ts +7 -0
  521. package/es/date-picker/style/index.js +8 -0
  522. package/es/date-picker/style/index.less +309 -0
  523. package/es/date-picker/style/month.less +26 -0
  524. package/es/date-picker/style/quarter.less +8 -0
  525. package/es/date-picker/style/range.less +9 -0
  526. package/es/date-picker/style/shortcuts.less +25 -0
  527. package/es/date-picker/style/token.less +76 -0
  528. package/es/date-picker/style/week.less +68 -0
  529. package/es/date-picker/style/year.less +8 -0
  530. package/es/date-picker/utils/index.d.ts +7 -0
  531. package/es/date-picker/utils/index.js +22 -0
  532. package/es/descriptions/descriptions-item.d.ts +18 -0
  533. package/es/descriptions/descriptions-item.js +24 -0
  534. package/es/descriptions/descriptions.d.ts +91 -0
  535. package/es/descriptions/descriptions.js +203 -0
  536. package/es/descriptions/index.d.ts +185 -0
  537. package/es/descriptions/index.js +14 -0
  538. package/es/descriptions/interface.d.ts +15 -0
  539. package/es/descriptions/style/css.js +2 -0
  540. package/es/descriptions/style/index.css +176 -0
  541. package/es/descriptions/style/index.d.ts +2 -0
  542. package/es/descriptions/style/index.js +2 -0
  543. package/es/descriptions/style/index.less +159 -0
  544. package/es/descriptions/style/token.less +45 -0
  545. package/es/divider/divider.d.ts +42 -0
  546. package/es/divider/divider.js +60 -0
  547. package/es/divider/index.d.ts +83 -0
  548. package/es/divider/index.js +10 -0
  549. package/es/divider/style/css.js +2 -0
  550. package/es/divider/style/index.css +60 -0
  551. package/es/divider/style/index.d.ts +2 -0
  552. package/es/divider/style/index.js +2 -0
  553. package/es/divider/style/index.less +56 -0
  554. package/es/divider/style/token.less +15 -0
  555. package/es/drawer/drawer.d.ts +465 -0
  556. package/es/drawer/drawer.js +407 -0
  557. package/es/drawer/index.d.ts +902 -0
  558. package/es/drawer/index.js +106 -0
  559. package/es/drawer/interface.d.ts +40 -0
  560. package/es/drawer/style/css.js +3 -0
  561. package/es/drawer/style/index.css +194 -0
  562. package/es/drawer/style/index.d.ts +3 -0
  563. package/es/drawer/style/index.js +3 -0
  564. package/es/drawer/style/index.less +230 -0
  565. package/es/drawer/style/token.less +16 -0
  566. package/es/dropdown/context.d.ts +6 -0
  567. package/es/dropdown/context.js +2 -0
  568. package/es/dropdown/dropdown-button.d.ts +1388 -0
  569. package/es/dropdown/dropdown-button.js +134 -0
  570. package/es/dropdown/dropdown-group.d.ts +8 -0
  571. package/es/dropdown/dropdown-group.js +29 -0
  572. package/es/dropdown/dropdown-option.d.ts +37 -0
  573. package/es/dropdown/dropdown-option.js +78 -0
  574. package/es/dropdown/dropdown-panel.d.ts +408 -0
  575. package/es/dropdown/dropdown-panel.js +117 -0
  576. package/es/dropdown/dropdown-submenu.d.ts +1077 -0
  577. package/es/dropdown/dropdown-submenu.js +123 -0
  578. package/es/dropdown/dropdown.d.ts +1046 -0
  579. package/es/dropdown/dropdown.js +111 -0
  580. package/es/dropdown/index.d.ts +4603 -0
  581. package/es/dropdown/index.js +26 -0
  582. package/es/dropdown/interface.d.ts +33 -0
  583. package/es/dropdown/style/css.js +4 -0
  584. package/es/dropdown/style/index.css +108 -0
  585. package/es/dropdown/style/index.d.ts +4 -0
  586. package/es/dropdown/style/index.js +4 -0
  587. package/es/dropdown/style/index.less +106 -0
  588. package/es/dropdown/style/token.less +40 -0
  589. package/es/dropdown/utils.d.ts +5 -0
  590. package/es/empty/empty.d.ts +20 -0
  591. package/es/empty/empty.js +46 -0
  592. package/es/empty/index.d.ts +53 -0
  593. package/es/empty/index.js +10 -0
  594. package/es/empty/style/css.js +2 -0
  595. package/es/empty/style/index.css +36 -0
  596. package/es/empty/style/index.d.ts +2 -0
  597. package/es/empty/style/index.js +2 -0
  598. package/es/empty/style/index.less +26 -0
  599. package/es/empty/style/token.less +10 -0
  600. package/es/form/context.d.ts +49 -0
  601. package/es/form/context.js +5 -0
  602. package/es/form/form-item-label.d.ts +1367 -0
  603. package/es/form/form-item-label.js +121 -0
  604. package/es/form/form-item-message.d.ts +19 -0
  605. package/es/form/form-item-message.js +53 -0
  606. package/es/form/form-item.d.ts +1732 -0
  607. package/es/form/form-item.js +474 -0
  608. package/es/form/form.d.ts +152 -0
  609. package/es/form/form.js +301 -0
  610. package/es/form/index.d.ts +2034 -0
  611. package/es/form/index.js +14 -0
  612. package/es/form/interface.d.ts +46 -0
  613. package/es/form/interface.js +7 -0
  614. package/es/form/style/css.js +3 -0
  615. package/es/form/style/index.css +460 -0
  616. package/es/form/style/index.d.ts +3 -0
  617. package/es/form/style/index.js +3 -0
  618. package/es/form/style/index.less +257 -0
  619. package/es/form/style/status.less +152 -0
  620. package/es/form/style/token.less +81 -0
  621. package/es/form/utils.d.ts +9 -0
  622. package/es/form/utils.js +28 -0
  623. package/es/grid/context.d.ts +19 -0
  624. package/es/grid/context.js +8 -0
  625. package/es/grid/grid-col.d.ts +106 -0
  626. package/es/grid/grid-col.js +129 -0
  627. package/es/grid/grid-item.d.ts +49 -0
  628. package/es/grid/grid-item.js +115 -0
  629. package/es/grid/grid-row.d.ts +60 -0
  630. package/es/grid/grid-row.js +90 -0
  631. package/es/grid/grid.d.ts +58 -0
  632. package/es/grid/grid.js +102 -0
  633. package/es/grid/hook/use-responsive-state.d.ts +3 -0
  634. package/es/grid/hook/use-responsive-state.js +46 -0
  635. package/es/grid/hook/use-responsive-value.d.ts +24 -0
  636. package/es/grid/hook/use-responsive-value.js +23 -0
  637. package/es/grid/index.d.ts +333 -0
  638. package/es/grid/index.js +22 -0
  639. package/es/grid/interface.d.ts +56 -0
  640. package/es/grid/style/col.less +95 -0
  641. package/es/grid/style/css.js +2 -0
  642. package/es/grid/style/grid.less +5 -0
  643. package/es/grid/style/index.css +1723 -0
  644. package/es/grid/style/index.d.ts +2 -0
  645. package/es/grid/style/index.js +2 -0
  646. package/es/grid/style/index.less +3 -0
  647. package/es/grid/style/row.less +44 -0
  648. package/es/grid/utils/index.d.ts +11 -0
  649. package/es/grid/utils/index.js +60 -0
  650. package/es/icon/arco-vue-icon.d.ts +6 -0
  651. package/es/icon/arco-vue-icon.js +586 -0
  652. package/es/icon/icon-align-center/icon-align-center.d.ts +58 -0
  653. package/es/icon/icon-align-center/icon-align-center.js +76 -0
  654. package/es/icon/icon-align-center/index.d.ts +121 -0
  655. package/es/icon/icon-align-center/index.js +9 -0
  656. package/es/icon/icon-align-left/icon-align-left.d.ts +58 -0
  657. package/es/icon/icon-align-left/icon-align-left.js +76 -0
  658. package/es/icon/icon-align-left/index.d.ts +121 -0
  659. package/es/icon/icon-align-left/index.js +9 -0
  660. package/es/icon/icon-align-right/icon-align-right.d.ts +58 -0
  661. package/es/icon/icon-align-right/icon-align-right.js +76 -0
  662. package/es/icon/icon-align-right/index.d.ts +121 -0
  663. package/es/icon/icon-align-right/index.js +9 -0
  664. package/es/icon/icon-alipay-circle/icon-alipay-circle.d.ts +58 -0
  665. package/es/icon/icon-alipay-circle/icon-alipay-circle.js +80 -0
  666. package/es/icon/icon-alipay-circle/index.d.ts +121 -0
  667. package/es/icon/icon-alipay-circle/index.js +9 -0
  668. package/es/icon/icon-apps/icon-apps.d.ts +58 -0
  669. package/es/icon/icon-apps/icon-apps.js +76 -0
  670. package/es/icon/icon-apps/index.d.ts +121 -0
  671. package/es/icon/icon-apps/index.js +9 -0
  672. package/es/icon/icon-archive/icon-archive.d.ts +58 -0
  673. package/es/icon/icon-archive/icon-archive.js +83 -0
  674. package/es/icon/icon-archive/index.d.ts +121 -0
  675. package/es/icon/icon-archive/index.js +9 -0
  676. package/es/icon/icon-arrow-down/icon-arrow-down.d.ts +58 -0
  677. package/es/icon/icon-arrow-down/icon-arrow-down.js +76 -0
  678. package/es/icon/icon-arrow-down/index.d.ts +121 -0
  679. package/es/icon/icon-arrow-down/index.js +9 -0
  680. package/es/icon/icon-arrow-fall/icon-arrow-fall.d.ts +58 -0
  681. package/es/icon/icon-arrow-fall/icon-arrow-fall.js +87 -0
  682. package/es/icon/icon-arrow-fall/index.d.ts +121 -0
  683. package/es/icon/icon-arrow-fall/index.js +9 -0
  684. package/es/icon/icon-arrow-left/icon-arrow-left.d.ts +58 -0
  685. package/es/icon/icon-arrow-left/icon-arrow-left.js +76 -0
  686. package/es/icon/icon-arrow-left/index.d.ts +121 -0
  687. package/es/icon/icon-arrow-left/index.js +9 -0
  688. package/es/icon/icon-arrow-right/icon-arrow-right.d.ts +58 -0
  689. package/es/icon/icon-arrow-right/icon-arrow-right.js +76 -0
  690. package/es/icon/icon-arrow-right/index.d.ts +121 -0
  691. package/es/icon/icon-arrow-right/index.js +9 -0
  692. package/es/icon/icon-arrow-rise/icon-arrow-rise.d.ts +58 -0
  693. package/es/icon/icon-arrow-rise/icon-arrow-rise.js +87 -0
  694. package/es/icon/icon-arrow-rise/index.d.ts +121 -0
  695. package/es/icon/icon-arrow-rise/index.js +9 -0
  696. package/es/icon/icon-arrow-up/icon-arrow-up.d.ts +58 -0
  697. package/es/icon/icon-arrow-up/icon-arrow-up.js +76 -0
  698. package/es/icon/icon-arrow-up/index.d.ts +121 -0
  699. package/es/icon/icon-arrow-up/index.js +9 -0
  700. package/es/icon/icon-at/icon-at.d.ts +58 -0
  701. package/es/icon/icon-at/icon-at.js +76 -0
  702. package/es/icon/icon-at/index.d.ts +121 -0
  703. package/es/icon/icon-at/index.js +9 -0
  704. package/es/icon/icon-attachment/icon-attachment.d.ts +58 -0
  705. package/es/icon/icon-attachment/icon-attachment.js +76 -0
  706. package/es/icon/icon-attachment/index.d.ts +121 -0
  707. package/es/icon/icon-attachment/index.js +9 -0
  708. package/es/icon/icon-backward/icon-backward.d.ts +58 -0
  709. package/es/icon/icon-backward/icon-backward.js +76 -0
  710. package/es/icon/icon-backward/index.d.ts +121 -0
  711. package/es/icon/icon-backward/index.js +9 -0
  712. package/es/icon/icon-bar-chart/icon-bar-chart.d.ts +58 -0
  713. package/es/icon/icon-bar-chart/icon-bar-chart.js +76 -0
  714. package/es/icon/icon-bar-chart/index.d.ts +121 -0
  715. package/es/icon/icon-bar-chart/index.js +9 -0
  716. package/es/icon/icon-bg-colors/icon-bg-colors.d.ts +58 -0
  717. package/es/icon/icon-bg-colors/icon-bg-colors.js +88 -0
  718. package/es/icon/icon-bg-colors/index.d.ts +121 -0
  719. package/es/icon/icon-bg-colors/index.js +9 -0
  720. package/es/icon/icon-bold/icon-bold.d.ts +58 -0
  721. package/es/icon/icon-bold/icon-bold.js +76 -0
  722. package/es/icon/icon-bold/index.d.ts +121 -0
  723. package/es/icon/icon-bold/index.js +9 -0
  724. package/es/icon/icon-book/icon-book.d.ts +58 -0
  725. package/es/icon/icon-book/icon-book.js +76 -0
  726. package/es/icon/icon-book/index.d.ts +121 -0
  727. package/es/icon/icon-book/index.js +9 -0
  728. package/es/icon/icon-bookmark/icon-bookmark.d.ts +58 -0
  729. package/es/icon/icon-bookmark/icon-bookmark.js +78 -0
  730. package/es/icon/icon-bookmark/index.d.ts +121 -0
  731. package/es/icon/icon-bookmark/index.js +9 -0
  732. package/es/icon/icon-branch/icon-branch.d.ts +58 -0
  733. package/es/icon/icon-branch/icon-branch.js +76 -0
  734. package/es/icon/icon-branch/index.d.ts +121 -0
  735. package/es/icon/icon-branch/index.js +9 -0
  736. package/es/icon/icon-brush/icon-brush.d.ts +58 -0
  737. package/es/icon/icon-brush/icon-brush.js +76 -0
  738. package/es/icon/icon-brush/index.d.ts +121 -0
  739. package/es/icon/icon-brush/index.js +9 -0
  740. package/es/icon/icon-bug/icon-bug.d.ts +58 -0
  741. package/es/icon/icon-bug/icon-bug.js +76 -0
  742. package/es/icon/icon-bug/index.d.ts +121 -0
  743. package/es/icon/icon-bug/index.js +9 -0
  744. package/es/icon/icon-bulb/icon-bulb.d.ts +58 -0
  745. package/es/icon/icon-bulb/icon-bulb.js +76 -0
  746. package/es/icon/icon-bulb/index.d.ts +121 -0
  747. package/es/icon/icon-bulb/index.js +9 -0
  748. package/es/icon/icon-bytedance-color/icon-bytedance-color.d.ts +58 -0
  749. package/es/icon/icon-bytedance-color/icon-bytedance-color.js +89 -0
  750. package/es/icon/icon-bytedance-color/index.d.ts +121 -0
  751. package/es/icon/icon-bytedance-color/index.js +9 -0
  752. package/es/icon/icon-calendar/icon-calendar.d.ts +58 -0
  753. package/es/icon/icon-calendar/icon-calendar.js +76 -0
  754. package/es/icon/icon-calendar/index.d.ts +121 -0
  755. package/es/icon/icon-calendar/index.js +9 -0
  756. package/es/icon/icon-calendar-clock/icon-calendar-clock.d.ts +58 -0
  757. package/es/icon/icon-calendar-clock/icon-calendar-clock.js +83 -0
  758. package/es/icon/icon-calendar-clock/index.d.ts +121 -0
  759. package/es/icon/icon-calendar-clock/index.js +9 -0
  760. package/es/icon/icon-camera/icon-camera.d.ts +58 -0
  761. package/es/icon/icon-camera/icon-camera.js +76 -0
  762. package/es/icon/icon-camera/index.d.ts +121 -0
  763. package/es/icon/icon-camera/index.js +9 -0
  764. package/es/icon/icon-caret-down/icon-caret-down.d.ts +58 -0
  765. package/es/icon/icon-caret-down/icon-caret-down.js +80 -0
  766. package/es/icon/icon-caret-down/index.d.ts +121 -0
  767. package/es/icon/icon-caret-down/index.js +9 -0
  768. package/es/icon/icon-caret-left/icon-caret-left.d.ts +58 -0
  769. package/es/icon/icon-caret-left/icon-caret-left.js +80 -0
  770. package/es/icon/icon-caret-left/index.d.ts +121 -0
  771. package/es/icon/icon-caret-left/index.js +9 -0
  772. package/es/icon/icon-caret-right/icon-caret-right.d.ts +58 -0
  773. package/es/icon/icon-caret-right/icon-caret-right.js +80 -0
  774. package/es/icon/icon-caret-right/index.d.ts +121 -0
  775. package/es/icon/icon-caret-right/index.js +9 -0
  776. package/es/icon/icon-caret-up/icon-caret-up.d.ts +58 -0
  777. package/es/icon/icon-caret-up/icon-caret-up.js +80 -0
  778. package/es/icon/icon-caret-up/index.d.ts +121 -0
  779. package/es/icon/icon-caret-up/index.js +9 -0
  780. package/es/icon/icon-check/icon-check.d.ts +58 -0
  781. package/es/icon/icon-check/icon-check.js +76 -0
  782. package/es/icon/icon-check/index.d.ts +121 -0
  783. package/es/icon/icon-check/index.js +9 -0
  784. package/es/icon/icon-check-circle/icon-check-circle.d.ts +58 -0
  785. package/es/icon/icon-check-circle/icon-check-circle.js +76 -0
  786. package/es/icon/icon-check-circle/index.d.ts +121 -0
  787. package/es/icon/icon-check-circle/index.js +9 -0
  788. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.d.ts +58 -0
  789. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +82 -0
  790. package/es/icon/icon-check-circle-fill/index.d.ts +121 -0
  791. package/es/icon/icon-check-circle-fill/index.js +9 -0
  792. package/es/icon/icon-check-square/icon-check-square.d.ts +58 -0
  793. package/es/icon/icon-check-square/icon-check-square.js +76 -0
  794. package/es/icon/icon-check-square/index.d.ts +121 -0
  795. package/es/icon/icon-check-square/index.js +9 -0
  796. package/es/icon/icon-chinese-fill/icon-chinese-fill.d.ts +58 -0
  797. package/es/icon/icon-chinese-fill/icon-chinese-fill.js +87 -0
  798. package/es/icon/icon-chinese-fill/index.d.ts +121 -0
  799. package/es/icon/icon-chinese-fill/index.js +9 -0
  800. package/es/icon/icon-clock-circle/icon-clock-circle.d.ts +58 -0
  801. package/es/icon/icon-clock-circle/icon-clock-circle.js +76 -0
  802. package/es/icon/icon-clock-circle/index.d.ts +121 -0
  803. package/es/icon/icon-clock-circle/index.js +9 -0
  804. package/es/icon/icon-close/icon-close.d.ts +58 -0
  805. package/es/icon/icon-close/icon-close.js +76 -0
  806. package/es/icon/icon-close/index.d.ts +121 -0
  807. package/es/icon/icon-close/index.js +9 -0
  808. package/es/icon/icon-close-circle/icon-close-circle.d.ts +58 -0
  809. package/es/icon/icon-close-circle/icon-close-circle.js +76 -0
  810. package/es/icon/icon-close-circle/index.d.ts +121 -0
  811. package/es/icon/icon-close-circle/index.js +9 -0
  812. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.d.ts +58 -0
  813. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +82 -0
  814. package/es/icon/icon-close-circle-fill/index.d.ts +121 -0
  815. package/es/icon/icon-close-circle-fill/index.js +9 -0
  816. package/es/icon/icon-cloud/icon-cloud.d.ts +58 -0
  817. package/es/icon/icon-cloud/icon-cloud.js +76 -0
  818. package/es/icon/icon-cloud/index.d.ts +121 -0
  819. package/es/icon/icon-cloud/index.js +9 -0
  820. package/es/icon/icon-cloud-download/icon-cloud-download.d.ts +58 -0
  821. package/es/icon/icon-cloud-download/icon-cloud-download.js +76 -0
  822. package/es/icon/icon-cloud-download/index.d.ts +121 -0
  823. package/es/icon/icon-cloud-download/index.js +9 -0
  824. package/es/icon/icon-code/icon-code.d.ts +58 -0
  825. package/es/icon/icon-code/icon-code.js +76 -0
  826. package/es/icon/icon-code/index.d.ts +121 -0
  827. package/es/icon/icon-code/index.js +9 -0
  828. package/es/icon/icon-code-block/icon-code-block.d.ts +58 -0
  829. package/es/icon/icon-code-block/icon-code-block.js +76 -0
  830. package/es/icon/icon-code-block/index.d.ts +121 -0
  831. package/es/icon/icon-code-block/index.js +9 -0
  832. package/es/icon/icon-code-sandbox/icon-code-sandbox.d.ts +58 -0
  833. package/es/icon/icon-code-sandbox/icon-code-sandbox.js +80 -0
  834. package/es/icon/icon-code-sandbox/index.d.ts +121 -0
  835. package/es/icon/icon-code-sandbox/index.js +9 -0
  836. package/es/icon/icon-code-square/icon-code-square.d.ts +58 -0
  837. package/es/icon/icon-code-square/icon-code-square.js +76 -0
  838. package/es/icon/icon-code-square/index.d.ts +121 -0
  839. package/es/icon/icon-code-square/index.js +9 -0
  840. package/es/icon/icon-codepen/icon-codepen.d.ts +58 -0
  841. package/es/icon/icon-codepen/icon-codepen.js +80 -0
  842. package/es/icon/icon-codepen/index.d.ts +121 -0
  843. package/es/icon/icon-codepen/index.js +9 -0
  844. package/es/icon/icon-command/icon-command.d.ts +58 -0
  845. package/es/icon/icon-command/icon-command.js +76 -0
  846. package/es/icon/icon-command/index.d.ts +121 -0
  847. package/es/icon/icon-command/index.js +9 -0
  848. package/es/icon/icon-common/icon-common.d.ts +58 -0
  849. package/es/icon/icon-common/icon-common.js +76 -0
  850. package/es/icon/icon-common/index.d.ts +121 -0
  851. package/es/icon/icon-common/index.js +9 -0
  852. package/es/icon/icon-compass/icon-compass.d.ts +58 -0
  853. package/es/icon/icon-compass/icon-compass.js +77 -0
  854. package/es/icon/icon-compass/index.d.ts +121 -0
  855. package/es/icon/icon-compass/index.js +9 -0
  856. package/es/icon/icon-components.d.ts +292 -0
  857. package/es/icon/icon-computer/icon-computer.d.ts +58 -0
  858. package/es/icon/icon-computer/icon-computer.js +79 -0
  859. package/es/icon/icon-computer/index.d.ts +121 -0
  860. package/es/icon/icon-computer/index.js +9 -0
  861. package/es/icon/icon-copy/icon-copy.d.ts +58 -0
  862. package/es/icon/icon-copy/icon-copy.js +76 -0
  863. package/es/icon/icon-copy/index.d.ts +121 -0
  864. package/es/icon/icon-copy/index.js +9 -0
  865. package/es/icon/icon-copyright/icon-copyright.d.ts +58 -0
  866. package/es/icon/icon-copyright/icon-copyright.js +76 -0
  867. package/es/icon/icon-copyright/index.d.ts +121 -0
  868. package/es/icon/icon-copyright/index.js +9 -0
  869. package/es/icon/icon-customer-service/icon-customer-service.d.ts +58 -0
  870. package/es/icon/icon-customer-service/icon-customer-service.js +76 -0
  871. package/es/icon/icon-customer-service/index.d.ts +121 -0
  872. package/es/icon/icon-customer-service/index.js +9 -0
  873. package/es/icon/icon-dashboard/icon-dashboard.d.ts +58 -0
  874. package/es/icon/icon-dashboard/icon-dashboard.js +77 -0
  875. package/es/icon/icon-dashboard/index.d.ts +121 -0
  876. package/es/icon/icon-dashboard/index.js +9 -0
  877. package/es/icon/icon-delete/icon-delete.d.ts +58 -0
  878. package/es/icon/icon-delete/icon-delete.js +76 -0
  879. package/es/icon/icon-delete/index.d.ts +121 -0
  880. package/es/icon/icon-delete/index.js +9 -0
  881. package/es/icon/icon-desktop/icon-desktop.d.ts +58 -0
  882. package/es/icon/icon-desktop/icon-desktop.js +76 -0
  883. package/es/icon/icon-desktop/index.d.ts +121 -0
  884. package/es/icon/icon-desktop/index.js +9 -0
  885. package/es/icon/icon-dice/icon-dice.d.ts +58 -0
  886. package/es/icon/icon-dice/icon-dice.js +76 -0
  887. package/es/icon/icon-dice/index.d.ts +121 -0
  888. package/es/icon/icon-dice/index.js +9 -0
  889. package/es/icon/icon-double-down/icon-double-down.d.ts +58 -0
  890. package/es/icon/icon-double-down/icon-double-down.js +76 -0
  891. package/es/icon/icon-double-down/index.d.ts +121 -0
  892. package/es/icon/icon-double-down/index.js +9 -0
  893. package/es/icon/icon-double-left/icon-double-left.d.ts +58 -0
  894. package/es/icon/icon-double-left/icon-double-left.js +76 -0
  895. package/es/icon/icon-double-left/index.d.ts +121 -0
  896. package/es/icon/icon-double-left/index.js +9 -0
  897. package/es/icon/icon-double-right/icon-double-right.d.ts +58 -0
  898. package/es/icon/icon-double-right/icon-double-right.js +76 -0
  899. package/es/icon/icon-double-right/index.d.ts +121 -0
  900. package/es/icon/icon-double-right/index.js +9 -0
  901. package/es/icon/icon-double-up/icon-double-up.d.ts +58 -0
  902. package/es/icon/icon-double-up/icon-double-up.js +76 -0
  903. package/es/icon/icon-double-up/index.d.ts +121 -0
  904. package/es/icon/icon-double-up/index.js +9 -0
  905. package/es/icon/icon-down/icon-down.d.ts +58 -0
  906. package/es/icon/icon-down/icon-down.js +76 -0
  907. package/es/icon/icon-down/index.d.ts +121 -0
  908. package/es/icon/icon-down/index.js +9 -0
  909. package/es/icon/icon-down-circle/icon-down-circle.d.ts +58 -0
  910. package/es/icon/icon-down-circle/icon-down-circle.js +82 -0
  911. package/es/icon/icon-down-circle/index.d.ts +121 -0
  912. package/es/icon/icon-down-circle/index.js +9 -0
  913. package/es/icon/icon-download/icon-download.d.ts +58 -0
  914. package/es/icon/icon-download/icon-download.js +76 -0
  915. package/es/icon/icon-download/index.d.ts +121 -0
  916. package/es/icon/icon-download/index.js +9 -0
  917. package/es/icon/icon-drag-arrow/icon-drag-arrow.d.ts +58 -0
  918. package/es/icon/icon-drag-arrow/icon-drag-arrow.js +76 -0
  919. package/es/icon/icon-drag-arrow/index.d.ts +121 -0
  920. package/es/icon/icon-drag-arrow/index.js +9 -0
  921. package/es/icon/icon-drag-dot/icon-drag-dot.d.ts +58 -0
  922. package/es/icon/icon-drag-dot/icon-drag-dot.js +81 -0
  923. package/es/icon/icon-drag-dot/index.d.ts +121 -0
  924. package/es/icon/icon-drag-dot/index.js +9 -0
  925. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.d.ts +58 -0
  926. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +81 -0
  927. package/es/icon/icon-drag-dot-vertical/index.d.ts +121 -0
  928. package/es/icon/icon-drag-dot-vertical/index.js +9 -0
  929. package/es/icon/icon-drive-file/icon-drive-file.d.ts +58 -0
  930. package/es/icon/icon-drive-file/icon-drive-file.js +76 -0
  931. package/es/icon/icon-drive-file/index.d.ts +121 -0
  932. package/es/icon/icon-drive-file/index.js +9 -0
  933. package/es/icon/icon-ear/icon-ear.d.ts +58 -0
  934. package/es/icon/icon-ear/icon-ear.js +76 -0
  935. package/es/icon/icon-ear/index.d.ts +121 -0
  936. package/es/icon/icon-ear/index.js +9 -0
  937. package/es/icon/icon-edit/icon-edit.d.ts +58 -0
  938. package/es/icon/icon-edit/icon-edit.js +76 -0
  939. package/es/icon/icon-edit/index.d.ts +121 -0
  940. package/es/icon/icon-edit/index.js +9 -0
  941. package/es/icon/icon-email/icon-email.d.ts +58 -0
  942. package/es/icon/icon-email/icon-email.js +83 -0
  943. package/es/icon/icon-email/index.d.ts +121 -0
  944. package/es/icon/icon-email/index.js +9 -0
  945. package/es/icon/icon-empty/icon-empty.d.ts +58 -0
  946. package/es/icon/icon-empty/icon-empty.js +76 -0
  947. package/es/icon/icon-empty/index.d.ts +121 -0
  948. package/es/icon/icon-empty/index.js +9 -0
  949. package/es/icon/icon-english-fill/icon-english-fill.d.ts +58 -0
  950. package/es/icon/icon-english-fill/icon-english-fill.js +82 -0
  951. package/es/icon/icon-english-fill/index.d.ts +121 -0
  952. package/es/icon/icon-english-fill/index.js +9 -0
  953. package/es/icon/icon-eraser/icon-eraser.d.ts +58 -0
  954. package/es/icon/icon-eraser/icon-eraser.js +76 -0
  955. package/es/icon/icon-eraser/index.d.ts +121 -0
  956. package/es/icon/icon-eraser/index.js +9 -0
  957. package/es/icon/icon-exclamation/icon-exclamation.d.ts +58 -0
  958. package/es/icon/icon-exclamation/icon-exclamation.js +87 -0
  959. package/es/icon/icon-exclamation/index.d.ts +121 -0
  960. package/es/icon/icon-exclamation/index.js +9 -0
  961. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.d.ts +58 -0
  962. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.js +76 -0
  963. package/es/icon/icon-exclamation-circle/index.d.ts +121 -0
  964. package/es/icon/icon-exclamation-circle/index.js +9 -0
  965. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.d.ts +58 -0
  966. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +82 -0
  967. package/es/icon/icon-exclamation-circle-fill/index.d.ts +121 -0
  968. package/es/icon/icon-exclamation-circle-fill/index.js +9 -0
  969. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.d.ts +58 -0
  970. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.js +82 -0
  971. package/es/icon/icon-exclamation-polygon-fill/index.d.ts +121 -0
  972. package/es/icon/icon-exclamation-polygon-fill/index.js +9 -0
  973. package/es/icon/icon-expand/icon-expand.d.ts +58 -0
  974. package/es/icon/icon-expand/icon-expand.js +76 -0
  975. package/es/icon/icon-expand/index.d.ts +121 -0
  976. package/es/icon/icon-expand/index.js +9 -0
  977. package/es/icon/icon-experiment/icon-experiment.d.ts +58 -0
  978. package/es/icon/icon-experiment/icon-experiment.js +76 -0
  979. package/es/icon/icon-experiment/index.d.ts +121 -0
  980. package/es/icon/icon-experiment/index.js +9 -0
  981. package/es/icon/icon-export/icon-export.d.ts +58 -0
  982. package/es/icon/icon-export/icon-export.js +76 -0
  983. package/es/icon/icon-export/index.d.ts +121 -0
  984. package/es/icon/icon-export/index.js +9 -0
  985. package/es/icon/icon-eye/icon-eye.d.ts +58 -0
  986. package/es/icon/icon-eye/icon-eye.js +80 -0
  987. package/es/icon/icon-eye/index.d.ts +121 -0
  988. package/es/icon/icon-eye/index.js +9 -0
  989. package/es/icon/icon-eye-invisible/icon-eye-invisible.d.ts +58 -0
  990. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +77 -0
  991. package/es/icon/icon-eye-invisible/index.d.ts +121 -0
  992. package/es/icon/icon-eye-invisible/index.js +9 -0
  993. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.d.ts +58 -0
  994. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +82 -0
  995. package/es/icon/icon-face-frown-fill/index.d.ts +121 -0
  996. package/es/icon/icon-face-frown-fill/index.js +9 -0
  997. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.d.ts +58 -0
  998. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +82 -0
  999. package/es/icon/icon-face-meh-fill/index.d.ts +121 -0
  1000. package/es/icon/icon-face-meh-fill/index.js +9 -0
  1001. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.d.ts +58 -0
  1002. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +82 -0
  1003. package/es/icon/icon-face-smile-fill/index.d.ts +121 -0
  1004. package/es/icon/icon-face-smile-fill/index.js +9 -0
  1005. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.d.ts +58 -0
  1006. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.js +80 -0
  1007. package/es/icon/icon-faceBook-circle-fill/index.d.ts +121 -0
  1008. package/es/icon/icon-faceBook-circle-fill/index.js +9 -0
  1009. package/es/icon/icon-facebook/icon-facebook.d.ts +58 -0
  1010. package/es/icon/icon-facebook/icon-facebook.js +80 -0
  1011. package/es/icon/icon-facebook/index.d.ts +121 -0
  1012. package/es/icon/icon-facebook/index.js +9 -0
  1013. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.d.ts +58 -0
  1014. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.js +80 -0
  1015. package/es/icon/icon-facebook-square-fill/index.d.ts +121 -0
  1016. package/es/icon/icon-facebook-square-fill/index.js +9 -0
  1017. package/es/icon/icon-file/icon-file.d.ts +58 -0
  1018. package/es/icon/icon-file/icon-file.js +76 -0
  1019. package/es/icon/icon-file/index.d.ts +121 -0
  1020. package/es/icon/icon-file/index.js +9 -0
  1021. package/es/icon/icon-file-audio/icon-file-audio.d.ts +58 -0
  1022. package/es/icon/icon-file-audio/icon-file-audio.js +82 -0
  1023. package/es/icon/icon-file-audio/index.d.ts +121 -0
  1024. package/es/icon/icon-file-audio/index.js +9 -0
  1025. package/es/icon/icon-file-image/icon-file-image.d.ts +58 -0
  1026. package/es/icon/icon-file-image/icon-file-image.js +76 -0
  1027. package/es/icon/icon-file-image/index.d.ts +121 -0
  1028. package/es/icon/icon-file-image/index.js +9 -0
  1029. package/es/icon/icon-file-pdf/icon-file-pdf.d.ts +58 -0
  1030. package/es/icon/icon-file-pdf/icon-file-pdf.js +77 -0
  1031. package/es/icon/icon-file-pdf/index.d.ts +121 -0
  1032. package/es/icon/icon-file-pdf/index.js +9 -0
  1033. package/es/icon/icon-file-video/icon-file-video.d.ts +58 -0
  1034. package/es/icon/icon-file-video/icon-file-video.js +77 -0
  1035. package/es/icon/icon-file-video/index.d.ts +121 -0
  1036. package/es/icon/icon-file-video/index.js +9 -0
  1037. package/es/icon/icon-filter/icon-filter.d.ts +58 -0
  1038. package/es/icon/icon-filter/icon-filter.js +76 -0
  1039. package/es/icon/icon-filter/index.d.ts +121 -0
  1040. package/es/icon/icon-filter/index.js +9 -0
  1041. package/es/icon/icon-find-replace/icon-find-replace.d.ts +58 -0
  1042. package/es/icon/icon-find-replace/icon-find-replace.js +76 -0
  1043. package/es/icon/icon-find-replace/index.d.ts +121 -0
  1044. package/es/icon/icon-find-replace/index.js +9 -0
  1045. package/es/icon/icon-fire/icon-fire.d.ts +58 -0
  1046. package/es/icon/icon-fire/icon-fire.js +76 -0
  1047. package/es/icon/icon-fire/index.d.ts +121 -0
  1048. package/es/icon/icon-fire/index.js +9 -0
  1049. package/es/icon/icon-folder/icon-folder.d.ts +58 -0
  1050. package/es/icon/icon-folder/icon-folder.js +76 -0
  1051. package/es/icon/icon-folder/index.d.ts +121 -0
  1052. package/es/icon/icon-folder/index.js +9 -0
  1053. package/es/icon/icon-folder-add/icon-folder-add.d.ts +58 -0
  1054. package/es/icon/icon-folder-add/icon-folder-add.js +76 -0
  1055. package/es/icon/icon-folder-add/index.d.ts +121 -0
  1056. package/es/icon/icon-folder-add/index.js +9 -0
  1057. package/es/icon/icon-folder-delete/icon-folder-delete.d.ts +58 -0
  1058. package/es/icon/icon-folder-delete/icon-folder-delete.js +76 -0
  1059. package/es/icon/icon-folder-delete/index.d.ts +121 -0
  1060. package/es/icon/icon-folder-delete/index.js +9 -0
  1061. package/es/icon/icon-font-colors/icon-font-colors.d.ts +58 -0
  1062. package/es/icon/icon-font-colors/icon-font-colors.js +76 -0
  1063. package/es/icon/icon-font-colors/index.d.ts +121 -0
  1064. package/es/icon/icon-font-colors/index.js +9 -0
  1065. package/es/icon/icon-formula/icon-formula.d.ts +58 -0
  1066. package/es/icon/icon-formula/icon-formula.js +76 -0
  1067. package/es/icon/icon-formula/index.d.ts +121 -0
  1068. package/es/icon/icon-formula/index.js +9 -0
  1069. package/es/icon/icon-forward/icon-forward.d.ts +58 -0
  1070. package/es/icon/icon-forward/icon-forward.js +76 -0
  1071. package/es/icon/icon-forward/index.d.ts +121 -0
  1072. package/es/icon/icon-forward/index.js +9 -0
  1073. package/es/icon/icon-fullscreen/icon-fullscreen.d.ts +58 -0
  1074. package/es/icon/icon-fullscreen/icon-fullscreen.js +76 -0
  1075. package/es/icon/icon-fullscreen/index.d.ts +121 -0
  1076. package/es/icon/icon-fullscreen/index.js +9 -0
  1077. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.d.ts +58 -0
  1078. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.js +76 -0
  1079. package/es/icon/icon-fullscreen-exit/index.d.ts +121 -0
  1080. package/es/icon/icon-fullscreen-exit/index.js +9 -0
  1081. package/es/icon/icon-gift/icon-gift.d.ts +58 -0
  1082. package/es/icon/icon-gift/icon-gift.js +76 -0
  1083. package/es/icon/icon-gift/index.d.ts +121 -0
  1084. package/es/icon/icon-gift/index.js +9 -0
  1085. package/es/icon/icon-github/icon-github.d.ts +58 -0
  1086. package/es/icon/icon-github/icon-github.js +80 -0
  1087. package/es/icon/icon-github/index.d.ts +121 -0
  1088. package/es/icon/icon-github/index.js +9 -0
  1089. package/es/icon/icon-gitlab/icon-gitlab.d.ts +58 -0
  1090. package/es/icon/icon-gitlab/icon-gitlab.js +80 -0
  1091. package/es/icon/icon-gitlab/index.d.ts +121 -0
  1092. package/es/icon/icon-gitlab/index.js +9 -0
  1093. package/es/icon/icon-google/icon-google.d.ts +58 -0
  1094. package/es/icon/icon-google/icon-google.js +80 -0
  1095. package/es/icon/icon-google/index.d.ts +121 -0
  1096. package/es/icon/icon-google/index.js +9 -0
  1097. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.d.ts +58 -0
  1098. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.js +80 -0
  1099. package/es/icon/icon-google-circle-fill/index.d.ts +121 -0
  1100. package/es/icon/icon-google-circle-fill/index.js +9 -0
  1101. package/es/icon/icon-h1/icon-h1.d.ts +58 -0
  1102. package/es/icon/icon-h1/icon-h1.js +76 -0
  1103. package/es/icon/icon-h1/index.d.ts +121 -0
  1104. package/es/icon/icon-h1/index.js +9 -0
  1105. package/es/icon/icon-h2/icon-h2.d.ts +58 -0
  1106. package/es/icon/icon-h2/icon-h2.js +76 -0
  1107. package/es/icon/icon-h2/index.d.ts +121 -0
  1108. package/es/icon/icon-h2/index.js +9 -0
  1109. package/es/icon/icon-h3/icon-h3.d.ts +58 -0
  1110. package/es/icon/icon-h3/icon-h3.js +76 -0
  1111. package/es/icon/icon-h3/index.d.ts +121 -0
  1112. package/es/icon/icon-h3/index.js +9 -0
  1113. package/es/icon/icon-h4/icon-h4.d.ts +58 -0
  1114. package/es/icon/icon-h4/icon-h4.js +76 -0
  1115. package/es/icon/icon-h4/index.d.ts +121 -0
  1116. package/es/icon/icon-h4/index.js +9 -0
  1117. package/es/icon/icon-h5/icon-h5.d.ts +58 -0
  1118. package/es/icon/icon-h5/icon-h5.js +76 -0
  1119. package/es/icon/icon-h5/index.d.ts +121 -0
  1120. package/es/icon/icon-h5/index.js +9 -0
  1121. package/es/icon/icon-h6/icon-h6.d.ts +58 -0
  1122. package/es/icon/icon-h6/icon-h6.js +76 -0
  1123. package/es/icon/icon-h6/index.d.ts +121 -0
  1124. package/es/icon/icon-h6/index.js +9 -0
  1125. package/es/icon/icon-h7/icon-h7.d.ts +58 -0
  1126. package/es/icon/icon-h7/icon-h7.js +76 -0
  1127. package/es/icon/icon-h7/index.d.ts +121 -0
  1128. package/es/icon/icon-h7/index.js +9 -0
  1129. package/es/icon/icon-heart/icon-heart.d.ts +58 -0
  1130. package/es/icon/icon-heart/icon-heart.js +76 -0
  1131. package/es/icon/icon-heart/index.d.ts +121 -0
  1132. package/es/icon/icon-heart/index.js +9 -0
  1133. package/es/icon/icon-heart-fill/icon-heart-fill.d.ts +58 -0
  1134. package/es/icon/icon-heart-fill/icon-heart-fill.js +80 -0
  1135. package/es/icon/icon-heart-fill/index.d.ts +121 -0
  1136. package/es/icon/icon-heart-fill/index.js +9 -0
  1137. package/es/icon/icon-highlight/icon-highlight.d.ts +58 -0
  1138. package/es/icon/icon-highlight/icon-highlight.js +76 -0
  1139. package/es/icon/icon-highlight/index.d.ts +121 -0
  1140. package/es/icon/icon-highlight/index.js +9 -0
  1141. package/es/icon/icon-history/icon-history.d.ts +58 -0
  1142. package/es/icon/icon-history/icon-history.js +76 -0
  1143. package/es/icon/icon-history/index.d.ts +121 -0
  1144. package/es/icon/icon-history/index.js +9 -0
  1145. package/es/icon/icon-home/icon-home.d.ts +58 -0
  1146. package/es/icon/icon-home/icon-home.js +77 -0
  1147. package/es/icon/icon-home/index.d.ts +121 -0
  1148. package/es/icon/icon-home/index.js +9 -0
  1149. package/es/icon/icon-idcard/icon-idcard.d.ts +58 -0
  1150. package/es/icon/icon-idcard/icon-idcard.js +82 -0
  1151. package/es/icon/icon-idcard/index.d.ts +121 -0
  1152. package/es/icon/icon-idcard/index.js +9 -0
  1153. package/es/icon/icon-image/icon-image.d.ts +58 -0
  1154. package/es/icon/icon-image/icon-image.js +81 -0
  1155. package/es/icon/icon-image/index.d.ts +121 -0
  1156. package/es/icon/icon-image/index.js +9 -0
  1157. package/es/icon/icon-image-close/icon-image-close.d.ts +58 -0
  1158. package/es/icon/icon-image-close/icon-image-close.js +76 -0
  1159. package/es/icon/icon-image-close/index.d.ts +121 -0
  1160. package/es/icon/icon-image-close/index.js +9 -0
  1161. package/es/icon/icon-import/icon-import.d.ts +58 -0
  1162. package/es/icon/icon-import/icon-import.js +76 -0
  1163. package/es/icon/icon-import/index.d.ts +121 -0
  1164. package/es/icon/icon-import/index.js +9 -0
  1165. package/es/icon/icon-info/icon-info.d.ts +58 -0
  1166. package/es/icon/icon-info/icon-info.js +87 -0
  1167. package/es/icon/icon-info/index.d.ts +121 -0
  1168. package/es/icon/icon-info/index.js +9 -0
  1169. package/es/icon/icon-info-circle/icon-info-circle.d.ts +58 -0
  1170. package/es/icon/icon-info-circle/icon-info-circle.js +76 -0
  1171. package/es/icon/icon-info-circle/index.d.ts +121 -0
  1172. package/es/icon/icon-info-circle/index.js +9 -0
  1173. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.d.ts +58 -0
  1174. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +82 -0
  1175. package/es/icon/icon-info-circle-fill/index.d.ts +121 -0
  1176. package/es/icon/icon-info-circle-fill/index.js +9 -0
  1177. package/es/icon/icon-interaction/icon-interaction.d.ts +58 -0
  1178. package/es/icon/icon-interaction/icon-interaction.js +76 -0
  1179. package/es/icon/icon-interaction/index.d.ts +121 -0
  1180. package/es/icon/icon-interaction/index.js +9 -0
  1181. package/es/icon/icon-italic/icon-italic.d.ts +58 -0
  1182. package/es/icon/icon-italic/icon-italic.js +76 -0
  1183. package/es/icon/icon-italic/index.d.ts +121 -0
  1184. package/es/icon/icon-italic/index.js +9 -0
  1185. package/es/icon/icon-language/icon-language.d.ts +58 -0
  1186. package/es/icon/icon-language/icon-language.js +77 -0
  1187. package/es/icon/icon-language/index.d.ts +121 -0
  1188. package/es/icon/icon-language/index.js +9 -0
  1189. package/es/icon/icon-lark-color/icon-lark-color.d.ts +58 -0
  1190. package/es/icon/icon-lark-color/icon-lark-color.js +85 -0
  1191. package/es/icon/icon-lark-color/index.d.ts +121 -0
  1192. package/es/icon/icon-lark-color/index.js +9 -0
  1193. package/es/icon/icon-launch/icon-launch.d.ts +58 -0
  1194. package/es/icon/icon-launch/icon-launch.js +76 -0
  1195. package/es/icon/icon-launch/index.d.ts +121 -0
  1196. package/es/icon/icon-launch/index.js +9 -0
  1197. package/es/icon/icon-layers/icon-layers.d.ts +58 -0
  1198. package/es/icon/icon-layers/icon-layers.js +77 -0
  1199. package/es/icon/icon-layers/index.d.ts +121 -0
  1200. package/es/icon/icon-layers/index.js +9 -0
  1201. package/es/icon/icon-layout/icon-layout.d.ts +58 -0
  1202. package/es/icon/icon-layout/icon-layout.js +76 -0
  1203. package/es/icon/icon-layout/index.d.ts +121 -0
  1204. package/es/icon/icon-layout/index.js +9 -0
  1205. package/es/icon/icon-left/icon-left.d.ts +58 -0
  1206. package/es/icon/icon-left/icon-left.js +76 -0
  1207. package/es/icon/icon-left/index.d.ts +121 -0
  1208. package/es/icon/icon-left/index.js +9 -0
  1209. package/es/icon/icon-left-circle/icon-left-circle.d.ts +58 -0
  1210. package/es/icon/icon-left-circle/icon-left-circle.js +81 -0
  1211. package/es/icon/icon-left-circle/index.d.ts +121 -0
  1212. package/es/icon/icon-left-circle/index.js +9 -0
  1213. package/es/icon/icon-line-height/icon-line-height.d.ts +58 -0
  1214. package/es/icon/icon-line-height/icon-line-height.js +82 -0
  1215. package/es/icon/icon-line-height/index.d.ts +121 -0
  1216. package/es/icon/icon-line-height/index.js +9 -0
  1217. package/es/icon/icon-link/icon-link.d.ts +58 -0
  1218. package/es/icon/icon-link/icon-link.js +76 -0
  1219. package/es/icon/icon-link/index.d.ts +121 -0
  1220. package/es/icon/icon-link/index.js +9 -0
  1221. package/es/icon/icon-list/icon-list.d.ts +58 -0
  1222. package/es/icon/icon-list/icon-list.js +76 -0
  1223. package/es/icon/icon-list/index.d.ts +121 -0
  1224. package/es/icon/icon-list/index.js +9 -0
  1225. package/es/icon/icon-live-broadcast/icon-live-broadcast.d.ts +58 -0
  1226. package/es/icon/icon-live-broadcast/icon-live-broadcast.js +76 -0
  1227. package/es/icon/icon-live-broadcast/index.d.ts +121 -0
  1228. package/es/icon/icon-live-broadcast/index.js +9 -0
  1229. package/es/icon/icon-loading/icon-loading.d.ts +58 -0
  1230. package/es/icon/icon-loading/icon-loading.js +76 -0
  1231. package/es/icon/icon-loading/index.d.ts +121 -0
  1232. package/es/icon/icon-loading/index.js +9 -0
  1233. package/es/icon/icon-location/icon-location.d.ts +58 -0
  1234. package/es/icon/icon-location/icon-location.js +81 -0
  1235. package/es/icon/icon-location/index.d.ts +121 -0
  1236. package/es/icon/icon-location/index.js +9 -0
  1237. package/es/icon/icon-lock/icon-lock.d.ts +58 -0
  1238. package/es/icon/icon-lock/icon-lock.js +83 -0
  1239. package/es/icon/icon-lock/index.d.ts +121 -0
  1240. package/es/icon/icon-lock/index.js +9 -0
  1241. package/es/icon/icon-loop/icon-loop.d.ts +58 -0
  1242. package/es/icon/icon-loop/icon-loop.js +76 -0
  1243. package/es/icon/icon-loop/index.d.ts +121 -0
  1244. package/es/icon/icon-loop/index.js +9 -0
  1245. package/es/icon/icon-man/icon-man.d.ts +58 -0
  1246. package/es/icon/icon-man/icon-man.js +76 -0
  1247. package/es/icon/icon-man/index.d.ts +121 -0
  1248. package/es/icon/icon-man/index.js +9 -0
  1249. package/es/icon/icon-menu/icon-menu.d.ts +58 -0
  1250. package/es/icon/icon-menu/icon-menu.js +76 -0
  1251. package/es/icon/icon-menu/index.d.ts +121 -0
  1252. package/es/icon/icon-menu/index.js +9 -0
  1253. package/es/icon/icon-menu-fold/icon-menu-fold.d.ts +58 -0
  1254. package/es/icon/icon-menu-fold/icon-menu-fold.js +76 -0
  1255. package/es/icon/icon-menu-fold/index.d.ts +121 -0
  1256. package/es/icon/icon-menu-fold/index.js +9 -0
  1257. package/es/icon/icon-menu-unfold/icon-menu-unfold.d.ts +58 -0
  1258. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +76 -0
  1259. package/es/icon/icon-menu-unfold/index.d.ts +121 -0
  1260. package/es/icon/icon-menu-unfold/index.js +9 -0
  1261. package/es/icon/icon-message/icon-message.d.ts +58 -0
  1262. package/es/icon/icon-message/icon-message.js +76 -0
  1263. package/es/icon/icon-message/index.d.ts +121 -0
  1264. package/es/icon/icon-message/index.js +9 -0
  1265. package/es/icon/icon-message-banned/icon-message-banned.d.ts +58 -0
  1266. package/es/icon/icon-message-banned/icon-message-banned.js +76 -0
  1267. package/es/icon/icon-message-banned/index.d.ts +121 -0
  1268. package/es/icon/icon-message-banned/index.js +9 -0
  1269. package/es/icon/icon-mind-mapping/icon-mind-mapping.d.ts +58 -0
  1270. package/es/icon/icon-mind-mapping/icon-mind-mapping.js +76 -0
  1271. package/es/icon/icon-mind-mapping/index.d.ts +121 -0
  1272. package/es/icon/icon-mind-mapping/index.js +9 -0
  1273. package/es/icon/icon-minus/icon-minus.d.ts +58 -0
  1274. package/es/icon/icon-minus/icon-minus.js +76 -0
  1275. package/es/icon/icon-minus/index.d.ts +121 -0
  1276. package/es/icon/icon-minus/index.js +9 -0
  1277. package/es/icon/icon-minus-circle/icon-minus-circle.d.ts +58 -0
  1278. package/es/icon/icon-minus-circle/icon-minus-circle.js +76 -0
  1279. package/es/icon/icon-minus-circle/index.d.ts +121 -0
  1280. package/es/icon/icon-minus-circle/index.js +9 -0
  1281. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.d.ts +58 -0
  1282. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.js +82 -0
  1283. package/es/icon/icon-minus-circle-fill/index.d.ts +121 -0
  1284. package/es/icon/icon-minus-circle-fill/index.js +9 -0
  1285. package/es/icon/icon-mobile/icon-mobile.d.ts +58 -0
  1286. package/es/icon/icon-mobile/icon-mobile.js +83 -0
  1287. package/es/icon/icon-mobile/index.d.ts +121 -0
  1288. package/es/icon/icon-mobile/index.js +9 -0
  1289. package/es/icon/icon-moon/icon-moon.d.ts +58 -0
  1290. package/es/icon/icon-moon/icon-moon.js +76 -0
  1291. package/es/icon/icon-moon/index.d.ts +121 -0
  1292. package/es/icon/icon-moon/index.js +9 -0
  1293. package/es/icon/icon-moon-fill/icon-moon-fill.d.ts +58 -0
  1294. package/es/icon/icon-moon-fill/icon-moon-fill.js +80 -0
  1295. package/es/icon/icon-moon-fill/index.d.ts +121 -0
  1296. package/es/icon/icon-moon-fill/index.js +9 -0
  1297. package/es/icon/icon-more/icon-more.d.ts +58 -0
  1298. package/es/icon/icon-more/icon-more.js +81 -0
  1299. package/es/icon/icon-more/index.d.ts +121 -0
  1300. package/es/icon/icon-more/index.js +9 -0
  1301. package/es/icon/icon-more-vertical/icon-more-vertical.d.ts +58 -0
  1302. package/es/icon/icon-more-vertical/icon-more-vertical.js +81 -0
  1303. package/es/icon/icon-more-vertical/index.d.ts +121 -0
  1304. package/es/icon/icon-more-vertical/index.js +9 -0
  1305. package/es/icon/icon-mosaic/icon-mosaic.d.ts +58 -0
  1306. package/es/icon/icon-mosaic/icon-mosaic.js +81 -0
  1307. package/es/icon/icon-mosaic/index.d.ts +121 -0
  1308. package/es/icon/icon-mosaic/index.js +9 -0
  1309. package/es/icon/icon-music/icon-music.d.ts +58 -0
  1310. package/es/icon/icon-music/icon-music.js +76 -0
  1311. package/es/icon/icon-music/index.d.ts +121 -0
  1312. package/es/icon/icon-music/index.js +9 -0
  1313. package/es/icon/icon-mute/icon-mute.d.ts +58 -0
  1314. package/es/icon/icon-mute/icon-mute.js +76 -0
  1315. package/es/icon/icon-mute/index.d.ts +121 -0
  1316. package/es/icon/icon-mute/index.js +9 -0
  1317. package/es/icon/icon-mute-fill/icon-mute-fill.d.ts +58 -0
  1318. package/es/icon/icon-mute-fill/icon-mute-fill.js +87 -0
  1319. package/es/icon/icon-mute-fill/index.d.ts +121 -0
  1320. package/es/icon/icon-mute-fill/index.js +9 -0
  1321. package/es/icon/icon-nav/icon-nav.d.ts +58 -0
  1322. package/es/icon/icon-nav/icon-nav.js +76 -0
  1323. package/es/icon/icon-nav/index.d.ts +121 -0
  1324. package/es/icon/icon-nav/index.js +9 -0
  1325. package/es/icon/icon-notification/icon-notification.d.ts +58 -0
  1326. package/es/icon/icon-notification/icon-notification.js +76 -0
  1327. package/es/icon/icon-notification/index.d.ts +121 -0
  1328. package/es/icon/icon-notification/index.js +9 -0
  1329. package/es/icon/icon-notification-close/icon-notification-close.d.ts +58 -0
  1330. package/es/icon/icon-notification-close/icon-notification-close.js +76 -0
  1331. package/es/icon/icon-notification-close/index.d.ts +121 -0
  1332. package/es/icon/icon-notification-close/index.js +9 -0
  1333. package/es/icon/icon-oblique-line/icon-oblique-line.d.ts +58 -0
  1334. package/es/icon/icon-oblique-line/icon-oblique-line.js +76 -0
  1335. package/es/icon/icon-oblique-line/index.d.ts +121 -0
  1336. package/es/icon/icon-oblique-line/index.js +9 -0
  1337. package/es/icon/icon-ordered-list/icon-ordered-list.d.ts +58 -0
  1338. package/es/icon/icon-ordered-list/icon-ordered-list.js +83 -0
  1339. package/es/icon/icon-ordered-list/index.d.ts +121 -0
  1340. package/es/icon/icon-ordered-list/index.js +9 -0
  1341. package/es/icon/icon-original-size/icon-original-size.d.ts +58 -0
  1342. package/es/icon/icon-original-size/icon-original-size.js +82 -0
  1343. package/es/icon/icon-original-size/index.d.ts +121 -0
  1344. package/es/icon/icon-original-size/index.js +9 -0
  1345. package/es/icon/icon-palette/icon-palette.d.ts +58 -0
  1346. package/es/icon/icon-palette/icon-palette.js +76 -0
  1347. package/es/icon/icon-palette/index.d.ts +121 -0
  1348. package/es/icon/icon-palette/index.js +9 -0
  1349. package/es/icon/icon-paste/icon-paste.d.ts +58 -0
  1350. package/es/icon/icon-paste/icon-paste.js +88 -0
  1351. package/es/icon/icon-paste/index.d.ts +121 -0
  1352. package/es/icon/icon-paste/index.js +9 -0
  1353. package/es/icon/icon-pause/icon-pause.d.ts +58 -0
  1354. package/es/icon/icon-pause/icon-pause.js +81 -0
  1355. package/es/icon/icon-pause/index.d.ts +121 -0
  1356. package/es/icon/icon-pause/index.js +9 -0
  1357. package/es/icon/icon-pause-circle/icon-pause-circle.d.ts +58 -0
  1358. package/es/icon/icon-pause-circle/icon-pause-circle.js +77 -0
  1359. package/es/icon/icon-pause-circle/index.d.ts +121 -0
  1360. package/es/icon/icon-pause-circle/index.js +9 -0
  1361. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.d.ts +58 -0
  1362. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.js +82 -0
  1363. package/es/icon/icon-pause-circle-fill/index.d.ts +121 -0
  1364. package/es/icon/icon-pause-circle-fill/index.js +9 -0
  1365. package/es/icon/icon-pen/icon-pen.d.ts +58 -0
  1366. package/es/icon/icon-pen/icon-pen.js +76 -0
  1367. package/es/icon/icon-pen/index.d.ts +121 -0
  1368. package/es/icon/icon-pen/index.js +9 -0
  1369. package/es/icon/icon-pen-fill/icon-pen-fill.d.ts +58 -0
  1370. package/es/icon/icon-pen-fill/icon-pen-fill.js +80 -0
  1371. package/es/icon/icon-pen-fill/index.d.ts +121 -0
  1372. package/es/icon/icon-pen-fill/index.js +9 -0
  1373. package/es/icon/icon-phone/icon-phone.d.ts +58 -0
  1374. package/es/icon/icon-phone/icon-phone.js +76 -0
  1375. package/es/icon/icon-phone/index.d.ts +121 -0
  1376. package/es/icon/icon-phone/index.js +9 -0
  1377. package/es/icon/icon-play-arrow/icon-play-arrow.d.ts +58 -0
  1378. package/es/icon/icon-play-arrow/icon-play-arrow.js +76 -0
  1379. package/es/icon/icon-play-arrow/index.d.ts +121 -0
  1380. package/es/icon/icon-play-arrow/index.js +9 -0
  1381. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.d.ts +58 -0
  1382. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +80 -0
  1383. package/es/icon/icon-play-arrow-fill/index.d.ts +121 -0
  1384. package/es/icon/icon-play-arrow-fill/index.js +9 -0
  1385. package/es/icon/icon-play-circle/icon-play-circle.d.ts +58 -0
  1386. package/es/icon/icon-play-circle/icon-play-circle.js +77 -0
  1387. package/es/icon/icon-play-circle/index.d.ts +121 -0
  1388. package/es/icon/icon-play-circle/index.js +9 -0
  1389. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.d.ts +58 -0
  1390. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.js +82 -0
  1391. package/es/icon/icon-play-circle-fill/index.d.ts +121 -0
  1392. package/es/icon/icon-play-circle-fill/index.js +9 -0
  1393. package/es/icon/icon-plus/icon-plus.d.ts +58 -0
  1394. package/es/icon/icon-plus/icon-plus.js +76 -0
  1395. package/es/icon/icon-plus/index.d.ts +121 -0
  1396. package/es/icon/icon-plus/index.js +9 -0
  1397. package/es/icon/icon-plus-circle/icon-plus-circle.d.ts +58 -0
  1398. package/es/icon/icon-plus-circle/icon-plus-circle.js +76 -0
  1399. package/es/icon/icon-plus-circle/index.d.ts +121 -0
  1400. package/es/icon/icon-plus-circle/index.js +9 -0
  1401. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.d.ts +58 -0
  1402. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.js +82 -0
  1403. package/es/icon/icon-plus-circle-fill/index.d.ts +121 -0
  1404. package/es/icon/icon-plus-circle-fill/index.js +9 -0
  1405. package/es/icon/icon-poweroff/icon-poweroff.d.ts +58 -0
  1406. package/es/icon/icon-poweroff/icon-poweroff.js +76 -0
  1407. package/es/icon/icon-poweroff/index.d.ts +121 -0
  1408. package/es/icon/icon-poweroff/index.js +9 -0
  1409. package/es/icon/icon-printer/icon-printer.d.ts +58 -0
  1410. package/es/icon/icon-printer/icon-printer.js +76 -0
  1411. package/es/icon/icon-printer/index.d.ts +121 -0
  1412. package/es/icon/icon-printer/index.js +9 -0
  1413. package/es/icon/icon-public/icon-public.d.ts +58 -0
  1414. package/es/icon/icon-public/icon-public.js +76 -0
  1415. package/es/icon/icon-public/index.d.ts +121 -0
  1416. package/es/icon/icon-public/index.js +9 -0
  1417. package/es/icon/icon-pushpin/icon-pushpin.d.ts +58 -0
  1418. package/es/icon/icon-pushpin/icon-pushpin.js +76 -0
  1419. package/es/icon/icon-pushpin/index.d.ts +121 -0
  1420. package/es/icon/icon-pushpin/index.js +9 -0
  1421. package/es/icon/icon-qq/icon-qq.d.ts +58 -0
  1422. package/es/icon/icon-qq/icon-qq.js +80 -0
  1423. package/es/icon/icon-qq/index.d.ts +121 -0
  1424. package/es/icon/icon-qq/index.js +9 -0
  1425. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.d.ts +58 -0
  1426. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.js +80 -0
  1427. package/es/icon/icon-qq-circle-fill/index.d.ts +121 -0
  1428. package/es/icon/icon-qq-circle-fill/index.js +9 -0
  1429. package/es/icon/icon-qq-zone/icon-qq-zone.d.ts +58 -0
  1430. package/es/icon/icon-qq-zone/icon-qq-zone.js +80 -0
  1431. package/es/icon/icon-qq-zone/index.d.ts +121 -0
  1432. package/es/icon/icon-qq-zone/index.js +9 -0
  1433. package/es/icon/icon-qrcode/icon-qrcode.d.ts +58 -0
  1434. package/es/icon/icon-qrcode/icon-qrcode.js +76 -0
  1435. package/es/icon/icon-qrcode/index.d.ts +121 -0
  1436. package/es/icon/icon-qrcode/index.js +9 -0
  1437. package/es/icon/icon-question/icon-question.d.ts +58 -0
  1438. package/es/icon/icon-question/icon-question.js +76 -0
  1439. package/es/icon/icon-question/index.d.ts +121 -0
  1440. package/es/icon/icon-question/index.js +9 -0
  1441. package/es/icon/icon-question-circle/icon-question-circle.d.ts +58 -0
  1442. package/es/icon/icon-question-circle/icon-question-circle.js +77 -0
  1443. package/es/icon/icon-question-circle/index.d.ts +121 -0
  1444. package/es/icon/icon-question-circle/index.js +9 -0
  1445. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.d.ts +58 -0
  1446. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.js +82 -0
  1447. package/es/icon/icon-question-circle-fill/index.d.ts +121 -0
  1448. package/es/icon/icon-question-circle-fill/index.js +9 -0
  1449. package/es/icon/icon-quote/icon-quote.d.ts +58 -0
  1450. package/es/icon/icon-quote/icon-quote.js +81 -0
  1451. package/es/icon/icon-quote/index.d.ts +121 -0
  1452. package/es/icon/icon-quote/index.js +9 -0
  1453. package/es/icon/icon-record/icon-record.d.ts +58 -0
  1454. package/es/icon/icon-record/icon-record.js +85 -0
  1455. package/es/icon/icon-record/index.d.ts +121 -0
  1456. package/es/icon/icon-record/index.js +9 -0
  1457. package/es/icon/icon-record-stop/icon-record-stop.d.ts +58 -0
  1458. package/es/icon/icon-record-stop/icon-record-stop.js +85 -0
  1459. package/es/icon/icon-record-stop/index.d.ts +121 -0
  1460. package/es/icon/icon-record-stop/index.js +9 -0
  1461. package/es/icon/icon-redo/icon-redo.d.ts +58 -0
  1462. package/es/icon/icon-redo/icon-redo.js +76 -0
  1463. package/es/icon/icon-redo/index.d.ts +121 -0
  1464. package/es/icon/icon-redo/index.js +9 -0
  1465. package/es/icon/icon-refresh/icon-refresh.d.ts +58 -0
  1466. package/es/icon/icon-refresh/icon-refresh.js +76 -0
  1467. package/es/icon/icon-refresh/index.d.ts +121 -0
  1468. package/es/icon/icon-refresh/index.js +9 -0
  1469. package/es/icon/icon-relation/icon-relation.d.ts +58 -0
  1470. package/es/icon/icon-relation/icon-relation.js +77 -0
  1471. package/es/icon/icon-relation/index.d.ts +121 -0
  1472. package/es/icon/icon-relation/index.js +9 -0
  1473. package/es/icon/icon-reply/icon-reply.d.ts +58 -0
  1474. package/es/icon/icon-reply/icon-reply.js +76 -0
  1475. package/es/icon/icon-reply/index.d.ts +121 -0
  1476. package/es/icon/icon-reply/index.js +9 -0
  1477. package/es/icon/icon-right/icon-right.d.ts +58 -0
  1478. package/es/icon/icon-right/icon-right.js +76 -0
  1479. package/es/icon/icon-right/index.d.ts +121 -0
  1480. package/es/icon/icon-right/index.js +9 -0
  1481. package/es/icon/icon-right-circle/icon-right-circle.d.ts +58 -0
  1482. package/es/icon/icon-right-circle/icon-right-circle.js +81 -0
  1483. package/es/icon/icon-right-circle/index.d.ts +121 -0
  1484. package/es/icon/icon-right-circle/index.js +9 -0
  1485. package/es/icon/icon-robot/icon-robot.d.ts +58 -0
  1486. package/es/icon/icon-robot/icon-robot.js +81 -0
  1487. package/es/icon/icon-robot/index.d.ts +121 -0
  1488. package/es/icon/icon-robot/index.js +9 -0
  1489. package/es/icon/icon-robot-add/icon-robot-add.d.ts +58 -0
  1490. package/es/icon/icon-robot-add/icon-robot-add.js +76 -0
  1491. package/es/icon/icon-robot-add/index.d.ts +121 -0
  1492. package/es/icon/icon-robot-add/index.js +9 -0
  1493. package/es/icon/icon-rotate-left/icon-rotate-left.d.ts +58 -0
  1494. package/es/icon/icon-rotate-left/icon-rotate-left.js +76 -0
  1495. package/es/icon/icon-rotate-left/index.d.ts +121 -0
  1496. package/es/icon/icon-rotate-left/index.js +9 -0
  1497. package/es/icon/icon-rotate-right/icon-rotate-right.d.ts +58 -0
  1498. package/es/icon/icon-rotate-right/icon-rotate-right.js +76 -0
  1499. package/es/icon/icon-rotate-right/index.d.ts +121 -0
  1500. package/es/icon/icon-rotate-right/index.js +9 -0
  1501. package/es/icon/icon-safe/icon-safe.d.ts +58 -0
  1502. package/es/icon/icon-safe/icon-safe.js +76 -0
  1503. package/es/icon/icon-safe/index.d.ts +121 -0
  1504. package/es/icon/icon-safe/index.js +9 -0
  1505. package/es/icon/icon-save/icon-save.d.ts +58 -0
  1506. package/es/icon/icon-save/icon-save.js +76 -0
  1507. package/es/icon/icon-save/index.d.ts +121 -0
  1508. package/es/icon/icon-save/index.js +9 -0
  1509. package/es/icon/icon-scan/icon-scan.d.ts +58 -0
  1510. package/es/icon/icon-scan/icon-scan.js +76 -0
  1511. package/es/icon/icon-scan/index.d.ts +121 -0
  1512. package/es/icon/icon-scan/index.js +9 -0
  1513. package/es/icon/icon-schedule/icon-schedule.d.ts +58 -0
  1514. package/es/icon/icon-schedule/icon-schedule.js +81 -0
  1515. package/es/icon/icon-schedule/index.d.ts +121 -0
  1516. package/es/icon/icon-schedule/index.js +9 -0
  1517. package/es/icon/icon-scissor/icon-scissor.d.ts +58 -0
  1518. package/es/icon/icon-scissor/icon-scissor.js +76 -0
  1519. package/es/icon/icon-scissor/index.d.ts +121 -0
  1520. package/es/icon/icon-scissor/index.js +9 -0
  1521. package/es/icon/icon-search/icon-search.d.ts +58 -0
  1522. package/es/icon/icon-search/icon-search.js +76 -0
  1523. package/es/icon/icon-search/index.d.ts +121 -0
  1524. package/es/icon/icon-search/index.js +9 -0
  1525. package/es/icon/icon-select-all/icon-select-all.d.ts +58 -0
  1526. package/es/icon/icon-select-all/icon-select-all.js +76 -0
  1527. package/es/icon/icon-select-all/index.d.ts +121 -0
  1528. package/es/icon/icon-select-all/index.js +9 -0
  1529. package/es/icon/icon-send/icon-send.d.ts +58 -0
  1530. package/es/icon/icon-send/icon-send.js +79 -0
  1531. package/es/icon/icon-send/index.d.ts +121 -0
  1532. package/es/icon/icon-send/index.js +9 -0
  1533. package/es/icon/icon-settings/icon-settings.d.ts +58 -0
  1534. package/es/icon/icon-settings/icon-settings.js +77 -0
  1535. package/es/icon/icon-settings/index.d.ts +121 -0
  1536. package/es/icon/icon-settings/index.js +9 -0
  1537. package/es/icon/icon-shake/icon-shake.d.ts +58 -0
  1538. package/es/icon/icon-shake/icon-shake.js +84 -0
  1539. package/es/icon/icon-shake/index.d.ts +121 -0
  1540. package/es/icon/icon-shake/index.js +9 -0
  1541. package/es/icon/icon-share-alt/icon-share-alt.d.ts +58 -0
  1542. package/es/icon/icon-share-alt/icon-share-alt.js +76 -0
  1543. package/es/icon/icon-share-alt/index.d.ts +121 -0
  1544. package/es/icon/icon-share-alt/index.js +9 -0
  1545. package/es/icon/icon-share-external/icon-share-external.d.ts +58 -0
  1546. package/es/icon/icon-share-external/icon-share-external.js +79 -0
  1547. package/es/icon/icon-share-external/index.d.ts +121 -0
  1548. package/es/icon/icon-share-external/index.js +9 -0
  1549. package/es/icon/icon-share-internal/icon-share-internal.d.ts +58 -0
  1550. package/es/icon/icon-share-internal/icon-share-internal.js +76 -0
  1551. package/es/icon/icon-share-internal/index.d.ts +121 -0
  1552. package/es/icon/icon-share-internal/index.js +9 -0
  1553. package/es/icon/icon-shrink/icon-shrink.d.ts +58 -0
  1554. package/es/icon/icon-shrink/icon-shrink.js +76 -0
  1555. package/es/icon/icon-shrink/index.d.ts +121 -0
  1556. package/es/icon/icon-shrink/index.js +9 -0
  1557. package/es/icon/icon-skin/icon-skin.d.ts +58 -0
  1558. package/es/icon/icon-skin/icon-skin.js +76 -0
  1559. package/es/icon/icon-skin/index.d.ts +121 -0
  1560. package/es/icon/icon-skin/index.js +9 -0
  1561. package/es/icon/icon-skip-next/icon-skip-next.d.ts +58 -0
  1562. package/es/icon/icon-skip-next/icon-skip-next.js +77 -0
  1563. package/es/icon/icon-skip-next/index.d.ts +121 -0
  1564. package/es/icon/icon-skip-next/index.js +9 -0
  1565. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.d.ts +58 -0
  1566. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.js +87 -0
  1567. package/es/icon/icon-skip-next-fill/index.d.ts +121 -0
  1568. package/es/icon/icon-skip-next-fill/index.js +9 -0
  1569. package/es/icon/icon-skip-previous/icon-skip-previous.d.ts +58 -0
  1570. package/es/icon/icon-skip-previous/icon-skip-previous.js +77 -0
  1571. package/es/icon/icon-skip-previous/index.d.ts +121 -0
  1572. package/es/icon/icon-skip-previous/index.js +9 -0
  1573. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.d.ts +58 -0
  1574. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.js +87 -0
  1575. package/es/icon/icon-skip-previous-fill/index.d.ts +121 -0
  1576. package/es/icon/icon-skip-previous-fill/index.js +9 -0
  1577. package/es/icon/icon-sort/icon-sort.d.ts +58 -0
  1578. package/es/icon/icon-sort/icon-sort.js +76 -0
  1579. package/es/icon/icon-sort/index.d.ts +121 -0
  1580. package/es/icon/icon-sort/index.js +9 -0
  1581. package/es/icon/icon-sort-ascending/icon-sort-ascending.d.ts +58 -0
  1582. package/es/icon/icon-sort-ascending/icon-sort-ascending.js +76 -0
  1583. package/es/icon/icon-sort-ascending/index.d.ts +121 -0
  1584. package/es/icon/icon-sort-ascending/index.js +9 -0
  1585. package/es/icon/icon-sort-descending/icon-sort-descending.d.ts +58 -0
  1586. package/es/icon/icon-sort-descending/icon-sort-descending.js +76 -0
  1587. package/es/icon/icon-sort-descending/index.d.ts +121 -0
  1588. package/es/icon/icon-sort-descending/index.js +9 -0
  1589. package/es/icon/icon-sound/icon-sound.d.ts +58 -0
  1590. package/es/icon/icon-sound/icon-sound.js +77 -0
  1591. package/es/icon/icon-sound/index.d.ts +121 -0
  1592. package/es/icon/icon-sound/index.js +9 -0
  1593. package/es/icon/icon-sound-fill/icon-sound-fill.d.ts +58 -0
  1594. package/es/icon/icon-sound-fill/icon-sound-fill.js +90 -0
  1595. package/es/icon/icon-sound-fill/index.d.ts +121 -0
  1596. package/es/icon/icon-sound-fill/index.js +9 -0
  1597. package/es/icon/icon-stamp/icon-stamp.d.ts +58 -0
  1598. package/es/icon/icon-stamp/icon-stamp.js +76 -0
  1599. package/es/icon/icon-stamp/index.d.ts +121 -0
  1600. package/es/icon/icon-stamp/index.js +9 -0
  1601. package/es/icon/icon-star/icon-star.d.ts +58 -0
  1602. package/es/icon/icon-star/icon-star.js +76 -0
  1603. package/es/icon/icon-star/index.d.ts +121 -0
  1604. package/es/icon/icon-star/index.js +9 -0
  1605. package/es/icon/icon-star-fill/icon-star-fill.d.ts +58 -0
  1606. package/es/icon/icon-star-fill/icon-star-fill.js +80 -0
  1607. package/es/icon/icon-star-fill/index.d.ts +121 -0
  1608. package/es/icon/icon-star-fill/index.js +9 -0
  1609. package/es/icon/icon-stop/icon-stop.d.ts +58 -0
  1610. package/es/icon/icon-stop/icon-stop.js +76 -0
  1611. package/es/icon/icon-stop/index.d.ts +121 -0
  1612. package/es/icon/icon-stop/index.js +9 -0
  1613. package/es/icon/icon-storage/icon-storage.d.ts +58 -0
  1614. package/es/icon/icon-storage/icon-storage.js +83 -0
  1615. package/es/icon/icon-storage/index.d.ts +121 -0
  1616. package/es/icon/icon-storage/index.js +9 -0
  1617. package/es/icon/icon-strikethrough/icon-strikethrough.d.ts +58 -0
  1618. package/es/icon/icon-strikethrough/icon-strikethrough.js +76 -0
  1619. package/es/icon/icon-strikethrough/index.d.ts +121 -0
  1620. package/es/icon/icon-strikethrough/index.js +9 -0
  1621. package/es/icon/icon-subscribe/icon-subscribe.d.ts +58 -0
  1622. package/es/icon/icon-subscribe/icon-subscribe.js +76 -0
  1623. package/es/icon/icon-subscribe/index.d.ts +121 -0
  1624. package/es/icon/icon-subscribe/index.js +9 -0
  1625. package/es/icon/icon-subscribe-add/icon-subscribe-add.d.ts +58 -0
  1626. package/es/icon/icon-subscribe-add/icon-subscribe-add.js +76 -0
  1627. package/es/icon/icon-subscribe-add/index.d.ts +121 -0
  1628. package/es/icon/icon-subscribe-add/index.js +9 -0
  1629. package/es/icon/icon-subscribed/icon-subscribed.d.ts +58 -0
  1630. package/es/icon/icon-subscribed/icon-subscribed.js +76 -0
  1631. package/es/icon/icon-subscribed/index.d.ts +121 -0
  1632. package/es/icon/icon-subscribed/index.js +9 -0
  1633. package/es/icon/icon-sun/icon-sun.d.ts +58 -0
  1634. package/es/icon/icon-sun/icon-sun.js +86 -0
  1635. package/es/icon/icon-sun/index.d.ts +121 -0
  1636. package/es/icon/icon-sun/index.js +9 -0
  1637. package/es/icon/icon-sun-fill/icon-sun-fill.d.ts +58 -0
  1638. package/es/icon/icon-sun-fill/icon-sun-fill.js +87 -0
  1639. package/es/icon/icon-sun-fill/index.d.ts +121 -0
  1640. package/es/icon/icon-sun-fill/index.js +9 -0
  1641. package/es/icon/icon-swap/icon-swap.d.ts +58 -0
  1642. package/es/icon/icon-swap/icon-swap.js +76 -0
  1643. package/es/icon/icon-swap/index.d.ts +121 -0
  1644. package/es/icon/icon-swap/index.js +9 -0
  1645. package/es/icon/icon-sync/icon-sync.d.ts +58 -0
  1646. package/es/icon/icon-sync/icon-sync.js +76 -0
  1647. package/es/icon/icon-sync/index.d.ts +121 -0
  1648. package/es/icon/icon-sync/index.js +9 -0
  1649. package/es/icon/icon-tag/icon-tag.d.ts +58 -0
  1650. package/es/icon/icon-tag/icon-tag.js +82 -0
  1651. package/es/icon/icon-tag/index.d.ts +121 -0
  1652. package/es/icon/icon-tag/index.js +9 -0
  1653. package/es/icon/icon-tags/icon-tags.d.ts +58 -0
  1654. package/es/icon/icon-tags/icon-tags.js +81 -0
  1655. package/es/icon/icon-tags/index.d.ts +121 -0
  1656. package/es/icon/icon-tags/index.js +9 -0
  1657. package/es/icon/icon-thumb-down/icon-thumb-down.d.ts +58 -0
  1658. package/es/icon/icon-thumb-down/icon-thumb-down.js +76 -0
  1659. package/es/icon/icon-thumb-down/index.d.ts +121 -0
  1660. package/es/icon/icon-thumb-down/index.js +9 -0
  1661. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.d.ts +58 -0
  1662. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.js +87 -0
  1663. package/es/icon/icon-thumb-down-fill/index.d.ts +121 -0
  1664. package/es/icon/icon-thumb-down-fill/index.js +9 -0
  1665. package/es/icon/icon-thumb-up/icon-thumb-up.d.ts +58 -0
  1666. package/es/icon/icon-thumb-up/icon-thumb-up.js +76 -0
  1667. package/es/icon/icon-thumb-up/index.d.ts +121 -0
  1668. package/es/icon/icon-thumb-up/index.js +9 -0
  1669. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.d.ts +58 -0
  1670. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.js +87 -0
  1671. package/es/icon/icon-thumb-up-fill/index.d.ts +121 -0
  1672. package/es/icon/icon-thumb-up-fill/index.js +9 -0
  1673. package/es/icon/icon-thunderbolt/icon-thunderbolt.d.ts +58 -0
  1674. package/es/icon/icon-thunderbolt/icon-thunderbolt.js +76 -0
  1675. package/es/icon/icon-thunderbolt/index.d.ts +121 -0
  1676. package/es/icon/icon-thunderbolt/index.js +9 -0
  1677. package/es/icon/icon-tiktok-color/icon-tiktok-color.d.ts +58 -0
  1678. package/es/icon/icon-tiktok-color/icon-tiktok-color.js +74 -0
  1679. package/es/icon/icon-tiktok-color/index.d.ts +121 -0
  1680. package/es/icon/icon-tiktok-color/index.js +9 -0
  1681. package/es/icon/icon-to-bottom/icon-to-bottom.d.ts +58 -0
  1682. package/es/icon/icon-to-bottom/icon-to-bottom.js +81 -0
  1683. package/es/icon/icon-to-bottom/index.d.ts +121 -0
  1684. package/es/icon/icon-to-bottom/index.js +9 -0
  1685. package/es/icon/icon-to-left/icon-to-left.d.ts +58 -0
  1686. package/es/icon/icon-to-left/icon-to-left.js +81 -0
  1687. package/es/icon/icon-to-left/index.d.ts +121 -0
  1688. package/es/icon/icon-to-left/index.js +9 -0
  1689. package/es/icon/icon-to-right/icon-to-right.d.ts +58 -0
  1690. package/es/icon/icon-to-right/icon-to-right.js +81 -0
  1691. package/es/icon/icon-to-right/index.d.ts +121 -0
  1692. package/es/icon/icon-to-right/index.js +9 -0
  1693. package/es/icon/icon-to-top/icon-to-top.d.ts +58 -0
  1694. package/es/icon/icon-to-top/icon-to-top.js +81 -0
  1695. package/es/icon/icon-to-top/index.d.ts +121 -0
  1696. package/es/icon/icon-to-top/index.js +9 -0
  1697. package/es/icon/icon-tool/icon-tool.d.ts +58 -0
  1698. package/es/icon/icon-tool/icon-tool.js +76 -0
  1699. package/es/icon/icon-tool/index.d.ts +121 -0
  1700. package/es/icon/icon-tool/index.js +9 -0
  1701. package/es/icon/icon-translate/icon-translate.d.ts +58 -0
  1702. package/es/icon/icon-translate/icon-translate.js +76 -0
  1703. package/es/icon/icon-translate/index.d.ts +121 -0
  1704. package/es/icon/icon-translate/index.js +9 -0
  1705. package/es/icon/icon-trophy/icon-trophy.d.ts +58 -0
  1706. package/es/icon/icon-trophy/icon-trophy.js +76 -0
  1707. package/es/icon/icon-trophy/index.d.ts +121 -0
  1708. package/es/icon/icon-trophy/index.js +9 -0
  1709. package/es/icon/icon-twitter/icon-twitter.d.ts +58 -0
  1710. package/es/icon/icon-twitter/icon-twitter.js +80 -0
  1711. package/es/icon/icon-twitter/index.d.ts +121 -0
  1712. package/es/icon/icon-twitter/index.js +9 -0
  1713. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.d.ts +58 -0
  1714. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.js +80 -0
  1715. package/es/icon/icon-twitter-circle-fill/index.d.ts +121 -0
  1716. package/es/icon/icon-twitter-circle-fill/index.js +9 -0
  1717. package/es/icon/icon-underline/icon-underline.d.ts +58 -0
  1718. package/es/icon/icon-underline/icon-underline.js +76 -0
  1719. package/es/icon/icon-underline/index.d.ts +121 -0
  1720. package/es/icon/icon-underline/index.js +9 -0
  1721. package/es/icon/icon-undo/icon-undo.d.ts +58 -0
  1722. package/es/icon/icon-undo/icon-undo.js +76 -0
  1723. package/es/icon/icon-undo/index.d.ts +121 -0
  1724. package/es/icon/icon-undo/index.js +9 -0
  1725. package/es/icon/icon-unlock/icon-unlock.d.ts +58 -0
  1726. package/es/icon/icon-unlock/icon-unlock.js +83 -0
  1727. package/es/icon/icon-unlock/index.d.ts +121 -0
  1728. package/es/icon/icon-unlock/index.js +9 -0
  1729. package/es/icon/icon-unordered-list/icon-unordered-list.d.ts +58 -0
  1730. package/es/icon/icon-unordered-list/icon-unordered-list.js +76 -0
  1731. package/es/icon/icon-unordered-list/index.d.ts +121 -0
  1732. package/es/icon/icon-unordered-list/index.js +9 -0
  1733. package/es/icon/icon-up/icon-up.d.ts +58 -0
  1734. package/es/icon/icon-up/icon-up.js +76 -0
  1735. package/es/icon/icon-up/index.d.ts +121 -0
  1736. package/es/icon/icon-up/index.js +9 -0
  1737. package/es/icon/icon-up-circle/icon-up-circle.d.ts +58 -0
  1738. package/es/icon/icon-up-circle/icon-up-circle.js +81 -0
  1739. package/es/icon/icon-up-circle/index.d.ts +121 -0
  1740. package/es/icon/icon-up-circle/index.js +9 -0
  1741. package/es/icon/icon-upload/icon-upload.d.ts +58 -0
  1742. package/es/icon/icon-upload/icon-upload.js +76 -0
  1743. package/es/icon/icon-upload/index.d.ts +121 -0
  1744. package/es/icon/icon-upload/index.js +9 -0
  1745. package/es/icon/icon-user/icon-user.d.ts +58 -0
  1746. package/es/icon/icon-user/icon-user.js +81 -0
  1747. package/es/icon/icon-user/index.d.ts +121 -0
  1748. package/es/icon/icon-user/index.js +9 -0
  1749. package/es/icon/icon-user-add/icon-user-add.d.ts +58 -0
  1750. package/es/icon/icon-user-add/icon-user-add.js +76 -0
  1751. package/es/icon/icon-user-add/index.d.ts +121 -0
  1752. package/es/icon/icon-user-add/index.js +9 -0
  1753. package/es/icon/icon-user-group/icon-user-group.d.ts +58 -0
  1754. package/es/icon/icon-user-group/icon-user-group.js +86 -0
  1755. package/es/icon/icon-user-group/index.d.ts +121 -0
  1756. package/es/icon/icon-user-group/index.js +9 -0
  1757. package/es/icon/icon-video-camera/icon-video-camera.d.ts +58 -0
  1758. package/es/icon/icon-video-camera/icon-video-camera.js +76 -0
  1759. package/es/icon/icon-video-camera/index.d.ts +121 -0
  1760. package/es/icon/icon-video-camera/index.js +9 -0
  1761. package/es/icon/icon-voice/icon-voice.d.ts +58 -0
  1762. package/es/icon/icon-voice/icon-voice.js +76 -0
  1763. package/es/icon/icon-voice/index.d.ts +121 -0
  1764. package/es/icon/icon-voice/index.js +9 -0
  1765. package/es/icon/icon-wechat/icon-wechat.d.ts +58 -0
  1766. package/es/icon/icon-wechat/icon-wechat.js +80 -0
  1767. package/es/icon/icon-wechat/index.d.ts +121 -0
  1768. package/es/icon/icon-wechat/index.js +9 -0
  1769. package/es/icon/icon-wechatpay/icon-wechatpay.d.ts +58 -0
  1770. package/es/icon/icon-wechatpay/icon-wechatpay.js +80 -0
  1771. package/es/icon/icon-wechatpay/index.d.ts +121 -0
  1772. package/es/icon/icon-wechatpay/index.js +9 -0
  1773. package/es/icon/icon-weibo/icon-weibo.d.ts +58 -0
  1774. package/es/icon/icon-weibo/icon-weibo.js +80 -0
  1775. package/es/icon/icon-weibo/index.d.ts +121 -0
  1776. package/es/icon/icon-weibo/index.js +9 -0
  1777. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.d.ts +58 -0
  1778. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.js +80 -0
  1779. package/es/icon/icon-weibo-circle-fill/index.d.ts +121 -0
  1780. package/es/icon/icon-weibo-circle-fill/index.js +9 -0
  1781. package/es/icon/icon-wifi/icon-wifi.d.ts +58 -0
  1782. package/es/icon/icon-wifi/icon-wifi.js +81 -0
  1783. package/es/icon/icon-wifi/index.d.ts +121 -0
  1784. package/es/icon/icon-wifi/index.js +9 -0
  1785. package/es/icon/icon-woman/icon-woman.d.ts +58 -0
  1786. package/es/icon/icon-woman/icon-woman.js +76 -0
  1787. package/es/icon/icon-woman/index.d.ts +121 -0
  1788. package/es/icon/icon-woman/index.js +9 -0
  1789. package/es/icon/icon-xigua-color/icon-xigua-color.d.ts +58 -0
  1790. package/es/icon/icon-xigua-color/icon-xigua-color.js +77 -0
  1791. package/es/icon/icon-xigua-color/index.d.ts +121 -0
  1792. package/es/icon/icon-xigua-color/index.js +9 -0
  1793. package/es/icon/icon-zoom-in/icon-zoom-in.d.ts +58 -0
  1794. package/es/icon/icon-zoom-in/icon-zoom-in.js +76 -0
  1795. package/es/icon/icon-zoom-in/index.d.ts +121 -0
  1796. package/es/icon/icon-zoom-in/index.js +9 -0
  1797. package/es/icon/icon-zoom-out/icon-zoom-out.d.ts +58 -0
  1798. package/es/icon/icon-zoom-out/icon-zoom-out.js +76 -0
  1799. package/es/icon/icon-zoom-out/index.d.ts +121 -0
  1800. package/es/icon/icon-zoom-out/index.js +9 -0
  1801. package/es/icon/index.d.ts +289 -0
  1802. package/es/icon/index.js +288 -0
  1803. package/es/icon-component/add-from-icon-font-cn.d.ts +19 -0
  1804. package/es/icon-component/add-from-icon-font-cn.js +43 -0
  1805. package/es/icon-component/icon.d.ts +20 -0
  1806. package/es/icon-component/icon.js +48 -0
  1807. package/es/icon-component/index.d.ts +70 -0
  1808. package/es/icon-component/index.js +12 -0
  1809. package/es/icon-component/style/css.js +1 -0
  1810. package/es/icon-component/style/index.d.ts +1 -0
  1811. package/es/icon-component/style/index.js +1 -0
  1812. package/es/image/context.d.ts +6 -0
  1813. package/es/image/context.js +2 -0
  1814. package/es/image/hooks/use-image-drag.d.ts +11 -0
  1815. package/es/image/hooks/use-image-drag.js +72 -0
  1816. package/es/image/hooks/use-image-load-status.d.ts +10 -0
  1817. package/es/image/hooks/use-image-load-status.js +19 -0
  1818. package/es/image/image-footer.d.ts +18 -0
  1819. package/es/image/image-footer.js +51 -0
  1820. package/es/image/image.js +297 -0
  1821. package/es/image/index.js +27 -0
  1822. package/es/image/interface.d.ts +45 -0
  1823. package/es/image/preview-action.d.ts +1320 -0
  1824. package/es/image/preview-action.js +54 -0
  1825. package/es/image/preview-arrow.d.ts +21 -0
  1826. package/es/image/preview-arrow.js +64 -0
  1827. package/es/image/preview-group.js +30 -0
  1828. package/es/image/preview-group.vue_vue_type_script_lang.js +181 -0
  1829. package/es/image/preview-toolbar.d.ts +1366 -0
  1830. package/es/image/preview-toolbar.js +29 -0
  1831. package/es/image/preview-toolbar.vue_vue_type_script_lang.js +43 -0
  1832. package/es/image/preview.js +107 -0
  1833. package/es/image/preview.vue_vue_type_script_lang.js +346 -0
  1834. package/es/image/style/css.js +2 -0
  1835. package/es/image/style/image.less +158 -0
  1836. package/es/image/style/index.css +336 -0
  1837. package/es/image/style/index.d.ts +2 -0
  1838. package/es/image/style/index.js +2 -0
  1839. package/es/image/style/index.less +5 -0
  1840. package/es/image/style/preview.less +227 -0
  1841. package/es/image/style/token.less +123 -0
  1842. package/es/image/style/trigger.less +14 -0
  1843. package/es/image/utils/get-fix-translate.d.ts +1 -0
  1844. package/es/image/utils/get-fix-translate.js +30 -0
  1845. package/es/image/utils/get-scale.d.ts +6 -0
  1846. package/es/image/utils/get-scale.js +53 -0
  1847. package/es/image/utils/index.d.ts +1 -0
  1848. package/es/image/utils/index.js +10 -0
  1849. package/es/index.css +17718 -0
  1850. package/es/index.d.ts +151 -0
  1851. package/es/index.js +134 -0
  1852. package/es/index.less +76 -0
  1853. package/es/input/index.d.ts +552 -0
  1854. package/es/input/index.js +22 -0
  1855. package/es/input/input-group.d.ts +4 -0
  1856. package/es/input/input-group.js +21 -0
  1857. package/es/input/input-password.d.ts +214 -0
  1858. package/es/input/input-password.js +123 -0
  1859. package/es/input/input-search.d.ts +62 -0
  1860. package/es/input/input-search.js +115 -0
  1861. package/es/input/input.d.ts +141 -0
  1862. package/es/input/input.js +328 -0
  1863. package/es/input/style/css.js +2 -0
  1864. package/es/input/style/group.less +63 -0
  1865. package/es/input/style/index.css +616 -0
  1866. package/es/input/style/index.d.ts +2 -0
  1867. package/es/input/style/index.js +2 -0
  1868. package/es/input/style/index.less +121 -0
  1869. package/es/input/style/input.less +185 -0
  1870. package/es/input/style/password.less +11 -0
  1871. package/es/input/style/search.less +18 -0
  1872. package/es/input/style/size.less +149 -0
  1873. package/es/input/style/textarea.less +37 -0
  1874. package/es/input/style/token.less +131 -0
  1875. package/es/input-number/index.d.ts +282 -0
  1876. package/es/input-number/index.js +10 -0
  1877. package/es/input-number/input-number.d.ts +150 -0
  1878. package/es/input-number/input-number.js +382 -0
  1879. package/es/input-number/style/css.js +4 -0
  1880. package/es/input-number/style/index.css +133 -0
  1881. package/es/input-number/style/index.d.ts +4 -0
  1882. package/es/input-number/style/index.js +4 -0
  1883. package/es/input-number/style/index.less +160 -0
  1884. package/es/input-number/style/token.less +19 -0
  1885. package/es/input-tag/index.d.ts +326 -0
  1886. package/es/input-tag/index.js +10 -0
  1887. package/es/input-tag/input-tag.d.ts +171 -0
  1888. package/es/input-tag/input-tag.js +419 -0
  1889. package/es/input-tag/interface.d.ts +16 -0
  1890. package/es/input-tag/style/css.js +3 -0
  1891. package/es/input-tag/style/index.css +819 -0
  1892. package/es/input-tag/style/index.d.ts +3 -0
  1893. package/es/input-tag/style/index.js +3 -0
  1894. package/es/input-tag/style/index.less +40 -0
  1895. package/es/input-tag/style/input-tag.less +129 -0
  1896. package/es/input-tag/style/token.less +83 -0
  1897. package/es/input-tag/utils.d.ts +2 -0
  1898. package/es/input-tag/utils.js +27 -0
  1899. package/es/layout/content.d.ts +4 -0
  1900. package/es/layout/content.js +22 -0
  1901. package/es/layout/context.d.ts +12 -0
  1902. package/es/layout/context.js +5 -0
  1903. package/es/layout/footer.d.ts +4 -0
  1904. package/es/layout/footer.js +22 -0
  1905. package/es/layout/header.d.ts +4 -0
  1906. package/es/layout/header.js +22 -0
  1907. package/es/layout/index.d.ts +410 -0
  1908. package/es/layout/index.js +26 -0
  1909. package/es/layout/interface.d.ts +15 -0
  1910. package/es/layout/layout.d.ts +16 -0
  1911. package/es/layout/layout.js +12 -0
  1912. package/es/layout/layout.vue_vue_type_script_lang.js +28 -0
  1913. package/es/layout/sider.d.ts +343 -0
  1914. package/es/layout/sider.js +38 -0
  1915. package/es/layout/sider.vue_vue_type_script_lang.js +143 -0
  1916. package/es/layout/style/css.js +2 -0
  1917. package/es/layout/style/index.css +88 -0
  1918. package/es/layout/style/index.d.ts +2 -0
  1919. package/es/layout/style/index.js +2 -0
  1920. package/es/layout/style/index.less +104 -0
  1921. package/es/layout/style/token.less +13 -0
  1922. package/es/link/index.d.ts +114 -0
  1923. package/es/link/index.js +10 -0
  1924. package/es/link/link.d.ts +49 -0
  1925. package/es/link/link.js +76 -0
  1926. package/es/link/style/css.js +2 -0
  1927. package/es/link/style/index.css +109 -0
  1928. package/es/link/style/index.d.ts +2 -0
  1929. package/es/link/style/index.js +2 -0
  1930. package/es/link/style/index.less +120 -0
  1931. package/es/link/style/token.less +48 -0
  1932. package/es/list/index.d.ts +272 -0
  1933. package/es/list/index.js +19 -0
  1934. package/es/list/list-item-meta.d.ts +11 -0
  1935. package/es/list/list-item-meta.js +55 -0
  1936. package/es/list/list-item.d.ts +15 -0
  1937. package/es/list/list-item.js +42 -0
  1938. package/es/list/list.d.ts +120 -0
  1939. package/es/list/list.js +324 -0
  1940. package/es/list/style/css.js +15 -0
  1941. package/es/list/style/index.css +163 -0
  1942. package/es/list/style/index.d.ts +7 -0
  1943. package/es/list/style/index.js +15 -0
  1944. package/es/list/style/index.less +183 -0
  1945. package/es/list/style/token.less +55 -0
  1946. package/es/list/use-pagination.d.ts +8 -0
  1947. package/es/list/use-pagination.js +38 -0
  1948. package/es/locale/index.d.ts +11 -0
  1949. package/es/locale/index.js +61 -0
  1950. package/es/locale/interface.d.ts +201 -0
  1951. package/es/locale/lang/ar-eg.d.ts +3 -0
  1952. package/es/locale/lang/ar-eg.js +152 -0
  1953. package/es/locale/lang/de-de.d.ts +3 -0
  1954. package/es/locale/lang/de-de.js +152 -0
  1955. package/es/locale/lang/en-us.d.ts +3 -0
  1956. package/es/locale/lang/en-us.js +156 -0
  1957. package/es/locale/lang/es-es.d.ts +3 -0
  1958. package/es/locale/lang/es-es.js +152 -0
  1959. package/es/locale/lang/fr-fr.d.ts +3 -0
  1960. package/es/locale/lang/fr-fr.js +152 -0
  1961. package/es/locale/lang/id-id.d.ts +3 -0
  1962. package/es/locale/lang/id-id.js +152 -0
  1963. package/es/locale/lang/it-it.d.ts +3 -0
  1964. package/es/locale/lang/it-it.js +152 -0
  1965. package/es/locale/lang/ja-jp.d.ts +3 -0
  1966. package/es/locale/lang/ja-jp.js +200 -0
  1967. package/es/locale/lang/km-kh.d.ts +3 -0
  1968. package/es/locale/lang/km-kh.js +152 -0
  1969. package/es/locale/lang/ko-kr.d.ts +3 -0
  1970. package/es/locale/lang/ko-kr.js +152 -0
  1971. package/es/locale/lang/ms-my.d.ts +3 -0
  1972. package/es/locale/lang/ms-my.js +152 -0
  1973. package/es/locale/lang/nl-nl.d.ts +3 -0
  1974. package/es/locale/lang/nl-nl.js +200 -0
  1975. package/es/locale/lang/pt-pt.d.ts +3 -0
  1976. package/es/locale/lang/pt-pt.js +152 -0
  1977. package/es/locale/lang/ru-ru.d.ts +3 -0
  1978. package/es/locale/lang/ru-ru.js +200 -0
  1979. package/es/locale/lang/th-th.d.ts +3 -0
  1980. package/es/locale/lang/th-th.js +152 -0
  1981. package/es/locale/lang/vi-vn.d.ts +3 -0
  1982. package/es/locale/lang/vi-vn.js +152 -0
  1983. package/es/locale/lang/zh-cn.d.ts +3 -0
  1984. package/es/locale/lang/zh-cn.js +200 -0
  1985. package/es/locale/lang/zh-tw.d.ts +3 -0
  1986. package/es/locale/lang/zh-tw.js +200 -0
  1987. package/es/mention/index.d.ts +192 -0
  1988. package/es/mention/index.js +10 -0
  1989. package/es/mention/interface.d.ts +6 -0
  1990. package/es/mention/mention.d.ts +94 -0
  1991. package/es/mention/mention.js +326 -0
  1992. package/es/mention/style/css.js +13 -0
  1993. package/es/mention/style/index.css +33 -0
  1994. package/es/mention/style/index.d.ts +5 -0
  1995. package/es/mention/style/index.js +13 -0
  1996. package/es/mention/style/index.less +21 -0
  1997. package/es/mention/style/token.less +6 -0
  1998. package/es/mention/utils.d.ts +6 -0
  1999. package/es/mention/utils.js +27 -0
  2000. package/es/menu/base-menu.d.ts +209 -0
  2001. package/es/menu/base-menu.js +273 -0
  2002. package/es/menu/context.d.ts +26 -0
  2003. package/es/menu/context.js +4 -0
  2004. package/es/menu/hooks/use-level.d.ts +7 -0
  2005. package/es/menu/hooks/use-level.js +24 -0
  2006. package/es/menu/hooks/use-menu-context.d.ts +2 -0
  2007. package/es/menu/hooks/use-menu-context.js +7 -0
  2008. package/es/menu/hooks/use-menu-data-collector.d.ts +22 -0
  2009. package/es/menu/hooks/use-menu-data-collector.js +86 -0
  2010. package/es/menu/hooks/use-menu-open-state.d.ts +18 -0
  2011. package/es/menu/hooks/use-menu-open-state.js +108 -0
  2012. package/es/menu/hooks/use-menu.d.ts +4 -0
  2013. package/es/menu/hooks/use-menu.js +18 -0
  2014. package/es/menu/indent.d.ts +17 -0
  2015. package/es/menu/indent.js +37 -0
  2016. package/es/menu/index.js +22 -0
  2017. package/es/menu/interface.d.ts +71 -0
  2018. package/es/menu/item-group.d.ts +31 -0
  2019. package/es/menu/item-group.js +49 -0
  2020. package/es/menu/item.d.ts +31 -0
  2021. package/es/menu/item.js +131 -0
  2022. package/es/menu/menu.d.ts +228 -0
  2023. package/es/menu/menu.js +50 -0
  2024. package/es/menu/overflow-wrap.d.ts +2 -0
  2025. package/es/menu/overflow-wrap.js +112 -0
  2026. package/es/menu/style/css.js +6 -0
  2027. package/es/menu/style/index.css +707 -0
  2028. package/es/menu/style/index.d.ts +4 -0
  2029. package/es/menu/style/index.js +6 -0
  2030. package/es/menu/style/index.less +622 -0
  2031. package/es/menu/style/token.less +117 -0
  2032. package/es/menu/sub-menu-inline.d.ts +51 -0
  2033. package/es/menu/sub-menu-inline.js +107 -0
  2034. package/es/menu/sub-menu-pop.d.ts +861 -0
  2035. package/es/menu/sub-menu-pop.js +214 -0
  2036. package/es/menu/sub-menu.d.ts +3 -0
  2037. package/es/menu/sub-menu.js +110 -0
  2038. package/es/menu/utils/index.d.ts +6 -0
  2039. package/es/message/index.d.ts +15 -0
  2040. package/es/message/index.js +114 -0
  2041. package/es/message/interface.d.ts +40 -0
  2042. package/es/message/message-list.d.ts +28 -0
  2043. package/es/message/message-list.js +59 -0
  2044. package/es/message/message.d.ts +104 -0
  2045. package/es/message/message.js +142 -0
  2046. package/es/message/style/css.js +2 -0
  2047. package/es/message/style/index.css +166 -0
  2048. package/es/message/style/index.d.ts +2 -0
  2049. package/es/message/style/index.js +2 -0
  2050. package/es/message/style/index.less +191 -0
  2051. package/es/message/style/token.less +52 -0
  2052. package/es/modal/context.d.ts +5 -0
  2053. package/es/modal/hooks/use-draggable.d.ts +10 -0
  2054. package/es/modal/hooks/use-draggable.js +75 -0
  2055. package/es/modal/index.d.ts +1051 -0
  2056. package/es/modal/index.js +116 -0
  2057. package/es/modal/interface.d.ts +56 -0
  2058. package/es/modal/modal.d.ts +548 -0
  2059. package/es/modal/modal.js +144 -0
  2060. package/es/modal/modal.vue_vue_type_script_lang.js +407 -0
  2061. package/es/modal/style/css.js +3 -0
  2062. package/es/modal/style/index.css +231 -0
  2063. package/es/modal/style/index.d.ts +3 -0
  2064. package/es/modal/style/index.js +3 -0
  2065. package/es/modal/style/index.less +283 -0
  2066. package/es/modal/style/token.less +30 -0
  2067. package/es/notification/index.d.ts +14 -0
  2068. package/es/notification/index.js +125 -0
  2069. package/es/notification/interface.d.ts +49 -0
  2070. package/es/notification/interface.js +7 -0
  2071. package/es/notification/notification-list.d.ts +30 -0
  2072. package/es/notification/notification-list.js +72 -0
  2073. package/es/notification/notification.d.ts +92 -0
  2074. package/es/notification/notification.js +144 -0
  2075. package/es/notification/style/css.js +2 -0
  2076. package/es/notification/style/index.css +209 -0
  2077. package/es/notification/style/index.d.ts +2 -0
  2078. package/es/notification/style/index.js +2 -0
  2079. package/es/notification/style/index.less +249 -0
  2080. package/es/notification/style/token.less +58 -0
  2081. package/es/overflow-list/index.d.ts +81 -0
  2082. package/es/overflow-list/index.js +10 -0
  2083. package/es/overflow-list/overflow-list.d.ts +37 -0
  2084. package/es/overflow-list/overflow-list.js +142 -0
  2085. package/es/overflow-list/style/css.js +2 -0
  2086. package/es/overflow-list/style/index.css +30 -0
  2087. package/es/overflow-list/style/index.d.ts +2 -0
  2088. package/es/overflow-list/style/index.js +2 -0
  2089. package/es/overflow-list/style/index.less +19 -0
  2090. package/es/page-header/index.d.ts +135 -0
  2091. package/es/page-header/index.js +10 -0
  2092. package/es/page-header/page-header.d.ts +58 -0
  2093. package/es/page-header/page-header.js +110 -0
  2094. package/es/page-header/style/css.js +2 -0
  2095. package/es/page-header/style/index.css +112 -0
  2096. package/es/page-header/style/index.d.ts +2 -0
  2097. package/es/page-header/style/index.js +2 -0
  2098. package/es/page-header/style/index.less +127 -0
  2099. package/es/page-header/style/token.less +30 -0
  2100. package/es/pagination/index.d.ts +301 -0
  2101. package/es/pagination/index.js +10 -0
  2102. package/es/pagination/interface.d.ts +26 -0
  2103. package/es/pagination/page-item-ellipsis.d.ts +38 -0
  2104. package/es/pagination/page-item-ellipsis.js +57 -0
  2105. package/es/pagination/page-item-step.d.ts +59 -0
  2106. package/es/pagination/page-item-step.js +95 -0
  2107. package/es/pagination/page-item.d.ts +48 -0
  2108. package/es/pagination/page-item.js +62 -0
  2109. package/es/pagination/page-jumper.d.ts +341 -0
  2110. package/es/pagination/page-jumper.js +118 -0
  2111. package/es/pagination/page-options.d.ts +2332 -0
  2112. package/es/pagination/page-options.js +62 -0
  2113. package/es/pagination/pagination.d.ts +170 -0
  2114. package/es/pagination/pagination.js +296 -0
  2115. package/es/pagination/style/css.js +12 -0
  2116. package/es/pagination/style/index.css +274 -0
  2117. package/es/pagination/style/index.d.ts +4 -0
  2118. package/es/pagination/style/index.js +12 -0
  2119. package/es/pagination/style/index.less +300 -0
  2120. package/es/pagination/style/token.less +91 -0
  2121. package/es/pagination/utils.d.ts +4 -0
  2122. package/es/pagination/utils.js +10 -0
  2123. package/es/popconfirm/index.d.ts +1786 -0
  2124. package/es/popconfirm/index.js +10 -0
  2125. package/es/popconfirm/popconfirm.d.ts +904 -0
  2126. package/es/popconfirm/popconfirm.js +250 -0
  2127. package/es/popconfirm/style/css.js +4 -0
  2128. package/es/popconfirm/style/index.css +70 -0
  2129. package/es/popconfirm/style/index.d.ts +4 -0
  2130. package/es/popconfirm/style/index.js +4 -0
  2131. package/es/popconfirm/style/index.less +70 -0
  2132. package/es/popconfirm/style/token.less +20 -0
  2133. package/es/popover/index.d.ts +1294 -0
  2134. package/es/popover/index.js +10 -0
  2135. package/es/popover/popover.d.ts +652 -0
  2136. package/es/popover/popover.js +122 -0
  2137. package/es/popover/style/css.js +3 -0
  2138. package/es/popover/style/index.css +45 -0
  2139. package/es/popover/style/index.d.ts +3 -0
  2140. package/es/popover/style/index.js +3 -0
  2141. package/es/popover/style/index.less +38 -0
  2142. package/es/popover/style/token.less +15 -0
  2143. package/es/progress/circle.d.ts +94 -0
  2144. package/es/progress/circle.js +187 -0
  2145. package/es/progress/index.d.ts +694 -0
  2146. package/es/progress/index.js +10 -0
  2147. package/es/progress/line.d.ts +101 -0
  2148. package/es/progress/line.js +126 -0
  2149. package/es/progress/progress.d.ts +355 -0
  2150. package/es/progress/progress.js +146 -0
  2151. package/es/progress/steps.d.ts +71 -0
  2152. package/es/progress/steps.js +103 -0
  2153. package/es/progress/style/css.js +4 -0
  2154. package/es/progress/style/index.css +280 -0
  2155. package/es/progress/style/index.d.ts +3 -0
  2156. package/es/progress/style/index.js +4 -0
  2157. package/es/progress/style/index.less +378 -0
  2158. package/es/progress/style/token.less +60 -0
  2159. package/es/radio/context.d.ts +14 -0
  2160. package/es/radio/context.js +2 -0
  2161. package/es/radio/index.d.ts +263 -0
  2162. package/es/radio/index.js +14 -0
  2163. package/es/radio/interface.d.ts +6 -0
  2164. package/es/radio/radio-group.d.ts +70 -0
  2165. package/es/radio/radio-group.js +130 -0
  2166. package/es/radio/radio.d.ts +97 -0
  2167. package/es/radio/radio.js +153 -0
  2168. package/es/radio/style/css.js +2 -0
  2169. package/es/radio/style/index.css +219 -0
  2170. package/es/radio/style/index.d.ts +2 -0
  2171. package/es/radio/style/index.js +2 -0
  2172. package/es/radio/style/index.less +266 -0
  2173. package/es/radio/style/token.less +55 -0
  2174. package/es/rate/index.d.ts +175 -0
  2175. package/es/rate/index.js +10 -0
  2176. package/es/rate/rate.d.ts +92 -0
  2177. package/es/rate/rate.js +216 -0
  2178. package/es/rate/style/css.js +4 -0
  2179. package/es/rate/style/index.css +87 -0
  2180. package/es/rate/style/index.d.ts +3 -0
  2181. package/es/rate/style/index.js +4 -0
  2182. package/es/rate/style/index.less +87 -0
  2183. package/es/rate/style/token.less +13 -0
  2184. package/es/resize-box/index.d.ts +243 -0
  2185. package/es/resize-box/index.js +10 -0
  2186. package/es/resize-box/resize-box.d.ts +110 -0
  2187. package/es/resize-box/resize-box.js +227 -0
  2188. package/es/resize-box/style/css.js +2 -0
  2189. package/es/resize-box/style/index.css +62 -0
  2190. package/es/resize-box/style/index.d.ts +2 -0
  2191. package/es/resize-box/style/index.js +2 -0
  2192. package/es/resize-box/style/index.less +60 -0
  2193. package/es/resize-box/style/token.less +6 -0
  2194. package/es/result/403.d.ts +2 -0
  2195. package/es/result/403.js +687 -0
  2196. package/es/result/404.d.ts +2 -0
  2197. package/es/result/404.js +492 -0
  2198. package/es/result/500.d.ts +2 -0
  2199. package/es/result/500.js +451 -0
  2200. package/es/result/index.d.ts +72 -0
  2201. package/es/result/index.js +10 -0
  2202. package/es/result/result.d.ts +31 -0
  2203. package/es/result/result.js +109 -0
  2204. package/es/result/style/css.js +2 -0
  2205. package/es/result/style/index.css +90 -0
  2206. package/es/result/style/index.d.ts +2 -0
  2207. package/es/result/style/index.js +2 -0
  2208. package/es/result/style/index.less +94 -0
  2209. package/es/result/style/token.less +32 -0
  2210. package/es/scrollbar/index.d.ts +308 -0
  2211. package/es/scrollbar/index.js +10 -0
  2212. package/es/scrollbar/interface.d.ts +16 -0
  2213. package/es/scrollbar/scrollbar.d.ts +143 -0
  2214. package/es/scrollbar/scrollbar.js +263 -0
  2215. package/es/scrollbar/style/css.js +2 -0
  2216. package/es/scrollbar/style/index.css +108 -0
  2217. package/es/scrollbar/style/index.d.ts +2 -0
  2218. package/es/scrollbar/style/index.js +2 -0
  2219. package/es/scrollbar/style/index.less +137 -0
  2220. package/es/scrollbar/style/token.less +12 -0
  2221. package/es/scrollbar/thumb.d.ts +56 -0
  2222. package/es/scrollbar/thumb.js +159 -0
  2223. package/es/select/context.d.ts +17 -0
  2224. package/es/select/context.js +2 -0
  2225. package/es/select/hooks/use-options.d.ts +30 -0
  2226. package/es/select/hooks/use-options.js +136 -0
  2227. package/es/select/hooks/use-select.d.ts +47 -0
  2228. package/es/select/hooks/use-select.js +194 -0
  2229. package/es/select/index.d.ts +2296 -0
  2230. package/es/select/index.js +18 -0
  2231. package/es/select/interface.d.ts +75 -0
  2232. package/es/select/optgroup.d.ts +12 -0
  2233. package/es/select/optgroup.js +31 -0
  2234. package/es/select/option.d.ts +298 -0
  2235. package/es/select/option.js +202 -0
  2236. package/es/select/select-dropdown.d.ts +492 -0
  2237. package/es/select/select-dropdown.js +128 -0
  2238. package/es/select/select.d.ts +1036 -0
  2239. package/es/select/select.js +611 -0
  2240. package/es/select/style/css.js +11 -0
  2241. package/es/select/style/index.css +130 -0
  2242. package/es/select/style/index.d.ts +7 -0
  2243. package/es/select/style/index.js +11 -0
  2244. package/es/select/style/index.less +132 -0
  2245. package/es/select/style/token.less +43 -0
  2246. package/es/select/utils.d.ts +27 -0
  2247. package/es/select/utils.js +125 -0
  2248. package/es/skeleton/index.d.ts +144 -0
  2249. package/es/skeleton/index.js +18 -0
  2250. package/es/skeleton/line.d.ts +45 -0
  2251. package/es/skeleton/line.js +61 -0
  2252. package/es/skeleton/shape.d.ts +27 -0
  2253. package/es/skeleton/shape.js +35 -0
  2254. package/es/skeleton/skeleton.d.ts +28 -0
  2255. package/es/skeleton/skeleton.js +38 -0
  2256. package/es/skeleton/style/css.js +2 -0
  2257. package/es/skeleton/style/index.css +60 -0
  2258. package/es/skeleton/style/index.d.ts +2 -0
  2259. package/es/skeleton/style/index.js +2 -0
  2260. package/es/skeleton/style/index.less +66 -0
  2261. package/es/skeleton/style/token.less +15 -0
  2262. package/es/slider/index.d.ts +3995 -0
  2263. package/es/slider/index.js +10 -0
  2264. package/es/slider/slider-button.d.ts +1376 -0
  2265. package/es/slider/slider-button.js +133 -0
  2266. package/es/slider/slider-dots.d.ts +50 -0
  2267. package/es/slider/slider-dots.js +58 -0
  2268. package/es/slider/slider-input.d.ts +329 -0
  2269. package/es/slider/slider-input.js +70 -0
  2270. package/es/slider/slider-marks.d.ts +48 -0
  2271. package/es/slider/slider-marks.js +52 -0
  2272. package/es/slider/slider-ticks.d.ts +54 -0
  2273. package/es/slider/slider-ticks.js +74 -0
  2274. package/es/slider/slider.d.ts +1996 -0
  2275. package/es/slider/slider.js +330 -0
  2276. package/es/slider/style/css.js +7 -0
  2277. package/es/slider/style/index.css +236 -0
  2278. package/es/slider/style/index.d.ts +5 -0
  2279. package/es/slider/style/index.js +7 -0
  2280. package/es/slider/style/index.less +282 -0
  2281. package/es/slider/style/token.less +50 -0
  2282. package/es/slider/utils.d.ts +4 -0
  2283. package/es/slider/utils.js +9 -0
  2284. package/es/space/index.d.ts +89 -0
  2285. package/es/space/index.js +10 -0
  2286. package/es/space/space.d.ts +45 -0
  2287. package/es/space/space.js +92 -0
  2288. package/es/space/style/css.js +2 -0
  2289. package/es/space/style/index.css +51 -0
  2290. package/es/space/style/index.d.ts +2 -0
  2291. package/es/space/style/index.js +2 -0
  2292. package/es/space/style/index.less +50 -0
  2293. package/es/spin/dot-loading.d.ts +10 -0
  2294. package/es/spin/dot-loading.js +32 -0
  2295. package/es/spin/index.d.ts +65 -0
  2296. package/es/spin/index.js +10 -0
  2297. package/es/spin/spin.d.ts +28 -0
  2298. package/es/spin/spin.js +77 -0
  2299. package/es/spin/style/css.js +2 -0
  2300. package/es/spin/style/dot-loading.less +64 -0
  2301. package/es/spin/style/index.css +207 -0
  2302. package/es/spin/style/index.d.ts +2 -0
  2303. package/es/spin/style/index.js +2 -0
  2304. package/es/spin/style/index.less +56 -0
  2305. package/es/spin/style/token.less +17 -0
  2306. package/es/split/index.d.ts +199 -0
  2307. package/es/split/index.js +10 -0
  2308. package/es/split/interface.d.ts +9 -0
  2309. package/es/split/split.d.ts +85 -0
  2310. package/es/split/split.js +254 -0
  2311. package/es/split/style/css.js +2 -0
  2312. package/es/split/style/index.css +54 -0
  2313. package/es/split/style/index.d.ts +2 -0
  2314. package/es/split/style/index.js +2 -0
  2315. package/es/split/style/index.less +53 -0
  2316. package/es/split/style/token.less +7 -0
  2317. package/es/statistic/countdown.d.ts +57 -0
  2318. package/es/statistic/countdown.js +113 -0
  2319. package/es/statistic/index.d.ts +267 -0
  2320. package/es/statistic/index.js +14 -0
  2321. package/es/statistic/statistic.d.ts +107 -0
  2322. package/es/statistic/statistic.js +199 -0
  2323. package/es/statistic/style/css.js +2 -0
  2324. package/es/statistic/style/index.css +51 -0
  2325. package/es/statistic/style/index.d.ts +2 -0
  2326. package/es/statistic/style/index.js +2 -0
  2327. package/es/statistic/style/index.less +47 -0
  2328. package/es/statistic/style/token.less +15 -0
  2329. package/es/statistic/utils.d.ts +1 -0
  2330. package/es/statistic/utils.js +24 -0
  2331. package/es/steps/context.d.ts +17 -0
  2332. package/es/steps/context.js +2 -0
  2333. package/es/steps/index.d.ts +229 -0
  2334. package/es/steps/index.js +14 -0
  2335. package/es/steps/interface.d.ts +8 -0
  2336. package/es/steps/step.d.ts +40 -0
  2337. package/es/steps/step.js +154 -0
  2338. package/es/steps/steps.d.ts +97 -0
  2339. package/es/steps/steps.js +135 -0
  2340. package/es/steps/style/arrow.less +212 -0
  2341. package/es/steps/style/circle.less +265 -0
  2342. package/es/steps/style/css.js +2 -0
  2343. package/es/steps/style/dot.less +210 -0
  2344. package/es/steps/style/index.css +601 -0
  2345. package/es/steps/style/index.d.ts +2 -0
  2346. package/es/steps/style/index.js +2 -0
  2347. package/es/steps/style/index.less +74 -0
  2348. package/es/steps/style/navigation.less +60 -0
  2349. package/es/steps/style/token.less +144 -0
  2350. package/es/style/animation/fade.less +57 -0
  2351. package/es/style/animation/index.css +328 -0
  2352. package/es/style/animation/index.less +3 -0
  2353. package/es/style/animation/slide.less +158 -0
  2354. package/es/style/animation/zoom.less +217 -0
  2355. package/es/style/color/colors.less +427 -0
  2356. package/es/style/color/css-variables.less +389 -0
  2357. package/es/style/color/get-rgb-str.js +17 -0
  2358. package/es/style/color/palette-dark.js +10 -0
  2359. package/es/style/color/palette.js +10 -0
  2360. package/es/style/icon.less +86 -0
  2361. package/es/style/index.css +1236 -0
  2362. package/es/style/index.less +11 -0
  2363. package/es/style/mixins/icon-hover.less +14 -0
  2364. package/es/style/mixins/index.css +17 -0
  2365. package/es/style/mixins/index.less +13 -0
  2366. package/es/style/normalize.less +353 -0
  2367. package/es/style/theme/component.less +21 -0
  2368. package/es/style/theme/css-variables.less +146 -0
  2369. package/es/style/theme/global.less +416 -0
  2370. package/es/style/theme/index.css +17 -0
  2371. package/es/style/theme/index.less +42 -0
  2372. package/es/switch/index.d.ts +268 -0
  2373. package/es/switch/index.js +10 -0
  2374. package/es/switch/style/css.js +2 -0
  2375. package/es/switch/style/index.css +261 -0
  2376. package/es/switch/style/index.d.ts +2 -0
  2377. package/es/switch/style/index.js +2 -0
  2378. package/es/switch/style/index.less +332 -0
  2379. package/es/switch/style/token.less +62 -0
  2380. package/es/switch/switch.d.ts +135 -0
  2381. package/es/switch/switch.js +211 -0
  2382. package/es/table/context.d.ts +29 -0
  2383. package/es/table/context.js +3 -0
  2384. package/es/table/hooks/use-column-filter.d.ts +18 -0
  2385. package/es/table/hooks/use-column-filter.js +78 -0
  2386. package/es/table/hooks/use-column-resize.d.ts +8 -0
  2387. package/es/table/hooks/use-column-resize.js +39 -0
  2388. package/es/table/hooks/use-column-sorter.d.ts +14 -0
  2389. package/es/table/hooks/use-column-sorter.js +54 -0
  2390. package/es/table/hooks/use-drag.d.ts +18 -0
  2391. package/es/table/hooks/use-drag.js +80 -0
  2392. package/es/table/hooks/use-expand.d.ts +16 -0
  2393. package/es/table/hooks/use-expand.js +58 -0
  2394. package/es/table/hooks/use-filter.d.ts +11 -0
  2395. package/es/table/hooks/use-filter.js +73 -0
  2396. package/es/table/hooks/use-pagination.d.ts +7 -0
  2397. package/es/table/hooks/use-pagination.js +38 -0
  2398. package/es/table/hooks/use-row-selection.d.ts +22 -0
  2399. package/es/table/hooks/use-row-selection.js +88 -0
  2400. package/es/table/hooks/use-sorter.d.ts +17 -0
  2401. package/es/table/hooks/use-sorter.js +72 -0
  2402. package/es/table/hooks/use-span.d.ts +26 -0
  2403. package/es/table/hooks/use-span.js +59 -0
  2404. package/es/table/index.d.ts +1074 -0
  2405. package/es/table/index.js +34 -0
  2406. package/es/table/interface.d.ts +159 -0
  2407. package/es/table/style/css.js +18 -0
  2408. package/es/table/style/filters-popup.less +51 -0
  2409. package/es/table/style/index.css +697 -0
  2410. package/es/table/style/index.d.ts +11 -0
  2411. package/es/table/style/index.js +18 -0
  2412. package/es/table/style/index.less +868 -0
  2413. package/es/table/style/token.less +134 -0
  2414. package/es/table/table-col-group.d.ts +38 -0
  2415. package/es/table/table-col-group.js +61 -0
  2416. package/es/table/table-column.d.ts +120 -0
  2417. package/es/table/table-column.js +166 -0
  2418. package/es/table/table-operation-td.d.ts +582 -0
  2419. package/es/table/table-operation-td.js +141 -0
  2420. package/es/table/table-operation-th.d.ts +41 -0
  2421. package/es/table/table-operation-th.js +84 -0
  2422. package/es/table/table-tbody.d.ts +4 -0
  2423. package/es/table/table-tbody.js +15 -0
  2424. package/es/table/table-td.d.ts +122 -0
  2425. package/es/table/table-td.js +213 -0
  2426. package/es/table/table-th.d.ts +39 -0
  2427. package/es/table/table-th.js +296 -0
  2428. package/es/table/table-thead.d.ts +4 -0
  2429. package/es/table/table-thead.js +15 -0
  2430. package/es/table/table-tr.d.ts +41 -0
  2431. package/es/table/table-tr.js +43 -0
  2432. package/es/table/table.d.ts +416 -0
  2433. package/es/table/table.js +1511 -0
  2434. package/es/table/utils.d.ts +34 -0
  2435. package/es/table/utils.js +277 -0
  2436. package/es/tabs/context.d.ts +11 -0
  2437. package/es/tabs/context.js +2 -0
  2438. package/es/tabs/index.d.ts +346 -0
  2439. package/es/tabs/index.js +14 -0
  2440. package/es/tabs/interface.d.ts +12 -0
  2441. package/es/tabs/style/css.js +2 -0
  2442. package/es/tabs/style/index.css +764 -0
  2443. package/es/tabs/style/index.d.ts +2 -0
  2444. package/es/tabs/style/index.js +2 -0
  2445. package/es/tabs/style/index.less +730 -0
  2446. package/es/tabs/style/rtl.less +104 -0
  2447. package/es/tabs/style/token.less +146 -0
  2448. package/es/tabs/style/vertical.less +156 -0
  2449. package/es/tabs/tab-pane.d.ts +39 -0
  2450. package/es/tabs/tab-pane.js +85 -0
  2451. package/es/tabs/tabs-button.d.ts +42 -0
  2452. package/es/tabs/tabs-button.js +72 -0
  2453. package/es/tabs/tabs-nav-ink.d.ts +31 -0
  2454. package/es/tabs/tabs-nav-ink.js +74 -0
  2455. package/es/tabs/tabs-nav.d.ts +109 -0
  2456. package/es/tabs/tabs-nav.js +321 -0
  2457. package/es/tabs/tabs-tab.d.ts +71 -0
  2458. package/es/tabs/tabs-tab.js +87 -0
  2459. package/es/tabs/tabs.d.ts +169 -0
  2460. package/es/tabs/tabs.js +223 -0
  2461. package/es/tabs/utils.d.ts +7 -0
  2462. package/es/tabs/utils.js +10 -0
  2463. package/es/tag/index.d.ts +301 -0
  2464. package/es/tag/index.js +10 -0
  2465. package/es/tag/interface.d.ts +13 -0
  2466. package/es/tag/interface.js +16 -0
  2467. package/es/tag/style/css.js +2 -0
  2468. package/es/tag/style/index.css +513 -0
  2469. package/es/tag/style/index.d.ts +2 -0
  2470. package/es/tag/style/index.js +2 -0
  2471. package/es/tag/style/index.less +171 -0
  2472. package/es/tag/style/token.less +171 -0
  2473. package/es/tag/tag.d.ts +152 -0
  2474. package/es/tag/tag.js +192 -0
  2475. package/es/textarea/index.d.ts +408 -0
  2476. package/es/textarea/index.js +10 -0
  2477. package/es/textarea/style/css.js +2 -0
  2478. package/es/textarea/style/index.css +191 -0
  2479. package/es/textarea/style/index.d.ts +2 -0
  2480. package/es/textarea/style/index.js +2 -0
  2481. package/es/textarea/style/index.less +64 -0
  2482. package/es/textarea/textarea.d.ts +193 -0
  2483. package/es/textarea/textarea.js +391 -0
  2484. package/es/textarea/utils.d.ts +1 -0
  2485. package/es/textarea/utils.js +28 -0
  2486. package/es/time-picker/hooks/use-is-disabled-time.d.ts +7 -0
  2487. package/es/time-picker/hooks/use-is-disabled-time.js +15 -0
  2488. package/es/time-picker/hooks/use-time-format.d.ts +11 -0
  2489. package/es/time-picker/hooks/use-time-format.js +28 -0
  2490. package/es/time-picker/hooks/use-time-list.d.ts +16 -0
  2491. package/es/time-picker/hooks/use-time-list.js +93 -0
  2492. package/es/time-picker/hooks/use-time-state.d.ts +15 -0
  2493. package/es/time-picker/hooks/use-time-state.js +55 -0
  2494. package/es/time-picker/index.d.ts +4202 -0
  2495. package/es/time-picker/index.js +10 -0
  2496. package/es/time-picker/interface.d.ts +51 -0
  2497. package/es/time-picker/panel.d.ts +495 -0
  2498. package/es/time-picker/panel.js +295 -0
  2499. package/es/time-picker/range-panel.d.ts +524 -0
  2500. package/es/time-picker/range-panel.js +64 -0
  2501. package/es/time-picker/style/css.js +5 -0
  2502. package/es/time-picker/style/index.css +92 -0
  2503. package/es/time-picker/style/index.d.ts +5 -0
  2504. package/es/time-picker/style/index.js +5 -0
  2505. package/es/time-picker/style/index.less +94 -0
  2506. package/es/time-picker/style/token.less +17 -0
  2507. package/es/time-picker/time-column.d.ts +43 -0
  2508. package/es/time-picker/time-column.js +97 -0
  2509. package/es/time-picker/time-picker.d.ts +2108 -0
  2510. package/es/time-picker/time-picker.js +456 -0
  2511. package/es/time-picker/utils/index.d.ts +17 -0
  2512. package/es/time-picker/utils/index.js +86 -0
  2513. package/es/timeline/context.d.ts +11 -0
  2514. package/es/timeline/context.js +2 -0
  2515. package/es/timeline/index.d.ts +397 -0
  2516. package/es/timeline/index.js +14 -0
  2517. package/es/timeline/interface.d.ts +5 -0
  2518. package/es/timeline/item.d.ts +63 -0
  2519. package/es/timeline/item.js +161 -0
  2520. package/es/timeline/style/css.js +2 -0
  2521. package/es/timeline/style/horizontal.less +87 -0
  2522. package/es/timeline/style/index.css +293 -0
  2523. package/es/timeline/style/index.d.ts +2 -0
  2524. package/es/timeline/style/index.js +2 -0
  2525. package/es/timeline/style/index.less +272 -0
  2526. package/es/timeline/style/token.less +25 -0
  2527. package/es/timeline/timeline.d.ts +168 -0
  2528. package/es/timeline/timeline.js +87 -0
  2529. package/es/tooltip/index.d.ts +1306 -0
  2530. package/es/tooltip/index.js +10 -0
  2531. package/es/tooltip/style/css.js +3 -0
  2532. package/es/tooltip/style/index.css +35 -0
  2533. package/es/tooltip/style/index.d.ts +3 -0
  2534. package/es/tooltip/style/index.js +3 -0
  2535. package/es/tooltip/style/index.less +24 -0
  2536. package/es/tooltip/style/token.less +14 -0
  2537. package/es/tooltip/tooltip.d.ts +658 -0
  2538. package/es/tooltip/tooltip.js +134 -0
  2539. package/es/transfer/context.d.ts +8 -0
  2540. package/es/transfer/context.js +2 -0
  2541. package/es/transfer/index.d.ts +2756 -0
  2542. package/es/transfer/index.js +10 -0
  2543. package/es/transfer/interface.d.ts +11 -0
  2544. package/es/transfer/style/css.js +17 -0
  2545. package/es/transfer/style/index.css +256 -0
  2546. package/es/transfer/style/index.d.ts +6 -0
  2547. package/es/transfer/style/index.js +17 -0
  2548. package/es/transfer/style/index.less +294 -0
  2549. package/es/transfer/style/token.less +48 -0
  2550. package/es/transfer/transfer-list-item.d.ts +45 -0
  2551. package/es/transfer/transfer-list-item.js +77 -0
  2552. package/es/transfer/transfer-view.d.ts +1032 -0
  2553. package/es/transfer/transfer-view.js +220 -0
  2554. package/es/transfer/transfer.d.ts +1381 -0
  2555. package/es/transfer/transfer.js +301 -0
  2556. package/es/tree/base-node.d.ts +487 -0
  2557. package/es/tree/base-node.js +397 -0
  2558. package/es/tree/context.d.ts +33 -0
  2559. package/es/tree/context.js +2 -0
  2560. package/es/tree/expand-transition.d.ts +14 -0
  2561. package/es/tree/expand-transition.js +40 -0
  2562. package/es/tree/hooks/use-checked-state.d.ts +13 -0
  2563. package/es/tree/hooks/use-checked-state.js +64 -0
  2564. package/es/tree/hooks/use-draggable.d.ts +11 -0
  2565. package/es/tree/hooks/use-draggable.js +62 -0
  2566. package/es/tree/hooks/use-node-key.d.ts +3 -0
  2567. package/es/tree/hooks/use-node-key.js +15 -0
  2568. package/es/tree/hooks/use-tree-context.d.ts +2 -0
  2569. package/es/tree/hooks/use-tree-context.js +7 -0
  2570. package/es/tree/hooks/use-tree-data.d.ts +175 -0
  2571. package/es/tree/hooks/use-tree-data.js +32 -0
  2572. package/es/tree/index.d.ts +1702 -0
  2573. package/es/tree/index.js +10 -0
  2574. package/es/tree/interface.d.ts +131 -0
  2575. package/es/tree/node-switcher.d.ts +74 -0
  2576. package/es/tree/node-switcher.js +2 -0
  2577. package/es/tree/node-switcher.vue_vue_type_script_lang.js +98 -0
  2578. package/es/tree/node.d.ts +4 -0
  2579. package/es/tree/node.js +26 -0
  2580. package/es/tree/style/css.js +3 -0
  2581. package/es/tree/style/index.css +307 -0
  2582. package/es/tree/style/index.d.ts +3 -0
  2583. package/es/tree/style/index.js +3 -0
  2584. package/es/tree/style/index.less +396 -0
  2585. package/es/tree/style/token.less +51 -0
  2586. package/es/tree/transition-node-list.d.ts +535 -0
  2587. package/es/tree/transition-node-list.js +93 -0
  2588. package/es/tree/tree.d.ts +741 -0
  2589. package/es/tree/tree.js +714 -0
  2590. package/es/tree/utils/check-utils.d.ts +15 -0
  2591. package/es/tree/utils/check-utils.js +104 -0
  2592. package/es/tree/utils/index.d.ts +6 -0
  2593. package/es/tree/utils/index.js +33 -0
  2594. package/es/tree/utils/tree-data.d.ts +13 -0
  2595. package/es/tree/utils/tree-data.js +108 -0
  2596. package/es/tree-select/hooks/use-filter-tree-node.d.ts +12 -0
  2597. package/es/tree-select/hooks/use-filter-tree-node.js +67 -0
  2598. package/es/tree-select/hooks/use-selected-state.d.ts +24 -0
  2599. package/es/tree-select/hooks/use-selected-state.js +118 -0
  2600. package/es/tree-select/index.d.ts +5729 -0
  2601. package/es/tree-select/index.js +10 -0
  2602. package/es/tree-select/interface.d.ts +49 -0
  2603. package/es/tree-select/panel.d.ts +1753 -0
  2604. package/es/tree-select/panel.js +166 -0
  2605. package/es/tree-select/style/css.js +7 -0
  2606. package/es/tree-select/style/index.css +57 -0
  2607. package/es/tree-select/style/index.d.ts +6 -0
  2608. package/es/tree-select/style/index.js +7 -0
  2609. package/es/tree-select/style/index.less +49 -0
  2610. package/es/tree-select/style/token.less +7 -0
  2611. package/es/tree-select/tree-select.d.ts +2892 -0
  2612. package/es/tree-select/tree-select.js +494 -0
  2613. package/es/trigger/context.d.ts +8 -0
  2614. package/es/trigger/context.js +2 -0
  2615. package/es/trigger/index.d.ts +568 -0
  2616. package/es/trigger/index.js +10 -0
  2617. package/es/trigger/interface.d.ts +40 -0
  2618. package/es/trigger/style/css.js +2 -0
  2619. package/es/trigger/style/index.css +62 -0
  2620. package/es/trigger/style/index.d.ts +2 -0
  2621. package/es/trigger/style/index.js +2 -0
  2622. package/es/trigger/style/index.less +57 -0
  2623. package/es/trigger/style/token.less +5 -0
  2624. package/es/trigger/trigger.d.ts +331 -0
  2625. package/es/trigger/trigger.js +642 -0
  2626. package/es/trigger/utils.d.ts +51 -0
  2627. package/es/trigger/utils.js +379 -0
  2628. package/es/typography/base.d.ts +161 -0
  2629. package/es/typography/base.js +405 -0
  2630. package/es/typography/edit-content.d.ts +1641 -0
  2631. package/es/typography/edit-content.js +63 -0
  2632. package/es/typography/index.d.ts +89 -0
  2633. package/es/typography/index.js +25 -0
  2634. package/es/typography/interface.d.ts +55 -0
  2635. package/es/typography/operations.d.ts +1350 -0
  2636. package/es/typography/operations.js +108 -0
  2637. package/es/typography/paragraph.d.ts +27 -0
  2638. package/es/typography/paragraph.js +43 -0
  2639. package/es/typography/style/css.js +6 -0
  2640. package/es/typography/style/index.css +180 -0
  2641. package/es/typography/style/index.d.ts +5 -0
  2642. package/es/typography/style/index.js +6 -0
  2643. package/es/typography/style/index.less +207 -0
  2644. package/es/typography/style/token.less +55 -0
  2645. package/es/typography/text.d.ts +17 -0
  2646. package/es/typography/text.js +32 -0
  2647. package/es/typography/title.d.ts +17 -0
  2648. package/es/typography/title.js +30 -0
  2649. package/es/typography/typography.d.ts +4 -0
  2650. package/es/typography/typography.js +21 -0
  2651. package/es/typography/utils/getInnerText.d.ts +2 -0
  2652. package/es/typography/utils/getInnerText.js +21 -0
  2653. package/es/typography/utils/measure.d.ts +7 -0
  2654. package/es/typography/utils/measure.js +87 -0
  2655. package/es/upload/context.d.ts +21 -0
  2656. package/es/upload/context.js +2 -0
  2657. package/es/upload/index.d.ts +499 -0
  2658. package/es/upload/index.js +10 -0
  2659. package/es/upload/interfaces.d.ts +37 -0
  2660. package/es/upload/style/css.js +7 -0
  2661. package/es/upload/style/index.css +395 -0
  2662. package/es/upload/style/index.d.ts +6 -0
  2663. package/es/upload/style/index.js +7 -0
  2664. package/es/upload/style/index.less +515 -0
  2665. package/es/upload/style/token.less +97 -0
  2666. package/es/upload/upload-button.d.ts +69 -0
  2667. package/es/upload/upload-button.js +180 -0
  2668. package/es/upload/upload-list-item.d.ts +22 -0
  2669. package/es/upload/upload-list-item.js +129 -0
  2670. package/es/upload/upload-list.d.ts +63 -0
  2671. package/es/upload/upload-list.js +57 -0
  2672. package/es/upload/upload-picture-item.d.ts +24 -0
  2673. package/es/upload/upload-picture-item.js +67 -0
  2674. package/es/upload/upload-progress.d.ts +22 -0
  2675. package/es/upload/upload-progress.js +87 -0
  2676. package/es/upload/upload.d.ts +278 -0
  2677. package/es/upload/upload.js +460 -0
  2678. package/es/upload/utils.d.ts +7 -0
  2679. package/es/upload/utils.js +179 -0
  2680. package/es/verification-code/index.d.ts +150 -0
  2681. package/es/verification-code/index.js +10 -0
  2682. package/es/verification-code/style/css.js +2 -0
  2683. package/es/verification-code/style/index.css +43 -0
  2684. package/es/verification-code/style/index.d.ts +2 -0
  2685. package/es/verification-code/style/index.js +2 -0
  2686. package/es/verification-code/style/index.less +32 -0
  2687. package/es/verification-code/style/token.less +1 -0
  2688. package/es/verification-code/verification-code.d.ts +72 -0
  2689. package/es/verification-code/verification-code.js +163 -0
  2690. package/es/watermark/hooks/use-mutation-observer.d.ts +16 -0
  2691. package/es/watermark/hooks/use-mutation-observer.js +46 -0
  2692. package/es/watermark/hooks/use-theme.d.ts +10 -0
  2693. package/es/watermark/hooks/use-theme.js +41 -0
  2694. package/es/watermark/index.d.ts +200 -0
  2695. package/es/watermark/index.js +10 -0
  2696. package/es/watermark/interface.d.ts +8 -0
  2697. package/es/watermark/style/css.js +1 -0
  2698. package/es/watermark/style/index.d.ts +1 -0
  2699. package/es/watermark/style/index.js +1 -0
  2700. package/es/watermark/utils/index.d.ts +4 -0
  2701. package/es/watermark/utils/index.js +21 -0
  2702. package/es/watermark/watermark.d.ts +115 -0
  2703. package/es/watermark/watermark.js +266 -0
  2704. package/json/vetur-attributes.json +4759 -0
  2705. package/json/vetur-tags.json +1806 -0
  2706. package/json/web-types.json +11813 -0
  2707. package/lib/_components/auto-tooltip/auto-tooltip.js +87 -0
  2708. package/lib/_components/auto-tooltip/style/css.js +5 -0
  2709. package/lib/_components/auto-tooltip/style/index.css +23 -0
  2710. package/lib/_components/auto-tooltip/style/index.js +5 -0
  2711. package/lib/_components/auto-tooltip/style/index.less +10 -0
  2712. package/lib/_components/client-only.js +19 -0
  2713. package/lib/_components/feedback-icon.js +45 -0
  2714. package/lib/_components/icon-hover.js +42 -0
  2715. package/lib/_components/input-label/input-label.js +157 -0
  2716. package/lib/_components/input-label/style/css.js +4 -0
  2717. package/lib/_components/input-label/style/index.css +228 -0
  2718. package/lib/_components/input-label/style/index.js +4 -0
  2719. package/lib/_components/input-label/style/index.less +7 -0
  2720. package/lib/_components/input-label/style/input-label.less +70 -0
  2721. package/lib/_components/input-label/style/token.less +0 -0
  2722. package/lib/_components/picker/input-range.js +257 -0
  2723. package/lib/_components/picker/input.js +167 -0
  2724. package/lib/_components/picker/style/index.css +186 -0
  2725. package/lib/_components/picker/style/index.less +191 -0
  2726. package/lib/_components/picker/style/token.less +58 -0
  2727. package/lib/_components/render-function.js +15 -0
  2728. package/lib/_components/resize-observer-v2.js +53 -0
  2729. package/lib/_components/resize-observer.js +63 -0
  2730. package/lib/_components/resize-trigger.js +37 -0
  2731. package/lib/_components/resize-trigger.vue_vue_type_script_lang.js +46 -0
  2732. package/lib/_components/select-view/select-view.js +236 -0
  2733. package/lib/_components/select-view/style/css.js +7 -0
  2734. package/lib/_components/select-view/style/index.css +1032 -0
  2735. package/lib/_components/select-view/style/index.js +7 -0
  2736. package/lib/_components/select-view/style/index.less +58 -0
  2737. package/lib/_components/select-view/style/token.less +4 -0
  2738. package/lib/_components/transition/expand-transition.js +45 -0
  2739. package/lib/_components/virtual-list-v2/hooks/use-size.js +123 -0
  2740. package/lib/_components/virtual-list-v2/index.js +3 -0
  2741. package/lib/_components/virtual-list-v2/virtual-list-item.js +44 -0
  2742. package/lib/_components/virtual-list-v2/virtual-list.js +216 -0
  2743. package/lib/_hooks/use-children-components.js +23 -0
  2744. package/lib/_hooks/use-component-ref.js +25 -0
  2745. package/lib/_hooks/use-cursor.js +45 -0
  2746. package/lib/_hooks/use-first-element.js +21 -0
  2747. package/lib/_hooks/use-form-item.js +31 -0
  2748. package/lib/_hooks/use-index.js +53 -0
  2749. package/lib/_hooks/use-input.js +110 -0
  2750. package/lib/_hooks/use-merge-state.js +18 -0
  2751. package/lib/_hooks/use-overflow.js +43 -0
  2752. package/lib/_hooks/use-pick-slots.js +13 -0
  2753. package/lib/_hooks/use-popup-container.js +12 -0
  2754. package/lib/_hooks/use-popup-manager.js +85 -0
  2755. package/lib/_hooks/use-popup-overflow-hidden.js +41 -0
  2756. package/lib/_hooks/use-pure-prop.js +15 -0
  2757. package/lib/_hooks/use-resize-observer.js +34 -0
  2758. package/lib/_hooks/use-responsive.js +27 -0
  2759. package/lib/_hooks/use-scrollbar.js +20 -0
  2760. package/lib/_hooks/use-size.js +17 -0
  2761. package/lib/_hooks/use-state.js +10 -0
  2762. package/lib/_hooks/use-teleport-container.js +35 -0
  2763. package/lib/_hooks/use-trigger.js +34 -0
  2764. package/lib/_utils/array.js +14 -0
  2765. package/lib/_utils/clipboard.js +32 -0
  2766. package/lib/_utils/color.js +185 -0
  2767. package/lib/_utils/constant.js +35 -0
  2768. package/lib/_utils/convert-case.js +6 -0
  2769. package/lib/_utils/date.js +170 -0
  2770. package/lib/_utils/debounce.js +16 -0
  2771. package/lib/_utils/dom.js +129 -0
  2772. package/lib/_utils/get-value-by-path.js +51 -0
  2773. package/lib/_utils/global-config.js +33 -0
  2774. package/lib/_utils/is-equal.js +56 -0
  2775. package/lib/_utils/is.js +63 -0
  2776. package/lib/_utils/keyboard.js +46 -0
  2777. package/lib/_utils/keycode.js +22 -0
  2778. package/lib/_utils/omit.js +12 -0
  2779. package/lib/_utils/pad.js +11 -0
  2780. package/lib/_utils/pick-sub-comp-slots.js +18 -0
  2781. package/lib/_utils/pick.js +12 -0
  2782. package/lib/_utils/raf.js +7 -0
  2783. package/lib/_utils/responsive-observe.js +101 -0
  2784. package/lib/_utils/style.js +20 -0
  2785. package/lib/_utils/throttle-by-raf.js +21 -0
  2786. package/lib/_utils/to-array.js +7 -0
  2787. package/lib/_utils/use-prop-or-slot.js +7 -0
  2788. package/lib/_utils/vue-utils.js +205 -0
  2789. package/lib/_virtual/plugin-vue_export-helper.js +8 -0
  2790. package/lib/affix/affix.js +152 -0
  2791. package/lib/affix/index.js +11 -0
  2792. package/lib/affix/style/css.js +3 -0
  2793. package/lib/affix/style/index.css +21 -0
  2794. package/lib/affix/style/index.js +3 -0
  2795. package/lib/affix/style/index.less +8 -0
  2796. package/lib/alert/alert.js +147 -0
  2797. package/lib/alert/index.js +11 -0
  2798. package/lib/alert/style/css.js +3 -0
  2799. package/lib/alert/style/index.css +174 -0
  2800. package/lib/alert/style/index.js +3 -0
  2801. package/lib/alert/style/index.less +198 -0
  2802. package/lib/alert/style/token.less +76 -0
  2803. package/lib/anchor/anchor-link.js +62 -0
  2804. package/lib/anchor/anchor.js +220 -0
  2805. package/lib/anchor/context.js +4 -0
  2806. package/lib/anchor/index.js +16 -0
  2807. package/lib/anchor/style/css.js +3 -0
  2808. package/lib/anchor/style/index.css +96 -0
  2809. package/lib/anchor/style/index.js +3 -0
  2810. package/lib/anchor/style/index.less +99 -0
  2811. package/lib/anchor/style/token.less +30 -0
  2812. package/lib/anchor/utils.js +30 -0
  2813. package/lib/arco-vue.js +283 -0
  2814. package/lib/auto-complete/auto-complete.js +255 -0
  2815. package/lib/auto-complete/index.js +11 -0
  2816. package/lib/auto-complete/style/css.js +13 -0
  2817. package/lib/auto-complete/style/index.css +57 -0
  2818. package/lib/auto-complete/style/index.js +13 -0
  2819. package/lib/auto-complete/style/index.less +44 -0
  2820. package/lib/auto-complete/style/token.less +29 -0
  2821. package/lib/avatar/avatar-group.js +82 -0
  2822. package/lib/avatar/avatar.js +250 -0
  2823. package/lib/avatar/context.js +4 -0
  2824. package/lib/avatar/index.js +16 -0
  2825. package/lib/avatar/style/css.js +3 -0
  2826. package/lib/avatar/style/index.css +142 -0
  2827. package/lib/avatar/style/index.js +3 -0
  2828. package/lib/avatar/style/index.less +155 -0
  2829. package/lib/avatar/style/token.less +29 -0
  2830. package/lib/back-top/back-top.js +113 -0
  2831. package/lib/back-top/index.js +11 -0
  2832. package/lib/back-top/style/css.js +3 -0
  2833. package/lib/back-top/style/index.css +42 -0
  2834. package/lib/back-top/style/index.js +3 -0
  2835. package/lib/back-top/style/index.less +33 -0
  2836. package/lib/back-top/style/token.less +12 -0
  2837. package/lib/badge/badge.js +150 -0
  2838. package/lib/badge/index.js +11 -0
  2839. package/lib/badge/style/css.js +3 -0
  2840. package/lib/badge/style/index.css +183 -0
  2841. package/lib/badge/style/index.js +3 -0
  2842. package/lib/badge/style/index.less +178 -0
  2843. package/lib/badge/style/token.less +30 -0
  2844. package/lib/breadcrumb/breadcrumb-item.js +104 -0
  2845. package/lib/breadcrumb/breadcrumb.js +101 -0
  2846. package/lib/breadcrumb/context.js +4 -0
  2847. package/lib/breadcrumb/index.js +16 -0
  2848. package/lib/breadcrumb/style/css.js +3 -0
  2849. package/lib/breadcrumb/style/index.css +78 -0
  2850. package/lib/breadcrumb/style/index.js +3 -0
  2851. package/lib/breadcrumb/style/index.less +76 -0
  2852. package/lib/breadcrumb/style/token.less +24 -0
  2853. package/lib/button/button-group.js +51 -0
  2854. package/lib/button/button.js +146 -0
  2855. package/lib/button/context.js +4 -0
  2856. package/lib/button/index.js +16 -0
  2857. package/lib/button/style/css.js +3 -0
  2858. package/lib/button/style/index.css +888 -0
  2859. package/lib/button/style/index.js +3 -0
  2860. package/lib/button/style/index.less +304 -0
  2861. package/lib/button/style/token.less +459 -0
  2862. package/lib/calendar/calendar.js +191 -0
  2863. package/lib/calendar/header.js +143 -0
  2864. package/lib/calendar/hooks/useCellClassName.js +62 -0
  2865. package/lib/calendar/index.js +11 -0
  2866. package/lib/calendar/month.js +195 -0
  2867. package/lib/calendar/style/css.js +15 -0
  2868. package/lib/calendar/style/index.css +391 -0
  2869. package/lib/calendar/style/index.js +15 -0
  2870. package/lib/calendar/style/index.less +479 -0
  2871. package/lib/calendar/style/token.less +62 -0
  2872. package/lib/calendar/week.js +63 -0
  2873. package/lib/calendar/year.js +111 -0
  2874. package/lib/card/card-grid.js +43 -0
  2875. package/lib/card/card-meta.js +47 -0
  2876. package/lib/card/card.js +108 -0
  2877. package/lib/card/context.js +4 -0
  2878. package/lib/card/index.js +20 -0
  2879. package/lib/card/style/css.js +4 -0
  2880. package/lib/card/style/index.css +201 -0
  2881. package/lib/card/style/index.js +4 -0
  2882. package/lib/card/style/index.less +219 -0
  2883. package/lib/card/style/token.less +40 -0
  2884. package/lib/carousel/carousel-arrow.js +73 -0
  2885. package/lib/carousel/carousel-indicator.js +92 -0
  2886. package/lib/carousel/carousel-item.js +61 -0
  2887. package/lib/carousel/carousel.js +238 -0
  2888. package/lib/carousel/context.js +4 -0
  2889. package/lib/carousel/index.js +16 -0
  2890. package/lib/carousel/style/css.js +3 -0
  2891. package/lib/carousel/style/index.css +458 -0
  2892. package/lib/carousel/style/index.js +3 -0
  2893. package/lib/carousel/style/index.less +405 -0
  2894. package/lib/carousel/style/slide.less +175 -0
  2895. package/lib/carousel/style/token.less +33 -0
  2896. package/lib/cascader/base-cascader-panel.js +89 -0
  2897. package/lib/cascader/cascader-column.js +100 -0
  2898. package/lib/cascader/cascader-option.js +153 -0
  2899. package/lib/cascader/cascader-panel.js +303 -0
  2900. package/lib/cascader/cascader-search-panel.js +68 -0
  2901. package/lib/cascader/cascader.js +674 -0
  2902. package/lib/cascader/context.js +4 -0
  2903. package/lib/cascader/hooks/use-selected-path.js +80 -0
  2904. package/lib/cascader/index.js +16 -0
  2905. package/lib/cascader/style/css.js +13 -0
  2906. package/lib/cascader/style/index.css +326 -0
  2907. package/lib/cascader/style/index.js +13 -0
  2908. package/lib/cascader/style/index.less +234 -0
  2909. package/lib/cascader/style/token.less +24 -0
  2910. package/lib/cascader/utils.js +186 -0
  2911. package/lib/checkbox/checkbox-group.js +114 -0
  2912. package/lib/checkbox/checkbox.js +171 -0
  2913. package/lib/checkbox/context.js +4 -0
  2914. package/lib/checkbox/icon-check.js +19 -0
  2915. package/lib/checkbox/index.js +16 -0
  2916. package/lib/checkbox/style/css.js +3 -0
  2917. package/lib/checkbox/style/index.css +155 -0
  2918. package/lib/checkbox/style/index.js +3 -0
  2919. package/lib/checkbox/style/index.less +182 -0
  2920. package/lib/checkbox/style/token.less +37 -0
  2921. package/lib/collapse/collapse-item.js +146 -0
  2922. package/lib/collapse/collapse.js +108 -0
  2923. package/lib/collapse/context.js +4 -0
  2924. package/lib/collapse/index.js +16 -0
  2925. package/lib/collapse/style/css.js +3 -0
  2926. package/lib/collapse/style/index.css +154 -0
  2927. package/lib/collapse/style/index.js +3 -0
  2928. package/lib/collapse/style/index.less +180 -0
  2929. package/lib/collapse/style/token.less +34 -0
  2930. package/lib/color-picker/color-picker.js +182 -0
  2931. package/lib/color-picker/colors.js +27 -0
  2932. package/lib/color-picker/control-bar.js +65 -0
  2933. package/lib/color-picker/hooks/use-control-block.js +56 -0
  2934. package/lib/color-picker/index.js +11 -0
  2935. package/lib/color-picker/input-alpha.js +33 -0
  2936. package/lib/color-picker/input-hex.js +87 -0
  2937. package/lib/color-picker/input-rgb.js +61 -0
  2938. package/lib/color-picker/palette.js +50 -0
  2939. package/lib/color-picker/panel.js +168 -0
  2940. package/lib/color-picker/style/css.js +15 -0
  2941. package/lib/color-picker/style/index.css +277 -0
  2942. package/lib/color-picker/style/index.js +15 -0
  2943. package/lib/color-picker/style/index.less +309 -0
  2944. package/lib/color-picker/style/token.less +70 -0
  2945. package/lib/comment/comment.js +118 -0
  2946. package/lib/comment/index.js +11 -0
  2947. package/lib/comment/style/css.js +3 -0
  2948. package/lib/comment/style/index.css +68 -0
  2949. package/lib/comment/style/index.js +3 -0
  2950. package/lib/comment/style/index.less +66 -0
  2951. package/lib/comment/style/token.less +17 -0
  2952. package/lib/config-provider/config-provider.js +73 -0
  2953. package/lib/config-provider/context.js +4 -0
  2954. package/lib/config-provider/index.js +11 -0
  2955. package/lib/config-provider/style/css.js +1 -0
  2956. package/lib/config-provider/style/index.js +1 -0
  2957. package/lib/date-picker/context.js +4 -0
  2958. package/lib/date-picker/hooks/use-cell-class-name.js +51 -0
  2959. package/lib/date-picker/hooks/use-format.js +61 -0
  2960. package/lib/date-picker/hooks/use-header-value.js +82 -0
  2961. package/lib/date-picker/hooks/use-inject-datepicker-transform.js +8 -0
  2962. package/lib/date-picker/hooks/use-is-disabled-date.js +38 -0
  2963. package/lib/date-picker/hooks/use-panel-span.js +16 -0
  2964. package/lib/date-picker/hooks/use-picker-state.js +30 -0
  2965. package/lib/date-picker/hooks/use-provide-datepicker-transform.js +20 -0
  2966. package/lib/date-picker/hooks/use-range-header-value.js +161 -0
  2967. package/lib/date-picker/hooks/use-range-picker-state.js +31 -0
  2968. package/lib/date-picker/hooks/use-range-time-picker-value.js +61 -0
  2969. package/lib/date-picker/hooks/use-time-picker-value.js +47 -0
  2970. package/lib/date-picker/hooks/use-value-format.js +22 -0
  2971. package/lib/date-picker/index.js +32 -0
  2972. package/lib/date-picker/panels/body.js +146 -0
  2973. package/lib/date-picker/panels/date/index.js +315 -0
  2974. package/lib/date-picker/panels/footer.js +87 -0
  2975. package/lib/date-picker/panels/header.js +152 -0
  2976. package/lib/date-picker/panels/month/index.js +138 -0
  2977. package/lib/date-picker/panels/quarter/index.js +112 -0
  2978. package/lib/date-picker/panels/shortcuts.js +86 -0
  2979. package/lib/date-picker/panels/week/index.js +55 -0
  2980. package/lib/date-picker/panels/week-list.js +48 -0
  2981. package/lib/date-picker/panels/year/index.js +116 -0
  2982. package/lib/date-picker/picker-panel.js +326 -0
  2983. package/lib/date-picker/picker.js +583 -0
  2984. package/lib/date-picker/pickers/date-picker.js +49 -0
  2985. package/lib/date-picker/pickers/month-picker.js +27 -0
  2986. package/lib/date-picker/pickers/quarter-picker.js +31 -0
  2987. package/lib/date-picker/pickers/week-picker.js +35 -0
  2988. package/lib/date-picker/pickers/year-picker.js +27 -0
  2989. package/lib/date-picker/range-picker-panel.js +380 -0
  2990. package/lib/date-picker/range-picker.js +768 -0
  2991. package/lib/date-picker/style/css.js +9 -0
  2992. package/lib/date-picker/style/date.less +128 -0
  2993. package/lib/date-picker/style/index.css +627 -0
  2994. package/lib/date-picker/style/index.js +9 -0
  2995. package/lib/date-picker/style/index.less +309 -0
  2996. package/lib/date-picker/style/month.less +26 -0
  2997. package/lib/date-picker/style/quarter.less +8 -0
  2998. package/lib/date-picker/style/range.less +9 -0
  2999. package/lib/date-picker/style/shortcuts.less +25 -0
  3000. package/lib/date-picker/style/token.less +76 -0
  3001. package/lib/date-picker/style/week.less +68 -0
  3002. package/lib/date-picker/style/year.less +8 -0
  3003. package/lib/date-picker/utils/index.js +28 -0
  3004. package/lib/descriptions/descriptions-item.js +25 -0
  3005. package/lib/descriptions/descriptions.js +204 -0
  3006. package/lib/descriptions/index.js +16 -0
  3007. package/lib/descriptions/style/css.js +3 -0
  3008. package/lib/descriptions/style/index.css +176 -0
  3009. package/lib/descriptions/style/index.js +3 -0
  3010. package/lib/descriptions/style/index.less +159 -0
  3011. package/lib/descriptions/style/token.less +45 -0
  3012. package/lib/divider/divider.js +61 -0
  3013. package/lib/divider/index.js +11 -0
  3014. package/lib/divider/style/css.js +3 -0
  3015. package/lib/divider/style/index.css +60 -0
  3016. package/lib/divider/style/index.js +3 -0
  3017. package/lib/divider/style/index.less +56 -0
  3018. package/lib/divider/style/token.less +15 -0
  3019. package/lib/drawer/drawer.js +408 -0
  3020. package/lib/drawer/index.js +107 -0
  3021. package/lib/drawer/style/css.js +4 -0
  3022. package/lib/drawer/style/index.css +194 -0
  3023. package/lib/drawer/style/index.js +4 -0
  3024. package/lib/drawer/style/index.less +230 -0
  3025. package/lib/drawer/style/token.less +16 -0
  3026. package/lib/dropdown/context.js +4 -0
  3027. package/lib/dropdown/dropdown-button.js +135 -0
  3028. package/lib/dropdown/dropdown-group.js +30 -0
  3029. package/lib/dropdown/dropdown-option.js +79 -0
  3030. package/lib/dropdown/dropdown-panel.js +118 -0
  3031. package/lib/dropdown/dropdown-submenu.js +124 -0
  3032. package/lib/dropdown/dropdown.js +112 -0
  3033. package/lib/dropdown/index.js +28 -0
  3034. package/lib/dropdown/style/css.js +5 -0
  3035. package/lib/dropdown/style/index.css +108 -0
  3036. package/lib/dropdown/style/index.js +5 -0
  3037. package/lib/dropdown/style/index.less +106 -0
  3038. package/lib/dropdown/style/token.less +40 -0
  3039. package/lib/empty/empty.js +47 -0
  3040. package/lib/empty/index.js +11 -0
  3041. package/lib/empty/style/css.js +3 -0
  3042. package/lib/empty/style/index.css +36 -0
  3043. package/lib/empty/style/index.js +3 -0
  3044. package/lib/empty/style/index.less +26 -0
  3045. package/lib/empty/style/token.less +10 -0
  3046. package/lib/form/context.js +8 -0
  3047. package/lib/form/form-item-label.js +122 -0
  3048. package/lib/form/form-item-message.js +54 -0
  3049. package/lib/form/form-item.js +475 -0
  3050. package/lib/form/form.js +306 -0
  3051. package/lib/form/index.js +16 -0
  3052. package/lib/form/interface.js +9 -0
  3053. package/lib/form/style/css.js +4 -0
  3054. package/lib/form/style/index.css +460 -0
  3055. package/lib/form/style/index.js +4 -0
  3056. package/lib/form/style/index.less +257 -0
  3057. package/lib/form/style/status.less +152 -0
  3058. package/lib/form/style/token.less +81 -0
  3059. package/lib/form/utils.js +32 -0
  3060. package/lib/grid/context.js +12 -0
  3061. package/lib/grid/grid-col.js +130 -0
  3062. package/lib/grid/grid-item.js +116 -0
  3063. package/lib/grid/grid-row.js +91 -0
  3064. package/lib/grid/grid.js +103 -0
  3065. package/lib/grid/hook/use-responsive-state.js +48 -0
  3066. package/lib/grid/hook/use-responsive-value.js +25 -0
  3067. package/lib/grid/index.js +24 -0
  3068. package/lib/grid/style/col.less +95 -0
  3069. package/lib/grid/style/css.js +3 -0
  3070. package/lib/grid/style/grid.less +5 -0
  3071. package/lib/grid/style/index.css +1723 -0
  3072. package/lib/grid/style/index.js +3 -0
  3073. package/lib/grid/style/index.less +3 -0
  3074. package/lib/grid/style/row.less +44 -0
  3075. package/lib/grid/utils/index.js +63 -0
  3076. package/lib/icon/arco-vue-icon.js +587 -0
  3077. package/lib/icon/icon-align-center/icon-align-center.js +77 -0
  3078. package/lib/icon/icon-align-center/index.js +10 -0
  3079. package/lib/icon/icon-align-left/icon-align-left.js +77 -0
  3080. package/lib/icon/icon-align-left/index.js +10 -0
  3081. package/lib/icon/icon-align-right/icon-align-right.js +77 -0
  3082. package/lib/icon/icon-align-right/index.js +10 -0
  3083. package/lib/icon/icon-alipay-circle/icon-alipay-circle.js +81 -0
  3084. package/lib/icon/icon-alipay-circle/index.js +10 -0
  3085. package/lib/icon/icon-apps/icon-apps.js +77 -0
  3086. package/lib/icon/icon-apps/index.js +10 -0
  3087. package/lib/icon/icon-archive/icon-archive.js +84 -0
  3088. package/lib/icon/icon-archive/index.js +10 -0
  3089. package/lib/icon/icon-arrow-down/icon-arrow-down.js +77 -0
  3090. package/lib/icon/icon-arrow-down/index.js +10 -0
  3091. package/lib/icon/icon-arrow-fall/icon-arrow-fall.js +88 -0
  3092. package/lib/icon/icon-arrow-fall/index.js +10 -0
  3093. package/lib/icon/icon-arrow-left/icon-arrow-left.js +77 -0
  3094. package/lib/icon/icon-arrow-left/index.js +10 -0
  3095. package/lib/icon/icon-arrow-right/icon-arrow-right.js +77 -0
  3096. package/lib/icon/icon-arrow-right/index.js +10 -0
  3097. package/lib/icon/icon-arrow-rise/icon-arrow-rise.js +88 -0
  3098. package/lib/icon/icon-arrow-rise/index.js +10 -0
  3099. package/lib/icon/icon-arrow-up/icon-arrow-up.js +77 -0
  3100. package/lib/icon/icon-arrow-up/index.js +10 -0
  3101. package/lib/icon/icon-at/icon-at.js +77 -0
  3102. package/lib/icon/icon-at/index.js +10 -0
  3103. package/lib/icon/icon-attachment/icon-attachment.js +77 -0
  3104. package/lib/icon/icon-attachment/index.js +10 -0
  3105. package/lib/icon/icon-backward/icon-backward.js +77 -0
  3106. package/lib/icon/icon-backward/index.js +10 -0
  3107. package/lib/icon/icon-bar-chart/icon-bar-chart.js +77 -0
  3108. package/lib/icon/icon-bar-chart/index.js +10 -0
  3109. package/lib/icon/icon-bg-colors/icon-bg-colors.js +89 -0
  3110. package/lib/icon/icon-bg-colors/index.js +10 -0
  3111. package/lib/icon/icon-bold/icon-bold.js +77 -0
  3112. package/lib/icon/icon-bold/index.js +10 -0
  3113. package/lib/icon/icon-book/icon-book.js +77 -0
  3114. package/lib/icon/icon-book/index.js +10 -0
  3115. package/lib/icon/icon-bookmark/icon-bookmark.js +79 -0
  3116. package/lib/icon/icon-bookmark/index.js +10 -0
  3117. package/lib/icon/icon-branch/icon-branch.js +77 -0
  3118. package/lib/icon/icon-branch/index.js +10 -0
  3119. package/lib/icon/icon-brush/icon-brush.js +77 -0
  3120. package/lib/icon/icon-brush/index.js +10 -0
  3121. package/lib/icon/icon-bug/icon-bug.js +77 -0
  3122. package/lib/icon/icon-bug/index.js +10 -0
  3123. package/lib/icon/icon-bulb/icon-bulb.js +77 -0
  3124. package/lib/icon/icon-bulb/index.js +10 -0
  3125. package/lib/icon/icon-bytedance-color/icon-bytedance-color.js +90 -0
  3126. package/lib/icon/icon-bytedance-color/index.js +10 -0
  3127. package/lib/icon/icon-calendar/icon-calendar.js +77 -0
  3128. package/lib/icon/icon-calendar/index.js +10 -0
  3129. package/lib/icon/icon-calendar-clock/icon-calendar-clock.js +84 -0
  3130. package/lib/icon/icon-calendar-clock/index.js +10 -0
  3131. package/lib/icon/icon-camera/icon-camera.js +77 -0
  3132. package/lib/icon/icon-camera/index.js +10 -0
  3133. package/lib/icon/icon-caret-down/icon-caret-down.js +81 -0
  3134. package/lib/icon/icon-caret-down/index.js +10 -0
  3135. package/lib/icon/icon-caret-left/icon-caret-left.js +81 -0
  3136. package/lib/icon/icon-caret-left/index.js +10 -0
  3137. package/lib/icon/icon-caret-right/icon-caret-right.js +81 -0
  3138. package/lib/icon/icon-caret-right/index.js +10 -0
  3139. package/lib/icon/icon-caret-up/icon-caret-up.js +81 -0
  3140. package/lib/icon/icon-caret-up/index.js +10 -0
  3141. package/lib/icon/icon-check/icon-check.js +77 -0
  3142. package/lib/icon/icon-check/index.js +10 -0
  3143. package/lib/icon/icon-check-circle/icon-check-circle.js +77 -0
  3144. package/lib/icon/icon-check-circle/index.js +10 -0
  3145. package/lib/icon/icon-check-circle-fill/icon-check-circle-fill.js +83 -0
  3146. package/lib/icon/icon-check-circle-fill/index.js +10 -0
  3147. package/lib/icon/icon-check-square/icon-check-square.js +77 -0
  3148. package/lib/icon/icon-check-square/index.js +10 -0
  3149. package/lib/icon/icon-chinese-fill/icon-chinese-fill.js +88 -0
  3150. package/lib/icon/icon-chinese-fill/index.js +10 -0
  3151. package/lib/icon/icon-clock-circle/icon-clock-circle.js +77 -0
  3152. package/lib/icon/icon-clock-circle/index.js +10 -0
  3153. package/lib/icon/icon-close/icon-close.js +77 -0
  3154. package/lib/icon/icon-close/index.js +10 -0
  3155. package/lib/icon/icon-close-circle/icon-close-circle.js +77 -0
  3156. package/lib/icon/icon-close-circle/index.js +10 -0
  3157. package/lib/icon/icon-close-circle-fill/icon-close-circle-fill.js +83 -0
  3158. package/lib/icon/icon-close-circle-fill/index.js +10 -0
  3159. package/lib/icon/icon-cloud/icon-cloud.js +77 -0
  3160. package/lib/icon/icon-cloud/index.js +10 -0
  3161. package/lib/icon/icon-cloud-download/icon-cloud-download.js +77 -0
  3162. package/lib/icon/icon-cloud-download/index.js +10 -0
  3163. package/lib/icon/icon-code/icon-code.js +77 -0
  3164. package/lib/icon/icon-code/index.js +10 -0
  3165. package/lib/icon/icon-code-block/icon-code-block.js +77 -0
  3166. package/lib/icon/icon-code-block/index.js +10 -0
  3167. package/lib/icon/icon-code-sandbox/icon-code-sandbox.js +81 -0
  3168. package/lib/icon/icon-code-sandbox/index.js +10 -0
  3169. package/lib/icon/icon-code-square/icon-code-square.js +77 -0
  3170. package/lib/icon/icon-code-square/index.js +10 -0
  3171. package/lib/icon/icon-codepen/icon-codepen.js +81 -0
  3172. package/lib/icon/icon-codepen/index.js +10 -0
  3173. package/lib/icon/icon-command/icon-command.js +77 -0
  3174. package/lib/icon/icon-command/index.js +10 -0
  3175. package/lib/icon/icon-common/icon-common.js +77 -0
  3176. package/lib/icon/icon-common/index.js +10 -0
  3177. package/lib/icon/icon-compass/icon-compass.js +78 -0
  3178. package/lib/icon/icon-compass/index.js +10 -0
  3179. package/lib/icon/icon-computer/icon-computer.js +80 -0
  3180. package/lib/icon/icon-computer/index.js +10 -0
  3181. package/lib/icon/icon-copy/icon-copy.js +77 -0
  3182. package/lib/icon/icon-copy/index.js +10 -0
  3183. package/lib/icon/icon-copyright/icon-copyright.js +77 -0
  3184. package/lib/icon/icon-copyright/index.js +10 -0
  3185. package/lib/icon/icon-customer-service/icon-customer-service.js +77 -0
  3186. package/lib/icon/icon-customer-service/index.js +10 -0
  3187. package/lib/icon/icon-dashboard/icon-dashboard.js +78 -0
  3188. package/lib/icon/icon-dashboard/index.js +10 -0
  3189. package/lib/icon/icon-delete/icon-delete.js +77 -0
  3190. package/lib/icon/icon-delete/index.js +10 -0
  3191. package/lib/icon/icon-desktop/icon-desktop.js +77 -0
  3192. package/lib/icon/icon-desktop/index.js +10 -0
  3193. package/lib/icon/icon-dice/icon-dice.js +77 -0
  3194. package/lib/icon/icon-dice/index.js +10 -0
  3195. package/lib/icon/icon-double-down/icon-double-down.js +77 -0
  3196. package/lib/icon/icon-double-down/index.js +10 -0
  3197. package/lib/icon/icon-double-left/icon-double-left.js +77 -0
  3198. package/lib/icon/icon-double-left/index.js +10 -0
  3199. package/lib/icon/icon-double-right/icon-double-right.js +77 -0
  3200. package/lib/icon/icon-double-right/index.js +10 -0
  3201. package/lib/icon/icon-double-up/icon-double-up.js +77 -0
  3202. package/lib/icon/icon-double-up/index.js +10 -0
  3203. package/lib/icon/icon-down/icon-down.js +77 -0
  3204. package/lib/icon/icon-down/index.js +10 -0
  3205. package/lib/icon/icon-down-circle/icon-down-circle.js +83 -0
  3206. package/lib/icon/icon-down-circle/index.js +10 -0
  3207. package/lib/icon/icon-download/icon-download.js +77 -0
  3208. package/lib/icon/icon-download/index.js +10 -0
  3209. package/lib/icon/icon-drag-arrow/icon-drag-arrow.js +77 -0
  3210. package/lib/icon/icon-drag-arrow/index.js +10 -0
  3211. package/lib/icon/icon-drag-dot/icon-drag-dot.js +82 -0
  3212. package/lib/icon/icon-drag-dot/index.js +10 -0
  3213. package/lib/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +82 -0
  3214. package/lib/icon/icon-drag-dot-vertical/index.js +10 -0
  3215. package/lib/icon/icon-drive-file/icon-drive-file.js +77 -0
  3216. package/lib/icon/icon-drive-file/index.js +10 -0
  3217. package/lib/icon/icon-ear/icon-ear.js +77 -0
  3218. package/lib/icon/icon-ear/index.js +10 -0
  3219. package/lib/icon/icon-edit/icon-edit.js +77 -0
  3220. package/lib/icon/icon-edit/index.js +10 -0
  3221. package/lib/icon/icon-email/icon-email.js +84 -0
  3222. package/lib/icon/icon-email/index.js +10 -0
  3223. package/lib/icon/icon-empty/icon-empty.js +77 -0
  3224. package/lib/icon/icon-empty/index.js +10 -0
  3225. package/lib/icon/icon-english-fill/icon-english-fill.js +83 -0
  3226. package/lib/icon/icon-english-fill/index.js +10 -0
  3227. package/lib/icon/icon-eraser/icon-eraser.js +77 -0
  3228. package/lib/icon/icon-eraser/index.js +10 -0
  3229. package/lib/icon/icon-exclamation/icon-exclamation.js +88 -0
  3230. package/lib/icon/icon-exclamation/index.js +10 -0
  3231. package/lib/icon/icon-exclamation-circle/icon-exclamation-circle.js +77 -0
  3232. package/lib/icon/icon-exclamation-circle/index.js +10 -0
  3233. package/lib/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +83 -0
  3234. package/lib/icon/icon-exclamation-circle-fill/index.js +10 -0
  3235. package/lib/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.js +83 -0
  3236. package/lib/icon/icon-exclamation-polygon-fill/index.js +10 -0
  3237. package/lib/icon/icon-expand/icon-expand.js +77 -0
  3238. package/lib/icon/icon-expand/index.js +10 -0
  3239. package/lib/icon/icon-experiment/icon-experiment.js +77 -0
  3240. package/lib/icon/icon-experiment/index.js +10 -0
  3241. package/lib/icon/icon-export/icon-export.js +77 -0
  3242. package/lib/icon/icon-export/index.js +10 -0
  3243. package/lib/icon/icon-eye/icon-eye.js +81 -0
  3244. package/lib/icon/icon-eye/index.js +10 -0
  3245. package/lib/icon/icon-eye-invisible/icon-eye-invisible.js +78 -0
  3246. package/lib/icon/icon-eye-invisible/index.js +10 -0
  3247. package/lib/icon/icon-face-frown-fill/icon-face-frown-fill.js +83 -0
  3248. package/lib/icon/icon-face-frown-fill/index.js +10 -0
  3249. package/lib/icon/icon-face-meh-fill/icon-face-meh-fill.js +83 -0
  3250. package/lib/icon/icon-face-meh-fill/index.js +10 -0
  3251. package/lib/icon/icon-face-smile-fill/icon-face-smile-fill.js +83 -0
  3252. package/lib/icon/icon-face-smile-fill/index.js +10 -0
  3253. package/lib/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.js +81 -0
  3254. package/lib/icon/icon-faceBook-circle-fill/index.js +10 -0
  3255. package/lib/icon/icon-facebook/icon-facebook.js +81 -0
  3256. package/lib/icon/icon-facebook/index.js +10 -0
  3257. package/lib/icon/icon-facebook-square-fill/icon-facebook-square-fill.js +81 -0
  3258. package/lib/icon/icon-facebook-square-fill/index.js +10 -0
  3259. package/lib/icon/icon-file/icon-file.js +77 -0
  3260. package/lib/icon/icon-file/index.js +10 -0
  3261. package/lib/icon/icon-file-audio/icon-file-audio.js +83 -0
  3262. package/lib/icon/icon-file-audio/index.js +10 -0
  3263. package/lib/icon/icon-file-image/icon-file-image.js +77 -0
  3264. package/lib/icon/icon-file-image/index.js +10 -0
  3265. package/lib/icon/icon-file-pdf/icon-file-pdf.js +78 -0
  3266. package/lib/icon/icon-file-pdf/index.js +10 -0
  3267. package/lib/icon/icon-file-video/icon-file-video.js +78 -0
  3268. package/lib/icon/icon-file-video/index.js +10 -0
  3269. package/lib/icon/icon-filter/icon-filter.js +77 -0
  3270. package/lib/icon/icon-filter/index.js +10 -0
  3271. package/lib/icon/icon-find-replace/icon-find-replace.js +77 -0
  3272. package/lib/icon/icon-find-replace/index.js +10 -0
  3273. package/lib/icon/icon-fire/icon-fire.js +77 -0
  3274. package/lib/icon/icon-fire/index.js +10 -0
  3275. package/lib/icon/icon-folder/icon-folder.js +77 -0
  3276. package/lib/icon/icon-folder/index.js +10 -0
  3277. package/lib/icon/icon-folder-add/icon-folder-add.js +77 -0
  3278. package/lib/icon/icon-folder-add/index.js +10 -0
  3279. package/lib/icon/icon-folder-delete/icon-folder-delete.js +77 -0
  3280. package/lib/icon/icon-folder-delete/index.js +10 -0
  3281. package/lib/icon/icon-font-colors/icon-font-colors.js +77 -0
  3282. package/lib/icon/icon-font-colors/index.js +10 -0
  3283. package/lib/icon/icon-formula/icon-formula.js +77 -0
  3284. package/lib/icon/icon-formula/index.js +10 -0
  3285. package/lib/icon/icon-forward/icon-forward.js +77 -0
  3286. package/lib/icon/icon-forward/index.js +10 -0
  3287. package/lib/icon/icon-fullscreen/icon-fullscreen.js +77 -0
  3288. package/lib/icon/icon-fullscreen/index.js +10 -0
  3289. package/lib/icon/icon-fullscreen-exit/icon-fullscreen-exit.js +77 -0
  3290. package/lib/icon/icon-fullscreen-exit/index.js +10 -0
  3291. package/lib/icon/icon-gift/icon-gift.js +77 -0
  3292. package/lib/icon/icon-gift/index.js +10 -0
  3293. package/lib/icon/icon-github/icon-github.js +81 -0
  3294. package/lib/icon/icon-github/index.js +10 -0
  3295. package/lib/icon/icon-gitlab/icon-gitlab.js +81 -0
  3296. package/lib/icon/icon-gitlab/index.js +10 -0
  3297. package/lib/icon/icon-google/icon-google.js +81 -0
  3298. package/lib/icon/icon-google/index.js +10 -0
  3299. package/lib/icon/icon-google-circle-fill/icon-google-circle-fill.js +81 -0
  3300. package/lib/icon/icon-google-circle-fill/index.js +10 -0
  3301. package/lib/icon/icon-h1/icon-h1.js +77 -0
  3302. package/lib/icon/icon-h1/index.js +10 -0
  3303. package/lib/icon/icon-h2/icon-h2.js +77 -0
  3304. package/lib/icon/icon-h2/index.js +10 -0
  3305. package/lib/icon/icon-h3/icon-h3.js +77 -0
  3306. package/lib/icon/icon-h3/index.js +10 -0
  3307. package/lib/icon/icon-h4/icon-h4.js +77 -0
  3308. package/lib/icon/icon-h4/index.js +10 -0
  3309. package/lib/icon/icon-h5/icon-h5.js +77 -0
  3310. package/lib/icon/icon-h5/index.js +10 -0
  3311. package/lib/icon/icon-h6/icon-h6.js +77 -0
  3312. package/lib/icon/icon-h6/index.js +10 -0
  3313. package/lib/icon/icon-h7/icon-h7.js +77 -0
  3314. package/lib/icon/icon-h7/index.js +10 -0
  3315. package/lib/icon/icon-heart/icon-heart.js +77 -0
  3316. package/lib/icon/icon-heart/index.js +10 -0
  3317. package/lib/icon/icon-heart-fill/icon-heart-fill.js +81 -0
  3318. package/lib/icon/icon-heart-fill/index.js +10 -0
  3319. package/lib/icon/icon-highlight/icon-highlight.js +77 -0
  3320. package/lib/icon/icon-highlight/index.js +10 -0
  3321. package/lib/icon/icon-history/icon-history.js +77 -0
  3322. package/lib/icon/icon-history/index.js +10 -0
  3323. package/lib/icon/icon-home/icon-home.js +78 -0
  3324. package/lib/icon/icon-home/index.js +10 -0
  3325. package/lib/icon/icon-idcard/icon-idcard.js +83 -0
  3326. package/lib/icon/icon-idcard/index.js +10 -0
  3327. package/lib/icon/icon-image/icon-image.js +82 -0
  3328. package/lib/icon/icon-image/index.js +10 -0
  3329. package/lib/icon/icon-image-close/icon-image-close.js +77 -0
  3330. package/lib/icon/icon-image-close/index.js +10 -0
  3331. package/lib/icon/icon-import/icon-import.js +77 -0
  3332. package/lib/icon/icon-import/index.js +10 -0
  3333. package/lib/icon/icon-info/icon-info.js +88 -0
  3334. package/lib/icon/icon-info/index.js +10 -0
  3335. package/lib/icon/icon-info-circle/icon-info-circle.js +77 -0
  3336. package/lib/icon/icon-info-circle/index.js +10 -0
  3337. package/lib/icon/icon-info-circle-fill/icon-info-circle-fill.js +83 -0
  3338. package/lib/icon/icon-info-circle-fill/index.js +10 -0
  3339. package/lib/icon/icon-interaction/icon-interaction.js +77 -0
  3340. package/lib/icon/icon-interaction/index.js +10 -0
  3341. package/lib/icon/icon-italic/icon-italic.js +77 -0
  3342. package/lib/icon/icon-italic/index.js +10 -0
  3343. package/lib/icon/icon-language/icon-language.js +78 -0
  3344. package/lib/icon/icon-language/index.js +10 -0
  3345. package/lib/icon/icon-lark-color/icon-lark-color.js +86 -0
  3346. package/lib/icon/icon-lark-color/index.js +10 -0
  3347. package/lib/icon/icon-launch/icon-launch.js +77 -0
  3348. package/lib/icon/icon-launch/index.js +10 -0
  3349. package/lib/icon/icon-layers/icon-layers.js +78 -0
  3350. package/lib/icon/icon-layers/index.js +10 -0
  3351. package/lib/icon/icon-layout/icon-layout.js +77 -0
  3352. package/lib/icon/icon-layout/index.js +10 -0
  3353. package/lib/icon/icon-left/icon-left.js +77 -0
  3354. package/lib/icon/icon-left/index.js +10 -0
  3355. package/lib/icon/icon-left-circle/icon-left-circle.js +82 -0
  3356. package/lib/icon/icon-left-circle/index.js +10 -0
  3357. package/lib/icon/icon-line-height/icon-line-height.js +83 -0
  3358. package/lib/icon/icon-line-height/index.js +10 -0
  3359. package/lib/icon/icon-link/icon-link.js +77 -0
  3360. package/lib/icon/icon-link/index.js +10 -0
  3361. package/lib/icon/icon-list/icon-list.js +77 -0
  3362. package/lib/icon/icon-list/index.js +10 -0
  3363. package/lib/icon/icon-live-broadcast/icon-live-broadcast.js +77 -0
  3364. package/lib/icon/icon-live-broadcast/index.js +10 -0
  3365. package/lib/icon/icon-loading/icon-loading.js +77 -0
  3366. package/lib/icon/icon-loading/index.js +10 -0
  3367. package/lib/icon/icon-location/icon-location.js +82 -0
  3368. package/lib/icon/icon-location/index.js +10 -0
  3369. package/lib/icon/icon-lock/icon-lock.js +84 -0
  3370. package/lib/icon/icon-lock/index.js +10 -0
  3371. package/lib/icon/icon-loop/icon-loop.js +77 -0
  3372. package/lib/icon/icon-loop/index.js +10 -0
  3373. package/lib/icon/icon-man/icon-man.js +77 -0
  3374. package/lib/icon/icon-man/index.js +10 -0
  3375. package/lib/icon/icon-menu/icon-menu.js +77 -0
  3376. package/lib/icon/icon-menu/index.js +10 -0
  3377. package/lib/icon/icon-menu-fold/icon-menu-fold.js +77 -0
  3378. package/lib/icon/icon-menu-fold/index.js +10 -0
  3379. package/lib/icon/icon-menu-unfold/icon-menu-unfold.js +77 -0
  3380. package/lib/icon/icon-menu-unfold/index.js +10 -0
  3381. package/lib/icon/icon-message/icon-message.js +77 -0
  3382. package/lib/icon/icon-message/index.js +10 -0
  3383. package/lib/icon/icon-message-banned/icon-message-banned.js +77 -0
  3384. package/lib/icon/icon-message-banned/index.js +10 -0
  3385. package/lib/icon/icon-mind-mapping/icon-mind-mapping.js +77 -0
  3386. package/lib/icon/icon-mind-mapping/index.js +10 -0
  3387. package/lib/icon/icon-minus/icon-minus.js +77 -0
  3388. package/lib/icon/icon-minus/index.js +10 -0
  3389. package/lib/icon/icon-minus-circle/icon-minus-circle.js +77 -0
  3390. package/lib/icon/icon-minus-circle/index.js +10 -0
  3391. package/lib/icon/icon-minus-circle-fill/icon-minus-circle-fill.js +83 -0
  3392. package/lib/icon/icon-minus-circle-fill/index.js +10 -0
  3393. package/lib/icon/icon-mobile/icon-mobile.js +84 -0
  3394. package/lib/icon/icon-mobile/index.js +10 -0
  3395. package/lib/icon/icon-moon/icon-moon.js +77 -0
  3396. package/lib/icon/icon-moon/index.js +10 -0
  3397. package/lib/icon/icon-moon-fill/icon-moon-fill.js +81 -0
  3398. package/lib/icon/icon-moon-fill/index.js +10 -0
  3399. package/lib/icon/icon-more/icon-more.js +82 -0
  3400. package/lib/icon/icon-more/index.js +10 -0
  3401. package/lib/icon/icon-more-vertical/icon-more-vertical.js +82 -0
  3402. package/lib/icon/icon-more-vertical/index.js +10 -0
  3403. package/lib/icon/icon-mosaic/icon-mosaic.js +82 -0
  3404. package/lib/icon/icon-mosaic/index.js +10 -0
  3405. package/lib/icon/icon-music/icon-music.js +77 -0
  3406. package/lib/icon/icon-music/index.js +10 -0
  3407. package/lib/icon/icon-mute/icon-mute.js +77 -0
  3408. package/lib/icon/icon-mute/index.js +10 -0
  3409. package/lib/icon/icon-mute-fill/icon-mute-fill.js +88 -0
  3410. package/lib/icon/icon-mute-fill/index.js +10 -0
  3411. package/lib/icon/icon-nav/icon-nav.js +77 -0
  3412. package/lib/icon/icon-nav/index.js +10 -0
  3413. package/lib/icon/icon-notification/icon-notification.js +77 -0
  3414. package/lib/icon/icon-notification/index.js +10 -0
  3415. package/lib/icon/icon-notification-close/icon-notification-close.js +77 -0
  3416. package/lib/icon/icon-notification-close/index.js +10 -0
  3417. package/lib/icon/icon-oblique-line/icon-oblique-line.js +77 -0
  3418. package/lib/icon/icon-oblique-line/index.js +10 -0
  3419. package/lib/icon/icon-ordered-list/icon-ordered-list.js +84 -0
  3420. package/lib/icon/icon-ordered-list/index.js +10 -0
  3421. package/lib/icon/icon-original-size/icon-original-size.js +83 -0
  3422. package/lib/icon/icon-original-size/index.js +10 -0
  3423. package/lib/icon/icon-palette/icon-palette.js +77 -0
  3424. package/lib/icon/icon-palette/index.js +10 -0
  3425. package/lib/icon/icon-paste/icon-paste.js +89 -0
  3426. package/lib/icon/icon-paste/index.js +10 -0
  3427. package/lib/icon/icon-pause/icon-pause.js +82 -0
  3428. package/lib/icon/icon-pause/index.js +10 -0
  3429. package/lib/icon/icon-pause-circle/icon-pause-circle.js +78 -0
  3430. package/lib/icon/icon-pause-circle/index.js +10 -0
  3431. package/lib/icon/icon-pause-circle-fill/icon-pause-circle-fill.js +83 -0
  3432. package/lib/icon/icon-pause-circle-fill/index.js +10 -0
  3433. package/lib/icon/icon-pen/icon-pen.js +77 -0
  3434. package/lib/icon/icon-pen/index.js +10 -0
  3435. package/lib/icon/icon-pen-fill/icon-pen-fill.js +81 -0
  3436. package/lib/icon/icon-pen-fill/index.js +10 -0
  3437. package/lib/icon/icon-phone/icon-phone.js +77 -0
  3438. package/lib/icon/icon-phone/index.js +10 -0
  3439. package/lib/icon/icon-play-arrow/icon-play-arrow.js +77 -0
  3440. package/lib/icon/icon-play-arrow/index.js +10 -0
  3441. package/lib/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +81 -0
  3442. package/lib/icon/icon-play-arrow-fill/index.js +10 -0
  3443. package/lib/icon/icon-play-circle/icon-play-circle.js +78 -0
  3444. package/lib/icon/icon-play-circle/index.js +10 -0
  3445. package/lib/icon/icon-play-circle-fill/icon-play-circle-fill.js +83 -0
  3446. package/lib/icon/icon-play-circle-fill/index.js +10 -0
  3447. package/lib/icon/icon-plus/icon-plus.js +77 -0
  3448. package/lib/icon/icon-plus/index.js +10 -0
  3449. package/lib/icon/icon-plus-circle/icon-plus-circle.js +77 -0
  3450. package/lib/icon/icon-plus-circle/index.js +10 -0
  3451. package/lib/icon/icon-plus-circle-fill/icon-plus-circle-fill.js +83 -0
  3452. package/lib/icon/icon-plus-circle-fill/index.js +10 -0
  3453. package/lib/icon/icon-poweroff/icon-poweroff.js +77 -0
  3454. package/lib/icon/icon-poweroff/index.js +10 -0
  3455. package/lib/icon/icon-printer/icon-printer.js +77 -0
  3456. package/lib/icon/icon-printer/index.js +10 -0
  3457. package/lib/icon/icon-public/icon-public.js +77 -0
  3458. package/lib/icon/icon-public/index.js +10 -0
  3459. package/lib/icon/icon-pushpin/icon-pushpin.js +77 -0
  3460. package/lib/icon/icon-pushpin/index.js +10 -0
  3461. package/lib/icon/icon-qq/icon-qq.js +81 -0
  3462. package/lib/icon/icon-qq/index.js +10 -0
  3463. package/lib/icon/icon-qq-circle-fill/icon-qq-circle-fill.js +81 -0
  3464. package/lib/icon/icon-qq-circle-fill/index.js +10 -0
  3465. package/lib/icon/icon-qq-zone/icon-qq-zone.js +81 -0
  3466. package/lib/icon/icon-qq-zone/index.js +10 -0
  3467. package/lib/icon/icon-qrcode/icon-qrcode.js +77 -0
  3468. package/lib/icon/icon-qrcode/index.js +10 -0
  3469. package/lib/icon/icon-question/icon-question.js +77 -0
  3470. package/lib/icon/icon-question/index.js +10 -0
  3471. package/lib/icon/icon-question-circle/icon-question-circle.js +78 -0
  3472. package/lib/icon/icon-question-circle/index.js +10 -0
  3473. package/lib/icon/icon-question-circle-fill/icon-question-circle-fill.js +83 -0
  3474. package/lib/icon/icon-question-circle-fill/index.js +10 -0
  3475. package/lib/icon/icon-quote/icon-quote.js +82 -0
  3476. package/lib/icon/icon-quote/index.js +10 -0
  3477. package/lib/icon/icon-record/icon-record.js +86 -0
  3478. package/lib/icon/icon-record/index.js +10 -0
  3479. package/lib/icon/icon-record-stop/icon-record-stop.js +86 -0
  3480. package/lib/icon/icon-record-stop/index.js +10 -0
  3481. package/lib/icon/icon-redo/icon-redo.js +77 -0
  3482. package/lib/icon/icon-redo/index.js +10 -0
  3483. package/lib/icon/icon-refresh/icon-refresh.js +77 -0
  3484. package/lib/icon/icon-refresh/index.js +10 -0
  3485. package/lib/icon/icon-relation/icon-relation.js +78 -0
  3486. package/lib/icon/icon-relation/index.js +10 -0
  3487. package/lib/icon/icon-reply/icon-reply.js +77 -0
  3488. package/lib/icon/icon-reply/index.js +10 -0
  3489. package/lib/icon/icon-right/icon-right.js +77 -0
  3490. package/lib/icon/icon-right/index.js +10 -0
  3491. package/lib/icon/icon-right-circle/icon-right-circle.js +82 -0
  3492. package/lib/icon/icon-right-circle/index.js +10 -0
  3493. package/lib/icon/icon-robot/icon-robot.js +82 -0
  3494. package/lib/icon/icon-robot/index.js +10 -0
  3495. package/lib/icon/icon-robot-add/icon-robot-add.js +77 -0
  3496. package/lib/icon/icon-robot-add/index.js +10 -0
  3497. package/lib/icon/icon-rotate-left/icon-rotate-left.js +77 -0
  3498. package/lib/icon/icon-rotate-left/index.js +10 -0
  3499. package/lib/icon/icon-rotate-right/icon-rotate-right.js +77 -0
  3500. package/lib/icon/icon-rotate-right/index.js +10 -0
  3501. package/lib/icon/icon-safe/icon-safe.js +77 -0
  3502. package/lib/icon/icon-safe/index.js +10 -0
  3503. package/lib/icon/icon-save/icon-save.js +77 -0
  3504. package/lib/icon/icon-save/index.js +10 -0
  3505. package/lib/icon/icon-scan/icon-scan.js +77 -0
  3506. package/lib/icon/icon-scan/index.js +10 -0
  3507. package/lib/icon/icon-schedule/icon-schedule.js +82 -0
  3508. package/lib/icon/icon-schedule/index.js +10 -0
  3509. package/lib/icon/icon-scissor/icon-scissor.js +77 -0
  3510. package/lib/icon/icon-scissor/index.js +10 -0
  3511. package/lib/icon/icon-search/icon-search.js +77 -0
  3512. package/lib/icon/icon-search/index.js +10 -0
  3513. package/lib/icon/icon-select-all/icon-select-all.js +77 -0
  3514. package/lib/icon/icon-select-all/index.js +10 -0
  3515. package/lib/icon/icon-send/icon-send.js +80 -0
  3516. package/lib/icon/icon-send/index.js +10 -0
  3517. package/lib/icon/icon-settings/icon-settings.js +78 -0
  3518. package/lib/icon/icon-settings/index.js +10 -0
  3519. package/lib/icon/icon-shake/icon-shake.js +85 -0
  3520. package/lib/icon/icon-shake/index.js +10 -0
  3521. package/lib/icon/icon-share-alt/icon-share-alt.js +77 -0
  3522. package/lib/icon/icon-share-alt/index.js +10 -0
  3523. package/lib/icon/icon-share-external/icon-share-external.js +80 -0
  3524. package/lib/icon/icon-share-external/index.js +10 -0
  3525. package/lib/icon/icon-share-internal/icon-share-internal.js +77 -0
  3526. package/lib/icon/icon-share-internal/index.js +10 -0
  3527. package/lib/icon/icon-shrink/icon-shrink.js +77 -0
  3528. package/lib/icon/icon-shrink/index.js +10 -0
  3529. package/lib/icon/icon-skin/icon-skin.js +77 -0
  3530. package/lib/icon/icon-skin/index.js +10 -0
  3531. package/lib/icon/icon-skip-next/icon-skip-next.js +78 -0
  3532. package/lib/icon/icon-skip-next/index.js +10 -0
  3533. package/lib/icon/icon-skip-next-fill/icon-skip-next-fill.js +88 -0
  3534. package/lib/icon/icon-skip-next-fill/index.js +10 -0
  3535. package/lib/icon/icon-skip-previous/icon-skip-previous.js +78 -0
  3536. package/lib/icon/icon-skip-previous/index.js +10 -0
  3537. package/lib/icon/icon-skip-previous-fill/icon-skip-previous-fill.js +88 -0
  3538. package/lib/icon/icon-skip-previous-fill/index.js +10 -0
  3539. package/lib/icon/icon-sort/icon-sort.js +77 -0
  3540. package/lib/icon/icon-sort/index.js +10 -0
  3541. package/lib/icon/icon-sort-ascending/icon-sort-ascending.js +77 -0
  3542. package/lib/icon/icon-sort-ascending/index.js +10 -0
  3543. package/lib/icon/icon-sort-descending/icon-sort-descending.js +77 -0
  3544. package/lib/icon/icon-sort-descending/index.js +10 -0
  3545. package/lib/icon/icon-sound/icon-sound.js +78 -0
  3546. package/lib/icon/icon-sound/index.js +10 -0
  3547. package/lib/icon/icon-sound-fill/icon-sound-fill.js +91 -0
  3548. package/lib/icon/icon-sound-fill/index.js +10 -0
  3549. package/lib/icon/icon-stamp/icon-stamp.js +77 -0
  3550. package/lib/icon/icon-stamp/index.js +10 -0
  3551. package/lib/icon/icon-star/icon-star.js +77 -0
  3552. package/lib/icon/icon-star/index.js +10 -0
  3553. package/lib/icon/icon-star-fill/icon-star-fill.js +81 -0
  3554. package/lib/icon/icon-star-fill/index.js +10 -0
  3555. package/lib/icon/icon-stop/icon-stop.js +77 -0
  3556. package/lib/icon/icon-stop/index.js +10 -0
  3557. package/lib/icon/icon-storage/icon-storage.js +84 -0
  3558. package/lib/icon/icon-storage/index.js +10 -0
  3559. package/lib/icon/icon-strikethrough/icon-strikethrough.js +77 -0
  3560. package/lib/icon/icon-strikethrough/index.js +10 -0
  3561. package/lib/icon/icon-subscribe/icon-subscribe.js +77 -0
  3562. package/lib/icon/icon-subscribe/index.js +10 -0
  3563. package/lib/icon/icon-subscribe-add/icon-subscribe-add.js +77 -0
  3564. package/lib/icon/icon-subscribe-add/index.js +10 -0
  3565. package/lib/icon/icon-subscribed/icon-subscribed.js +77 -0
  3566. package/lib/icon/icon-subscribed/index.js +10 -0
  3567. package/lib/icon/icon-sun/icon-sun.js +87 -0
  3568. package/lib/icon/icon-sun/index.js +10 -0
  3569. package/lib/icon/icon-sun-fill/icon-sun-fill.js +88 -0
  3570. package/lib/icon/icon-sun-fill/index.js +10 -0
  3571. package/lib/icon/icon-swap/icon-swap.js +77 -0
  3572. package/lib/icon/icon-swap/index.js +10 -0
  3573. package/lib/icon/icon-sync/icon-sync.js +77 -0
  3574. package/lib/icon/icon-sync/index.js +10 -0
  3575. package/lib/icon/icon-tag/icon-tag.js +83 -0
  3576. package/lib/icon/icon-tag/index.js +10 -0
  3577. package/lib/icon/icon-tags/icon-tags.js +82 -0
  3578. package/lib/icon/icon-tags/index.js +10 -0
  3579. package/lib/icon/icon-thumb-down/icon-thumb-down.js +77 -0
  3580. package/lib/icon/icon-thumb-down/index.js +10 -0
  3581. package/lib/icon/icon-thumb-down-fill/icon-thumb-down-fill.js +88 -0
  3582. package/lib/icon/icon-thumb-down-fill/index.js +10 -0
  3583. package/lib/icon/icon-thumb-up/icon-thumb-up.js +77 -0
  3584. package/lib/icon/icon-thumb-up/index.js +10 -0
  3585. package/lib/icon/icon-thumb-up-fill/icon-thumb-up-fill.js +88 -0
  3586. package/lib/icon/icon-thumb-up-fill/index.js +10 -0
  3587. package/lib/icon/icon-thunderbolt/icon-thunderbolt.js +77 -0
  3588. package/lib/icon/icon-thunderbolt/index.js +10 -0
  3589. package/lib/icon/icon-tiktok-color/icon-tiktok-color.js +75 -0
  3590. package/lib/icon/icon-tiktok-color/index.js +10 -0
  3591. package/lib/icon/icon-to-bottom/icon-to-bottom.js +82 -0
  3592. package/lib/icon/icon-to-bottom/index.js +10 -0
  3593. package/lib/icon/icon-to-left/icon-to-left.js +82 -0
  3594. package/lib/icon/icon-to-left/index.js +10 -0
  3595. package/lib/icon/icon-to-right/icon-to-right.js +82 -0
  3596. package/lib/icon/icon-to-right/index.js +10 -0
  3597. package/lib/icon/icon-to-top/icon-to-top.js +82 -0
  3598. package/lib/icon/icon-to-top/index.js +10 -0
  3599. package/lib/icon/icon-tool/icon-tool.js +77 -0
  3600. package/lib/icon/icon-tool/index.js +10 -0
  3601. package/lib/icon/icon-translate/icon-translate.js +77 -0
  3602. package/lib/icon/icon-translate/index.js +10 -0
  3603. package/lib/icon/icon-trophy/icon-trophy.js +77 -0
  3604. package/lib/icon/icon-trophy/index.js +10 -0
  3605. package/lib/icon/icon-twitter/icon-twitter.js +81 -0
  3606. package/lib/icon/icon-twitter/index.js +10 -0
  3607. package/lib/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.js +81 -0
  3608. package/lib/icon/icon-twitter-circle-fill/index.js +10 -0
  3609. package/lib/icon/icon-underline/icon-underline.js +77 -0
  3610. package/lib/icon/icon-underline/index.js +10 -0
  3611. package/lib/icon/icon-undo/icon-undo.js +77 -0
  3612. package/lib/icon/icon-undo/index.js +10 -0
  3613. package/lib/icon/icon-unlock/icon-unlock.js +84 -0
  3614. package/lib/icon/icon-unlock/index.js +10 -0
  3615. package/lib/icon/icon-unordered-list/icon-unordered-list.js +77 -0
  3616. package/lib/icon/icon-unordered-list/index.js +10 -0
  3617. package/lib/icon/icon-up/icon-up.js +77 -0
  3618. package/lib/icon/icon-up/index.js +10 -0
  3619. package/lib/icon/icon-up-circle/icon-up-circle.js +82 -0
  3620. package/lib/icon/icon-up-circle/index.js +10 -0
  3621. package/lib/icon/icon-upload/icon-upload.js +77 -0
  3622. package/lib/icon/icon-upload/index.js +10 -0
  3623. package/lib/icon/icon-user/icon-user.js +82 -0
  3624. package/lib/icon/icon-user/index.js +10 -0
  3625. package/lib/icon/icon-user-add/icon-user-add.js +77 -0
  3626. package/lib/icon/icon-user-add/index.js +10 -0
  3627. package/lib/icon/icon-user-group/icon-user-group.js +87 -0
  3628. package/lib/icon/icon-user-group/index.js +10 -0
  3629. package/lib/icon/icon-video-camera/icon-video-camera.js +77 -0
  3630. package/lib/icon/icon-video-camera/index.js +10 -0
  3631. package/lib/icon/icon-voice/icon-voice.js +77 -0
  3632. package/lib/icon/icon-voice/index.js +10 -0
  3633. package/lib/icon/icon-wechat/icon-wechat.js +81 -0
  3634. package/lib/icon/icon-wechat/index.js +10 -0
  3635. package/lib/icon/icon-wechatpay/icon-wechatpay.js +81 -0
  3636. package/lib/icon/icon-wechatpay/index.js +10 -0
  3637. package/lib/icon/icon-weibo/icon-weibo.js +81 -0
  3638. package/lib/icon/icon-weibo/index.js +10 -0
  3639. package/lib/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.js +81 -0
  3640. package/lib/icon/icon-weibo-circle-fill/index.js +10 -0
  3641. package/lib/icon/icon-wifi/icon-wifi.js +82 -0
  3642. package/lib/icon/icon-wifi/index.js +10 -0
  3643. package/lib/icon/icon-woman/icon-woman.js +77 -0
  3644. package/lib/icon/icon-woman/index.js +10 -0
  3645. package/lib/icon/icon-xigua-color/icon-xigua-color.js +78 -0
  3646. package/lib/icon/icon-xigua-color/index.js +10 -0
  3647. package/lib/icon/icon-zoom-in/icon-zoom-in.js +77 -0
  3648. package/lib/icon/icon-zoom-in/index.js +10 -0
  3649. package/lib/icon/icon-zoom-out/icon-zoom-out.js +77 -0
  3650. package/lib/icon/icon-zoom-out/index.js +10 -0
  3651. package/lib/icon/index.js +578 -0
  3652. package/lib/icon-component/add-from-icon-font-cn.js +45 -0
  3653. package/lib/icon-component/icon.js +49 -0
  3654. package/lib/icon-component/index.js +13 -0
  3655. package/lib/icon-component/style/css.js +1 -0
  3656. package/lib/icon-component/style/index.js +1 -0
  3657. package/lib/image/context.js +4 -0
  3658. package/lib/image/hooks/use-image-drag.js +73 -0
  3659. package/lib/image/hooks/use-image-load-status.js +20 -0
  3660. package/lib/image/image-footer.js +52 -0
  3661. package/lib/image/image.js +298 -0
  3662. package/lib/image/index.js +29 -0
  3663. package/lib/image/preview-action.js +55 -0
  3664. package/lib/image/preview-arrow.js +65 -0
  3665. package/lib/image/preview-group.js +31 -0
  3666. package/lib/image/preview-group.vue_vue_type_script_lang.js +182 -0
  3667. package/lib/image/preview-toolbar.js +30 -0
  3668. package/lib/image/preview-toolbar.vue_vue_type_script_lang.js +44 -0
  3669. package/lib/image/preview.js +108 -0
  3670. package/lib/image/preview.vue_vue_type_script_lang.js +347 -0
  3671. package/lib/image/style/css.js +3 -0
  3672. package/lib/image/style/image.less +158 -0
  3673. package/lib/image/style/index.css +336 -0
  3674. package/lib/image/style/index.js +3 -0
  3675. package/lib/image/style/index.less +5 -0
  3676. package/lib/image/style/preview.less +227 -0
  3677. package/lib/image/style/token.less +123 -0
  3678. package/lib/image/style/trigger.less +14 -0
  3679. package/lib/image/utils/get-fix-translate.js +31 -0
  3680. package/lib/image/utils/get-scale.js +58 -0
  3681. package/lib/image/utils/index.js +12 -0
  3682. package/lib/index.css +17718 -0
  3683. package/lib/index.js +272 -0
  3684. package/lib/index.less +76 -0
  3685. package/lib/input/index.js +24 -0
  3686. package/lib/input/input-group.js +22 -0
  3687. package/lib/input/input-password.js +124 -0
  3688. package/lib/input/input-search.js +116 -0
  3689. package/lib/input/input.js +329 -0
  3690. package/lib/input/style/css.js +3 -0
  3691. package/lib/input/style/group.less +63 -0
  3692. package/lib/input/style/index.css +616 -0
  3693. package/lib/input/style/index.js +3 -0
  3694. package/lib/input/style/index.less +121 -0
  3695. package/lib/input/style/input.less +185 -0
  3696. package/lib/input/style/password.less +11 -0
  3697. package/lib/input/style/search.less +18 -0
  3698. package/lib/input/style/size.less +149 -0
  3699. package/lib/input/style/textarea.less +37 -0
  3700. package/lib/input/style/token.less +131 -0
  3701. package/lib/input-number/index.js +11 -0
  3702. package/lib/input-number/input-number.js +387 -0
  3703. package/lib/input-number/style/css.js +5 -0
  3704. package/lib/input-number/style/index.css +133 -0
  3705. package/lib/input-number/style/index.js +5 -0
  3706. package/lib/input-number/style/index.less +160 -0
  3707. package/lib/input-number/style/token.less +19 -0
  3708. package/lib/input-tag/index.js +11 -0
  3709. package/lib/input-tag/input-tag.js +420 -0
  3710. package/lib/input-tag/style/css.js +4 -0
  3711. package/lib/input-tag/style/index.css +819 -0
  3712. package/lib/input-tag/style/index.js +4 -0
  3713. package/lib/input-tag/style/index.less +40 -0
  3714. package/lib/input-tag/style/input-tag.less +129 -0
  3715. package/lib/input-tag/style/token.less +83 -0
  3716. package/lib/input-tag/utils.js +29 -0
  3717. package/lib/layout/content.js +23 -0
  3718. package/lib/layout/context.js +8 -0
  3719. package/lib/layout/footer.js +23 -0
  3720. package/lib/layout/header.js +23 -0
  3721. package/lib/layout/index.js +28 -0
  3722. package/lib/layout/layout.js +13 -0
  3723. package/lib/layout/layout.vue_vue_type_script_lang.js +29 -0
  3724. package/lib/layout/sider.js +39 -0
  3725. package/lib/layout/sider.vue_vue_type_script_lang.js +144 -0
  3726. package/lib/layout/style/css.js +3 -0
  3727. package/lib/layout/style/index.css +88 -0
  3728. package/lib/layout/style/index.js +3 -0
  3729. package/lib/layout/style/index.less +104 -0
  3730. package/lib/layout/style/token.less +13 -0
  3731. package/lib/link/index.js +11 -0
  3732. package/lib/link/link.js +77 -0
  3733. package/lib/link/style/css.js +3 -0
  3734. package/lib/link/style/index.css +109 -0
  3735. package/lib/link/style/index.js +3 -0
  3736. package/lib/link/style/index.less +120 -0
  3737. package/lib/link/style/token.less +48 -0
  3738. package/lib/list/index.js +21 -0
  3739. package/lib/list/list-item-meta.js +56 -0
  3740. package/lib/list/list-item.js +43 -0
  3741. package/lib/list/list.js +325 -0
  3742. package/lib/list/style/css.js +16 -0
  3743. package/lib/list/style/index.css +163 -0
  3744. package/lib/list/style/index.js +16 -0
  3745. package/lib/list/style/index.less +183 -0
  3746. package/lib/list/style/token.less +55 -0
  3747. package/lib/list/use-pagination.js +40 -0
  3748. package/lib/locale/index.js +66 -0
  3749. package/lib/locale/lang/ar-eg.js +153 -0
  3750. package/lib/locale/lang/de-de.js +153 -0
  3751. package/lib/locale/lang/en-us.js +157 -0
  3752. package/lib/locale/lang/es-es.js +153 -0
  3753. package/lib/locale/lang/fr-fr.js +153 -0
  3754. package/lib/locale/lang/id-id.js +153 -0
  3755. package/lib/locale/lang/it-it.js +153 -0
  3756. package/lib/locale/lang/ja-jp.js +201 -0
  3757. package/lib/locale/lang/km-kh.js +153 -0
  3758. package/lib/locale/lang/ko-kr.js +153 -0
  3759. package/lib/locale/lang/ms-my.js +153 -0
  3760. package/lib/locale/lang/nl-nl.js +201 -0
  3761. package/lib/locale/lang/pt-pt.js +153 -0
  3762. package/lib/locale/lang/ru-ru.js +201 -0
  3763. package/lib/locale/lang/th-th.js +153 -0
  3764. package/lib/locale/lang/vi-vn.js +153 -0
  3765. package/lib/locale/lang/zh-cn.js +201 -0
  3766. package/lib/locale/lang/zh-tw.js +201 -0
  3767. package/lib/mention/index.js +11 -0
  3768. package/lib/mention/mention.js +327 -0
  3769. package/lib/mention/style/css.js +14 -0
  3770. package/lib/mention/style/index.css +33 -0
  3771. package/lib/mention/style/index.js +14 -0
  3772. package/lib/mention/style/index.less +21 -0
  3773. package/lib/mention/style/token.less +6 -0
  3774. package/lib/mention/utils.js +31 -0
  3775. package/lib/menu/base-menu.js +274 -0
  3776. package/lib/menu/context.js +8 -0
  3777. package/lib/menu/hooks/use-level.js +27 -0
  3778. package/lib/menu/hooks/use-menu-context.js +8 -0
  3779. package/lib/menu/hooks/use-menu-data-collector.js +89 -0
  3780. package/lib/menu/hooks/use-menu-open-state.js +109 -0
  3781. package/lib/menu/hooks/use-menu.js +19 -0
  3782. package/lib/menu/indent.js +38 -0
  3783. package/lib/menu/index.js +24 -0
  3784. package/lib/menu/item-group.js +50 -0
  3785. package/lib/menu/item.js +136 -0
  3786. package/lib/menu/menu.js +51 -0
  3787. package/lib/menu/overflow-wrap.js +117 -0
  3788. package/lib/menu/style/css.js +7 -0
  3789. package/lib/menu/style/index.css +707 -0
  3790. package/lib/menu/style/index.js +7 -0
  3791. package/lib/menu/style/index.less +622 -0
  3792. package/lib/menu/style/token.less +117 -0
  3793. package/lib/menu/sub-menu-inline.js +108 -0
  3794. package/lib/menu/sub-menu-pop.js +215 -0
  3795. package/lib/menu/sub-menu.js +111 -0
  3796. package/lib/message/index.js +115 -0
  3797. package/lib/message/message-list.js +60 -0
  3798. package/lib/message/message.js +143 -0
  3799. package/lib/message/style/css.js +3 -0
  3800. package/lib/message/style/index.css +166 -0
  3801. package/lib/message/style/index.js +3 -0
  3802. package/lib/message/style/index.less +191 -0
  3803. package/lib/message/style/token.less +52 -0
  3804. package/lib/modal/hooks/use-draggable.js +77 -0
  3805. package/lib/modal/index.js +117 -0
  3806. package/lib/modal/modal.js +145 -0
  3807. package/lib/modal/modal.vue_vue_type_script_lang.js +408 -0
  3808. package/lib/modal/style/css.js +4 -0
  3809. package/lib/modal/style/index.css +231 -0
  3810. package/lib/modal/style/index.js +4 -0
  3811. package/lib/modal/style/index.less +283 -0
  3812. package/lib/modal/style/token.less +30 -0
  3813. package/lib/notification/index.js +126 -0
  3814. package/lib/notification/interface.js +9 -0
  3815. package/lib/notification/notification-list.js +73 -0
  3816. package/lib/notification/notification.js +145 -0
  3817. package/lib/notification/style/css.js +3 -0
  3818. package/lib/notification/style/index.css +209 -0
  3819. package/lib/notification/style/index.js +3 -0
  3820. package/lib/notification/style/index.less +249 -0
  3821. package/lib/notification/style/token.less +58 -0
  3822. package/lib/overflow-list/index.js +11 -0
  3823. package/lib/overflow-list/overflow-list.js +143 -0
  3824. package/lib/overflow-list/style/css.js +3 -0
  3825. package/lib/overflow-list/style/index.css +30 -0
  3826. package/lib/overflow-list/style/index.js +3 -0
  3827. package/lib/overflow-list/style/index.less +19 -0
  3828. package/lib/page-header/index.js +11 -0
  3829. package/lib/page-header/page-header.js +111 -0
  3830. package/lib/page-header/style/css.js +3 -0
  3831. package/lib/page-header/style/index.css +112 -0
  3832. package/lib/page-header/style/index.js +3 -0
  3833. package/lib/page-header/style/index.less +127 -0
  3834. package/lib/page-header/style/token.less +30 -0
  3835. package/lib/pagination/index.js +11 -0
  3836. package/lib/pagination/page-item-ellipsis.js +58 -0
  3837. package/lib/pagination/page-item-step.js +96 -0
  3838. package/lib/pagination/page-item.js +63 -0
  3839. package/lib/pagination/page-jumper.js +119 -0
  3840. package/lib/pagination/page-options.js +63 -0
  3841. package/lib/pagination/pagination.js +297 -0
  3842. package/lib/pagination/style/css.js +13 -0
  3843. package/lib/pagination/style/index.css +274 -0
  3844. package/lib/pagination/style/index.js +13 -0
  3845. package/lib/pagination/style/index.less +300 -0
  3846. package/lib/pagination/style/token.less +91 -0
  3847. package/lib/pagination/utils.js +12 -0
  3848. package/lib/popconfirm/index.js +11 -0
  3849. package/lib/popconfirm/popconfirm.js +251 -0
  3850. package/lib/popconfirm/style/css.js +5 -0
  3851. package/lib/popconfirm/style/index.css +70 -0
  3852. package/lib/popconfirm/style/index.js +5 -0
  3853. package/lib/popconfirm/style/index.less +70 -0
  3854. package/lib/popconfirm/style/token.less +20 -0
  3855. package/lib/popover/index.js +11 -0
  3856. package/lib/popover/popover.js +123 -0
  3857. package/lib/popover/style/css.js +4 -0
  3858. package/lib/popover/style/index.css +45 -0
  3859. package/lib/popover/style/index.js +4 -0
  3860. package/lib/popover/style/index.less +38 -0
  3861. package/lib/popover/style/token.less +15 -0
  3862. package/lib/progress/circle.js +192 -0
  3863. package/lib/progress/index.js +11 -0
  3864. package/lib/progress/line.js +131 -0
  3865. package/lib/progress/progress.js +147 -0
  3866. package/lib/progress/steps.js +108 -0
  3867. package/lib/progress/style/css.js +5 -0
  3868. package/lib/progress/style/index.css +280 -0
  3869. package/lib/progress/style/index.js +5 -0
  3870. package/lib/progress/style/index.less +378 -0
  3871. package/lib/progress/style/token.less +60 -0
  3872. package/lib/radio/context.js +4 -0
  3873. package/lib/radio/index.js +16 -0
  3874. package/lib/radio/radio-group.js +131 -0
  3875. package/lib/radio/radio.js +154 -0
  3876. package/lib/radio/style/css.js +3 -0
  3877. package/lib/radio/style/index.css +219 -0
  3878. package/lib/radio/style/index.js +3 -0
  3879. package/lib/radio/style/index.less +266 -0
  3880. package/lib/radio/style/token.less +55 -0
  3881. package/lib/rate/index.js +11 -0
  3882. package/lib/rate/rate.js +221 -0
  3883. package/lib/rate/style/css.js +5 -0
  3884. package/lib/rate/style/index.css +87 -0
  3885. package/lib/rate/style/index.js +5 -0
  3886. package/lib/rate/style/index.less +87 -0
  3887. package/lib/rate/style/token.less +13 -0
  3888. package/lib/resize-box/index.js +11 -0
  3889. package/lib/resize-box/resize-box.js +228 -0
  3890. package/lib/resize-box/style/css.js +3 -0
  3891. package/lib/resize-box/style/index.css +62 -0
  3892. package/lib/resize-box/style/index.js +3 -0
  3893. package/lib/resize-box/style/index.less +60 -0
  3894. package/lib/resize-box/style/token.less +6 -0
  3895. package/lib/result/403.js +688 -0
  3896. package/lib/result/404.js +493 -0
  3897. package/lib/result/500.js +452 -0
  3898. package/lib/result/index.js +11 -0
  3899. package/lib/result/result.js +110 -0
  3900. package/lib/result/style/css.js +3 -0
  3901. package/lib/result/style/index.css +90 -0
  3902. package/lib/result/style/index.js +3 -0
  3903. package/lib/result/style/index.less +94 -0
  3904. package/lib/result/style/token.less +32 -0
  3905. package/lib/scrollbar/index.js +11 -0
  3906. package/lib/scrollbar/scrollbar.js +264 -0
  3907. package/lib/scrollbar/style/css.js +3 -0
  3908. package/lib/scrollbar/style/index.css +108 -0
  3909. package/lib/scrollbar/style/index.js +3 -0
  3910. package/lib/scrollbar/style/index.less +137 -0
  3911. package/lib/scrollbar/style/token.less +12 -0
  3912. package/lib/scrollbar/thumb.js +160 -0
  3913. package/lib/select/context.js +4 -0
  3914. package/lib/select/hooks/use-options.js +138 -0
  3915. package/lib/select/hooks/use-select.js +196 -0
  3916. package/lib/select/index.js +20 -0
  3917. package/lib/select/optgroup.js +32 -0
  3918. package/lib/select/option.js +203 -0
  3919. package/lib/select/select-dropdown.js +129 -0
  3920. package/lib/select/select.js +612 -0
  3921. package/lib/select/style/css.js +12 -0
  3922. package/lib/select/style/index.css +130 -0
  3923. package/lib/select/style/index.js +12 -0
  3924. package/lib/select/style/index.less +132 -0
  3925. package/lib/select/style/token.less +43 -0
  3926. package/lib/select/utils.js +135 -0
  3927. package/lib/skeleton/index.js +20 -0
  3928. package/lib/skeleton/line.js +62 -0
  3929. package/lib/skeleton/shape.js +36 -0
  3930. package/lib/skeleton/skeleton.js +39 -0
  3931. package/lib/skeleton/style/css.js +3 -0
  3932. package/lib/skeleton/style/index.css +60 -0
  3933. package/lib/skeleton/style/index.js +3 -0
  3934. package/lib/skeleton/style/index.less +66 -0
  3935. package/lib/skeleton/style/token.less +15 -0
  3936. package/lib/slider/index.js +11 -0
  3937. package/lib/slider/slider-button.js +134 -0
  3938. package/lib/slider/slider-dots.js +59 -0
  3939. package/lib/slider/slider-input.js +71 -0
  3940. package/lib/slider/slider-marks.js +53 -0
  3941. package/lib/slider/slider-ticks.js +79 -0
  3942. package/lib/slider/slider.js +335 -0
  3943. package/lib/slider/style/css.js +8 -0
  3944. package/lib/slider/style/index.css +236 -0
  3945. package/lib/slider/style/index.js +8 -0
  3946. package/lib/slider/style/index.less +282 -0
  3947. package/lib/slider/style/token.less +50 -0
  3948. package/lib/slider/utils.js +16 -0
  3949. package/lib/space/index.js +11 -0
  3950. package/lib/space/space.js +93 -0
  3951. package/lib/space/style/css.js +3 -0
  3952. package/lib/space/style/index.css +51 -0
  3953. package/lib/space/style/index.js +3 -0
  3954. package/lib/space/style/index.less +50 -0
  3955. package/lib/spin/dot-loading.js +33 -0
  3956. package/lib/spin/index.js +11 -0
  3957. package/lib/spin/spin.js +78 -0
  3958. package/lib/spin/style/css.js +3 -0
  3959. package/lib/spin/style/dot-loading.less +64 -0
  3960. package/lib/spin/style/index.css +207 -0
  3961. package/lib/spin/style/index.js +3 -0
  3962. package/lib/spin/style/index.less +56 -0
  3963. package/lib/spin/style/token.less +17 -0
  3964. package/lib/split/index.js +11 -0
  3965. package/lib/split/split.js +255 -0
  3966. package/lib/split/style/css.js +3 -0
  3967. package/lib/split/style/index.css +54 -0
  3968. package/lib/split/style/index.js +3 -0
  3969. package/lib/split/style/index.less +53 -0
  3970. package/lib/split/style/token.less +7 -0
  3971. package/lib/statistic/countdown.js +118 -0
  3972. package/lib/statistic/index.js +16 -0
  3973. package/lib/statistic/statistic.js +206 -0
  3974. package/lib/statistic/style/css.js +3 -0
  3975. package/lib/statistic/style/index.css +51 -0
  3976. package/lib/statistic/style/index.js +3 -0
  3977. package/lib/statistic/style/index.less +47 -0
  3978. package/lib/statistic/style/token.less +15 -0
  3979. package/lib/statistic/utils.js +26 -0
  3980. package/lib/steps/context.js +4 -0
  3981. package/lib/steps/index.js +16 -0
  3982. package/lib/steps/step.js +155 -0
  3983. package/lib/steps/steps.js +136 -0
  3984. package/lib/steps/style/arrow.less +212 -0
  3985. package/lib/steps/style/circle.less +265 -0
  3986. package/lib/steps/style/css.js +3 -0
  3987. package/lib/steps/style/dot.less +210 -0
  3988. package/lib/steps/style/index.css +601 -0
  3989. package/lib/steps/style/index.js +3 -0
  3990. package/lib/steps/style/index.less +74 -0
  3991. package/lib/steps/style/navigation.less +60 -0
  3992. package/lib/steps/style/token.less +144 -0
  3993. package/lib/style/animation/fade.less +57 -0
  3994. package/lib/style/animation/index.css +328 -0
  3995. package/lib/style/animation/index.less +3 -0
  3996. package/lib/style/animation/slide.less +158 -0
  3997. package/lib/style/animation/zoom.less +217 -0
  3998. package/lib/style/color/colors.less +427 -0
  3999. package/lib/style/color/css-variables.less +389 -0
  4000. package/lib/style/color/get-rgb-str.js +17 -0
  4001. package/lib/style/color/palette-dark.js +10 -0
  4002. package/lib/style/color/palette.js +10 -0
  4003. package/lib/style/icon.less +86 -0
  4004. package/lib/style/index.css +1236 -0
  4005. package/lib/style/index.less +11 -0
  4006. package/lib/style/mixins/icon-hover.less +14 -0
  4007. package/lib/style/mixins/index.css +17 -0
  4008. package/lib/style/mixins/index.less +13 -0
  4009. package/lib/style/normalize.less +353 -0
  4010. package/lib/style/theme/component.less +21 -0
  4011. package/lib/style/theme/css-variables.less +146 -0
  4012. package/lib/style/theme/global.less +416 -0
  4013. package/lib/style/theme/index.css +17 -0
  4014. package/lib/style/theme/index.less +42 -0
  4015. package/lib/switch/index.js +11 -0
  4016. package/lib/switch/style/css.js +3 -0
  4017. package/lib/switch/style/index.css +261 -0
  4018. package/lib/switch/style/index.js +3 -0
  4019. package/lib/switch/style/index.less +332 -0
  4020. package/lib/switch/style/token.less +62 -0
  4021. package/lib/switch/switch.js +212 -0
  4022. package/lib/table/context.js +6 -0
  4023. package/lib/table/hooks/use-column-filter.js +80 -0
  4024. package/lib/table/hooks/use-column-resize.js +41 -0
  4025. package/lib/table/hooks/use-column-sorter.js +56 -0
  4026. package/lib/table/hooks/use-drag.js +82 -0
  4027. package/lib/table/hooks/use-expand.js +60 -0
  4028. package/lib/table/hooks/use-filter.js +75 -0
  4029. package/lib/table/hooks/use-pagination.js +40 -0
  4030. package/lib/table/hooks/use-row-selection.js +90 -0
  4031. package/lib/table/hooks/use-sorter.js +74 -0
  4032. package/lib/table/hooks/use-span.js +61 -0
  4033. package/lib/table/index.js +36 -0
  4034. package/lib/table/style/css.js +19 -0
  4035. package/lib/table/style/filters-popup.less +51 -0
  4036. package/lib/table/style/index.css +697 -0
  4037. package/lib/table/style/index.js +19 -0
  4038. package/lib/table/style/index.less +868 -0
  4039. package/lib/table/style/token.less +134 -0
  4040. package/lib/table/table-col-group.js +62 -0
  4041. package/lib/table/table-column.js +167 -0
  4042. package/lib/table/table-operation-td.js +142 -0
  4043. package/lib/table/table-operation-th.js +85 -0
  4044. package/lib/table/table-tbody.js +16 -0
  4045. package/lib/table/table-td.js +214 -0
  4046. package/lib/table/table-th.js +297 -0
  4047. package/lib/table/table-thead.js +16 -0
  4048. package/lib/table/table-tr.js +44 -0
  4049. package/lib/table/table.js +1512 -0
  4050. package/lib/table/utils.js +289 -0
  4051. package/lib/tabs/context.js +4 -0
  4052. package/lib/tabs/index.js +16 -0
  4053. package/lib/tabs/style/css.js +3 -0
  4054. package/lib/tabs/style/index.css +764 -0
  4055. package/lib/tabs/style/index.js +3 -0
  4056. package/lib/tabs/style/index.less +730 -0
  4057. package/lib/tabs/style/rtl.less +104 -0
  4058. package/lib/tabs/style/token.less +146 -0
  4059. package/lib/tabs/style/vertical.less +156 -0
  4060. package/lib/tabs/tab-pane.js +86 -0
  4061. package/lib/tabs/tabs-button.js +73 -0
  4062. package/lib/tabs/tabs-nav-ink.js +75 -0
  4063. package/lib/tabs/tabs-nav.js +322 -0
  4064. package/lib/tabs/tabs-tab.js +88 -0
  4065. package/lib/tabs/tabs.js +224 -0
  4066. package/lib/tabs/utils.js +12 -0
  4067. package/lib/tag/index.js +11 -0
  4068. package/lib/tag/interface.js +18 -0
  4069. package/lib/tag/style/css.js +3 -0
  4070. package/lib/tag/style/index.css +513 -0
  4071. package/lib/tag/style/index.js +3 -0
  4072. package/lib/tag/style/index.less +171 -0
  4073. package/lib/tag/style/token.less +171 -0
  4074. package/lib/tag/tag.js +193 -0
  4075. package/lib/textarea/index.js +11 -0
  4076. package/lib/textarea/style/css.js +3 -0
  4077. package/lib/textarea/style/index.css +191 -0
  4078. package/lib/textarea/style/index.js +3 -0
  4079. package/lib/textarea/style/index.less +64 -0
  4080. package/lib/textarea/textarea.js +392 -0
  4081. package/lib/textarea/utils.js +30 -0
  4082. package/lib/time-picker/hooks/use-is-disabled-time.js +16 -0
  4083. package/lib/time-picker/hooks/use-time-format.js +29 -0
  4084. package/lib/time-picker/hooks/use-time-list.js +94 -0
  4085. package/lib/time-picker/hooks/use-time-state.js +56 -0
  4086. package/lib/time-picker/index.js +11 -0
  4087. package/lib/time-picker/panel.js +296 -0
  4088. package/lib/time-picker/range-panel.js +65 -0
  4089. package/lib/time-picker/style/css.js +6 -0
  4090. package/lib/time-picker/style/index.css +92 -0
  4091. package/lib/time-picker/style/index.js +6 -0
  4092. package/lib/time-picker/style/index.less +94 -0
  4093. package/lib/time-picker/style/token.less +17 -0
  4094. package/lib/time-picker/time-column.js +98 -0
  4095. package/lib/time-picker/time-picker.js +457 -0
  4096. package/lib/time-picker/utils/index.js +97 -0
  4097. package/lib/timeline/context.js +4 -0
  4098. package/lib/timeline/index.js +16 -0
  4099. package/lib/timeline/item.js +162 -0
  4100. package/lib/timeline/style/css.js +3 -0
  4101. package/lib/timeline/style/horizontal.less +87 -0
  4102. package/lib/timeline/style/index.css +293 -0
  4103. package/lib/timeline/style/index.js +3 -0
  4104. package/lib/timeline/style/index.less +272 -0
  4105. package/lib/timeline/style/token.less +25 -0
  4106. package/lib/timeline/timeline.js +88 -0
  4107. package/lib/tooltip/index.js +11 -0
  4108. package/lib/tooltip/style/css.js +4 -0
  4109. package/lib/tooltip/style/index.css +35 -0
  4110. package/lib/tooltip/style/index.js +4 -0
  4111. package/lib/tooltip/style/index.less +24 -0
  4112. package/lib/tooltip/style/token.less +14 -0
  4113. package/lib/tooltip/tooltip.js +135 -0
  4114. package/lib/transfer/context.js +4 -0
  4115. package/lib/transfer/index.js +11 -0
  4116. package/lib/transfer/style/css.js +18 -0
  4117. package/lib/transfer/style/index.css +256 -0
  4118. package/lib/transfer/style/index.js +18 -0
  4119. package/lib/transfer/style/index.less +294 -0
  4120. package/lib/transfer/style/token.less +48 -0
  4121. package/lib/transfer/transfer-list-item.js +78 -0
  4122. package/lib/transfer/transfer-view.js +221 -0
  4123. package/lib/transfer/transfer.js +302 -0
  4124. package/lib/tree/base-node.js +398 -0
  4125. package/lib/tree/context.js +4 -0
  4126. package/lib/tree/expand-transition.js +41 -0
  4127. package/lib/tree/hooks/use-checked-state.js +65 -0
  4128. package/lib/tree/hooks/use-draggable.js +63 -0
  4129. package/lib/tree/hooks/use-node-key.js +16 -0
  4130. package/lib/tree/hooks/use-tree-context.js +8 -0
  4131. package/lib/tree/hooks/use-tree-data.js +33 -0
  4132. package/lib/tree/index.js +11 -0
  4133. package/lib/tree/node-switcher.js +3 -0
  4134. package/lib/tree/node-switcher.vue_vue_type_script_lang.js +99 -0
  4135. package/lib/tree/node.js +27 -0
  4136. package/lib/tree/style/css.js +4 -0
  4137. package/lib/tree/style/index.css +307 -0
  4138. package/lib/tree/style/index.js +4 -0
  4139. package/lib/tree/style/index.less +396 -0
  4140. package/lib/tree/style/token.less +51 -0
  4141. package/lib/tree/transition-node-list.js +94 -0
  4142. package/lib/tree/tree.js +715 -0
  4143. package/lib/tree/utils/check-utils.js +108 -0
  4144. package/lib/tree/utils/index.js +39 -0
  4145. package/lib/tree/utils/tree-data.js +111 -0
  4146. package/lib/tree-select/hooks/use-filter-tree-node.js +68 -0
  4147. package/lib/tree-select/hooks/use-selected-state.js +119 -0
  4148. package/lib/tree-select/index.js +11 -0
  4149. package/lib/tree-select/panel.js +167 -0
  4150. package/lib/tree-select/style/css.js +8 -0
  4151. package/lib/tree-select/style/index.css +57 -0
  4152. package/lib/tree-select/style/index.js +8 -0
  4153. package/lib/tree-select/style/index.less +49 -0
  4154. package/lib/tree-select/style/token.less +7 -0
  4155. package/lib/tree-select/tree-select.js +495 -0
  4156. package/lib/trigger/context.js +4 -0
  4157. package/lib/trigger/index.js +11 -0
  4158. package/lib/trigger/style/css.js +3 -0
  4159. package/lib/trigger/style/index.css +62 -0
  4160. package/lib/trigger/style/index.js +3 -0
  4161. package/lib/trigger/style/index.less +57 -0
  4162. package/lib/trigger/style/token.less +5 -0
  4163. package/lib/trigger/trigger.js +643 -0
  4164. package/lib/trigger/utils.js +386 -0
  4165. package/lib/typography/base.js +406 -0
  4166. package/lib/typography/edit-content.js +64 -0
  4167. package/lib/typography/index.js +27 -0
  4168. package/lib/typography/operations.js +109 -0
  4169. package/lib/typography/paragraph.js +44 -0
  4170. package/lib/typography/style/css.js +7 -0
  4171. package/lib/typography/style/index.css +180 -0
  4172. package/lib/typography/style/index.js +7 -0
  4173. package/lib/typography/style/index.less +207 -0
  4174. package/lib/typography/style/token.less +55 -0
  4175. package/lib/typography/text.js +33 -0
  4176. package/lib/typography/title.js +31 -0
  4177. package/lib/typography/typography.js +22 -0
  4178. package/lib/typography/utils/getInnerText.js +22 -0
  4179. package/lib/typography/utils/measure.js +88 -0
  4180. package/lib/upload/context.js +4 -0
  4181. package/lib/upload/index.js +11 -0
  4182. package/lib/upload/style/css.js +8 -0
  4183. package/lib/upload/style/index.css +395 -0
  4184. package/lib/upload/style/index.js +8 -0
  4185. package/lib/upload/style/index.less +515 -0
  4186. package/lib/upload/style/token.less +97 -0
  4187. package/lib/upload/upload-button.js +181 -0
  4188. package/lib/upload/upload-list-item.js +130 -0
  4189. package/lib/upload/upload-list.js +58 -0
  4190. package/lib/upload/upload-picture-item.js +68 -0
  4191. package/lib/upload/upload-progress.js +88 -0
  4192. package/lib/upload/upload.js +461 -0
  4193. package/lib/upload/utils.js +189 -0
  4194. package/lib/verification-code/index.js +11 -0
  4195. package/lib/verification-code/style/css.js +3 -0
  4196. package/lib/verification-code/style/index.css +43 -0
  4197. package/lib/verification-code/style/index.js +3 -0
  4198. package/lib/verification-code/style/index.less +32 -0
  4199. package/lib/verification-code/style/token.less +1 -0
  4200. package/lib/verification-code/verification-code.js +164 -0
  4201. package/lib/watermark/hooks/use-mutation-observer.js +51 -0
  4202. package/lib/watermark/hooks/use-theme.js +43 -0
  4203. package/lib/watermark/index.js +11 -0
  4204. package/lib/watermark/style/css.js +2 -0
  4205. package/lib/watermark/style/index.js +2 -0
  4206. package/lib/watermark/utils/index.js +25 -0
  4207. package/lib/watermark/watermark.js +267 -0
  4208. package/package.json +114 -0
@@ -0,0 +1,4759 @@
1
+ {
2
+ "a-alert/close": {
3
+ "description": "Triggered when the close button is clicked"
4
+ },
5
+ "a-alert/after-close": {
6
+ "description": "Triggered after the close animation ends"
7
+ },
8
+ "a-alert/type": {
9
+ "description": "Type of the alert. 2.41.0 Added `normal` type"
10
+ },
11
+ "a-alert/show-icon": {
12
+ "description": "Whether to show the icon",
13
+ "type": "boolean"
14
+ },
15
+ "a-alert/closable": {
16
+ "description": "Whether to show the close button",
17
+ "type": "boolean"
18
+ },
19
+ "a-alert/title": {
20
+ "description": "The title of the alert",
21
+ "type": "string"
22
+ },
23
+ "a-alert/banner": {
24
+ "description": "Whether to use as the top announcement (remove the border and rounded corners)",
25
+ "type": "boolean"
26
+ },
27
+ "a-alert/center": {
28
+ "description": "Whether the content is displayed in the center",
29
+ "type": "boolean"
30
+ },
31
+ "a-affix/change": {
32
+ "description": "Triggered when the fixed state changes"
33
+ },
34
+ "a-affix/offset-top": {
35
+ "description": "Triggered when the specified offset is reached from the top of the window",
36
+ "type": "number"
37
+ },
38
+ "a-affix/offset-bottom": {
39
+ "description": "Triggered when the specified offset is reached from the bottom of the window",
40
+ "type": "number"
41
+ },
42
+ "a-affix/target": {
43
+ "description": "Scroll container, default is `window`"
44
+ },
45
+ "a-affix/target-container": {
46
+ "description": "The outer scroll element of `target`, the default is `window`. `Affix` will monitor the scroll event of the element and update the position of the anchor in real time. The main purpose is to solve the problem that if the outer element scrolls when the target attribute is specified as a non-window element, it may cause the nail to escape from the container."
47
+ },
48
+ "a-back-top/visible-height": {
49
+ "description": "Display the trigger scroll height of the back to top button",
50
+ "type": "number"
51
+ },
52
+ "a-back-top/target-container": {
53
+ "description": "Scroll event listener container"
54
+ },
55
+ "a-back-top/easing": {
56
+ "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
57
+ "type": "string"
58
+ },
59
+ "a-back-top/duration": {
60
+ "description": "Duration of scroll animation",
61
+ "type": "number"
62
+ },
63
+ "a-badge/text": {
64
+ "description": "Set the display text of the status dot",
65
+ "type": "string"
66
+ },
67
+ "a-badge/dot": {
68
+ "description": "Whether to display a red dot instead of `count`",
69
+ "type": "boolean"
70
+ },
71
+ "a-badge/dot-style": {
72
+ "description": "Customize badge dot style",
73
+ "type": "object"
74
+ },
75
+ "a-badge/max-count": {
76
+ "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
77
+ "type": "number"
78
+ },
79
+ "a-badge/offset": {
80
+ "description": "Set offset of the badge dot"
81
+ },
82
+ "a-badge/color": {
83
+ "description": "Customize dot color"
84
+ },
85
+ "a-badge/status": {
86
+ "description": "Badge status"
87
+ },
88
+ "a-badge/count": {
89
+ "description": "Number to show in badge",
90
+ "type": "number"
91
+ },
92
+ "a-anchor/select": {
93
+ "description": "Triggered when the user clicks on the link"
94
+ },
95
+ "a-anchor/change": {
96
+ "description": "Triggered when the link changes"
97
+ },
98
+ "a-anchor/boundary": {
99
+ "description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
100
+ },
101
+ "a-anchor/line-less": {
102
+ "description": "Whether to show the left axis",
103
+ "type": "boolean"
104
+ },
105
+ "a-anchor/scroll-container": {
106
+ "description": "Scroll container"
107
+ },
108
+ "a-anchor/change-hash": {
109
+ "description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
110
+ "type": "boolean"
111
+ },
112
+ "a-anchor/smooth": {
113
+ "description": "Whether to use smooth scrolling",
114
+ "type": "boolean"
115
+ },
116
+ "a-anchor-link/title": {
117
+ "description": "The text content of the anchor link",
118
+ "type": "string"
119
+ },
120
+ "a-anchor-link/href": {
121
+ "description": "The address of the anchor link",
122
+ "type": "string"
123
+ },
124
+ "a-auto-complete/change": {
125
+ "description": "Emitted when the value changes"
126
+ },
127
+ "a-auto-complete/search": {
128
+ "description": "Emitted when the user searches"
129
+ },
130
+ "a-auto-complete/select": {
131
+ "description": "Emitted when an option is selected"
132
+ },
133
+ "a-auto-complete/clear": {
134
+ "description": "Triggered when the user clicks the clear button"
135
+ },
136
+ "a-auto-complete/dropdown-scroll": {
137
+ "description": "Triggered when the drop-down scrolls"
138
+ },
139
+ "a-auto-complete/dropdown-reach-bottom": {
140
+ "description": "Triggered when the drop-down menu is scrolled to the bottom"
141
+ },
142
+ "a-auto-complete/model-value": {
143
+ "description": "Value",
144
+ "type": "string"
145
+ },
146
+ "a-auto-complete/default-value": {
147
+ "description": "Default value (uncontrolled mode)",
148
+ "type": "string"
149
+ },
150
+ "a-auto-complete/disabled": {
151
+ "description": "Whether to disable",
152
+ "type": "boolean"
153
+ },
154
+ "a-auto-complete/data": {
155
+ "description": "Data used for auto-complete"
156
+ },
157
+ "a-auto-complete/popup-container": {
158
+ "description": "Mount container for popup"
159
+ },
160
+ "a-auto-complete/strict": {
161
+ "description": "Whether it is strict verification mode",
162
+ "type": "boolean"
163
+ },
164
+ "a-auto-complete/filter-option": {
165
+ "description": "Custom option filtering method"
166
+ },
167
+ "a-auto-complete/trigger-props": {
168
+ "description": "trigger props"
169
+ },
170
+ "a-auto-complete/allow-clear": {
171
+ "description": "Whether to allow the input to be cleared",
172
+ "type": "boolean"
173
+ },
174
+ "a-auto-complete/virtual-list-props": {
175
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
176
+ },
177
+ "a-avatar/click": {
178
+ "description": "Callback when clicked"
179
+ },
180
+ "a-avatar/error": {
181
+ "description": "image load error"
182
+ },
183
+ "a-avatar/load": {
184
+ "description": "image load success"
185
+ },
186
+ "a-avatar/shape": {
187
+ "description": "The shape of the avatar, there are two kinds of circle (circle) and square (square)"
188
+ },
189
+ "a-avatar/image-url": {
190
+ "description": "Custom avatar image address. If this attribute is passed in, the img tag will be rendered by default",
191
+ "type": "string"
192
+ },
193
+ "a-avatar/size": {
194
+ "description": "The size of the avatar, the unit is `px`. Use size `40px` in styles when not filled",
195
+ "type": "number"
196
+ },
197
+ "a-avatar/auto-fix-font-size": {
198
+ "description": "Whether to automatically adjust the font size according to the size of the avatar.",
199
+ "type": "boolean"
200
+ },
201
+ "a-avatar/trigger-type": {
202
+ "description": "Clickable avatar interaction type"
203
+ },
204
+ "a-avatar/trigger-icon-style": {
205
+ "description": "Interactive icon style"
206
+ },
207
+ "a-avatar/object-fit": {
208
+ "description": "Object-fit type of the image in the container"
209
+ },
210
+ "a-avatar-group/shape": {
211
+ "description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
212
+ },
213
+ "a-avatar-group/size": {
214
+ "description": "The size of the avatar in the group, the unit is `px`",
215
+ "type": "number"
216
+ },
217
+ "a-avatar-group/auto-fix-font-size": {
218
+ "description": "Whether to automatically adjust the font size according to the size of the avatar.",
219
+ "type": "boolean"
220
+ },
221
+ "a-avatar-group/max-count": {
222
+ "description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
223
+ "type": "number"
224
+ },
225
+ "a-avatar-group/z-index-ascend": {
226
+ "description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
227
+ "type": "boolean"
228
+ },
229
+ "a-avatar-group/max-style": {
230
+ "description": "Style for +x."
231
+ },
232
+ "a-avatar-group/max-popover-trigger-props": {
233
+ "description": "TriggerProps for popover around +x."
234
+ },
235
+ "a-breadcrumb/max-count": {
236
+ "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
237
+ "type": "number"
238
+ },
239
+ "a-breadcrumb/routes": {
240
+ "description": "Set routes"
241
+ },
242
+ "a-breadcrumb/separator": {
243
+ "description": "Delimiter text",
244
+ "type": "string|number"
245
+ },
246
+ "a-breadcrumb/custom-url": {
247
+ "description": "Custom link address"
248
+ },
249
+ "a-breadcrumb-item/separator": {
250
+ "description": "Delimiter text",
251
+ "type": "string|number"
252
+ },
253
+ "a-breadcrumb-item/droplist": {
254
+ "description": "Dropdown content"
255
+ },
256
+ "a-breadcrumb-item/dropdown-props": {
257
+ "description": "Dropdown props"
258
+ },
259
+ "a-button/click": {
260
+ "description": "Emitted when the button is clicked"
261
+ },
262
+ "a-button/type": {
263
+ "description": "Button types are divided into five types: secondary, primary, dashed, outline and text."
264
+ },
265
+ "a-button/shape": {
266
+ "description": "Button shape"
267
+ },
268
+ "a-button/status": {
269
+ "description": "Button state"
270
+ },
271
+ "a-button/size": {
272
+ "description": "Button size"
273
+ },
274
+ "a-button/long": {
275
+ "description": "Whether the width of the button adapts to the container.",
276
+ "type": "boolean"
277
+ },
278
+ "a-button/loading": {
279
+ "description": "Whether the button is in the loading state",
280
+ "type": "boolean"
281
+ },
282
+ "a-button/disabled": {
283
+ "description": "Whether the button is disabled",
284
+ "type": "boolean"
285
+ },
286
+ "a-button/html-type": {
287
+ "description": "Set the native `type` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type \"_blank\")"
288
+ },
289
+ "a-button/autofocus": {
290
+ "description": "Set the native `autofocus` attribute of `button`, optional values refer to [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type \"_blank\")",
291
+ "type": "boolean"
292
+ },
293
+ "a-button/href": {
294
+ "description": "Set up a jump link. When this property is set, the button is rendered as `<a>`",
295
+ "type": "string"
296
+ },
297
+ "a-button-group/type": {
298
+ "description": "Children button types are divided into five types: secondary, primary, dashed, outline and text."
299
+ },
300
+ "a-button-group/status": {
301
+ "description": "Children button state"
302
+ },
303
+ "a-button-group/shape": {
304
+ "description": "Button shape"
305
+ },
306
+ "a-button-group/size": {
307
+ "description": "Children button size"
308
+ },
309
+ "a-button-group/disabled": {
310
+ "description": "All children whether the button is disabled",
311
+ "type": "boolean"
312
+ },
313
+ "a-carousel/change": {
314
+ "description": "Callback when slide changes"
315
+ },
316
+ "a-carousel/current": {
317
+ "description": "The index of current slide which starts from 1",
318
+ "type": "number"
319
+ },
320
+ "a-carousel/default-current": {
321
+ "description": "Default index of current slide",
322
+ "type": "number"
323
+ },
324
+ "a-carousel/move-speed": {
325
+ "description": "The duration of the slide movement(ms)",
326
+ "type": "number"
327
+ },
328
+ "a-carousel/animation-name": {
329
+ "description": "The animation of the slide movement",
330
+ "type": "string"
331
+ },
332
+ "a-carousel/trigger": {
333
+ "description": "How to trigger the slide switch, click/hover the indicator"
334
+ },
335
+ "a-carousel/direction": {
336
+ "description": "The direction of the slide movement"
337
+ },
338
+ "a-carousel/show-arrow": {
339
+ "description": "When to show the arrow used to switch"
340
+ },
341
+ "a-carousel/arrow-class": {
342
+ "description": "The additional css class to arrow used to switch",
343
+ "type": "string"
344
+ },
345
+ "a-carousel/indicator-type": {
346
+ "description": "Type of indicator"
347
+ },
348
+ "a-carousel/indicator-position": {
349
+ "description": "Position of indication"
350
+ },
351
+ "a-carousel/indicator-class": {
352
+ "description": "The additional css class to indicator",
353
+ "type": "string"
354
+ },
355
+ "a-carousel/transition-timing-function": {
356
+ "description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
357
+ "type": "string"
358
+ },
359
+ "a-calendar/change": {
360
+ "description": "Emitted when the button is clicked"
361
+ },
362
+ "a-calendar/panel-change": {
363
+ "description": "Emitted when the button is clicked"
364
+ },
365
+ "a-calendar/model-value": {
366
+ "description": "Value"
367
+ },
368
+ "a-calendar/default-value": {
369
+ "description": "Default value (uncontrolled state)"
370
+ },
371
+ "a-calendar/mode": {
372
+ "description": "Mode",
373
+ "type": "string"
374
+ },
375
+ "a-calendar/default-mode": {
376
+ "description": "Default Mode",
377
+ "type": "string"
378
+ },
379
+ "a-calendar/modes": {
380
+ "description": "Displayed mode"
381
+ },
382
+ "a-checkbox/change": {
383
+ "description": "Trigger when the value changes"
384
+ },
385
+ "a-checkbox/model-value": {
386
+ "description": "Value"
387
+ },
388
+ "a-checkbox/default-checked": {
389
+ "description": "Whether checked by default (uncontrolled state)",
390
+ "type": "boolean"
391
+ },
392
+ "a-checkbox/value": {
393
+ "description": "The `value` of the option",
394
+ "type": "string|number|boolean"
395
+ },
396
+ "a-checkbox/disabled": {
397
+ "description": "Whether to disable",
398
+ "type": "boolean"
399
+ },
400
+ "a-checkbox/indeterminate": {
401
+ "description": "Whether it is half-selected",
402
+ "type": "boolean"
403
+ },
404
+ "a-checkbox-group/change": {
405
+ "description": "Trigger when the value changes"
406
+ },
407
+ "a-checkbox-group/model-value": {
408
+ "description": "Value"
409
+ },
410
+ "a-checkbox-group/default-value": {
411
+ "description": "Default value (uncontrolled state)"
412
+ },
413
+ "a-checkbox-group/max": {
414
+ "description": "Support the maximum number of selections",
415
+ "type": "number"
416
+ },
417
+ "a-checkbox-group/options": {
418
+ "description": "Options"
419
+ },
420
+ "a-checkbox-group/direction": {
421
+ "description": "Arrangement direction of checkboxes"
422
+ },
423
+ "a-checkbox-group/disabled": {
424
+ "description": "Whether to disable",
425
+ "type": "boolean"
426
+ },
427
+ "a-collapse/change": {
428
+ "description": "Emitted when the expanded panel changes"
429
+ },
430
+ "a-collapse/active-key": {
431
+ "description": "The `key` of the currently expanded panel"
432
+ },
433
+ "a-collapse/default-active-key": {
434
+ "description": "The `key` of the panel expanded by default (uncontrolled mode)"
435
+ },
436
+ "a-collapse/accordion": {
437
+ "description": "Whether to enable accordion mode",
438
+ "type": "boolean"
439
+ },
440
+ "a-collapse/show-expand-icon": {
441
+ "description": "Whether to show the expand icon",
442
+ "type": "boolean"
443
+ },
444
+ "a-collapse/expand-icon-position": {
445
+ "description": "The location where the expand icon is displayed"
446
+ },
447
+ "a-collapse/bordered": {
448
+ "description": "Whether to show the border",
449
+ "type": "boolean"
450
+ },
451
+ "a-collapse/destroy-on-hide": {
452
+ "description": "Whether to destroy content when hidden",
453
+ "type": "boolean"
454
+ },
455
+ "a-collapse-item/header": {
456
+ "description": "The title of the panel",
457
+ "type": "string"
458
+ },
459
+ "a-collapse-item/disabled": {
460
+ "description": "Whether to disable",
461
+ "type": "boolean"
462
+ },
463
+ "a-collapse-item/show-expand-icon": {
464
+ "description": "Whether to show the expand icon",
465
+ "type": "boolean"
466
+ },
467
+ "a-collapse-item/destroy-on-hide": {
468
+ "description": "Whether to destroy content when hidden",
469
+ "type": "boolean"
470
+ },
471
+ "a-cascader/change": {
472
+ "description": "Triggered when the selected value changes"
473
+ },
474
+ "a-cascader/input-value-change": {
475
+ "description": "Triggered when the input value changes"
476
+ },
477
+ "a-cascader/clear": {
478
+ "description": "Triggered when the clear button is clicked"
479
+ },
480
+ "a-cascader/search": {
481
+ "description": "Triggered when the user searches"
482
+ },
483
+ "a-cascader/popup-visible-change": {
484
+ "description": "Triggered when the display state of the dropdown changes"
485
+ },
486
+ "a-cascader/focus": {
487
+ "description": "Triggered when focus"
488
+ },
489
+ "a-cascader/blur": {
490
+ "description": "Triggered when blur"
491
+ },
492
+ "a-cascader/path-mode": {
493
+ "description": "Whether the value is a path",
494
+ "type": "boolean"
495
+ },
496
+ "a-cascader/multiple": {
497
+ "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
498
+ "type": "boolean"
499
+ },
500
+ "a-cascader/model-value": {
501
+ "description": "Value"
502
+ },
503
+ "a-cascader/default-value": {
504
+ "description": "Default value (uncontrolled state)"
505
+ },
506
+ "a-cascader/options": {
507
+ "description": "Options for cascader"
508
+ },
509
+ "a-cascader/disabled": {
510
+ "description": "Whether to disable",
511
+ "type": "boolean"
512
+ },
513
+ "a-cascader/error": {
514
+ "description": "Whether it is an error state",
515
+ "type": "boolean"
516
+ },
517
+ "a-cascader/size": {
518
+ "description": "The size of the select"
519
+ },
520
+ "a-cascader/allow-search": {
521
+ "description": "Whether to allow searching",
522
+ "type": "boolean"
523
+ },
524
+ "a-cascader/allow-clear": {
525
+ "description": "Whether to allow clear",
526
+ "type": "boolean"
527
+ },
528
+ "a-cascader/input-value": {
529
+ "description": "The value of the input",
530
+ "type": "string"
531
+ },
532
+ "a-cascader/default-input-value": {
533
+ "description": "The default value of the input (uncontrolled state)",
534
+ "type": "string"
535
+ },
536
+ "a-cascader/popup-visible": {
537
+ "description": "Whether to show the dropdown",
538
+ "type": "boolean"
539
+ },
540
+ "a-cascader/expand-trigger": {
541
+ "description": "Expand the trigger method of the next level",
542
+ "type": "string"
543
+ },
544
+ "a-cascader/default-popup-visible": {
545
+ "description": "Whether to display the dropdown by default (uncontrolled state)",
546
+ "type": "boolean"
547
+ },
548
+ "a-cascader/placeholder": {
549
+ "description": "Placeholder",
550
+ "type": "string"
551
+ },
552
+ "a-cascader/filter-option": {
553
+ "description": "Custom options filter method"
554
+ },
555
+ "a-cascader/popup-container": {
556
+ "description": "Mount container for popup"
557
+ },
558
+ "a-cascader/max-tag-count": {
559
+ "description": "In multi-select mode, the maximum number of labels displayed. 0 means unlimited",
560
+ "type": "number"
561
+ },
562
+ "a-cascader/format-label": {
563
+ "description": "Format display content"
564
+ },
565
+ "a-cascader/trigger-props": {
566
+ "description": "Trigger props of the drop-down menu"
567
+ },
568
+ "a-cascader/check-strictly": {
569
+ "description": "Whether to enable strict selection mode",
570
+ "type": "boolean"
571
+ },
572
+ "a-cascader/load-more": {
573
+ "description": "Data lazy loading function, open the lazy loading function when it is passed in"
574
+ },
575
+ "a-cascader/loading": {
576
+ "description": "Whether it is loading state",
577
+ "type": "boolean"
578
+ },
579
+ "a-cascader/search-option-only-label": {
580
+ "description": "Whether the options in the search dropdown show only label",
581
+ "type": "boolean"
582
+ },
583
+ "a-cascader/search-delay": {
584
+ "description": "Delay time to trigger search event",
585
+ "type": "number"
586
+ },
587
+ "a-cascader/field-names": {
588
+ "description": "Customize fields in `CascaderOption`"
589
+ },
590
+ "a-cascader/value-key": {
591
+ "description": "Used to determine the option key value attribute name",
592
+ "type": "string"
593
+ },
594
+ "a-cascader/fallback": {
595
+ "description": "Options that do not exist in custom values"
596
+ },
597
+ "a-cascader/expand-child": {
598
+ "description": "whether to expand the submenu",
599
+ "type": "boolean"
600
+ },
601
+ "a-cascader/virtual-list-props": {
602
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
603
+ },
604
+ "a-cascader/tag-nowrap": {
605
+ "description": "Tag content does not wrap",
606
+ "type": "boolean"
607
+ },
608
+ "a-cascader-panel/change": {
609
+ "description": "Triggered when the selected value changes"
610
+ },
611
+ "a-cascader-panel/path-mode": {
612
+ "description": "Whether the value is a path",
613
+ "type": "boolean"
614
+ },
615
+ "a-cascader-panel/multiple": {
616
+ "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
617
+ "type": "boolean"
618
+ },
619
+ "a-cascader-panel/model-value": {
620
+ "description": "Value"
621
+ },
622
+ "a-cascader-panel/default-value": {
623
+ "description": "Default value (uncontrolled state)"
624
+ },
625
+ "a-cascader-panel/options": {
626
+ "description": "Options for cascader"
627
+ },
628
+ "a-cascader-panel/expand-trigger": {
629
+ "description": "Expand the trigger method of the next level",
630
+ "type": "string"
631
+ },
632
+ "a-cascader-panel/check-strictly": {
633
+ "description": "Whether to enable strict selection mode",
634
+ "type": "boolean"
635
+ },
636
+ "a-cascader-panel/load-more": {
637
+ "description": "Data lazy loading function, open the lazy loading function when it is passed in"
638
+ },
639
+ "a-cascader-panel/field-names": {
640
+ "description": "Customize fields in `CascaderOption`"
641
+ },
642
+ "a-cascader-panel/value-key": {
643
+ "description": "Used to determine the option key value attribute name",
644
+ "type": "string"
645
+ },
646
+ "a-cascader-panel/expand-child": {
647
+ "description": "whether to expand the submenu",
648
+ "type": "boolean"
649
+ },
650
+ "a-color-picker/change": {
651
+ "description": "Triggered when the color value changes"
652
+ },
653
+ "a-color-picker/popup-visible-change": {
654
+ "description": "Triggered when the color panel is expanded and collapsed"
655
+ },
656
+ "a-color-picker/model-value": {
657
+ "description": "Value",
658
+ "type": "string"
659
+ },
660
+ "a-color-picker/default-value": {
661
+ "description": "Default value (uncontrolled state)",
662
+ "type": "string"
663
+ },
664
+ "a-color-picker/format": {
665
+ "description": "Color value format",
666
+ "type": "string"
667
+ },
668
+ "a-color-picker/size": {
669
+ "description": "Size"
670
+ },
671
+ "a-color-picker/show-text": {
672
+ "description": "Show color value",
673
+ "type": "boolean"
674
+ },
675
+ "a-color-picker/show-history": {
676
+ "description": "Show history colors",
677
+ "type": "boolean"
678
+ },
679
+ "a-color-picker/show-preset": {
680
+ "description": "Show preset colors",
681
+ "type": "boolean"
682
+ },
683
+ "a-color-picker/disabled": {
684
+ "description": "disabled",
685
+ "type": "boolean"
686
+ },
687
+ "a-color-picker/disabled-alpha": {
688
+ "description": "Disable transparency channel",
689
+ "type": "boolean"
690
+ },
691
+ "a-color-picker/hide-trigger": {
692
+ "description": "There is no trigger element, only the color panel is displayed",
693
+ "type": "boolean"
694
+ },
695
+ "a-color-picker/trigger-props": {
696
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
697
+ },
698
+ "a-color-picker/history-colors": {
699
+ "description": "Color array of historical colors"
700
+ },
701
+ "a-color-picker/preset-colors": {
702
+ "description": "Color array of preset colors"
703
+ },
704
+ "a-config-provider/prefix-cls": {
705
+ "description": "Component classname prefix",
706
+ "type": "string"
707
+ },
708
+ "a-config-provider/locale": {
709
+ "description": "Configure language pack"
710
+ },
711
+ "a-config-provider/size": {
712
+ "description": "Size"
713
+ },
714
+ "a-config-provider/global": {
715
+ "description": "Is global effect",
716
+ "type": "boolean"
717
+ },
718
+ "a-config-provider/scroll-to-close": {
719
+ "description": "Whether to close the popover when scrolling",
720
+ "type": "boolean"
721
+ },
722
+ "a-config-provider/exchange-time": {
723
+ "description": "Whether to exchange time",
724
+ "type": "boolean"
725
+ },
726
+ "a-config-provider/rtl": {
727
+ "description": "View starts from the right and ends on the left",
728
+ "type": "boolean"
729
+ },
730
+ "a-comment/author": {
731
+ "description": "Display as the comment author",
732
+ "type": "string"
733
+ },
734
+ "a-comment/avatar": {
735
+ "description": "Display as the comment avatar",
736
+ "type": "string"
737
+ },
738
+ "a-comment/content": {
739
+ "description": "The content of the comment",
740
+ "type": "string"
741
+ },
742
+ "a-comment/datetime": {
743
+ "description": "Display as the comment datetime",
744
+ "type": "string"
745
+ },
746
+ "a-comment/align": {
747
+ "description": "Alignment of `datetime` and `actions`",
748
+ "type": "string|object"
749
+ },
750
+ "a-range-picker/change": {
751
+ "description": "The component value changes"
752
+ },
753
+ "a-range-picker/select": {
754
+ "description": "The selected date has changed but the component value has not changed"
755
+ },
756
+ "a-range-picker/popup-visible-change": {
757
+ "description": "Open or close the pop-up box"
758
+ },
759
+ "a-range-picker/ok": {
760
+ "description": "Click the confirm button"
761
+ },
762
+ "a-range-picker/clear": {
763
+ "description": "Click the clear button"
764
+ },
765
+ "a-range-picker/select-shortcut": {
766
+ "description": "Click on the shortcut option"
767
+ },
768
+ "a-range-picker/picker-value-change": {
769
+ "description": "Panel date change"
770
+ },
771
+ "a-range-picker/mode": {
772
+ "description": "Type of range selector",
773
+ "type": "string"
774
+ },
775
+ "a-range-picker/model-value": {
776
+ "description": "Value"
777
+ },
778
+ "a-range-picker/default-value": {
779
+ "description": "Default value"
780
+ },
781
+ "a-range-picker/picker-value": {
782
+ "description": "The date displayed in the default panel"
783
+ },
784
+ "a-range-picker/default-picker-value": {
785
+ "description": "Date displayed on the panel"
786
+ },
787
+ "a-range-picker/disabled": {
788
+ "description": "Whether to disable"
789
+ },
790
+ "a-range-picker/day-start-of-week": {
791
+ "description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
792
+ },
793
+ "a-range-picker/format": {
794
+ "description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
795
+ "type": "string"
796
+ },
797
+ "a-range-picker/value-format": {
798
+ "description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
799
+ },
800
+ "a-range-picker/show-time": {
801
+ "description": "Whether to increase time selection",
802
+ "type": "boolean"
803
+ },
804
+ "a-range-picker/time-picker-props": {
805
+ "description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
806
+ },
807
+ "a-range-picker/placeholder": {
808
+ "description": "Prompt copy"
809
+ },
810
+ "a-range-picker/disabled-date": {
811
+ "description": "Non-selectable date"
812
+ },
813
+ "a-range-picker/disabled-time": {
814
+ "description": "Unselectable time"
815
+ },
816
+ "a-range-picker/separator": {
817
+ "description": "The segmentation symbol in the input box of the range selector",
818
+ "type": "string"
819
+ },
820
+ "a-range-picker/exchange-time": {
821
+ "description": "Whether the time will be exchanged, by default time will affect and participate in the ordering of start and end values, if you want to fix the time order, you can turn it off.",
822
+ "type": "boolean"
823
+ },
824
+ "a-range-picker/disabled-input": {
825
+ "description": "Whether input is disabled with the keyboard.",
826
+ "type": "boolean"
827
+ },
828
+ "a-range-picker/abbreviation": {
829
+ "description": "Whether to enable abbreviation",
830
+ "type": "boolean"
831
+ },
832
+ "a-divider/direction": {
833
+ "description": "The direction of the dividing line. Can be horizontal or vertical"
834
+ },
835
+ "a-divider/orientation": {
836
+ "description": "The position of the dividing line text",
837
+ "type": "string"
838
+ },
839
+ "a-divider/type": {
840
+ "description": "Dividing line style type",
841
+ "type": "string"
842
+ },
843
+ "a-divider/size": {
844
+ "description": "The wide/height of the dividing line",
845
+ "type": "number"
846
+ },
847
+ "a-divider/margin": {
848
+ "description": "Margin up and down the split line (left and right margin in vertical direction)",
849
+ "type": "number | string"
850
+ },
851
+ "a-drawer/ok": {
852
+ "description": "Triggered when the OK button is clicked"
853
+ },
854
+ "a-drawer/cancel": {
855
+ "description": "Triggered when the cancel or close button is clicked"
856
+ },
857
+ "a-drawer/open": {
858
+ "description": "Triggered after the drawer is opened (the animation ends)"
859
+ },
860
+ "a-drawer/close": {
861
+ "description": "Triggered when the drawer is closed (the animation ends)"
862
+ },
863
+ "a-drawer/before-open": {
864
+ "description": "Triggered before drawer is opened"
865
+ },
866
+ "a-drawer/before-close": {
867
+ "description": "Triggered before drawer is closed"
868
+ },
869
+ "a-drawer/visible": {
870
+ "description": "Whether the drawer is visible",
871
+ "type": "boolean"
872
+ },
873
+ "a-drawer/default-visible": {
874
+ "description": "Whether the drawer is visible by default (uncontrolled mode)",
875
+ "type": "boolean"
876
+ },
877
+ "a-drawer/placement": {
878
+ "description": "Where the drawer is placed"
879
+ },
880
+ "a-drawer/title": {
881
+ "description": "Title",
882
+ "type": "string"
883
+ },
884
+ "a-drawer/mask": {
885
+ "description": "Whether to show the mask",
886
+ "type": "boolean"
887
+ },
888
+ "a-drawer/mask-closable": {
889
+ "description": "Click on the mask layer to be able to close",
890
+ "type": "boolean"
891
+ },
892
+ "a-drawer/closable": {
893
+ "description": "Whether to show the close button",
894
+ "type": "boolean"
895
+ },
896
+ "a-drawer/ok-text": {
897
+ "description": "The content of the ok button",
898
+ "type": "string"
899
+ },
900
+ "a-drawer/cancel-text": {
901
+ "description": "The content of the cancel button",
902
+ "type": "string"
903
+ },
904
+ "a-drawer/ok-loading": {
905
+ "description": "Whether the ok button is in the loading state",
906
+ "type": "boolean"
907
+ },
908
+ "a-drawer/ok-button-props": {
909
+ "description": "Props of confirm button"
910
+ },
911
+ "a-drawer/cancel-button-props": {
912
+ "description": "Props of cancel button"
913
+ },
914
+ "a-drawer/unmount-on-close": {
915
+ "description": "Whether to uninstall the node when close",
916
+ "type": "boolean"
917
+ },
918
+ "a-drawer/width": {
919
+ "description": "The width of the drawer (only available when placement is right, left)",
920
+ "type": "number|string"
921
+ },
922
+ "a-drawer/height": {
923
+ "description": "The height of the drawer (only available when placement is top, bottom)",
924
+ "type": "number|string"
925
+ },
926
+ "a-drawer/popup-container": {
927
+ "description": "Mount container for popup"
928
+ },
929
+ "a-drawer/drawer-style": {
930
+ "description": "Drawer style"
931
+ },
932
+ "a-drawer/body-class": {
933
+ "description": "The classname of the drawer body"
934
+ },
935
+ "a-drawer/body-style": {
936
+ "description": "Drawer body style"
937
+ },
938
+ "a-drawer/before-ok": {
939
+ "description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
940
+ },
941
+ "a-drawer/before-cancel": {
942
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
943
+ },
944
+ "a-drawer/esc-to-close": {
945
+ "description": "Whether to support the ESC key to close the dialog",
946
+ "type": "boolean"
947
+ },
948
+ "a-drawer/render-to-body": {
949
+ "description": "Whether the drawer is mounted under the `body` element",
950
+ "type": "boolean"
951
+ },
952
+ "a-drawer/header": {
953
+ "description": "Whether to display high-quality content",
954
+ "type": "boolean"
955
+ },
956
+ "a-drawer/footer": {
957
+ "description": "Whether to display the bottom content",
958
+ "type": "boolean"
959
+ },
960
+ "a-drawer/hide-cancel": {
961
+ "description": "Whether to hide the cancel button",
962
+ "type": "boolean"
963
+ },
964
+ "a-descriptions/data": {
965
+ "description": "Data for descriptions"
966
+ },
967
+ "a-descriptions/column": {
968
+ "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
969
+ },
970
+ "a-descriptions/title": {
971
+ "description": "Title of descriptions",
972
+ "type": "string"
973
+ },
974
+ "a-descriptions/layout": {
975
+ "description": "Arrangement of descriptions",
976
+ "type": "string"
977
+ },
978
+ "a-descriptions/align": {
979
+ "description": "Alignment position of text"
980
+ },
981
+ "a-descriptions/size": {
982
+ "description": "The size of the descriptions"
983
+ },
984
+ "a-descriptions/bordered": {
985
+ "description": "Whether to show the border",
986
+ "type": "boolean"
987
+ },
988
+ "a-descriptions/label-style": {
989
+ "description": "Data label style"
990
+ },
991
+ "a-descriptions/value-style": {
992
+ "description": "Data content style"
993
+ },
994
+ "a-descriptions/table-layout": {
995
+ "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
996
+ "type": "string"
997
+ },
998
+ "a-descriptions-item/span": {
999
+ "description": "number of columns",
1000
+ "type": "number"
1001
+ },
1002
+ "a-descriptions-item/label": {
1003
+ "description": "Label",
1004
+ "type": "string"
1005
+ },
1006
+ "a-card/bordered": {
1007
+ "description": "Whether to render the border",
1008
+ "type": "boolean"
1009
+ },
1010
+ "a-card/loading": {
1011
+ "description": "Loading status",
1012
+ "type": "boolean"
1013
+ },
1014
+ "a-card/hoverable": {
1015
+ "description": "Can be hovered",
1016
+ "type": "boolean"
1017
+ },
1018
+ "a-card/size": {
1019
+ "description": "Size of card",
1020
+ "type": "string"
1021
+ },
1022
+ "a-card/header-style": {
1023
+ "description": "The additional css style to apply to card head"
1024
+ },
1025
+ "a-card/body-style": {
1026
+ "description": "The additional css style to apply to card content"
1027
+ },
1028
+ "a-card/title": {
1029
+ "description": "Title of card",
1030
+ "type": "string"
1031
+ },
1032
+ "a-card/extra": {
1033
+ "description": "Content to render in the top-right corner of the card",
1034
+ "type": "string"
1035
+ },
1036
+ "a-card-meta/title": {
1037
+ "description": "Title of card",
1038
+ "type": "string"
1039
+ },
1040
+ "a-card-meta/description": {
1041
+ "description": "Description of card",
1042
+ "type": "string"
1043
+ },
1044
+ "a-card-grid/hoverable": {
1045
+ "description": "Whether to hover",
1046
+ "type": "boolean"
1047
+ },
1048
+ "a-empty/description": {
1049
+ "description": "Description",
1050
+ "type": "string"
1051
+ },
1052
+ "a-empty/img-src": {
1053
+ "description": "The src of the Custom Image",
1054
+ "type": "string"
1055
+ },
1056
+ "a-empty/in-config-provider": {
1057
+ "description": "Whether to use in ConfigProvider",
1058
+ "type": "boolean"
1059
+ },
1060
+ "a-dropdown/popup-visible-change": {
1061
+ "description": "Triggered when the display status of the drop-down box changes"
1062
+ },
1063
+ "a-dropdown/select": {
1064
+ "description": "Triggered when the user selects"
1065
+ },
1066
+ "a-dropdown/popup-visible": {
1067
+ "description": "Whether the popup is visible",
1068
+ "type": "boolean"
1069
+ },
1070
+ "a-dropdown/default-popup-visible": {
1071
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1072
+ "type": "boolean"
1073
+ },
1074
+ "a-dropdown/trigger": {
1075
+ "description": "Trigger method"
1076
+ },
1077
+ "a-dropdown/position": {
1078
+ "description": "Popup position"
1079
+ },
1080
+ "a-dropdown/popup-container": {
1081
+ "description": "Mount container for popup"
1082
+ },
1083
+ "a-dropdown/popup-max-height": {
1084
+ "description": "Maximum height of the popup",
1085
+ "type": "boolean|number"
1086
+ },
1087
+ "a-dropdown/hide-on-select": {
1088
+ "description": "Whether to hide popup when the user selects",
1089
+ "type": "boolean"
1090
+ },
1091
+ "a-doption/click": {
1092
+ "description": "Emitted when the button is clicked"
1093
+ },
1094
+ "a-doption/value": {
1095
+ "description": "Value",
1096
+ "type": "string|number|object"
1097
+ },
1098
+ "a-doption/disabled": {
1099
+ "description": "Whether to disable",
1100
+ "type": "boolean"
1101
+ },
1102
+ "a-dgroup/title": {
1103
+ "description": "Group title",
1104
+ "type": "string"
1105
+ },
1106
+ "a-dsubmenu/popup-visible-change": {
1107
+ "description": "Triggered when the display status of the drop-down box changes"
1108
+ },
1109
+ "a-dsubmenu/value": {
1110
+ "description": "Value (Not useful after version 2.16.0)",
1111
+ "type": "string|number"
1112
+ },
1113
+ "a-dsubmenu/disabled": {
1114
+ "description": "Whether to disable",
1115
+ "type": "boolean"
1116
+ },
1117
+ "a-dsubmenu/trigger": {
1118
+ "description": "Trigger method"
1119
+ },
1120
+ "a-dsubmenu/position": {
1121
+ "description": "Popup position",
1122
+ "type": "string"
1123
+ },
1124
+ "a-dsubmenu/popup-visible": {
1125
+ "description": "Whether the popup is visible",
1126
+ "type": "boolean"
1127
+ },
1128
+ "a-dsubmenu/default-popup-visible": {
1129
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1130
+ "type": "boolean"
1131
+ },
1132
+ "a-dsubmenu/option-props": {
1133
+ "description": "Custom option properties",
1134
+ "type": "object"
1135
+ },
1136
+ "a-dropdown-button/popup-visible-change": {
1137
+ "description": "Triggered when the display status of the drop-down box changes"
1138
+ },
1139
+ "a-dropdown-button/click": {
1140
+ "description": "Emitted when the button is clicked"
1141
+ },
1142
+ "a-dropdown-button/select": {
1143
+ "description": "Triggered when the user selects"
1144
+ },
1145
+ "a-dropdown-button/popup-visible": {
1146
+ "description": "Whether the popup is visible",
1147
+ "type": "boolean"
1148
+ },
1149
+ "a-dropdown-button/default-popup-visible": {
1150
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1151
+ "type": "boolean"
1152
+ },
1153
+ "a-dropdown-button/trigger": {
1154
+ "description": "Trigger method"
1155
+ },
1156
+ "a-dropdown-button/position": {
1157
+ "description": "Popup position"
1158
+ },
1159
+ "a-dropdown-button/popup-container": {
1160
+ "description": "Mount container for popup"
1161
+ },
1162
+ "a-dropdown-button/disabled": {
1163
+ "description": "Whether to disable",
1164
+ "type": "boolean"
1165
+ },
1166
+ "a-dropdown-button/type": {
1167
+ "description": "Button type",
1168
+ "type": "string"
1169
+ },
1170
+ "a-dropdown-button/size": {
1171
+ "description": "Button size",
1172
+ "type": "string"
1173
+ },
1174
+ "a-dropdown-button/button-props": {
1175
+ "description": "Button props"
1176
+ },
1177
+ "a-dropdown-button/hide-on-select": {
1178
+ "description": "Whether to hide popup when the user selects",
1179
+ "type": "boolean"
1180
+ },
1181
+ "a-input/input": {
1182
+ "description": "Triggered when the user enters"
1183
+ },
1184
+ "a-input/change": {
1185
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
1186
+ },
1187
+ "a-input/press-enter": {
1188
+ "description": "Triggered when the user presses enter"
1189
+ },
1190
+ "a-input/clear": {
1191
+ "description": "Triggered when the user clicks the clear button"
1192
+ },
1193
+ "a-input/focus": {
1194
+ "description": "Triggered when the input box gets focus"
1195
+ },
1196
+ "a-input/blur": {
1197
+ "description": "Triggered when the input box loses focus"
1198
+ },
1199
+ "a-input/model-value": {
1200
+ "description": "Value",
1201
+ "type": "string"
1202
+ },
1203
+ "a-input/default-value": {
1204
+ "description": "Default value (uncontrolled state)",
1205
+ "type": "string"
1206
+ },
1207
+ "a-input/size": {
1208
+ "description": "Input size"
1209
+ },
1210
+ "a-input/allow-clear": {
1211
+ "description": "Whether to allow the input to be cleared",
1212
+ "type": "boolean"
1213
+ },
1214
+ "a-input/disabled": {
1215
+ "description": "Whether to disable",
1216
+ "type": "boolean"
1217
+ },
1218
+ "a-input/readonly": {
1219
+ "description": "Whether it is read-only",
1220
+ "type": "boolean"
1221
+ },
1222
+ "a-input/error": {
1223
+ "description": "Whether it is an error state",
1224
+ "type": "boolean"
1225
+ },
1226
+ "a-input/placeholder": {
1227
+ "description": "Prompt text",
1228
+ "type": "string"
1229
+ },
1230
+ "a-input/max-length": {
1231
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1232
+ },
1233
+ "a-input/show-word-limit": {
1234
+ "description": "Whether to display word count",
1235
+ "type": "boolean"
1236
+ },
1237
+ "a-input/word-length": {
1238
+ "description": "Calculation method of word length"
1239
+ },
1240
+ "a-input/word-slice": {
1241
+ "description": "Character interception method, used together with wordLength"
1242
+ },
1243
+ "a-input/input-attrs": {
1244
+ "description": "Attributes of inner input elements",
1245
+ "type": "object"
1246
+ },
1247
+ "a-input/prepend": {
1248
+ "description": "Prepend",
1249
+ "type": "string"
1250
+ },
1251
+ "a-input/append": {
1252
+ "description": "Append",
1253
+ "type": "string"
1254
+ },
1255
+ "a-input-password/visibility-change": {
1256
+ "description": "Callback when visibility changes"
1257
+ },
1258
+ "a-input-password/visibility": {
1259
+ "description": "Whether is visible",
1260
+ "type": "boolean"
1261
+ },
1262
+ "a-input-password/default-visibility": {
1263
+ "description": "Default visibility",
1264
+ "type": "boolean"
1265
+ },
1266
+ "a-input-password/invisible-button": {
1267
+ "description": "Whether to show visible buttons",
1268
+ "type": "boolean"
1269
+ },
1270
+ "a-input-search/search": {
1271
+ "description": "Triggered when the search button is clicked"
1272
+ },
1273
+ "a-input-search/search-button": {
1274
+ "description": "Whether it is the rear button mode",
1275
+ "type": "boolean"
1276
+ },
1277
+ "a-input-search/loading": {
1278
+ "description": "Whether it is loading state",
1279
+ "type": "boolean"
1280
+ },
1281
+ "a-input-search/disabled": {
1282
+ "description": "Whether to disable",
1283
+ "type": "boolean"
1284
+ },
1285
+ "a-input-search/size": {
1286
+ "description": "Input size"
1287
+ },
1288
+ "a-input-search/button-text": {
1289
+ "description": "The text of the search button will replace the original icon after use",
1290
+ "type": "string"
1291
+ },
1292
+ "a-input-search/button-props": {
1293
+ "description": "Button props"
1294
+ },
1295
+ "a-form/submit": {
1296
+ "description": "Triggered when the form is submitted"
1297
+ },
1298
+ "a-form/submit-success": {
1299
+ "description": "Triggered when verification is successful"
1300
+ },
1301
+ "a-form/submit-failed": {
1302
+ "description": "Triggered when verification failed"
1303
+ },
1304
+ "a-form/model": {
1305
+ "description": "Form data object",
1306
+ "type": "object"
1307
+ },
1308
+ "a-form/layout": {
1309
+ "description": "The layout of the form, including horizontal, vertical, and multi-column"
1310
+ },
1311
+ "a-form/size": {
1312
+ "description": "The size of the form"
1313
+ },
1314
+ "a-form/label-col-props": {
1315
+ "description": "Label element layout options. The parameters are the same as the `<col>` component",
1316
+ "type": "object"
1317
+ },
1318
+ "a-form/wrapper-col-props": {
1319
+ "description": "Form control layout options. The parameters are the same as the `<col>` component",
1320
+ "type": "object"
1321
+ },
1322
+ "a-form/label-align": {
1323
+ "description": "Alignment direction of the label"
1324
+ },
1325
+ "a-form/disabled": {
1326
+ "description": "Whether to disable the form",
1327
+ "type": "boolean"
1328
+ },
1329
+ "a-form/rules": {
1330
+ "description": "Form item validation rules"
1331
+ },
1332
+ "a-form/auto-label-width": {
1333
+ "description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
1334
+ "type": "boolean"
1335
+ },
1336
+ "a-form/id": {
1337
+ "description": "Form `id` attribute and form control `id` prefix",
1338
+ "type": "string"
1339
+ },
1340
+ "a-form/scroll-to-first-error": {
1341
+ "description": "Scroll to the first error field after verification fails",
1342
+ "type": "boolean"
1343
+ },
1344
+ "a-form-item/field": {
1345
+ "description": "The path of the form element in the data object (required for the data item)",
1346
+ "type": "string"
1347
+ },
1348
+ "a-form-item/label": {
1349
+ "description": "Label text",
1350
+ "type": "string"
1351
+ },
1352
+ "a-form-item/tooltip": {
1353
+ "description": "Tooltip text",
1354
+ "type": "string"
1355
+ },
1356
+ "a-form-item/show-colon": {
1357
+ "description": "Whether to show a colon",
1358
+ "type": "boolean"
1359
+ },
1360
+ "a-form-item/no-style": {
1361
+ "description": "Whether to remove the style",
1362
+ "type": "boolean"
1363
+ },
1364
+ "a-form-item/disabled": {
1365
+ "description": "Whether to disable",
1366
+ "type": "boolean"
1367
+ },
1368
+ "a-form-item/help": {
1369
+ "description": "Help copywriting",
1370
+ "type": "string"
1371
+ },
1372
+ "a-form-item/extra": {
1373
+ "description": "Additional display copy",
1374
+ "type": "string"
1375
+ },
1376
+ "a-form-item/required": {
1377
+ "description": "Is it required",
1378
+ "type": "boolean"
1379
+ },
1380
+ "a-form-item/asterisk-position": {
1381
+ "description": "Optionally place an asterisk before/after the label",
1382
+ "type": "string"
1383
+ },
1384
+ "a-form-item/rules": {
1385
+ "description": "Form item validation rules (The priority is higher than the rules of form)"
1386
+ },
1387
+ "a-form-item/validate-status": {
1388
+ "description": "Validate status"
1389
+ },
1390
+ "a-form-item/validate-trigger": {
1391
+ "description": "The event that triggers the verification"
1392
+ },
1393
+ "a-form-item/label-col-props": {
1394
+ "description": "Label element layout options. The parameters are the same as the `<col>` component",
1395
+ "type": "object"
1396
+ },
1397
+ "a-form-item/wrapper-col-props": {
1398
+ "description": "Form control layout options. The parameters are the same as the `<col>` component",
1399
+ "type": "object"
1400
+ },
1401
+ "a-form-item/hide-label": {
1402
+ "description": "Whether to hide the label",
1403
+ "type": "boolean"
1404
+ },
1405
+ "a-form-item/hide-asterisk": {
1406
+ "description": "Whether to hide the asterisk",
1407
+ "type": "boolean"
1408
+ },
1409
+ "a-form-item/label-col-style": {
1410
+ "description": "The style of the label element layout component",
1411
+ "type": "object"
1412
+ },
1413
+ "a-form-item/wrapper-col-style": {
1414
+ "description": "The style of the form control layout component",
1415
+ "type": "object"
1416
+ },
1417
+ "a-form-item/row-props": {
1418
+ "description": "Form item layout options. The parameters are the same as the `<row>` component",
1419
+ "type": "object"
1420
+ },
1421
+ "a-form-item/row-class": {
1422
+ "description": "The class of the form item layout component",
1423
+ "type": "string|array|object"
1424
+ },
1425
+ "a-form-item/content-class": {
1426
+ "description": "The class of the form control wrapping layer",
1427
+ "type": "string|array|object"
1428
+ },
1429
+ "a-form-item/content-flex": {
1430
+ "description": "Whether to enable flex layout in the content layer",
1431
+ "type": "boolean"
1432
+ },
1433
+ "a-form-item/merge-props": {
1434
+ "description": "(Repealed) Control the Props passed to the child element. The default includes disabled, error, size, events and additional attributes on FormItem. Version 2.18.0 deprecated"
1435
+ },
1436
+ "a-form-item/label-col-flex": {
1437
+ "description": "Set the flex property of the label `Col` component. When set, the flex property of the form `Col` component will be set to `auto`.",
1438
+ "type": "number|string"
1439
+ },
1440
+ "a-form-item/feedback": {
1441
+ "description": "Whether to show the feedback icon for the form control",
1442
+ "type": "boolean"
1443
+ },
1444
+ "a-form-item/label-component": {
1445
+ "description": "The element that the form item label renders",
1446
+ "type": "string"
1447
+ },
1448
+ "a-form-item/label-attrs": {
1449
+ "description": "Attributes of the form item element",
1450
+ "type": "object"
1451
+ },
1452
+ "a-input-number/change": {
1453
+ "description": "Triggered when the value changes"
1454
+ },
1455
+ "a-input-number/focus": {
1456
+ "description": "Triggered when the input gets focus"
1457
+ },
1458
+ "a-input-number/blur": {
1459
+ "description": "Triggered when the input box loses focus"
1460
+ },
1461
+ "a-input-number/clear": {
1462
+ "description": "Triggered when the user clicks the clear button"
1463
+ },
1464
+ "a-input-number/input": {
1465
+ "description": "Triggered on input"
1466
+ },
1467
+ "a-input-number/keydown": {
1468
+ "description": "Triggered on keydown"
1469
+ },
1470
+ "a-input-number/model-value": {
1471
+ "description": "Value",
1472
+ "type": "number"
1473
+ },
1474
+ "a-input-number/default-value": {
1475
+ "description": "Default value (uncontrolled mode)",
1476
+ "type": "number"
1477
+ },
1478
+ "a-input-number/mode": {
1479
+ "description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
1480
+ "type": "string"
1481
+ },
1482
+ "a-input-number/precision": {
1483
+ "description": "Precision",
1484
+ "type": "number"
1485
+ },
1486
+ "a-input-number/step": {
1487
+ "description": "Number change step",
1488
+ "type": "number"
1489
+ },
1490
+ "a-input-number/disabled": {
1491
+ "description": "Whether to disable",
1492
+ "type": "boolean"
1493
+ },
1494
+ "a-input-number/error": {
1495
+ "description": "Whether it is an error state",
1496
+ "type": "boolean"
1497
+ },
1498
+ "a-input-number/max": {
1499
+ "description": "Max",
1500
+ "type": "number"
1501
+ },
1502
+ "a-input-number/min": {
1503
+ "description": "Min",
1504
+ "type": "number"
1505
+ },
1506
+ "a-input-number/formatter": {
1507
+ "description": "Define the display value of the input"
1508
+ },
1509
+ "a-input-number/parser": {
1510
+ "description": "Convert from `formatter` to number, and use with `formatter`"
1511
+ },
1512
+ "a-input-number/placeholder": {
1513
+ "description": "Input prompt text",
1514
+ "type": "string"
1515
+ },
1516
+ "a-input-number/hide-button": {
1517
+ "description": "Whether to hide the button",
1518
+ "type": "boolean"
1519
+ },
1520
+ "a-input-number/size": {
1521
+ "description": "Input size"
1522
+ },
1523
+ "a-input-number/allow-clear": {
1524
+ "description": "Whether to allow the input to be cleared",
1525
+ "type": "boolean"
1526
+ },
1527
+ "a-input-number/model-event": {
1528
+ "description": "Trigger event for `v-model`",
1529
+ "type": "string"
1530
+ },
1531
+ "a-input-number/read-only": {
1532
+ "description": "Readonly",
1533
+ "type": "boolean"
1534
+ },
1535
+ "a-input-number/input-attrs": {
1536
+ "description": "Attributes of inner input elements",
1537
+ "type": "object"
1538
+ },
1539
+ "a-row/gutter": {
1540
+ "description": "Grid interval in `px`. Pass in the responsive object like {xs: 4, sm: 6, md: 12}. Pass in the array [horizontal spacing, vertical spacing] to set two directions."
1541
+ },
1542
+ "a-row/justify": {
1543
+ "description": "Horizontal alignment (`justify-content`)",
1544
+ "type": "string"
1545
+ },
1546
+ "a-row/align": {
1547
+ "description": "Vertical alignment (`align-items`)",
1548
+ "type": "string"
1549
+ },
1550
+ "a-row/div": {
1551
+ "description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
1552
+ "type": "boolean"
1553
+ },
1554
+ "a-row/wrap": {
1555
+ "description": "Whether `Col` can wrap onto multiple lines",
1556
+ "type": "boolean"
1557
+ },
1558
+ "a-col/span": {
1559
+ "description": "Number of grid space",
1560
+ "type": "number"
1561
+ },
1562
+ "a-col/offset": {
1563
+ "description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
1564
+ "type": "number"
1565
+ },
1566
+ "a-col/order": {
1567
+ "description": "Sort elements",
1568
+ "type": "number"
1569
+ },
1570
+ "a-col/xs": {
1571
+ "description": "<576px responsive grid"
1572
+ },
1573
+ "a-col/sm": {
1574
+ "description": ">= 576px responsive grid"
1575
+ },
1576
+ "a-col/md": {
1577
+ "description": ">= 768px responsive grid"
1578
+ },
1579
+ "a-col/lg": {
1580
+ "description": ">= 992px responsive grid"
1581
+ },
1582
+ "a-col/xl": {
1583
+ "description": ">= 1200px responsive grid"
1584
+ },
1585
+ "a-col/xxl": {
1586
+ "description": ">= 1600px responsive grid"
1587
+ },
1588
+ "a-col/flex": {
1589
+ "description": "Set flex layout properties"
1590
+ },
1591
+ "a-grid/cols": {
1592
+ "description": "Number of columns displayed in each row"
1593
+ },
1594
+ "a-grid/row-gap": {
1595
+ "description": "The space in row-to-row"
1596
+ },
1597
+ "a-grid/col-gap": {
1598
+ "description": "The space in column-to-column"
1599
+ },
1600
+ "a-grid/collapsed": {
1601
+ "description": "Whether to collapsed",
1602
+ "type": "boolean"
1603
+ },
1604
+ "a-grid/collapsed-rows": {
1605
+ "description": "Number of rows displayed when collapsed",
1606
+ "type": "number"
1607
+ },
1608
+ "a-grid-item/span": {
1609
+ "description": "Number of grids spanned"
1610
+ },
1611
+ "a-grid-item/offset": {
1612
+ "description": "Number of grids on the left"
1613
+ },
1614
+ "a-grid-item/suffix": {
1615
+ "description": "Is it a suffix element",
1616
+ "type": "boolean"
1617
+ },
1618
+ "a-input-tag/change": {
1619
+ "description": "Triggered when the value changes"
1620
+ },
1621
+ "a-input-tag/input-value-change": {
1622
+ "description": "Trigger when the input value changes"
1623
+ },
1624
+ "a-input-tag/press-enter": {
1625
+ "description": "Triggered when the enter key is pressed"
1626
+ },
1627
+ "a-input-tag/remove": {
1628
+ "description": "Triggered when the delete button of the label is clicked"
1629
+ },
1630
+ "a-input-tag/clear": {
1631
+ "description": "Triggered when the clear button is clicked"
1632
+ },
1633
+ "a-input-tag/focus": {
1634
+ "description": "Triggered when the input box gets focus"
1635
+ },
1636
+ "a-input-tag/blur": {
1637
+ "description": "Triggered when the input box loses focus"
1638
+ },
1639
+ "a-input-tag/model-value": {
1640
+ "description": "Value"
1641
+ },
1642
+ "a-input-tag/default-value": {
1643
+ "description": "Default value (uncontrolled state)"
1644
+ },
1645
+ "a-input-tag/input-value": {
1646
+ "description": "The value of the input",
1647
+ "type": "string"
1648
+ },
1649
+ "a-input-tag/default-input-value": {
1650
+ "description": "The default value of the input (uncontrolled state)",
1651
+ "type": "string"
1652
+ },
1653
+ "a-input-tag/placeholder": {
1654
+ "description": "Placeholder",
1655
+ "type": "string"
1656
+ },
1657
+ "a-input-tag/disabled": {
1658
+ "description": "Whether to disable",
1659
+ "type": "boolean"
1660
+ },
1661
+ "a-input-tag/error": {
1662
+ "description": "Whether it is an error state",
1663
+ "type": "boolean"
1664
+ },
1665
+ "a-input-tag/readonly": {
1666
+ "description": "Whether it is read-only mode",
1667
+ "type": "boolean"
1668
+ },
1669
+ "a-input-tag/allow-clear": {
1670
+ "description": "Whether to allow clear",
1671
+ "type": "boolean"
1672
+ },
1673
+ "a-input-tag/size": {
1674
+ "description": "The size of the input"
1675
+ },
1676
+ "a-input-tag/max-tag-count": {
1677
+ "description": "The maximum number of tags displayed, `0` means unlimited",
1678
+ "type": "number"
1679
+ },
1680
+ "a-input-tag/retain-input-value": {
1681
+ "description": "Whether to keep the content of the input box"
1682
+ },
1683
+ "a-input-tag/format-tag": {
1684
+ "description": "Format tag content"
1685
+ },
1686
+ "a-input-tag/unique-value": {
1687
+ "description": "Whether to create only unique values",
1688
+ "type": "boolean"
1689
+ },
1690
+ "a-input-tag/field-names": {
1691
+ "description": "Customize fields in `TagData`"
1692
+ },
1693
+ "a-input-tag/tag-nowrap": {
1694
+ "description": "Tag content does not wrap",
1695
+ "type": "boolean"
1696
+ },
1697
+ "a-link/click": {
1698
+ "description": "Emitted when the link is clicked"
1699
+ },
1700
+ "a-link/href": {
1701
+ "description": "Link address",
1702
+ "type": "string"
1703
+ },
1704
+ "a-link/status": {
1705
+ "description": "Link status"
1706
+ },
1707
+ "a-link/hoverable": {
1708
+ "description": "Whether to hide background when hover",
1709
+ "type": "boolean"
1710
+ },
1711
+ "a-link/icon": {
1712
+ "description": "icon",
1713
+ "type": "boolean"
1714
+ },
1715
+ "a-link/loading": {
1716
+ "description": "Whether the link is in the loading state",
1717
+ "type": "boolean"
1718
+ },
1719
+ "a-link/disabled": {
1720
+ "description": "Whether the link is disabled",
1721
+ "type": "boolean"
1722
+ },
1723
+ "a-layout/has-sider": {
1724
+ "description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
1725
+ "type": "boolean"
1726
+ },
1727
+ "a-layout-sider/collapse": {
1728
+ "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1729
+ },
1730
+ "a-layout-sider/breakpoint": {
1731
+ "description": "Events when a responsive layout breakpoint is triggered"
1732
+ },
1733
+ "a-layout-sider/theme": {
1734
+ "description": "Theme",
1735
+ "type": "string"
1736
+ },
1737
+ "a-layout-sider/collapsed": {
1738
+ "description": "Current collapsed state",
1739
+ "type": "boolean"
1740
+ },
1741
+ "a-layout-sider/default-collapsed": {
1742
+ "description": "The default collapsed state",
1743
+ "type": "boolean"
1744
+ },
1745
+ "a-layout-sider/collapsible": {
1746
+ "description": "Whether is collapsible",
1747
+ "type": "boolean"
1748
+ },
1749
+ "a-layout-sider/width": {
1750
+ "description": "Width",
1751
+ "type": "number"
1752
+ },
1753
+ "a-layout-sider/collapsed-width": {
1754
+ "description": "Collapsed width",
1755
+ "type": "number"
1756
+ },
1757
+ "a-layout-sider/reverse-arrow": {
1758
+ "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1759
+ "type": "boolean"
1760
+ },
1761
+ "a-layout-sider/resize-directions": {
1762
+ "description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
1763
+ },
1764
+ "a-layout-sider/hide-trigger": {
1765
+ "description": "Whether to hide the bottom fold trigger",
1766
+ "type": "boolean"
1767
+ },
1768
+ "a-mention/change": {
1769
+ "description": "Triggered when the value changes"
1770
+ },
1771
+ "a-mention/search": {
1772
+ "description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
1773
+ },
1774
+ "a-mention/select": {
1775
+ "description": "Triggered when the drop-down option is selected"
1776
+ },
1777
+ "a-mention/clear": {
1778
+ "description": "Triggered when the user clicks the clear button"
1779
+ },
1780
+ "a-mention/focus": {
1781
+ "description": "Emitted when the text box gets focus"
1782
+ },
1783
+ "a-mention/blur": {
1784
+ "description": "Emitted when the text box loses focus"
1785
+ },
1786
+ "a-mention/model-value": {
1787
+ "description": "Value",
1788
+ "type": "string"
1789
+ },
1790
+ "a-mention/default-value": {
1791
+ "description": "Default value (uncontrolled state)",
1792
+ "type": "string"
1793
+ },
1794
+ "a-mention/data": {
1795
+ "description": "Data for automatic completion"
1796
+ },
1797
+ "a-mention/prefix": {
1798
+ "description": "Keywords that trigger auto-completion"
1799
+ },
1800
+ "a-mention/split": {
1801
+ "description": "Before and after the selected item separator",
1802
+ "type": "string"
1803
+ },
1804
+ "a-mention/type": {
1805
+ "description": "default input or textarea",
1806
+ "type": "string"
1807
+ },
1808
+ "a-mention/disabled": {
1809
+ "description": "Whether to disable",
1810
+ "type": "boolean"
1811
+ },
1812
+ "a-mention/allow-clear": {
1813
+ "description": "Whether to allow the input to be cleared",
1814
+ "type": "boolean"
1815
+ },
1816
+ "a-modal/ok": {
1817
+ "description": "Triggered when the OK button is clicked"
1818
+ },
1819
+ "a-modal/cancel": {
1820
+ "description": "Triggered when the cancel/close button is clicked"
1821
+ },
1822
+ "a-modal/open": {
1823
+ "description": "Triggered after the modal is opened (the animation ends)"
1824
+ },
1825
+ "a-modal/close": {
1826
+ "description": "Triggered after the modal is closed (the animation ends)"
1827
+ },
1828
+ "a-modal/before-open": {
1829
+ "description": "Triggered before dialog is opened"
1830
+ },
1831
+ "a-modal/before-close": {
1832
+ "description": "Triggered before dialog is closed"
1833
+ },
1834
+ "a-modal/visible": {
1835
+ "description": "Whether the modal is visible",
1836
+ "type": "boolean"
1837
+ },
1838
+ "a-modal/default-visible": {
1839
+ "description": "Whether the modal is visible by default (uncontrolled state)",
1840
+ "type": "boolean"
1841
+ },
1842
+ "a-modal/width": {
1843
+ "description": "The width of the dialog box, if not set, the width value in the style will be used",
1844
+ "type": "number|string"
1845
+ },
1846
+ "a-modal/top": {
1847
+ "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
1848
+ "type": "number|string"
1849
+ },
1850
+ "a-modal/mask": {
1851
+ "description": "Whether to show the mask",
1852
+ "type": "boolean"
1853
+ },
1854
+ "a-modal/title": {
1855
+ "description": "Title",
1856
+ "type": "string"
1857
+ },
1858
+ "a-modal/title-align": {
1859
+ "description": "horizontal alignment of the title",
1860
+ "type": "string"
1861
+ },
1862
+ "a-modal/align-center": {
1863
+ "description": "Whether the dialog box is displayed in the center",
1864
+ "type": "boolean"
1865
+ },
1866
+ "a-modal/unmount-on-close": {
1867
+ "description": "Whether to uninstall the node when close",
1868
+ "type": "boolean"
1869
+ },
1870
+ "a-modal/mask-closable": {
1871
+ "description": "Whether to close the modal when click the mask",
1872
+ "type": "boolean"
1873
+ },
1874
+ "a-modal/hide-cancel": {
1875
+ "description": "Whether to hide the cancel button",
1876
+ "type": "boolean"
1877
+ },
1878
+ "a-modal/simple": {
1879
+ "description": "Whether to enable simple mode",
1880
+ "type": "boolean"
1881
+ },
1882
+ "a-modal/closable": {
1883
+ "description": "Whether to show the close button",
1884
+ "type": "boolean"
1885
+ },
1886
+ "a-modal/ok-text": {
1887
+ "description": "The content of the confirm button",
1888
+ "type": "string"
1889
+ },
1890
+ "a-modal/cancel-text": {
1891
+ "description": "The content of the cancel button",
1892
+ "type": "string"
1893
+ },
1894
+ "a-modal/ok-loading": {
1895
+ "description": "Whether the confirm button is in the loading state",
1896
+ "type": "boolean"
1897
+ },
1898
+ "a-modal/ok-button-props": {
1899
+ "description": "Props of confirm button"
1900
+ },
1901
+ "a-modal/cancel-button-props": {
1902
+ "description": "Props of cancel button"
1903
+ },
1904
+ "a-modal/footer": {
1905
+ "description": "Whether to show the footer",
1906
+ "type": "boolean"
1907
+ },
1908
+ "a-modal/render-to-body": {
1909
+ "description": "Whether the modal is mounted under the `body` element",
1910
+ "type": "boolean"
1911
+ },
1912
+ "a-modal/popup-container": {
1913
+ "description": "Mount container for modal"
1914
+ },
1915
+ "a-modal/mask-style": {
1916
+ "description": "Mask style"
1917
+ },
1918
+ "a-modal/modal-class": {
1919
+ "description": "The classname of the modal"
1920
+ },
1921
+ "a-modal/modal-style": {
1922
+ "description": "Modal style"
1923
+ },
1924
+ "a-modal/before-ok": {
1925
+ "description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
1926
+ },
1927
+ "a-modal/before-cancel": {
1928
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1929
+ },
1930
+ "a-modal/esc-to-close": {
1931
+ "description": "Whether to support the ESC key to close the dialog",
1932
+ "type": "boolean"
1933
+ },
1934
+ "a-modal/draggable": {
1935
+ "description": "Whether to support drag",
1936
+ "type": "boolean"
1937
+ },
1938
+ "a-modal/fullscreen": {
1939
+ "description": "Whether to enable full screen",
1940
+ "type": "boolean"
1941
+ },
1942
+ "a-modal/mask-animation-name": {
1943
+ "description": "Mask layer animation name",
1944
+ "type": "string"
1945
+ },
1946
+ "a-modal/modal-animation-name": {
1947
+ "description": "Modal animation name",
1948
+ "type": "string"
1949
+ },
1950
+ "a-modal/body-class": {
1951
+ "description": "The classname of the modal"
1952
+ },
1953
+ "a-modal/body-style": {
1954
+ "description": "Modal style"
1955
+ },
1956
+ "a-modal/hide-title": {
1957
+ "description": "Whether to hide the title",
1958
+ "type": "boolean"
1959
+ },
1960
+ "a-menu/collapse": {
1961
+ "description": "Triggered when the collapsed state changes"
1962
+ },
1963
+ "a-menu/menu-item-click": {
1964
+ "description": "Triggered when the menu item is clicked"
1965
+ },
1966
+ "a-menu/sub-menu-click": {
1967
+ "description": "Triggered when the submenu is clicked"
1968
+ },
1969
+ "a-menu/theme": {
1970
+ "description": "Menu theme",
1971
+ "type": "string"
1972
+ },
1973
+ "a-menu/mode": {
1974
+ "description": "The mode of menu",
1975
+ "type": "string"
1976
+ },
1977
+ "a-menu/level-indent": {
1978
+ "description": "Indentation between levels",
1979
+ "type": "number"
1980
+ },
1981
+ "a-menu/auto-open": {
1982
+ "description": "Expand all multi-level menus by default",
1983
+ "type": "boolean"
1984
+ },
1985
+ "a-menu/collapsed": {
1986
+ "description": "Whether to collapse the menu",
1987
+ "type": "boolean"
1988
+ },
1989
+ "a-menu/default-collapsed": {
1990
+ "description": "Whether to collapse the menu by default",
1991
+ "type": "boolean"
1992
+ },
1993
+ "a-menu/collapsed-width": {
1994
+ "description": "Collapse menu width",
1995
+ "type": "number"
1996
+ },
1997
+ "a-menu/accordion": {
1998
+ "description": "Turn on the accordion effect",
1999
+ "type": "boolean"
2000
+ },
2001
+ "a-menu/auto-scroll-into-view": {
2002
+ "description": "Whether to automatically scroll the selected item to the visible area",
2003
+ "type": "boolean"
2004
+ },
2005
+ "a-menu/show-collapse-button": {
2006
+ "description": "Whether built-in folding button",
2007
+ "type": "boolean"
2008
+ },
2009
+ "a-menu/selected-keys": {
2010
+ "description": "The selected menu item key array"
2011
+ },
2012
+ "a-menu/default-selected-keys": {
2013
+ "description": "The key array of the menu items selected by default"
2014
+ },
2015
+ "a-menu/open-keys": {
2016
+ "description": "Expanded submenu key array"
2017
+ },
2018
+ "a-menu/default-open-keys": {
2019
+ "description": "The default expanded submenu key array"
2020
+ },
2021
+ "a-menu/scroll-config": {
2022
+ "description": "Scroll to the configuration items in the visible area and receive all the parameters of [scroll-into-view-if-needed](https://github.com/stipsan/scroll-into-view-if-needed)"
2023
+ },
2024
+ "a-menu/trigger-props": {
2025
+ "description": "Accept all `Props` of `Trigger` in pop-up mode"
2026
+ },
2027
+ "a-menu/tooltip-props": {
2028
+ "description": "Accept all `Props` of `ToolTip` in pop-up mode",
2029
+ "type": "object"
2030
+ },
2031
+ "a-menu/auto-open-selected": {
2032
+ "description": "Expand the selected menus by default",
2033
+ "type": "boolean"
2034
+ },
2035
+ "a-menu/breakpoint": {
2036
+ "description": "Responsive breakpoints, see [Responsive Grid](/vue/component/grid) for details",
2037
+ "type": "string"
2038
+ },
2039
+ "a-menu/popup-max-height": {
2040
+ "description": "The maximum height of popover",
2041
+ "type": "boolean | number"
2042
+ },
2043
+ "a-sub-menu/title": {
2044
+ "description": "The title of the submenu",
2045
+ "type": "string"
2046
+ },
2047
+ "a-sub-menu/selectable": {
2048
+ "description": "In the pop-up mode, whether the multi-level menu header is also used as a menu item to support the state such as click to select",
2049
+ "type": "boolean"
2050
+ },
2051
+ "a-sub-menu/popup": {
2052
+ "description": "Whether to force the use of pop-up mode, `level` indicates the level of the current submenu"
2053
+ },
2054
+ "a-sub-menu/popup-max-height": {
2055
+ "description": "The maximum height of popover",
2056
+ "type": "boolean | number"
2057
+ },
2058
+ "a-menu-item-group/title": {
2059
+ "description": "The title of the menu group",
2060
+ "type": "string"
2061
+ },
2062
+ "a-menu-item/disabled": {
2063
+ "description": "Whether to disable",
2064
+ "type": "boolean"
2065
+ },
2066
+ "a-list/scroll": {
2067
+ "description": "Triggered when the list scrolls"
2068
+ },
2069
+ "a-list/reach-bottom": {
2070
+ "description": "Triggered when the list reaches the bottom"
2071
+ },
2072
+ "a-list/page-change": {
2073
+ "description": "Triggered when the table pagination changes"
2074
+ },
2075
+ "a-list/page-size-change": {
2076
+ "description": "Triggered when the number of data per page of the table changes"
2077
+ },
2078
+ "a-list/data": {
2079
+ "description": "List data, need to be used with `item` slot at the same time"
2080
+ },
2081
+ "a-list/size": {
2082
+ "description": "List size",
2083
+ "type": "string"
2084
+ },
2085
+ "a-list/bordered": {
2086
+ "description": "Whether to show the border",
2087
+ "type": "boolean"
2088
+ },
2089
+ "a-list/split": {
2090
+ "description": "Whether to show the dividing line",
2091
+ "type": "boolean"
2092
+ },
2093
+ "a-list/loading": {
2094
+ "description": "Whether it is loading state",
2095
+ "type": "boolean"
2096
+ },
2097
+ "a-list/hoverable": {
2098
+ "description": "Whether to display the selected style",
2099
+ "type": "boolean"
2100
+ },
2101
+ "a-list/pagination-props": {
2102
+ "description": "List pagination configuration"
2103
+ },
2104
+ "a-list/grid-props": {
2105
+ "description": "List grid configuration",
2106
+ "type": "object"
2107
+ },
2108
+ "a-list/max-height": {
2109
+ "description": "Maximum height of the list",
2110
+ "type": "string | number"
2111
+ },
2112
+ "a-list/bottom-offset": {
2113
+ "description": "Trigger the distance threshold to reach the bottom",
2114
+ "type": "number"
2115
+ },
2116
+ "a-list/virtual-list-props": {
2117
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
2118
+ },
2119
+ "a-list/scrollbar": {
2120
+ "description": "Whether to enable virtual scroll bar"
2121
+ },
2122
+ "a-list-item/action-layout": {
2123
+ "description": "Operation group arrangement direction"
2124
+ },
2125
+ "a-list-item-meta/title": {
2126
+ "description": "Title",
2127
+ "type": "string"
2128
+ },
2129
+ "a-list-item-meta/description": {
2130
+ "description": "Description",
2131
+ "type": "string"
2132
+ },
2133
+ "a-image/preview-visible-change": {
2134
+ "description": "Preview opening and closing events"
2135
+ },
2136
+ "a-image/src": {
2137
+ "description": "Image src",
2138
+ "type": "string"
2139
+ },
2140
+ "a-image/width": {
2141
+ "description": "Image width",
2142
+ "type": "string | number"
2143
+ },
2144
+ "a-image/height": {
2145
+ "description": "Image height",
2146
+ "type": "string | number"
2147
+ },
2148
+ "a-image/title": {
2149
+ "description": "Title",
2150
+ "type": "string"
2151
+ },
2152
+ "a-image/description": {
2153
+ "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
2154
+ "type": "string"
2155
+ },
2156
+ "a-image/fit": {
2157
+ "description": "indicate how the image should be resized to fit its container",
2158
+ "type": "string"
2159
+ },
2160
+ "a-image/alt": {
2161
+ "description": "Text description of the image",
2162
+ "type": "string"
2163
+ },
2164
+ "a-image/hide-footer": {
2165
+ "description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
2166
+ },
2167
+ "a-image/footer-position": {
2168
+ "description": "The position shown at the bottom",
2169
+ "type": "string"
2170
+ },
2171
+ "a-image/show-loader": {
2172
+ "description": "Whether to show the loading effect",
2173
+ "type": "boolean"
2174
+ },
2175
+ "a-image/preview": {
2176
+ "description": "Whether to enable preview",
2177
+ "type": "boolean"
2178
+ },
2179
+ "a-image/preview-visible": {
2180
+ "description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
2181
+ "type": "boolean"
2182
+ },
2183
+ "a-image/default-preview-visible": {
2184
+ "description": "The default open state of the preview",
2185
+ "type": "boolean"
2186
+ },
2187
+ "a-image/preview-props": {
2188
+ "description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
2189
+ },
2190
+ "a-image/footer-class": {
2191
+ "description": "The class name of the bottom display area",
2192
+ "type": "string|array|object"
2193
+ },
2194
+ "a-image-preview/close": {
2195
+ "description": "Close event"
2196
+ },
2197
+ "a-image-preview/src": {
2198
+ "description": "Image src",
2199
+ "type": "string"
2200
+ },
2201
+ "a-image-preview/visible": {
2202
+ "description": "Whether is visible",
2203
+ "type": "boolean"
2204
+ },
2205
+ "a-image-preview/default-visible": {
2206
+ "description": "Default visibility",
2207
+ "type": "boolean"
2208
+ },
2209
+ "a-image-preview/mask-closable": {
2210
+ "description": "Whether to close the modal when mask is clicked",
2211
+ "type": "boolean"
2212
+ },
2213
+ "a-image-preview/closable": {
2214
+ "description": "Whether to show close button",
2215
+ "type": "boolean"
2216
+ },
2217
+ "a-image-preview/actions-layout": {
2218
+ "description": "Layout of action list"
2219
+ },
2220
+ "a-image-preview/popup-container": {
2221
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
2222
+ },
2223
+ "a-image-preview/esc-to-close": {
2224
+ "description": "Whether to support the ESC key to close the preview",
2225
+ "type": "boolean"
2226
+ },
2227
+ "a-image-preview/wheel-zoom": {
2228
+ "description": "Whether to enable wheel zoom",
2229
+ "type": "boolean"
2230
+ },
2231
+ "a-image-preview/keyboard": {
2232
+ "description": "Whether to enable keyboard shortcuts",
2233
+ "type": "boolean"
2234
+ },
2235
+ "a-image-preview/default-scale": {
2236
+ "description": "Default scale",
2237
+ "type": "number"
2238
+ },
2239
+ "a-image-preview/zoom-rate": {
2240
+ "description": "Zoom rate, only for scroll zoom",
2241
+ "type": "number"
2242
+ },
2243
+ "a-image-preview-group/change": {
2244
+ "description": "Image switch"
2245
+ },
2246
+ "a-image-preview-group/visible-change": {
2247
+ "description": "Preview visibility change"
2248
+ },
2249
+ "a-image-preview-group/src-list": {
2250
+ "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
2251
+ },
2252
+ "a-image-preview-group/current": {
2253
+ "description": "The index of the currently displayed image",
2254
+ "type": "number"
2255
+ },
2256
+ "a-image-preview-group/default-current": {
2257
+ "description": "The index of the first image shown",
2258
+ "type": "number"
2259
+ },
2260
+ "a-image-preview-group/infinite": {
2261
+ "description": "Whether to loop infinitely",
2262
+ "type": "boolean"
2263
+ },
2264
+ "a-image-preview-group/visible": {
2265
+ "description": "Whether is visible",
2266
+ "type": "boolean"
2267
+ },
2268
+ "a-image-preview-group/default-visible": {
2269
+ "description": "Default visibility",
2270
+ "type": "boolean"
2271
+ },
2272
+ "a-image-preview-group/mask-closable": {
2273
+ "description": "Whether to close the modal when mask is clicked",
2274
+ "type": "boolean"
2275
+ },
2276
+ "a-image-preview-group/closable": {
2277
+ "description": "Whether to show close button",
2278
+ "type": "boolean"
2279
+ },
2280
+ "a-image-preview-group/actions-layout": {
2281
+ "description": "Layout of action list"
2282
+ },
2283
+ "a-image-preview-group/popup-container": {
2284
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
2285
+ },
2286
+ "a-image-preview-action/name": {
2287
+ "description": "the name of the action",
2288
+ "type": "string"
2289
+ },
2290
+ "a-image-preview-action/disabled": {
2291
+ "description": "Whether to disable the action",
2292
+ "type": "boolean"
2293
+ },
2294
+ "a-overflow-list/change": {
2295
+ "description": "Triggered when the overflow quantity changes"
2296
+ },
2297
+ "a-overflow-list/min": {
2298
+ "description": "Minimum number of elements to display",
2299
+ "type": "number"
2300
+ },
2301
+ "a-overflow-list/margin": {
2302
+ "description": "Item Margin",
2303
+ "type": "number"
2304
+ },
2305
+ "a-overflow-list/from": {
2306
+ "description": "Overflow From",
2307
+ "type": "string"
2308
+ },
2309
+ "a-page-header/back": {
2310
+ "description": "Emitted when the back button is clicked"
2311
+ },
2312
+ "a-page-header/title": {
2313
+ "description": "Main title",
2314
+ "type": "string"
2315
+ },
2316
+ "a-page-header/subtitle": {
2317
+ "description": "Subtitle",
2318
+ "type": "string"
2319
+ },
2320
+ "a-page-header/show-back": {
2321
+ "description": "Whether to show the back button",
2322
+ "type": "boolean"
2323
+ },
2324
+ "a-popconfirm/popup-visible-change": {
2325
+ "description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
2326
+ },
2327
+ "a-popconfirm/ok": {
2328
+ "description": "Triggered when the confirm button is clicked"
2329
+ },
2330
+ "a-popconfirm/cancel": {
2331
+ "description": "Triggered when the cancel button is clicked"
2332
+ },
2333
+ "a-popconfirm/content": {
2334
+ "description": "Content",
2335
+ "type": "string"
2336
+ },
2337
+ "a-popconfirm/position": {
2338
+ "description": "Popup position"
2339
+ },
2340
+ "a-popconfirm/popup-visible": {
2341
+ "description": "Whether the popconfirm is visible",
2342
+ "type": "boolean"
2343
+ },
2344
+ "a-popconfirm/default-popup-visible": {
2345
+ "description": "Whether the popconfirm is visible by default (uncontrolled mode)",
2346
+ "type": "boolean"
2347
+ },
2348
+ "a-popconfirm/type": {
2349
+ "description": "Types of the popconfirm"
2350
+ },
2351
+ "a-popconfirm/ok-text": {
2352
+ "description": "The content of the ok button",
2353
+ "type": "string"
2354
+ },
2355
+ "a-popconfirm/cancel-text": {
2356
+ "description": "The content of the cancel button",
2357
+ "type": "string"
2358
+ },
2359
+ "a-popconfirm/ok-loading": {
2360
+ "description": "Whether the ok button is in the loading state",
2361
+ "type": "boolean"
2362
+ },
2363
+ "a-popconfirm/ok-button-props": {
2364
+ "description": "Props of ok button"
2365
+ },
2366
+ "a-popconfirm/cancel-button-props": {
2367
+ "description": "Props of cancel button"
2368
+ },
2369
+ "a-popconfirm/content-class": {
2370
+ "description": "The class name of the popup content"
2371
+ },
2372
+ "a-popconfirm/content-style": {
2373
+ "description": "The style of the popup content"
2374
+ },
2375
+ "a-popconfirm/arrow-class": {
2376
+ "description": "The class name of the popup arrow"
2377
+ },
2378
+ "a-popconfirm/arrow-style": {
2379
+ "description": "The style of the popup arrow"
2380
+ },
2381
+ "a-popconfirm/popup-container": {
2382
+ "description": "Mount container for popup"
2383
+ },
2384
+ "a-popconfirm/before-ok": {
2385
+ "description": "The callback function before the ok event is triggered. If false is returned, subsequent events will not be triggered, and done can also be used to close asynchronously."
2386
+ },
2387
+ "a-popconfirm/before-cancel": {
2388
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2389
+ },
2390
+ "a-popover/popup-visible-change": {
2391
+ "description": "Triggered when the text bubble display status changes"
2392
+ },
2393
+ "a-popover/popup-visible": {
2394
+ "description": "Whether the popover is visible",
2395
+ "type": "boolean"
2396
+ },
2397
+ "a-popover/default-popup-visible": {
2398
+ "description": "Whether the popover is visible by default (uncontrolled mode)",
2399
+ "type": "boolean"
2400
+ },
2401
+ "a-popover/title": {
2402
+ "description": "Title",
2403
+ "type": "string"
2404
+ },
2405
+ "a-popover/content": {
2406
+ "description": "Content",
2407
+ "type": "string"
2408
+ },
2409
+ "a-popover/trigger": {
2410
+ "description": "Trigger method"
2411
+ },
2412
+ "a-popover/position": {
2413
+ "description": "Pop-up position"
2414
+ },
2415
+ "a-popover/content-class": {
2416
+ "description": "The class name of the popup content"
2417
+ },
2418
+ "a-popover/content-style": {
2419
+ "description": "The style of the popup content"
2420
+ },
2421
+ "a-popover/arrow-class": {
2422
+ "description": "The class name of the popup arrow"
2423
+ },
2424
+ "a-popover/arrow-style": {
2425
+ "description": "The style of the popup arrow"
2426
+ },
2427
+ "a-popover/popup-container": {
2428
+ "description": "Mount container for pop-up box"
2429
+ },
2430
+ "a-progress/type": {
2431
+ "description": "The type of progress bar"
2432
+ },
2433
+ "a-progress/size": {
2434
+ "description": "The size of the progress bar"
2435
+ },
2436
+ "a-progress/percent": {
2437
+ "description": "The current percentage of the progress bar",
2438
+ "type": "number"
2439
+ },
2440
+ "a-progress/steps": {
2441
+ "description": "Turn on the step bar mode and set the number of steps",
2442
+ "type": "number"
2443
+ },
2444
+ "a-progress/animation": {
2445
+ "description": "Whether to turn on the transition animation",
2446
+ "type": "boolean"
2447
+ },
2448
+ "a-progress/stroke-width": {
2449
+ "description": "The line width of the progress bar",
2450
+ "type": "number"
2451
+ },
2452
+ "a-progress/width": {
2453
+ "description": "The width of the progress bar",
2454
+ "type": "number|string"
2455
+ },
2456
+ "a-progress/color": {
2457
+ "description": "The color of the progress bar",
2458
+ "type": "string|object"
2459
+ },
2460
+ "a-progress/track-color": {
2461
+ "description": "The color of the progress track",
2462
+ "type": "string"
2463
+ },
2464
+ "a-progress/show-text": {
2465
+ "description": "Whether to display text",
2466
+ "type": "boolean"
2467
+ },
2468
+ "a-progress/status": {
2469
+ "description": "Progress bar status"
2470
+ },
2471
+ "a-radio/change": {
2472
+ "description": "Trigger when the value changes"
2473
+ },
2474
+ "a-radio/model-value": {
2475
+ "description": "Value",
2476
+ "type": "string | number | boolean"
2477
+ },
2478
+ "a-radio/default-checked": {
2479
+ "description": "Whether checked by default (uncontrolled state)",
2480
+ "type": "boolean"
2481
+ },
2482
+ "a-radio/value": {
2483
+ "description": "The `value` of the option",
2484
+ "type": "string | number | boolean"
2485
+ },
2486
+ "a-radio/type": {
2487
+ "description": "Radio type"
2488
+ },
2489
+ "a-radio/disabled": {
2490
+ "description": "Whether to disable",
2491
+ "type": "boolean"
2492
+ },
2493
+ "a-radio-group/change": {
2494
+ "description": "Trigger when the value changes"
2495
+ },
2496
+ "a-radio-group/model-value": {
2497
+ "description": "Value",
2498
+ "type": "string | number | boolean"
2499
+ },
2500
+ "a-radio-group/default-value": {
2501
+ "description": "Default value (uncontrolled state)",
2502
+ "type": "string | number | boolean"
2503
+ },
2504
+ "a-radio-group/type": {
2505
+ "description": "Types of radio group"
2506
+ },
2507
+ "a-radio-group/size": {
2508
+ "description": "The size of the radio group"
2509
+ },
2510
+ "a-radio-group/options": {
2511
+ "description": "Options"
2512
+ },
2513
+ "a-radio-group/direction": {
2514
+ "description": "The direction of the radio group"
2515
+ },
2516
+ "a-radio-group/disabled": {
2517
+ "description": "Whether to disable",
2518
+ "type": "boolean"
2519
+ },
2520
+ "a-rate/change": {
2521
+ "description": "Trigger when the value changes"
2522
+ },
2523
+ "a-rate/hover-change": {
2524
+ "description": "Triggered when the mouse moves over the value"
2525
+ },
2526
+ "a-rate/count": {
2527
+ "description": "Total number of rate",
2528
+ "type": "number"
2529
+ },
2530
+ "a-rate/model-value": {
2531
+ "description": "Value",
2532
+ "type": "number"
2533
+ },
2534
+ "a-rate/default-value": {
2535
+ "description": "Default Value",
2536
+ "type": "number"
2537
+ },
2538
+ "a-rate/allow-half": {
2539
+ "description": "Whether to allow half selection",
2540
+ "type": "boolean"
2541
+ },
2542
+ "a-rate/allow-clear": {
2543
+ "description": "Whether to allow clear",
2544
+ "type": "boolean"
2545
+ },
2546
+ "a-rate/grading": {
2547
+ "description": "Whether to enable smile grading",
2548
+ "type": "boolean"
2549
+ },
2550
+ "a-rate/readonly": {
2551
+ "description": "Whether it is readonly",
2552
+ "type": "boolean"
2553
+ },
2554
+ "a-rate/disabled": {
2555
+ "description": "Whether to disable",
2556
+ "type": "boolean"
2557
+ },
2558
+ "a-rate/color": {
2559
+ "description": "Color"
2560
+ },
2561
+ "a-resize-box/moving-start": {
2562
+ "description": "Triggered when dragging starts"
2563
+ },
2564
+ "a-resize-box/moving": {
2565
+ "description": "Triggered when dragging"
2566
+ },
2567
+ "a-resize-box/moving-end": {
2568
+ "description": "Triggered when the drag ends"
2569
+ },
2570
+ "a-resize-box/width": {
2571
+ "description": "Width",
2572
+ "type": "number"
2573
+ },
2574
+ "a-resize-box/height": {
2575
+ "description": "Height",
2576
+ "type": "number"
2577
+ },
2578
+ "a-resize-box/component": {
2579
+ "description": "The html tag of the telescopic box",
2580
+ "type": "string"
2581
+ },
2582
+ "a-resize-box/directions": {
2583
+ "description": "Can be stretched side, there are up, down, left and right can be used"
2584
+ },
2585
+ "a-result/status": {
2586
+ "description": "The status displayed on the result page"
2587
+ },
2588
+ "a-result/title": {
2589
+ "description": "Title",
2590
+ "type": "string"
2591
+ },
2592
+ "a-result/subtitle": {
2593
+ "description": "Subtitle",
2594
+ "type": "string"
2595
+ },
2596
+ "a-scrollbar/scroll": {
2597
+ "description": "Triggered when scroll"
2598
+ },
2599
+ "a-scrollbar/type": {
2600
+ "description": "Type",
2601
+ "type": "string"
2602
+ },
2603
+ "a-scrollbar/outer-class": {
2604
+ "description": "Outer class",
2605
+ "type": "string|object|array"
2606
+ },
2607
+ "a-scrollbar/outer-style": {
2608
+ "description": "Outer style"
2609
+ },
2610
+ "a-select/change": {
2611
+ "description": "Triggered when the value changes"
2612
+ },
2613
+ "a-select/input-value-change": {
2614
+ "description": "Triggered when the value of the input changes"
2615
+ },
2616
+ "a-select/popup-visible-change": {
2617
+ "description": "Triggered when the display state of the drop-down box changes"
2618
+ },
2619
+ "a-select/clear": {
2620
+ "description": "Triggered when the clear button is clicked"
2621
+ },
2622
+ "a-select/remove": {
2623
+ "description": "Triggered when the delete button of the label is clicked"
2624
+ },
2625
+ "a-select/search": {
2626
+ "description": "Triggered when the user searches"
2627
+ },
2628
+ "a-select/dropdown-scroll": {
2629
+ "description": "Triggered when the drop-down scrolls"
2630
+ },
2631
+ "a-select/dropdown-reach-bottom": {
2632
+ "description": "Triggered when the drop-down menu is scrolled to the bottom"
2633
+ },
2634
+ "a-select/exceed-limit": {
2635
+ "description": "Triggered when multiple selection exceeds the limit"
2636
+ },
2637
+ "a-select/multiple": {
2638
+ "description": "Whether to open multi-select mode (The search is turned on by default in the multi-select mode)",
2639
+ "type": "boolean"
2640
+ },
2641
+ "a-select/model-value": {
2642
+ "description": "Value"
2643
+ },
2644
+ "a-select/default-value": {
2645
+ "description": "Default value (uncontrolled mode)"
2646
+ },
2647
+ "a-select/input-value": {
2648
+ "description": "The value of the input",
2649
+ "type": "string"
2650
+ },
2651
+ "a-select/default-input-value": {
2652
+ "description": "The default value of the input (uncontrolled mode)",
2653
+ "type": "string"
2654
+ },
2655
+ "a-select/size": {
2656
+ "description": "The size of the select"
2657
+ },
2658
+ "a-select/placeholder": {
2659
+ "description": "Placeholder",
2660
+ "type": "string"
2661
+ },
2662
+ "a-select/loading": {
2663
+ "description": "Whether it is loading state",
2664
+ "type": "boolean"
2665
+ },
2666
+ "a-select/disabled": {
2667
+ "description": "Whether to disable",
2668
+ "type": "boolean"
2669
+ },
2670
+ "a-select/error": {
2671
+ "description": "Whether it is an error state",
2672
+ "type": "boolean"
2673
+ },
2674
+ "a-select/allow-clear": {
2675
+ "description": "Whether to allow clear",
2676
+ "type": "boolean"
2677
+ },
2678
+ "a-select/allow-search": {
2679
+ "description": "Whether to allow searching"
2680
+ },
2681
+ "a-select/allow-create": {
2682
+ "description": "Whether to allow creation",
2683
+ "type": "boolean"
2684
+ },
2685
+ "a-select/max-tag-count": {
2686
+ "description": "In multi-select mode, the maximum number of labels displayed. 0 means unlimited",
2687
+ "type": "number"
2688
+ },
2689
+ "a-select/popup-container": {
2690
+ "description": "Mount container for popup"
2691
+ },
2692
+ "a-select/bordered": {
2693
+ "description": "Whether to display the border of the input box",
2694
+ "type": "boolean"
2695
+ },
2696
+ "a-select/default-active-first-option": {
2697
+ "description": "Whether to select the first option by default when there is no value",
2698
+ "type": "boolean"
2699
+ },
2700
+ "a-select/popup-visible": {
2701
+ "description": "Whether to show the dropdown",
2702
+ "type": "boolean"
2703
+ },
2704
+ "a-select/default-popup-visible": {
2705
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
2706
+ "type": "boolean"
2707
+ },
2708
+ "a-select/unmount-on-close": {
2709
+ "description": "Whether to destroy the element when the dropdown is closed",
2710
+ "type": "boolean"
2711
+ },
2712
+ "a-select/filter-option": {
2713
+ "description": "Whether to filter options"
2714
+ },
2715
+ "a-select/options": {
2716
+ "description": "Option data"
2717
+ },
2718
+ "a-select/virtual-list-props": {
2719
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
2720
+ },
2721
+ "a-select/trigger-props": {
2722
+ "description": "Trigger props of the drop-down menu"
2723
+ },
2724
+ "a-select/format-label": {
2725
+ "description": "Format display content"
2726
+ },
2727
+ "a-select/fallback-option": {
2728
+ "description": "Options that do not exist in custom values"
2729
+ },
2730
+ "a-select/show-extra-options": {
2731
+ "description": "Options that do not exist in custom values",
2732
+ "type": "boolean"
2733
+ },
2734
+ "a-select/value-key": {
2735
+ "description": "Used to determine the option key value attribute name",
2736
+ "type": "string"
2737
+ },
2738
+ "a-select/search-delay": {
2739
+ "description": "Delay time to trigger search event",
2740
+ "type": "number"
2741
+ },
2742
+ "a-select/limit": {
2743
+ "description": "Maximum number of choices in multiple choice",
2744
+ "type": "number"
2745
+ },
2746
+ "a-select/field-names": {
2747
+ "description": "Customize fields in `SelectOptionData`"
2748
+ },
2749
+ "a-select/scrollbar": {
2750
+ "description": "Whether to enable virtual scroll bar"
2751
+ },
2752
+ "a-select/show-header-on-empty": {
2753
+ "description": "Whether to display the header in the empty state",
2754
+ "type": "boolean"
2755
+ },
2756
+ "a-select/show-footer-on-empty": {
2757
+ "description": "Whether to display the footer in the empty state",
2758
+ "type": "boolean"
2759
+ },
2760
+ "a-select/tag-nowrap": {
2761
+ "description": "Tag content does not wrap",
2762
+ "type": "boolean"
2763
+ },
2764
+ "a-option/value": {
2765
+ "description": "Option value (if not filled, it will be obtained from the content)",
2766
+ "type": "string|number|boolean|object"
2767
+ },
2768
+ "a-option/label": {
2769
+ "description": "Option label (if not filled, it will be obtained from the content)",
2770
+ "type": "string"
2771
+ },
2772
+ "a-option/disabled": {
2773
+ "description": "Whether to disable",
2774
+ "type": "boolean"
2775
+ },
2776
+ "a-option/tag-props": {
2777
+ "description": "Displayed tag attributes"
2778
+ },
2779
+ "a-option/extra": {
2780
+ "description": "Extra data",
2781
+ "type": "object"
2782
+ },
2783
+ "a-option/index": {
2784
+ "description": "index for manually specifying option",
2785
+ "type": "number"
2786
+ },
2787
+ "a-optgroup/label": {
2788
+ "description": "Title of option group",
2789
+ "type": "string"
2790
+ },
2791
+ "a-skeleton/loading": {
2792
+ "description": "Whether to display the skeleton screen (loading state)",
2793
+ "type": "boolean"
2794
+ },
2795
+ "a-skeleton/animation": {
2796
+ "description": "Whether to enable skeleton screen animation",
2797
+ "type": "boolean"
2798
+ },
2799
+ "a-skeleton-line/rows": {
2800
+ "description": "Number of rows displayed",
2801
+ "type": "number"
2802
+ },
2803
+ "a-skeleton-line/widths": {
2804
+ "description": "The width of the line skeleton"
2805
+ },
2806
+ "a-skeleton-line/line-height": {
2807
+ "description": "Line height of the line skeleton",
2808
+ "type": "number"
2809
+ },
2810
+ "a-skeleton-line/line-spacing": {
2811
+ "description": "Line spacing of line skeleton",
2812
+ "type": "number"
2813
+ },
2814
+ "a-skeleton-shape/shape": {
2815
+ "description": "The shape of the shape skeleton",
2816
+ "type": "string"
2817
+ },
2818
+ "a-skeleton-shape/size": {
2819
+ "description": "The size of the shape skeleton",
2820
+ "type": "string"
2821
+ },
2822
+ "a-slider/change": {
2823
+ "description": "Trigger when the value changes"
2824
+ },
2825
+ "a-slider/model-value": {
2826
+ "description": "Value"
2827
+ },
2828
+ "a-slider/default-value": {
2829
+ "description": "Default value (uncontrolled state)"
2830
+ },
2831
+ "a-slider/step": {
2832
+ "description": "Sliding step",
2833
+ "type": "number"
2834
+ },
2835
+ "a-slider/min": {
2836
+ "description": "Minimum sliding range",
2837
+ "type": "number"
2838
+ },
2839
+ "a-slider/marks": {
2840
+ "description": "Set the displayed label"
2841
+ },
2842
+ "a-slider/max": {
2843
+ "description": "Maximum sliding range",
2844
+ "type": "number"
2845
+ },
2846
+ "a-slider/direction": {
2847
+ "description": "The direction of the slider"
2848
+ },
2849
+ "a-slider/disabled": {
2850
+ "description": "Whether to disable",
2851
+ "type": "boolean"
2852
+ },
2853
+ "a-slider/show-ticks": {
2854
+ "description": "Whether to show ticks",
2855
+ "type": "boolean"
2856
+ },
2857
+ "a-slider/show-input": {
2858
+ "description": "Whether to show the input",
2859
+ "type": "boolean"
2860
+ },
2861
+ "a-slider/range": {
2862
+ "description": "Whether to use range selection",
2863
+ "type": "boolean"
2864
+ },
2865
+ "a-slider/show-tooltip": {
2866
+ "description": "Whether to show tooltip",
2867
+ "type": "boolean"
2868
+ },
2869
+ "a-space/align": {
2870
+ "description": "Alignment",
2871
+ "type": "string"
2872
+ },
2873
+ "a-space/direction": {
2874
+ "description": "Spacing direction",
2875
+ "type": "string"
2876
+ },
2877
+ "a-space/size": {
2878
+ "description": "Spacing size, support for setting horizontal and vertical spacing separately"
2879
+ },
2880
+ "a-space/wrap": {
2881
+ "description": "The spacing of the wrapping type, used in the scene of wrapping.",
2882
+ "type": "boolean"
2883
+ },
2884
+ "a-space/fill": {
2885
+ "description": "fill the block",
2886
+ "type": "boolean"
2887
+ },
2888
+ "a-split/move-start": {
2889
+ "description": "Triggered before dragging"
2890
+ },
2891
+ "a-split/moving": {
2892
+ "description": "Triggered when dragging"
2893
+ },
2894
+ "a-split/move-end": {
2895
+ "description": "Triggered after dragging ends"
2896
+ },
2897
+ "a-split/component": {
2898
+ "description": "The html tag of the split box",
2899
+ "type": "string"
2900
+ },
2901
+ "a-split/direction": {
2902
+ "description": "Direction of division",
2903
+ "type": "string"
2904
+ },
2905
+ "a-split/size": {
2906
+ "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2907
+ "type": "number|string"
2908
+ },
2909
+ "a-split/default-size": {
2910
+ "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2911
+ "type": "number|string"
2912
+ },
2913
+ "a-split/min": {
2914
+ "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2915
+ "type": "number|string"
2916
+ },
2917
+ "a-split/max": {
2918
+ "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2919
+ "type": "number|string"
2920
+ },
2921
+ "a-split/disabled": {
2922
+ "description": "Whether to disable",
2923
+ "type": "boolean"
2924
+ },
2925
+ "a-statistic/title": {
2926
+ "description": "Title of the numerical display",
2927
+ "type": "string"
2928
+ },
2929
+ "a-statistic/value": {
2930
+ "description": "Numerical display value"
2931
+ },
2932
+ "a-statistic/format": {
2933
+ "description": "Format of numerical display [dayjs](https://day.js.org/docs/en/display/format) (used in date mode)",
2934
+ "type": "string"
2935
+ },
2936
+ "a-statistic/extra": {
2937
+ "description": "Additional display content",
2938
+ "type": "string"
2939
+ },
2940
+ "a-statistic/start": {
2941
+ "description": "Whether to start animation",
2942
+ "type": "boolean"
2943
+ },
2944
+ "a-statistic/precision": {
2945
+ "description": "Decimal reserved digits (used in digital mode)",
2946
+ "type": "number"
2947
+ },
2948
+ "a-statistic/separator": {
2949
+ "description": "Carry separator (used in number mode)",
2950
+ "type": "string"
2951
+ },
2952
+ "a-statistic/show-group-separator": {
2953
+ "description": "Whether to display the carry separator (used in number mode)",
2954
+ "type": "boolean"
2955
+ },
2956
+ "a-statistic/animation": {
2957
+ "description": "Whether to turn on animation",
2958
+ "type": "boolean"
2959
+ },
2960
+ "a-statistic/animation-duration": {
2961
+ "description": "Animation's duration time",
2962
+ "type": "number"
2963
+ },
2964
+ "a-statistic/value-from": {
2965
+ "description": "The starting value of the animation",
2966
+ "type": "number"
2967
+ },
2968
+ "a-statistic/placeholder": {
2969
+ "description": "Prompt text (displayed when value is undefined )",
2970
+ "type": "string"
2971
+ },
2972
+ "a-statistic/value-style": {
2973
+ "description": "Custom value style"
2974
+ },
2975
+ "a-countdown/finish": {
2976
+ "description": "Callback at the end of the countdown"
2977
+ },
2978
+ "a-countdown/title": {
2979
+ "description": "Countdown title",
2980
+ "type": "string"
2981
+ },
2982
+ "a-countdown/value": {
2983
+ "description": "Countdown value",
2984
+ "type": "number"
2985
+ },
2986
+ "a-countdown/now": {
2987
+ "description": "Used to correct the incorrect display of the initialization time",
2988
+ "type": "number"
2989
+ },
2990
+ "a-countdown/format": {
2991
+ "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
2992
+ "type": "string"
2993
+ },
2994
+ "a-countdown/start": {
2995
+ "description": "Whether to start the countdown",
2996
+ "type": "boolean"
2997
+ },
2998
+ "a-countdown/value-style": {
2999
+ "description": "Custom value style"
3000
+ },
3001
+ "a-spin/size": {
3002
+ "description": "Size",
3003
+ "type": "number"
3004
+ },
3005
+ "a-spin/loading": {
3006
+ "description": "Whether it is loading state (Only effective in container mode)",
3007
+ "type": "boolean"
3008
+ },
3009
+ "a-spin/dot": {
3010
+ "description": "Whether to use dot type animation",
3011
+ "type": "boolean"
3012
+ },
3013
+ "a-spin/tip": {
3014
+ "description": "Prompt content",
3015
+ "type": "string"
3016
+ },
3017
+ "a-spin/hide-icon": {
3018
+ "description": "Whether to hide the icon",
3019
+ "type": "boolean"
3020
+ },
3021
+ "a-steps/change": {
3022
+ "description": "Triggered when the number of steps changes"
3023
+ },
3024
+ "a-steps/type": {
3025
+ "description": "The type of the steps"
3026
+ },
3027
+ "a-steps/direction": {
3028
+ "description": "The direction of the steps"
3029
+ },
3030
+ "a-steps/label-placement": {
3031
+ "description": "The location where the label description is placed."
3032
+ },
3033
+ "a-steps/current": {
3034
+ "description": "Number of current step",
3035
+ "type": "number"
3036
+ },
3037
+ "a-steps/default-current": {
3038
+ "description": "The default number of step (uncontrolled state)",
3039
+ "type": "number"
3040
+ },
3041
+ "a-steps/status": {
3042
+ "description": "The status of the current step"
3043
+ },
3044
+ "a-steps/line-less": {
3045
+ "description": "Whether to use the connectionless style",
3046
+ "type": "boolean"
3047
+ },
3048
+ "a-steps/small": {
3049
+ "description": "Whether to use a small step bar",
3050
+ "type": "boolean"
3051
+ },
3052
+ "a-steps/changeable": {
3053
+ "description": "Whether you can click to switch",
3054
+ "type": "boolean"
3055
+ },
3056
+ "a-step/title": {
3057
+ "description": "Title of the step",
3058
+ "type": "string"
3059
+ },
3060
+ "a-step/description": {
3061
+ "description": "Description of the step",
3062
+ "type": "string"
3063
+ },
3064
+ "a-step/status": {
3065
+ "description": "Status of the step"
3066
+ },
3067
+ "a-step/disabled": {
3068
+ "description": "Whether to disable",
3069
+ "type": "boolean"
3070
+ },
3071
+ "a-switch/change": {
3072
+ "description": "Trigger when the value changes"
3073
+ },
3074
+ "a-switch/focus": {
3075
+ "description": "Triggered when the component gets focus"
3076
+ },
3077
+ "a-switch/blur": {
3078
+ "description": "Fired when the component loses focus"
3079
+ },
3080
+ "a-switch/model-value": {
3081
+ "description": "Value",
3082
+ "type": "string|number|boolean"
3083
+ },
3084
+ "a-switch/default-checked": {
3085
+ "description": "Default selected state (uncontrolled state)",
3086
+ "type": "boolean"
3087
+ },
3088
+ "a-switch/disabled": {
3089
+ "description": "Whether to disable",
3090
+ "type": "boolean"
3091
+ },
3092
+ "a-switch/loading": {
3093
+ "description": "Whether it is loading state",
3094
+ "type": "boolean"
3095
+ },
3096
+ "a-switch/type": {
3097
+ "description": "Type of switch",
3098
+ "type": "string"
3099
+ },
3100
+ "a-switch/size": {
3101
+ "description": "Size of switch",
3102
+ "type": "string"
3103
+ },
3104
+ "a-switch/checked-value": {
3105
+ "description": "Value when checked",
3106
+ "type": "string|number|boolean"
3107
+ },
3108
+ "a-switch/unchecked-value": {
3109
+ "description": "Value when unchecked",
3110
+ "type": "string|number|boolean"
3111
+ },
3112
+ "a-switch/checked-color": {
3113
+ "description": "The color of the switch when checked",
3114
+ "type": "string"
3115
+ },
3116
+ "a-switch/unchecked-color": {
3117
+ "description": "The color of the switch when unchecked",
3118
+ "type": "string"
3119
+ },
3120
+ "a-switch/before-change": {
3121
+ "description": "before-change hook before the switch state changes. If false is returned or a Promise is returned and then is rejected, will stop switching"
3122
+ },
3123
+ "a-switch/checked-text": {
3124
+ "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3125
+ "type": "string"
3126
+ },
3127
+ "a-switch/unchecked-text": {
3128
+ "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3129
+ "type": "string"
3130
+ },
3131
+ "a-tabs/change": {
3132
+ "description": "Triggered when the current tag value changes"
3133
+ },
3134
+ "a-tabs/tab-click": {
3135
+ "description": "Triggered when the user clicks on the tab"
3136
+ },
3137
+ "a-tabs/add": {
3138
+ "description": "Triggered when the user clicks the add button"
3139
+ },
3140
+ "a-tabs/delete": {
3141
+ "description": "Triggered when the user clicks the delete button"
3142
+ },
3143
+ "a-tabs/active-key": {
3144
+ "description": "The `key` of the currently selected label",
3145
+ "type": "string|number"
3146
+ },
3147
+ "a-tabs/default-active-key": {
3148
+ "description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
3149
+ "type": "string|number"
3150
+ },
3151
+ "a-tabs/position": {
3152
+ "description": "Position of the tab"
3153
+ },
3154
+ "a-tabs/size": {
3155
+ "description": "The size of the tab"
3156
+ },
3157
+ "a-tabs/type": {
3158
+ "description": "The type of tab"
3159
+ },
3160
+ "a-tabs/direction": {
3161
+ "description": "The direction of tab"
3162
+ },
3163
+ "a-tabs/editable": {
3164
+ "description": "Whether to enable editable mode",
3165
+ "type": "boolean"
3166
+ },
3167
+ "a-tabs/show-add-button": {
3168
+ "description": "Whether to display the add button (only available in editable mode)",
3169
+ "type": "boolean"
3170
+ },
3171
+ "a-tabs/destroy-on-hide": {
3172
+ "description": "Whether to destroy the content when the label is not displayed",
3173
+ "type": "boolean"
3174
+ },
3175
+ "a-tabs/lazy-load": {
3176
+ "description": "Whether to mount the content when the label is first displayed",
3177
+ "type": "boolean"
3178
+ },
3179
+ "a-tabs/justify": {
3180
+ "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3181
+ "type": "boolean"
3182
+ },
3183
+ "a-tabs/animation": {
3184
+ "description": "Whether to enable option content transition animation",
3185
+ "type": "boolean"
3186
+ },
3187
+ "a-tabs/header-padding": {
3188
+ "description": "Whether there is a horizontal margin on the header of the tab. Only valid for tabs with `type` equal to `line` and `text` type",
3189
+ "type": "boolean"
3190
+ },
3191
+ "a-tabs/auto-switch": {
3192
+ "description": "Whether to switch to a new tab after creating a tab (the last one)",
3193
+ "type": "boolean"
3194
+ },
3195
+ "a-tabs/hide-content": {
3196
+ "description": "Whether to hide content",
3197
+ "type": "boolean"
3198
+ },
3199
+ "a-tabs/trigger": {
3200
+ "description": "Trigger method"
3201
+ },
3202
+ "a-tabs/scroll-position": {
3203
+ "description": "The scroll position of the selected tab, the default auto will scroll the activeTab to the visible area, but will not adjust the position intentionally"
3204
+ },
3205
+ "a-tab-pane/title": {
3206
+ "description": "Title of the tab",
3207
+ "type": "string"
3208
+ },
3209
+ "a-tab-pane/disabled": {
3210
+ "description": "Whether to disable",
3211
+ "type": "boolean"
3212
+ },
3213
+ "a-tab-pane/closable": {
3214
+ "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3215
+ "type": "boolean"
3216
+ },
3217
+ "a-tab-pane/destroy-on-hide": {
3218
+ "description": "Whether to destroy the content when the label is not displayed",
3219
+ "type": "boolean"
3220
+ },
3221
+ "a-tag/close": {
3222
+ "description": "Emitted when the close button is clicked"
3223
+ },
3224
+ "a-tag/check": {
3225
+ "description": "Emitted when the user check (emit only in the checkable mode)"
3226
+ },
3227
+ "a-tag/color": {
3228
+ "description": "Label color"
3229
+ },
3230
+ "a-tag/size": {
3231
+ "description": "Label size",
3232
+ "type": "string"
3233
+ },
3234
+ "a-tag/bordered": {
3235
+ "description": "Whether the tag is bordered",
3236
+ "type": "boolean"
3237
+ },
3238
+ "a-tag/visible": {
3239
+ "description": "Whether the tag is visible",
3240
+ "type": "boolean"
3241
+ },
3242
+ "a-tag/default-visible": {
3243
+ "description": "Whether the tag is visible by default",
3244
+ "type": "boolean"
3245
+ },
3246
+ "a-tag/loading": {
3247
+ "description": "Whether the tag is loading state",
3248
+ "type": "boolean"
3249
+ },
3250
+ "a-tag/closable": {
3251
+ "description": "Whether the tag can be closed",
3252
+ "type": "boolean"
3253
+ },
3254
+ "a-tag/checkable": {
3255
+ "description": "Whether the tag can be checked",
3256
+ "type": "boolean"
3257
+ },
3258
+ "a-tag/checked": {
3259
+ "description": "Whether the tag is checked (available when the tag is checkable)",
3260
+ "type": "boolean"
3261
+ },
3262
+ "a-tag/default-checked": {
3263
+ "description": "Whether the tag is checked by default (available when the tag is checkable)",
3264
+ "type": "boolean"
3265
+ },
3266
+ "a-tag/nowrap": {
3267
+ "description": "Tag content does not wrap",
3268
+ "type": "boolean"
3269
+ },
3270
+ "a-table/expand": {
3271
+ "description": "Triggered when a row is clicked to expand"
3272
+ },
3273
+ "a-table/expanded-change": {
3274
+ "description": "Triggered when the expanded data row changes"
3275
+ },
3276
+ "a-table/select": {
3277
+ "description": "Triggered when the row selector is clicked"
3278
+ },
3279
+ "a-table/select-all": {
3280
+ "description": "Triggered when the select all selector is clicked"
3281
+ },
3282
+ "a-table/selection-change": {
3283
+ "description": "Triggered when the selected data row changes"
3284
+ },
3285
+ "a-table/sorter-change": {
3286
+ "description": "Triggered when the collation changes"
3287
+ },
3288
+ "a-table/filter-change": {
3289
+ "description": "Triggered when the filter options are changed"
3290
+ },
3291
+ "a-table/page-change": {
3292
+ "description": "Triggered when the table pagination changes"
3293
+ },
3294
+ "a-table/page-size-change": {
3295
+ "description": "Triggered when the number of data per page of the table changes"
3296
+ },
3297
+ "a-table/change": {
3298
+ "description": "Triggered when table data changes"
3299
+ },
3300
+ "a-table/cell-mouse-enter": {
3301
+ "description": "Triggered when hovering into a cell"
3302
+ },
3303
+ "a-table/cell-mouse-leave": {
3304
+ "description": "Triggered when hovering out of a cell"
3305
+ },
3306
+ "a-table/cell-click": {
3307
+ "description": "Triggered when a cell is clicked"
3308
+ },
3309
+ "a-table/row-click": {
3310
+ "description": "Triggered when row data is clicked"
3311
+ },
3312
+ "a-table/header-click": {
3313
+ "description": "Triggered when the header data is clicked"
3314
+ },
3315
+ "a-table/column-resize": {
3316
+ "description": "Triggered when column width is adjusted"
3317
+ },
3318
+ "a-table/row-dblclick": {
3319
+ "description": "Triggered when row data is double clicked"
3320
+ },
3321
+ "a-table/cell-dblclick": {
3322
+ "description": "Triggered when a cell is double clicked"
3323
+ },
3324
+ "a-table/row-contextmenu": {
3325
+ "description": "Triggered when row data is right clicked"
3326
+ },
3327
+ "a-table/cell-contextmenu": {
3328
+ "description": "Triggered when a cell is right clicked"
3329
+ },
3330
+ "a-table/columns": {
3331
+ "description": "Column info of the table"
3332
+ },
3333
+ "a-table/data": {
3334
+ "description": "Table data"
3335
+ },
3336
+ "a-table/bordered": {
3337
+ "description": "Whether to show the border"
3338
+ },
3339
+ "a-table/hoverable": {
3340
+ "description": "Whether to show the hover effect",
3341
+ "type": "boolean"
3342
+ },
3343
+ "a-table/stripe": {
3344
+ "description": "Whether to enable the stripe effect",
3345
+ "type": "boolean"
3346
+ },
3347
+ "a-table/size": {
3348
+ "description": "The size of the table"
3349
+ },
3350
+ "a-table/table-layout-fixed": {
3351
+ "description": "The table-layout property of the table is set to fixed. After it is set to fixed, the width of the table will not be stretched beyond 100% by the content.",
3352
+ "type": "boolean"
3353
+ },
3354
+ "a-table/loading": {
3355
+ "description": "Whether it is loading state",
3356
+ "type": "boolean|object"
3357
+ },
3358
+ "a-table/row-selection": {
3359
+ "description": "Table row selector configuration"
3360
+ },
3361
+ "a-table/expandable": {
3362
+ "description": "Expand row configuration of the table"
3363
+ },
3364
+ "a-table/scroll": {
3365
+ "description": "Scrolling attribute configuration of the table. The `2.13.0` version adds support for character values. `2.20.0` version adds support for `minWidth`, `maxHeight`."
3366
+ },
3367
+ "a-table/pagination": {
3368
+ "description": "Pagination properties configuration"
3369
+ },
3370
+ "a-table/page-position": {
3371
+ "description": "The position of the page selector"
3372
+ },
3373
+ "a-table/indent-size": {
3374
+ "description": "The indentation distance of the tree table",
3375
+ "type": "number"
3376
+ },
3377
+ "a-table/row-key": {
3378
+ "description": "Value field of table row `key`",
3379
+ "type": "string"
3380
+ },
3381
+ "a-table/show-header": {
3382
+ "description": "Whether to show the header",
3383
+ "type": "boolean"
3384
+ },
3385
+ "a-table/virtual-list-props": {
3386
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
3387
+ },
3388
+ "a-table/span-method": {
3389
+ "description": "Cell merge method (The index starts counting from the data item)"
3390
+ },
3391
+ "a-table/span-all": {
3392
+ "description": "Whether to make the index of the span method contain all",
3393
+ "type": "boolean"
3394
+ },
3395
+ "a-table/load-more": {
3396
+ "description": "Data lazy loading function, open the lazy loading function when it is passed in"
3397
+ },
3398
+ "a-table/filter-icon-align-left": {
3399
+ "description": "Whether the filter icon is aligned to the left",
3400
+ "type": "boolean"
3401
+ },
3402
+ "a-table/hide-expand-button-on-empty": {
3403
+ "description": "Whether to hide expand button when subtree is empty",
3404
+ "type": "boolean"
3405
+ },
3406
+ "a-table/row-class": {
3407
+ "description": "The class name of the table row element. The `2.34.0` version adds support for function values."
3408
+ },
3409
+ "a-table/draggable": {
3410
+ "description": "Table drag and drop sorting configuration"
3411
+ },
3412
+ "a-table/column-resizable": {
3413
+ "description": "Whether to allow the column width to be adjusted",
3414
+ "type": "boolean"
3415
+ },
3416
+ "a-table/summary": {
3417
+ "description": "Show footer summary row"
3418
+ },
3419
+ "a-table/summary-text": {
3420
+ "description": "The first column of text in the summary line",
3421
+ "type": "string"
3422
+ },
3423
+ "a-table/summary-span-method": {
3424
+ "description": "Cell Merge Method for Summarizing Rows"
3425
+ },
3426
+ "a-table/selected-keys": {
3427
+ "description": "Selected row (controlled mode) takes precedence over `rowSelection`"
3428
+ },
3429
+ "a-table/default-selected-keys": {
3430
+ "description": "The selected row by default (uncontrolled mode) takes precedence over `rowSelection`"
3431
+ },
3432
+ "a-table/expanded-keys": {
3433
+ "description": "Displayed Expanded Row, Subtree (Controlled Mode) takes precedence over `expandable`"
3434
+ },
3435
+ "a-table/default-expanded-keys": {
3436
+ "description": "Expand row, Subtree displayed by default (Uncontrolled mode) takes precedence over `expandable`"
3437
+ },
3438
+ "a-table/default-expand-all-rows": {
3439
+ "description": "Whether to expand all rows by default",
3440
+ "type": "boolean"
3441
+ },
3442
+ "a-table/sticky-header": {
3443
+ "description": "Whether to open the sticky header",
3444
+ "type": "boolean|number"
3445
+ },
3446
+ "a-table/scrollbar": {
3447
+ "description": "Whether to enable virtual scroll bar"
3448
+ },
3449
+ "a-table/show-empty-tree": {
3450
+ "description": "Whether to display empty subtrees",
3451
+ "type": "boolean"
3452
+ },
3453
+ "a-table-column/data-index": {
3454
+ "description": "Identifies the column information, corresponding to the data in TableData",
3455
+ "type": "string"
3456
+ },
3457
+ "a-table-column/title": {
3458
+ "description": "Column title",
3459
+ "type": "string"
3460
+ },
3461
+ "a-table-column/width": {
3462
+ "description": "Column width",
3463
+ "type": "number"
3464
+ },
3465
+ "a-table-column/min-width": {
3466
+ "description": "Minimum column width",
3467
+ "type": "number"
3468
+ },
3469
+ "a-table-column/align": {
3470
+ "description": "Alignment direction"
3471
+ },
3472
+ "a-table-column/fixed": {
3473
+ "description": "Fixed position"
3474
+ },
3475
+ "a-table-column/ellipsis": {
3476
+ "description": "Whether to display as omitted",
3477
+ "type": "boolean"
3478
+ },
3479
+ "a-table-column/sortable": {
3480
+ "description": "Sorting related options"
3481
+ },
3482
+ "a-table-column/filterable": {
3483
+ "description": "Filter related options"
3484
+ },
3485
+ "a-table-column/cell-class": {
3486
+ "description": "Custom cell class"
3487
+ },
3488
+ "a-table-column/header-cell-class": {
3489
+ "description": "Custom cell class"
3490
+ },
3491
+ "a-table-column/body-cell-class": {
3492
+ "description": "Custom cell class"
3493
+ },
3494
+ "a-table-column/summary-cell-class": {
3495
+ "description": "Customize summary column cell class"
3496
+ },
3497
+ "a-table-column/cell-style": {
3498
+ "description": "Custom cell style"
3499
+ },
3500
+ "a-table-column/header-cell-style": {
3501
+ "description": "Custom cell style"
3502
+ },
3503
+ "a-table-column/body-cell-style": {
3504
+ "description": "Custom cell style"
3505
+ },
3506
+ "a-table-column/summary-cell-style": {
3507
+ "description": "Customize summary column cell style"
3508
+ },
3509
+ "a-table-column/index": {
3510
+ "description": "index for manually specifying option. Manual specification is no longer required after version 2.26.0",
3511
+ "type": "number"
3512
+ },
3513
+ "a-table-column/tooltip": {
3514
+ "description": "Whether to show text hints when omitted",
3515
+ "type": "boolean|object"
3516
+ },
3517
+ "a-textarea/input": {
3518
+ "description": "Emitted when the user enters"
3519
+ },
3520
+ "a-textarea/change": {
3521
+ "description": "Only emitted when the textarea is out of focus"
3522
+ },
3523
+ "a-textarea/clear": {
3524
+ "description": "Emitted when the clear button is clicked"
3525
+ },
3526
+ "a-textarea/focus": {
3527
+ "description": "Emitted when the textarea gets focus"
3528
+ },
3529
+ "a-textarea/blur": {
3530
+ "description": "Emitted when the textarea loses focus"
3531
+ },
3532
+ "a-textarea/model-value": {
3533
+ "description": "Value",
3534
+ "type": "string"
3535
+ },
3536
+ "a-textarea/default-value": {
3537
+ "description": "Default value (uncontrolled state)",
3538
+ "type": "string"
3539
+ },
3540
+ "a-textarea/placeholder": {
3541
+ "description": "Placeholder",
3542
+ "type": "string"
3543
+ },
3544
+ "a-textarea/disabled": {
3545
+ "description": "Whether to disable",
3546
+ "type": "boolean"
3547
+ },
3548
+ "a-textarea/error": {
3549
+ "description": "Whether it is an error state",
3550
+ "type": "boolean"
3551
+ },
3552
+ "a-textarea/max-length": {
3553
+ "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3554
+ },
3555
+ "a-textarea/show-word-limit": {
3556
+ "description": "Whether to display word count",
3557
+ "type": "boolean"
3558
+ },
3559
+ "a-textarea/allow-clear": {
3560
+ "description": "Whether to allow clearing the text",
3561
+ "type": "boolean"
3562
+ },
3563
+ "a-textarea/auto-size": {
3564
+ "description": "Whether to make the textarea adapt to the height of the content"
3565
+ },
3566
+ "a-textarea/word-length": {
3567
+ "description": "Calculation method of word length"
3568
+ },
3569
+ "a-textarea/word-slice": {
3570
+ "description": "Character interception method, used together with wordLength"
3571
+ },
3572
+ "a-textarea/textarea-attrs": {
3573
+ "description": "Attributes passed to textarea"
3574
+ },
3575
+ "a-time-picker/change": {
3576
+ "description": "The component value changes"
3577
+ },
3578
+ "a-time-picker/select": {
3579
+ "description": "Select time but do not trigger component value change"
3580
+ },
3581
+ "a-time-picker/clear": {
3582
+ "description": "Click the clear button"
3583
+ },
3584
+ "a-time-picker/popup-visible-change": {
3585
+ "description": "Pop-up box expand and collapse"
3586
+ },
3587
+ "a-time-picker/type": {
3588
+ "description": "Selector type",
3589
+ "type": "string"
3590
+ },
3591
+ "a-time-picker/model-value": {
3592
+ "description": "Value"
3593
+ },
3594
+ "a-time-picker/default-value": {
3595
+ "description": "Default value"
3596
+ },
3597
+ "a-time-picker/disabled": {
3598
+ "description": "Whether to disable",
3599
+ "type": "boolean"
3600
+ },
3601
+ "a-time-picker/allow-clear": {
3602
+ "description": "Whether to allow clear",
3603
+ "type": "boolean"
3604
+ },
3605
+ "a-time-picker/readonly": {
3606
+ "description": "Whether it is read-only mode",
3607
+ "type": "boolean"
3608
+ },
3609
+ "a-time-picker/error": {
3610
+ "description": "Whether it is an error state",
3611
+ "type": "boolean"
3612
+ },
3613
+ "a-time-picker/format": {
3614
+ "description": "Display the format of the date, refer to [String Parsing Format](#String Parsing Format)",
3615
+ "type": "string"
3616
+ },
3617
+ "a-time-picker/placeholder": {
3618
+ "description": "Prompt copy"
3619
+ },
3620
+ "a-time-picker/size": {
3621
+ "description": "Input box size"
3622
+ },
3623
+ "a-time-picker/popup-container": {
3624
+ "description": "Mount container for pop-up box"
3625
+ },
3626
+ "a-time-picker/use12-hours": {
3627
+ "description": "12 hour clock",
3628
+ "type": "boolean"
3629
+ },
3630
+ "a-time-picker/step": {
3631
+ "description": "Set the hour/minute/second selection interval"
3632
+ },
3633
+ "a-time-picker/disabled-hours": {
3634
+ "description": "Disabled partial hour options"
3635
+ },
3636
+ "a-time-picker/disabled-minutes": {
3637
+ "description": "Disabled some minutes options"
3638
+ },
3639
+ "a-time-picker/disabled-seconds": {
3640
+ "description": "Disabled partial seconds option"
3641
+ },
3642
+ "a-time-picker/hide-disabled-options": {
3643
+ "description": "Hide prohibited options",
3644
+ "type": "boolean"
3645
+ },
3646
+ "a-time-picker/disable-confirm": {
3647
+ "description": "Disable the confirmation step, click the time directly after opening, without clicking the confirmation button",
3648
+ "type": "boolean"
3649
+ },
3650
+ "a-time-picker/position": {
3651
+ "description": "Pop-up position",
3652
+ "type": "string"
3653
+ },
3654
+ "a-time-picker/popup-visible": {
3655
+ "description": "Control the pop-up box to open or close",
3656
+ "type": "boolean"
3657
+ },
3658
+ "a-time-picker/default-popup-visible": {
3659
+ "description": "The pop-up box is opened or closed by default",
3660
+ "type": "boolean"
3661
+ },
3662
+ "a-time-picker/trigger-props": {
3663
+ "description": "You can pass in the parameters of the `Trigger` component"
3664
+ },
3665
+ "a-time-picker/unmount-on-close": {
3666
+ "description": "Whether to destroy the dom structure after closing",
3667
+ "type": "boolean"
3668
+ },
3669
+ "a-timeline/reverse": {
3670
+ "description": "Whether reverse order",
3671
+ "type": "boolean"
3672
+ },
3673
+ "a-timeline/direction": {
3674
+ "description": "Timeline direction"
3675
+ },
3676
+ "a-timeline/mode": {
3677
+ "description": "The display mode of Timeline"
3678
+ },
3679
+ "a-timeline/pending": {
3680
+ "description": "Whether to display ghost nodes. When set to true, only ghost nodes are displayed. When passed to ReactNode, it will be displayed as node content",
3681
+ "type": "boolean|string"
3682
+ },
3683
+ "a-timeline/label-position": {
3684
+ "description": "Position of label text"
3685
+ },
3686
+ "a-timeline-item/dot-color": {
3687
+ "description": "Dot color",
3688
+ "type": "string"
3689
+ },
3690
+ "a-timeline-item/dot-type": {
3691
+ "description": "Dot type"
3692
+ },
3693
+ "a-timeline-item/line-type": {
3694
+ "description": "Line type"
3695
+ },
3696
+ "a-timeline-item/line-color": {
3697
+ "description": "Line Color",
3698
+ "type": "string"
3699
+ },
3700
+ "a-timeline-item/label": {
3701
+ "description": "Label text",
3702
+ "type": "string"
3703
+ },
3704
+ "a-timeline-item/position": {
3705
+ "description": "Item position"
3706
+ },
3707
+ "a-tooltip/popup-visible-change": {
3708
+ "description": "Emitted when the tooltip display status changes"
3709
+ },
3710
+ "a-tooltip/popup-visible": {
3711
+ "description": "Whether the tooltip is visible",
3712
+ "type": "boolean"
3713
+ },
3714
+ "a-tooltip/default-popup-visible": {
3715
+ "description": "Whether the tooltip is visible by default (uncontrolled mode)",
3716
+ "type": "boolean"
3717
+ },
3718
+ "a-tooltip/content": {
3719
+ "description": "Tooltip content",
3720
+ "type": "string"
3721
+ },
3722
+ "a-tooltip/position": {
3723
+ "description": "Popup position"
3724
+ },
3725
+ "a-tooltip/mini": {
3726
+ "description": "Whether to display as a mini size",
3727
+ "type": "boolean"
3728
+ },
3729
+ "a-tooltip/background-color": {
3730
+ "description": "Background color of the popover",
3731
+ "type": "string"
3732
+ },
3733
+ "a-tooltip/content-class": {
3734
+ "description": "The class name of the popup content"
3735
+ },
3736
+ "a-tooltip/content-style": {
3737
+ "description": "The style of the popup content"
3738
+ },
3739
+ "a-tooltip/arrow-class": {
3740
+ "description": "The class name of the popup arrow"
3741
+ },
3742
+ "a-tooltip/arrow-style": {
3743
+ "description": "The style of the popup arrow"
3744
+ },
3745
+ "a-tooltip/popup-container": {
3746
+ "description": "Mount container for popup"
3747
+ },
3748
+ "a-transfer/change": {
3749
+ "description": "Triggered when the value of the target selection box changes"
3750
+ },
3751
+ "a-transfer/select": {
3752
+ "description": "Triggered when the selected value changes"
3753
+ },
3754
+ "a-transfer/search": {
3755
+ "description": "Triggered when the user searches"
3756
+ },
3757
+ "a-transfer/data": {
3758
+ "description": "Data of the transfer"
3759
+ },
3760
+ "a-transfer/model-value": {
3761
+ "description": "Value in the target selection box"
3762
+ },
3763
+ "a-transfer/default-value": {
3764
+ "description": "The default value in the target selection box (uncontrolled state)"
3765
+ },
3766
+ "a-transfer/selected": {
3767
+ "description": "Selected option value"
3768
+ },
3769
+ "a-transfer/default-selected": {
3770
+ "description": "The option value selected by default (uncontrolled state)"
3771
+ },
3772
+ "a-transfer/disabled": {
3773
+ "description": "Whether to disable",
3774
+ "type": "boolean"
3775
+ },
3776
+ "a-transfer/simple": {
3777
+ "description": "Whether to open the simple mode (click the option to move)",
3778
+ "type": "boolean"
3779
+ },
3780
+ "a-transfer/one-way": {
3781
+ "description": "Whether to open the one-way mode (only move to the target selection box)",
3782
+ "type": "boolean"
3783
+ },
3784
+ "a-transfer/show-search": {
3785
+ "description": "Whether to show the search input",
3786
+ "type": "boolean"
3787
+ },
3788
+ "a-transfer/show-select-all": {
3789
+ "description": "Whether show select all checkbox on the header",
3790
+ "type": "boolean"
3791
+ },
3792
+ "a-transfer/title": {
3793
+ "description": "The title of the source and target selection boxes"
3794
+ },
3795
+ "a-transfer/source-input-search-props": {
3796
+ "description": "Search box configuration for source selection box",
3797
+ "type": "object"
3798
+ },
3799
+ "a-transfer/target-input-search-props": {
3800
+ "description": "Search box configuration for target selection box",
3801
+ "type": "object"
3802
+ },
3803
+ "a-tree/select": {
3804
+ "description": "Triggered when the tree node is clicked"
3805
+ },
3806
+ "a-tree/check": {
3807
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
3808
+ },
3809
+ "a-tree/expand": {
3810
+ "description": "Expand/close"
3811
+ },
3812
+ "a-tree/drag-start": {
3813
+ "description": "Node starts dragging"
3814
+ },
3815
+ "a-tree/drag-end": {
3816
+ "description": "Node end drag"
3817
+ },
3818
+ "a-tree/drag-over": {
3819
+ "description": "The node is dragged to the releasable target"
3820
+ },
3821
+ "a-tree/drag-leave": {
3822
+ "description": "Node leaves to release the target"
3823
+ },
3824
+ "a-tree/drop": {
3825
+ "description": "The node is released on a releasable target"
3826
+ },
3827
+ "a-tree/size": {
3828
+ "description": "Size",
3829
+ "type": "string"
3830
+ },
3831
+ "a-tree/block-node": {
3832
+ "description": "Whether the node occupies a row",
3833
+ "type": "boolean"
3834
+ },
3835
+ "a-tree/default-expand-all": {
3836
+ "description": "Whether to expand the parent node by default",
3837
+ "type": "boolean"
3838
+ },
3839
+ "a-tree/multiple": {
3840
+ "description": "Whether to support multiple selection",
3841
+ "type": "boolean"
3842
+ },
3843
+ "a-tree/checkable": {
3844
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
3845
+ },
3846
+ "a-tree/selectable": {
3847
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
3848
+ },
3849
+ "a-tree/check-strictly": {
3850
+ "description": "Whether to cancel the parent-child node association",
3851
+ "type": "boolean"
3852
+ },
3853
+ "a-tree/checked-strategy": {
3854
+ "description": "Customized backfill method <br/> all: return all selected nodes <br/> parent: return only parent node when both parent and child nodes are selected <br/> child: return only child nodes",
3855
+ "type": "string"
3856
+ },
3857
+ "a-tree/default-selected-keys": {
3858
+ "description": "Tree node selected by default"
3859
+ },
3860
+ "a-tree/selected-keys": {
3861
+ "description": "Selected tree node"
3862
+ },
3863
+ "a-tree/default-checked-keys": {
3864
+ "description": "Tree node with checkbox selected by default"
3865
+ },
3866
+ "a-tree/checked-keys": {
3867
+ "description": "Tree node with check box selected"
3868
+ },
3869
+ "a-tree/default-expanded-keys": {
3870
+ "description": "Nodes expanded by default"
3871
+ },
3872
+ "a-tree/expanded-keys": {
3873
+ "description": "Expanded node"
3874
+ },
3875
+ "a-tree/data": {
3876
+ "description": "Pass in `data` to generate the corresponding tree structure"
3877
+ },
3878
+ "a-tree/field-names": {
3879
+ "description": "Specify the field name in the node data"
3880
+ },
3881
+ "a-tree/show-line": {
3882
+ "description": "Whether to display the connection line",
3883
+ "type": "boolean"
3884
+ },
3885
+ "a-tree/load-more": {
3886
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
3887
+ },
3888
+ "a-tree/draggable": {
3889
+ "description": "Whether it can be dragged",
3890
+ "type": "boolean"
3891
+ },
3892
+ "a-tree/allow-drop": {
3893
+ "description": "Whether to allow release on a node when dragging"
3894
+ },
3895
+ "a-tree/virtual-list-props": {
3896
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
3897
+ },
3898
+ "a-tree/default-expand-selected": {
3899
+ "description": "Whether to expand the parent node of the selected node by default",
3900
+ "type": "boolean"
3901
+ },
3902
+ "a-tree/default-expand-checked": {
3903
+ "description": "Whether to expand the parent node of the checked node by default",
3904
+ "type": "boolean"
3905
+ },
3906
+ "a-tree/auto-expand-parent": {
3907
+ "description": "Whether to automatically expand the parent node of the expanded node",
3908
+ "type": "boolean"
3909
+ },
3910
+ "a-tree/half-checked-keys": {
3911
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
3912
+ },
3913
+ "a-tree/only-check-leaf": {
3914
+ "description": "When enabled, checkedKeys is only for checked leaf nodes, and the status of the parent node is determined by the child node.(Only valid when checkable and checkStrictly is false)",
3915
+ "type": "boolean"
3916
+ },
3917
+ "a-tree/animation": {
3918
+ "description": "Whether to enable expand transition animation",
3919
+ "type": "boolean"
3920
+ },
3921
+ "a-tree/action-on-node-click": {
3922
+ "description": "The action triggered when the node is clicked"
3923
+ },
3924
+ "a-trigger/popup-visible-change": {
3925
+ "description": "Emitted when the status of the popup changes"
3926
+ },
3927
+ "a-trigger/show": {
3928
+ "description": "Triggered after the trigger is shown (the animation ends)"
3929
+ },
3930
+ "a-trigger/hide": {
3931
+ "description": "Triggered after the popup is hidden (the animation ends)"
3932
+ },
3933
+ "a-trigger/popup-visible": {
3934
+ "description": "Whether the popup is visible",
3935
+ "type": "boolean"
3936
+ },
3937
+ "a-trigger/default-popup-visible": {
3938
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
3939
+ "type": "boolean"
3940
+ },
3941
+ "a-trigger/trigger": {
3942
+ "description": "Trigger method"
3943
+ },
3944
+ "a-trigger/position": {
3945
+ "description": "Popup position"
3946
+ },
3947
+ "a-trigger/disabled": {
3948
+ "description": "Whether the trigger is disabled",
3949
+ "type": "boolean"
3950
+ },
3951
+ "a-trigger/popup-offset": {
3952
+ "description": "The offset of the popup (the offset distance of the popup from the trigger)",
3953
+ "type": "number"
3954
+ },
3955
+ "a-trigger/popup-translate": {
3956
+ "description": "The moving distance of the popup"
3957
+ },
3958
+ "a-trigger/show-arrow": {
3959
+ "description": "Whether the popup shows an arrow",
3960
+ "type": "boolean"
3961
+ },
3962
+ "a-trigger/align-point": {
3963
+ "description": "Whether the popup follows the mouse",
3964
+ "type": "boolean"
3965
+ },
3966
+ "a-trigger/popup-hover-stay": {
3967
+ "description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
3968
+ "type": "boolean"
3969
+ },
3970
+ "a-trigger/blur-to-close": {
3971
+ "description": "Whether to close the popup when the trigger loses focus",
3972
+ "type": "boolean"
3973
+ },
3974
+ "a-trigger/click-to-close": {
3975
+ "description": "Whether to close the popup when the trigger is clicked",
3976
+ "type": "boolean"
3977
+ },
3978
+ "a-trigger/click-outside-to-close": {
3979
+ "description": "Whether to close the popup when clicking on the outer area",
3980
+ "type": "boolean"
3981
+ },
3982
+ "a-trigger/unmount-on-close": {
3983
+ "description": "Whether to uninstall the popup node when closing",
3984
+ "type": "boolean"
3985
+ },
3986
+ "a-trigger/content-class": {
3987
+ "description": "The class name of the popup content",
3988
+ "type": "string|array|object"
3989
+ },
3990
+ "a-trigger/content-style": {
3991
+ "description": "The style of the popup content"
3992
+ },
3993
+ "a-trigger/arrow-class": {
3994
+ "description": "The class name of the popup arrow",
3995
+ "type": "string|array|object"
3996
+ },
3997
+ "a-trigger/arrow-style": {
3998
+ "description": "The style of the popup arrow"
3999
+ },
4000
+ "a-trigger/popup-style": {
4001
+ "description": "The style of the popup"
4002
+ },
4003
+ "a-trigger/animation-name": {
4004
+ "description": "The name of the popup animation",
4005
+ "type": "string"
4006
+ },
4007
+ "a-trigger/duration": {
4008
+ "description": "The duration of the popup animation"
4009
+ },
4010
+ "a-trigger/mouse-enter-delay": {
4011
+ "description": "Delay trigger time of mouseenter event (ms)",
4012
+ "type": "number"
4013
+ },
4014
+ "a-trigger/mouse-leave-delay": {
4015
+ "description": "Delay trigger time of mouseleave event (ms)",
4016
+ "type": "number"
4017
+ },
4018
+ "a-trigger/focus-delay": {
4019
+ "description": "Delay trigger time of focus event (ms)",
4020
+ "type": "number"
4021
+ },
4022
+ "a-trigger/auto-fit-popup-width": {
4023
+ "description": "Whether to set the width of the popup to the width of the trigger",
4024
+ "type": "boolean"
4025
+ },
4026
+ "a-trigger/auto-fit-popup-min-width": {
4027
+ "description": "Whether to set the minimum width of the popup to the trigger width",
4028
+ "type": "boolean"
4029
+ },
4030
+ "a-trigger/auto-fix-position": {
4031
+ "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4032
+ "type": "boolean"
4033
+ },
4034
+ "a-trigger/popup-container": {
4035
+ "description": "Mount container for popup"
4036
+ },
4037
+ "a-trigger/auto-fit-position": {
4038
+ "description": "Whether to automatically adjust the position of the popup to fit the window size",
4039
+ "type": "boolean"
4040
+ },
4041
+ "a-trigger/render-to-body": {
4042
+ "description": "Whether to mount under the `body` element",
4043
+ "type": "boolean"
4044
+ },
4045
+ "a-trigger/prevent-focus": {
4046
+ "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4047
+ "type": "boolean"
4048
+ },
4049
+ "a-trigger/scroll-to-close": {
4050
+ "description": "Whether to close the popover when scrolling",
4051
+ "type": "boolean"
4052
+ },
4053
+ "a-trigger/scroll-to-close-distance": {
4054
+ "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4055
+ "type": "number"
4056
+ },
4057
+ "a-typography-title/edit-start": {
4058
+ "description": "Edit start"
4059
+ },
4060
+ "a-typography-title/change": {
4061
+ "description": "Edit content change"
4062
+ },
4063
+ "a-typography-title/edit-end": {
4064
+ "description": "Edit end"
4065
+ },
4066
+ "a-typography-title/copy": {
4067
+ "description": "Copy"
4068
+ },
4069
+ "a-typography-title/ellipsis": {
4070
+ "description": "Ellipsis change"
4071
+ },
4072
+ "a-typography-title/expand": {
4073
+ "description": "Expand collapse event"
4074
+ },
4075
+ "a-typography-title/heading": {
4076
+ "description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
4077
+ "type": "string"
4078
+ },
4079
+ "a-typography-title/type": {
4080
+ "description": "Text type",
4081
+ "type": "string"
4082
+ },
4083
+ "a-typography-title/bold": {
4084
+ "description": "Whether enable bold style",
4085
+ "type": "boolean"
4086
+ },
4087
+ "a-typography-title/mark": {
4088
+ "description": "Mark style"
4089
+ },
4090
+ "a-typography-title/underline": {
4091
+ "description": "Whether enable underline style",
4092
+ "type": "boolean"
4093
+ },
4094
+ "a-typography-title/delete": {
4095
+ "description": "Whether enable delete style",
4096
+ "type": "boolean"
4097
+ },
4098
+ "a-typography-title/code": {
4099
+ "description": "Whether enable code style",
4100
+ "type": "boolean"
4101
+ },
4102
+ "a-typography-title/disabled": {
4103
+ "description": "Whether disabled",
4104
+ "type": "boolean"
4105
+ },
4106
+ "a-typography-title/editable": {
4107
+ "description": "Whether it's editable",
4108
+ "type": "boolean"
4109
+ },
4110
+ "a-typography-title/editing": {
4111
+ "description": "Whether it's editing",
4112
+ "type": "boolean"
4113
+ },
4114
+ "a-typography-title/default-editing": {
4115
+ "description": "Default editing state",
4116
+ "type": "boolean"
4117
+ },
4118
+ "a-typography-title/edit-text": {
4119
+ "description": "Edit text",
4120
+ "type": "string"
4121
+ },
4122
+ "a-typography-title/copyable": {
4123
+ "description": "Whether turn on copy functionality",
4124
+ "type": "boolean"
4125
+ },
4126
+ "a-typography-title/copy-text": {
4127
+ "description": "Copied text",
4128
+ "type": "string"
4129
+ },
4130
+ "a-typography-title/copy-delay": {
4131
+ "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4132
+ "type": "number"
4133
+ },
4134
+ "a-typography-title/edit-tooltip-props": {
4135
+ "description": "Edit button question prompt configuration",
4136
+ "type": "object"
4137
+ },
4138
+ "a-typography-title/copy-tooltip-props": {
4139
+ "description": "Copy button question prompt configuration",
4140
+ "type": "object"
4141
+ },
4142
+ "a-typography-paragraph/edit-start": {
4143
+ "description": "Edit start"
4144
+ },
4145
+ "a-typography-paragraph/change": {
4146
+ "description": "Edit content change"
4147
+ },
4148
+ "a-typography-paragraph/edit-end": {
4149
+ "description": "Edit end"
4150
+ },
4151
+ "a-typography-paragraph/copy": {
4152
+ "description": "Copy"
4153
+ },
4154
+ "a-typography-paragraph/ellipsis": {
4155
+ "description": "Ellipsis change"
4156
+ },
4157
+ "a-typography-paragraph/expand": {
4158
+ "description": "Expand collapse event"
4159
+ },
4160
+ "a-typography-paragraph/blockquote": {
4161
+ "description": "Whether enable blockquote",
4162
+ "type": "boolean"
4163
+ },
4164
+ "a-typography-paragraph/spacing": {
4165
+ "description": "The line height of the paragraph, the default line height is recommended for long text (more than 5 lines). `close` line height is recommended for short text (less than or equal to 3 lines).",
4166
+ "type": "string"
4167
+ },
4168
+ "a-typography-paragraph/type": {
4169
+ "description": "Text type",
4170
+ "type": "string"
4171
+ },
4172
+ "a-typography-paragraph/bold": {
4173
+ "description": "Whether enable bold style",
4174
+ "type": "boolean"
4175
+ },
4176
+ "a-typography-paragraph/mark": {
4177
+ "description": "Mark style"
4178
+ },
4179
+ "a-typography-paragraph/underline": {
4180
+ "description": "Whether enable underline style",
4181
+ "type": "boolean"
4182
+ },
4183
+ "a-typography-paragraph/delete": {
4184
+ "description": "Whether enable delete style",
4185
+ "type": "boolean"
4186
+ },
4187
+ "a-typography-paragraph/code": {
4188
+ "description": "Whether enable code style",
4189
+ "type": "boolean"
4190
+ },
4191
+ "a-typography-paragraph/disabled": {
4192
+ "description": "Whether disabled",
4193
+ "type": "boolean"
4194
+ },
4195
+ "a-typography-paragraph/editable": {
4196
+ "description": "Whether it's editable",
4197
+ "type": "boolean"
4198
+ },
4199
+ "a-typography-paragraph/editing": {
4200
+ "description": "Whether it's editing",
4201
+ "type": "boolean"
4202
+ },
4203
+ "a-typography-paragraph/default-editing": {
4204
+ "description": "Default editing state",
4205
+ "type": "boolean"
4206
+ },
4207
+ "a-typography-paragraph/edit-text": {
4208
+ "description": "Edit text",
4209
+ "type": "string"
4210
+ },
4211
+ "a-typography-paragraph/copyable": {
4212
+ "description": "Whether turn on copy functionality",
4213
+ "type": "boolean"
4214
+ },
4215
+ "a-typography-paragraph/copy-text": {
4216
+ "description": "Copied text",
4217
+ "type": "string"
4218
+ },
4219
+ "a-typography-paragraph/copy-delay": {
4220
+ "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4221
+ "type": "number"
4222
+ },
4223
+ "a-typography-paragraph/edit-tooltip-props": {
4224
+ "description": "Edit button question prompt configuration",
4225
+ "type": "object"
4226
+ },
4227
+ "a-typography-paragraph/copy-tooltip-props": {
4228
+ "description": "Copy button question prompt configuration",
4229
+ "type": "object"
4230
+ },
4231
+ "a-typography-text/edit-start": {
4232
+ "description": "Edit start"
4233
+ },
4234
+ "a-typography-text/change": {
4235
+ "description": "Edit content change"
4236
+ },
4237
+ "a-typography-text/edit-end": {
4238
+ "description": "Edit end"
4239
+ },
4240
+ "a-typography-text/copy": {
4241
+ "description": "Copy"
4242
+ },
4243
+ "a-typography-text/ellipsis": {
4244
+ "description": "Ellipsis change"
4245
+ },
4246
+ "a-typography-text/expand": {
4247
+ "description": "Expand collapse event"
4248
+ },
4249
+ "a-typography-text/type": {
4250
+ "description": "Text type",
4251
+ "type": "string"
4252
+ },
4253
+ "a-typography-text/bold": {
4254
+ "description": "Whether enable bold style",
4255
+ "type": "boolean"
4256
+ },
4257
+ "a-typography-text/mark": {
4258
+ "description": "Mark style"
4259
+ },
4260
+ "a-typography-text/underline": {
4261
+ "description": "Whether enable underline style",
4262
+ "type": "boolean"
4263
+ },
4264
+ "a-typography-text/delete": {
4265
+ "description": "Whether enable delete style",
4266
+ "type": "boolean"
4267
+ },
4268
+ "a-typography-text/code": {
4269
+ "description": "Whether enable code style",
4270
+ "type": "boolean"
4271
+ },
4272
+ "a-typography-text/disabled": {
4273
+ "description": "Whether disabled",
4274
+ "type": "boolean"
4275
+ },
4276
+ "a-typography-text/editable": {
4277
+ "description": "Whether it's editable",
4278
+ "type": "boolean"
4279
+ },
4280
+ "a-typography-text/editing": {
4281
+ "description": "Whether it's editing",
4282
+ "type": "boolean"
4283
+ },
4284
+ "a-typography-text/default-editing": {
4285
+ "description": "Default editing state",
4286
+ "type": "boolean"
4287
+ },
4288
+ "a-typography-text/edit-text": {
4289
+ "description": "Edit text",
4290
+ "type": "string"
4291
+ },
4292
+ "a-typography-text/copyable": {
4293
+ "description": "Whether turn on copy functionality",
4294
+ "type": "boolean"
4295
+ },
4296
+ "a-typography-text/copy-text": {
4297
+ "description": "Copied text",
4298
+ "type": "string"
4299
+ },
4300
+ "a-typography-text/copy-delay": {
4301
+ "description": "After the copy is successful, the delay time for the copy button to return to the clickable state, in milliseconds",
4302
+ "type": "number"
4303
+ },
4304
+ "a-typography-text/edit-tooltip-props": {
4305
+ "description": "Edit button question prompt configuration",
4306
+ "type": "object"
4307
+ },
4308
+ "a-typography-text/copy-tooltip-props": {
4309
+ "description": "Copy button question prompt configuration",
4310
+ "type": "object"
4311
+ },
4312
+ "a-tree-select/change": {
4313
+ "description": "Trigger when the value changes"
4314
+ },
4315
+ "a-tree-select/popup-visible-change": {
4316
+ "description": "Triggered when the status of the drop-down box changes"
4317
+ },
4318
+ "a-tree-select/search": {
4319
+ "description": "Triggered when the search value changes"
4320
+ },
4321
+ "a-tree-select/clear": {
4322
+ "description": "Triggered when clear is clicked"
4323
+ },
4324
+ "a-tree-select/input-value-change": {
4325
+ "description": "Triggered when the value of the input changes"
4326
+ },
4327
+ "a-tree-select/disabled": {
4328
+ "description": "Whether to disable",
4329
+ "type": "boolean"
4330
+ },
4331
+ "a-tree-select/loading": {
4332
+ "description": "Whether it is loading state",
4333
+ "type": "boolean"
4334
+ },
4335
+ "a-tree-select/error": {
4336
+ "description": "Whether it is an error state",
4337
+ "type": "boolean"
4338
+ },
4339
+ "a-tree-select/size": {
4340
+ "description": "The size of the selection box."
4341
+ },
4342
+ "a-tree-select/border": {
4343
+ "description": "Whether to show the border",
4344
+ "type": "boolean"
4345
+ },
4346
+ "a-tree-select/allow-search": {
4347
+ "description": "Whether to allow searching"
4348
+ },
4349
+ "a-tree-select/allow-clear": {
4350
+ "description": "Whether to allow clear",
4351
+ "type": "boolean"
4352
+ },
4353
+ "a-tree-select/placeholder": {
4354
+ "description": "Prompt copy",
4355
+ "type": "string"
4356
+ },
4357
+ "a-tree-select/max-tag-count": {
4358
+ "description": "The maximum number of labels displayed, only valid in multi-select mode",
4359
+ "type": "number"
4360
+ },
4361
+ "a-tree-select/multiple": {
4362
+ "description": "Whether to support multiple selection",
4363
+ "type": "boolean"
4364
+ },
4365
+ "a-tree-select/default-value": {
4366
+ "description": "Default value"
4367
+ },
4368
+ "a-tree-select/model-value": {
4369
+ "description": "Value"
4370
+ },
4371
+ "a-tree-select/field-names": {
4372
+ "description": "Specify the field name in the node data"
4373
+ },
4374
+ "a-tree-select/data": {
4375
+ "description": "Data"
4376
+ },
4377
+ "a-tree-select/label-in-value": {
4378
+ "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
4379
+ "type": "boolean"
4380
+ },
4381
+ "a-tree-select/tree-checkable": {
4382
+ "description": "Whether to show checkbox",
4383
+ "type": "boolean"
4384
+ },
4385
+ "a-tree-select/tree-check-strictly": {
4386
+ "description": "Whether the parent and child nodes are related",
4387
+ "type": "boolean"
4388
+ },
4389
+ "a-tree-select/tree-checked-strategy": {
4390
+ "description": "Customized echo method",
4391
+ "type": "string"
4392
+ },
4393
+ "a-tree-select/tree-props": {
4394
+ "description": "Can accept Props of all [Tree](/vue/component/tree) components"
4395
+ },
4396
+ "a-tree-select/trigger-props": {
4397
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
4398
+ },
4399
+ "a-tree-select/popup-visible": {
4400
+ "description": "Whether the pop-up box is visible",
4401
+ "type": "boolean"
4402
+ },
4403
+ "a-tree-select/default-popup-visible": {
4404
+ "description": "Whether the default pop-up box is visible",
4405
+ "type": "boolean"
4406
+ },
4407
+ "a-tree-select/dropdown-style": {
4408
+ "description": "Drop-down box style"
4409
+ },
4410
+ "a-tree-select/dropdown-class-name": {
4411
+ "description": "Drop-down box style class"
4412
+ },
4413
+ "a-tree-select/filter-tree-node": {
4414
+ "description": "Custom node filter function"
4415
+ },
4416
+ "a-tree-select/load-more": {
4417
+ "description": "Load data dynamically"
4418
+ },
4419
+ "a-tree-select/disable-filter": {
4420
+ "description": "Disable internal filtering logic",
4421
+ "type": "boolean"
4422
+ },
4423
+ "a-tree-select/popup-container": {
4424
+ "description": "Mount container for pop-up box"
4425
+ },
4426
+ "a-tree-select/fallback-option": {
4427
+ "description": "Customize node data for keys that do not match options"
4428
+ },
4429
+ "a-tree-select/selectable": {
4430
+ "description": "Set the nodes that can be selected, all can be selected by default"
4431
+ },
4432
+ "a-tree-select/scrollbar": {
4433
+ "description": "Whether to enable virtual scroll bar"
4434
+ },
4435
+ "a-tree-select/show-header-on-empty": {
4436
+ "description": "Whether to display the header in the empty state",
4437
+ "type": "boolean"
4438
+ },
4439
+ "a-tree-select/show-footer-on-empty": {
4440
+ "description": "Whether to display the footer in the empty state",
4441
+ "type": "boolean"
4442
+ },
4443
+ "a-tree-select/input-value": {
4444
+ "description": "The value of the input",
4445
+ "type": "string"
4446
+ },
4447
+ "a-tree-select/default-input-value": {
4448
+ "description": "The default value of the input (uncontrolled mode)",
4449
+ "type": "string"
4450
+ },
4451
+ "a-upload/exceed-limit": {
4452
+ "description": "Triggered when the uploaded file exceeds the limit"
4453
+ },
4454
+ "a-upload/change": {
4455
+ "description": "Triggered when the status of the uploaded file changes"
4456
+ },
4457
+ "a-upload/progress": {
4458
+ "description": "Triggered when the uploading file progress changes"
4459
+ },
4460
+ "a-upload/preview": {
4461
+ "description": "Trigger when the image preview is clicked"
4462
+ },
4463
+ "a-upload/success": {
4464
+ "description": "Triggered when upload is successful"
4465
+ },
4466
+ "a-upload/error": {
4467
+ "description": "Triggered when upload fails"
4468
+ },
4469
+ "a-upload/file-list": {
4470
+ "description": "File List"
4471
+ },
4472
+ "a-upload/default-file-list": {
4473
+ "description": "Default file list (uncontrolled state)"
4474
+ },
4475
+ "a-upload/accept": {
4476
+ "description": "For the received upload file type, please refer to [HTML standard](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#htmlattrdefaccept \"_blank\")",
4477
+ "type": "string"
4478
+ },
4479
+ "a-upload/action": {
4480
+ "description": "Uploaded URL",
4481
+ "type": "string"
4482
+ },
4483
+ "a-upload/disabled": {
4484
+ "description": "Whether to disable",
4485
+ "type": "boolean"
4486
+ },
4487
+ "a-upload/multiple": {
4488
+ "description": "Whether to support multiple file upload",
4489
+ "type": "boolean"
4490
+ },
4491
+ "a-upload/directory": {
4492
+ "description": "Whether to support folder upload (requires browser support)",
4493
+ "type": "boolean"
4494
+ },
4495
+ "a-upload/draggable": {
4496
+ "description": "Whether to support drag and drop upload",
4497
+ "type": "boolean"
4498
+ },
4499
+ "a-upload/tip": {
4500
+ "description": "Prompt text",
4501
+ "type": "string"
4502
+ },
4503
+ "a-upload/headers": {
4504
+ "description": "Additional header information for upload request"
4505
+ },
4506
+ "a-upload/data": {
4507
+ "description": "Upload request additional data"
4508
+ },
4509
+ "a-upload/name": {
4510
+ "description": "Uploaded file name"
4511
+ },
4512
+ "a-upload/with-credentials": {
4513
+ "description": "Whether the upload request carries cookies",
4514
+ "type": "boolean"
4515
+ },
4516
+ "a-upload/custom-request": {
4517
+ "description": "Custom upload behavior"
4518
+ },
4519
+ "a-upload/limit": {
4520
+ "description": "Limit the number of uploaded files. `0` means no limit",
4521
+ "type": "number"
4522
+ },
4523
+ "a-upload/auto-upload": {
4524
+ "description": "Whether to upload files automatically",
4525
+ "type": "boolean"
4526
+ },
4527
+ "a-upload/show-file-list": {
4528
+ "description": "Whether to display the file list",
4529
+ "type": "boolean"
4530
+ },
4531
+ "a-upload/show-remove-button": {
4532
+ "description": "Whether to display the remove button",
4533
+ "type": "boolean"
4534
+ },
4535
+ "a-upload/show-retry-button": {
4536
+ "description": "Whether to display the retry button",
4537
+ "type": "boolean"
4538
+ },
4539
+ "a-upload/show-cancel-button": {
4540
+ "description": "Whether to display the cancel button",
4541
+ "type": "boolean"
4542
+ },
4543
+ "a-upload/show-upload-button": {
4544
+ "description": "Whether to display the retry button. Added `showOnExceedLimit` support in version 2.14.0"
4545
+ },
4546
+ "a-upload/show-preview-button": {
4547
+ "description": "Whether to display the preview button in picture-card",
4548
+ "type": "boolean"
4549
+ },
4550
+ "a-upload/download": {
4551
+ "description": "Whether to add download attribute to `<a>` link",
4552
+ "type": "boolean"
4553
+ },
4554
+ "a-upload/show-link": {
4555
+ "description": "In the list mode, if the uploaded file has a URL, the link will be displayed. If you turn off only display text and click to trigger the `preview` event.",
4556
+ "type": "boolean"
4557
+ },
4558
+ "a-upload/image-loading": {
4559
+ "description": "Native HTML attributes of `<img>`, browser support is required",
4560
+ "type": "string"
4561
+ },
4562
+ "a-upload/list-type": {
4563
+ "description": "Picture list type"
4564
+ },
4565
+ "a-upload/response-url-key": {
4566
+ "description": "Get the key of the image URL in the Response. After opening, it will replace the pre-load image with the uploaded image"
4567
+ },
4568
+ "a-upload/custom-icon": {
4569
+ "description": "Custom icon"
4570
+ },
4571
+ "a-upload/before-upload": {
4572
+ "description": "Trigger before uploading a file"
4573
+ },
4574
+ "a-upload/before-remove": {
4575
+ "description": "Triggered before removing the file"
4576
+ },
4577
+ "a-upload/button-click": {
4578
+ "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
4579
+ },
4580
+ "a-pagination/change": {
4581
+ "description": "Triggered when page number changes"
4582
+ },
4583
+ "a-pagination/page-size-change": {
4584
+ "description": "Triggered when the number of data items changes"
4585
+ },
4586
+ "a-pagination/total": {
4587
+ "description": "Total number of data",
4588
+ "type": "number"
4589
+ },
4590
+ "a-pagination/current": {
4591
+ "description": "Current page number",
4592
+ "type": "number"
4593
+ },
4594
+ "a-pagination/default-current": {
4595
+ "description": "The default number of pages (uncontrolled state)",
4596
+ "type": "number"
4597
+ },
4598
+ "a-pagination/page-size": {
4599
+ "description": "Number of data items displayed per page",
4600
+ "type": "number"
4601
+ },
4602
+ "a-pagination/default-page-size": {
4603
+ "description": "The number of data items displayed per page by default (uncontrolled state)",
4604
+ "type": "number"
4605
+ },
4606
+ "a-pagination/disabled": {
4607
+ "description": "Whether to disable",
4608
+ "type": "boolean"
4609
+ },
4610
+ "a-pagination/hide-on-single-page": {
4611
+ "description": "Whether to hide pagination when single page",
4612
+ "type": "boolean"
4613
+ },
4614
+ "a-pagination/simple": {
4615
+ "description": "Whether it is simple mode",
4616
+ "type": "boolean"
4617
+ },
4618
+ "a-pagination/show-total": {
4619
+ "description": "Whether to display the total number of data",
4620
+ "type": "boolean"
4621
+ },
4622
+ "a-pagination/show-more": {
4623
+ "description": "Whether to show more buttons",
4624
+ "type": "boolean"
4625
+ },
4626
+ "a-pagination/show-jumper": {
4627
+ "description": "Whether to show jump",
4628
+ "type": "boolean"
4629
+ },
4630
+ "a-pagination/show-page-size": {
4631
+ "description": "Whether to display the data number selector",
4632
+ "type": "boolean"
4633
+ },
4634
+ "a-pagination/page-size-options": {
4635
+ "description": "Selection list of data number selector"
4636
+ },
4637
+ "a-pagination/page-size-props": {
4638
+ "description": "Props of data number selector"
4639
+ },
4640
+ "a-pagination/size": {
4641
+ "description": "The size of the page selector"
4642
+ },
4643
+ "a-pagination/page-item-style": {
4644
+ "description": "The style of the paging button"
4645
+ },
4646
+ "a-pagination/active-page-item-style": {
4647
+ "description": "The style of the current paging button"
4648
+ },
4649
+ "a-pagination/base-size": {
4650
+ "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
4651
+ "type": "number"
4652
+ },
4653
+ "a-pagination/buffer-size": {
4654
+ "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
4655
+ "type": "number"
4656
+ },
4657
+ "a-pagination/auto-adjust": {
4658
+ "description": "Whether to adjust the page number when changing the number of data",
4659
+ "type": "boolean"
4660
+ },
4661
+ "a-verification-code/change": {
4662
+ "description": "Triggered when the value changes"
4663
+ },
4664
+ "a-verification-code/finish": {
4665
+ "description": "Triggered when the filling is complete"
4666
+ },
4667
+ "a-verification-code/input": {
4668
+ "description": "Triggered on input"
4669
+ },
4670
+ "a-verification-code/model-value": {
4671
+ "description": "Value",
4672
+ "type": "string"
4673
+ },
4674
+ "a-verification-code/default-value": {
4675
+ "description": "Default value (uncontrolled state)",
4676
+ "type": "string"
4677
+ },
4678
+ "a-verification-code/length": {
4679
+ "description": "The length of the verification code, rendering the corresponding number of input boxes according to the length.",
4680
+ "type": "number"
4681
+ },
4682
+ "a-verification-code/size": {
4683
+ "description": "Input size"
4684
+ },
4685
+ "a-verification-code/disabled": {
4686
+ "description": "Whether to disable",
4687
+ "type": "boolean"
4688
+ },
4689
+ "a-verification-code/masked": {
4690
+ "description": "Password mode",
4691
+ "type": "boolean"
4692
+ },
4693
+ "a-verification-code/readonly": {
4694
+ "description": "Readonly",
4695
+ "type": "boolean"
4696
+ },
4697
+ "a-verification-code/error": {
4698
+ "description": "Whether it is an error state",
4699
+ "type": "boolean"
4700
+ },
4701
+ "a-verification-code/separator": {
4702
+ "description": "Separator. Customizable rendering separators after input boxes with different indexes"
4703
+ },
4704
+ "a-verification-code/formatter": {
4705
+ "description": "Formatter function, triggered when the user input value changes"
4706
+ },
4707
+ "a-watermark/content": {
4708
+ "description": "Watermark text content"
4709
+ },
4710
+ "a-watermark/image": {
4711
+ "description": "Image watermark address",
4712
+ "type": "string"
4713
+ },
4714
+ "a-watermark/width": {
4715
+ "description": "Watermark width",
4716
+ "type": "number"
4717
+ },
4718
+ "a-watermark/height": {
4719
+ "description": "Watermark height",
4720
+ "type": "number"
4721
+ },
4722
+ "a-watermark/gap": {
4723
+ "description": "Watermark spacing"
4724
+ },
4725
+ "a-watermark/offset": {
4726
+ "description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
4727
+ },
4728
+ "a-watermark/rotate": {
4729
+ "description": "Watermark rotation angle",
4730
+ "type": "number"
4731
+ },
4732
+ "a-watermark/font": {
4733
+ "description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
4734
+ },
4735
+ "a-watermark/z-index": {
4736
+ "description": "Watermark z-index",
4737
+ "type": "number"
4738
+ },
4739
+ "a-watermark/alpha": {
4740
+ "description": "Watermark opacity",
4741
+ "type": "number"
4742
+ },
4743
+ "a-watermark/anti-tamper": {
4744
+ "description": "Watermark anti-tampering",
4745
+ "type": "boolean"
4746
+ },
4747
+ "a-watermark/grayscale": {
4748
+ "description": "Grayscale watermark",
4749
+ "type": "boolean"
4750
+ },
4751
+ "a-watermark/repeat": {
4752
+ "description": "Whether to repeat the watermark",
4753
+ "type": "boolean"
4754
+ },
4755
+ "a-watermark/staggered": {
4756
+ "description": "Whether to stagger the arrangement layout",
4757
+ "type": "boolean"
4758
+ }
4759
+ }