@sdata/web-vue 1.1.0 → 1.3.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 (1384) hide show
  1. package/README.md +2 -5
  2. package/es/_components/feedback-icon.vue.d.ts +486 -0
  3. package/es/_components/icon-hover.vue.d.ts +34 -0
  4. package/es/_components/input-label/input-label.d.ts +4 -4
  5. package/es/_components/picker/input-range.vue.d.ts +753 -0
  6. package/es/_components/picker/input.vue.d.ts +729 -0
  7. package/es/_components/resize-trigger.vue.d.ts +274 -0
  8. package/es/_components/select-view/select-view.d.ts +9 -9
  9. package/es/_components/transition/expand-transition.vue.d.ts +10 -0
  10. package/es/_components/virtual-list/filler.vue.d.ts +35 -0
  11. package/es/_components/virtual-list/virtual-list.vue.d.ts +133 -0
  12. package/es/_components/virtual-list-v2/index.d.ts +1 -1
  13. package/es/_components/virtual-list-v2/virtual-list.vue.d.ts +151 -0
  14. package/es/_hooks/use-component-ref.d.ts +1 -1
  15. package/es/_hooks/use-pure-prop.d.ts +2 -0
  16. package/es/_hooks/use-trigger.d.ts +1 -1
  17. package/es/_utils/date.js +15 -15
  18. package/es/_utils/style.d.ts +1 -1
  19. package/es/affix/affix.vue.d.ts +58 -0
  20. package/es/affix/index.d.ts +1 -1
  21. package/es/alert/alert.vue.d.ts +690 -0
  22. package/es/alert/index.d.ts +1187 -17
  23. package/es/anchor/anchor-link.vue.d.ts +17 -0
  24. package/es/anchor/anchor.vue.d.ts +66 -0
  25. package/es/anchor/index.d.ts +11 -11
  26. package/es/auto-complete/auto-complete.d.ts +3 -3
  27. package/es/auto-complete/auto-complete.js +8 -8
  28. package/es/auto-complete/index.d.ts +9 -9
  29. package/es/avatar/avatar.vue.d.ts +324 -0
  30. package/es/avatar/index.d.ts +476 -8
  31. package/es/back-top/back-top.vue.d.ts +163 -0
  32. package/es/back-top/index.d.ts +237 -3
  33. package/es/badge/badge.d.ts +1 -1
  34. package/es/badge/index.d.ts +3 -3
  35. package/es/button/button-group.vue.d.ts +42 -0
  36. package/es/button/button.vue.d.ts +208 -0
  37. package/es/button/index.d.ts +244 -10
  38. package/es/calendar/calendar.d.ts +5 -5
  39. package/es/calendar/calendar.js +2 -2
  40. package/es/calendar/header.d.ts +1 -1
  41. package/es/calendar/index.d.ts +15 -15
  42. package/es/calendar/month.d.ts +1 -1
  43. package/es/calendar/week.d.ts +1 -1
  44. package/es/calendar/year.d.ts +1 -1
  45. package/es/card/card-grid.vue.d.ts +19 -0
  46. package/es/card/card.d.ts +2 -2
  47. package/es/card/index.d.ts +7 -7
  48. package/es/carousel/carousel-arrow.vue.d.ts +507 -0
  49. package/es/carousel/carousel-indicator.vue.d.ts +69 -0
  50. package/es/carousel/carousel-item.vue.d.ts +14 -0
  51. package/es/carousel/carousel.d.ts +4 -4
  52. package/es/carousel/carousel.js +1 -1
  53. package/es/carousel/index.d.ts +13 -13
  54. package/es/cascader/cascader-option.d.ts +1 -1
  55. package/es/cascader/cascader-panel.vue.d.ts +249 -0
  56. package/es/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
  57. package/es/cascader/cascader.vue.d.ts +1171 -0
  58. package/es/cascader/cascader.vue_vue_type_script_lang.js +7 -7
  59. package/es/cascader/index.d.ts +129 -129
  60. package/es/checkbox/checkbox-group.d.ts +2 -2
  61. package/es/checkbox/checkbox-group.js +1 -1
  62. package/es/checkbox/checkbox.d.ts +3 -3
  63. package/es/checkbox/checkbox.js +1 -1
  64. package/es/checkbox/index.d.ts +5 -5
  65. package/es/collapse/collapse-item.d.ts +238 -4
  66. package/es/collapse/collapse.vue.d.ts +83 -0
  67. package/es/collapse/collapse.vue_vue_type_script_lang.js +1 -1
  68. package/es/collapse/index.d.ts +243 -9
  69. package/es/color-picker/color-picker.d.ts +4 -4
  70. package/es/color-picker/color-picker.js +1 -1
  71. package/es/color-picker/index.d.ts +12 -12
  72. package/es/color-picker/panel.d.ts +1 -1
  73. package/es/comment/comment.vue.d.ts +48 -0
  74. package/es/comment/index.d.ts +4 -4
  75. package/es/config-provider/config-provider.vue.d.ts +75 -0
  76. package/es/config-provider/index.d.ts +7 -7
  77. package/es/date-picker/hooks/use-format.d.ts +2 -2
  78. package/es/date-picker/index.d.ts +5213 -299
  79. package/es/date-picker/panels/body.vue.d.ts +90 -0
  80. package/es/date-picker/panels/date/index.vue.d.ts +1803 -0
  81. package/es/date-picker/panels/footer.vue.d.ts +1058 -0
  82. package/es/date-picker/panels/header.vue.d.ts +574 -0
  83. package/es/date-picker/panels/month/index.vue.d.ts +741 -0
  84. package/es/date-picker/panels/quarter/index.vue.d.ts +729 -0
  85. package/es/date-picker/panels/shortcuts.vue.d.ts +481 -0
  86. package/es/date-picker/panels/week/index.vue.d.ts +1820 -0
  87. package/es/date-picker/panels/week-list.vue.d.ts +24 -0
  88. package/es/date-picker/panels/year/index.vue.d.ts +727 -0
  89. package/es/date-picker/picker-panel.vue.d.ts +7545 -0
  90. package/es/date-picker/picker.vue.d.ts +9305 -0
  91. package/es/date-picker/picker.vue_vue_type_script_lang.js +4 -4
  92. package/es/date-picker/range-picker-panel.vue.d.ts +7578 -0
  93. package/es/date-picker/range-picker.vue.d.ts +9470 -0
  94. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
  95. package/es/descriptions/descriptions-item.vue.d.ts +19 -0
  96. package/es/descriptions/descriptions.d.ts +5 -5
  97. package/es/descriptions/index.d.ts +16 -16
  98. package/es/divider/divider.d.ts +1 -1
  99. package/es/divider/index.d.ts +3 -3
  100. package/es/drawer/drawer.vue.d.ts +822 -0
  101. package/es/drawer/drawer.vue_vue_type_script_lang.js +6 -6
  102. package/es/drawer/index.d.ts +751 -49
  103. package/es/dropdown/dropdown-button.vue.d.ts +1741 -0
  104. package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
  105. package/es/dropdown/dropdown-group.vue.d.ts +9 -0
  106. package/es/dropdown/dropdown-option.vue.d.ts +38 -0
  107. package/es/dropdown/dropdown-panel.vue.d.ts +409 -0
  108. package/es/dropdown/dropdown-submenu.vue.d.ts +1195 -0
  109. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
  110. package/es/dropdown/dropdown.vue.d.ts +1048 -0
  111. package/es/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
  112. package/es/dropdown/index.d.ts +677 -209
  113. package/es/empty/empty.d.ts +2 -2
  114. package/es/empty/index.d.ts +6 -6
  115. package/es/form/form-item-label.vue.d.ts +1500 -0
  116. package/es/form/form-item-message.vue.d.ts +20 -0
  117. package/es/form/form-item.vue.d.ts +1865 -0
  118. package/es/form/form.vue.d.ts +158 -0
  119. package/es/form/index.d.ts +197 -80
  120. package/es/grid/grid-col.vue.d.ts +107 -0
  121. package/es/grid/grid-item.vue.d.ts +50 -0
  122. package/es/grid/grid-row.vue.d.ts +61 -0
  123. package/es/grid/grid.vue.d.ts +59 -0
  124. package/es/grid/grid.vue_vue_type_script_lang.js +1 -1
  125. package/es/grid/index.d.ts +9 -9
  126. package/es/icon/icon-align-center/icon-align-center.vue.d.ts +59 -0
  127. package/es/icon/icon-align-center/index.d.ts +3 -3
  128. package/es/icon/icon-align-left/icon-align-left.vue.d.ts +59 -0
  129. package/es/icon/icon-align-left/index.d.ts +3 -3
  130. package/es/icon/icon-align-right/icon-align-right.vue.d.ts +59 -0
  131. package/es/icon/icon-align-right/index.d.ts +3 -3
  132. package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +59 -0
  133. package/es/icon/icon-alipay-circle/index.d.ts +3 -3
  134. package/es/icon/icon-apps/icon-apps.vue.d.ts +59 -0
  135. package/es/icon/icon-apps/index.d.ts +3 -3
  136. package/es/icon/icon-archive/icon-archive.vue.d.ts +59 -0
  137. package/es/icon/icon-archive/index.d.ts +3 -3
  138. package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +59 -0
  139. package/es/icon/icon-arrow-down/index.d.ts +3 -3
  140. package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +59 -0
  141. package/es/icon/icon-arrow-fall/index.d.ts +3 -3
  142. package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +59 -0
  143. package/es/icon/icon-arrow-left/index.d.ts +3 -3
  144. package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +59 -0
  145. package/es/icon/icon-arrow-right/index.d.ts +3 -3
  146. package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +59 -0
  147. package/es/icon/icon-arrow-rise/index.d.ts +3 -3
  148. package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +59 -0
  149. package/es/icon/icon-arrow-up/index.d.ts +3 -3
  150. package/es/icon/icon-at/icon-at.vue.d.ts +59 -0
  151. package/es/icon/icon-at/index.d.ts +3 -3
  152. package/es/icon/icon-attachment/icon-attachment.vue.d.ts +59 -0
  153. package/es/icon/icon-attachment/index.d.ts +3 -3
  154. package/es/icon/icon-backward/icon-backward.vue.d.ts +59 -0
  155. package/es/icon/icon-backward/index.d.ts +3 -3
  156. package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +59 -0
  157. package/es/icon/icon-bar-chart/index.d.ts +3 -3
  158. package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +59 -0
  159. package/es/icon/icon-bg-colors/index.d.ts +3 -3
  160. package/es/icon/icon-bold/icon-bold.vue.d.ts +59 -0
  161. package/es/icon/icon-bold/index.d.ts +3 -3
  162. package/es/icon/icon-book/icon-book.vue.d.ts +59 -0
  163. package/es/icon/icon-book/index.d.ts +3 -3
  164. package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +59 -0
  165. package/es/icon/icon-bookmark/index.d.ts +3 -3
  166. package/es/icon/icon-branch/icon-branch.vue.d.ts +59 -0
  167. package/es/icon/icon-branch/index.d.ts +3 -3
  168. package/es/icon/icon-brush/icon-brush.vue.d.ts +59 -0
  169. package/es/icon/icon-brush/index.d.ts +3 -3
  170. package/es/icon/icon-bug/icon-bug.vue.d.ts +59 -0
  171. package/es/icon/icon-bug/index.d.ts +3 -3
  172. package/es/icon/icon-bulb/icon-bulb.vue.d.ts +59 -0
  173. package/es/icon/icon-bulb/index.d.ts +3 -3
  174. package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +59 -0
  175. package/es/icon/icon-bytedance-color/index.d.ts +3 -3
  176. package/es/icon/icon-calendar/icon-calendar.vue.d.ts +59 -0
  177. package/es/icon/icon-calendar/index.d.ts +3 -3
  178. package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +59 -0
  179. package/es/icon/icon-calendar-clock/index.d.ts +3 -3
  180. package/es/icon/icon-camera/icon-camera.vue.d.ts +59 -0
  181. package/es/icon/icon-camera/index.d.ts +3 -3
  182. package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +59 -0
  183. package/es/icon/icon-caret-down/index.d.ts +3 -3
  184. package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +59 -0
  185. package/es/icon/icon-caret-left/index.d.ts +3 -3
  186. package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +59 -0
  187. package/es/icon/icon-caret-right/index.d.ts +3 -3
  188. package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +59 -0
  189. package/es/icon/icon-caret-up/index.d.ts +3 -3
  190. package/es/icon/icon-check/icon-check.vue.d.ts +59 -0
  191. package/es/icon/icon-check/index.d.ts +3 -3
  192. package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +59 -0
  193. package/es/icon/icon-check-circle/index.d.ts +3 -3
  194. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +59 -0
  195. package/es/icon/icon-check-circle-fill/index.d.ts +3 -3
  196. package/es/icon/icon-check-square/icon-check-square.vue.d.ts +59 -0
  197. package/es/icon/icon-check-square/index.d.ts +3 -3
  198. package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +59 -0
  199. package/es/icon/icon-chinese-fill/index.d.ts +3 -3
  200. package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +59 -0
  201. package/es/icon/icon-clock-circle/index.d.ts +3 -3
  202. package/es/icon/icon-close/icon-close.vue.d.ts +59 -0
  203. package/es/icon/icon-close/index.d.ts +3 -3
  204. package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +59 -0
  205. package/es/icon/icon-close-circle/index.d.ts +3 -3
  206. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +59 -0
  207. package/es/icon/icon-close-circle-fill/index.d.ts +3 -3
  208. package/es/icon/icon-cloud/icon-cloud.vue.d.ts +59 -0
  209. package/es/icon/icon-cloud/index.d.ts +3 -3
  210. package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +59 -0
  211. package/es/icon/icon-cloud-download/index.d.ts +3 -3
  212. package/es/icon/icon-code/icon-code.vue.d.ts +59 -0
  213. package/es/icon/icon-code/index.d.ts +3 -3
  214. package/es/icon/icon-code-block/icon-code-block.vue.d.ts +59 -0
  215. package/es/icon/icon-code-block/index.d.ts +3 -3
  216. package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +59 -0
  217. package/es/icon/icon-code-sandbox/index.d.ts +3 -3
  218. package/es/icon/icon-code-square/icon-code-square.vue.d.ts +59 -0
  219. package/es/icon/icon-code-square/index.d.ts +3 -3
  220. package/es/icon/icon-codepen/icon-codepen.vue.d.ts +59 -0
  221. package/es/icon/icon-codepen/index.d.ts +3 -3
  222. package/es/icon/icon-command/icon-command.vue.d.ts +59 -0
  223. package/es/icon/icon-command/index.d.ts +3 -3
  224. package/es/icon/icon-common/icon-common.vue.d.ts +59 -0
  225. package/es/icon/icon-common/index.d.ts +3 -3
  226. package/es/icon/icon-compass/icon-compass.vue.d.ts +59 -0
  227. package/es/icon/icon-compass/index.d.ts +3 -3
  228. package/es/icon/icon-computer/icon-computer.vue.d.ts +59 -0
  229. package/es/icon/icon-computer/index.d.ts +3 -3
  230. package/es/icon/icon-copy/icon-copy.vue.d.ts +59 -0
  231. package/es/icon/icon-copy/index.d.ts +3 -3
  232. package/es/icon/icon-copyright/icon-copyright.vue.d.ts +59 -0
  233. package/es/icon/icon-copyright/index.d.ts +3 -3
  234. package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +59 -0
  235. package/es/icon/icon-customer-service/index.d.ts +3 -3
  236. package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +59 -0
  237. package/es/icon/icon-dashboard/index.d.ts +3 -3
  238. package/es/icon/icon-delete/icon-delete.vue.d.ts +59 -0
  239. package/es/icon/icon-delete/index.d.ts +3 -3
  240. package/es/icon/icon-desktop/icon-desktop.vue.d.ts +59 -0
  241. package/es/icon/icon-desktop/index.d.ts +3 -3
  242. package/es/icon/icon-dice/icon-dice.vue.d.ts +59 -0
  243. package/es/icon/icon-dice/index.d.ts +3 -3
  244. package/es/icon/icon-double-down/icon-double-down.vue.d.ts +59 -0
  245. package/es/icon/icon-double-down/index.d.ts +3 -3
  246. package/es/icon/icon-double-left/icon-double-left.vue.d.ts +59 -0
  247. package/es/icon/icon-double-left/index.d.ts +3 -3
  248. package/es/icon/icon-double-right/icon-double-right.vue.d.ts +59 -0
  249. package/es/icon/icon-double-right/index.d.ts +3 -3
  250. package/es/icon/icon-double-up/icon-double-up.vue.d.ts +59 -0
  251. package/es/icon/icon-double-up/index.d.ts +3 -3
  252. package/es/icon/icon-down/icon-down.vue.d.ts +59 -0
  253. package/es/icon/icon-down/index.d.ts +3 -3
  254. package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +59 -0
  255. package/es/icon/icon-down-circle/index.d.ts +3 -3
  256. package/es/icon/icon-download/icon-download.vue.d.ts +59 -0
  257. package/es/icon/icon-download/index.d.ts +3 -3
  258. package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +59 -0
  259. package/es/icon/icon-drag-arrow/index.d.ts +3 -3
  260. package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +59 -0
  261. package/es/icon/icon-drag-dot/index.d.ts +3 -3
  262. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +59 -0
  263. package/es/icon/icon-drag-dot-vertical/index.d.ts +3 -3
  264. package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +59 -0
  265. package/es/icon/icon-drive-file/index.d.ts +3 -3
  266. package/es/icon/icon-ear/icon-ear.vue.d.ts +59 -0
  267. package/es/icon/icon-ear/index.d.ts +3 -3
  268. package/es/icon/icon-edit/icon-edit.vue.d.ts +59 -0
  269. package/es/icon/icon-edit/index.d.ts +3 -3
  270. package/es/icon/icon-email/icon-email.vue.d.ts +59 -0
  271. package/es/icon/icon-email/index.d.ts +3 -3
  272. package/es/icon/icon-empty/icon-empty.vue.d.ts +59 -0
  273. package/es/icon/icon-empty/index.d.ts +3 -3
  274. package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +59 -0
  275. package/es/icon/icon-english-fill/index.d.ts +3 -3
  276. package/es/icon/icon-eraser/icon-eraser.vue.d.ts +59 -0
  277. package/es/icon/icon-eraser/index.d.ts +3 -3
  278. package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +59 -0
  279. package/es/icon/icon-exclamation/index.d.ts +3 -3
  280. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +59 -0
  281. package/es/icon/icon-exclamation-circle/index.d.ts +3 -3
  282. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +59 -0
  283. package/es/icon/icon-exclamation-circle-fill/index.d.ts +3 -3
  284. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +59 -0
  285. package/es/icon/icon-exclamation-polygon-fill/index.d.ts +3 -3
  286. package/es/icon/icon-expand/icon-expand.vue.d.ts +59 -0
  287. package/es/icon/icon-expand/index.d.ts +3 -3
  288. package/es/icon/icon-experiment/icon-experiment.vue.d.ts +59 -0
  289. package/es/icon/icon-experiment/index.d.ts +3 -3
  290. package/es/icon/icon-export/icon-export.vue.d.ts +59 -0
  291. package/es/icon/icon-export/index.d.ts +3 -3
  292. package/es/icon/icon-eye/icon-eye.vue.d.ts +59 -0
  293. package/es/icon/icon-eye/index.d.ts +3 -3
  294. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +59 -0
  295. package/es/icon/icon-eye-invisible/index.d.ts +3 -3
  296. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +59 -0
  297. package/es/icon/icon-face-frown-fill/index.d.ts +3 -3
  298. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +59 -0
  299. package/es/icon/icon-face-meh-fill/index.d.ts +3 -3
  300. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +59 -0
  301. package/es/icon/icon-face-smile-fill/index.d.ts +3 -3
  302. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +59 -0
  303. package/es/icon/icon-faceBook-circle-fill/index.d.ts +3 -3
  304. package/es/icon/icon-facebook/icon-facebook.vue.d.ts +59 -0
  305. package/es/icon/icon-facebook/index.d.ts +3 -3
  306. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +59 -0
  307. package/es/icon/icon-facebook-square-fill/index.d.ts +3 -3
  308. package/es/icon/icon-file/icon-file.vue.d.ts +59 -0
  309. package/es/icon/icon-file/index.d.ts +3 -3
  310. package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +59 -0
  311. package/es/icon/icon-file-audio/index.d.ts +3 -3
  312. package/es/icon/icon-file-image/icon-file-image.vue.d.ts +59 -0
  313. package/es/icon/icon-file-image/index.d.ts +3 -3
  314. package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +59 -0
  315. package/es/icon/icon-file-pdf/index.d.ts +3 -3
  316. package/es/icon/icon-file-video/icon-file-video.vue.d.ts +59 -0
  317. package/es/icon/icon-file-video/index.d.ts +3 -3
  318. package/es/icon/icon-filter/icon-filter.vue.d.ts +59 -0
  319. package/es/icon/icon-filter/index.d.ts +3 -3
  320. package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +59 -0
  321. package/es/icon/icon-find-replace/index.d.ts +3 -3
  322. package/es/icon/icon-fire/icon-fire.vue.d.ts +59 -0
  323. package/es/icon/icon-fire/index.d.ts +3 -3
  324. package/es/icon/icon-folder/icon-folder.vue.d.ts +59 -0
  325. package/es/icon/icon-folder/index.d.ts +3 -3
  326. package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +59 -0
  327. package/es/icon/icon-folder-add/index.d.ts +3 -3
  328. package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +59 -0
  329. package/es/icon/icon-folder-delete/index.d.ts +3 -3
  330. package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +59 -0
  331. package/es/icon/icon-font-colors/index.d.ts +3 -3
  332. package/es/icon/icon-formula/icon-formula.vue.d.ts +59 -0
  333. package/es/icon/icon-formula/index.d.ts +3 -3
  334. package/es/icon/icon-forward/icon-forward.vue.d.ts +59 -0
  335. package/es/icon/icon-forward/index.d.ts +3 -3
  336. package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +59 -0
  337. package/es/icon/icon-fullscreen/index.d.ts +3 -3
  338. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +59 -0
  339. package/es/icon/icon-fullscreen-exit/index.d.ts +3 -3
  340. package/es/icon/icon-gift/icon-gift.vue.d.ts +59 -0
  341. package/es/icon/icon-gift/index.d.ts +3 -3
  342. package/es/icon/icon-github/icon-github.vue.d.ts +59 -0
  343. package/es/icon/icon-github/index.d.ts +3 -3
  344. package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +59 -0
  345. package/es/icon/icon-gitlab/index.d.ts +3 -3
  346. package/es/icon/icon-google/icon-google.vue.d.ts +59 -0
  347. package/es/icon/icon-google/index.d.ts +3 -3
  348. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +59 -0
  349. package/es/icon/icon-google-circle-fill/index.d.ts +3 -3
  350. package/es/icon/icon-h1/icon-h1.vue.d.ts +59 -0
  351. package/es/icon/icon-h1/index.d.ts +3 -3
  352. package/es/icon/icon-h2/icon-h2.vue.d.ts +59 -0
  353. package/es/icon/icon-h2/index.d.ts +3 -3
  354. package/es/icon/icon-h3/icon-h3.vue.d.ts +59 -0
  355. package/es/icon/icon-h3/index.d.ts +3 -3
  356. package/es/icon/icon-h4/icon-h4.vue.d.ts +59 -0
  357. package/es/icon/icon-h4/index.d.ts +3 -3
  358. package/es/icon/icon-h5/icon-h5.vue.d.ts +59 -0
  359. package/es/icon/icon-h5/index.d.ts +3 -3
  360. package/es/icon/icon-h6/icon-h6.vue.d.ts +59 -0
  361. package/es/icon/icon-h6/index.d.ts +3 -3
  362. package/es/icon/icon-h7/icon-h7.vue.d.ts +59 -0
  363. package/es/icon/icon-h7/index.d.ts +3 -3
  364. package/es/icon/icon-heart/icon-heart.vue.d.ts +59 -0
  365. package/es/icon/icon-heart/index.d.ts +3 -3
  366. package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +59 -0
  367. package/es/icon/icon-heart-fill/index.d.ts +3 -3
  368. package/es/icon/icon-highlight/icon-highlight.vue.d.ts +59 -0
  369. package/es/icon/icon-highlight/index.d.ts +3 -3
  370. package/es/icon/icon-history/icon-history.vue.d.ts +59 -0
  371. package/es/icon/icon-history/index.d.ts +3 -3
  372. package/es/icon/icon-home/icon-home.vue.d.ts +59 -0
  373. package/es/icon/icon-home/index.d.ts +3 -3
  374. package/es/icon/icon-idcard/icon-idcard.vue.d.ts +59 -0
  375. package/es/icon/icon-idcard/index.d.ts +3 -3
  376. package/es/icon/icon-image/icon-image.vue.d.ts +59 -0
  377. package/es/icon/icon-image/index.d.ts +3 -3
  378. package/es/icon/icon-image-close/icon-image-close.vue.d.ts +59 -0
  379. package/es/icon/icon-image-close/index.d.ts +3 -3
  380. package/es/icon/icon-import/icon-import.vue.d.ts +59 -0
  381. package/es/icon/icon-import/index.d.ts +3 -3
  382. package/es/icon/icon-info/icon-info.vue.d.ts +59 -0
  383. package/es/icon/icon-info/index.d.ts +3 -3
  384. package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +59 -0
  385. package/es/icon/icon-info-circle/index.d.ts +3 -3
  386. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +59 -0
  387. package/es/icon/icon-info-circle-fill/index.d.ts +3 -3
  388. package/es/icon/icon-interaction/icon-interaction.vue.d.ts +59 -0
  389. package/es/icon/icon-interaction/index.d.ts +3 -3
  390. package/es/icon/icon-italic/icon-italic.vue.d.ts +59 -0
  391. package/es/icon/icon-italic/index.d.ts +3 -3
  392. package/es/icon/icon-language/icon-language.vue.d.ts +59 -0
  393. package/es/icon/icon-language/index.d.ts +3 -3
  394. package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +59 -0
  395. package/es/icon/icon-lark-color/index.d.ts +3 -3
  396. package/es/icon/icon-launch/icon-launch.vue.d.ts +59 -0
  397. package/es/icon/icon-launch/index.d.ts +3 -3
  398. package/es/icon/icon-layers/icon-layers.vue.d.ts +59 -0
  399. package/es/icon/icon-layers/index.d.ts +3 -3
  400. package/es/icon/icon-layout/icon-layout.vue.d.ts +59 -0
  401. package/es/icon/icon-layout/index.d.ts +3 -3
  402. package/es/icon/icon-left/icon-left.vue.d.ts +59 -0
  403. package/es/icon/icon-left/index.d.ts +3 -3
  404. package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +59 -0
  405. package/es/icon/icon-left-circle/index.d.ts +3 -3
  406. package/es/icon/icon-line-height/icon-line-height.vue.d.ts +59 -0
  407. package/es/icon/icon-line-height/index.d.ts +3 -3
  408. package/es/icon/icon-link/icon-link.vue.d.ts +59 -0
  409. package/es/icon/icon-link/index.d.ts +3 -3
  410. package/es/icon/icon-list/icon-list.vue.d.ts +59 -0
  411. package/es/icon/icon-list/index.d.ts +3 -3
  412. package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +59 -0
  413. package/es/icon/icon-live-broadcast/index.d.ts +3 -3
  414. package/es/icon/icon-loading/icon-loading.vue.d.ts +59 -0
  415. package/es/icon/icon-loading/index.d.ts +3 -3
  416. package/es/icon/icon-location/icon-location.vue.d.ts +59 -0
  417. package/es/icon/icon-location/index.d.ts +3 -3
  418. package/es/icon/icon-lock/icon-lock.vue.d.ts +59 -0
  419. package/es/icon/icon-lock/index.d.ts +3 -3
  420. package/es/icon/icon-loop/icon-loop.vue.d.ts +59 -0
  421. package/es/icon/icon-loop/index.d.ts +3 -3
  422. package/es/icon/icon-man/icon-man.vue.d.ts +59 -0
  423. package/es/icon/icon-man/index.d.ts +3 -3
  424. package/es/icon/icon-menu/icon-menu.vue.d.ts +59 -0
  425. package/es/icon/icon-menu/index.d.ts +3 -3
  426. package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +59 -0
  427. package/es/icon/icon-menu-fold/index.d.ts +3 -3
  428. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +59 -0
  429. package/es/icon/icon-menu-unfold/index.d.ts +3 -3
  430. package/es/icon/icon-message/icon-message.vue.d.ts +59 -0
  431. package/es/icon/icon-message/index.d.ts +3 -3
  432. package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +59 -0
  433. package/es/icon/icon-message-banned/index.d.ts +3 -3
  434. package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +59 -0
  435. package/es/icon/icon-mind-mapping/index.d.ts +3 -3
  436. package/es/icon/icon-minus/icon-minus.vue.d.ts +59 -0
  437. package/es/icon/icon-minus/index.d.ts +3 -3
  438. package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +59 -0
  439. package/es/icon/icon-minus-circle/index.d.ts +3 -3
  440. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +59 -0
  441. package/es/icon/icon-minus-circle-fill/index.d.ts +3 -3
  442. package/es/icon/icon-mobile/icon-mobile.vue.d.ts +59 -0
  443. package/es/icon/icon-mobile/index.d.ts +3 -3
  444. package/es/icon/icon-moon/icon-moon.vue.d.ts +59 -0
  445. package/es/icon/icon-moon/index.d.ts +3 -3
  446. package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +59 -0
  447. package/es/icon/icon-moon-fill/index.d.ts +3 -3
  448. package/es/icon/icon-more/icon-more.vue.d.ts +59 -0
  449. package/es/icon/icon-more/index.d.ts +3 -3
  450. package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +59 -0
  451. package/es/icon/icon-more-vertical/index.d.ts +3 -3
  452. package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +59 -0
  453. package/es/icon/icon-mosaic/index.d.ts +3 -3
  454. package/es/icon/icon-music/icon-music.vue.d.ts +59 -0
  455. package/es/icon/icon-music/index.d.ts +3 -3
  456. package/es/icon/icon-mute/icon-mute.vue.d.ts +59 -0
  457. package/es/icon/icon-mute/index.d.ts +3 -3
  458. package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +59 -0
  459. package/es/icon/icon-mute-fill/index.d.ts +3 -3
  460. package/es/icon/icon-nav/icon-nav.vue.d.ts +59 -0
  461. package/es/icon/icon-nav/index.d.ts +3 -3
  462. package/es/icon/icon-notification/icon-notification.vue.d.ts +59 -0
  463. package/es/icon/icon-notification/index.d.ts +3 -3
  464. package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +59 -0
  465. package/es/icon/icon-notification-close/index.d.ts +3 -3
  466. package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +59 -0
  467. package/es/icon/icon-oblique-line/index.d.ts +3 -3
  468. package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +59 -0
  469. package/es/icon/icon-ordered-list/index.d.ts +3 -3
  470. package/es/icon/icon-original-size/icon-original-size.vue.d.ts +59 -0
  471. package/es/icon/icon-original-size/index.d.ts +3 -3
  472. package/es/icon/icon-palette/icon-palette.vue.d.ts +59 -0
  473. package/es/icon/icon-palette/index.d.ts +3 -3
  474. package/es/icon/icon-paste/icon-paste.vue.d.ts +59 -0
  475. package/es/icon/icon-paste/index.d.ts +3 -3
  476. package/es/icon/icon-pause/icon-pause.vue.d.ts +59 -0
  477. package/es/icon/icon-pause/index.d.ts +3 -3
  478. package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +59 -0
  479. package/es/icon/icon-pause-circle/index.d.ts +3 -3
  480. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +59 -0
  481. package/es/icon/icon-pause-circle-fill/index.d.ts +3 -3
  482. package/es/icon/icon-pen/icon-pen.vue.d.ts +59 -0
  483. package/es/icon/icon-pen/index.d.ts +3 -3
  484. package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +59 -0
  485. package/es/icon/icon-pen-fill/index.d.ts +3 -3
  486. package/es/icon/icon-phone/icon-phone.vue.d.ts +59 -0
  487. package/es/icon/icon-phone/index.d.ts +3 -3
  488. package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +59 -0
  489. package/es/icon/icon-play-arrow/index.d.ts +3 -3
  490. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +59 -0
  491. package/es/icon/icon-play-arrow-fill/index.d.ts +3 -3
  492. package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +59 -0
  493. package/es/icon/icon-play-circle/index.d.ts +3 -3
  494. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +59 -0
  495. package/es/icon/icon-play-circle-fill/index.d.ts +3 -3
  496. package/es/icon/icon-plus/icon-plus.vue.d.ts +59 -0
  497. package/es/icon/icon-plus/index.d.ts +3 -3
  498. package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +59 -0
  499. package/es/icon/icon-plus-circle/index.d.ts +3 -3
  500. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +59 -0
  501. package/es/icon/icon-plus-circle-fill/index.d.ts +3 -3
  502. package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +59 -0
  503. package/es/icon/icon-poweroff/index.d.ts +3 -3
  504. package/es/icon/icon-printer/icon-printer.vue.d.ts +59 -0
  505. package/es/icon/icon-printer/index.d.ts +3 -3
  506. package/es/icon/icon-public/icon-public.vue.d.ts +59 -0
  507. package/es/icon/icon-public/index.d.ts +3 -3
  508. package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +59 -0
  509. package/es/icon/icon-pushpin/index.d.ts +3 -3
  510. package/es/icon/icon-qq/icon-qq.vue.d.ts +59 -0
  511. package/es/icon/icon-qq/index.d.ts +3 -3
  512. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +59 -0
  513. package/es/icon/icon-qq-circle-fill/index.d.ts +3 -3
  514. package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +59 -0
  515. package/es/icon/icon-qq-zone/index.d.ts +3 -3
  516. package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +59 -0
  517. package/es/icon/icon-qrcode/index.d.ts +3 -3
  518. package/es/icon/icon-question/icon-question.vue.d.ts +59 -0
  519. package/es/icon/icon-question/index.d.ts +3 -3
  520. package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +59 -0
  521. package/es/icon/icon-question-circle/index.d.ts +3 -3
  522. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +59 -0
  523. package/es/icon/icon-question-circle-fill/index.d.ts +3 -3
  524. package/es/icon/icon-quote/icon-quote.vue.d.ts +59 -0
  525. package/es/icon/icon-quote/index.d.ts +3 -3
  526. package/es/icon/icon-record/icon-record.vue.d.ts +59 -0
  527. package/es/icon/icon-record/index.d.ts +3 -3
  528. package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +59 -0
  529. package/es/icon/icon-record-stop/index.d.ts +3 -3
  530. package/es/icon/icon-redo/icon-redo.vue.d.ts +59 -0
  531. package/es/icon/icon-redo/index.d.ts +3 -3
  532. package/es/icon/icon-refresh/icon-refresh.vue.d.ts +59 -0
  533. package/es/icon/icon-refresh/index.d.ts +3 -3
  534. package/es/icon/icon-relation/icon-relation.vue.d.ts +59 -0
  535. package/es/icon/icon-relation/index.d.ts +3 -3
  536. package/es/icon/icon-reply/icon-reply.vue.d.ts +59 -0
  537. package/es/icon/icon-reply/index.d.ts +3 -3
  538. package/es/icon/icon-right/icon-right.vue.d.ts +59 -0
  539. package/es/icon/icon-right/index.d.ts +3 -3
  540. package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +59 -0
  541. package/es/icon/icon-right-circle/index.d.ts +3 -3
  542. package/es/icon/icon-robot/icon-robot.vue.d.ts +59 -0
  543. package/es/icon/icon-robot/index.d.ts +3 -3
  544. package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +59 -0
  545. package/es/icon/icon-robot-add/index.d.ts +3 -3
  546. package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +59 -0
  547. package/es/icon/icon-rotate-left/index.d.ts +3 -3
  548. package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +59 -0
  549. package/es/icon/icon-rotate-right/index.d.ts +3 -3
  550. package/es/icon/icon-safe/icon-safe.vue.d.ts +59 -0
  551. package/es/icon/icon-safe/index.d.ts +3 -3
  552. package/es/icon/icon-save/icon-save.vue.d.ts +59 -0
  553. package/es/icon/icon-save/index.d.ts +3 -3
  554. package/es/icon/icon-scan/icon-scan.vue.d.ts +59 -0
  555. package/es/icon/icon-scan/index.d.ts +3 -3
  556. package/es/icon/icon-schedule/icon-schedule.vue.d.ts +59 -0
  557. package/es/icon/icon-schedule/index.d.ts +3 -3
  558. package/es/icon/icon-scissor/icon-scissor.vue.d.ts +59 -0
  559. package/es/icon/icon-scissor/index.d.ts +3 -3
  560. package/es/icon/icon-search/icon-search.vue.d.ts +59 -0
  561. package/es/icon/icon-search/index.d.ts +3 -3
  562. package/es/icon/icon-select-all/icon-select-all.vue.d.ts +59 -0
  563. package/es/icon/icon-select-all/index.d.ts +3 -3
  564. package/es/icon/icon-send/icon-send.vue.d.ts +59 -0
  565. package/es/icon/icon-send/index.d.ts +3 -3
  566. package/es/icon/icon-settings/icon-settings.vue.d.ts +59 -0
  567. package/es/icon/icon-settings/index.d.ts +3 -3
  568. package/es/icon/icon-shake/icon-shake.vue.d.ts +59 -0
  569. package/es/icon/icon-shake/index.d.ts +3 -3
  570. package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +59 -0
  571. package/es/icon/icon-share-alt/index.d.ts +3 -3
  572. package/es/icon/icon-share-external/icon-share-external.vue.d.ts +59 -0
  573. package/es/icon/icon-share-external/index.d.ts +3 -3
  574. package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +59 -0
  575. package/es/icon/icon-share-internal/index.d.ts +3 -3
  576. package/es/icon/icon-shrink/icon-shrink.vue.d.ts +59 -0
  577. package/es/icon/icon-shrink/index.d.ts +3 -3
  578. package/es/icon/icon-skin/icon-skin.vue.d.ts +59 -0
  579. package/es/icon/icon-skin/index.d.ts +3 -3
  580. package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +59 -0
  581. package/es/icon/icon-skip-next/index.d.ts +3 -3
  582. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +59 -0
  583. package/es/icon/icon-skip-next-fill/index.d.ts +3 -3
  584. package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +59 -0
  585. package/es/icon/icon-skip-previous/index.d.ts +3 -3
  586. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +59 -0
  587. package/es/icon/icon-skip-previous-fill/index.d.ts +3 -3
  588. package/es/icon/icon-sort/icon-sort.vue.d.ts +59 -0
  589. package/es/icon/icon-sort/index.d.ts +3 -3
  590. package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +59 -0
  591. package/es/icon/icon-sort-ascending/index.d.ts +3 -3
  592. package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +59 -0
  593. package/es/icon/icon-sort-descending/index.d.ts +3 -3
  594. package/es/icon/icon-sound/icon-sound.vue.d.ts +59 -0
  595. package/es/icon/icon-sound/index.d.ts +3 -3
  596. package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +59 -0
  597. package/es/icon/icon-sound-fill/index.d.ts +3 -3
  598. package/es/icon/icon-stamp/icon-stamp.vue.d.ts +59 -0
  599. package/es/icon/icon-stamp/index.d.ts +3 -3
  600. package/es/icon/icon-star/icon-star.vue.d.ts +59 -0
  601. package/es/icon/icon-star/index.d.ts +3 -3
  602. package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +59 -0
  603. package/es/icon/icon-star-fill/index.d.ts +3 -3
  604. package/es/icon/icon-stop/icon-stop.vue.d.ts +59 -0
  605. package/es/icon/icon-stop/index.d.ts +3 -3
  606. package/es/icon/icon-storage/icon-storage.vue.d.ts +59 -0
  607. package/es/icon/icon-storage/index.d.ts +3 -3
  608. package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +59 -0
  609. package/es/icon/icon-strikethrough/index.d.ts +3 -3
  610. package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +59 -0
  611. package/es/icon/icon-subscribe/index.d.ts +3 -3
  612. package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +59 -0
  613. package/es/icon/icon-subscribe-add/index.d.ts +3 -3
  614. package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +59 -0
  615. package/es/icon/icon-subscribed/index.d.ts +3 -3
  616. package/es/icon/icon-sun/icon-sun.vue.d.ts +59 -0
  617. package/es/icon/icon-sun/index.d.ts +3 -3
  618. package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +59 -0
  619. package/es/icon/icon-sun-fill/index.d.ts +3 -3
  620. package/es/icon/icon-swap/icon-swap.vue.d.ts +59 -0
  621. package/es/icon/icon-swap/index.d.ts +3 -3
  622. package/es/icon/icon-sync/icon-sync.vue.d.ts +59 -0
  623. package/es/icon/icon-sync/index.d.ts +3 -3
  624. package/es/icon/icon-tag/icon-tag.vue.d.ts +59 -0
  625. package/es/icon/icon-tag/index.d.ts +3 -3
  626. package/es/icon/icon-tags/icon-tags.vue.d.ts +59 -0
  627. package/es/icon/icon-tags/index.d.ts +3 -3
  628. package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +59 -0
  629. package/es/icon/icon-thumb-down/index.d.ts +3 -3
  630. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +59 -0
  631. package/es/icon/icon-thumb-down-fill/index.d.ts +3 -3
  632. package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +59 -0
  633. package/es/icon/icon-thumb-up/index.d.ts +3 -3
  634. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +59 -0
  635. package/es/icon/icon-thumb-up-fill/index.d.ts +3 -3
  636. package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +59 -0
  637. package/es/icon/icon-thunderbolt/index.d.ts +3 -3
  638. package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +59 -0
  639. package/es/icon/icon-tiktok-color/index.d.ts +3 -3
  640. package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +59 -0
  641. package/es/icon/icon-to-bottom/index.d.ts +3 -3
  642. package/es/icon/icon-to-left/icon-to-left.vue.d.ts +59 -0
  643. package/es/icon/icon-to-left/index.d.ts +3 -3
  644. package/es/icon/icon-to-right/icon-to-right.vue.d.ts +59 -0
  645. package/es/icon/icon-to-right/index.d.ts +3 -3
  646. package/es/icon/icon-to-top/icon-to-top.vue.d.ts +59 -0
  647. package/es/icon/icon-to-top/index.d.ts +3 -3
  648. package/es/icon/icon-tool/icon-tool.vue.d.ts +59 -0
  649. package/es/icon/icon-tool/index.d.ts +3 -3
  650. package/es/icon/icon-translate/icon-translate.vue.d.ts +59 -0
  651. package/es/icon/icon-translate/index.d.ts +3 -3
  652. package/es/icon/icon-trophy/icon-trophy.vue.d.ts +59 -0
  653. package/es/icon/icon-trophy/index.d.ts +3 -3
  654. package/es/icon/icon-twitter/icon-twitter.vue.d.ts +59 -0
  655. package/es/icon/icon-twitter/index.d.ts +3 -3
  656. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +59 -0
  657. package/es/icon/icon-twitter-circle-fill/index.d.ts +3 -3
  658. package/es/icon/icon-underline/icon-underline.vue.d.ts +59 -0
  659. package/es/icon/icon-underline/index.d.ts +3 -3
  660. package/es/icon/icon-undo/icon-undo.vue.d.ts +59 -0
  661. package/es/icon/icon-undo/index.d.ts +3 -3
  662. package/es/icon/icon-unlock/icon-unlock.vue.d.ts +59 -0
  663. package/es/icon/icon-unlock/index.d.ts +3 -3
  664. package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +59 -0
  665. package/es/icon/icon-unordered-list/index.d.ts +3 -3
  666. package/es/icon/icon-up/icon-up.vue.d.ts +59 -0
  667. package/es/icon/icon-up/index.d.ts +3 -3
  668. package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +59 -0
  669. package/es/icon/icon-up-circle/index.d.ts +3 -3
  670. package/es/icon/icon-upload/icon-upload.vue.d.ts +59 -0
  671. package/es/icon/icon-upload/index.d.ts +3 -3
  672. package/es/icon/icon-user/icon-user.vue.d.ts +59 -0
  673. package/es/icon/icon-user/index.d.ts +3 -3
  674. package/es/icon/icon-user-add/icon-user-add.vue.d.ts +59 -0
  675. package/es/icon/icon-user-add/index.d.ts +3 -3
  676. package/es/icon/icon-user-group/icon-user-group.vue.d.ts +59 -0
  677. package/es/icon/icon-user-group/index.d.ts +3 -3
  678. package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +59 -0
  679. package/es/icon/icon-video-camera/index.d.ts +3 -3
  680. package/es/icon/icon-voice/icon-voice.vue.d.ts +59 -0
  681. package/es/icon/icon-voice/index.d.ts +3 -3
  682. package/es/icon/icon-wechat/icon-wechat.vue.d.ts +59 -0
  683. package/es/icon/icon-wechat/index.d.ts +3 -3
  684. package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +59 -0
  685. package/es/icon/icon-wechatpay/index.d.ts +3 -3
  686. package/es/icon/icon-weibo/icon-weibo.vue.d.ts +59 -0
  687. package/es/icon/icon-weibo/index.d.ts +3 -3
  688. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +59 -0
  689. package/es/icon/icon-weibo-circle-fill/index.d.ts +3 -3
  690. package/es/icon/icon-wifi/icon-wifi.vue.d.ts +59 -0
  691. package/es/icon/icon-wifi/index.d.ts +3 -3
  692. package/es/icon/icon-woman/icon-woman.vue.d.ts +59 -0
  693. package/es/icon/icon-woman/index.d.ts +3 -3
  694. package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +59 -0
  695. package/es/icon/icon-xigua-color/index.d.ts +3 -3
  696. package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +59 -0
  697. package/es/icon/icon-zoom-in/index.d.ts +3 -3
  698. package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +59 -0
  699. package/es/icon/icon-zoom-out/index.d.ts +3 -3
  700. package/es/icon-component/icon.vue.d.ts +21 -0
  701. package/es/icon-component/index.d.ts +1 -1
  702. package/es/image/image-footer.vue.d.ts +19 -0
  703. package/es/image/image.vue.d.ts +2444 -0
  704. package/es/image/index.d.ts +17 -0
  705. package/es/image/preview-action.d.ts +63 -63
  706. package/es/image/preview-arrow.vue.d.ts +256 -0
  707. package/es/image/preview-group.vue.d.ts +2153 -0
  708. package/es/image/preview-toolbar.vue.d.ts +1382 -0
  709. package/es/image/preview.vue.d.ts +2043 -0
  710. package/es/index.js +2 -2
  711. package/es/input/index.d.ts +263 -29
  712. package/es/input/input-group.vue.d.ts +5 -0
  713. package/es/input/input-password.vue.d.ts +449 -0
  714. package/es/input/input-search.d.ts +1 -1
  715. package/es/input/input.d.ts +6 -6
  716. package/es/input/input.js +6 -6
  717. package/es/input-number/index.d.ts +18 -18
  718. package/es/input-number/input-number.d.ts +6 -6
  719. package/es/input-number/input-number.js +7 -7
  720. package/es/input-tag/index.d.ts +36 -36
  721. package/es/input-tag/input-tag.d.ts +12 -12
  722. package/es/input-tag/input-tag.js +7 -7
  723. package/es/layout/content.vue.d.ts +5 -0
  724. package/es/layout/footer.vue.d.ts +5 -0
  725. package/es/layout/header.vue.d.ts +5 -0
  726. package/es/layout/index.d.ts +743 -41
  727. package/es/layout/layout.vue.d.ts +17 -0
  728. package/es/layout/sider.vue.d.ts +1046 -0
  729. package/es/link/index.d.ts +476 -8
  730. package/es/link/link.vue.d.ts +285 -0
  731. package/es/list/index.d.ts +10 -10
  732. package/es/list/list-item-meta.vue.d.ts +12 -0
  733. package/es/list/list.d.ts +3 -3
  734. package/es/mention/index.d.ts +9 -9
  735. package/es/mention/mention.d.ts +3 -3
  736. package/es/mention/mention.js +6 -6
  737. package/es/menu/base-menu.vue.d.ts +444 -0
  738. package/es/menu/indent.vue.d.ts +18 -0
  739. package/es/menu/index.d.ts +18 -0
  740. package/es/menu/index.js +3 -3
  741. package/es/menu/item-group.vue.d.ts +32 -0
  742. package/es/menu/item.d.ts +1 -1
  743. package/es/menu/menu.d.ts +244 -10
  744. package/es/menu/overflow-wrap.js +2 -2
  745. package/es/menu/sub-menu-inline.vue.d.ts +52 -0
  746. package/es/menu/sub-menu-pop.vue.d.ts +1096 -0
  747. package/es/menu/sub-menu.d.ts +3 -0
  748. package/es/menu/sub-menu.js +2 -2
  749. package/es/message/message-list.d.ts +1 -1
  750. package/es/message/message.vue.d.ts +808 -0
  751. package/es/modal/index.d.ts +2043 -405
  752. package/es/modal/modal.vue.d.ts +1369 -0
  753. package/es/modal/modal.vue_vue_type_script_lang.js +6 -6
  754. package/es/notification/notification.vue.d.ts +679 -0
  755. package/es/overflow-list/index.d.ts +3 -3
  756. package/es/overflow-list/overflow-list.d.ts +1 -1
  757. package/es/page-header/index.d.ts +237 -3
  758. package/es/page-header/page-header.vue.d.ts +176 -0
  759. package/es/pagination/index.d.ts +6 -6
  760. package/es/pagination/page-item-ellipsis.vue.d.ts +156 -0
  761. package/es/pagination/page-item-step.vue.d.ts +294 -0
  762. package/es/pagination/page-item.vue.d.ts +49 -0
  763. package/es/pagination/page-jumper.vue.d.ts +342 -0
  764. package/es/pagination/page-options.vue.d.ts +2333 -0
  765. package/es/pagination/pagination.d.ts +2 -2
  766. package/es/pagination/pagination.js +2 -2
  767. package/es/popconfirm/index.d.ts +1565 -161
  768. package/es/popconfirm/popconfirm.vue.d.ts +1608 -0
  769. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
  770. package/es/popover/index.d.ts +67 -67
  771. package/es/popover/popover.vue.d.ts +654 -0
  772. package/es/popover/popover.vue_vue_type_script_lang.js +1 -1
  773. package/es/progress/circle.vue.d.ts +330 -0
  774. package/es/progress/index.d.ts +970 -34
  775. package/es/progress/line.vue.d.ts +220 -0
  776. package/es/progress/progress.vue.d.ts +827 -0
  777. package/es/progress/steps.vue.d.ts +189 -0
  778. package/es/radio/index.d.ts +5 -5
  779. package/es/radio/radio-group.d.ts +2 -2
  780. package/es/radio/radio-group.js +1 -1
  781. package/es/radio/radio.d.ts +1 -1
  782. package/es/radio/radio.js +1 -1
  783. package/es/rate/index.d.ts +9 -9
  784. package/es/rate/rate.d.ts +3 -3
  785. package/es/rate/rate.js +3 -3
  786. package/es/resize-box/index.d.ts +500 -32
  787. package/es/resize-box/resize-box.vue.d.ts +345 -0
  788. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
  789. package/es/result/index.d.ts +951 -15
  790. package/es/result/result.vue.d.ts +502 -0
  791. package/es/scrollbar/index.d.ts +9 -9
  792. package/es/scrollbar/scrollbar.vue.d.ts +144 -0
  793. package/es/scrollbar/thumb.vue.d.ts +58 -0
  794. package/es/sd-vue.d.ts +13 -0
  795. package/es/sd-vue.js +2 -2
  796. package/es/select/index.d.ts +147 -147
  797. package/es/select/optgroup.vue.d.ts +13 -0
  798. package/es/select/option.vue.d.ts +299 -0
  799. package/es/select/select-dropdown.vue.d.ts +493 -0
  800. package/es/select/select.d.ts +68 -68
  801. package/es/select/select.js +15 -15
  802. package/es/skeleton/index.d.ts +4 -4
  803. package/es/skeleton/line.vue.d.ts +46 -0
  804. package/es/skeleton/shape.vue.d.ts +28 -0
  805. package/es/skeleton/skeleton.vue.d.ts +29 -0
  806. package/es/slider/index.d.ts +171 -171
  807. package/es/slider/slider-button.vue.d.ts +1393 -0
  808. package/es/slider/slider-dots.vue.d.ts +52 -0
  809. package/es/slider/slider-input.vue.d.ts +330 -0
  810. package/es/slider/slider-marks.vue.d.ts +50 -0
  811. package/es/slider/slider-ticks.vue.d.ts +56 -0
  812. package/es/slider/slider.vue.d.ts +2013 -0
  813. package/es/slider/slider.vue_vue_type_script_lang.js +1 -1
  814. package/es/space/index.d.ts +3 -3
  815. package/es/space/space.d.ts +1 -1
  816. package/es/split/index.d.ts +473 -5
  817. package/es/split/split.vue.d.ts +320 -0
  818. package/es/split/split.vue_vue_type_script_lang.js +3 -3
  819. package/es/statistic/countdown.vue.d.ts +58 -0
  820. package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
  821. package/es/statistic/index.d.ts +6 -6
  822. package/es/statistic/statistic.vue.d.ts +108 -0
  823. package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
  824. package/es/steps/index.d.ts +241 -7
  825. package/es/steps/step.vue.d.ts +276 -0
  826. package/es/steps/steps.vue.d.ts +100 -0
  827. package/es/steps/steps.vue_vue_type_script_lang.js +1 -1
  828. package/es/style/color/get-rgb-str.d.ts +1 -0
  829. package/es/style/color/palette-dark.d.ts +1 -0
  830. package/es/style/color/palette.d.ts +1 -0
  831. package/es/switch/index.d.ts +246 -12
  832. package/es/switch/switch.vue.d.ts +253 -0
  833. package/es/switch/switch.vue_vue_type_script_lang.js +3 -3
  834. package/es/table/hooks/use-expand.d.ts +2 -2
  835. package/es/table/hooks/use-row-selection.d.ts +3 -3
  836. package/es/table/index.d.ts +38 -38
  837. package/es/table/table-col-group.vue.d.ts +39 -0
  838. package/es/table/table-column.d.ts +2 -2
  839. package/es/table/table-operation-td.d.ts +249 -15
  840. package/es/table/table-td.d.ts +3 -3
  841. package/es/table/table-th.d.ts +2 -2
  842. package/es/table/table-tr.d.ts +1 -1
  843. package/es/table/table.d.ts +12 -12
  844. package/es/table/table.js +20 -20
  845. package/es/tabs/index.d.ts +23 -23
  846. package/es/tabs/tab-pane.vue.d.ts +40 -0
  847. package/es/tabs/tabs-nav-ink.vue.d.ts +33 -0
  848. package/es/tabs/tabs-tab.vue.d.ts +189 -0
  849. package/es/tabs/tabs.d.ts +7 -7
  850. package/es/tabs/tabs.js +4 -4
  851. package/es/tag/index.d.ts +482 -14
  852. package/es/tag/tag.vue.d.ts +388 -0
  853. package/es/tag/tag.vue_vue_type_script_lang.js +2 -2
  854. package/es/textarea/index.d.ts +252 -18
  855. package/es/textarea/textarea.vue.d.ts +307 -0
  856. package/es/textarea/textarea.vue_vue_type_script_lang.js +5 -5
  857. package/es/time-picker/index.d.ts +3836 -326
  858. package/es/time-picker/panel.vue.d.ts +730 -0
  859. package/es/time-picker/range-panel.d.ts +246 -12
  860. package/es/time-picker/time-column.vue.d.ts +44 -0
  861. package/es/time-picker/time-picker.vue.d.ts +3865 -0
  862. package/es/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
  863. package/es/timeline/index.d.ts +4 -4
  864. package/es/timeline/item.vue.d.ts +64 -0
  865. package/es/timeline/timeline.d.ts +1 -1
  866. package/es/tooltip/index.d.ts +64 -64
  867. package/es/tooltip/tooltip.vue.d.ts +669 -0
  868. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
  869. package/es/transfer/index.d.ts +1263 -93
  870. package/es/transfer/transfer-list-item.d.ts +1 -1
  871. package/es/transfer/transfer-view.vue.d.ts +1150 -0
  872. package/es/transfer/transfer.vue.d.ts +1967 -0
  873. package/es/transfer/transfer.vue_vue_type_script_lang.js +3 -3
  874. package/es/tree/base-node.vue.d.ts +718 -0
  875. package/es/tree/expand-transition.vue.d.ts +15 -0
  876. package/es/tree/hooks/use-tree-data.d.ts +4 -4
  877. package/es/tree/index.d.ts +167 -167
  878. package/es/tree/node-switcher.vue.d.ts +192 -0
  879. package/es/tree/transition-node-list.vue.d.ts +750 -0
  880. package/es/tree/tree.vue.d.ts +711 -0
  881. package/es/tree/tree.vue_vue_type_script_lang.js +8 -8
  882. package/es/tree-select/index.d.ts +458 -458
  883. package/es/tree-select/panel.d.ts +297 -297
  884. package/es/tree-select/tree-select.vue.d.ts +2796 -0
  885. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
  886. package/es/trigger/index.d.ts +36 -36
  887. package/es/trigger/trigger.d.ts +13 -13
  888. package/es/trigger/trigger.js +4 -4
  889. package/es/typography/base.d.ts +4 -4
  890. package/es/typography/base.js +8 -8
  891. package/es/typography/edit-content.vue.d.ts +2344 -0
  892. package/es/typography/index.d.ts +3 -3
  893. package/es/typography/operations.vue.d.ts +1717 -0
  894. package/es/typography/paragraph.d.ts +1 -1
  895. package/es/typography/title.d.ts +1 -1
  896. package/es/typography/typography.vue.d.ts +5 -0
  897. package/es/upload/index.d.ts +18 -18
  898. package/es/upload/upload-button.d.ts +1 -1
  899. package/es/upload/upload.d.ts +6 -6
  900. package/es/upload/upload.js +6 -6
  901. package/es/verification-code/index.d.ts +9 -9
  902. package/es/verification-code/verification-code.d.ts +3 -3
  903. package/es/verification-code/verification-code.js +3 -3
  904. package/es/watermark/index.d.ts +6 -6
  905. package/es/watermark/watermark.d.ts +2 -2
  906. package/json/vetur-attributes.json +1623 -1623
  907. package/json/vetur-tags.json +563 -563
  908. package/json/web-types.json +4775 -4775
  909. package/lib/auto-complete/auto-complete.js +8 -8
  910. package/lib/calendar/calendar.js +2 -2
  911. package/lib/carousel/carousel.js +1 -1
  912. package/lib/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
  913. package/lib/cascader/cascader.vue_vue_type_script_lang.js +7 -7
  914. package/lib/checkbox/checkbox-group.js +1 -1
  915. package/lib/checkbox/checkbox.js +1 -1
  916. package/lib/collapse/collapse.vue_vue_type_script_lang.js +1 -1
  917. package/lib/color-picker/color-picker.js +1 -1
  918. package/lib/date-picker/picker.vue_vue_type_script_lang.js +4 -4
  919. package/lib/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
  920. package/lib/drawer/drawer.vue_vue_type_script_lang.js +6 -6
  921. package/lib/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
  922. package/lib/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
  923. package/lib/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
  924. package/lib/grid/grid.vue_vue_type_script_lang.js +1 -1
  925. package/lib/input/input.js +6 -6
  926. package/lib/input-number/input-number.js +7 -7
  927. package/lib/input-tag/input-tag.js +7 -7
  928. package/lib/mention/mention.js +6 -6
  929. package/lib/menu/sub-menu.js +2 -2
  930. package/lib/modal/modal.vue_vue_type_script_lang.js +6 -6
  931. package/lib/pagination/pagination.js +2 -2
  932. package/lib/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
  933. package/lib/popover/popover.vue_vue_type_script_lang.js +1 -1
  934. package/lib/radio/radio-group.js +1 -1
  935. package/lib/radio/radio.js +1 -1
  936. package/lib/rate/rate.js +3 -3
  937. package/lib/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
  938. package/lib/select/select.js +15 -15
  939. package/lib/slider/slider.vue_vue_type_script_lang.js +1 -1
  940. package/lib/split/split.vue_vue_type_script_lang.js +3 -3
  941. package/lib/steps/steps.vue_vue_type_script_lang.js +1 -1
  942. package/lib/switch/switch.vue_vue_type_script_lang.js +3 -3
  943. package/lib/table/table.js +20 -20
  944. package/lib/tabs/tabs.js +4 -4
  945. package/lib/tag/tag.vue_vue_type_script_lang.js +2 -2
  946. package/lib/textarea/textarea.vue_vue_type_script_lang.js +5 -5
  947. package/lib/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
  948. package/lib/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
  949. package/lib/transfer/transfer.vue_vue_type_script_lang.js +3 -3
  950. package/lib/tree/tree.vue_vue_type_script_lang.js +8 -8
  951. package/lib/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
  952. package/lib/trigger/trigger.js +4 -4
  953. package/lib/typography/base.js +8 -8
  954. package/lib/upload/upload.js +6 -6
  955. package/lib/verification-code/verification-code.js +3 -3
  956. package/package.json +28 -23
  957. package/dist/sd-vue-icon.js +0 -26855
  958. package/dist/sd-vue-icon.js.map +0 -1
  959. package/dist/sd-vue-icon.min.js +0 -21375
  960. package/dist/sd-vue-icon.min.js.map +0 -1
  961. package/dist/sd-vue.js +0 -44209
  962. package/dist/sd-vue.js.map +0 -1
  963. package/dist/sd-vue.min.js +0 -33820
  964. package/dist/sd-vue.min.js.map +0 -1
  965. package/es/_components/feedback-icon.d.ts +0 -17
  966. package/es/_components/icon-hover.d.ts +0 -33
  967. package/es/_components/picker/input-range.d.ts +0 -167
  968. package/es/_components/picker/input.d.ts +0 -143
  969. package/es/_components/resize-trigger.d.ts +0 -39
  970. package/es/_components/transition/expand-transition.d.ts +0 -9
  971. package/es/_components/virtual-list/filler.d.ts +0 -34
  972. package/es/_components/virtual-list/virtual-list.d.ts +0 -132
  973. package/es/_components/virtual-list-v2/virtual-list.d.ts +0 -150
  974. package/es/affix/affix.d.ts +0 -57
  975. package/es/alert/alert.d.ts +0 -104
  976. package/es/anchor/anchor-link.d.ts +0 -16
  977. package/es/anchor/anchor.d.ts +0 -65
  978. package/es/avatar/avatar.d.ts +0 -89
  979. package/es/back-top/back-top.d.ts +0 -45
  980. package/es/button/button-group.d.ts +0 -41
  981. package/es/button/button.d.ts +0 -90
  982. package/es/card/card-grid.d.ts +0 -18
  983. package/es/carousel/carousel-arrow.d.ts +0 -38
  984. package/es/carousel/carousel-indicator.d.ts +0 -68
  985. package/es/carousel/carousel-item.d.ts +0 -13
  986. package/es/cascader/cascader-panel.d.ts +0 -248
  987. package/es/cascader/cascader.d.ts +0 -1170
  988. package/es/collapse/collapse.d.ts +0 -82
  989. package/es/comment/comment.d.ts +0 -47
  990. package/es/config-provider/config-provider.d.ts +0 -74
  991. package/es/date-picker/panels/body.d.ts +0 -89
  992. package/es/date-picker/panels/date/index.d.ts +0 -866
  993. package/es/date-picker/panels/footer.d.ts +0 -355
  994. package/es/date-picker/panels/header.d.ts +0 -105
  995. package/es/date-picker/panels/month/index.d.ts +0 -272
  996. package/es/date-picker/panels/quarter/index.d.ts +0 -260
  997. package/es/date-picker/panels/shortcuts.d.ts +0 -246
  998. package/es/date-picker/panels/week/index.d.ts +0 -883
  999. package/es/date-picker/panels/week-list.d.ts +0 -23
  1000. package/es/date-picker/panels/year/index.d.ts +0 -258
  1001. package/es/date-picker/picker-panel.d.ts +0 -3332
  1002. package/es/date-picker/picker.d.ts +0 -4390
  1003. package/es/date-picker/range-picker-panel.d.ts +0 -3365
  1004. package/es/date-picker/range-picker.d.ts +0 -4555
  1005. package/es/descriptions/descriptions-item.d.ts +0 -18
  1006. package/es/drawer/drawer.d.ts +0 -470
  1007. package/es/dropdown/dropdown-button.d.ts +0 -1389
  1008. package/es/dropdown/dropdown-group.d.ts +0 -8
  1009. package/es/dropdown/dropdown-option.d.ts +0 -37
  1010. package/es/dropdown/dropdown-panel.d.ts +0 -408
  1011. package/es/dropdown/dropdown-submenu.d.ts +0 -1077
  1012. package/es/dropdown/dropdown.d.ts +0 -1047
  1013. package/es/form/form-item-label.d.ts +0 -1382
  1014. package/es/form/form-item-message.d.ts +0 -19
  1015. package/es/form/form-item.d.ts +0 -1747
  1016. package/es/form/form.d.ts +0 -157
  1017. package/es/grid/grid-col.d.ts +0 -106
  1018. package/es/grid/grid-item.d.ts +0 -49
  1019. package/es/grid/grid-row.d.ts +0 -60
  1020. package/es/grid/grid.d.ts +0 -58
  1021. package/es/icon/icon-align-center/icon-align-center.d.ts +0 -58
  1022. package/es/icon/icon-align-left/icon-align-left.d.ts +0 -58
  1023. package/es/icon/icon-align-right/icon-align-right.d.ts +0 -58
  1024. package/es/icon/icon-alipay-circle/icon-alipay-circle.d.ts +0 -58
  1025. package/es/icon/icon-apps/icon-apps.d.ts +0 -58
  1026. package/es/icon/icon-archive/icon-archive.d.ts +0 -58
  1027. package/es/icon/icon-arrow-down/icon-arrow-down.d.ts +0 -58
  1028. package/es/icon/icon-arrow-fall/icon-arrow-fall.d.ts +0 -58
  1029. package/es/icon/icon-arrow-left/icon-arrow-left.d.ts +0 -58
  1030. package/es/icon/icon-arrow-right/icon-arrow-right.d.ts +0 -58
  1031. package/es/icon/icon-arrow-rise/icon-arrow-rise.d.ts +0 -58
  1032. package/es/icon/icon-arrow-up/icon-arrow-up.d.ts +0 -58
  1033. package/es/icon/icon-at/icon-at.d.ts +0 -58
  1034. package/es/icon/icon-attachment/icon-attachment.d.ts +0 -58
  1035. package/es/icon/icon-backward/icon-backward.d.ts +0 -58
  1036. package/es/icon/icon-bar-chart/icon-bar-chart.d.ts +0 -58
  1037. package/es/icon/icon-bg-colors/icon-bg-colors.d.ts +0 -58
  1038. package/es/icon/icon-bold/icon-bold.d.ts +0 -58
  1039. package/es/icon/icon-book/icon-book.d.ts +0 -58
  1040. package/es/icon/icon-bookmark/icon-bookmark.d.ts +0 -58
  1041. package/es/icon/icon-branch/icon-branch.d.ts +0 -58
  1042. package/es/icon/icon-brush/icon-brush.d.ts +0 -58
  1043. package/es/icon/icon-bug/icon-bug.d.ts +0 -58
  1044. package/es/icon/icon-bulb/icon-bulb.d.ts +0 -58
  1045. package/es/icon/icon-bytedance-color/icon-bytedance-color.d.ts +0 -58
  1046. package/es/icon/icon-calendar/icon-calendar.d.ts +0 -58
  1047. package/es/icon/icon-calendar-clock/icon-calendar-clock.d.ts +0 -58
  1048. package/es/icon/icon-camera/icon-camera.d.ts +0 -58
  1049. package/es/icon/icon-caret-down/icon-caret-down.d.ts +0 -58
  1050. package/es/icon/icon-caret-left/icon-caret-left.d.ts +0 -58
  1051. package/es/icon/icon-caret-right/icon-caret-right.d.ts +0 -58
  1052. package/es/icon/icon-caret-up/icon-caret-up.d.ts +0 -58
  1053. package/es/icon/icon-check/icon-check.d.ts +0 -58
  1054. package/es/icon/icon-check-circle/icon-check-circle.d.ts +0 -58
  1055. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.d.ts +0 -58
  1056. package/es/icon/icon-check-square/icon-check-square.d.ts +0 -58
  1057. package/es/icon/icon-chinese-fill/icon-chinese-fill.d.ts +0 -58
  1058. package/es/icon/icon-clock-circle/icon-clock-circle.d.ts +0 -58
  1059. package/es/icon/icon-close/icon-close.d.ts +0 -58
  1060. package/es/icon/icon-close-circle/icon-close-circle.d.ts +0 -58
  1061. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.d.ts +0 -58
  1062. package/es/icon/icon-cloud/icon-cloud.d.ts +0 -58
  1063. package/es/icon/icon-cloud-download/icon-cloud-download.d.ts +0 -58
  1064. package/es/icon/icon-code/icon-code.d.ts +0 -58
  1065. package/es/icon/icon-code-block/icon-code-block.d.ts +0 -58
  1066. package/es/icon/icon-code-sandbox/icon-code-sandbox.d.ts +0 -58
  1067. package/es/icon/icon-code-square/icon-code-square.d.ts +0 -58
  1068. package/es/icon/icon-codepen/icon-codepen.d.ts +0 -58
  1069. package/es/icon/icon-command/icon-command.d.ts +0 -58
  1070. package/es/icon/icon-common/icon-common.d.ts +0 -58
  1071. package/es/icon/icon-compass/icon-compass.d.ts +0 -58
  1072. package/es/icon/icon-computer/icon-computer.d.ts +0 -58
  1073. package/es/icon/icon-copy/icon-copy.d.ts +0 -58
  1074. package/es/icon/icon-copyright/icon-copyright.d.ts +0 -58
  1075. package/es/icon/icon-customer-service/icon-customer-service.d.ts +0 -58
  1076. package/es/icon/icon-dashboard/icon-dashboard.d.ts +0 -58
  1077. package/es/icon/icon-delete/icon-delete.d.ts +0 -58
  1078. package/es/icon/icon-desktop/icon-desktop.d.ts +0 -58
  1079. package/es/icon/icon-dice/icon-dice.d.ts +0 -58
  1080. package/es/icon/icon-double-down/icon-double-down.d.ts +0 -58
  1081. package/es/icon/icon-double-left/icon-double-left.d.ts +0 -58
  1082. package/es/icon/icon-double-right/icon-double-right.d.ts +0 -58
  1083. package/es/icon/icon-double-up/icon-double-up.d.ts +0 -58
  1084. package/es/icon/icon-down/icon-down.d.ts +0 -58
  1085. package/es/icon/icon-down-circle/icon-down-circle.d.ts +0 -58
  1086. package/es/icon/icon-download/icon-download.d.ts +0 -58
  1087. package/es/icon/icon-drag-arrow/icon-drag-arrow.d.ts +0 -58
  1088. package/es/icon/icon-drag-dot/icon-drag-dot.d.ts +0 -58
  1089. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.d.ts +0 -58
  1090. package/es/icon/icon-drive-file/icon-drive-file.d.ts +0 -58
  1091. package/es/icon/icon-ear/icon-ear.d.ts +0 -58
  1092. package/es/icon/icon-edit/icon-edit.d.ts +0 -58
  1093. package/es/icon/icon-email/icon-email.d.ts +0 -58
  1094. package/es/icon/icon-empty/icon-empty.d.ts +0 -58
  1095. package/es/icon/icon-english-fill/icon-english-fill.d.ts +0 -58
  1096. package/es/icon/icon-eraser/icon-eraser.d.ts +0 -58
  1097. package/es/icon/icon-exclamation/icon-exclamation.d.ts +0 -58
  1098. package/es/icon/icon-exclamation-circle/icon-exclamation-circle.d.ts +0 -58
  1099. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.d.ts +0 -58
  1100. package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.d.ts +0 -58
  1101. package/es/icon/icon-expand/icon-expand.d.ts +0 -58
  1102. package/es/icon/icon-experiment/icon-experiment.d.ts +0 -58
  1103. package/es/icon/icon-export/icon-export.d.ts +0 -58
  1104. package/es/icon/icon-eye/icon-eye.d.ts +0 -58
  1105. package/es/icon/icon-eye-invisible/icon-eye-invisible.d.ts +0 -58
  1106. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.d.ts +0 -58
  1107. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.d.ts +0 -58
  1108. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.d.ts +0 -58
  1109. package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.d.ts +0 -58
  1110. package/es/icon/icon-facebook/icon-facebook.d.ts +0 -58
  1111. package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.d.ts +0 -58
  1112. package/es/icon/icon-file/icon-file.d.ts +0 -58
  1113. package/es/icon/icon-file-audio/icon-file-audio.d.ts +0 -58
  1114. package/es/icon/icon-file-image/icon-file-image.d.ts +0 -58
  1115. package/es/icon/icon-file-pdf/icon-file-pdf.d.ts +0 -58
  1116. package/es/icon/icon-file-video/icon-file-video.d.ts +0 -58
  1117. package/es/icon/icon-filter/icon-filter.d.ts +0 -58
  1118. package/es/icon/icon-find-replace/icon-find-replace.d.ts +0 -58
  1119. package/es/icon/icon-fire/icon-fire.d.ts +0 -58
  1120. package/es/icon/icon-folder/icon-folder.d.ts +0 -58
  1121. package/es/icon/icon-folder-add/icon-folder-add.d.ts +0 -58
  1122. package/es/icon/icon-folder-delete/icon-folder-delete.d.ts +0 -58
  1123. package/es/icon/icon-font-colors/icon-font-colors.d.ts +0 -58
  1124. package/es/icon/icon-formula/icon-formula.d.ts +0 -58
  1125. package/es/icon/icon-forward/icon-forward.d.ts +0 -58
  1126. package/es/icon/icon-fullscreen/icon-fullscreen.d.ts +0 -58
  1127. package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.d.ts +0 -58
  1128. package/es/icon/icon-gift/icon-gift.d.ts +0 -58
  1129. package/es/icon/icon-github/icon-github.d.ts +0 -58
  1130. package/es/icon/icon-gitlab/icon-gitlab.d.ts +0 -58
  1131. package/es/icon/icon-google/icon-google.d.ts +0 -58
  1132. package/es/icon/icon-google-circle-fill/icon-google-circle-fill.d.ts +0 -58
  1133. package/es/icon/icon-h1/icon-h1.d.ts +0 -58
  1134. package/es/icon/icon-h2/icon-h2.d.ts +0 -58
  1135. package/es/icon/icon-h3/icon-h3.d.ts +0 -58
  1136. package/es/icon/icon-h4/icon-h4.d.ts +0 -58
  1137. package/es/icon/icon-h5/icon-h5.d.ts +0 -58
  1138. package/es/icon/icon-h6/icon-h6.d.ts +0 -58
  1139. package/es/icon/icon-h7/icon-h7.d.ts +0 -58
  1140. package/es/icon/icon-heart/icon-heart.d.ts +0 -58
  1141. package/es/icon/icon-heart-fill/icon-heart-fill.d.ts +0 -58
  1142. package/es/icon/icon-highlight/icon-highlight.d.ts +0 -58
  1143. package/es/icon/icon-history/icon-history.d.ts +0 -58
  1144. package/es/icon/icon-home/icon-home.d.ts +0 -58
  1145. package/es/icon/icon-idcard/icon-idcard.d.ts +0 -58
  1146. package/es/icon/icon-image/icon-image.d.ts +0 -58
  1147. package/es/icon/icon-image-close/icon-image-close.d.ts +0 -58
  1148. package/es/icon/icon-import/icon-import.d.ts +0 -58
  1149. package/es/icon/icon-info/icon-info.d.ts +0 -58
  1150. package/es/icon/icon-info-circle/icon-info-circle.d.ts +0 -58
  1151. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.d.ts +0 -58
  1152. package/es/icon/icon-interaction/icon-interaction.d.ts +0 -58
  1153. package/es/icon/icon-italic/icon-italic.d.ts +0 -58
  1154. package/es/icon/icon-language/icon-language.d.ts +0 -58
  1155. package/es/icon/icon-lark-color/icon-lark-color.d.ts +0 -58
  1156. package/es/icon/icon-launch/icon-launch.d.ts +0 -58
  1157. package/es/icon/icon-layers/icon-layers.d.ts +0 -58
  1158. package/es/icon/icon-layout/icon-layout.d.ts +0 -58
  1159. package/es/icon/icon-left/icon-left.d.ts +0 -58
  1160. package/es/icon/icon-left-circle/icon-left-circle.d.ts +0 -58
  1161. package/es/icon/icon-line-height/icon-line-height.d.ts +0 -58
  1162. package/es/icon/icon-link/icon-link.d.ts +0 -58
  1163. package/es/icon/icon-list/icon-list.d.ts +0 -58
  1164. package/es/icon/icon-live-broadcast/icon-live-broadcast.d.ts +0 -58
  1165. package/es/icon/icon-loading/icon-loading.d.ts +0 -58
  1166. package/es/icon/icon-location/icon-location.d.ts +0 -58
  1167. package/es/icon/icon-lock/icon-lock.d.ts +0 -58
  1168. package/es/icon/icon-loop/icon-loop.d.ts +0 -58
  1169. package/es/icon/icon-man/icon-man.d.ts +0 -58
  1170. package/es/icon/icon-menu/icon-menu.d.ts +0 -58
  1171. package/es/icon/icon-menu-fold/icon-menu-fold.d.ts +0 -58
  1172. package/es/icon/icon-menu-unfold/icon-menu-unfold.d.ts +0 -58
  1173. package/es/icon/icon-message/icon-message.d.ts +0 -58
  1174. package/es/icon/icon-message-banned/icon-message-banned.d.ts +0 -58
  1175. package/es/icon/icon-mind-mapping/icon-mind-mapping.d.ts +0 -58
  1176. package/es/icon/icon-minus/icon-minus.d.ts +0 -58
  1177. package/es/icon/icon-minus-circle/icon-minus-circle.d.ts +0 -58
  1178. package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.d.ts +0 -58
  1179. package/es/icon/icon-mobile/icon-mobile.d.ts +0 -58
  1180. package/es/icon/icon-moon/icon-moon.d.ts +0 -58
  1181. package/es/icon/icon-moon-fill/icon-moon-fill.d.ts +0 -58
  1182. package/es/icon/icon-more/icon-more.d.ts +0 -58
  1183. package/es/icon/icon-more-vertical/icon-more-vertical.d.ts +0 -58
  1184. package/es/icon/icon-mosaic/icon-mosaic.d.ts +0 -58
  1185. package/es/icon/icon-music/icon-music.d.ts +0 -58
  1186. package/es/icon/icon-mute/icon-mute.d.ts +0 -58
  1187. package/es/icon/icon-mute-fill/icon-mute-fill.d.ts +0 -58
  1188. package/es/icon/icon-nav/icon-nav.d.ts +0 -58
  1189. package/es/icon/icon-notification/icon-notification.d.ts +0 -58
  1190. package/es/icon/icon-notification-close/icon-notification-close.d.ts +0 -58
  1191. package/es/icon/icon-oblique-line/icon-oblique-line.d.ts +0 -58
  1192. package/es/icon/icon-ordered-list/icon-ordered-list.d.ts +0 -58
  1193. package/es/icon/icon-original-size/icon-original-size.d.ts +0 -58
  1194. package/es/icon/icon-palette/icon-palette.d.ts +0 -58
  1195. package/es/icon/icon-paste/icon-paste.d.ts +0 -58
  1196. package/es/icon/icon-pause/icon-pause.d.ts +0 -58
  1197. package/es/icon/icon-pause-circle/icon-pause-circle.d.ts +0 -58
  1198. package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.d.ts +0 -58
  1199. package/es/icon/icon-pen/icon-pen.d.ts +0 -58
  1200. package/es/icon/icon-pen-fill/icon-pen-fill.d.ts +0 -58
  1201. package/es/icon/icon-phone/icon-phone.d.ts +0 -58
  1202. package/es/icon/icon-play-arrow/icon-play-arrow.d.ts +0 -58
  1203. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.d.ts +0 -58
  1204. package/es/icon/icon-play-circle/icon-play-circle.d.ts +0 -58
  1205. package/es/icon/icon-play-circle-fill/icon-play-circle-fill.d.ts +0 -58
  1206. package/es/icon/icon-plus/icon-plus.d.ts +0 -58
  1207. package/es/icon/icon-plus-circle/icon-plus-circle.d.ts +0 -58
  1208. package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.d.ts +0 -58
  1209. package/es/icon/icon-poweroff/icon-poweroff.d.ts +0 -58
  1210. package/es/icon/icon-printer/icon-printer.d.ts +0 -58
  1211. package/es/icon/icon-public/icon-public.d.ts +0 -58
  1212. package/es/icon/icon-pushpin/icon-pushpin.d.ts +0 -58
  1213. package/es/icon/icon-qq/icon-qq.d.ts +0 -58
  1214. package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.d.ts +0 -58
  1215. package/es/icon/icon-qq-zone/icon-qq-zone.d.ts +0 -58
  1216. package/es/icon/icon-qrcode/icon-qrcode.d.ts +0 -58
  1217. package/es/icon/icon-question/icon-question.d.ts +0 -58
  1218. package/es/icon/icon-question-circle/icon-question-circle.d.ts +0 -58
  1219. package/es/icon/icon-question-circle-fill/icon-question-circle-fill.d.ts +0 -58
  1220. package/es/icon/icon-quote/icon-quote.d.ts +0 -58
  1221. package/es/icon/icon-record/icon-record.d.ts +0 -58
  1222. package/es/icon/icon-record-stop/icon-record-stop.d.ts +0 -58
  1223. package/es/icon/icon-redo/icon-redo.d.ts +0 -58
  1224. package/es/icon/icon-refresh/icon-refresh.d.ts +0 -58
  1225. package/es/icon/icon-relation/icon-relation.d.ts +0 -58
  1226. package/es/icon/icon-reply/icon-reply.d.ts +0 -58
  1227. package/es/icon/icon-right/icon-right.d.ts +0 -58
  1228. package/es/icon/icon-right-circle/icon-right-circle.d.ts +0 -58
  1229. package/es/icon/icon-robot/icon-robot.d.ts +0 -58
  1230. package/es/icon/icon-robot-add/icon-robot-add.d.ts +0 -58
  1231. package/es/icon/icon-rotate-left/icon-rotate-left.d.ts +0 -58
  1232. package/es/icon/icon-rotate-right/icon-rotate-right.d.ts +0 -58
  1233. package/es/icon/icon-safe/icon-safe.d.ts +0 -58
  1234. package/es/icon/icon-save/icon-save.d.ts +0 -58
  1235. package/es/icon/icon-scan/icon-scan.d.ts +0 -58
  1236. package/es/icon/icon-schedule/icon-schedule.d.ts +0 -58
  1237. package/es/icon/icon-scissor/icon-scissor.d.ts +0 -58
  1238. package/es/icon/icon-search/icon-search.d.ts +0 -58
  1239. package/es/icon/icon-select-all/icon-select-all.d.ts +0 -58
  1240. package/es/icon/icon-send/icon-send.d.ts +0 -58
  1241. package/es/icon/icon-settings/icon-settings.d.ts +0 -58
  1242. package/es/icon/icon-shake/icon-shake.d.ts +0 -58
  1243. package/es/icon/icon-share-alt/icon-share-alt.d.ts +0 -58
  1244. package/es/icon/icon-share-external/icon-share-external.d.ts +0 -58
  1245. package/es/icon/icon-share-internal/icon-share-internal.d.ts +0 -58
  1246. package/es/icon/icon-shrink/icon-shrink.d.ts +0 -58
  1247. package/es/icon/icon-skin/icon-skin.d.ts +0 -58
  1248. package/es/icon/icon-skip-next/icon-skip-next.d.ts +0 -58
  1249. package/es/icon/icon-skip-next-fill/icon-skip-next-fill.d.ts +0 -58
  1250. package/es/icon/icon-skip-previous/icon-skip-previous.d.ts +0 -58
  1251. package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.d.ts +0 -58
  1252. package/es/icon/icon-sort/icon-sort.d.ts +0 -58
  1253. package/es/icon/icon-sort-ascending/icon-sort-ascending.d.ts +0 -58
  1254. package/es/icon/icon-sort-descending/icon-sort-descending.d.ts +0 -58
  1255. package/es/icon/icon-sound/icon-sound.d.ts +0 -58
  1256. package/es/icon/icon-sound-fill/icon-sound-fill.d.ts +0 -58
  1257. package/es/icon/icon-stamp/icon-stamp.d.ts +0 -58
  1258. package/es/icon/icon-star/icon-star.d.ts +0 -58
  1259. package/es/icon/icon-star-fill/icon-star-fill.d.ts +0 -58
  1260. package/es/icon/icon-stop/icon-stop.d.ts +0 -58
  1261. package/es/icon/icon-storage/icon-storage.d.ts +0 -58
  1262. package/es/icon/icon-strikethrough/icon-strikethrough.d.ts +0 -58
  1263. package/es/icon/icon-subscribe/icon-subscribe.d.ts +0 -58
  1264. package/es/icon/icon-subscribe-add/icon-subscribe-add.d.ts +0 -58
  1265. package/es/icon/icon-subscribed/icon-subscribed.d.ts +0 -58
  1266. package/es/icon/icon-sun/icon-sun.d.ts +0 -58
  1267. package/es/icon/icon-sun-fill/icon-sun-fill.d.ts +0 -58
  1268. package/es/icon/icon-swap/icon-swap.d.ts +0 -58
  1269. package/es/icon/icon-sync/icon-sync.d.ts +0 -58
  1270. package/es/icon/icon-tag/icon-tag.d.ts +0 -58
  1271. package/es/icon/icon-tags/icon-tags.d.ts +0 -58
  1272. package/es/icon/icon-thumb-down/icon-thumb-down.d.ts +0 -58
  1273. package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.d.ts +0 -58
  1274. package/es/icon/icon-thumb-up/icon-thumb-up.d.ts +0 -58
  1275. package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.d.ts +0 -58
  1276. package/es/icon/icon-thunderbolt/icon-thunderbolt.d.ts +0 -58
  1277. package/es/icon/icon-tiktok-color/icon-tiktok-color.d.ts +0 -58
  1278. package/es/icon/icon-to-bottom/icon-to-bottom.d.ts +0 -58
  1279. package/es/icon/icon-to-left/icon-to-left.d.ts +0 -58
  1280. package/es/icon/icon-to-right/icon-to-right.d.ts +0 -58
  1281. package/es/icon/icon-to-top/icon-to-top.d.ts +0 -58
  1282. package/es/icon/icon-tool/icon-tool.d.ts +0 -58
  1283. package/es/icon/icon-translate/icon-translate.d.ts +0 -58
  1284. package/es/icon/icon-trophy/icon-trophy.d.ts +0 -58
  1285. package/es/icon/icon-twitter/icon-twitter.d.ts +0 -58
  1286. package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.d.ts +0 -58
  1287. package/es/icon/icon-underline/icon-underline.d.ts +0 -58
  1288. package/es/icon/icon-undo/icon-undo.d.ts +0 -58
  1289. package/es/icon/icon-unlock/icon-unlock.d.ts +0 -58
  1290. package/es/icon/icon-unordered-list/icon-unordered-list.d.ts +0 -58
  1291. package/es/icon/icon-up/icon-up.d.ts +0 -58
  1292. package/es/icon/icon-up-circle/icon-up-circle.d.ts +0 -58
  1293. package/es/icon/icon-upload/icon-upload.d.ts +0 -58
  1294. package/es/icon/icon-user/icon-user.d.ts +0 -58
  1295. package/es/icon/icon-user-add/icon-user-add.d.ts +0 -58
  1296. package/es/icon/icon-user-group/icon-user-group.d.ts +0 -58
  1297. package/es/icon/icon-video-camera/icon-video-camera.d.ts +0 -58
  1298. package/es/icon/icon-voice/icon-voice.d.ts +0 -58
  1299. package/es/icon/icon-wechat/icon-wechat.d.ts +0 -58
  1300. package/es/icon/icon-wechatpay/icon-wechatpay.d.ts +0 -58
  1301. package/es/icon/icon-weibo/icon-weibo.d.ts +0 -58
  1302. package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.d.ts +0 -58
  1303. package/es/icon/icon-wifi/icon-wifi.d.ts +0 -58
  1304. package/es/icon/icon-woman/icon-woman.d.ts +0 -58
  1305. package/es/icon/icon-xigua-color/icon-xigua-color.d.ts +0 -58
  1306. package/es/icon/icon-zoom-in/icon-zoom-in.d.ts +0 -58
  1307. package/es/icon/icon-zoom-out/icon-zoom-out.d.ts +0 -58
  1308. package/es/icon-component/icon.d.ts +0 -20
  1309. package/es/image/image-footer.d.ts +0 -18
  1310. package/es/image/preview-arrow.d.ts +0 -21
  1311. package/es/image/preview-toolbar.d.ts +0 -1381
  1312. package/es/input/input-group.d.ts +0 -4
  1313. package/es/input/input-password.d.ts +0 -214
  1314. package/es/layout/content.d.ts +0 -4
  1315. package/es/layout/footer.d.ts +0 -4
  1316. package/es/layout/header.d.ts +0 -4
  1317. package/es/layout/layout.d.ts +0 -16
  1318. package/es/layout/sider.d.ts +0 -343
  1319. package/es/link/link.d.ts +0 -50
  1320. package/es/list/list-item-meta.d.ts +0 -11
  1321. package/es/menu/base-menu.d.ts +0 -209
  1322. package/es/menu/indent.d.ts +0 -17
  1323. package/es/menu/item-group.d.ts +0 -31
  1324. package/es/menu/sub-menu-inline.d.ts +0 -51
  1325. package/es/menu/sub-menu-pop.d.ts +0 -861
  1326. package/es/message/message.d.ts +0 -105
  1327. package/es/modal/modal.d.ts +0 -549
  1328. package/es/notification/notification.d.ts +0 -93
  1329. package/es/page-header/page-header.d.ts +0 -58
  1330. package/es/pagination/page-item-ellipsis.d.ts +0 -38
  1331. package/es/pagination/page-item-step.d.ts +0 -59
  1332. package/es/pagination/page-item.d.ts +0 -48
  1333. package/es/pagination/page-jumper.d.ts +0 -341
  1334. package/es/pagination/page-options.d.ts +0 -2332
  1335. package/es/popconfirm/popconfirm.d.ts +0 -905
  1336. package/es/popover/popover.d.ts +0 -653
  1337. package/es/progress/circle.d.ts +0 -95
  1338. package/es/progress/line.d.ts +0 -102
  1339. package/es/progress/progress.d.ts +0 -358
  1340. package/es/progress/steps.d.ts +0 -71
  1341. package/es/resize-box/resize-box.d.ts +0 -110
  1342. package/es/result/result.d.ts +0 -33
  1343. package/es/scrollbar/scrollbar.d.ts +0 -143
  1344. package/es/scrollbar/thumb.d.ts +0 -57
  1345. package/es/select/optgroup.d.ts +0 -12
  1346. package/es/select/option.d.ts +0 -298
  1347. package/es/select/select-dropdown.d.ts +0 -492
  1348. package/es/skeleton/line.d.ts +0 -45
  1349. package/es/skeleton/shape.d.ts +0 -27
  1350. package/es/skeleton/skeleton.d.ts +0 -28
  1351. package/es/slider/slider-button.d.ts +0 -1392
  1352. package/es/slider/slider-dots.d.ts +0 -51
  1353. package/es/slider/slider-input.d.ts +0 -329
  1354. package/es/slider/slider-marks.d.ts +0 -49
  1355. package/es/slider/slider-ticks.d.ts +0 -55
  1356. package/es/slider/slider.d.ts +0 -2012
  1357. package/es/split/split.d.ts +0 -85
  1358. package/es/statistic/countdown.d.ts +0 -57
  1359. package/es/statistic/statistic.d.ts +0 -107
  1360. package/es/steps/step.d.ts +0 -41
  1361. package/es/steps/steps.d.ts +0 -99
  1362. package/es/switch/switch.d.ts +0 -135
  1363. package/es/table/table-col-group.d.ts +0 -38
  1364. package/es/tabs/tab-pane.d.ts +0 -39
  1365. package/es/tabs/tabs-nav-ink.d.ts +0 -32
  1366. package/es/tabs/tabs-tab.d.ts +0 -71
  1367. package/es/tag/tag.d.ts +0 -153
  1368. package/es/textarea/textarea.d.ts +0 -189
  1369. package/es/time-picker/panel.d.ts +0 -495
  1370. package/es/time-picker/time-column.d.ts +0 -43
  1371. package/es/time-picker/time-picker.d.ts +0 -2109
  1372. package/es/timeline/item.d.ts +0 -63
  1373. package/es/tooltip/tooltip.d.ts +0 -668
  1374. package/es/transfer/transfer-view.d.ts +0 -1032
  1375. package/es/transfer/transfer.d.ts +0 -1381
  1376. package/es/tree/base-node.d.ts +0 -483
  1377. package/es/tree/expand-transition.d.ts +0 -14
  1378. package/es/tree/node-switcher.d.ts +0 -74
  1379. package/es/tree/transition-node-list.d.ts +0 -515
  1380. package/es/tree/tree.d.ts +0 -710
  1381. package/es/tree-select/tree-select.d.ts +0 -2795
  1382. package/es/typography/edit-content.d.ts +0 -1641
  1383. package/es/typography/operations.d.ts +0 -1365
  1384. package/es/typography/typography.d.ts +0 -4
@@ -77,49 +77,58 @@
77
77
  "description": "The address of the anchor link",
78
78
  "type": "string"
79
79
  },
80
- "a-back-top/visible-height": {
81
- "description": "Display the trigger scroll height of the back to top button",
82
- "type": "number"
80
+ "a-auto-complete/change": {
81
+ "description": "Emitted when the value changes"
83
82
  },
84
- "a-back-top/target-container": {
85
- "description": "Scroll event listener container"
83
+ "a-auto-complete/search": {
84
+ "description": "Emitted when the user searches"
86
85
  },
87
- "a-back-top/easing": {
88
- "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
89
- "type": "string"
86
+ "a-auto-complete/select": {
87
+ "description": "Emitted when an option is selected"
90
88
  },
91
- "a-back-top/duration": {
92
- "description": "Duration of scroll animation",
93
- "type": "number"
89
+ "a-auto-complete/clear": {
90
+ "description": "Triggered when the user clicks the clear button"
94
91
  },
95
- "a-badge/text": {
96
- "description": "Set the display text of the status dot",
92
+ "a-auto-complete/dropdown-scroll": {
93
+ "description": "Triggered when the drop-down scrolls"
94
+ },
95
+ "a-auto-complete/dropdown-reach-bottom": {
96
+ "description": "Triggered when the drop-down menu is scrolled to the bottom"
97
+ },
98
+ "a-auto-complete/model-value": {
99
+ "description": "Value",
97
100
  "type": "string"
98
101
  },
99
- "a-badge/dot": {
100
- "description": "Whether to display a red dot instead of `count`",
102
+ "a-auto-complete/default-value": {
103
+ "description": "Default value (uncontrolled mode)",
104
+ "type": "string"
105
+ },
106
+ "a-auto-complete/disabled": {
107
+ "description": "Whether to disable",
101
108
  "type": "boolean"
102
109
  },
103
- "a-badge/dot-style": {
104
- "description": "Customize badge dot style",
105
- "type": "object"
110
+ "a-auto-complete/data": {
111
+ "description": "Data used for auto-complete"
106
112
  },
107
- "a-badge/max-count": {
108
- "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
109
- "type": "number"
113
+ "a-auto-complete/popup-container": {
114
+ "description": "Mount container for popup"
110
115
  },
111
- "a-badge/offset": {
112
- "description": "Set offset of the badge dot"
116
+ "a-auto-complete/strict": {
117
+ "description": "Whether it is strict verification mode",
118
+ "type": "boolean"
113
119
  },
114
- "a-badge/color": {
115
- "description": "Customize dot color"
120
+ "a-auto-complete/filter-option": {
121
+ "description": "Custom option filtering method"
116
122
  },
117
- "a-badge/status": {
118
- "description": "Badge status"
123
+ "a-auto-complete/trigger-props": {
124
+ "description": "trigger props"
119
125
  },
120
- "a-badge/count": {
121
- "description": "Number to show in badge",
122
- "type": "number"
126
+ "a-auto-complete/allow-clear": {
127
+ "description": "Whether to allow the input to be cleared",
128
+ "type": "boolean"
129
+ },
130
+ "a-auto-complete/virtual-list-props": {
131
+ "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
123
132
  },
124
133
  "a-avatar/click": {
125
134
  "description": "Callback when clicked"
@@ -179,6 +188,50 @@
179
188
  "a-avatar-group/max-popover-trigger-props": {
180
189
  "description": "TriggerProps for popover around +x."
181
190
  },
191
+ "a-back-top/visible-height": {
192
+ "description": "Display the trigger scroll height of the back to top button",
193
+ "type": "number"
194
+ },
195
+ "a-back-top/target-container": {
196
+ "description": "Scroll event listener container"
197
+ },
198
+ "a-back-top/easing": {
199
+ "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
200
+ "type": "string"
201
+ },
202
+ "a-back-top/duration": {
203
+ "description": "Duration of scroll animation",
204
+ "type": "number"
205
+ },
206
+ "a-badge/text": {
207
+ "description": "Set the display text of the status dot",
208
+ "type": "string"
209
+ },
210
+ "a-badge/dot": {
211
+ "description": "Whether to display a red dot instead of `count`",
212
+ "type": "boolean"
213
+ },
214
+ "a-badge/dot-style": {
215
+ "description": "Customize badge dot style",
216
+ "type": "object"
217
+ },
218
+ "a-badge/max-count": {
219
+ "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
220
+ "type": "number"
221
+ },
222
+ "a-badge/offset": {
223
+ "description": "Set offset of the badge dot"
224
+ },
225
+ "a-badge/color": {
226
+ "description": "Customize dot color"
227
+ },
228
+ "a-badge/status": {
229
+ "description": "Badge status"
230
+ },
231
+ "a-badge/count": {
232
+ "description": "Number to show in badge",
233
+ "type": "number"
234
+ },
182
235
  "a-breadcrumb/max-count": {
183
236
  "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
184
237
  "type": "number"
@@ -203,59 +256,6 @@
203
256
  "a-breadcrumb-item/dropdown-props": {
204
257
  "description": "Dropdown props"
205
258
  },
206
- "a-auto-complete/change": {
207
- "description": "Emitted when the value changes"
208
- },
209
- "a-auto-complete/search": {
210
- "description": "Emitted when the user searches"
211
- },
212
- "a-auto-complete/select": {
213
- "description": "Emitted when an option is selected"
214
- },
215
- "a-auto-complete/clear": {
216
- "description": "Triggered when the user clicks the clear button"
217
- },
218
- "a-auto-complete/dropdown-scroll": {
219
- "description": "Triggered when the drop-down scrolls"
220
- },
221
- "a-auto-complete/dropdown-reach-bottom": {
222
- "description": "Triggered when the drop-down menu is scrolled to the bottom"
223
- },
224
- "a-auto-complete/model-value": {
225
- "description": "Value",
226
- "type": "string"
227
- },
228
- "a-auto-complete/default-value": {
229
- "description": "Default value (uncontrolled mode)",
230
- "type": "string"
231
- },
232
- "a-auto-complete/disabled": {
233
- "description": "Whether to disable",
234
- "type": "boolean"
235
- },
236
- "a-auto-complete/data": {
237
- "description": "Data used for auto-complete"
238
- },
239
- "a-auto-complete/popup-container": {
240
- "description": "Mount container for popup"
241
- },
242
- "a-auto-complete/strict": {
243
- "description": "Whether it is strict verification mode",
244
- "type": "boolean"
245
- },
246
- "a-auto-complete/filter-option": {
247
- "description": "Custom option filtering method"
248
- },
249
- "a-auto-complete/trigger-props": {
250
- "description": "trigger props"
251
- },
252
- "a-auto-complete/allow-clear": {
253
- "description": "Whether to allow the input to be cleared",
254
- "type": "boolean"
255
- },
256
- "a-auto-complete/virtual-list-props": {
257
- "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
258
- },
259
259
  "a-button/click": {
260
260
  "description": "Emitted when the button is clicked"
261
261
  },
@@ -310,183 +310,70 @@
310
310
  "description": "All children whether the button is disabled",
311
311
  "type": "boolean"
312
312
  },
313
- "a-carousel/change": {
314
- "description": "Callback when slide changes"
313
+ "a-calendar/change": {
314
+ "description": "Emitted when the button is clicked"
315
315
  },
316
- "a-carousel/current": {
317
- "description": "The index of current slide which starts from 1",
318
- "type": "number"
316
+ "a-calendar/panel-change": {
317
+ "description": "Emitted when the button is clicked"
319
318
  },
320
- "a-carousel/default-current": {
321
- "description": "Default index of current slide",
322
- "type": "number"
319
+ "a-calendar/model-value": {
320
+ "description": "Value"
323
321
  },
324
- "a-carousel/auto-play": {
325
- "description": "* Whether to automatically loop the display, or pass in `{ interval: the time interval for switching (default: 3000),\nhoverToPause: whether to pause switching while hover (default: true) }` for configuration (object is supported from `2.14.0`)"
322
+ "a-calendar/default-value": {
323
+ "description": "Default value (uncontrolled state)"
326
324
  },
327
- "a-carousel/move-speed": {
328
- "description": "The duration of the slide movement(ms)",
329
- "type": "number"
325
+ "a-calendar/mode": {
326
+ "description": "Mode",
327
+ "type": "string"
330
328
  },
331
- "a-carousel/animation-name": {
332
- "description": "The animation of the slide movement",
329
+ "a-calendar/default-mode": {
330
+ "description": "Default Mode",
333
331
  "type": "string"
334
332
  },
335
- "a-carousel/trigger": {
336
- "description": "How to trigger the slide switch, click/hover the indicator"
333
+ "a-calendar/modes": {
334
+ "description": "Displayed mode"
337
335
  },
338
- "a-carousel/direction": {
339
- "description": "The direction of the slide movement"
336
+ "a-cascader/change": {
337
+ "description": "Triggered when the selected value changes"
340
338
  },
341
- "a-carousel/show-arrow": {
342
- "description": "When to show the arrow used to switch"
339
+ "a-cascader/input-value-change": {
340
+ "description": "Triggered when the input value changes"
343
341
  },
344
- "a-carousel/arrow-class": {
345
- "description": "The additional css class to arrow used to switch",
346
- "type": "string"
342
+ "a-cascader/clear": {
343
+ "description": "Triggered when the clear button is clicked"
347
344
  },
348
- "a-carousel/indicator-type": {
349
- "description": "Type of indicator"
345
+ "a-cascader/search": {
346
+ "description": "Triggered when the user searches"
350
347
  },
351
- "a-carousel/indicator-position": {
352
- "description": "Position of indication"
348
+ "a-cascader/popup-visible-change": {
349
+ "description": "Triggered when the display state of the dropdown changes"
353
350
  },
354
- "a-carousel/indicator-class": {
355
- "description": "The additional css class to indicator",
356
- "type": "string"
351
+ "a-cascader/focus": {
352
+ "description": "Triggered when focus"
357
353
  },
358
- "a-carousel/transition-timing-function": {
359
- "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)",
360
- "type": "string"
354
+ "a-cascader/blur": {
355
+ "description": "Triggered when blur"
361
356
  },
362
- "a-card/bordered": {
363
- "description": "Whether to render the border",
357
+ "a-cascader/path-mode": {
358
+ "description": "Whether the value is a path",
364
359
  "type": "boolean"
365
360
  },
366
- "a-card/loading": {
367
- "description": "Loading status",
361
+ "a-cascader/multiple": {
362
+ "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
368
363
  "type": "boolean"
369
364
  },
370
- "a-card/hoverable": {
371
- "description": "Can be hovered",
372
- "type": "boolean"
365
+ "a-cascader/model-value": {
366
+ "description": "Value"
373
367
  },
374
- "a-card/size": {
375
- "description": "Size of card",
376
- "type": "string"
368
+ "a-cascader/default-value": {
369
+ "description": "Default value (uncontrolled state)"
377
370
  },
378
- "a-card/header-style": {
379
- "description": "The additional css style to apply to card head"
371
+ "a-cascader/options": {
372
+ "description": "Options for cascader"
380
373
  },
381
- "a-card/body-style": {
382
- "description": "The additional css style to apply to card content"
383
- },
384
- "a-card/title": {
385
- "description": "Title of card",
386
- "type": "string"
387
- },
388
- "a-card/extra": {
389
- "description": "Content to render in the top-right corner of the card",
390
- "type": "string"
391
- },
392
- "a-card-meta/title": {
393
- "description": "Title of card",
394
- "type": "string"
395
- },
396
- "a-card-meta/description": {
397
- "description": "Description of card",
398
- "type": "string"
399
- },
400
- "a-card-grid/hoverable": {
401
- "description": "Whether to hover",
402
- "type": "boolean"
403
- },
404
- "a-checkbox/change": {
405
- "description": "Trigger when the value changes"
406
- },
407
- "a-checkbox/model-value": {
408
- "description": "Value"
409
- },
410
- "a-checkbox/default-checked": {
411
- "description": "Whether checked by default (uncontrolled state)",
412
- "type": "boolean"
413
- },
414
- "a-checkbox/value": {
415
- "description": "The `value` of the option",
416
- "type": "string|number|boolean"
417
- },
418
- "a-checkbox/disabled": {
419
- "description": "Whether to disable",
420
- "type": "boolean"
421
- },
422
- "a-checkbox/indeterminate": {
423
- "description": "Whether it is half-selected",
424
- "type": "boolean"
425
- },
426
- "a-checkbox-group/change": {
427
- "description": "Trigger when the value changes"
428
- },
429
- "a-checkbox-group/model-value": {
430
- "description": "Value"
431
- },
432
- "a-checkbox-group/default-value": {
433
- "description": "Default value (uncontrolled state)"
434
- },
435
- "a-checkbox-group/max": {
436
- "description": "Support the maximum number of selections",
437
- "type": "number"
438
- },
439
- "a-checkbox-group/options": {
440
- "description": "Options"
441
- },
442
- "a-checkbox-group/direction": {
443
- "description": "Arrangement direction of checkboxes"
444
- },
445
- "a-checkbox-group/disabled": {
446
- "description": "Whether to disable",
447
- "type": "boolean"
448
- },
449
- "a-cascader/change": {
450
- "description": "Triggered when the selected value changes"
451
- },
452
- "a-cascader/input-value-change": {
453
- "description": "Triggered when the input value changes"
454
- },
455
- "a-cascader/clear": {
456
- "description": "Triggered when the clear button is clicked"
457
- },
458
- "a-cascader/search": {
459
- "description": "Triggered when the user searches"
460
- },
461
- "a-cascader/popup-visible-change": {
462
- "description": "Triggered when the display state of the dropdown changes"
463
- },
464
- "a-cascader/focus": {
465
- "description": "Triggered when focus"
466
- },
467
- "a-cascader/blur": {
468
- "description": "Triggered when blur"
469
- },
470
- "a-cascader/path-mode": {
471
- "description": "Whether the value is a path",
472
- "type": "boolean"
473
- },
474
- "a-cascader/multiple": {
475
- "description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
476
- "type": "boolean"
477
- },
478
- "a-cascader/model-value": {
479
- "description": "Value"
480
- },
481
- "a-cascader/default-value": {
482
- "description": "Default value (uncontrolled state)"
483
- },
484
- "a-cascader/options": {
485
- "description": "Options for cascader"
486
- },
487
- "a-cascader/disabled": {
488
- "description": "Whether to disable",
489
- "type": "boolean"
374
+ "a-cascader/disabled": {
375
+ "description": "Whether to disable",
376
+ "type": "boolean"
490
377
  },
491
378
  "a-cascader/error": {
492
379
  "description": "Whether it is an error state",
@@ -625,6 +512,142 @@
625
512
  "description": "whether to expand the submenu",
626
513
  "type": "boolean"
627
514
  },
515
+ "a-carousel/change": {
516
+ "description": "Callback when slide changes"
517
+ },
518
+ "a-carousel/current": {
519
+ "description": "The index of current slide which starts from 1",
520
+ "type": "number"
521
+ },
522
+ "a-carousel/default-current": {
523
+ "description": "Default index of current slide",
524
+ "type": "number"
525
+ },
526
+ "a-carousel/auto-play": {
527
+ "description": "* Whether to automatically loop the display, or pass in `{ interval: the time interval for switching (default: 3000),\nhoverToPause: whether to pause switching while hover (default: true) }` for configuration (object is supported from `2.14.0`)"
528
+ },
529
+ "a-carousel/move-speed": {
530
+ "description": "The duration of the slide movement(ms)",
531
+ "type": "number"
532
+ },
533
+ "a-carousel/animation-name": {
534
+ "description": "The animation of the slide movement",
535
+ "type": "string"
536
+ },
537
+ "a-carousel/trigger": {
538
+ "description": "How to trigger the slide switch, click/hover the indicator"
539
+ },
540
+ "a-carousel/direction": {
541
+ "description": "The direction of the slide movement"
542
+ },
543
+ "a-carousel/show-arrow": {
544
+ "description": "When to show the arrow used to switch"
545
+ },
546
+ "a-carousel/arrow-class": {
547
+ "description": "The additional css class to arrow used to switch",
548
+ "type": "string"
549
+ },
550
+ "a-carousel/indicator-type": {
551
+ "description": "Type of indicator"
552
+ },
553
+ "a-carousel/indicator-position": {
554
+ "description": "Position of indication"
555
+ },
556
+ "a-carousel/indicator-class": {
557
+ "description": "The additional css class to indicator",
558
+ "type": "string"
559
+ },
560
+ "a-carousel/transition-timing-function": {
561
+ "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)",
562
+ "type": "string"
563
+ },
564
+ "a-card/bordered": {
565
+ "description": "Whether to render the border",
566
+ "type": "boolean"
567
+ },
568
+ "a-card/loading": {
569
+ "description": "Loading status",
570
+ "type": "boolean"
571
+ },
572
+ "a-card/hoverable": {
573
+ "description": "Can be hovered",
574
+ "type": "boolean"
575
+ },
576
+ "a-card/size": {
577
+ "description": "Size of card",
578
+ "type": "string"
579
+ },
580
+ "a-card/header-style": {
581
+ "description": "The additional css style to apply to card head"
582
+ },
583
+ "a-card/body-style": {
584
+ "description": "The additional css style to apply to card content"
585
+ },
586
+ "a-card/title": {
587
+ "description": "Title of card",
588
+ "type": "string"
589
+ },
590
+ "a-card/extra": {
591
+ "description": "Content to render in the top-right corner of the card",
592
+ "type": "string"
593
+ },
594
+ "a-card-meta/title": {
595
+ "description": "Title of card",
596
+ "type": "string"
597
+ },
598
+ "a-card-meta/description": {
599
+ "description": "Description of card",
600
+ "type": "string"
601
+ },
602
+ "a-card-grid/hoverable": {
603
+ "description": "Whether to hover",
604
+ "type": "boolean"
605
+ },
606
+ "a-checkbox/change": {
607
+ "description": "Trigger when the value changes"
608
+ },
609
+ "a-checkbox/model-value": {
610
+ "description": "Value"
611
+ },
612
+ "a-checkbox/default-checked": {
613
+ "description": "Whether checked by default (uncontrolled state)",
614
+ "type": "boolean"
615
+ },
616
+ "a-checkbox/value": {
617
+ "description": "The `value` of the option",
618
+ "type": "string|number|boolean"
619
+ },
620
+ "a-checkbox/disabled": {
621
+ "description": "Whether to disable",
622
+ "type": "boolean"
623
+ },
624
+ "a-checkbox/indeterminate": {
625
+ "description": "Whether it is half-selected",
626
+ "type": "boolean"
627
+ },
628
+ "a-checkbox-group/change": {
629
+ "description": "Trigger when the value changes"
630
+ },
631
+ "a-checkbox-group/model-value": {
632
+ "description": "Value"
633
+ },
634
+ "a-checkbox-group/default-value": {
635
+ "description": "Default value (uncontrolled state)"
636
+ },
637
+ "a-checkbox-group/max": {
638
+ "description": "Support the maximum number of selections",
639
+ "type": "number"
640
+ },
641
+ "a-checkbox-group/options": {
642
+ "description": "Options"
643
+ },
644
+ "a-checkbox-group/direction": {
645
+ "description": "Arrangement direction of checkboxes"
646
+ },
647
+ "a-checkbox-group/disabled": {
648
+ "description": "Whether to disable",
649
+ "type": "boolean"
650
+ },
628
651
  "a-collapse/change": {
629
652
  "description": "Emitted when the expanded panel changes"
630
653
  },
@@ -669,28 +692,59 @@
669
692
  "description": "Whether to destroy content when hidden",
670
693
  "type": "boolean"
671
694
  },
672
- "a-calendar/change": {
673
- "description": "Emitted when the button is clicked"
695
+ "a-color-picker/change": {
696
+ "description": "Triggered when the color value changes"
674
697
  },
675
- "a-calendar/panel-change": {
676
- "description": "Emitted when the button is clicked"
698
+ "a-color-picker/popup-visible-change": {
699
+ "description": "Triggered when the color panel is expanded and collapsed"
677
700
  },
678
- "a-calendar/model-value": {
679
- "description": "Value"
701
+ "a-color-picker/model-value": {
702
+ "description": "Value",
703
+ "type": "string"
680
704
  },
681
- "a-calendar/default-value": {
682
- "description": "Default value (uncontrolled state)"
683
- },
684
- "a-calendar/mode": {
685
- "description": "Mode",
705
+ "a-color-picker/default-value": {
706
+ "description": "Default value (uncontrolled state)",
686
707
  "type": "string"
687
708
  },
688
- "a-calendar/default-mode": {
689
- "description": "Default Mode",
709
+ "a-color-picker/format": {
710
+ "description": "Color value format",
690
711
  "type": "string"
691
712
  },
692
- "a-calendar/modes": {
693
- "description": "Displayed mode"
713
+ "a-color-picker/size": {
714
+ "description": "Size"
715
+ },
716
+ "a-color-picker/show-text": {
717
+ "description": "Show color value",
718
+ "type": "boolean"
719
+ },
720
+ "a-color-picker/show-history": {
721
+ "description": "Show history colors",
722
+ "type": "boolean"
723
+ },
724
+ "a-color-picker/show-preset": {
725
+ "description": "Show preset colors",
726
+ "type": "boolean"
727
+ },
728
+ "a-color-picker/disabled": {
729
+ "description": "disabled",
730
+ "type": "boolean"
731
+ },
732
+ "a-color-picker/disabled-alpha": {
733
+ "description": "Disable transparency channel",
734
+ "type": "boolean"
735
+ },
736
+ "a-color-picker/hide-trigger": {
737
+ "description": "There is no trigger element, only the color panel is displayed",
738
+ "type": "boolean"
739
+ },
740
+ "a-color-picker/trigger-props": {
741
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
742
+ },
743
+ "a-color-picker/history-colors": {
744
+ "description": "Color array of historical colors"
745
+ },
746
+ "a-color-picker/preset-colors": {
747
+ "description": "Color array of preset colors"
694
748
  },
695
749
  "a-comment/author": {
696
750
  "description": "Display as the comment author",
@@ -712,6 +766,32 @@
712
766
  "description": "Alignment of `datetime` and `actions`",
713
767
  "type": "string|object"
714
768
  },
769
+ "a-config-provider/prefix-cls": {
770
+ "description": "Component classname prefix",
771
+ "type": "string"
772
+ },
773
+ "a-config-provider/locale": {
774
+ "description": "Configure language pack"
775
+ },
776
+ "a-config-provider/size": {
777
+ "description": "Size"
778
+ },
779
+ "a-config-provider/global": {
780
+ "description": "Is global effect",
781
+ "type": "boolean"
782
+ },
783
+ "a-config-provider/scroll-to-close": {
784
+ "description": "Whether to close the popover when scrolling",
785
+ "type": "boolean"
786
+ },
787
+ "a-config-provider/exchange-time": {
788
+ "description": "Whether to exchange time",
789
+ "type": "boolean"
790
+ },
791
+ "a-config-provider/rtl": {
792
+ "description": "View starts from the right and ends on the left",
793
+ "type": "boolean"
794
+ },
715
795
  "a-range-picker/change": {
716
796
  "description": "The component value changes"
717
797
  },
@@ -794,31 +874,47 @@
794
874
  "description": "Whether to enable abbreviation",
795
875
  "type": "boolean"
796
876
  },
797
- "a-config-provider/prefix-cls": {
798
- "description": "Component classname prefix",
877
+ "a-descriptions/data": {
878
+ "description": "Data for descriptions"
879
+ },
880
+ "a-descriptions/column": {
881
+ "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
882
+ },
883
+ "a-descriptions/title": {
884
+ "description": "Title of descriptions",
799
885
  "type": "string"
800
886
  },
801
- "a-config-provider/locale": {
802
- "description": "Configure language pack"
887
+ "a-descriptions/layout": {
888
+ "description": "Arrangement of descriptions",
889
+ "type": "string"
803
890
  },
804
- "a-config-provider/size": {
805
- "description": "Size"
891
+ "a-descriptions/align": {
892
+ "description": "Alignment position of text"
806
893
  },
807
- "a-config-provider/global": {
808
- "description": "Is global effect",
809
- "type": "boolean"
894
+ "a-descriptions/size": {
895
+ "description": "The size of the descriptions"
810
896
  },
811
- "a-config-provider/scroll-to-close": {
812
- "description": "Whether to close the popover when scrolling",
897
+ "a-descriptions/bordered": {
898
+ "description": "Whether to show the border",
813
899
  "type": "boolean"
814
900
  },
815
- "a-config-provider/exchange-time": {
816
- "description": "Whether to exchange time",
817
- "type": "boolean"
901
+ "a-descriptions/label-style": {
902
+ "description": "Data label style"
818
903
  },
819
- "a-config-provider/rtl": {
820
- "description": "View starts from the right and ends on the left",
821
- "type": "boolean"
904
+ "a-descriptions/value-style": {
905
+ "description": "Data content style"
906
+ },
907
+ "a-descriptions/table-layout": {
908
+ "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
909
+ "type": "string"
910
+ },
911
+ "a-descriptions-item/span": {
912
+ "description": "number of columns",
913
+ "type": "number"
914
+ },
915
+ "a-descriptions-item/label": {
916
+ "description": "Label",
917
+ "type": "string"
822
918
  },
823
919
  "a-divider/direction": {
824
920
  "description": "The direction of the dividing line. Can be horizontal or vertical"
@@ -839,59 +935,118 @@
839
935
  "description": "Margin up and down the split line (left and right margin in vertical direction)",
840
936
  "type": "number | string"
841
937
  },
842
- "a-color-picker/change": {
843
- "description": "Triggered when the color value changes"
938
+ "a-drawer/ok": {
939
+ "description": "Triggered when the OK button is clicked"
844
940
  },
845
- "a-color-picker/popup-visible-change": {
846
- "description": "Triggered when the color panel is expanded and collapsed"
941
+ "a-drawer/cancel": {
942
+ "description": "Triggered when the cancel or close button is clicked"
847
943
  },
848
- "a-color-picker/model-value": {
849
- "description": "Value",
850
- "type": "string"
944
+ "a-drawer/open": {
945
+ "description": "Triggered after the drawer is opened (the animation ends)"
851
946
  },
852
- "a-color-picker/default-value": {
853
- "description": "Default value (uncontrolled state)",
854
- "type": "string"
947
+ "a-drawer/close": {
948
+ "description": "Triggered when the drawer is closed (the animation ends)"
855
949
  },
856
- "a-color-picker/format": {
857
- "description": "Color value format",
950
+ "a-drawer/before-open": {
951
+ "description": "Triggered before drawer is opened"
952
+ },
953
+ "a-drawer/before-close": {
954
+ "description": "Triggered before drawer is closed"
955
+ },
956
+ "a-drawer/visible": {
957
+ "description": "Whether the drawer is visible",
958
+ "type": "boolean"
959
+ },
960
+ "a-drawer/default-visible": {
961
+ "description": "Whether the drawer is visible by default (uncontrolled mode)",
962
+ "type": "boolean"
963
+ },
964
+ "a-drawer/placement": {
965
+ "description": "Where the drawer is placed"
966
+ },
967
+ "a-drawer/title": {
968
+ "description": "Title",
858
969
  "type": "string"
859
970
  },
860
- "a-color-picker/size": {
861
- "description": "Size"
971
+ "a-drawer/mask": {
972
+ "description": "Whether to show the mask",
973
+ "type": "boolean"
862
974
  },
863
- "a-color-picker/show-text": {
864
- "description": "Show color value",
975
+ "a-drawer/mask-closable": {
976
+ "description": "Click on the mask layer to be able to close",
865
977
  "type": "boolean"
866
978
  },
867
- "a-color-picker/show-history": {
868
- "description": "Show history colors",
979
+ "a-drawer/closable": {
980
+ "description": "Whether to show the close button",
869
981
  "type": "boolean"
870
982
  },
871
- "a-color-picker/show-preset": {
872
- "description": "Show preset colors",
983
+ "a-drawer/ok-text": {
984
+ "description": "The content of the ok button",
985
+ "type": "string"
986
+ },
987
+ "a-drawer/cancel-text": {
988
+ "description": "The content of the cancel button",
989
+ "type": "string"
990
+ },
991
+ "a-drawer/ok-loading": {
992
+ "description": "Whether the ok button is in the loading state",
873
993
  "type": "boolean"
874
994
  },
875
- "a-color-picker/disabled": {
876
- "description": "disabled",
995
+ "a-drawer/ok-button-props": {
996
+ "description": "Props of confirm button"
997
+ },
998
+ "a-drawer/cancel-button-props": {
999
+ "description": "Props of cancel button"
1000
+ },
1001
+ "a-drawer/unmount-on-close": {
1002
+ "description": "Whether to uninstall the node when close",
877
1003
  "type": "boolean"
878
1004
  },
879
- "a-color-picker/disabled-alpha": {
880
- "description": "Disable transparency channel",
1005
+ "a-drawer/width": {
1006
+ "description": "The width of the drawer (only available when placement is right, left)",
1007
+ "type": "number|string"
1008
+ },
1009
+ "a-drawer/height": {
1010
+ "description": "The height of the drawer (only available when placement is top, bottom)",
1011
+ "type": "number|string"
1012
+ },
1013
+ "a-drawer/popup-container": {
1014
+ "description": "Mount container for popup"
1015
+ },
1016
+ "a-drawer/drawer-style": {
1017
+ "description": "Drawer style"
1018
+ },
1019
+ "a-drawer/body-class": {
1020
+ "description": "The classname of the drawer body"
1021
+ },
1022
+ "a-drawer/body-style": {
1023
+ "description": "Drawer body style"
1024
+ },
1025
+ "a-drawer/before-ok": {
1026
+ "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."
1027
+ },
1028
+ "a-drawer/before-cancel": {
1029
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1030
+ },
1031
+ "a-drawer/esc-to-close": {
1032
+ "description": "Whether to support the ESC key to close the dialog",
881
1033
  "type": "boolean"
882
1034
  },
883
- "a-color-picker/hide-trigger": {
884
- "description": "There is no trigger element, only the color panel is displayed",
1035
+ "a-drawer/render-to-body": {
1036
+ "description": "Whether the drawer is mounted under the `body` element",
885
1037
  "type": "boolean"
886
1038
  },
887
- "a-color-picker/trigger-props": {
888
- "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
1039
+ "a-drawer/header": {
1040
+ "description": "Whether to display high-quality content",
1041
+ "type": "boolean"
889
1042
  },
890
- "a-color-picker/history-colors": {
891
- "description": "Color array of historical colors"
1043
+ "a-drawer/footer": {
1044
+ "description": "Whether to display the bottom content",
1045
+ "type": "boolean"
892
1046
  },
893
- "a-color-picker/preset-colors": {
894
- "description": "Color array of preset colors"
1047
+ "a-drawer/hide-cancel": {
1048
+ "description": "Whether to hide the cancel button",
1049
+ "type": "boolean"
895
1050
  },
896
1051
  "a-dropdown/popup-visible-change": {
897
1052
  "description": "Triggered when the display status of the drop-down box changes"
@@ -1014,172 +1169,174 @@
1014
1169
  "description": "Whether to hide popup when the user selects",
1015
1170
  "type": "boolean"
1016
1171
  },
1017
- "a-drawer/ok": {
1018
- "description": "Triggered when the OK button is clicked"
1019
- },
1020
- "a-drawer/cancel": {
1021
- "description": "Triggered when the cancel or close button is clicked"
1172
+ "a-empty/description": {
1173
+ "description": "Description",
1174
+ "type": "string"
1022
1175
  },
1023
- "a-drawer/open": {
1024
- "description": "Triggered after the drawer is opened (the animation ends)"
1176
+ "a-empty/img-src": {
1177
+ "description": "The src of the Custom Image",
1178
+ "type": "string"
1025
1179
  },
1026
- "a-drawer/close": {
1027
- "description": "Triggered when the drawer is closed (the animation ends)"
1180
+ "a-empty/in-config-provider": {
1181
+ "description": "Whether to use in ConfigProvider",
1182
+ "type": "boolean"
1028
1183
  },
1029
- "a-drawer/before-open": {
1030
- "description": "Triggered before drawer is opened"
1184
+ "a-form/submit": {
1185
+ "description": "Triggered when the form is submitted"
1031
1186
  },
1032
- "a-drawer/before-close": {
1033
- "description": "Triggered before drawer is closed"
1187
+ "a-form/submit-success": {
1188
+ "description": "Triggered when verification is successful"
1034
1189
  },
1035
- "a-drawer/visible": {
1036
- "description": "Whether the drawer is visible",
1037
- "type": "boolean"
1190
+ "a-form/submit-failed": {
1191
+ "description": "Triggered when verification failed"
1038
1192
  },
1039
- "a-drawer/default-visible": {
1040
- "description": "Whether the drawer is visible by default (uncontrolled mode)",
1041
- "type": "boolean"
1193
+ "a-form/model": {
1194
+ "description": "Form data object",
1195
+ "type": "object"
1042
1196
  },
1043
- "a-drawer/placement": {
1044
- "description": "Where the drawer is placed"
1197
+ "a-form/layout": {
1198
+ "description": "The layout of the form, including horizontal, vertical, and multi-column"
1045
1199
  },
1046
- "a-drawer/title": {
1047
- "description": "Title",
1048
- "type": "string"
1200
+ "a-form/size": {
1201
+ "description": "The size of the form"
1049
1202
  },
1050
- "a-drawer/mask": {
1051
- "description": "Whether to show the mask",
1052
- "type": "boolean"
1203
+ "a-form/label-col-props": {
1204
+ "description": "Label element layout options. The parameters are the same as the `<col>` component",
1205
+ "type": "object"
1053
1206
  },
1054
- "a-drawer/mask-closable": {
1055
- "description": "Click on the mask layer to be able to close",
1056
- "type": "boolean"
1207
+ "a-form/wrapper-col-props": {
1208
+ "description": "Form control layout options. The parameters are the same as the `<col>` component",
1209
+ "type": "object"
1057
1210
  },
1058
- "a-drawer/closable": {
1059
- "description": "Whether to show the close button",
1211
+ "a-form/label-align": {
1212
+ "description": "Alignment direction of the label"
1213
+ },
1214
+ "a-form/disabled": {
1215
+ "description": "Whether to disable the form",
1060
1216
  "type": "boolean"
1061
1217
  },
1062
- "a-drawer/ok-text": {
1063
- "description": "The content of the ok button",
1064
- "type": "string"
1218
+ "a-form/rules": {
1219
+ "description": "Form item validation rules"
1065
1220
  },
1066
- "a-drawer/cancel-text": {
1067
- "description": "The content of the cancel button",
1221
+ "a-form/auto-label-width": {
1222
+ "description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
1223
+ "type": "boolean"
1224
+ },
1225
+ "a-form/id": {
1226
+ "description": "Form `id` attribute and form control `id` prefix",
1068
1227
  "type": "string"
1069
1228
  },
1070
- "a-drawer/ok-loading": {
1071
- "description": "Whether the ok button is in the loading state",
1229
+ "a-form/scroll-to-first-error": {
1230
+ "description": "Scroll to the first error field after verification fails",
1072
1231
  "type": "boolean"
1073
1232
  },
1074
- "a-drawer/ok-button-props": {
1075
- "description": "Props of confirm button"
1233
+ "a-form-item/field": {
1234
+ "description": "The path of the form element in the data object (required for the data item)",
1235
+ "type": "string"
1076
1236
  },
1077
- "a-drawer/cancel-button-props": {
1078
- "description": "Props of cancel button"
1237
+ "a-form-item/label": {
1238
+ "description": "Label text",
1239
+ "type": "string"
1079
1240
  },
1080
- "a-drawer/unmount-on-close": {
1081
- "description": "Whether to uninstall the node when close",
1241
+ "a-form-item/tooltip": {
1242
+ "description": "Tooltip text",
1243
+ "type": "string"
1244
+ },
1245
+ "a-form-item/show-colon": {
1246
+ "description": "Whether to show a colon",
1082
1247
  "type": "boolean"
1083
1248
  },
1084
- "a-drawer/width": {
1085
- "description": "The width of the drawer (only available when placement is right, left)",
1086
- "type": "number|string"
1249
+ "a-form-item/no-style": {
1250
+ "description": "Whether to remove the style",
1251
+ "type": "boolean"
1087
1252
  },
1088
- "a-drawer/height": {
1089
- "description": "The height of the drawer (only available when placement is top, bottom)",
1090
- "type": "number|string"
1253
+ "a-form-item/disabled": {
1254
+ "description": "Whether to disable",
1255
+ "type": "boolean"
1091
1256
  },
1092
- "a-drawer/popup-container": {
1093
- "description": "Mount container for popup"
1257
+ "a-form-item/help": {
1258
+ "description": "Help copywriting",
1259
+ "type": "string"
1094
1260
  },
1095
- "a-drawer/drawer-style": {
1096
- "description": "Drawer style"
1261
+ "a-form-item/extra": {
1262
+ "description": "Additional display copy",
1263
+ "type": "string"
1097
1264
  },
1098
- "a-drawer/body-class": {
1099
- "description": "The classname of the drawer body"
1265
+ "a-form-item/required": {
1266
+ "description": "Is it required",
1267
+ "type": "boolean"
1100
1268
  },
1101
- "a-drawer/body-style": {
1102
- "description": "Drawer body style"
1269
+ "a-form-item/asterisk-position": {
1270
+ "description": "Optionally place an asterisk before/after the label",
1271
+ "type": "string"
1103
1272
  },
1104
- "a-drawer/before-ok": {
1105
- "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."
1273
+ "a-form-item/rules": {
1274
+ "description": "Form item validation rules (The priority is higher than the rules of form)"
1106
1275
  },
1107
- "a-drawer/before-cancel": {
1108
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1276
+ "a-form-item/validate-status": {
1277
+ "description": "Validate status"
1109
1278
  },
1110
- "a-drawer/esc-to-close": {
1111
- "description": "Whether to support the ESC key to close the dialog",
1112
- "type": "boolean"
1279
+ "a-form-item/validate-trigger": {
1280
+ "description": "The event that triggers the verification"
1113
1281
  },
1114
- "a-drawer/render-to-body": {
1115
- "description": "Whether the drawer is mounted under the `body` element",
1116
- "type": "boolean"
1282
+ "a-form-item/label-col-props": {
1283
+ "description": "Label element layout options. The parameters are the same as the `<col>` component",
1284
+ "type": "object"
1117
1285
  },
1118
- "a-drawer/header": {
1119
- "description": "Whether to display high-quality content",
1120
- "type": "boolean"
1286
+ "a-form-item/wrapper-col-props": {
1287
+ "description": "Form control layout options. The parameters are the same as the `<col>` component",
1288
+ "type": "object"
1121
1289
  },
1122
- "a-drawer/footer": {
1123
- "description": "Whether to display the bottom content",
1290
+ "a-form-item/hide-label": {
1291
+ "description": "Whether to hide the label",
1124
1292
  "type": "boolean"
1125
1293
  },
1126
- "a-drawer/hide-cancel": {
1127
- "description": "Whether to hide the cancel button",
1294
+ "a-form-item/hide-asterisk": {
1295
+ "description": "Whether to hide the asterisk",
1128
1296
  "type": "boolean"
1129
1297
  },
1130
- "a-descriptions/data": {
1131
- "description": "Data for descriptions"
1132
- },
1133
- "a-descriptions/column": {
1134
- "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
1298
+ "a-form-item/label-col-style": {
1299
+ "description": "The style of the label element layout component",
1300
+ "type": "object"
1135
1301
  },
1136
- "a-descriptions/title": {
1137
- "description": "Title of descriptions",
1138
- "type": "string"
1302
+ "a-form-item/wrapper-col-style": {
1303
+ "description": "The style of the form control layout component",
1304
+ "type": "object"
1139
1305
  },
1140
- "a-descriptions/layout": {
1141
- "description": "Arrangement of descriptions",
1142
- "type": "string"
1306
+ "a-form-item/row-props": {
1307
+ "description": "Form item layout options. The parameters are the same as the `<row>` component",
1308
+ "type": "object"
1143
1309
  },
1144
- "a-descriptions/align": {
1145
- "description": "Alignment position of text"
1310
+ "a-form-item/row-class": {
1311
+ "description": "The class of the form item layout component",
1312
+ "type": "string|array|object"
1146
1313
  },
1147
- "a-descriptions/size": {
1148
- "description": "The size of the descriptions"
1314
+ "a-form-item/content-class": {
1315
+ "description": "The class of the form control wrapping layer",
1316
+ "type": "string|array|object"
1149
1317
  },
1150
- "a-descriptions/bordered": {
1151
- "description": "Whether to show the border",
1318
+ "a-form-item/content-flex": {
1319
+ "description": "Whether to enable flex layout in the content layer",
1152
1320
  "type": "boolean"
1153
1321
  },
1154
- "a-descriptions/label-style": {
1155
- "description": "Data label style"
1156
- },
1157
- "a-descriptions/value-style": {
1158
- "description": "Data content style"
1159
- },
1160
- "a-descriptions/table-layout": {
1161
- "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
1162
- "type": "string"
1163
- },
1164
- "a-descriptions-item/span": {
1165
- "description": "number of columns",
1166
- "type": "number"
1322
+ "a-form-item/merge-props": {
1323
+ "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"
1167
1324
  },
1168
- "a-descriptions-item/label": {
1169
- "description": "Label",
1170
- "type": "string"
1325
+ "a-form-item/label-col-flex": {
1326
+ "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`.",
1327
+ "type": "number|string"
1171
1328
  },
1172
- "a-empty/description": {
1173
- "description": "Description",
1174
- "type": "string"
1329
+ "a-form-item/feedback": {
1330
+ "description": "Whether to show the feedback icon for the form control",
1331
+ "type": "boolean"
1175
1332
  },
1176
- "a-empty/img-src": {
1177
- "description": "The src of the Custom Image",
1333
+ "a-form-item/label-component": {
1334
+ "description": "The element that the form item label renders",
1178
1335
  "type": "string"
1179
1336
  },
1180
- "a-empty/in-config-provider": {
1181
- "description": "Whether to use in ConfigProvider",
1182
- "type": "boolean"
1337
+ "a-form-item/label-attrs": {
1338
+ "description": "Attributes of the form item element",
1339
+ "type": "object"
1183
1340
  },
1184
1341
  "a-row/gutter": {
1185
1342
  "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."
@@ -1260,28 +1417,142 @@
1260
1417
  "description": "Is it a suffix element",
1261
1418
  "type": "boolean"
1262
1419
  },
1263
- "a-image/preview-visible-change": {
1264
- "description": "Preview opening and closing events"
1420
+ "a-input/input": {
1421
+ "description": "Triggered when the user enters"
1265
1422
  },
1266
- "a-image/src": {
1267
- "description": "Image src",
1268
- "type": "string"
1423
+ "a-input/change": {
1424
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
1269
1425
  },
1270
- "a-image/width": {
1271
- "description": "Image width",
1272
- "type": "string | number"
1426
+ "a-input/press-enter": {
1427
+ "description": "Triggered when the user presses enter"
1273
1428
  },
1274
- "a-image/height": {
1275
- "description": "Image height",
1276
- "type": "string | number"
1429
+ "a-input/clear": {
1430
+ "description": "Triggered when the user clicks the clear button"
1277
1431
  },
1278
- "a-image/title": {
1279
- "description": "Title",
1280
- "type": "string"
1432
+ "a-input/focus": {
1433
+ "description": "Triggered when the input box gets focus"
1281
1434
  },
1282
- "a-image/description": {
1283
- "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
1284
- "type": "string"
1435
+ "a-input/blur": {
1436
+ "description": "Triggered when the input box loses focus"
1437
+ },
1438
+ "a-input/model-value": {
1439
+ "description": "Value",
1440
+ "type": "string"
1441
+ },
1442
+ "a-input/default-value": {
1443
+ "description": "Default value (uncontrolled state)",
1444
+ "type": "string"
1445
+ },
1446
+ "a-input/size": {
1447
+ "description": "Input size"
1448
+ },
1449
+ "a-input/allow-clear": {
1450
+ "description": "Whether to allow the input to be cleared",
1451
+ "type": "boolean"
1452
+ },
1453
+ "a-input/disabled": {
1454
+ "description": "Whether to disable",
1455
+ "type": "boolean"
1456
+ },
1457
+ "a-input/readonly": {
1458
+ "description": "Whether it is read-only",
1459
+ "type": "boolean"
1460
+ },
1461
+ "a-input/error": {
1462
+ "description": "Whether it is an error state",
1463
+ "type": "boolean"
1464
+ },
1465
+ "a-input/placeholder": {
1466
+ "description": "Prompt text",
1467
+ "type": "string"
1468
+ },
1469
+ "a-input/max-length": {
1470
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1471
+ },
1472
+ "a-input/show-word-limit": {
1473
+ "description": "Whether to display word count",
1474
+ "type": "boolean"
1475
+ },
1476
+ "a-input/word-length": {
1477
+ "description": "Calculation method of word length"
1478
+ },
1479
+ "a-input/word-slice": {
1480
+ "description": "Character interception method, used together with wordLength"
1481
+ },
1482
+ "a-input/input-attrs": {
1483
+ "description": "Attributes of inner input elements",
1484
+ "type": "object"
1485
+ },
1486
+ "a-input/prepend": {
1487
+ "description": "Prepend",
1488
+ "type": "string"
1489
+ },
1490
+ "a-input/append": {
1491
+ "description": "Append",
1492
+ "type": "string"
1493
+ },
1494
+ "a-input-password/visibility-change": {
1495
+ "description": "Callback when visibility changes"
1496
+ },
1497
+ "a-input-password/visibility": {
1498
+ "description": "Whether is visible",
1499
+ "type": "boolean"
1500
+ },
1501
+ "a-input-password/default-visibility": {
1502
+ "description": "Default visibility",
1503
+ "type": "boolean"
1504
+ },
1505
+ "a-input-password/invisible-button": {
1506
+ "description": "Whether to show visible buttons",
1507
+ "type": "boolean"
1508
+ },
1509
+ "a-input-search/search": {
1510
+ "description": "Triggered when the search button is clicked"
1511
+ },
1512
+ "a-input-search/search-button": {
1513
+ "description": "Whether it is the rear button mode",
1514
+ "type": "boolean"
1515
+ },
1516
+ "a-input-search/loading": {
1517
+ "description": "Whether it is loading state",
1518
+ "type": "boolean"
1519
+ },
1520
+ "a-input-search/disabled": {
1521
+ "description": "Whether to disable",
1522
+ "type": "boolean"
1523
+ },
1524
+ "a-input-search/size": {
1525
+ "description": "Input size"
1526
+ },
1527
+ "a-input-search/button-text": {
1528
+ "description": "The text of the search button will replace the original icon after use",
1529
+ "type": "string"
1530
+ },
1531
+ "a-input-search/button-props": {
1532
+ "description": "Button props"
1533
+ },
1534
+ "a-image/preview-visible-change": {
1535
+ "description": "Preview opening and closing events"
1536
+ },
1537
+ "a-image/src": {
1538
+ "description": "Image src",
1539
+ "type": "string"
1540
+ },
1541
+ "a-image/width": {
1542
+ "description": "Image width",
1543
+ "type": "string | number"
1544
+ },
1545
+ "a-image/height": {
1546
+ "description": "Image height",
1547
+ "type": "string | number"
1548
+ },
1549
+ "a-image/title": {
1550
+ "description": "Title",
1551
+ "type": "string"
1552
+ },
1553
+ "a-image/description": {
1554
+ "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
1555
+ "type": "string"
1285
1556
  },
1286
1557
  "a-image/fit": {
1287
1558
  "description": "indicate how the image should be resized to fit its container",
@@ -1421,375 +1692,104 @@
1421
1692
  "description": "Whether to disable the action",
1422
1693
  "type": "boolean"
1423
1694
  },
1424
- "a-form/submit": {
1425
- "description": "Triggered when the form is submitted"
1695
+ "a-input-number/change": {
1696
+ "description": "Triggered when the value changes"
1426
1697
  },
1427
- "a-form/submit-success": {
1428
- "description": "Triggered when verification is successful"
1698
+ "a-input-number/focus": {
1699
+ "description": "Triggered when the input gets focus"
1429
1700
  },
1430
- "a-form/submit-failed": {
1431
- "description": "Triggered when verification failed"
1701
+ "a-input-number/blur": {
1702
+ "description": "Triggered when the input box loses focus"
1432
1703
  },
1433
- "a-form/model": {
1434
- "description": "Form data object",
1435
- "type": "object"
1704
+ "a-input-number/clear": {
1705
+ "description": "Triggered when the user clicks the clear button"
1436
1706
  },
1437
- "a-form/layout": {
1438
- "description": "The layout of the form, including horizontal, vertical, and multi-column"
1707
+ "a-input-number/input": {
1708
+ "description": "Triggered on input"
1439
1709
  },
1440
- "a-form/size": {
1441
- "description": "The size of the form"
1710
+ "a-input-number/keydown": {
1711
+ "description": "Triggered on keydown"
1442
1712
  },
1443
- "a-form/label-col-props": {
1444
- "description": "Label element layout options. The parameters are the same as the `<col>` component",
1445
- "type": "object"
1713
+ "a-input-number/model-value": {
1714
+ "description": "Value",
1715
+ "type": "number"
1446
1716
  },
1447
- "a-form/wrapper-col-props": {
1448
- "description": "Form control layout options. The parameters are the same as the `<col>` component",
1449
- "type": "object"
1717
+ "a-input-number/default-value": {
1718
+ "description": "Default value (uncontrolled mode)",
1719
+ "type": "number"
1450
1720
  },
1451
- "a-form/label-align": {
1452
- "description": "Alignment direction of the label"
1721
+ "a-input-number/mode": {
1722
+ "description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
1723
+ "type": "string"
1453
1724
  },
1454
- "a-form/disabled": {
1455
- "description": "Whether to disable the form",
1456
- "type": "boolean"
1725
+ "a-input-number/precision": {
1726
+ "description": "Precision",
1727
+ "type": "number"
1457
1728
  },
1458
- "a-form/rules": {
1459
- "description": "Form item validation rules"
1729
+ "a-input-number/step": {
1730
+ "description": "Number change step",
1731
+ "type": "number"
1460
1732
  },
1461
- "a-form/auto-label-width": {
1462
- "description": "Whether to enable automatic label width, it only takes effect under `layout=\"horizontal\"`.",
1733
+ "a-input-number/disabled": {
1734
+ "description": "Whether to disable",
1463
1735
  "type": "boolean"
1464
1736
  },
1465
- "a-form/id": {
1466
- "description": "Form `id` attribute and form control `id` prefix",
1467
- "type": "string"
1468
- },
1469
- "a-form/scroll-to-first-error": {
1470
- "description": "Scroll to the first error field after verification fails",
1737
+ "a-input-number/error": {
1738
+ "description": "Whether it is an error state",
1471
1739
  "type": "boolean"
1472
1740
  },
1473
- "a-form-item/field": {
1474
- "description": "The path of the form element in the data object (required for the data item)",
1475
- "type": "string"
1741
+ "a-input-number/max": {
1742
+ "description": "Max",
1743
+ "type": "number"
1476
1744
  },
1477
- "a-form-item/label": {
1478
- "description": "Label text",
1479
- "type": "string"
1745
+ "a-input-number/min": {
1746
+ "description": "Min",
1747
+ "type": "number"
1480
1748
  },
1481
- "a-form-item/tooltip": {
1482
- "description": "Tooltip text",
1749
+ "a-input-number/formatter": {
1750
+ "description": "Define the display value of the input"
1751
+ },
1752
+ "a-input-number/parser": {
1753
+ "description": "Convert from `formatter` to number, and use with `formatter`"
1754
+ },
1755
+ "a-input-number/placeholder": {
1756
+ "description": "Input prompt text",
1483
1757
  "type": "string"
1484
1758
  },
1485
- "a-form-item/show-colon": {
1486
- "description": "Whether to show a colon",
1759
+ "a-input-number/hide-button": {
1760
+ "description": "Whether to hide the button",
1487
1761
  "type": "boolean"
1488
1762
  },
1489
- "a-form-item/no-style": {
1490
- "description": "Whether to remove the style",
1491
- "type": "boolean"
1763
+ "a-input-number/size": {
1764
+ "description": "Input size"
1492
1765
  },
1493
- "a-form-item/disabled": {
1494
- "description": "Whether to disable",
1766
+ "a-input-number/allow-clear": {
1767
+ "description": "Whether to allow the input to be cleared",
1495
1768
  "type": "boolean"
1496
1769
  },
1497
- "a-form-item/help": {
1498
- "description": "Help copywriting",
1499
- "type": "string"
1500
- },
1501
- "a-form-item/extra": {
1502
- "description": "Additional display copy",
1770
+ "a-input-number/model-event": {
1771
+ "description": "Trigger event for `v-model`",
1503
1772
  "type": "string"
1504
1773
  },
1505
- "a-form-item/required": {
1506
- "description": "Is it required",
1774
+ "a-input-number/read-only": {
1775
+ "description": "Readonly",
1507
1776
  "type": "boolean"
1508
1777
  },
1509
- "a-form-item/asterisk-position": {
1510
- "description": "Optionally place an asterisk before/after the label",
1511
- "type": "string"
1778
+ "a-input-number/input-attrs": {
1779
+ "description": "Attributes of inner input elements",
1780
+ "type": "object"
1512
1781
  },
1513
- "a-form-item/rules": {
1514
- "description": "Form item validation rules (The priority is higher than the rules of form)"
1782
+ "a-input-tag/change": {
1783
+ "description": "Triggered when the value changes"
1515
1784
  },
1516
- "a-form-item/validate-status": {
1517
- "description": "Validate status"
1785
+ "a-input-tag/input-value-change": {
1786
+ "description": "Trigger when the input value changes"
1518
1787
  },
1519
- "a-form-item/validate-trigger": {
1520
- "description": "The event that triggers the verification"
1788
+ "a-input-tag/press-enter": {
1789
+ "description": "Triggered when the enter key is pressed"
1521
1790
  },
1522
- "a-form-item/label-col-props": {
1523
- "description": "Label element layout options. The parameters are the same as the `<col>` component",
1524
- "type": "object"
1525
- },
1526
- "a-form-item/wrapper-col-props": {
1527
- "description": "Form control layout options. The parameters are the same as the `<col>` component",
1528
- "type": "object"
1529
- },
1530
- "a-form-item/hide-label": {
1531
- "description": "Whether to hide the label",
1532
- "type": "boolean"
1533
- },
1534
- "a-form-item/hide-asterisk": {
1535
- "description": "Whether to hide the asterisk",
1536
- "type": "boolean"
1537
- },
1538
- "a-form-item/label-col-style": {
1539
- "description": "The style of the label element layout component",
1540
- "type": "object"
1541
- },
1542
- "a-form-item/wrapper-col-style": {
1543
- "description": "The style of the form control layout component",
1544
- "type": "object"
1545
- },
1546
- "a-form-item/row-props": {
1547
- "description": "Form item layout options. The parameters are the same as the `<row>` component",
1548
- "type": "object"
1549
- },
1550
- "a-form-item/row-class": {
1551
- "description": "The class of the form item layout component",
1552
- "type": "string|array|object"
1553
- },
1554
- "a-form-item/content-class": {
1555
- "description": "The class of the form control wrapping layer",
1556
- "type": "string|array|object"
1557
- },
1558
- "a-form-item/content-flex": {
1559
- "description": "Whether to enable flex layout in the content layer",
1560
- "type": "boolean"
1561
- },
1562
- "a-form-item/merge-props": {
1563
- "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"
1564
- },
1565
- "a-form-item/label-col-flex": {
1566
- "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`.",
1567
- "type": "number|string"
1568
- },
1569
- "a-form-item/feedback": {
1570
- "description": "Whether to show the feedback icon for the form control",
1571
- "type": "boolean"
1572
- },
1573
- "a-form-item/label-component": {
1574
- "description": "The element that the form item label renders",
1575
- "type": "string"
1576
- },
1577
- "a-form-item/label-attrs": {
1578
- "description": "Attributes of the form item element",
1579
- "type": "object"
1580
- },
1581
- "a-input-number/change": {
1582
- "description": "Triggered when the value changes"
1583
- },
1584
- "a-input-number/focus": {
1585
- "description": "Triggered when the input gets focus"
1586
- },
1587
- "a-input-number/blur": {
1588
- "description": "Triggered when the input box loses focus"
1589
- },
1590
- "a-input-number/clear": {
1591
- "description": "Triggered when the user clicks the clear button"
1592
- },
1593
- "a-input-number/input": {
1594
- "description": "Triggered on input"
1595
- },
1596
- "a-input-number/keydown": {
1597
- "description": "Triggered on keydown"
1598
- },
1599
- "a-input-number/model-value": {
1600
- "description": "Value",
1601
- "type": "number"
1602
- },
1603
- "a-input-number/default-value": {
1604
- "description": "Default value (uncontrolled mode)",
1605
- "type": "number"
1606
- },
1607
- "a-input-number/mode": {
1608
- "description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
1609
- "type": "string"
1610
- },
1611
- "a-input-number/precision": {
1612
- "description": "Precision",
1613
- "type": "number"
1614
- },
1615
- "a-input-number/step": {
1616
- "description": "Number change step",
1617
- "type": "number"
1618
- },
1619
- "a-input-number/disabled": {
1620
- "description": "Whether to disable",
1621
- "type": "boolean"
1622
- },
1623
- "a-input-number/error": {
1624
- "description": "Whether it is an error state",
1625
- "type": "boolean"
1626
- },
1627
- "a-input-number/max": {
1628
- "description": "Max",
1629
- "type": "number"
1630
- },
1631
- "a-input-number/min": {
1632
- "description": "Min",
1633
- "type": "number"
1634
- },
1635
- "a-input-number/formatter": {
1636
- "description": "Define the display value of the input"
1637
- },
1638
- "a-input-number/parser": {
1639
- "description": "Convert from `formatter` to number, and use with `formatter`"
1640
- },
1641
- "a-input-number/placeholder": {
1642
- "description": "Input prompt text",
1643
- "type": "string"
1644
- },
1645
- "a-input-number/hide-button": {
1646
- "description": "Whether to hide the button",
1647
- "type": "boolean"
1648
- },
1649
- "a-input-number/size": {
1650
- "description": "Input size"
1651
- },
1652
- "a-input-number/allow-clear": {
1653
- "description": "Whether to allow the input to be cleared",
1654
- "type": "boolean"
1655
- },
1656
- "a-input-number/model-event": {
1657
- "description": "Trigger event for `v-model`",
1658
- "type": "string"
1659
- },
1660
- "a-input-number/read-only": {
1661
- "description": "Readonly",
1662
- "type": "boolean"
1663
- },
1664
- "a-input-number/input-attrs": {
1665
- "description": "Attributes of inner input elements",
1666
- "type": "object"
1667
- },
1668
- "a-input/input": {
1669
- "description": "Triggered when the user enters"
1670
- },
1671
- "a-input/change": {
1672
- "description": "Only triggered when the input box is out of focus or when you press Enter"
1673
- },
1674
- "a-input/press-enter": {
1675
- "description": "Triggered when the user presses enter"
1676
- },
1677
- "a-input/clear": {
1678
- "description": "Triggered when the user clicks the clear button"
1679
- },
1680
- "a-input/focus": {
1681
- "description": "Triggered when the input box gets focus"
1682
- },
1683
- "a-input/blur": {
1684
- "description": "Triggered when the input box loses focus"
1685
- },
1686
- "a-input/model-value": {
1687
- "description": "Value",
1688
- "type": "string"
1689
- },
1690
- "a-input/default-value": {
1691
- "description": "Default value (uncontrolled state)",
1692
- "type": "string"
1693
- },
1694
- "a-input/size": {
1695
- "description": "Input size"
1696
- },
1697
- "a-input/allow-clear": {
1698
- "description": "Whether to allow the input to be cleared",
1699
- "type": "boolean"
1700
- },
1701
- "a-input/disabled": {
1702
- "description": "Whether to disable",
1703
- "type": "boolean"
1704
- },
1705
- "a-input/readonly": {
1706
- "description": "Whether it is read-only",
1707
- "type": "boolean"
1708
- },
1709
- "a-input/error": {
1710
- "description": "Whether it is an error state",
1711
- "type": "boolean"
1712
- },
1713
- "a-input/placeholder": {
1714
- "description": "Prompt text",
1715
- "type": "string"
1716
- },
1717
- "a-input/max-length": {
1718
- "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1719
- },
1720
- "a-input/show-word-limit": {
1721
- "description": "Whether to display word count",
1722
- "type": "boolean"
1723
- },
1724
- "a-input/word-length": {
1725
- "description": "Calculation method of word length"
1726
- },
1727
- "a-input/word-slice": {
1728
- "description": "Character interception method, used together with wordLength"
1729
- },
1730
- "a-input/input-attrs": {
1731
- "description": "Attributes of inner input elements",
1732
- "type": "object"
1733
- },
1734
- "a-input/prepend": {
1735
- "description": "Prepend",
1736
- "type": "string"
1737
- },
1738
- "a-input/append": {
1739
- "description": "Append",
1740
- "type": "string"
1741
- },
1742
- "a-input-password/visibility-change": {
1743
- "description": "Callback when visibility changes"
1744
- },
1745
- "a-input-password/visibility": {
1746
- "description": "Whether is visible",
1747
- "type": "boolean"
1748
- },
1749
- "a-input-password/default-visibility": {
1750
- "description": "Default visibility",
1751
- "type": "boolean"
1752
- },
1753
- "a-input-password/invisible-button": {
1754
- "description": "Whether to show visible buttons",
1755
- "type": "boolean"
1756
- },
1757
- "a-input-search/search": {
1758
- "description": "Triggered when the search button is clicked"
1759
- },
1760
- "a-input-search/search-button": {
1761
- "description": "Whether it is the rear button mode",
1762
- "type": "boolean"
1763
- },
1764
- "a-input-search/loading": {
1765
- "description": "Whether it is loading state",
1766
- "type": "boolean"
1767
- },
1768
- "a-input-search/disabled": {
1769
- "description": "Whether to disable",
1770
- "type": "boolean"
1771
- },
1772
- "a-input-search/size": {
1773
- "description": "Input size"
1774
- },
1775
- "a-input-search/button-text": {
1776
- "description": "The text of the search button will replace the original icon after use",
1777
- "type": "string"
1778
- },
1779
- "a-input-search/button-props": {
1780
- "description": "Button props"
1781
- },
1782
- "a-input-tag/change": {
1783
- "description": "Triggered when the value changes"
1784
- },
1785
- "a-input-tag/input-value-change": {
1786
- "description": "Trigger when the input value changes"
1787
- },
1788
- "a-input-tag/press-enter": {
1789
- "description": "Triggered when the enter key is pressed"
1790
- },
1791
- "a-input-tag/remove": {
1792
- "description": "Triggered when the delete button of the label is clicked"
1791
+ "a-input-tag/remove": {
1792
+ "description": "Triggered when the delete button of the label is clicked"
1793
1793
  },
1794
1794
  "a-input-tag/clear": {
1795
1795
  "description": "Triggered when the clear button is clicked"
@@ -1996,54 +1996,6 @@
1996
1996
  "description": "Description",
1997
1997
  "type": "string"
1998
1998
  },
1999
- "a-mention/change": {
2000
- "description": "Triggered when the value changes"
2001
- },
2002
- "a-mention/search": {
2003
- "description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
2004
- },
2005
- "a-mention/select": {
2006
- "description": "Triggered when the drop-down option is selected"
2007
- },
2008
- "a-mention/clear": {
2009
- "description": "Triggered when the user clicks the clear button"
2010
- },
2011
- "a-mention/focus": {
2012
- "description": "Emitted when the text box gets focus"
2013
- },
2014
- "a-mention/blur": {
2015
- "description": "Emitted when the text box loses focus"
2016
- },
2017
- "a-mention/model-value": {
2018
- "description": "Value",
2019
- "type": "string"
2020
- },
2021
- "a-mention/default-value": {
2022
- "description": "Default value (uncontrolled state)",
2023
- "type": "string"
2024
- },
2025
- "a-mention/data": {
2026
- "description": "Data for automatic completion"
2027
- },
2028
- "a-mention/prefix": {
2029
- "description": "Keywords that trigger auto-completion"
2030
- },
2031
- "a-mention/split": {
2032
- "description": "Before and after the selected item separator",
2033
- "type": "string"
2034
- },
2035
- "a-mention/type": {
2036
- "description": "default input or textarea",
2037
- "type": "string"
2038
- },
2039
- "a-mention/disabled": {
2040
- "description": "Whether to disable",
2041
- "type": "boolean"
2042
- },
2043
- "a-mention/allow-clear": {
2044
- "description": "Whether to allow the input to be cleared",
2045
- "type": "boolean"
2046
- },
2047
1999
  "a-menu/collapse": {
2048
2000
  "description": "Triggered when the collapsed state changes"
2049
2001
  },
@@ -2150,6 +2102,54 @@
2150
2102
  "description": "Whether to disable",
2151
2103
  "type": "boolean"
2152
2104
  },
2105
+ "a-mention/change": {
2106
+ "description": "Triggered when the value changes"
2107
+ },
2108
+ "a-mention/search": {
2109
+ "description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
2110
+ },
2111
+ "a-mention/select": {
2112
+ "description": "Triggered when the drop-down option is selected"
2113
+ },
2114
+ "a-mention/clear": {
2115
+ "description": "Triggered when the user clicks the clear button"
2116
+ },
2117
+ "a-mention/focus": {
2118
+ "description": "Emitted when the text box gets focus"
2119
+ },
2120
+ "a-mention/blur": {
2121
+ "description": "Emitted when the text box loses focus"
2122
+ },
2123
+ "a-mention/model-value": {
2124
+ "description": "Value",
2125
+ "type": "string"
2126
+ },
2127
+ "a-mention/default-value": {
2128
+ "description": "Default value (uncontrolled state)",
2129
+ "type": "string"
2130
+ },
2131
+ "a-mention/data": {
2132
+ "description": "Data for automatic completion"
2133
+ },
2134
+ "a-mention/prefix": {
2135
+ "description": "Keywords that trigger auto-completion"
2136
+ },
2137
+ "a-mention/split": {
2138
+ "description": "Before and after the selected item separator",
2139
+ "type": "string"
2140
+ },
2141
+ "a-mention/type": {
2142
+ "description": "default input or textarea",
2143
+ "type": "string"
2144
+ },
2145
+ "a-mention/disabled": {
2146
+ "description": "Whether to disable",
2147
+ "type": "boolean"
2148
+ },
2149
+ "a-mention/allow-clear": {
2150
+ "description": "Whether to allow the input to be cleared",
2151
+ "type": "boolean"
2152
+ },
2153
2153
  "a-modal/ok": {
2154
2154
  "description": "Triggered when the OK button is clicked"
2155
2155
  },
@@ -2430,46 +2430,86 @@
2430
2430
  "a-popover/popup-container": {
2431
2431
  "description": "Mount container for pop-up box"
2432
2432
  },
2433
- "a-rate/change": {
2434
- "description": "Trigger when the value changes"
2433
+ "a-pagination/change": {
2434
+ "description": "Triggered when page number changes"
2435
2435
  },
2436
- "a-rate/hover-change": {
2437
- "description": "Triggered when the mouse moves over the value"
2436
+ "a-pagination/page-size-change": {
2437
+ "description": "Triggered when the number of data items changes"
2438
2438
  },
2439
- "a-rate/count": {
2440
- "description": "Total number of rate",
2439
+ "a-pagination/total": {
2440
+ "description": "Total number of data",
2441
2441
  "type": "number"
2442
2442
  },
2443
- "a-rate/model-value": {
2444
- "description": "Value",
2443
+ "a-pagination/current": {
2444
+ "description": "Current page number",
2445
2445
  "type": "number"
2446
2446
  },
2447
- "a-rate/default-value": {
2448
- "description": "Default Value",
2447
+ "a-pagination/default-current": {
2448
+ "description": "The default number of pages (uncontrolled state)",
2449
2449
  "type": "number"
2450
2450
  },
2451
- "a-rate/allow-half": {
2452
- "description": "Whether to allow half selection",
2451
+ "a-pagination/page-size": {
2452
+ "description": "Number of data items displayed per page",
2453
+ "type": "number"
2454
+ },
2455
+ "a-pagination/default-page-size": {
2456
+ "description": "The number of data items displayed per page by default (uncontrolled state)",
2457
+ "type": "number"
2458
+ },
2459
+ "a-pagination/disabled": {
2460
+ "description": "Whether to disable",
2453
2461
  "type": "boolean"
2454
2462
  },
2455
- "a-rate/allow-clear": {
2456
- "description": "Whether to allow clear",
2463
+ "a-pagination/hide-on-single-page": {
2464
+ "description": "Whether to hide pagination when single page",
2457
2465
  "type": "boolean"
2458
2466
  },
2459
- "a-rate/grading": {
2460
- "description": "Whether to enable smile grading",
2461
- "type": "boolean"
2467
+ "a-pagination/simple": {
2468
+ "description": "Whether it is simple mode",
2469
+ "type": "boolean"
2470
+ },
2471
+ "a-pagination/show-total": {
2472
+ "description": "Whether to display the total number of data",
2473
+ "type": "boolean"
2474
+ },
2475
+ "a-pagination/show-more": {
2476
+ "description": "Whether to show more buttons",
2477
+ "type": "boolean"
2478
+ },
2479
+ "a-pagination/show-jumper": {
2480
+ "description": "Whether to show jump",
2481
+ "type": "boolean"
2482
+ },
2483
+ "a-pagination/show-page-size": {
2484
+ "description": "Whether to display the data number selector",
2485
+ "type": "boolean"
2486
+ },
2487
+ "a-pagination/page-size-options": {
2488
+ "description": "Selection list of data number selector"
2489
+ },
2490
+ "a-pagination/page-size-props": {
2491
+ "description": "Props of data number selector"
2492
+ },
2493
+ "a-pagination/size": {
2494
+ "description": "The size of the page selector"
2495
+ },
2496
+ "a-pagination/page-item-style": {
2497
+ "description": "The style of the paging button"
2498
+ },
2499
+ "a-pagination/active-page-item-style": {
2500
+ "description": "The style of the current paging button"
2462
2501
  },
2463
- "a-rate/readonly": {
2464
- "description": "Whether it is readonly",
2465
- "type": "boolean"
2502
+ "a-pagination/base-size": {
2503
+ "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2504
+ "type": "number"
2466
2505
  },
2467
- "a-rate/disabled": {
2468
- "description": "Whether to disable",
2469
- "type": "boolean"
2506
+ "a-pagination/buffer-size": {
2507
+ "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2508
+ "type": "number"
2470
2509
  },
2471
- "a-rate/color": {
2472
- "description": "Color"
2510
+ "a-pagination/auto-adjust": {
2511
+ "description": "Whether to adjust the page number when changing the number of data",
2512
+ "type": "boolean"
2473
2513
  },
2474
2514
  "a-progress/type": {
2475
2515
  "description": "The type of progress bar"
@@ -2561,16 +2601,46 @@
2561
2601
  "description": "Whether to disable",
2562
2602
  "type": "boolean"
2563
2603
  },
2564
- "a-result/status": {
2565
- "description": "The status displayed on the result page"
2604
+ "a-rate/change": {
2605
+ "description": "Trigger when the value changes"
2566
2606
  },
2567
- "a-result/title": {
2568
- "description": "Title",
2569
- "type": "string"
2607
+ "a-rate/hover-change": {
2608
+ "description": "Triggered when the mouse moves over the value"
2570
2609
  },
2571
- "a-result/subtitle": {
2572
- "description": "Subtitle",
2573
- "type": "string"
2610
+ "a-rate/count": {
2611
+ "description": "Total number of rate",
2612
+ "type": "number"
2613
+ },
2614
+ "a-rate/model-value": {
2615
+ "description": "Value",
2616
+ "type": "number"
2617
+ },
2618
+ "a-rate/default-value": {
2619
+ "description": "Default Value",
2620
+ "type": "number"
2621
+ },
2622
+ "a-rate/allow-half": {
2623
+ "description": "Whether to allow half selection",
2624
+ "type": "boolean"
2625
+ },
2626
+ "a-rate/allow-clear": {
2627
+ "description": "Whether to allow clear",
2628
+ "type": "boolean"
2629
+ },
2630
+ "a-rate/grading": {
2631
+ "description": "Whether to enable smile grading",
2632
+ "type": "boolean"
2633
+ },
2634
+ "a-rate/readonly": {
2635
+ "description": "Whether it is readonly",
2636
+ "type": "boolean"
2637
+ },
2638
+ "a-rate/disabled": {
2639
+ "description": "Whether to disable",
2640
+ "type": "boolean"
2641
+ },
2642
+ "a-rate/color": {
2643
+ "description": "Color"
2574
2644
  },
2575
2645
  "a-resize-box/moving-start": {
2576
2646
  "description": "Triggered when dragging starts"
@@ -2596,6 +2666,62 @@
2596
2666
  "a-resize-box/directions": {
2597
2667
  "description": "Can be stretched side, there are up, down, left and right can be used"
2598
2668
  },
2669
+ "a-scrollbar/scroll": {
2670
+ "description": "Triggered when scroll"
2671
+ },
2672
+ "a-scrollbar/type": {
2673
+ "description": "Type",
2674
+ "type": "string"
2675
+ },
2676
+ "a-scrollbar/outer-class": {
2677
+ "description": "Outer class",
2678
+ "type": "string|object|array"
2679
+ },
2680
+ "a-scrollbar/outer-style": {
2681
+ "description": "Outer style"
2682
+ },
2683
+ "a-result/status": {
2684
+ "description": "The status displayed on the result page"
2685
+ },
2686
+ "a-result/title": {
2687
+ "description": "Title",
2688
+ "type": "string"
2689
+ },
2690
+ "a-result/subtitle": {
2691
+ "description": "Subtitle",
2692
+ "type": "string"
2693
+ },
2694
+ "a-skeleton/loading": {
2695
+ "description": "Whether to display the skeleton screen (loading state)",
2696
+ "type": "boolean"
2697
+ },
2698
+ "a-skeleton/animation": {
2699
+ "description": "Whether to enable skeleton screen animation",
2700
+ "type": "boolean"
2701
+ },
2702
+ "a-skeleton-line/rows": {
2703
+ "description": "Number of rows displayed",
2704
+ "type": "number"
2705
+ },
2706
+ "a-skeleton-line/widths": {
2707
+ "description": "The width of the line skeleton"
2708
+ },
2709
+ "a-skeleton-line/line-height": {
2710
+ "description": "Line height of the line skeleton",
2711
+ "type": "number"
2712
+ },
2713
+ "a-skeleton-line/line-spacing": {
2714
+ "description": "Line spacing of line skeleton",
2715
+ "type": "number"
2716
+ },
2717
+ "a-skeleton-shape/shape": {
2718
+ "description": "The shape of the shape skeleton",
2719
+ "type": "string"
2720
+ },
2721
+ "a-skeleton-shape/size": {
2722
+ "description": "The size of the shape skeleton",
2723
+ "type": "string"
2724
+ },
2599
2725
  "a-select/change": {
2600
2726
  "description": "Triggered when the value changes"
2601
2727
  },
@@ -2725,182 +2851,56 @@
2725
2851
  "type": "string"
2726
2852
  },
2727
2853
  "a-select/search-delay": {
2728
- "description": "Delay time to trigger search event",
2729
- "type": "number"
2730
- },
2731
- "a-select/limit": {
2732
- "description": "Maximum number of choices in multiple choice",
2733
- "type": "number"
2734
- },
2735
- "a-select/field-names": {
2736
- "description": "Customize fields in `SelectOptionData`"
2737
- },
2738
- "a-select/scrollbar": {
2739
- "description": "Whether to enable virtual scroll bar"
2740
- },
2741
- "a-select/show-header-on-empty": {
2742
- "description": "Whether to display the header in the empty state",
2743
- "type": "boolean"
2744
- },
2745
- "a-select/show-footer-on-empty": {
2746
- "description": "Whether to display the footer in the empty state",
2747
- "type": "boolean"
2748
- },
2749
- "a-select/tag-nowrap": {
2750
- "description": "Tag content does not wrap",
2751
- "type": "boolean"
2752
- },
2753
- "a-option/value": {
2754
- "description": "Option value (if not filled, it will be obtained from the content)",
2755
- "type": "string|number|boolean|object"
2756
- },
2757
- "a-option/label": {
2758
- "description": "Option label (if not filled, it will be obtained from the content)",
2759
- "type": "string"
2760
- },
2761
- "a-option/disabled": {
2762
- "description": "Whether to disable",
2763
- "type": "boolean"
2764
- },
2765
- "a-option/tag-props": {
2766
- "description": "Displayed tag attributes"
2767
- },
2768
- "a-option/extra": {
2769
- "description": "Extra data",
2770
- "type": "object"
2771
- },
2772
- "a-option/index": {
2773
- "description": "index for manually specifying option",
2774
- "type": "number"
2775
- },
2776
- "a-optgroup/label": {
2777
- "description": "Title of option group",
2778
- "type": "string"
2779
- },
2780
- "a-pagination/change": {
2781
- "description": "Triggered when page number changes"
2782
- },
2783
- "a-pagination/page-size-change": {
2784
- "description": "Triggered when the number of data items changes"
2785
- },
2786
- "a-pagination/total": {
2787
- "description": "Total number of data",
2788
- "type": "number"
2789
- },
2790
- "a-pagination/current": {
2791
- "description": "Current page number",
2792
- "type": "number"
2793
- },
2794
- "a-pagination/default-current": {
2795
- "description": "The default number of pages (uncontrolled state)",
2796
- "type": "number"
2797
- },
2798
- "a-pagination/page-size": {
2799
- "description": "Number of data items displayed per page",
2800
- "type": "number"
2801
- },
2802
- "a-pagination/default-page-size": {
2803
- "description": "The number of data items displayed per page by default (uncontrolled state)",
2804
- "type": "number"
2805
- },
2806
- "a-pagination/disabled": {
2807
- "description": "Whether to disable",
2808
- "type": "boolean"
2809
- },
2810
- "a-pagination/hide-on-single-page": {
2811
- "description": "Whether to hide pagination when single page",
2812
- "type": "boolean"
2813
- },
2814
- "a-pagination/simple": {
2815
- "description": "Whether it is simple mode",
2816
- "type": "boolean"
2817
- },
2818
- "a-pagination/show-total": {
2819
- "description": "Whether to display the total number of data",
2820
- "type": "boolean"
2821
- },
2822
- "a-pagination/show-more": {
2823
- "description": "Whether to show more buttons",
2824
- "type": "boolean"
2825
- },
2826
- "a-pagination/show-jumper": {
2827
- "description": "Whether to show jump",
2828
- "type": "boolean"
2829
- },
2830
- "a-pagination/show-page-size": {
2831
- "description": "Whether to display the data number selector",
2832
- "type": "boolean"
2833
- },
2834
- "a-pagination/page-size-options": {
2835
- "description": "Selection list of data number selector"
2836
- },
2837
- "a-pagination/page-size-props": {
2838
- "description": "Props of data number selector"
2839
- },
2840
- "a-pagination/size": {
2841
- "description": "The size of the page selector"
2842
- },
2843
- "a-pagination/page-item-style": {
2844
- "description": "The style of the paging button"
2845
- },
2846
- "a-pagination/active-page-item-style": {
2847
- "description": "The style of the current paging button"
2848
- },
2849
- "a-pagination/base-size": {
2850
- "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2851
- "type": "number"
2852
- },
2853
- "a-pagination/buffer-size": {
2854
- "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2855
- "type": "number"
2856
- },
2857
- "a-pagination/auto-adjust": {
2858
- "description": "Whether to adjust the page number when changing the number of data",
2859
- "type": "boolean"
2854
+ "description": "Delay time to trigger search event",
2855
+ "type": "number"
2860
2856
  },
2861
- "a-scrollbar/scroll": {
2862
- "description": "Triggered when scroll"
2857
+ "a-select/limit": {
2858
+ "description": "Maximum number of choices in multiple choice",
2859
+ "type": "number"
2863
2860
  },
2864
- "a-scrollbar/type": {
2865
- "description": "Type",
2866
- "type": "string"
2861
+ "a-select/field-names": {
2862
+ "description": "Customize fields in `SelectOptionData`"
2867
2863
  },
2868
- "a-scrollbar/outer-class": {
2869
- "description": "Outer class",
2870
- "type": "string|object|array"
2864
+ "a-select/scrollbar": {
2865
+ "description": "Whether to enable virtual scroll bar"
2871
2866
  },
2872
- "a-scrollbar/outer-style": {
2873
- "description": "Outer style"
2867
+ "a-select/show-header-on-empty": {
2868
+ "description": "Whether to display the header in the empty state",
2869
+ "type": "boolean"
2874
2870
  },
2875
- "a-skeleton/loading": {
2876
- "description": "Whether to display the skeleton screen (loading state)",
2871
+ "a-select/show-footer-on-empty": {
2872
+ "description": "Whether to display the footer in the empty state",
2877
2873
  "type": "boolean"
2878
2874
  },
2879
- "a-skeleton/animation": {
2880
- "description": "Whether to enable skeleton screen animation",
2875
+ "a-select/tag-nowrap": {
2876
+ "description": "Tag content does not wrap",
2881
2877
  "type": "boolean"
2882
2878
  },
2883
- "a-skeleton-line/rows": {
2884
- "description": "Number of rows displayed",
2885
- "type": "number"
2879
+ "a-option/value": {
2880
+ "description": "Option value (if not filled, it will be obtained from the content)",
2881
+ "type": "string|number|boolean|object"
2886
2882
  },
2887
- "a-skeleton-line/widths": {
2888
- "description": "The width of the line skeleton"
2883
+ "a-option/label": {
2884
+ "description": "Option label (if not filled, it will be obtained from the content)",
2885
+ "type": "string"
2889
2886
  },
2890
- "a-skeleton-line/line-height": {
2891
- "description": "Line height of the line skeleton",
2892
- "type": "number"
2887
+ "a-option/disabled": {
2888
+ "description": "Whether to disable",
2889
+ "type": "boolean"
2893
2890
  },
2894
- "a-skeleton-line/line-spacing": {
2895
- "description": "Line spacing of line skeleton",
2896
- "type": "number"
2891
+ "a-option/tag-props": {
2892
+ "description": "Displayed tag attributes"
2897
2893
  },
2898
- "a-skeleton-shape/shape": {
2899
- "description": "The shape of the shape skeleton",
2900
- "type": "string"
2894
+ "a-option/extra": {
2895
+ "description": "Extra data",
2896
+ "type": "object"
2901
2897
  },
2902
- "a-skeleton-shape/size": {
2903
- "description": "The size of the shape skeleton",
2898
+ "a-option/index": {
2899
+ "description": "index for manually specifying option",
2900
+ "type": "number"
2901
+ },
2902
+ "a-optgroup/label": {
2903
+ "description": "Title of option group",
2904
2904
  "type": "string"
2905
2905
  },
2906
2906
  "a-slider/change": {
@@ -2969,82 +2969,26 @@
2969
2969
  "description": "fill the block",
2970
2970
  "type": "boolean"
2971
2971
  },
2972
- "a-statistic/title": {
2973
- "description": "Title of the numerical display",
2974
- "type": "string"
2975
- },
2976
- "a-statistic/value": {
2977
- "description": "Numerical display value"
2978
- },
2979
- "a-statistic/format": {
2980
- "description": "Format of numerical display [dayjs](https://day.js.org/docs/en/display/format) (used in date mode)",
2981
- "type": "string"
2982
- },
2983
- "a-statistic/extra": {
2984
- "description": "Additional display content",
2985
- "type": "string"
2986
- },
2987
- "a-statistic/start": {
2988
- "description": "Whether to start animation",
2989
- "type": "boolean"
2990
- },
2991
- "a-statistic/precision": {
2992
- "description": "Decimal reserved digits (used in digital mode)",
2972
+ "a-spin/size": {
2973
+ "description": "Size",
2993
2974
  "type": "number"
2994
2975
  },
2995
- "a-statistic/separator": {
2996
- "description": "Carry separator (used in number mode)",
2997
- "type": "string"
2998
- },
2999
- "a-statistic/show-group-separator": {
3000
- "description": "Whether to display the carry separator (used in number mode)",
2976
+ "a-spin/loading": {
2977
+ "description": "Whether it is loading state (Only effective in container mode)",
3001
2978
  "type": "boolean"
3002
2979
  },
3003
- "a-statistic/animation": {
3004
- "description": "Whether to turn on animation",
2980
+ "a-spin/dot": {
2981
+ "description": "Whether to use dot type animation",
3005
2982
  "type": "boolean"
3006
2983
  },
3007
- "a-statistic/animation-duration": {
3008
- "description": "Animation's duration time",
3009
- "type": "number"
3010
- },
3011
- "a-statistic/value-from": {
3012
- "description": "The starting value of the animation",
3013
- "type": "number"
3014
- },
3015
- "a-statistic/placeholder": {
3016
- "description": "Prompt text (displayed when value is undefined )",
3017
- "type": "string"
3018
- },
3019
- "a-statistic/value-style": {
3020
- "description": "Custom value style"
3021
- },
3022
- "a-countdown/finish": {
3023
- "description": "Callback at the end of the countdown"
3024
- },
3025
- "a-countdown/title": {
3026
- "description": "Countdown title",
3027
- "type": "string"
3028
- },
3029
- "a-countdown/value": {
3030
- "description": "Countdown value",
3031
- "type": "number"
3032
- },
3033
- "a-countdown/now": {
3034
- "description": "Used to correct the incorrect display of the initialization time",
3035
- "type": "number"
3036
- },
3037
- "a-countdown/format": {
3038
- "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
2984
+ "a-spin/tip": {
2985
+ "description": "Prompt content",
3039
2986
  "type": "string"
3040
2987
  },
3041
- "a-countdown/start": {
3042
- "description": "Whether to start the countdown",
2988
+ "a-spin/hide-icon": {
2989
+ "description": "Whether to hide the icon",
3043
2990
  "type": "boolean"
3044
2991
  },
3045
- "a-countdown/value-style": {
3046
- "description": "Custom value style"
3047
- },
3048
2992
  "a-split/move-start": {
3049
2993
  "description": "Triggered before dragging"
3050
2994
  },
@@ -3082,66 +3026,6 @@
3082
3026
  "description": "Whether to disable",
3083
3027
  "type": "boolean"
3084
3028
  },
3085
- "a-switch/change": {
3086
- "description": "Trigger when the value changes"
3087
- },
3088
- "a-switch/focus": {
3089
- "description": "Triggered when the component gets focus"
3090
- },
3091
- "a-switch/blur": {
3092
- "description": "Fired when the component loses focus"
3093
- },
3094
- "a-switch/model-value": {
3095
- "description": "Value",
3096
- "type": "string|number|boolean"
3097
- },
3098
- "a-switch/default-checked": {
3099
- "description": "Default selected state (uncontrolled state)",
3100
- "type": "boolean"
3101
- },
3102
- "a-switch/disabled": {
3103
- "description": "Whether to disable",
3104
- "type": "boolean"
3105
- },
3106
- "a-switch/loading": {
3107
- "description": "Whether it is loading state",
3108
- "type": "boolean"
3109
- },
3110
- "a-switch/type": {
3111
- "description": "Type of switch",
3112
- "type": "string"
3113
- },
3114
- "a-switch/size": {
3115
- "description": "Size of switch",
3116
- "type": "string"
3117
- },
3118
- "a-switch/checked-value": {
3119
- "description": "Value when checked",
3120
- "type": "string|number|boolean"
3121
- },
3122
- "a-switch/unchecked-value": {
3123
- "description": "Value when unchecked",
3124
- "type": "string|number|boolean"
3125
- },
3126
- "a-switch/checked-color": {
3127
- "description": "The color of the switch when checked",
3128
- "type": "string"
3129
- },
3130
- "a-switch/unchecked-color": {
3131
- "description": "The color of the switch when unchecked",
3132
- "type": "string"
3133
- },
3134
- "a-switch/before-change": {
3135
- "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"
3136
- },
3137
- "a-switch/checked-text": {
3138
- "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3139
- "type": "string"
3140
- },
3141
- "a-switch/unchecked-text": {
3142
- "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3143
- "type": "string"
3144
- },
3145
3029
  "a-steps/change": {
3146
3030
  "description": "Triggered when the number of steps changes"
3147
3031
  },
@@ -3192,26 +3076,82 @@
3192
3076
  "description": "Whether to disable",
3193
3077
  "type": "boolean"
3194
3078
  },
3195
- "a-spin/size": {
3196
- "description": "Size",
3079
+ "a-statistic/title": {
3080
+ "description": "Title of the numerical display",
3081
+ "type": "string"
3082
+ },
3083
+ "a-statistic/value": {
3084
+ "description": "Numerical display value"
3085
+ },
3086
+ "a-statistic/format": {
3087
+ "description": "Format of numerical display [dayjs](https://day.js.org/docs/en/display/format) (used in date mode)",
3088
+ "type": "string"
3089
+ },
3090
+ "a-statistic/extra": {
3091
+ "description": "Additional display content",
3092
+ "type": "string"
3093
+ },
3094
+ "a-statistic/start": {
3095
+ "description": "Whether to start animation",
3096
+ "type": "boolean"
3097
+ },
3098
+ "a-statistic/precision": {
3099
+ "description": "Decimal reserved digits (used in digital mode)",
3100
+ "type": "number"
3101
+ },
3102
+ "a-statistic/separator": {
3103
+ "description": "Carry separator (used in number mode)",
3104
+ "type": "string"
3105
+ },
3106
+ "a-statistic/show-group-separator": {
3107
+ "description": "Whether to display the carry separator (used in number mode)",
3108
+ "type": "boolean"
3109
+ },
3110
+ "a-statistic/animation": {
3111
+ "description": "Whether to turn on animation",
3112
+ "type": "boolean"
3113
+ },
3114
+ "a-statistic/animation-duration": {
3115
+ "description": "Animation's duration time",
3116
+ "type": "number"
3117
+ },
3118
+ "a-statistic/value-from": {
3119
+ "description": "The starting value of the animation",
3120
+ "type": "number"
3121
+ },
3122
+ "a-statistic/placeholder": {
3123
+ "description": "Prompt text (displayed when value is undefined )",
3124
+ "type": "string"
3125
+ },
3126
+ "a-statistic/value-style": {
3127
+ "description": "Custom value style"
3128
+ },
3129
+ "a-countdown/finish": {
3130
+ "description": "Callback at the end of the countdown"
3131
+ },
3132
+ "a-countdown/title": {
3133
+ "description": "Countdown title",
3134
+ "type": "string"
3135
+ },
3136
+ "a-countdown/value": {
3137
+ "description": "Countdown value",
3197
3138
  "type": "number"
3198
3139
  },
3199
- "a-spin/loading": {
3200
- "description": "Whether it is loading state (Only effective in container mode)",
3201
- "type": "boolean"
3202
- },
3203
- "a-spin/dot": {
3204
- "description": "Whether to use dot type animation",
3205
- "type": "boolean"
3140
+ "a-countdown/now": {
3141
+ "description": "Used to correct the incorrect display of the initialization time",
3142
+ "type": "number"
3206
3143
  },
3207
- "a-spin/tip": {
3208
- "description": "Prompt content",
3144
+ "a-countdown/format": {
3145
+ "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
3209
3146
  "type": "string"
3210
3147
  },
3211
- "a-spin/hide-icon": {
3212
- "description": "Whether to hide the icon",
3148
+ "a-countdown/start": {
3149
+ "description": "Whether to start the countdown",
3213
3150
  "type": "boolean"
3214
3151
  },
3152
+ "a-countdown/value-style": {
3153
+ "description": "Custom value style"
3154
+ },
3215
3155
  "a-table/expand": {
3216
3156
  "description": "Triggered when a row is clicked to expand"
3217
3157
  },
@@ -3459,102 +3399,66 @@
3459
3399
  "description": "Whether to show text hints when omitted",
3460
3400
  "type": "boolean|object"
3461
3401
  },
3462
- "a-textarea/input": {
3463
- "description": "Emitted when the user enters"
3464
- },
3465
- "a-textarea/change": {
3466
- "description": "Only emitted when the textarea is out of focus"
3467
- },
3468
- "a-textarea/clear": {
3469
- "description": "Emitted when the clear button is clicked"
3402
+ "a-switch/change": {
3403
+ "description": "Trigger when the value changes"
3470
3404
  },
3471
- "a-textarea/focus": {
3472
- "description": "Emitted when the textarea gets focus"
3405
+ "a-switch/focus": {
3406
+ "description": "Triggered when the component gets focus"
3473
3407
  },
3474
- "a-textarea/blur": {
3475
- "description": "Emitted when the textarea loses focus"
3408
+ "a-switch/blur": {
3409
+ "description": "Fired when the component loses focus"
3476
3410
  },
3477
- "a-textarea/model-value": {
3411
+ "a-switch/model-value": {
3478
3412
  "description": "Value",
3479
- "type": "string"
3480
- },
3481
- "a-textarea/default-value": {
3482
- "description": "Default value (uncontrolled state)",
3483
- "type": "string"
3484
- },
3485
- "a-textarea/placeholder": {
3486
- "description": "Placeholder",
3487
- "type": "string"
3488
- },
3489
- "a-textarea/disabled": {
3490
- "description": "Whether to disable",
3491
- "type": "boolean"
3492
- },
3493
- "a-textarea/error": {
3494
- "description": "Whether it is an error state",
3495
- "type": "boolean"
3496
- },
3497
- "a-textarea/max-length": {
3498
- "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3413
+ "type": "string|number|boolean"
3499
3414
  },
3500
- "a-textarea/show-word-limit": {
3501
- "description": "Whether to display word count",
3415
+ "a-switch/default-checked": {
3416
+ "description": "Default selected state (uncontrolled state)",
3502
3417
  "type": "boolean"
3503
3418
  },
3504
- "a-textarea/allow-clear": {
3505
- "description": "Whether to allow clearing the text",
3419
+ "a-switch/disabled": {
3420
+ "description": "Whether to disable",
3506
3421
  "type": "boolean"
3507
3422
  },
3508
- "a-textarea/auto-size": {
3509
- "description": "Whether to make the textarea adapt to the height of the content"
3510
- },
3511
- "a-textarea/word-length": {
3512
- "description": "Calculation method of word length"
3513
- },
3514
- "a-textarea/word-slice": {
3515
- "description": "Character interception method, used together with wordLength"
3516
- },
3517
- "a-textarea/textarea-attrs": {
3518
- "description": "Attributes passed to textarea"
3519
- },
3520
- "a-timeline/reverse": {
3521
- "description": "Whether reverse order",
3423
+ "a-switch/loading": {
3424
+ "description": "Whether it is loading state",
3522
3425
  "type": "boolean"
3523
3426
  },
3524
- "a-timeline/direction": {
3525
- "description": "Timeline direction"
3427
+ "a-switch/type": {
3428
+ "description": "Type of switch",
3429
+ "type": "string"
3526
3430
  },
3527
- "a-timeline/mode": {
3528
- "description": "The display mode of Timeline"
3431
+ "a-switch/size": {
3432
+ "description": "Size of switch",
3433
+ "type": "string"
3529
3434
  },
3530
- "a-timeline/pending": {
3531
- "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",
3532
- "type": "boolean|string"
3435
+ "a-switch/checked-value": {
3436
+ "description": "Value when checked",
3437
+ "type": "string|number|boolean"
3533
3438
  },
3534
- "a-timeline/label-position": {
3535
- "description": "Position of label text"
3439
+ "a-switch/unchecked-value": {
3440
+ "description": "Value when unchecked",
3441
+ "type": "string|number|boolean"
3536
3442
  },
3537
- "a-timeline-item/dot-color": {
3538
- "description": "Dot color",
3443
+ "a-switch/checked-color": {
3444
+ "description": "The color of the switch when checked",
3539
3445
  "type": "string"
3540
3446
  },
3541
- "a-timeline-item/dot-type": {
3542
- "description": "Dot type"
3447
+ "a-switch/unchecked-color": {
3448
+ "description": "The color of the switch when unchecked",
3449
+ "type": "string"
3543
3450
  },
3544
- "a-timeline-item/line-type": {
3545
- "description": "Line type"
3451
+ "a-switch/before-change": {
3452
+ "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"
3546
3453
  },
3547
- "a-timeline-item/line-color": {
3548
- "description": "Line Color",
3454
+ "a-switch/checked-text": {
3455
+ "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3549
3456
  "type": "string"
3550
3457
  },
3551
- "a-timeline-item/label": {
3552
- "description": "Label text",
3458
+ "a-switch/unchecked-text": {
3459
+ "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3553
3460
  "type": "string"
3554
3461
  },
3555
- "a-timeline-item/position": {
3556
- "description": "Item position"
3557
- },
3558
3462
  "a-tabs/change": {
3559
3463
  "description": "Triggered when the current tag value changes"
3560
3464
  },
@@ -3591,59 +3495,166 @@
3591
3495
  "description": "Whether to enable editable mode",
3592
3496
  "type": "boolean"
3593
3497
  },
3594
- "a-tabs/show-add-button": {
3595
- "description": "Whether to display the add button (only available in editable mode)",
3596
- "type": "boolean"
3498
+ "a-tabs/show-add-button": {
3499
+ "description": "Whether to display the add button (only available in editable mode)",
3500
+ "type": "boolean"
3501
+ },
3502
+ "a-tabs/destroy-on-hide": {
3503
+ "description": "Whether to destroy the content when the label is not displayed",
3504
+ "type": "boolean"
3505
+ },
3506
+ "a-tabs/lazy-load": {
3507
+ "description": "Whether to mount the content when the label is first displayed",
3508
+ "type": "boolean"
3509
+ },
3510
+ "a-tabs/justify": {
3511
+ "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3512
+ "type": "boolean"
3513
+ },
3514
+ "a-tabs/animation": {
3515
+ "description": "Whether to enable option content transition animation",
3516
+ "type": "boolean"
3517
+ },
3518
+ "a-tabs/header-padding": {
3519
+ "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",
3520
+ "type": "boolean"
3521
+ },
3522
+ "a-tabs/auto-switch": {
3523
+ "description": "Whether to switch to a new tab after creating a tab (the last one)",
3524
+ "type": "boolean"
3525
+ },
3526
+ "a-tabs/hide-content": {
3527
+ "description": "Whether to hide content",
3528
+ "type": "boolean"
3529
+ },
3530
+ "a-tabs/trigger": {
3531
+ "description": "Trigger method"
3532
+ },
3533
+ "a-tabs/scroll-position": {
3534
+ "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"
3535
+ },
3536
+ "a-tab-pane/title": {
3537
+ "description": "Title of the tab",
3538
+ "type": "string"
3539
+ },
3540
+ "a-tab-pane/disabled": {
3541
+ "description": "Whether to disable",
3542
+ "type": "boolean"
3543
+ },
3544
+ "a-tab-pane/closable": {
3545
+ "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3546
+ "type": "boolean"
3547
+ },
3548
+ "a-tab-pane/destroy-on-hide": {
3549
+ "description": "Whether to destroy the content when the label is not displayed",
3550
+ "type": "boolean"
3551
+ },
3552
+ "a-tag/close": {
3553
+ "description": "Emitted when the close button is clicked"
3554
+ },
3555
+ "a-tag/check": {
3556
+ "description": "Emitted when the user check (emit only in the checkable mode)"
3557
+ },
3558
+ "a-tag/color": {
3559
+ "description": "Label color"
3560
+ },
3561
+ "a-tag/size": {
3562
+ "description": "Label size",
3563
+ "type": "string"
3564
+ },
3565
+ "a-tag/bordered": {
3566
+ "description": "Whether the tag is bordered",
3567
+ "type": "boolean"
3568
+ },
3569
+ "a-tag/visible": {
3570
+ "description": "Whether the tag is visible",
3571
+ "type": "boolean"
3572
+ },
3573
+ "a-tag/default-visible": {
3574
+ "description": "Whether the tag is visible by default",
3575
+ "type": "boolean"
3576
+ },
3577
+ "a-tag/loading": {
3578
+ "description": "Whether the tag is loading state",
3579
+ "type": "boolean"
3580
+ },
3581
+ "a-tag/closable": {
3582
+ "description": "Whether the tag can be closed",
3583
+ "type": "boolean"
3584
+ },
3585
+ "a-tag/checkable": {
3586
+ "description": "Whether the tag can be checked",
3587
+ "type": "boolean"
3588
+ },
3589
+ "a-tag/checked": {
3590
+ "description": "Whether the tag is checked (available when the tag is checkable)",
3591
+ "type": "boolean"
3592
+ },
3593
+ "a-tag/default-checked": {
3594
+ "description": "Whether the tag is checked by default (available when the tag is checkable)",
3595
+ "type": "boolean"
3596
+ },
3597
+ "a-tag/nowrap": {
3598
+ "description": "Tag content does not wrap",
3599
+ "type": "boolean"
3600
+ },
3601
+ "a-textarea/input": {
3602
+ "description": "Emitted when the user enters"
3603
+ },
3604
+ "a-textarea/change": {
3605
+ "description": "Only emitted when the textarea is out of focus"
3606
+ },
3607
+ "a-textarea/clear": {
3608
+ "description": "Emitted when the clear button is clicked"
3609
+ },
3610
+ "a-textarea/focus": {
3611
+ "description": "Emitted when the textarea gets focus"
3612
+ },
3613
+ "a-textarea/blur": {
3614
+ "description": "Emitted when the textarea loses focus"
3615
+ },
3616
+ "a-textarea/model-value": {
3617
+ "description": "Value",
3618
+ "type": "string"
3597
3619
  },
3598
- "a-tabs/destroy-on-hide": {
3599
- "description": "Whether to destroy the content when the label is not displayed",
3600
- "type": "boolean"
3620
+ "a-textarea/default-value": {
3621
+ "description": "Default value (uncontrolled state)",
3622
+ "type": "string"
3601
3623
  },
3602
- "a-tabs/lazy-load": {
3603
- "description": "Whether to mount the content when the label is first displayed",
3604
- "type": "boolean"
3624
+ "a-textarea/placeholder": {
3625
+ "description": "Placeholder",
3626
+ "type": "string"
3605
3627
  },
3606
- "a-tabs/justify": {
3607
- "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3628
+ "a-textarea/disabled": {
3629
+ "description": "Whether to disable",
3608
3630
  "type": "boolean"
3609
3631
  },
3610
- "a-tabs/animation": {
3611
- "description": "Whether to enable option content transition animation",
3632
+ "a-textarea/error": {
3633
+ "description": "Whether it is an error state",
3612
3634
  "type": "boolean"
3613
3635
  },
3614
- "a-tabs/header-padding": {
3615
- "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",
3616
- "type": "boolean"
3636
+ "a-textarea/max-length": {
3637
+ "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3617
3638
  },
3618
- "a-tabs/auto-switch": {
3619
- "description": "Whether to switch to a new tab after creating a tab (the last one)",
3639
+ "a-textarea/show-word-limit": {
3640
+ "description": "Whether to display word count",
3620
3641
  "type": "boolean"
3621
3642
  },
3622
- "a-tabs/hide-content": {
3623
- "description": "Whether to hide content",
3643
+ "a-textarea/allow-clear": {
3644
+ "description": "Whether to allow clearing the text",
3624
3645
  "type": "boolean"
3625
3646
  },
3626
- "a-tabs/trigger": {
3627
- "description": "Trigger method"
3628
- },
3629
- "a-tabs/scroll-position": {
3630
- "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"
3631
- },
3632
- "a-tab-pane/title": {
3633
- "description": "Title of the tab",
3634
- "type": "string"
3647
+ "a-textarea/auto-size": {
3648
+ "description": "Whether to make the textarea adapt to the height of the content"
3635
3649
  },
3636
- "a-tab-pane/disabled": {
3637
- "description": "Whether to disable",
3638
- "type": "boolean"
3650
+ "a-textarea/word-length": {
3651
+ "description": "Calculation method of word length"
3639
3652
  },
3640
- "a-tab-pane/closable": {
3641
- "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3642
- "type": "boolean"
3653
+ "a-textarea/word-slice": {
3654
+ "description": "Character interception method, used together with wordLength"
3643
3655
  },
3644
- "a-tab-pane/destroy-on-hide": {
3645
- "description": "Whether to destroy the content when the label is not displayed",
3646
- "type": "boolean"
3656
+ "a-textarea/textarea-attrs": {
3657
+ "description": "Attributes passed to textarea"
3647
3658
  },
3648
3659
  "a-time-picker/change": {
3649
3660
  "description": "The component value changes"
@@ -3739,60 +3750,264 @@
3739
3750
  "description": "Whether to destroy the dom structure after closing",
3740
3751
  "type": "boolean"
3741
3752
  },
3753
+ "a-timeline/reverse": {
3754
+ "description": "Whether reverse order",
3755
+ "type": "boolean"
3756
+ },
3757
+ "a-timeline/direction": {
3758
+ "description": "Timeline direction"
3759
+ },
3760
+ "a-timeline/mode": {
3761
+ "description": "The display mode of Timeline"
3762
+ },
3763
+ "a-timeline/pending": {
3764
+ "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",
3765
+ "type": "boolean|string"
3766
+ },
3767
+ "a-timeline/label-position": {
3768
+ "description": "Position of label text"
3769
+ },
3770
+ "a-timeline-item/dot-color": {
3771
+ "description": "Dot color",
3772
+ "type": "string"
3773
+ },
3774
+ "a-timeline-item/dot-type": {
3775
+ "description": "Dot type"
3776
+ },
3777
+ "a-timeline-item/line-type": {
3778
+ "description": "Line type"
3779
+ },
3780
+ "a-timeline-item/line-color": {
3781
+ "description": "Line Color",
3782
+ "type": "string"
3783
+ },
3784
+ "a-timeline-item/label": {
3785
+ "description": "Label text",
3786
+ "type": "string"
3787
+ },
3788
+ "a-timeline-item/position": {
3789
+ "description": "Item position"
3790
+ },
3742
3791
  "a-transfer/change": {
3743
3792
  "description": "Triggered when the value of the target selection box changes"
3744
3793
  },
3745
- "a-transfer/select": {
3746
- "description": "Triggered when the selected value changes"
3794
+ "a-transfer/select": {
3795
+ "description": "Triggered when the selected value changes"
3796
+ },
3797
+ "a-transfer/search": {
3798
+ "description": "Triggered when the user searches"
3799
+ },
3800
+ "a-transfer/data": {
3801
+ "description": "Data of the transfer"
3802
+ },
3803
+ "a-transfer/model-value": {
3804
+ "description": "Value in the target selection box"
3805
+ },
3806
+ "a-transfer/default-value": {
3807
+ "description": "The default value in the target selection box (uncontrolled state)"
3808
+ },
3809
+ "a-transfer/selected": {
3810
+ "description": "Selected option value"
3811
+ },
3812
+ "a-transfer/default-selected": {
3813
+ "description": "The option value selected by default (uncontrolled state)"
3814
+ },
3815
+ "a-transfer/disabled": {
3816
+ "description": "Whether to disable",
3817
+ "type": "boolean"
3818
+ },
3819
+ "a-transfer/simple": {
3820
+ "description": "Whether to open the simple mode (click the option to move)",
3821
+ "type": "boolean"
3822
+ },
3823
+ "a-transfer/one-way": {
3824
+ "description": "Whether to open the one-way mode (only move to the target selection box)",
3825
+ "type": "boolean"
3826
+ },
3827
+ "a-transfer/show-search": {
3828
+ "description": "Whether to show the search input",
3829
+ "type": "boolean"
3830
+ },
3831
+ "a-transfer/show-select-all": {
3832
+ "description": "Whether show select all checkbox on the header",
3833
+ "type": "boolean"
3834
+ },
3835
+ "a-transfer/title": {
3836
+ "description": "The title of the source and target selection boxes"
3837
+ },
3838
+ "a-transfer/source-input-search-props": {
3839
+ "description": "Search box configuration for source selection box",
3840
+ "type": "object"
3841
+ },
3842
+ "a-transfer/target-input-search-props": {
3843
+ "description": "Search box configuration for target selection box",
3844
+ "type": "object"
3845
+ },
3846
+ "a-tooltip/popup-visible-change": {
3847
+ "description": "Emitted when the tooltip display status changes"
3848
+ },
3849
+ "a-tooltip/popup-visible": {
3850
+ "description": "Whether the tooltip is visible",
3851
+ "type": "boolean"
3852
+ },
3853
+ "a-tooltip/default-popup-visible": {
3854
+ "description": "Whether the tooltip is visible by default (uncontrolled mode)",
3855
+ "type": "boolean"
3856
+ },
3857
+ "a-tooltip/disabled": {
3858
+ "description": "Whether to disable the tooltip",
3859
+ "type": "boolean"
3860
+ },
3861
+ "a-tooltip/content": {
3862
+ "description": "Tooltip content",
3863
+ "type": "string"
3864
+ },
3865
+ "a-tooltip/position": {
3866
+ "description": "Popup position"
3867
+ },
3868
+ "a-tooltip/mini": {
3869
+ "description": "Whether to display as a mini size",
3870
+ "type": "boolean"
3871
+ },
3872
+ "a-tooltip/background-color": {
3873
+ "description": "Background color of the popover",
3874
+ "type": "string"
3875
+ },
3876
+ "a-tooltip/content-class": {
3877
+ "description": "The class name of the popup content"
3878
+ },
3879
+ "a-tooltip/content-style": {
3880
+ "description": "The style of the popup content"
3881
+ },
3882
+ "a-tooltip/arrow-class": {
3883
+ "description": "The class name of the popup arrow"
3884
+ },
3885
+ "a-tooltip/arrow-style": {
3886
+ "description": "The style of the popup arrow"
3887
+ },
3888
+ "a-tooltip/popup-container": {
3889
+ "description": "Mount container for popup"
3890
+ },
3891
+ "a-tree/select": {
3892
+ "description": "Triggered when the tree node is clicked"
3893
+ },
3894
+ "a-tree/check": {
3895
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
3896
+ },
3897
+ "a-tree/expand": {
3898
+ "description": "Expand/close"
3899
+ },
3900
+ "a-tree/drag-start": {
3901
+ "description": "Node starts dragging"
3902
+ },
3903
+ "a-tree/drag-end": {
3904
+ "description": "Node end drag"
3905
+ },
3906
+ "a-tree/drag-over": {
3907
+ "description": "The node is dragged to the releasable target"
3908
+ },
3909
+ "a-tree/drag-leave": {
3910
+ "description": "Node leaves to release the target"
3911
+ },
3912
+ "a-tree/drop": {
3913
+ "description": "The node is released on a releasable target"
3914
+ },
3915
+ "a-tree/size": {
3916
+ "description": "Size",
3917
+ "type": "string"
3918
+ },
3919
+ "a-tree/block-node": {
3920
+ "description": "Whether the node occupies a row",
3921
+ "type": "boolean"
3922
+ },
3923
+ "a-tree/default-expand-all": {
3924
+ "description": "Whether to expand the parent node by default",
3925
+ "type": "boolean"
3926
+ },
3927
+ "a-tree/multiple": {
3928
+ "description": "Whether to support multiple selection",
3929
+ "type": "boolean"
3930
+ },
3931
+ "a-tree/checkable": {
3932
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
3933
+ },
3934
+ "a-tree/selectable": {
3935
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
3936
+ },
3937
+ "a-tree/check-strictly": {
3938
+ "description": "Whether to cancel the parent-child node association",
3939
+ "type": "boolean"
3940
+ },
3941
+ "a-tree/checked-strategy": {
3942
+ "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",
3943
+ "type": "string"
3944
+ },
3945
+ "a-tree/default-selected-keys": {
3946
+ "description": "Tree node selected by default"
3947
+ },
3948
+ "a-tree/selected-keys": {
3949
+ "description": "Selected tree node"
3747
3950
  },
3748
- "a-transfer/search": {
3749
- "description": "Triggered when the user searches"
3951
+ "a-tree/default-checked-keys": {
3952
+ "description": "Tree node with checkbox selected by default"
3750
3953
  },
3751
- "a-transfer/data": {
3752
- "description": "Data of the transfer"
3954
+ "a-tree/checked-keys": {
3955
+ "description": "Tree node with check box selected"
3753
3956
  },
3754
- "a-transfer/model-value": {
3755
- "description": "Value in the target selection box"
3957
+ "a-tree/default-expanded-keys": {
3958
+ "description": "Nodes expanded by default"
3756
3959
  },
3757
- "a-transfer/default-value": {
3758
- "description": "The default value in the target selection box (uncontrolled state)"
3960
+ "a-tree/expanded-keys": {
3961
+ "description": "Expanded node"
3759
3962
  },
3760
- "a-transfer/selected": {
3761
- "description": "Selected option value"
3963
+ "a-tree/data": {
3964
+ "description": "Pass in `data` to generate the corresponding tree structure"
3762
3965
  },
3763
- "a-transfer/default-selected": {
3764
- "description": "The option value selected by default (uncontrolled state)"
3966
+ "a-tree/field-names": {
3967
+ "description": "Specify the field name in the node data"
3765
3968
  },
3766
- "a-transfer/disabled": {
3767
- "description": "Whether to disable",
3969
+ "a-tree/show-line": {
3970
+ "description": "Whether to display the connection line",
3768
3971
  "type": "boolean"
3769
3972
  },
3770
- "a-transfer/simple": {
3771
- "description": "Whether to open the simple mode (click the option to move)",
3973
+ "a-tree/load-more": {
3974
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
3975
+ },
3976
+ "a-tree/draggable": {
3977
+ "description": "Whether it can be dragged",
3772
3978
  "type": "boolean"
3773
3979
  },
3774
- "a-transfer/one-way": {
3775
- "description": "Whether to open the one-way mode (only move to the target selection box)",
3980
+ "a-tree/allow-drop": {
3981
+ "description": "Whether to allow release on a node when dragging"
3982
+ },
3983
+ "a-tree/virtual-list-props": {
3984
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
3985
+ },
3986
+ "a-tree/default-expand-selected": {
3987
+ "description": "Whether to expand the parent node of the selected node by default",
3776
3988
  "type": "boolean"
3777
3989
  },
3778
- "a-transfer/show-search": {
3779
- "description": "Whether to show the search input",
3990
+ "a-tree/default-expand-checked": {
3991
+ "description": "Whether to expand the parent node of the checked node by default",
3780
3992
  "type": "boolean"
3781
3993
  },
3782
- "a-transfer/show-select-all": {
3783
- "description": "Whether show select all checkbox on the header",
3994
+ "a-tree/auto-expand-parent": {
3995
+ "description": "Whether to automatically expand the parent node of the expanded node",
3784
3996
  "type": "boolean"
3785
3997
  },
3786
- "a-transfer/title": {
3787
- "description": "The title of the source and target selection boxes"
3998
+ "a-tree/half-checked-keys": {
3999
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
3788
4000
  },
3789
- "a-transfer/source-input-search-props": {
3790
- "description": "Search box configuration for source selection box",
3791
- "type": "object"
4001
+ "a-tree/only-check-leaf": {
4002
+ "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)",
4003
+ "type": "boolean"
3792
4004
  },
3793
- "a-transfer/target-input-search-props": {
3794
- "description": "Search box configuration for target selection box",
3795
- "type": "object"
4005
+ "a-tree/animation": {
4006
+ "description": "Whether to enable expand transition animation",
4007
+ "type": "boolean"
4008
+ },
4009
+ "a-tree/action-on-node-click": {
4010
+ "description": "The action triggered when the node is clicked"
3796
4011
  },
3797
4012
  "a-tree-select/change": {
3798
4013
  "description": "Trigger when the value changes"
@@ -3933,55 +4148,135 @@
3933
4148
  "description": "The default value of the input (uncontrolled mode)",
3934
4149
  "type": "string"
3935
4150
  },
3936
- "a-tag/close": {
3937
- "description": "Emitted when the close button is clicked"
4151
+ "a-upload/exceed-limit": {
4152
+ "description": "Triggered when the uploaded file exceeds the limit"
3938
4153
  },
3939
- "a-tag/check": {
3940
- "description": "Emitted when the user check (emit only in the checkable mode)"
4154
+ "a-upload/change": {
4155
+ "description": "Triggered when the status of the uploaded file changes"
3941
4156
  },
3942
- "a-tag/color": {
3943
- "description": "Label color"
4157
+ "a-upload/progress": {
4158
+ "description": "Triggered when the uploading file progress changes"
3944
4159
  },
3945
- "a-tag/size": {
3946
- "description": "Label size",
4160
+ "a-upload/preview": {
4161
+ "description": "Trigger when the image preview is clicked"
4162
+ },
4163
+ "a-upload/success": {
4164
+ "description": "Triggered when upload is successful"
4165
+ },
4166
+ "a-upload/error": {
4167
+ "description": "Triggered when upload fails"
4168
+ },
4169
+ "a-upload/file-list": {
4170
+ "description": "File List"
4171
+ },
4172
+ "a-upload/default-file-list": {
4173
+ "description": "Default file list (uncontrolled state)"
4174
+ },
4175
+ "a-upload/accept": {
4176
+ "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\")",
3947
4177
  "type": "string"
3948
4178
  },
3949
- "a-tag/bordered": {
3950
- "description": "Whether the tag is bordered",
4179
+ "a-upload/action": {
4180
+ "description": "Uploaded URL",
4181
+ "type": "string"
4182
+ },
4183
+ "a-upload/disabled": {
4184
+ "description": "Whether to disable",
3951
4185
  "type": "boolean"
3952
4186
  },
3953
- "a-tag/visible": {
3954
- "description": "Whether the tag is visible",
4187
+ "a-upload/multiple": {
4188
+ "description": "Whether to support multiple file upload",
3955
4189
  "type": "boolean"
3956
4190
  },
3957
- "a-tag/default-visible": {
3958
- "description": "Whether the tag is visible by default",
4191
+ "a-upload/directory": {
4192
+ "description": "Whether to support folder upload (requires browser support)",
3959
4193
  "type": "boolean"
3960
4194
  },
3961
- "a-tag/loading": {
3962
- "description": "Whether the tag is loading state",
4195
+ "a-upload/draggable": {
4196
+ "description": "Whether to support drag and drop upload",
3963
4197
  "type": "boolean"
3964
4198
  },
3965
- "a-tag/closable": {
3966
- "description": "Whether the tag can be closed",
4199
+ "a-upload/tip": {
4200
+ "description": "Prompt text",
4201
+ "type": "string"
4202
+ },
4203
+ "a-upload/headers": {
4204
+ "description": "Additional header information for upload request"
4205
+ },
4206
+ "a-upload/data": {
4207
+ "description": "Upload request additional data"
4208
+ },
4209
+ "a-upload/name": {
4210
+ "description": "Uploaded file name"
4211
+ },
4212
+ "a-upload/with-credentials": {
4213
+ "description": "Whether the upload request carries cookies",
3967
4214
  "type": "boolean"
3968
4215
  },
3969
- "a-tag/checkable": {
3970
- "description": "Whether the tag can be checked",
4216
+ "a-upload/custom-request": {
4217
+ "description": "Custom upload behavior"
4218
+ },
4219
+ "a-upload/limit": {
4220
+ "description": "Limit the number of uploaded files. `0` means no limit",
4221
+ "type": "number"
4222
+ },
4223
+ "a-upload/auto-upload": {
4224
+ "description": "Whether to upload files automatically",
3971
4225
  "type": "boolean"
3972
4226
  },
3973
- "a-tag/checked": {
3974
- "description": "Whether the tag is checked (available when the tag is checkable)",
4227
+ "a-upload/show-file-list": {
4228
+ "description": "Whether to display the file list",
3975
4229
  "type": "boolean"
3976
4230
  },
3977
- "a-tag/default-checked": {
3978
- "description": "Whether the tag is checked by default (available when the tag is checkable)",
4231
+ "a-upload/show-remove-button": {
4232
+ "description": "Whether to display the remove button",
3979
4233
  "type": "boolean"
3980
4234
  },
3981
- "a-tag/nowrap": {
3982
- "description": "Tag content does not wrap",
4235
+ "a-upload/show-retry-button": {
4236
+ "description": "Whether to display the retry button",
4237
+ "type": "boolean"
4238
+ },
4239
+ "a-upload/show-cancel-button": {
4240
+ "description": "Whether to display the cancel button",
4241
+ "type": "boolean"
4242
+ },
4243
+ "a-upload/show-upload-button": {
4244
+ "description": "Whether to display the retry button. Added `showOnExceedLimit` support in version 2.14.0"
4245
+ },
4246
+ "a-upload/show-preview-button": {
4247
+ "description": "Whether to display the preview button in picture-card",
4248
+ "type": "boolean"
4249
+ },
4250
+ "a-upload/download": {
4251
+ "description": "Whether to add download attribute to `<a>` link",
4252
+ "type": "boolean"
4253
+ },
4254
+ "a-upload/show-link": {
4255
+ "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.",
3983
4256
  "type": "boolean"
3984
4257
  },
4258
+ "a-upload/image-loading": {
4259
+ "description": "Native HTML attributes of `<img>`, browser support is required",
4260
+ "type": "string"
4261
+ },
4262
+ "a-upload/list-type": {
4263
+ "description": "Picture list type"
4264
+ },
4265
+ "a-upload/response-url-key": {
4266
+ "description": "Get the key of the image URL in the Response. After opening, it will replace the pre-load image with the uploaded image"
4267
+ },
4268
+ "a-upload/custom-icon": {
4269
+ "description": "Custom icon"
4270
+ },
4271
+ "a-upload/before-upload": {
4272
+ "description": "Trigger before uploading a file"
4273
+ },
4274
+ "a-upload/before-remove": {
4275
+ "description": "Triggered before removing the file"
4276
+ },
4277
+ "a-upload/button-click": {
4278
+ "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
4279
+ },
3985
4280
  "a-trigger/popup-visible-change": {
3986
4281
  "description": "Emitted when the status of the popup changes"
3987
4282
  },
@@ -4109,56 +4404,11 @@
4109
4404
  },
4110
4405
  "a-trigger/scroll-to-close": {
4111
4406
  "description": "Whether to close the popover when scrolling",
4112
- "type": "boolean"
4113
- },
4114
- "a-trigger/scroll-to-close-distance": {
4115
- "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4116
- "type": "number"
4117
- },
4118
- "a-tooltip/popup-visible-change": {
4119
- "description": "Emitted when the tooltip display status changes"
4120
- },
4121
- "a-tooltip/popup-visible": {
4122
- "description": "Whether the tooltip is visible",
4123
- "type": "boolean"
4124
- },
4125
- "a-tooltip/default-popup-visible": {
4126
- "description": "Whether the tooltip is visible by default (uncontrolled mode)",
4127
- "type": "boolean"
4128
- },
4129
- "a-tooltip/disabled": {
4130
- "description": "Whether to disable the tooltip",
4131
- "type": "boolean"
4132
- },
4133
- "a-tooltip/content": {
4134
- "description": "Tooltip content",
4135
- "type": "string"
4136
- },
4137
- "a-tooltip/position": {
4138
- "description": "Popup position"
4139
- },
4140
- "a-tooltip/mini": {
4141
- "description": "Whether to display as a mini size",
4142
- "type": "boolean"
4143
- },
4144
- "a-tooltip/background-color": {
4145
- "description": "Background color of the popover",
4146
- "type": "string"
4147
- },
4148
- "a-tooltip/content-class": {
4149
- "description": "The class name of the popup content"
4150
- },
4151
- "a-tooltip/content-style": {
4152
- "description": "The style of the popup content"
4153
- },
4154
- "a-tooltip/arrow-class": {
4155
- "description": "The class name of the popup arrow"
4156
- },
4157
- "a-tooltip/arrow-style": {
4158
- "description": "The style of the popup arrow"
4407
+ "type": "boolean"
4159
4408
  },
4160
- "a-tooltip/popup-container": {
4161
- "description": "Mount container for popup"
4409
+ "a-trigger/scroll-to-close-distance": {
4410
+ "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4411
+ "type": "number"
4162
4412
  },
4163
4413
  "a-typography-title/edit-start": {
4164
4414
  "description": "Edit start"
@@ -4415,135 +4665,6 @@
4415
4665
  "description": "Copy button question prompt configuration",
4416
4666
  "type": "object"
4417
4667
  },
4418
- "a-upload/exceed-limit": {
4419
- "description": "Triggered when the uploaded file exceeds the limit"
4420
- },
4421
- "a-upload/change": {
4422
- "description": "Triggered when the status of the uploaded file changes"
4423
- },
4424
- "a-upload/progress": {
4425
- "description": "Triggered when the uploading file progress changes"
4426
- },
4427
- "a-upload/preview": {
4428
- "description": "Trigger when the image preview is clicked"
4429
- },
4430
- "a-upload/success": {
4431
- "description": "Triggered when upload is successful"
4432
- },
4433
- "a-upload/error": {
4434
- "description": "Triggered when upload fails"
4435
- },
4436
- "a-upload/file-list": {
4437
- "description": "File List"
4438
- },
4439
- "a-upload/default-file-list": {
4440
- "description": "Default file list (uncontrolled state)"
4441
- },
4442
- "a-upload/accept": {
4443
- "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\")",
4444
- "type": "string"
4445
- },
4446
- "a-upload/action": {
4447
- "description": "Uploaded URL",
4448
- "type": "string"
4449
- },
4450
- "a-upload/disabled": {
4451
- "description": "Whether to disable",
4452
- "type": "boolean"
4453
- },
4454
- "a-upload/multiple": {
4455
- "description": "Whether to support multiple file upload",
4456
- "type": "boolean"
4457
- },
4458
- "a-upload/directory": {
4459
- "description": "Whether to support folder upload (requires browser support)",
4460
- "type": "boolean"
4461
- },
4462
- "a-upload/draggable": {
4463
- "description": "Whether to support drag and drop upload",
4464
- "type": "boolean"
4465
- },
4466
- "a-upload/tip": {
4467
- "description": "Prompt text",
4468
- "type": "string"
4469
- },
4470
- "a-upload/headers": {
4471
- "description": "Additional header information for upload request"
4472
- },
4473
- "a-upload/data": {
4474
- "description": "Upload request additional data"
4475
- },
4476
- "a-upload/name": {
4477
- "description": "Uploaded file name"
4478
- },
4479
- "a-upload/with-credentials": {
4480
- "description": "Whether the upload request carries cookies",
4481
- "type": "boolean"
4482
- },
4483
- "a-upload/custom-request": {
4484
- "description": "Custom upload behavior"
4485
- },
4486
- "a-upload/limit": {
4487
- "description": "Limit the number of uploaded files. `0` means no limit",
4488
- "type": "number"
4489
- },
4490
- "a-upload/auto-upload": {
4491
- "description": "Whether to upload files automatically",
4492
- "type": "boolean"
4493
- },
4494
- "a-upload/show-file-list": {
4495
- "description": "Whether to display the file list",
4496
- "type": "boolean"
4497
- },
4498
- "a-upload/show-remove-button": {
4499
- "description": "Whether to display the remove button",
4500
- "type": "boolean"
4501
- },
4502
- "a-upload/show-retry-button": {
4503
- "description": "Whether to display the retry button",
4504
- "type": "boolean"
4505
- },
4506
- "a-upload/show-cancel-button": {
4507
- "description": "Whether to display the cancel button",
4508
- "type": "boolean"
4509
- },
4510
- "a-upload/show-upload-button": {
4511
- "description": "Whether to display the retry button. Added `showOnExceedLimit` support in version 2.14.0"
4512
- },
4513
- "a-upload/show-preview-button": {
4514
- "description": "Whether to display the preview button in picture-card",
4515
- "type": "boolean"
4516
- },
4517
- "a-upload/download": {
4518
- "description": "Whether to add download attribute to `<a>` link",
4519
- "type": "boolean"
4520
- },
4521
- "a-upload/show-link": {
4522
- "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.",
4523
- "type": "boolean"
4524
- },
4525
- "a-upload/image-loading": {
4526
- "description": "Native HTML attributes of `<img>`, browser support is required",
4527
- "type": "string"
4528
- },
4529
- "a-upload/list-type": {
4530
- "description": "Picture list type"
4531
- },
4532
- "a-upload/response-url-key": {
4533
- "description": "Get the key of the image URL in the Response. After opening, it will replace the pre-load image with the uploaded image"
4534
- },
4535
- "a-upload/custom-icon": {
4536
- "description": "Custom icon"
4537
- },
4538
- "a-upload/before-upload": {
4539
- "description": "Trigger before uploading a file"
4540
- },
4541
- "a-upload/before-remove": {
4542
- "description": "Triggered before removing the file"
4543
- },
4544
- "a-upload/button-click": {
4545
- "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
4546
- },
4547
4668
  "a-verification-code/change": {
4548
4669
  "description": "Triggered when the value changes"
4549
4670
  },
@@ -4641,126 +4762,5 @@
4641
4762
  "a-watermark/staggered": {
4642
4763
  "description": "Whether to stagger the arrangement layout",
4643
4764
  "type": "boolean"
4644
- },
4645
- "a-tree/select": {
4646
- "description": "Triggered when the tree node is clicked"
4647
- },
4648
- "a-tree/check": {
4649
- "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4650
- },
4651
- "a-tree/expand": {
4652
- "description": "Expand/close"
4653
- },
4654
- "a-tree/drag-start": {
4655
- "description": "Node starts dragging"
4656
- },
4657
- "a-tree/drag-end": {
4658
- "description": "Node end drag"
4659
- },
4660
- "a-tree/drag-over": {
4661
- "description": "The node is dragged to the releasable target"
4662
- },
4663
- "a-tree/drag-leave": {
4664
- "description": "Node leaves to release the target"
4665
- },
4666
- "a-tree/drop": {
4667
- "description": "The node is released on a releasable target"
4668
- },
4669
- "a-tree/size": {
4670
- "description": "Size",
4671
- "type": "string"
4672
- },
4673
- "a-tree/block-node": {
4674
- "description": "Whether the node occupies a row",
4675
- "type": "boolean"
4676
- },
4677
- "a-tree/default-expand-all": {
4678
- "description": "Whether to expand the parent node by default",
4679
- "type": "boolean"
4680
- },
4681
- "a-tree/multiple": {
4682
- "description": "Whether to support multiple selection",
4683
- "type": "boolean"
4684
- },
4685
- "a-tree/checkable": {
4686
- "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4687
- },
4688
- "a-tree/selectable": {
4689
- "description": "Whether to support selection, function format is supported since `2.27.0`"
4690
- },
4691
- "a-tree/check-strictly": {
4692
- "description": "Whether to cancel the parent-child node association",
4693
- "type": "boolean"
4694
- },
4695
- "a-tree/checked-strategy": {
4696
- "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",
4697
- "type": "string"
4698
- },
4699
- "a-tree/default-selected-keys": {
4700
- "description": "Tree node selected by default"
4701
- },
4702
- "a-tree/selected-keys": {
4703
- "description": "Selected tree node"
4704
- },
4705
- "a-tree/default-checked-keys": {
4706
- "description": "Tree node with checkbox selected by default"
4707
- },
4708
- "a-tree/checked-keys": {
4709
- "description": "Tree node with check box selected"
4710
- },
4711
- "a-tree/default-expanded-keys": {
4712
- "description": "Nodes expanded by default"
4713
- },
4714
- "a-tree/expanded-keys": {
4715
- "description": "Expanded node"
4716
- },
4717
- "a-tree/data": {
4718
- "description": "Pass in `data` to generate the corresponding tree structure"
4719
- },
4720
- "a-tree/field-names": {
4721
- "description": "Specify the field name in the node data"
4722
- },
4723
- "a-tree/show-line": {
4724
- "description": "Whether to display the connection line",
4725
- "type": "boolean"
4726
- },
4727
- "a-tree/load-more": {
4728
- "description": "A callback for loading data asynchronously, returning a `Promise`"
4729
- },
4730
- "a-tree/draggable": {
4731
- "description": "Whether it can be dragged",
4732
- "type": "boolean"
4733
- },
4734
- "a-tree/allow-drop": {
4735
- "description": "Whether to allow release on a node when dragging"
4736
- },
4737
- "a-tree/virtual-list-props": {
4738
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4739
- },
4740
- "a-tree/default-expand-selected": {
4741
- "description": "Whether to expand the parent node of the selected node by default",
4742
- "type": "boolean"
4743
- },
4744
- "a-tree/default-expand-checked": {
4745
- "description": "Whether to expand the parent node of the checked node by default",
4746
- "type": "boolean"
4747
- },
4748
- "a-tree/auto-expand-parent": {
4749
- "description": "Whether to automatically expand the parent node of the expanded node",
4750
- "type": "boolean"
4751
- },
4752
- "a-tree/half-checked-keys": {
4753
- "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4754
- },
4755
- "a-tree/only-check-leaf": {
4756
- "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)",
4757
- "type": "boolean"
4758
- },
4759
- "a-tree/animation": {
4760
- "description": "Whether to enable expand transition animation",
4761
- "type": "boolean"
4762
- },
4763
- "a-tree/action-on-node-click": {
4764
- "description": "The action triggered when the node is clicked"
4765
4765
  }
4766
4766
  }