@julingbase/jly-arco-design 0.0.2 → 0.0.3

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 (424) hide show
  1. package/README.md +2 -8
  2. package/dist/arco-vue-icon.js.map +1 -1
  3. package/dist/arco-vue-icon.min.js.map +1 -1
  4. package/dist/arco-vue.js +30 -6
  5. package/dist/arco-vue.js.map +1 -1
  6. package/dist/arco-vue.min.js +471 -468
  7. package/dist/arco-vue.min.js.map +1 -1
  8. package/es/_components/auto-tooltip/style/index.less +10 -10
  9. package/es/_components/input-label/style/index.less +7 -7
  10. package/es/_components/input-label/style/input-label.less +70 -70
  11. package/es/_components/picker/style/index.less +191 -191
  12. package/es/_components/picker/style/token.less +58 -58
  13. package/es/_components/select-view/style/index.less +58 -58
  14. package/es/_components/select-view/style/token.less +4 -4
  15. package/es/affix/style/index.less +8 -8
  16. package/es/alert/style/index.less +198 -198
  17. package/es/alert/style/token.less +76 -76
  18. package/es/anchor/style/index.less +99 -99
  19. package/es/anchor/style/token.less +30 -30
  20. package/es/auto-complete/style/index.less +44 -44
  21. package/es/auto-complete/style/token.less +29 -29
  22. package/es/avatar/style/index.less +155 -155
  23. package/es/avatar/style/token.less +29 -29
  24. package/es/back-top/style/index.less +33 -33
  25. package/es/back-top/style/token.less +12 -12
  26. package/es/badge/style/index.less +178 -178
  27. package/es/badge/style/token.less +30 -30
  28. package/es/breadcrumb/style/index.less +76 -76
  29. package/es/breadcrumb/style/token.less +24 -24
  30. package/es/button/style/index.less +304 -304
  31. package/es/button/style/token.less +459 -459
  32. package/es/calendar/style/index.less +479 -479
  33. package/es/calendar/style/token.less +62 -62
  34. package/es/card/style/index.less +219 -219
  35. package/es/card/style/token.less +40 -40
  36. package/es/carousel/style/index.less +405 -405
  37. package/es/carousel/style/slide.less +175 -175
  38. package/es/carousel/style/token.less +33 -33
  39. package/es/cascader/style/index.less +234 -234
  40. package/es/cascader/style/token.less +24 -24
  41. package/es/checkbox/style/index.less +182 -182
  42. package/es/checkbox/style/token.less +37 -37
  43. package/es/collapse/style/index.less +180 -180
  44. package/es/collapse/style/token.less +34 -34
  45. package/es/color-picker/style/index.less +309 -309
  46. package/es/color-picker/style/token.less +70 -70
  47. package/es/comment/style/index.less +66 -66
  48. package/es/comment/style/token.less +17 -17
  49. package/es/date-picker/index.d.ts +1 -1
  50. package/es/date-picker/picker.d.ts +1 -1
  51. package/es/date-picker/range-picker.d.ts +1 -1
  52. package/es/date-picker/style/date.less +128 -128
  53. package/es/date-picker/style/index.less +309 -309
  54. package/es/date-picker/style/month.less +26 -26
  55. package/es/date-picker/style/quarter.less +8 -8
  56. package/es/date-picker/style/range.less +9 -9
  57. package/es/date-picker/style/shortcuts.less +25 -25
  58. package/es/date-picker/style/token.less +76 -76
  59. package/es/date-picker/style/week.less +68 -68
  60. package/es/date-picker/style/year.less +8 -8
  61. package/es/descriptions/descriptions.d.ts +1 -1
  62. package/es/descriptions/index.d.ts +3 -3
  63. package/es/descriptions/style/index.less +159 -159
  64. package/es/descriptions/style/token.less +45 -45
  65. package/es/divider/style/index.less +56 -56
  66. package/es/divider/style/token.less +15 -15
  67. package/es/drawer/style/index.less +230 -230
  68. package/es/drawer/style/token.less +16 -16
  69. package/es/dropdown/context.d.ts +2 -1
  70. package/es/dropdown/dropdown-button.d.ts +12 -3
  71. package/es/dropdown/dropdown-panel.js +18 -4
  72. package/es/dropdown/dropdown.d.ts +12 -3
  73. package/es/dropdown/dropdown.js +12 -2
  74. package/es/dropdown/index.d.ts +33 -9
  75. package/es/dropdown/style/index.less +106 -106
  76. package/es/dropdown/style/token.less +40 -40
  77. package/es/empty/style/index.less +26 -26
  78. package/es/empty/style/token.less +10 -10
  79. package/es/form/style/index.less +257 -257
  80. package/es/form/style/status.less +152 -152
  81. package/es/form/style/token.less +81 -81
  82. package/es/grid/style/col.less +95 -95
  83. package/es/grid/style/grid.less +5 -5
  84. package/es/grid/style/index.less +3 -3
  85. package/es/grid/style/row.less +44 -44
  86. package/es/image/style/image.less +158 -158
  87. package/es/image/style/index.less +5 -5
  88. package/es/image/style/preview.less +227 -227
  89. package/es/image/style/token.less +123 -123
  90. package/es/image/style/trigger.less +14 -14
  91. package/es/input/index.d.ts +4 -4
  92. package/es/input/input-password.d.ts +1 -1
  93. package/es/input/input.d.ts +1 -1
  94. package/es/input/style/group.less +63 -63
  95. package/es/input/style/index.less +121 -121
  96. package/es/input/style/input.less +185 -185
  97. package/es/input/style/password.less +11 -11
  98. package/es/input/style/search.less +18 -18
  99. package/es/input/style/size.less +149 -149
  100. package/es/input/style/textarea.less +37 -37
  101. package/es/input/style/token.less +131 -131
  102. package/es/input-number/style/index.less +160 -160
  103. package/es/input-number/style/token.less +19 -19
  104. package/es/input-tag/style/index.less +40 -40
  105. package/es/input-tag/style/input-tag.less +129 -129
  106. package/es/input-tag/style/token.less +83 -83
  107. package/es/layout/style/index.less +104 -104
  108. package/es/layout/style/token.less +13 -13
  109. package/es/link/style/index.less +120 -120
  110. package/es/link/style/token.less +48 -48
  111. package/es/list/style/index.less +183 -183
  112. package/es/list/style/token.less +55 -55
  113. package/es/mention/index.d.ts +3 -3
  114. package/es/mention/mention.d.ts +1 -1
  115. package/es/mention/style/index.less +21 -21
  116. package/es/mention/style/token.less +6 -6
  117. package/es/menu/style/index.less +622 -622
  118. package/es/menu/style/token.less +117 -117
  119. package/es/message/style/index.less +191 -191
  120. package/es/message/style/token.less +52 -52
  121. package/es/modal/style/index.less +283 -283
  122. package/es/modal/style/token.less +30 -30
  123. package/es/notification/style/index.less +249 -249
  124. package/es/notification/style/token.less +58 -58
  125. package/es/overflow-list/style/index.less +19 -19
  126. package/es/page-header/style/index.less +127 -127
  127. package/es/page-header/style/token.less +30 -30
  128. package/es/pagination/style/index.less +300 -300
  129. package/es/pagination/style/token.less +91 -91
  130. package/es/popconfirm/style/index.less +70 -70
  131. package/es/popconfirm/style/token.less +20 -20
  132. package/es/popover/style/index.less +38 -38
  133. package/es/popover/style/token.less +15 -15
  134. package/es/progress/style/index.less +378 -378
  135. package/es/progress/style/token.less +60 -60
  136. package/es/radio/index.d.ts +4 -4
  137. package/es/radio/radio-group.d.ts +1 -1
  138. package/es/radio/radio.d.ts +1 -1
  139. package/es/radio/style/index.less +266 -266
  140. package/es/radio/style/token.less +55 -55
  141. package/es/rate/style/index.less +87 -87
  142. package/es/rate/style/token.less +13 -13
  143. package/es/resize-box/style/index.less +60 -60
  144. package/es/resize-box/style/token.less +6 -6
  145. package/es/result/style/index.less +94 -94
  146. package/es/result/style/token.less +32 -32
  147. package/es/scrollbar/style/index.less +137 -137
  148. package/es/scrollbar/style/token.less +12 -12
  149. package/es/select/style/index.less +132 -132
  150. package/es/select/style/token.less +43 -43
  151. package/es/skeleton/style/index.less +66 -66
  152. package/es/skeleton/style/token.less +15 -15
  153. package/es/slider/style/index.less +282 -282
  154. package/es/slider/style/token.less +50 -50
  155. package/es/space/style/index.less +50 -50
  156. package/es/spin/style/dot-loading.less +64 -64
  157. package/es/spin/style/index.less +56 -56
  158. package/es/spin/style/token.less +17 -17
  159. package/es/split/style/index.less +53 -53
  160. package/es/split/style/token.less +7 -7
  161. package/es/statistic/style/index.less +47 -47
  162. package/es/statistic/style/token.less +15 -15
  163. package/es/steps/style/arrow.less +212 -212
  164. package/es/steps/style/circle.less +265 -265
  165. package/es/steps/style/dot.less +210 -210
  166. package/es/steps/style/index.less +74 -74
  167. package/es/steps/style/navigation.less +60 -60
  168. package/es/steps/style/token.less +144 -144
  169. package/es/style/animation/fade.less +57 -57
  170. package/es/style/animation/index.less +3 -3
  171. package/es/style/animation/slide.less +158 -158
  172. package/es/style/animation/zoom.less +217 -217
  173. package/es/style/color/colors.less +427 -427
  174. package/es/style/color/css-variables.less +389 -389
  175. package/es/style/color/get-rgb-str.js +17 -17
  176. package/es/style/color/palette-dark.js +10 -10
  177. package/es/style/color/palette.js +10 -10
  178. package/es/style/icon.less +86 -86
  179. package/es/style/index.less +11 -11
  180. package/es/style/mixins/icon-hover.less +14 -14
  181. package/es/style/mixins/index.less +13 -13
  182. package/es/style/normalize.less +353 -353
  183. package/es/style/theme/component.less +21 -21
  184. package/es/style/theme/css-variables.less +146 -146
  185. package/es/style/theme/global.less +416 -416
  186. package/es/style/theme/index.less +42 -42
  187. package/es/switch/index.d.ts +3 -3
  188. package/es/switch/style/index.less +332 -332
  189. package/es/switch/style/token.less +62 -62
  190. package/es/switch/switch.d.ts +1 -1
  191. package/es/table/style/filters-popup.less +51 -51
  192. package/es/table/style/index.less +868 -868
  193. package/es/table/style/token.less +134 -134
  194. package/es/table/table-operation-td.d.ts +4 -4
  195. package/es/tabs/style/index.less +730 -730
  196. package/es/tabs/style/rtl.less +104 -104
  197. package/es/tabs/style/token.less +146 -146
  198. package/es/tabs/style/vertical.less +156 -156
  199. package/es/tag/style/index.less +171 -171
  200. package/es/tag/style/token.less +171 -171
  201. package/es/textarea/style/index.less +64 -64
  202. package/es/time-picker/index.d.ts +3 -3
  203. package/es/time-picker/style/index.less +94 -94
  204. package/es/time-picker/style/token.less +17 -17
  205. package/es/time-picker/time-picker.d.ts +1 -1
  206. package/es/timeline/style/horizontal.less +87 -87
  207. package/es/timeline/style/index.less +272 -272
  208. package/es/timeline/style/token.less +25 -25
  209. package/es/tooltip/style/index.less +24 -24
  210. package/es/tooltip/style/token.less +14 -14
  211. package/es/transfer/style/index.less +294 -294
  212. package/es/transfer/style/token.less +48 -48
  213. package/es/tree/style/index.less +396 -396
  214. package/es/tree/style/token.less +51 -51
  215. package/es/tree-select/style/index.less +49 -49
  216. package/es/tree-select/style/token.less +7 -7
  217. package/es/trigger/style/index.less +57 -57
  218. package/es/trigger/style/token.less +5 -5
  219. package/es/typography/edit-content.d.ts +12 -12
  220. package/es/typography/style/index.less +207 -207
  221. package/es/typography/style/token.less +55 -55
  222. package/es/upload/style/index.less +515 -515
  223. package/es/upload/style/token.less +97 -97
  224. package/es/verification-code/style/index.less +32 -32
  225. package/es/verification-code/style/token.less +1 -1
  226. package/json/vetur-attributes.json +1403 -1399
  227. package/json/vetur-tags.json +573 -572
  228. package/json/web-types.json +4401 -4393
  229. package/lib/_components/auto-tooltip/style/index.less +10 -10
  230. package/lib/_components/input-label/style/index.less +7 -7
  231. package/lib/_components/input-label/style/input-label.less +70 -70
  232. package/lib/_components/picker/style/index.less +191 -191
  233. package/lib/_components/picker/style/token.less +58 -58
  234. package/lib/_components/select-view/style/index.less +58 -58
  235. package/lib/_components/select-view/style/token.less +4 -4
  236. package/lib/affix/style/index.less +8 -8
  237. package/lib/alert/style/index.less +198 -198
  238. package/lib/alert/style/token.less +76 -76
  239. package/lib/anchor/style/index.less +99 -99
  240. package/lib/anchor/style/token.less +30 -30
  241. package/lib/auto-complete/style/index.less +44 -44
  242. package/lib/auto-complete/style/token.less +29 -29
  243. package/lib/avatar/style/index.less +155 -155
  244. package/lib/avatar/style/token.less +29 -29
  245. package/lib/back-top/style/index.less +33 -33
  246. package/lib/back-top/style/token.less +12 -12
  247. package/lib/badge/style/index.less +178 -178
  248. package/lib/badge/style/token.less +30 -30
  249. package/lib/breadcrumb/style/index.less +76 -76
  250. package/lib/breadcrumb/style/token.less +24 -24
  251. package/lib/button/style/index.less +304 -304
  252. package/lib/button/style/token.less +459 -459
  253. package/lib/calendar/style/index.less +479 -479
  254. package/lib/calendar/style/token.less +62 -62
  255. package/lib/card/style/index.less +219 -219
  256. package/lib/card/style/token.less +40 -40
  257. package/lib/carousel/style/index.less +405 -405
  258. package/lib/carousel/style/slide.less +175 -175
  259. package/lib/carousel/style/token.less +33 -33
  260. package/lib/cascader/style/index.less +234 -234
  261. package/lib/cascader/style/token.less +24 -24
  262. package/lib/checkbox/style/index.less +182 -182
  263. package/lib/checkbox/style/token.less +37 -37
  264. package/lib/collapse/style/index.less +180 -180
  265. package/lib/collapse/style/token.less +34 -34
  266. package/lib/color-picker/style/index.less +309 -309
  267. package/lib/color-picker/style/token.less +70 -70
  268. package/lib/comment/style/index.less +66 -66
  269. package/lib/comment/style/token.less +17 -17
  270. package/lib/date-picker/style/date.less +128 -128
  271. package/lib/date-picker/style/index.less +309 -309
  272. package/lib/date-picker/style/month.less +26 -26
  273. package/lib/date-picker/style/quarter.less +8 -8
  274. package/lib/date-picker/style/range.less +9 -9
  275. package/lib/date-picker/style/shortcuts.less +25 -25
  276. package/lib/date-picker/style/token.less +76 -76
  277. package/lib/date-picker/style/week.less +68 -68
  278. package/lib/date-picker/style/year.less +8 -8
  279. package/lib/descriptions/style/index.less +159 -159
  280. package/lib/descriptions/style/token.less +45 -45
  281. package/lib/divider/style/index.less +56 -56
  282. package/lib/divider/style/token.less +15 -15
  283. package/lib/drawer/style/index.less +230 -230
  284. package/lib/drawer/style/token.less +16 -16
  285. package/lib/dropdown/dropdown-panel.js +18 -4
  286. package/lib/dropdown/dropdown.js +12 -2
  287. package/lib/dropdown/style/index.less +106 -106
  288. package/lib/dropdown/style/token.less +40 -40
  289. package/lib/empty/style/index.less +26 -26
  290. package/lib/empty/style/token.less +10 -10
  291. package/lib/form/style/index.less +257 -257
  292. package/lib/form/style/status.less +152 -152
  293. package/lib/form/style/token.less +81 -81
  294. package/lib/grid/style/col.less +95 -95
  295. package/lib/grid/style/grid.less +5 -5
  296. package/lib/grid/style/index.less +3 -3
  297. package/lib/grid/style/row.less +44 -44
  298. package/lib/image/style/image.less +158 -158
  299. package/lib/image/style/index.less +5 -5
  300. package/lib/image/style/preview.less +227 -227
  301. package/lib/image/style/token.less +123 -123
  302. package/lib/image/style/trigger.less +14 -14
  303. package/lib/input/style/group.less +63 -63
  304. package/lib/input/style/index.less +121 -121
  305. package/lib/input/style/input.less +185 -185
  306. package/lib/input/style/password.less +11 -11
  307. package/lib/input/style/search.less +18 -18
  308. package/lib/input/style/size.less +149 -149
  309. package/lib/input/style/textarea.less +37 -37
  310. package/lib/input/style/token.less +131 -131
  311. package/lib/input-number/style/index.less +160 -160
  312. package/lib/input-number/style/token.less +19 -19
  313. package/lib/input-tag/style/index.less +40 -40
  314. package/lib/input-tag/style/input-tag.less +129 -129
  315. package/lib/input-tag/style/token.less +83 -83
  316. package/lib/layout/style/index.less +104 -104
  317. package/lib/layout/style/token.less +13 -13
  318. package/lib/link/style/index.less +120 -120
  319. package/lib/link/style/token.less +48 -48
  320. package/lib/list/style/index.less +183 -183
  321. package/lib/list/style/token.less +55 -55
  322. package/lib/mention/style/index.less +21 -21
  323. package/lib/mention/style/token.less +6 -6
  324. package/lib/menu/style/index.less +622 -622
  325. package/lib/menu/style/token.less +117 -117
  326. package/lib/message/style/index.less +191 -191
  327. package/lib/message/style/token.less +52 -52
  328. package/lib/modal/style/index.less +283 -283
  329. package/lib/modal/style/token.less +30 -30
  330. package/lib/notification/style/index.less +249 -249
  331. package/lib/notification/style/token.less +58 -58
  332. package/lib/overflow-list/style/index.less +19 -19
  333. package/lib/page-header/style/index.less +127 -127
  334. package/lib/page-header/style/token.less +30 -30
  335. package/lib/pagination/style/index.less +300 -300
  336. package/lib/pagination/style/token.less +91 -91
  337. package/lib/popconfirm/style/index.less +70 -70
  338. package/lib/popconfirm/style/token.less +20 -20
  339. package/lib/popover/style/index.less +38 -38
  340. package/lib/popover/style/token.less +15 -15
  341. package/lib/progress/style/index.less +378 -378
  342. package/lib/progress/style/token.less +60 -60
  343. package/lib/radio/style/index.less +266 -266
  344. package/lib/radio/style/token.less +55 -55
  345. package/lib/rate/style/index.less +87 -87
  346. package/lib/rate/style/token.less +13 -13
  347. package/lib/resize-box/style/index.less +60 -60
  348. package/lib/resize-box/style/token.less +6 -6
  349. package/lib/result/style/index.less +94 -94
  350. package/lib/result/style/token.less +32 -32
  351. package/lib/scrollbar/style/index.less +137 -137
  352. package/lib/scrollbar/style/token.less +12 -12
  353. package/lib/select/style/index.less +132 -132
  354. package/lib/select/style/token.less +43 -43
  355. package/lib/skeleton/style/index.less +66 -66
  356. package/lib/skeleton/style/token.less +15 -15
  357. package/lib/slider/style/index.less +282 -282
  358. package/lib/slider/style/token.less +50 -50
  359. package/lib/space/style/index.less +50 -50
  360. package/lib/spin/style/dot-loading.less +64 -64
  361. package/lib/spin/style/index.less +56 -56
  362. package/lib/spin/style/token.less +17 -17
  363. package/lib/split/style/index.less +53 -53
  364. package/lib/split/style/token.less +7 -7
  365. package/lib/statistic/style/index.less +47 -47
  366. package/lib/statistic/style/token.less +15 -15
  367. package/lib/steps/style/arrow.less +212 -212
  368. package/lib/steps/style/circle.less +265 -265
  369. package/lib/steps/style/dot.less +210 -210
  370. package/lib/steps/style/index.less +74 -74
  371. package/lib/steps/style/navigation.less +60 -60
  372. package/lib/steps/style/token.less +144 -144
  373. package/lib/style/animation/fade.less +57 -57
  374. package/lib/style/animation/index.less +3 -3
  375. package/lib/style/animation/slide.less +158 -158
  376. package/lib/style/animation/zoom.less +217 -217
  377. package/lib/style/color/colors.less +427 -427
  378. package/lib/style/color/css-variables.less +389 -389
  379. package/lib/style/color/get-rgb-str.js +17 -17
  380. package/lib/style/color/palette-dark.js +10 -10
  381. package/lib/style/color/palette.js +10 -10
  382. package/lib/style/icon.less +86 -86
  383. package/lib/style/index.less +11 -11
  384. package/lib/style/mixins/icon-hover.less +14 -14
  385. package/lib/style/mixins/index.less +13 -13
  386. package/lib/style/normalize.less +353 -353
  387. package/lib/style/theme/component.less +21 -21
  388. package/lib/style/theme/css-variables.less +146 -146
  389. package/lib/style/theme/global.less +416 -416
  390. package/lib/style/theme/index.less +42 -42
  391. package/lib/switch/style/index.less +332 -332
  392. package/lib/switch/style/token.less +62 -62
  393. package/lib/table/style/filters-popup.less +51 -51
  394. package/lib/table/style/index.less +868 -868
  395. package/lib/table/style/token.less +134 -134
  396. package/lib/tabs/style/index.less +730 -730
  397. package/lib/tabs/style/rtl.less +104 -104
  398. package/lib/tabs/style/token.less +146 -146
  399. package/lib/tabs/style/vertical.less +156 -156
  400. package/lib/tag/style/index.less +171 -171
  401. package/lib/tag/style/token.less +171 -171
  402. package/lib/textarea/style/index.less +64 -64
  403. package/lib/time-picker/style/index.less +94 -94
  404. package/lib/time-picker/style/token.less +17 -17
  405. package/lib/timeline/style/horizontal.less +87 -87
  406. package/lib/timeline/style/index.less +272 -272
  407. package/lib/timeline/style/token.less +25 -25
  408. package/lib/tooltip/style/index.less +24 -24
  409. package/lib/tooltip/style/token.less +14 -14
  410. package/lib/transfer/style/index.less +294 -294
  411. package/lib/transfer/style/token.less +48 -48
  412. package/lib/tree/style/index.less +396 -396
  413. package/lib/tree/style/token.less +51 -51
  414. package/lib/tree-select/style/index.less +49 -49
  415. package/lib/tree-select/style/token.less +7 -7
  416. package/lib/trigger/style/index.less +57 -57
  417. package/lib/trigger/style/token.less +5 -5
  418. package/lib/typography/style/index.less +207 -207
  419. package/lib/typography/style/token.less +55 -55
  420. package/lib/upload/style/index.less +515 -515
  421. package/lib/upload/style/token.less +97 -97
  422. package/lib/verification-code/style/index.less +32 -32
  423. package/lib/verification-code/style/token.less +1 -1
  424. package/package.json +2 -2
@@ -69,108 +69,6 @@
69
69
  "a-auto-complete/virtual-list-props": {
70
70
  "description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
71
71
  },
72
- "a-avatar/click": {
73
- "description": "Callback when clicked"
74
- },
75
- "a-avatar/error": {
76
- "description": "image load error"
77
- },
78
- "a-avatar/load": {
79
- "description": "image load success"
80
- },
81
- "a-avatar/shape": {
82
- "description": "The shape of the avatar, there are two kinds of circle (circle) and square (square)"
83
- },
84
- "a-avatar/image-url": {
85
- "description": "Custom avatar image address. If this attribute is passed in, the img tag will be rendered by default",
86
- "type": "string"
87
- },
88
- "a-avatar/size": {
89
- "description": "The size of the avatar, the unit is `px`. Use size `40px` in styles when not filled",
90
- "type": "number"
91
- },
92
- "a-avatar/auto-fix-font-size": {
93
- "description": "Whether to automatically adjust the font size according to the size of the avatar.",
94
- "type": "boolean"
95
- },
96
- "a-avatar/trigger-type": {
97
- "description": "Clickable avatar interaction type"
98
- },
99
- "a-avatar/trigger-icon-style": {
100
- "description": "Interactive icon style"
101
- },
102
- "a-avatar/object-fit": {
103
- "description": "Object-fit type of the image in the container"
104
- },
105
- "a-avatar-group/shape": {
106
- "description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
107
- },
108
- "a-avatar-group/size": {
109
- "description": "The size of the avatar in the group, the unit is `px`",
110
- "type": "number"
111
- },
112
- "a-avatar-group/auto-fix-font-size": {
113
- "description": "Whether to automatically adjust the font size according to the size of the avatar.",
114
- "type": "boolean"
115
- },
116
- "a-avatar-group/max-count": {
117
- "description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
118
- "type": "number"
119
- },
120
- "a-avatar-group/z-index-ascend": {
121
- "description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
122
- "type": "boolean"
123
- },
124
- "a-avatar-group/max-style": {
125
- "description": "Style for +x."
126
- },
127
- "a-avatar-group/max-popover-trigger-props": {
128
- "description": "TriggerProps for popover around +x."
129
- },
130
- "a-back-top/visible-height": {
131
- "description": "Display the trigger scroll height of the back to top button",
132
- "type": "number"
133
- },
134
- "a-back-top/target-container": {
135
- "description": "Scroll event listener container"
136
- },
137
- "a-back-top/easing": {
138
- "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
139
- "type": "string"
140
- },
141
- "a-back-top/duration": {
142
- "description": "Duration of scroll animation",
143
- "type": "number"
144
- },
145
- "a-badge/text": {
146
- "description": "Set the display text of the status dot",
147
- "type": "string"
148
- },
149
- "a-badge/dot": {
150
- "description": "Whether to display a red dot instead of `count`",
151
- "type": "boolean"
152
- },
153
- "a-badge/dot-style": {
154
- "description": "Customize badge dot style",
155
- "type": "object"
156
- },
157
- "a-badge/max-count": {
158
- "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
159
- "type": "number"
160
- },
161
- "a-badge/offset": {
162
- "description": "Set offset of the badge dot"
163
- },
164
- "a-badge/color": {
165
- "description": "Customize dot color"
166
- },
167
- "a-badge/status": {
168
- "description": "Badge status"
169
- },
170
- "a-badge/count": {
171
- "description": "Number to show in badge",
172
- "type": "number"
173
- },
174
72
  "a-anchor/select": {
175
73
  "description": "Triggered when the user clicks on the link"
176
74
  },
@@ -232,30 +130,6 @@
232
130
  "description": "Whether the content is displayed in the center",
233
131
  "type": "boolean"
234
132
  },
235
- "a-breadcrumb/max-count": {
236
- "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
237
- "type": "number"
238
- },
239
- "a-breadcrumb/routes": {
240
- "description": "Set routes"
241
- },
242
- "a-breadcrumb/separator": {
243
- "description": "Delimiter text",
244
- "type": "string|number"
245
- },
246
- "a-breadcrumb/custom-url": {
247
- "description": "Custom link address"
248
- },
249
- "a-breadcrumb-item/separator": {
250
- "description": "Delimiter text",
251
- "type": "string|number"
252
- },
253
- "a-breadcrumb-item/droplist": {
254
- "description": "Dropdown content"
255
- },
256
- "a-breadcrumb-item/dropdown-props": {
257
- "description": "Dropdown props"
258
- },
259
133
  "a-button/click": {
260
134
  "description": "Emitted when the button is clicked"
261
135
  },
@@ -310,6 +184,79 @@
310
184
  "description": "All children whether the button is disabled",
311
185
  "type": "boolean"
312
186
  },
187
+ "a-back-top/visible-height": {
188
+ "description": "Display the trigger scroll height of the back to top button",
189
+ "type": "number"
190
+ },
191
+ "a-back-top/target-container": {
192
+ "description": "Scroll event listener container"
193
+ },
194
+ "a-back-top/easing": {
195
+ "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
196
+ "type": "string"
197
+ },
198
+ "a-back-top/duration": {
199
+ "description": "Duration of scroll animation",
200
+ "type": "number"
201
+ },
202
+ "a-avatar/click": {
203
+ "description": "Callback when clicked"
204
+ },
205
+ "a-avatar/error": {
206
+ "description": "image load error"
207
+ },
208
+ "a-avatar/load": {
209
+ "description": "image load success"
210
+ },
211
+ "a-avatar/shape": {
212
+ "description": "The shape of the avatar, there are two kinds of circle (circle) and square (square)"
213
+ },
214
+ "a-avatar/image-url": {
215
+ "description": "Custom avatar image address. If this attribute is passed in, the img tag will be rendered by default",
216
+ "type": "string"
217
+ },
218
+ "a-avatar/size": {
219
+ "description": "The size of the avatar, the unit is `px`. Use size `40px` in styles when not filled",
220
+ "type": "number"
221
+ },
222
+ "a-avatar/auto-fix-font-size": {
223
+ "description": "Whether to automatically adjust the font size according to the size of the avatar.",
224
+ "type": "boolean"
225
+ },
226
+ "a-avatar/trigger-type": {
227
+ "description": "Clickable avatar interaction type"
228
+ },
229
+ "a-avatar/trigger-icon-style": {
230
+ "description": "Interactive icon style"
231
+ },
232
+ "a-avatar/object-fit": {
233
+ "description": "Object-fit type of the image in the container"
234
+ },
235
+ "a-avatar-group/shape": {
236
+ "description": "The shape of the avatar in the group, there are two kinds of circle (circle) and square (square)"
237
+ },
238
+ "a-avatar-group/size": {
239
+ "description": "The size of the avatar in the group, the unit is `px`",
240
+ "type": "number"
241
+ },
242
+ "a-avatar-group/auto-fix-font-size": {
243
+ "description": "Whether to automatically adjust the font size according to the size of the avatar.",
244
+ "type": "boolean"
245
+ },
246
+ "a-avatar-group/max-count": {
247
+ "description": "The maximum number of avatars displayed in the avatar group. The excess avatars will be displayed in the form of `+x`.",
248
+ "type": "number"
249
+ },
250
+ "a-avatar-group/z-index-ascend": {
251
+ "description": "The avatar `z-index` in the avatar group increases, and the default is decreasing.",
252
+ "type": "boolean"
253
+ },
254
+ "a-avatar-group/max-style": {
255
+ "description": "Style for +x."
256
+ },
257
+ "a-avatar-group/max-popover-trigger-props": {
258
+ "description": "TriggerProps for popover around +x."
259
+ },
313
260
  "a-calendar/change": {
314
261
  "description": "Emitted when the button is clicked"
315
262
  },
@@ -333,52 +280,192 @@
333
280
  "a-calendar/modes": {
334
281
  "description": "Displayed mode"
335
282
  },
336
- "a-carousel/change": {
337
- "description": "Callback when slide changes"
338
- },
339
- "a-carousel/current": {
340
- "description": "The index of current slide which starts from 1",
283
+ "a-breadcrumb/max-count": {
284
+ "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
341
285
  "type": "number"
342
286
  },
343
- "a-carousel/default-current": {
344
- "description": "Default index of current slide",
345
- "type": "number"
287
+ "a-breadcrumb/routes": {
288
+ "description": "Set routes"
346
289
  },
347
- "a-carousel/move-speed": {
348
- "description": "The duration of the slide movement(ms)",
349
- "type": "number"
290
+ "a-breadcrumb/separator": {
291
+ "description": "Delimiter text",
292
+ "type": "string|number"
350
293
  },
351
- "a-carousel/animation-name": {
352
- "description": "The animation of the slide movement",
353
- "type": "string"
294
+ "a-breadcrumb/custom-url": {
295
+ "description": "Custom link address"
354
296
  },
355
- "a-carousel/trigger": {
356
- "description": "How to trigger the slide switch, click/hover the indicator"
297
+ "a-breadcrumb-item/separator": {
298
+ "description": "Delimiter text",
299
+ "type": "string|number"
357
300
  },
358
- "a-carousel/direction": {
359
- "description": "The direction of the slide movement"
301
+ "a-breadcrumb-item/droplist": {
302
+ "description": "Dropdown content"
360
303
  },
361
- "a-carousel/show-arrow": {
362
- "description": "When to show the arrow used to switch"
304
+ "a-breadcrumb-item/dropdown-props": {
305
+ "description": "Dropdown props"
363
306
  },
364
- "a-carousel/arrow-class": {
365
- "description": "The additional css class to arrow used to switch",
366
- "type": "string"
307
+ "a-card/bordered": {
308
+ "description": "Whether to render the border",
309
+ "type": "boolean"
367
310
  },
368
- "a-carousel/indicator-type": {
369
- "description": "Type of indicator"
311
+ "a-card/loading": {
312
+ "description": "Loading status",
313
+ "type": "boolean"
370
314
  },
371
- "a-carousel/indicator-position": {
372
- "description": "Position of indication"
315
+ "a-card/hoverable": {
316
+ "description": "Can be hovered",
317
+ "type": "boolean"
373
318
  },
374
- "a-carousel/indicator-class": {
375
- "description": "The additional css class to indicator",
319
+ "a-card/size": {
320
+ "description": "Size of card",
376
321
  "type": "string"
377
322
  },
378
- "a-carousel/transition-timing-function": {
323
+ "a-card/header-style": {
324
+ "description": "The additional css style to apply to card head"
325
+ },
326
+ "a-card/body-style": {
327
+ "description": "The additional css style to apply to card content"
328
+ },
329
+ "a-card/title": {
330
+ "description": "Title of card",
331
+ "type": "string"
332
+ },
333
+ "a-card/extra": {
334
+ "description": "Content to render in the top-right corner of the card",
335
+ "type": "string"
336
+ },
337
+ "a-card-meta/title": {
338
+ "description": "Title of card",
339
+ "type": "string"
340
+ },
341
+ "a-card-meta/description": {
342
+ "description": "Description of card",
343
+ "type": "string"
344
+ },
345
+ "a-card-grid/hoverable": {
346
+ "description": "Whether to hover",
347
+ "type": "boolean"
348
+ },
349
+ "a-checkbox/change": {
350
+ "description": "Trigger when the value changes"
351
+ },
352
+ "a-checkbox/model-value": {
353
+ "description": "Value"
354
+ },
355
+ "a-checkbox/default-checked": {
356
+ "description": "Whether checked by default (uncontrolled state)",
357
+ "type": "boolean"
358
+ },
359
+ "a-checkbox/value": {
360
+ "description": "The `value` of the option",
361
+ "type": "string|number|boolean"
362
+ },
363
+ "a-checkbox/disabled": {
364
+ "description": "Whether to disable",
365
+ "type": "boolean"
366
+ },
367
+ "a-checkbox/indeterminate": {
368
+ "description": "Whether it is half-selected",
369
+ "type": "boolean"
370
+ },
371
+ "a-checkbox-group/change": {
372
+ "description": "Trigger when the value changes"
373
+ },
374
+ "a-checkbox-group/model-value": {
375
+ "description": "Value"
376
+ },
377
+ "a-checkbox-group/default-value": {
378
+ "description": "Default value (uncontrolled state)"
379
+ },
380
+ "a-checkbox-group/max": {
381
+ "description": "Support the maximum number of selections",
382
+ "type": "number"
383
+ },
384
+ "a-checkbox-group/options": {
385
+ "description": "Options"
386
+ },
387
+ "a-checkbox-group/direction": {
388
+ "description": "Arrangement direction of checkboxes"
389
+ },
390
+ "a-checkbox-group/disabled": {
391
+ "description": "Whether to disable",
392
+ "type": "boolean"
393
+ },
394
+ "a-carousel/change": {
395
+ "description": "Callback when slide changes"
396
+ },
397
+ "a-carousel/current": {
398
+ "description": "The index of current slide which starts from 1",
399
+ "type": "number"
400
+ },
401
+ "a-carousel/default-current": {
402
+ "description": "Default index of current slide",
403
+ "type": "number"
404
+ },
405
+ "a-carousel/move-speed": {
406
+ "description": "The duration of the slide movement(ms)",
407
+ "type": "number"
408
+ },
409
+ "a-carousel/animation-name": {
410
+ "description": "The animation of the slide movement",
411
+ "type": "string"
412
+ },
413
+ "a-carousel/trigger": {
414
+ "description": "How to trigger the slide switch, click/hover the indicator"
415
+ },
416
+ "a-carousel/direction": {
417
+ "description": "The direction of the slide movement"
418
+ },
419
+ "a-carousel/show-arrow": {
420
+ "description": "When to show the arrow used to switch"
421
+ },
422
+ "a-carousel/arrow-class": {
423
+ "description": "The additional css class to arrow used to switch",
424
+ "type": "string"
425
+ },
426
+ "a-carousel/indicator-type": {
427
+ "description": "Type of indicator"
428
+ },
429
+ "a-carousel/indicator-position": {
430
+ "description": "Position of indication"
431
+ },
432
+ "a-carousel/indicator-class": {
433
+ "description": "The additional css class to indicator",
434
+ "type": "string"
435
+ },
436
+ "a-carousel/transition-timing-function": {
379
437
  "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)",
380
438
  "type": "string"
381
439
  },
440
+ "a-badge/text": {
441
+ "description": "Set the display text of the status dot",
442
+ "type": "string"
443
+ },
444
+ "a-badge/dot": {
445
+ "description": "Whether to display a red dot instead of `count`",
446
+ "type": "boolean"
447
+ },
448
+ "a-badge/dot-style": {
449
+ "description": "Customize badge dot style",
450
+ "type": "object"
451
+ },
452
+ "a-badge/max-count": {
453
+ "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
454
+ "type": "number"
455
+ },
456
+ "a-badge/offset": {
457
+ "description": "Set offset of the badge dot"
458
+ },
459
+ "a-badge/color": {
460
+ "description": "Customize dot color"
461
+ },
462
+ "a-badge/status": {
463
+ "description": "Badge status"
464
+ },
465
+ "a-badge/count": {
466
+ "description": "Number to show in badge",
467
+ "type": "number"
468
+ },
382
469
  "a-cascader/change": {
383
470
  "description": "Triggered when the selected value changes"
384
471
  },
@@ -558,93 +645,6 @@
558
645
  "description": "whether to expand the submenu",
559
646
  "type": "boolean"
560
647
  },
561
- "a-card/bordered": {
562
- "description": "Whether to render the border",
563
- "type": "boolean"
564
- },
565
- "a-card/loading": {
566
- "description": "Loading status",
567
- "type": "boolean"
568
- },
569
- "a-card/hoverable": {
570
- "description": "Can be hovered",
571
- "type": "boolean"
572
- },
573
- "a-card/size": {
574
- "description": "Size of card",
575
- "type": "string"
576
- },
577
- "a-card/header-style": {
578
- "description": "The additional css style to apply to card head"
579
- },
580
- "a-card/body-style": {
581
- "description": "The additional css style to apply to card content"
582
- },
583
- "a-card/title": {
584
- "description": "Title of card",
585
- "type": "string"
586
- },
587
- "a-card/extra": {
588
- "description": "Content to render in the top-right corner of the card",
589
- "type": "string"
590
- },
591
- "a-card-meta/title": {
592
- "description": "Title of card",
593
- "type": "string"
594
- },
595
- "a-card-meta/description": {
596
- "description": "Description of card",
597
- "type": "string"
598
- },
599
- "a-card-grid/hoverable": {
600
- "description": "Whether to hover",
601
- "type": "boolean"
602
- },
603
- "a-checkbox/change": {
604
- "description": "Trigger when the value changes"
605
- },
606
- "a-checkbox/model-value": {
607
- "description": "Value"
608
- },
609
- "a-checkbox/default-checked": {
610
- "description": "Whether checked by default (uncontrolled state)",
611
- "type": "boolean"
612
- },
613
- "a-checkbox/value": {
614
- "description": "The `value` of the option",
615
- "type": "string|number|boolean"
616
- },
617
- "a-checkbox/disabled": {
618
- "description": "Whether to disable",
619
- "type": "boolean"
620
- },
621
- "a-checkbox/indeterminate": {
622
- "description": "Whether it is half-selected",
623
- "type": "boolean"
624
- },
625
- "a-checkbox-group/change": {
626
- "description": "Trigger when the value changes"
627
- },
628
- "a-checkbox-group/model-value": {
629
- "description": "Value"
630
- },
631
- "a-checkbox-group/default-value": {
632
- "description": "Default value (uncontrolled state)"
633
- },
634
- "a-checkbox-group/max": {
635
- "description": "Support the maximum number of selections",
636
- "type": "number"
637
- },
638
- "a-checkbox-group/options": {
639
- "description": "Options"
640
- },
641
- "a-checkbox-group/direction": {
642
- "description": "Arrangement direction of checkboxes"
643
- },
644
- "a-checkbox-group/disabled": {
645
- "description": "Whether to disable",
646
- "type": "boolean"
647
- },
648
648
  "a-collapse/change": {
649
649
  "description": "Emitted when the expanded panel changes"
650
650
  },
@@ -743,27 +743,88 @@
743
743
  "a-color-picker/preset-colors": {
744
744
  "description": "Color array of preset colors"
745
745
  },
746
- "a-comment/author": {
747
- "description": "Display as the comment author",
748
- "type": "string"
746
+ "a-divider/direction": {
747
+ "description": "The direction of the dividing line. Can be horizontal or vertical"
749
748
  },
750
- "a-comment/avatar": {
751
- "description": "Display as the comment avatar",
749
+ "a-divider/orientation": {
750
+ "description": "The position of the dividing line text",
752
751
  "type": "string"
753
752
  },
754
- "a-comment/content": {
755
- "description": "The content of the comment",
753
+ "a-divider/type": {
754
+ "description": "Dividing line style type",
756
755
  "type": "string"
757
756
  },
758
- "a-comment/datetime": {
759
- "description": "Display as the comment datetime",
760
- "type": "string"
757
+ "a-divider/size": {
758
+ "description": "The wide/height of the dividing line",
759
+ "type": "number"
761
760
  },
762
- "a-comment/align": {
763
- "description": "Alignment of `datetime` and `actions`",
764
- "type": "string|object"
761
+ "a-divider/margin": {
762
+ "description": "Margin up and down the split line (left and right margin in vertical direction)",
763
+ "type": "number | string"
765
764
  },
766
- "a-common/change": {
765
+ "a-descriptions/data": {
766
+ "description": "Data for descriptions"
767
+ },
768
+ "a-descriptions/column": {
769
+ "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
770
+ },
771
+ "a-descriptions/title": {
772
+ "description": "Title of descriptions",
773
+ "type": "string"
774
+ },
775
+ "a-descriptions/layout": {
776
+ "description": "Arrangement of descriptions",
777
+ "type": "string"
778
+ },
779
+ "a-descriptions/align": {
780
+ "description": "Alignment position of text"
781
+ },
782
+ "a-descriptions/size": {
783
+ "description": "The size of the descriptions"
784
+ },
785
+ "a-descriptions/bordered": {
786
+ "description": "Whether to show the border",
787
+ "type": "boolean"
788
+ },
789
+ "a-descriptions/label-style": {
790
+ "description": "Data label style"
791
+ },
792
+ "a-descriptions/value-style": {
793
+ "description": "Data content style"
794
+ },
795
+ "a-descriptions/table-layout": {
796
+ "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
797
+ "type": "string"
798
+ },
799
+ "a-descriptions-item/span": {
800
+ "description": "number of columns",
801
+ "type": "number"
802
+ },
803
+ "a-descriptions-item/label": {
804
+ "description": "Label",
805
+ "type": "string"
806
+ },
807
+ "a-comment/author": {
808
+ "description": "Display as the comment author",
809
+ "type": "string"
810
+ },
811
+ "a-comment/avatar": {
812
+ "description": "Display as the comment avatar",
813
+ "type": "string"
814
+ },
815
+ "a-comment/content": {
816
+ "description": "The content of the comment",
817
+ "type": "string"
818
+ },
819
+ "a-comment/datetime": {
820
+ "description": "Display as the comment datetime",
821
+ "type": "string"
822
+ },
823
+ "a-comment/align": {
824
+ "description": "Alignment of `datetime` and `actions`",
825
+ "type": "string|object"
826
+ },
827
+ "a-common/change": {
767
828
  "description": "Edit content change"
768
829
  },
769
830
  "a-common/select": {
@@ -1040,48 +1101,6 @@
1040
1101
  "description": "Whether to enable abbreviation",
1041
1102
  "type": "boolean"
1042
1103
  },
1043
- "a-descriptions/data": {
1044
- "description": "Data for descriptions"
1045
- },
1046
- "a-descriptions/column": {
1047
- "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
1048
- },
1049
- "a-descriptions/title": {
1050
- "description": "Title of descriptions",
1051
- "type": "string"
1052
- },
1053
- "a-descriptions/layout": {
1054
- "description": "Arrangement of descriptions",
1055
- "type": "string"
1056
- },
1057
- "a-descriptions/align": {
1058
- "description": "Alignment position of text"
1059
- },
1060
- "a-descriptions/size": {
1061
- "description": "The size of the descriptions"
1062
- },
1063
- "a-descriptions/bordered": {
1064
- "description": "Whether to show the border",
1065
- "type": "boolean"
1066
- },
1067
- "a-descriptions/label-style": {
1068
- "description": "Data label style"
1069
- },
1070
- "a-descriptions/value-style": {
1071
- "description": "Data content style"
1072
- },
1073
- "a-descriptions/table-layout": {
1074
- "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
1075
- "type": "string"
1076
- },
1077
- "a-descriptions-item/span": {
1078
- "description": "number of columns",
1079
- "type": "number"
1080
- },
1081
- "a-descriptions-item/label": {
1082
- "description": "Label",
1083
- "type": "string"
1084
- },
1085
1104
  "a-config-provider/prefix-cls": {
1086
1105
  "description": "Component classname prefix",
1087
1106
  "type": "string"
@@ -1108,25 +1127,6 @@
1108
1127
  "description": "View starts from the right and ends on the left",
1109
1128
  "type": "boolean"
1110
1129
  },
1111
- "a-divider/direction": {
1112
- "description": "The direction of the dividing line. Can be horizontal or vertical"
1113
- },
1114
- "a-divider/orientation": {
1115
- "description": "The position of the dividing line text",
1116
- "type": "string"
1117
- },
1118
- "a-divider/type": {
1119
- "description": "Dividing line style type",
1120
- "type": "string"
1121
- },
1122
- "a-divider/size": {
1123
- "description": "The wide/height of the dividing line",
1124
- "type": "number"
1125
- },
1126
- "a-divider/margin": {
1127
- "description": "Margin up and down the split line (left and right margin in vertical direction)",
1128
- "type": "number | string"
1129
- },
1130
1130
  "a-dropdown/popup-visible-change": {
1131
1131
  "description": "Triggered when the display status of the drop-down box changes"
1132
1132
  },
@@ -1152,7 +1152,11 @@
1152
1152
  },
1153
1153
  "a-dropdown/popup-max-height": {
1154
1154
  "description": "Maximum height of the popup",
1155
- "type": "boolean|number"
1155
+ "type": "boolean|number|string"
1156
+ },
1157
+ "a-dropdown/popup-min-height": {
1158
+ "description": "Minimum height of the popup",
1159
+ "type": "boolean|number|string"
1156
1160
  },
1157
1161
  "a-dropdown/hide-on-select": {
1158
1162
  "description": "Whether to hide popup when the user selects",
@@ -1365,6 +1369,85 @@
1365
1369
  "description": "Whether to hide the cancel button",
1366
1370
  "type": "boolean"
1367
1371
  },
1372
+ "a-row/gutter": {
1373
+ "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."
1374
+ },
1375
+ "a-row/justify": {
1376
+ "description": "Horizontal alignment (`justify-content`)",
1377
+ "type": "string"
1378
+ },
1379
+ "a-row/align": {
1380
+ "description": "Vertical alignment (`align-items`)",
1381
+ "type": "string"
1382
+ },
1383
+ "a-row/div": {
1384
+ "description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
1385
+ "type": "boolean"
1386
+ },
1387
+ "a-row/wrap": {
1388
+ "description": "Whether `Col` can wrap onto multiple lines",
1389
+ "type": "boolean"
1390
+ },
1391
+ "a-col/span": {
1392
+ "description": "Number of grid space",
1393
+ "type": "number"
1394
+ },
1395
+ "a-col/offset": {
1396
+ "description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
1397
+ "type": "number"
1398
+ },
1399
+ "a-col/order": {
1400
+ "description": "Sort elements",
1401
+ "type": "number"
1402
+ },
1403
+ "a-col/xs": {
1404
+ "description": "<576px responsive grid"
1405
+ },
1406
+ "a-col/sm": {
1407
+ "description": ">= 576px responsive grid"
1408
+ },
1409
+ "a-col/md": {
1410
+ "description": ">= 768px responsive grid"
1411
+ },
1412
+ "a-col/lg": {
1413
+ "description": ">= 992px responsive grid"
1414
+ },
1415
+ "a-col/xl": {
1416
+ "description": ">= 1200px responsive grid"
1417
+ },
1418
+ "a-col/xxl": {
1419
+ "description": ">= 1600px responsive grid"
1420
+ },
1421
+ "a-col/flex": {
1422
+ "description": "Set flex layout properties"
1423
+ },
1424
+ "a-grid/cols": {
1425
+ "description": "Number of columns displayed in each row"
1426
+ },
1427
+ "a-grid/row-gap": {
1428
+ "description": "The space in row-to-row"
1429
+ },
1430
+ "a-grid/col-gap": {
1431
+ "description": "The space in column-to-column"
1432
+ },
1433
+ "a-grid/collapsed": {
1434
+ "description": "Whether to collapsed",
1435
+ "type": "boolean"
1436
+ },
1437
+ "a-grid/collapsed-rows": {
1438
+ "description": "Number of rows displayed when collapsed",
1439
+ "type": "number"
1440
+ },
1441
+ "a-grid-item/span": {
1442
+ "description": "Number of grids spanned"
1443
+ },
1444
+ "a-grid-item/offset": {
1445
+ "description": "Number of grids on the left"
1446
+ },
1447
+ "a-grid-item/suffix": {
1448
+ "description": "Is it a suffix element",
1449
+ "type": "boolean"
1450
+ },
1368
1451
  "a-empty/description": {
1369
1452
  "description": "Description",
1370
1453
  "type": "string"
@@ -1534,85 +1617,120 @@
1534
1617
  "description": "Attributes of the form item element",
1535
1618
  "type": "object"
1536
1619
  },
1537
- "a-row/gutter": {
1538
- "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."
1620
+ "a-input/input": {
1621
+ "description": "Triggered when the user enters"
1539
1622
  },
1540
- "a-row/justify": {
1541
- "description": "Horizontal alignment (`justify-content`)",
1623
+ "a-input/change": {
1624
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
1625
+ },
1626
+ "a-input/press-enter": {
1627
+ "description": "Triggered when the user presses enter"
1628
+ },
1629
+ "a-input/clear": {
1630
+ "description": "Triggered when the user clicks the clear button"
1631
+ },
1632
+ "a-input/focus": {
1633
+ "description": "Triggered when the input box gets focus"
1634
+ },
1635
+ "a-input/blur": {
1636
+ "description": "Triggered when the input box loses focus"
1637
+ },
1638
+ "a-input/model-value": {
1639
+ "description": "Value",
1542
1640
  "type": "string"
1543
1641
  },
1544
- "a-row/align": {
1545
- "description": "Vertical alignment (`align-items`)",
1642
+ "a-input/default-value": {
1643
+ "description": "Default value (uncontrolled state)",
1546
1644
  "type": "string"
1547
1645
  },
1548
- "a-row/div": {
1549
- "description": "Enabling this option `Row` and `Col` will be treated as divs without any Grid-related classes and styles",
1646
+ "a-input/size": {
1647
+ "description": "Input size"
1648
+ },
1649
+ "a-input/allow-clear": {
1650
+ "description": "Whether to allow the input to be cleared",
1550
1651
  "type": "boolean"
1551
1652
  },
1552
- "a-row/wrap": {
1553
- "description": "Whether `Col` can wrap onto multiple lines",
1653
+ "a-input/disabled": {
1654
+ "description": "Whether to disable",
1554
1655
  "type": "boolean"
1555
1656
  },
1556
- "a-col/span": {
1557
- "description": "Number of grid space",
1558
- "type": "number"
1657
+ "a-input/readonly": {
1658
+ "description": "Whether it is read-only",
1659
+ "type": "boolean"
1559
1660
  },
1560
- "a-col/offset": {
1561
- "description": "The number of grids on the left side of the grid. There can be no grids in the grid.",
1562
- "type": "number"
1661
+ "a-input/error": {
1662
+ "description": "Whether it is an error state",
1663
+ "type": "boolean"
1563
1664
  },
1564
- "a-col/order": {
1565
- "description": "Sort elements",
1566
- "type": "number"
1665
+ "a-input/placeholder": {
1666
+ "description": "Prompt text",
1667
+ "type": "string"
1567
1668
  },
1568
- "a-col/xs": {
1569
- "description": "<576px responsive grid"
1669
+ "a-input/max-length": {
1670
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1570
1671
  },
1571
- "a-col/sm": {
1572
- "description": ">= 576px responsive grid"
1672
+ "a-input/show-word-limit": {
1673
+ "description": "Whether to display word count",
1674
+ "type": "boolean"
1573
1675
  },
1574
- "a-col/md": {
1575
- "description": ">= 768px responsive grid"
1676
+ "a-input/word-length": {
1677
+ "description": "Calculation method of word length"
1576
1678
  },
1577
- "a-col/lg": {
1578
- "description": ">= 992px responsive grid"
1679
+ "a-input/word-slice": {
1680
+ "description": "Character interception method, used together with wordLength"
1579
1681
  },
1580
- "a-col/xl": {
1581
- "description": ">= 1200px responsive grid"
1682
+ "a-input/input-attrs": {
1683
+ "description": "Attributes of inner input elements",
1684
+ "type": "object"
1582
1685
  },
1583
- "a-col/xxl": {
1584
- "description": ">= 1600px responsive grid"
1686
+ "a-input/prepend": {
1687
+ "description": "Prepend",
1688
+ "type": "string"
1585
1689
  },
1586
- "a-col/flex": {
1587
- "description": "Set flex layout properties"
1690
+ "a-input/append": {
1691
+ "description": "Append",
1692
+ "type": "string"
1588
1693
  },
1589
- "a-grid/cols": {
1590
- "description": "Number of columns displayed in each row"
1694
+ "a-input-password/visibility-change": {
1695
+ "description": "Callback when visibility changes"
1591
1696
  },
1592
- "a-grid/row-gap": {
1593
- "description": "The space in row-to-row"
1697
+ "a-input-password/visibility": {
1698
+ "description": "Whether is visible",
1699
+ "type": "boolean"
1594
1700
  },
1595
- "a-grid/col-gap": {
1596
- "description": "The space in column-to-column"
1701
+ "a-input-password/default-visibility": {
1702
+ "description": "Default visibility",
1703
+ "type": "boolean"
1597
1704
  },
1598
- "a-grid/collapsed": {
1599
- "description": "Whether to collapsed",
1705
+ "a-input-password/invisible-button": {
1706
+ "description": "Whether to show visible buttons",
1600
1707
  "type": "boolean"
1601
1708
  },
1602
- "a-grid/collapsed-rows": {
1603
- "description": "Number of rows displayed when collapsed",
1604
- "type": "number"
1709
+ "a-input-search/search": {
1710
+ "description": "Triggered when the search button is clicked"
1605
1711
  },
1606
- "a-grid-item/span": {
1607
- "description": "Number of grids spanned"
1712
+ "a-input-search/search-button": {
1713
+ "description": "Whether it is the rear button mode",
1714
+ "type": "boolean"
1608
1715
  },
1609
- "a-grid-item/offset": {
1610
- "description": "Number of grids on the left"
1716
+ "a-input-search/loading": {
1717
+ "description": "Whether it is loading state",
1718
+ "type": "boolean"
1611
1719
  },
1612
- "a-grid-item/suffix": {
1613
- "description": "Is it a suffix element",
1720
+ "a-input-search/disabled": {
1721
+ "description": "Whether to disable",
1614
1722
  "type": "boolean"
1615
1723
  },
1724
+ "a-input-search/size": {
1725
+ "description": "Input size"
1726
+ },
1727
+ "a-input-search/button-text": {
1728
+ "description": "The text of the search button will replace the original icon after use",
1729
+ "type": "string"
1730
+ },
1731
+ "a-input-search/button-props": {
1732
+ "description": "Button props"
1733
+ },
1616
1734
  "a-image/preview-visible-change": {
1617
1735
  "description": "Preview opening and closing events"
1618
1736
  },
@@ -1861,120 +1979,6 @@
1861
1979
  "description": "Attributes of inner input elements",
1862
1980
  "type": "object"
1863
1981
  },
1864
- "a-input/input": {
1865
- "description": "Triggered when the user enters"
1866
- },
1867
- "a-input/change": {
1868
- "description": "Only triggered when the input box is out of focus or when you press Enter"
1869
- },
1870
- "a-input/press-enter": {
1871
- "description": "Triggered when the user presses enter"
1872
- },
1873
- "a-input/clear": {
1874
- "description": "Triggered when the user clicks the clear button"
1875
- },
1876
- "a-input/focus": {
1877
- "description": "Triggered when the input box gets focus"
1878
- },
1879
- "a-input/blur": {
1880
- "description": "Triggered when the input box loses focus"
1881
- },
1882
- "a-input/model-value": {
1883
- "description": "Value",
1884
- "type": "string"
1885
- },
1886
- "a-input/default-value": {
1887
- "description": "Default value (uncontrolled state)",
1888
- "type": "string"
1889
- },
1890
- "a-input/size": {
1891
- "description": "Input size"
1892
- },
1893
- "a-input/allow-clear": {
1894
- "description": "Whether to allow the input to be cleared",
1895
- "type": "boolean"
1896
- },
1897
- "a-input/disabled": {
1898
- "description": "Whether to disable",
1899
- "type": "boolean"
1900
- },
1901
- "a-input/readonly": {
1902
- "description": "Whether it is read-only",
1903
- "type": "boolean"
1904
- },
1905
- "a-input/error": {
1906
- "description": "Whether it is an error state",
1907
- "type": "boolean"
1908
- },
1909
- "a-input/placeholder": {
1910
- "description": "Prompt text",
1911
- "type": "string"
1912
- },
1913
- "a-input/max-length": {
1914
- "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
1915
- },
1916
- "a-input/show-word-limit": {
1917
- "description": "Whether to display word count",
1918
- "type": "boolean"
1919
- },
1920
- "a-input/word-length": {
1921
- "description": "Calculation method of word length"
1922
- },
1923
- "a-input/word-slice": {
1924
- "description": "Character interception method, used together with wordLength"
1925
- },
1926
- "a-input/input-attrs": {
1927
- "description": "Attributes of inner input elements",
1928
- "type": "object"
1929
- },
1930
- "a-input/prepend": {
1931
- "description": "Prepend",
1932
- "type": "string"
1933
- },
1934
- "a-input/append": {
1935
- "description": "Append",
1936
- "type": "string"
1937
- },
1938
- "a-input-password/visibility-change": {
1939
- "description": "Callback when visibility changes"
1940
- },
1941
- "a-input-password/visibility": {
1942
- "description": "Whether is visible",
1943
- "type": "boolean"
1944
- },
1945
- "a-input-password/default-visibility": {
1946
- "description": "Default visibility",
1947
- "type": "boolean"
1948
- },
1949
- "a-input-password/invisible-button": {
1950
- "description": "Whether to show visible buttons",
1951
- "type": "boolean"
1952
- },
1953
- "a-input-search/search": {
1954
- "description": "Triggered when the search button is clicked"
1955
- },
1956
- "a-input-search/search-button": {
1957
- "description": "Whether it is the rear button mode",
1958
- "type": "boolean"
1959
- },
1960
- "a-input-search/loading": {
1961
- "description": "Whether it is loading state",
1962
- "type": "boolean"
1963
- },
1964
- "a-input-search/disabled": {
1965
- "description": "Whether to disable",
1966
- "type": "boolean"
1967
- },
1968
- "a-input-search/size": {
1969
- "description": "Input size"
1970
- },
1971
- "a-input-search/button-text": {
1972
- "description": "The text of the search button will replace the original icon after use",
1973
- "type": "string"
1974
- },
1975
- "a-input-search/button-props": {
1976
- "description": "Button props"
1977
- },
1978
1982
  "a-input-tag/change": {
1979
1983
  "description": "Triggered when the value changes"
1980
1984
  },
@@ -2054,51 +2058,6 @@
2054
2058
  "description": "Tag content does not wrap",
2055
2059
  "type": "boolean"
2056
2060
  },
2057
- "a-layout/has-sider": {
2058
- "description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
2059
- "type": "boolean"
2060
- },
2061
- "a-layout-sider/collapse": {
2062
- "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
2063
- },
2064
- "a-layout-sider/breakpoint": {
2065
- "description": "Events when a responsive layout breakpoint is triggered"
2066
- },
2067
- "a-layout-sider/theme": {
2068
- "description": "Theme",
2069
- "type": "string"
2070
- },
2071
- "a-layout-sider/collapsed": {
2072
- "description": "Current collapsed state",
2073
- "type": "boolean"
2074
- },
2075
- "a-layout-sider/default-collapsed": {
2076
- "description": "The default collapsed state",
2077
- "type": "boolean"
2078
- },
2079
- "a-layout-sider/collapsible": {
2080
- "description": "Whether is collapsible",
2081
- "type": "boolean"
2082
- },
2083
- "a-layout-sider/width": {
2084
- "description": "Width",
2085
- "type": "number"
2086
- },
2087
- "a-layout-sider/collapsed-width": {
2088
- "description": "Collapsed width",
2089
- "type": "number"
2090
- },
2091
- "a-layout-sider/reverse-arrow": {
2092
- "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
2093
- "type": "boolean"
2094
- },
2095
- "a-layout-sider/resize-directions": {
2096
- "description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
2097
- },
2098
- "a-layout-sider/hide-trigger": {
2099
- "description": "Whether to hide the bottom fold trigger",
2100
- "type": "boolean"
2101
- },
2102
2061
  "a-link/click": {
2103
2062
  "description": "Emitted when the link is clicked"
2104
2063
  },
@@ -2125,72 +2084,98 @@
2125
2084
  "description": "Whether the link is disabled",
2126
2085
  "type": "boolean"
2127
2086
  },
2128
- "a-list/scroll": {
2129
- "description": "Triggered when the list scrolls"
2087
+ "a-mention/change": {
2088
+ "description": "Triggered when the value changes"
2130
2089
  },
2131
- "a-list/reach-bottom": {
2132
- "description": "Triggered when the list reaches the bottom"
2090
+ "a-mention/search": {
2091
+ "description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
2133
2092
  },
2134
- "a-list/page-change": {
2135
- "description": "Triggered when the table pagination changes"
2093
+ "a-mention/select": {
2094
+ "description": "Triggered when the drop-down option is selected"
2136
2095
  },
2137
- "a-list/page-size-change": {
2138
- "description": "Triggered when the number of data per page of the table changes"
2096
+ "a-mention/clear": {
2097
+ "description": "Triggered when the user clicks the clear button"
2139
2098
  },
2140
- "a-list/data": {
2141
- "description": "List data, need to be used with `item` slot at the same time"
2099
+ "a-mention/focus": {
2100
+ "description": "Emitted when the text box gets focus"
2142
2101
  },
2143
- "a-list/size": {
2144
- "description": "List size",
2102
+ "a-mention/blur": {
2103
+ "description": "Emitted when the text box loses focus"
2104
+ },
2105
+ "a-mention/model-value": {
2106
+ "description": "Value",
2145
2107
  "type": "string"
2146
2108
  },
2147
- "a-list/bordered": {
2148
- "description": "Whether to show the border",
2149
- "type": "boolean"
2109
+ "a-mention/default-value": {
2110
+ "description": "Default value (uncontrolled state)",
2111
+ "type": "string"
2150
2112
  },
2151
- "a-list/split": {
2152
- "description": "Whether to show the dividing line",
2113
+ "a-mention/data": {
2114
+ "description": "Data for automatic completion"
2115
+ },
2116
+ "a-mention/prefix": {
2117
+ "description": "Keywords that trigger auto-completion"
2118
+ },
2119
+ "a-mention/split": {
2120
+ "description": "Before and after the selected item separator",
2121
+ "type": "string"
2122
+ },
2123
+ "a-mention/type": {
2124
+ "description": "default input or textarea",
2125
+ "type": "string"
2126
+ },
2127
+ "a-mention/disabled": {
2128
+ "description": "Whether to disable",
2153
2129
  "type": "boolean"
2154
2130
  },
2155
- "a-list/loading": {
2156
- "description": "Whether it is loading state",
2131
+ "a-mention/allow-clear": {
2132
+ "description": "Whether to allow the input to be cleared",
2157
2133
  "type": "boolean"
2158
2134
  },
2159
- "a-list/hoverable": {
2160
- "description": "Whether to display the selected style",
2135
+ "a-layout/has-sider": {
2136
+ "description": "Indicates that there is a Sider in the sub-element, which generally does not need to be specified. Used to avoid style flicker when rendering on the server side.",
2161
2137
  "type": "boolean"
2162
2138
  },
2163
- "a-list/pagination-props": {
2164
- "description": "List pagination configuration"
2139
+ "a-layout-sider/collapse": {
2140
+ "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
2165
2141
  },
2166
- "a-list/grid-props": {
2167
- "description": "List grid configuration",
2168
- "type": "object"
2142
+ "a-layout-sider/breakpoint": {
2143
+ "description": "Events when a responsive layout breakpoint is triggered"
2169
2144
  },
2170
- "a-list/max-height": {
2171
- "description": "Maximum height of the list",
2172
- "type": "string | number"
2145
+ "a-layout-sider/theme": {
2146
+ "description": "Theme",
2147
+ "type": "string"
2173
2148
  },
2174
- "a-list/bottom-offset": {
2175
- "description": "Trigger the distance threshold to reach the bottom",
2176
- "type": "number"
2149
+ "a-layout-sider/collapsed": {
2150
+ "description": "Current collapsed state",
2151
+ "type": "boolean"
2177
2152
  },
2178
- "a-list/virtual-list-props": {
2179
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
2153
+ "a-layout-sider/default-collapsed": {
2154
+ "description": "The default collapsed state",
2155
+ "type": "boolean"
2180
2156
  },
2181
- "a-list/scrollbar": {
2182
- "description": "Whether to enable virtual scroll bar"
2157
+ "a-layout-sider/collapsible": {
2158
+ "description": "Whether is collapsible",
2159
+ "type": "boolean"
2183
2160
  },
2184
- "a-list-item/action-layout": {
2185
- "description": "Operation group arrangement direction"
2161
+ "a-layout-sider/width": {
2162
+ "description": "Width",
2163
+ "type": "number"
2186
2164
  },
2187
- "a-list-item-meta/title": {
2188
- "description": "Title",
2189
- "type": "string"
2165
+ "a-layout-sider/collapsed-width": {
2166
+ "description": "Collapsed width",
2167
+ "type": "number"
2190
2168
  },
2191
- "a-list-item-meta/description": {
2192
- "description": "Description",
2193
- "type": "string"
2169
+ "a-layout-sider/reverse-arrow": {
2170
+ "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
2171
+ "type": "boolean"
2172
+ },
2173
+ "a-layout-sider/resize-directions": {
2174
+ "description": "Can replace the native `aside` tag with ResizeBox. This is the `directions` parameter of ResizeBox. For details, please see [ResizeBox](/vue/component/resize-box)"
2175
+ },
2176
+ "a-layout-sider/hide-trigger": {
2177
+ "description": "Whether to hide the bottom fold trigger",
2178
+ "type": "boolean"
2194
2179
  },
2195
2180
  "a-menu/collapse": {
2196
2181
  "description": "Triggered when the collapsed state changes"
@@ -2298,179 +2283,153 @@
2298
2283
  "description": "Whether to disable",
2299
2284
  "type": "boolean"
2300
2285
  },
2301
- "a-modal/ok": {
2302
- "description": "Triggered when the OK button is clicked"
2303
- },
2304
- "a-modal/cancel": {
2305
- "description": "Triggered when the cancel/close button is clicked"
2306
- },
2307
- "a-modal/open": {
2308
- "description": "Triggered after the modal is opened (the animation ends)"
2309
- },
2310
- "a-modal/close": {
2311
- "description": "Triggered after the modal is closed (the animation ends)"
2286
+ "a-page-header/back": {
2287
+ "description": "Emitted when the back button is clicked"
2312
2288
  },
2313
- "a-modal/before-open": {
2314
- "description": "Triggered before dialog is opened"
2289
+ "a-page-header/title": {
2290
+ "description": "Main title",
2291
+ "type": "string"
2315
2292
  },
2316
- "a-modal/before-close": {
2317
- "description": "Triggered before dialog is closed"
2293
+ "a-page-header/subtitle": {
2294
+ "description": "Subtitle",
2295
+ "type": "string"
2318
2296
  },
2319
- "a-modal/visible": {
2320
- "description": "Whether the modal is visible",
2297
+ "a-page-header/show-back": {
2298
+ "description": "Whether to show the back button",
2321
2299
  "type": "boolean"
2322
2300
  },
2323
- "a-modal/default-visible": {
2324
- "description": "Whether the modal is visible by default (uncontrolled state)",
2325
- "type": "boolean"
2301
+ "a-list/scroll": {
2302
+ "description": "Triggered when the list scrolls"
2326
2303
  },
2327
- "a-modal/width": {
2328
- "description": "The width of the dialog box, if not set, the width value in the style will be used",
2329
- "type": "number|string"
2304
+ "a-list/reach-bottom": {
2305
+ "description": "Triggered when the list reaches the bottom"
2330
2306
  },
2331
- "a-modal/top": {
2332
- "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
2333
- "type": "number|string"
2307
+ "a-list/page-change": {
2308
+ "description": "Triggered when the table pagination changes"
2334
2309
  },
2335
- "a-modal/mask": {
2336
- "description": "Whether to show the mask",
2337
- "type": "boolean"
2310
+ "a-list/page-size-change": {
2311
+ "description": "Triggered when the number of data per page of the table changes"
2338
2312
  },
2339
- "a-modal/title": {
2340
- "description": "Title",
2341
- "type": "string"
2313
+ "a-list/data": {
2314
+ "description": "List data, need to be used with `item` slot at the same time"
2342
2315
  },
2343
- "a-modal/title-align": {
2344
- "description": "horizontal alignment of the title",
2316
+ "a-list/size": {
2317
+ "description": "List size",
2345
2318
  "type": "string"
2346
2319
  },
2347
- "a-modal/align-center": {
2348
- "description": "Whether the dialog box is displayed in the center",
2349
- "type": "boolean"
2350
- },
2351
- "a-modal/unmount-on-close": {
2352
- "description": "Whether to uninstall the node when close",
2320
+ "a-list/bordered": {
2321
+ "description": "Whether to show the border",
2353
2322
  "type": "boolean"
2354
2323
  },
2355
- "a-modal/mask-closable": {
2356
- "description": "Whether to close the modal when click the mask",
2324
+ "a-list/split": {
2325
+ "description": "Whether to show the dividing line",
2357
2326
  "type": "boolean"
2358
2327
  },
2359
- "a-modal/hide-cancel": {
2360
- "description": "Whether to hide the cancel button",
2328
+ "a-list/loading": {
2329
+ "description": "Whether it is loading state",
2361
2330
  "type": "boolean"
2362
2331
  },
2363
- "a-modal/simple": {
2364
- "description": "Whether to enable simple mode",
2332
+ "a-list/hoverable": {
2333
+ "description": "Whether to display the selected style",
2365
2334
  "type": "boolean"
2366
2335
  },
2367
- "a-modal/closable": {
2368
- "description": "Whether to show the close button",
2369
- "type": "boolean"
2336
+ "a-list/pagination-props": {
2337
+ "description": "List pagination configuration"
2370
2338
  },
2371
- "a-modal/ok-text": {
2372
- "description": "The content of the confirm button",
2373
- "type": "string"
2339
+ "a-list/grid-props": {
2340
+ "description": "List grid configuration",
2341
+ "type": "object"
2374
2342
  },
2375
- "a-modal/cancel-text": {
2376
- "description": "The content of the cancel button",
2377
- "type": "string"
2343
+ "a-list/max-height": {
2344
+ "description": "Maximum height of the list",
2345
+ "type": "string | number"
2378
2346
  },
2379
- "a-modal/ok-loading": {
2380
- "description": "Whether the confirm button is in the loading state",
2381
- "type": "boolean"
2347
+ "a-list/bottom-offset": {
2348
+ "description": "Trigger the distance threshold to reach the bottom",
2349
+ "type": "number"
2382
2350
  },
2383
- "a-modal/ok-button-props": {
2384
- "description": "Props of confirm button"
2351
+ "a-list/virtual-list-props": {
2352
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
2385
2353
  },
2386
- "a-modal/cancel-button-props": {
2387
- "description": "Props of cancel button"
2354
+ "a-list/scrollbar": {
2355
+ "description": "Whether to enable virtual scroll bar"
2388
2356
  },
2389
- "a-modal/footer": {
2390
- "description": "Whether to show the footer",
2391
- "type": "boolean"
2357
+ "a-list-item/action-layout": {
2358
+ "description": "Operation group arrangement direction"
2392
2359
  },
2393
- "a-modal/render-to-body": {
2394
- "description": "Whether the modal is mounted under the `body` element",
2395
- "type": "boolean"
2360
+ "a-list-item-meta/title": {
2361
+ "description": "Title",
2362
+ "type": "string"
2396
2363
  },
2397
- "a-modal/popup-container": {
2398
- "description": "Mount container for modal"
2364
+ "a-list-item-meta/description": {
2365
+ "description": "Description",
2366
+ "type": "string"
2399
2367
  },
2400
- "a-modal/mask-style": {
2401
- "description": "Mask style"
2368
+ "a-popconfirm/popup-visible-change": {
2369
+ "description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
2402
2370
  },
2403
- "a-modal/modal-class": {
2404
- "description": "The classname of the modal"
2371
+ "a-popconfirm/ok": {
2372
+ "description": "Triggered when the confirm button is clicked"
2405
2373
  },
2406
- "a-modal/modal-style": {
2407
- "description": "Modal style"
2374
+ "a-popconfirm/cancel": {
2375
+ "description": "Triggered when the cancel button is clicked"
2408
2376
  },
2409
- "a-modal/before-ok": {
2410
- "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."
2377
+ "a-popconfirm/content": {
2378
+ "description": "Content",
2379
+ "type": "string"
2411
2380
  },
2412
- "a-modal/before-cancel": {
2413
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2381
+ "a-popconfirm/position": {
2382
+ "description": "Popup position"
2414
2383
  },
2415
- "a-modal/esc-to-close": {
2416
- "description": "Whether to support the ESC key to close the dialog",
2384
+ "a-popconfirm/popup-visible": {
2385
+ "description": "Whether the popconfirm is visible",
2417
2386
  "type": "boolean"
2418
2387
  },
2419
- "a-modal/draggable": {
2420
- "description": "Whether to support drag",
2388
+ "a-popconfirm/default-popup-visible": {
2389
+ "description": "Whether the popconfirm is visible by default (uncontrolled mode)",
2421
2390
  "type": "boolean"
2422
2391
  },
2423
- "a-modal/fullscreen": {
2424
- "description": "Whether to enable full screen",
2425
- "type": "boolean"
2392
+ "a-popconfirm/type": {
2393
+ "description": "Types of the popconfirm"
2426
2394
  },
2427
- "a-modal/mask-animation-name": {
2428
- "description": "Mask layer animation name",
2395
+ "a-popconfirm/ok-text": {
2396
+ "description": "The content of the ok button",
2429
2397
  "type": "string"
2430
2398
  },
2431
- "a-modal/modal-animation-name": {
2432
- "description": "Modal animation name",
2399
+ "a-popconfirm/cancel-text": {
2400
+ "description": "The content of the cancel button",
2433
2401
  "type": "string"
2434
2402
  },
2435
- "a-modal/body-class": {
2436
- "description": "The classname of the modal"
2437
- },
2438
- "a-modal/body-style": {
2439
- "description": "Modal style"
2440
- },
2441
- "a-modal/hide-title": {
2442
- "description": "Whether to hide the title",
2403
+ "a-popconfirm/ok-loading": {
2404
+ "description": "Whether the ok button is in the loading state",
2443
2405
  "type": "boolean"
2444
2406
  },
2445
- "a-overflow-list/change": {
2446
- "description": "Triggered when the overflow quantity changes"
2407
+ "a-popconfirm/ok-button-props": {
2408
+ "description": "Props of ok button"
2447
2409
  },
2448
- "a-overflow-list/min": {
2449
- "description": "Minimum number of elements to display",
2450
- "type": "number"
2410
+ "a-popconfirm/cancel-button-props": {
2411
+ "description": "Props of cancel button"
2451
2412
  },
2452
- "a-overflow-list/margin": {
2453
- "description": "Item Margin",
2454
- "type": "number"
2413
+ "a-popconfirm/content-class": {
2414
+ "description": "The class name of the popup content"
2455
2415
  },
2456
- "a-overflow-list/from": {
2457
- "description": "Overflow From",
2458
- "type": "string"
2416
+ "a-popconfirm/content-style": {
2417
+ "description": "The style of the popup content"
2459
2418
  },
2460
- "a-page-header/back": {
2461
- "description": "Emitted when the back button is clicked"
2419
+ "a-popconfirm/arrow-class": {
2420
+ "description": "The class name of the popup arrow"
2462
2421
  },
2463
- "a-page-header/title": {
2464
- "description": "Main title",
2465
- "type": "string"
2422
+ "a-popconfirm/arrow-style": {
2423
+ "description": "The style of the popup arrow"
2466
2424
  },
2467
- "a-page-header/subtitle": {
2468
- "description": "Subtitle",
2469
- "type": "string"
2425
+ "a-popconfirm/popup-container": {
2426
+ "description": "Mount container for popup"
2470
2427
  },
2471
- "a-page-header/show-back": {
2472
- "description": "Whether to show the back button",
2473
- "type": "boolean"
2428
+ "a-popconfirm/before-ok": {
2429
+ "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."
2430
+ },
2431
+ "a-popconfirm/before-cancel": {
2432
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2474
2433
  },
2475
2434
  "a-pagination/change": {
2476
2435
  "description": "Triggered when page number changes"
@@ -2553,120 +2512,21 @@
2553
2512
  "description": "Whether to adjust the page number when changing the number of data",
2554
2513
  "type": "boolean"
2555
2514
  },
2556
- "a-mention/change": {
2557
- "description": "Triggered when the value changes"
2558
- },
2559
- "a-mention/search": {
2560
- "description": "Trigger on dynamic search prefix, version 2.47.0 adds prefix param"
2561
- },
2562
- "a-mention/select": {
2563
- "description": "Triggered when the drop-down option is selected"
2564
- },
2565
- "a-mention/clear": {
2566
- "description": "Triggered when the user clicks the clear button"
2567
- },
2568
- "a-mention/focus": {
2569
- "description": "Emitted when the text box gets focus"
2570
- },
2571
- "a-mention/blur": {
2572
- "description": "Emitted when the text box loses focus"
2573
- },
2574
- "a-mention/model-value": {
2575
- "description": "Value",
2576
- "type": "string"
2577
- },
2578
- "a-mention/default-value": {
2579
- "description": "Default value (uncontrolled state)",
2580
- "type": "string"
2581
- },
2582
- "a-mention/data": {
2583
- "description": "Data for automatic completion"
2584
- },
2585
- "a-mention/prefix": {
2586
- "description": "Keywords that trigger auto-completion"
2587
- },
2588
- "a-mention/split": {
2589
- "description": "Before and after the selected item separator",
2590
- "type": "string"
2591
- },
2592
- "a-mention/type": {
2593
- "description": "default input or textarea",
2594
- "type": "string"
2595
- },
2596
- "a-mention/disabled": {
2597
- "description": "Whether to disable",
2598
- "type": "boolean"
2599
- },
2600
- "a-mention/allow-clear": {
2601
- "description": "Whether to allow the input to be cleared",
2602
- "type": "boolean"
2603
- },
2604
- "a-popconfirm/popup-visible-change": {
2605
- "description": "Triggered when the visible or hidden state of the bubble confirmation box changes"
2606
- },
2607
- "a-popconfirm/ok": {
2608
- "description": "Triggered when the confirm button is clicked"
2609
- },
2610
- "a-popconfirm/cancel": {
2611
- "description": "Triggered when the cancel button is clicked"
2612
- },
2613
- "a-popconfirm/content": {
2614
- "description": "Content",
2615
- "type": "string"
2616
- },
2617
- "a-popconfirm/position": {
2618
- "description": "Popup position"
2619
- },
2620
- "a-popconfirm/popup-visible": {
2621
- "description": "Whether the popconfirm is visible",
2622
- "type": "boolean"
2623
- },
2624
- "a-popconfirm/default-popup-visible": {
2625
- "description": "Whether the popconfirm is visible by default (uncontrolled mode)",
2626
- "type": "boolean"
2515
+ "a-overflow-list/change": {
2516
+ "description": "Triggered when the overflow quantity changes"
2627
2517
  },
2628
- "a-popconfirm/type": {
2629
- "description": "Types of the popconfirm"
2518
+ "a-overflow-list/min": {
2519
+ "description": "Minimum number of elements to display",
2520
+ "type": "number"
2630
2521
  },
2631
- "a-popconfirm/ok-text": {
2632
- "description": "The content of the ok button",
2633
- "type": "string"
2522
+ "a-overflow-list/margin": {
2523
+ "description": "Item Margin",
2524
+ "type": "number"
2634
2525
  },
2635
- "a-popconfirm/cancel-text": {
2636
- "description": "The content of the cancel button",
2526
+ "a-overflow-list/from": {
2527
+ "description": "Overflow From",
2637
2528
  "type": "string"
2638
2529
  },
2639
- "a-popconfirm/ok-loading": {
2640
- "description": "Whether the ok button is in the loading state",
2641
- "type": "boolean"
2642
- },
2643
- "a-popconfirm/ok-button-props": {
2644
- "description": "Props of ok button"
2645
- },
2646
- "a-popconfirm/cancel-button-props": {
2647
- "description": "Props of cancel button"
2648
- },
2649
- "a-popconfirm/content-class": {
2650
- "description": "The class name of the popup content"
2651
- },
2652
- "a-popconfirm/content-style": {
2653
- "description": "The style of the popup content"
2654
- },
2655
- "a-popconfirm/arrow-class": {
2656
- "description": "The class name of the popup arrow"
2657
- },
2658
- "a-popconfirm/arrow-style": {
2659
- "description": "The style of the popup arrow"
2660
- },
2661
- "a-popconfirm/popup-container": {
2662
- "description": "Mount container for popup"
2663
- },
2664
- "a-popconfirm/before-ok": {
2665
- "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."
2666
- },
2667
- "a-popconfirm/before-cancel": {
2668
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2669
- },
2670
2530
  "a-popover/popup-visible-change": {
2671
2531
  "description": "Triggered when the text bubble display status changes"
2672
2532
  },
@@ -2789,55 +2649,6 @@
2789
2649
  "a-rate/color": {
2790
2650
  "description": "Color"
2791
2651
  },
2792
- "a-resize-box/moving-start": {
2793
- "description": "Triggered when dragging starts"
2794
- },
2795
- "a-resize-box/moving": {
2796
- "description": "Triggered when dragging"
2797
- },
2798
- "a-resize-box/moving-end": {
2799
- "description": "Triggered when the drag ends"
2800
- },
2801
- "a-resize-box/width": {
2802
- "description": "Width",
2803
- "type": "number"
2804
- },
2805
- "a-resize-box/height": {
2806
- "description": "Height",
2807
- "type": "number"
2808
- },
2809
- "a-resize-box/component": {
2810
- "description": "The html tag of the telescopic box",
2811
- "type": "string"
2812
- },
2813
- "a-resize-box/directions": {
2814
- "description": "Can be stretched side, there are up, down, left and right can be used"
2815
- },
2816
- "a-result/status": {
2817
- "description": "The status displayed on the result page"
2818
- },
2819
- "a-result/title": {
2820
- "description": "Title",
2821
- "type": "string"
2822
- },
2823
- "a-result/subtitle": {
2824
- "description": "Subtitle",
2825
- "type": "string"
2826
- },
2827
- "a-scrollbar/scroll": {
2828
- "description": "Triggered when scroll"
2829
- },
2830
- "a-scrollbar/type": {
2831
- "description": "Type",
2832
- "type": "string"
2833
- },
2834
- "a-scrollbar/outer-class": {
2835
- "description": "Outer class",
2836
- "type": "string|object|array"
2837
- },
2838
- "a-scrollbar/outer-style": {
2839
- "description": "Outer style"
2840
- },
2841
2652
  "a-radio/change": {
2842
2653
  "description": "Trigger when the value changes"
2843
2654
  },
@@ -2887,6 +2698,17 @@
2887
2698
  "description": "Whether to disable",
2888
2699
  "type": "boolean"
2889
2700
  },
2701
+ "a-result/status": {
2702
+ "description": "The status displayed on the result page"
2703
+ },
2704
+ "a-result/title": {
2705
+ "description": "Title",
2706
+ "type": "string"
2707
+ },
2708
+ "a-result/subtitle": {
2709
+ "description": "Subtitle",
2710
+ "type": "string"
2711
+ },
2890
2712
  "a-select/change": {
2891
2713
  "description": "Triggered when the value changes"
2892
2714
  },
@@ -3068,17 +2890,55 @@
3068
2890
  "description": "Title of option group",
3069
2891
  "type": "string"
3070
2892
  },
3071
- "a-slider/change": {
3072
- "description": "Trigger when the value changes"
2893
+ "a-resize-box/moving-start": {
2894
+ "description": "Triggered when dragging starts"
3073
2895
  },
3074
- "a-slider/model-value": {
3075
- "description": "Value"
2896
+ "a-resize-box/moving": {
2897
+ "description": "Triggered when dragging"
3076
2898
  },
3077
- "a-slider/default-value": {
3078
- "description": "Default value (uncontrolled state)"
2899
+ "a-resize-box/moving-end": {
2900
+ "description": "Triggered when the drag ends"
3079
2901
  },
3080
- "a-slider/step": {
3081
- "description": "Sliding step",
2902
+ "a-resize-box/width": {
2903
+ "description": "Width",
2904
+ "type": "number"
2905
+ },
2906
+ "a-resize-box/height": {
2907
+ "description": "Height",
2908
+ "type": "number"
2909
+ },
2910
+ "a-resize-box/component": {
2911
+ "description": "The html tag of the telescopic box",
2912
+ "type": "string"
2913
+ },
2914
+ "a-resize-box/directions": {
2915
+ "description": "Can be stretched side, there are up, down, left and right can be used"
2916
+ },
2917
+ "a-scrollbar/scroll": {
2918
+ "description": "Triggered when scroll"
2919
+ },
2920
+ "a-scrollbar/type": {
2921
+ "description": "Type",
2922
+ "type": "string"
2923
+ },
2924
+ "a-scrollbar/outer-class": {
2925
+ "description": "Outer class",
2926
+ "type": "string|object|array"
2927
+ },
2928
+ "a-scrollbar/outer-style": {
2929
+ "description": "Outer style"
2930
+ },
2931
+ "a-slider/change": {
2932
+ "description": "Trigger when the value changes"
2933
+ },
2934
+ "a-slider/model-value": {
2935
+ "description": "Value"
2936
+ },
2937
+ "a-slider/default-value": {
2938
+ "description": "Default value (uncontrolled state)"
2939
+ },
2940
+ "a-slider/step": {
2941
+ "description": "Sliding step",
3082
2942
  "type": "number"
3083
2943
  },
3084
2944
  "a-slider/min": {
@@ -3146,6 +3006,43 @@
3146
3006
  "description": "The size of the shape skeleton",
3147
3007
  "type": "string"
3148
3008
  },
3009
+ "a-split/move-start": {
3010
+ "description": "Triggered before dragging"
3011
+ },
3012
+ "a-split/moving": {
3013
+ "description": "Triggered when dragging"
3014
+ },
3015
+ "a-split/move-end": {
3016
+ "description": "Triggered after dragging ends"
3017
+ },
3018
+ "a-split/component": {
3019
+ "description": "The html tag of the split box",
3020
+ "type": "string"
3021
+ },
3022
+ "a-split/direction": {
3023
+ "description": "Direction of division",
3024
+ "type": "string"
3025
+ },
3026
+ "a-split/size": {
3027
+ "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3028
+ "type": "number|string"
3029
+ },
3030
+ "a-split/default-size": {
3031
+ "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3032
+ "type": "number|string"
3033
+ },
3034
+ "a-split/min": {
3035
+ "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3036
+ "type": "number|string"
3037
+ },
3038
+ "a-split/max": {
3039
+ "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3040
+ "type": "number|string"
3041
+ },
3042
+ "a-split/disabled": {
3043
+ "description": "Whether to disable",
3044
+ "type": "boolean"
3045
+ },
3149
3046
  "a-space/align": {
3150
3047
  "description": "Alignment",
3151
3048
  "type": "string"
@@ -3185,42 +3082,65 @@
3185
3082
  "description": "Whether to hide the icon",
3186
3083
  "type": "boolean"
3187
3084
  },
3188
- "a-split/move-start": {
3189
- "description": "Triggered before dragging"
3085
+ "a-switch/change": {
3086
+ "description": "Trigger when the value changes"
3190
3087
  },
3191
- "a-split/moving": {
3192
- "description": "Triggered when dragging"
3088
+ "a-switch/focus": {
3089
+ "description": "Triggered when the component gets focus"
3193
3090
  },
3194
- "a-split/move-end": {
3195
- "description": "Triggered after dragging ends"
3091
+ "a-switch/blur": {
3092
+ "description": "Fired when the component loses focus"
3196
3093
  },
3197
- "a-split/component": {
3198
- "description": "The html tag of the split box",
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",
3199
3112
  "type": "string"
3200
3113
  },
3201
- "a-split/direction": {
3202
- "description": "Direction of division",
3114
+ "a-switch/size": {
3115
+ "description": "Size of switch",
3203
3116
  "type": "string"
3204
3117
  },
3205
- "a-split/size": {
3206
- "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3207
- "type": "number|string"
3118
+ "a-switch/checked-value": {
3119
+ "description": "Value when checked",
3120
+ "type": "string|number|boolean"
3208
3121
  },
3209
- "a-split/default-size": {
3210
- "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3211
- "type": "number|string"
3122
+ "a-switch/unchecked-value": {
3123
+ "description": "Value when unchecked",
3124
+ "type": "string|number|boolean"
3212
3125
  },
3213
- "a-split/min": {
3214
- "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3215
- "type": "number|string"
3126
+ "a-switch/checked-color": {
3127
+ "description": "The color of the switch when checked",
3128
+ "type": "string"
3216
3129
  },
3217
- "a-split/max": {
3218
- "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3219
- "type": "number|string"
3130
+ "a-switch/unchecked-color": {
3131
+ "description": "The color of the switch when unchecked",
3132
+ "type": "string"
3220
3133
  },
3221
- "a-split/disabled": {
3222
- "description": "Whether to disable",
3223
- "type": "boolean"
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"
3224
3144
  },
3225
3145
  "a-statistic/title": {
3226
3146
  "description": "Title of the numerical display",
@@ -3348,71 +3268,101 @@
3348
3268
  "description": "Whether to disable",
3349
3269
  "type": "boolean"
3350
3270
  },
3351
- "a-switch/change": {
3352
- "description": "Trigger when the value changes"
3271
+ "a-tabs/change": {
3272
+ "description": "Triggered when the current tag value changes"
3353
3273
  },
3354
- "a-switch/focus": {
3355
- "description": "Triggered when the component gets focus"
3274
+ "a-tabs/tab-click": {
3275
+ "description": "Triggered when the user clicks on the tab"
3356
3276
  },
3357
- "a-switch/blur": {
3358
- "description": "Fired when the component loses focus"
3277
+ "a-tabs/add": {
3278
+ "description": "Triggered when the user clicks the add button"
3359
3279
  },
3360
- "a-switch/model-value": {
3361
- "description": "Value",
3362
- "type": "string|number|boolean"
3280
+ "a-tabs/delete": {
3281
+ "description": "Triggered when the user clicks the delete button"
3363
3282
  },
3364
- "a-switch/default-checked": {
3365
- "description": "Default selected state (uncontrolled state)",
3283
+ "a-tabs/active-key": {
3284
+ "description": "The `key` of the currently selected label",
3285
+ "type": "string|number"
3286
+ },
3287
+ "a-tabs/default-active-key": {
3288
+ "description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
3289
+ "type": "string|number"
3290
+ },
3291
+ "a-tabs/position": {
3292
+ "description": "Position of the tab"
3293
+ },
3294
+ "a-tabs/size": {
3295
+ "description": "The size of the tab"
3296
+ },
3297
+ "a-tabs/type": {
3298
+ "description": "The type of tab"
3299
+ },
3300
+ "a-tabs/direction": {
3301
+ "description": "The direction of tab"
3302
+ },
3303
+ "a-tabs/editable": {
3304
+ "description": "Whether to enable editable mode",
3366
3305
  "type": "boolean"
3367
3306
  },
3368
- "a-switch/disabled": {
3369
- "description": "Whether to disable",
3307
+ "a-tabs/show-add-button": {
3308
+ "description": "Whether to display the add button (only available in editable mode)",
3370
3309
  "type": "boolean"
3371
3310
  },
3372
- "a-switch/loading": {
3373
- "description": "Whether it is loading state",
3311
+ "a-tabs/destroy-on-hide": {
3312
+ "description": "Whether to destroy the content when the label is not displayed",
3374
3313
  "type": "boolean"
3375
3314
  },
3376
- "a-switch/type": {
3377
- "description": "Type of switch",
3378
- "type": "string"
3315
+ "a-tabs/lazy-load": {
3316
+ "description": "Whether to mount the content when the label is first displayed",
3317
+ "type": "boolean"
3379
3318
  },
3380
- "a-switch/size": {
3381
- "description": "Size of switch",
3382
- "type": "string"
3319
+ "a-tabs/justify": {
3320
+ "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3321
+ "type": "boolean"
3383
3322
  },
3384
- "a-switch/checked-value": {
3385
- "description": "Value when checked",
3386
- "type": "string|number|boolean"
3323
+ "a-tabs/animation": {
3324
+ "description": "Whether to enable option content transition animation",
3325
+ "type": "boolean"
3387
3326
  },
3388
- "a-switch/unchecked-value": {
3389
- "description": "Value when unchecked",
3390
- "type": "string|number|boolean"
3327
+ "a-tabs/header-padding": {
3328
+ "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",
3329
+ "type": "boolean"
3391
3330
  },
3392
- "a-switch/checked-color": {
3393
- "description": "The color of the switch when checked",
3394
- "type": "string"
3331
+ "a-tabs/auto-switch": {
3332
+ "description": "Whether to switch to a new tab after creating a tab (the last one)",
3333
+ "type": "boolean"
3395
3334
  },
3396
- "a-switch/unchecked-color": {
3397
- "description": "The color of the switch when unchecked",
3398
- "type": "string"
3335
+ "a-tabs/hide-content": {
3336
+ "description": "Whether to hide content",
3337
+ "type": "boolean"
3399
3338
  },
3400
- "a-switch/before-change": {
3401
- "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"
3339
+ "a-tabs/trigger": {
3340
+ "description": "Trigger method"
3402
3341
  },
3403
- "a-switch/checked-text": {
3404
- "description": "Copywriting when opened (not effective when `type='line'` and `size='small'`)",
3405
- "type": "string"
3342
+ "a-tabs/scroll-position": {
3343
+ "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"
3406
3344
  },
3407
- "a-switch/unchecked-text": {
3408
- "description": "Copywriting when closed (not effective when `type='line'` and `size='small'`)",
3345
+ "a-tab-pane/title": {
3346
+ "description": "Title of the tab",
3409
3347
  "type": "string"
3410
3348
  },
3411
- "a-table/expand": {
3412
- "description": "Triggered when a row is clicked to expand"
3349
+ "a-tab-pane/disabled": {
3350
+ "description": "Whether to disable",
3351
+ "type": "boolean"
3413
3352
  },
3414
- "a-table/expanded-change": {
3415
- "description": "Triggered when the expanded data row changes"
3353
+ "a-tab-pane/closable": {
3354
+ "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3355
+ "type": "boolean"
3356
+ },
3357
+ "a-tab-pane/destroy-on-hide": {
3358
+ "description": "Whether to destroy the content when the label is not displayed",
3359
+ "type": "boolean"
3360
+ },
3361
+ "a-table/expand": {
3362
+ "description": "Triggered when a row is clicked to expand"
3363
+ },
3364
+ "a-table/expanded-change": {
3365
+ "description": "Triggered when the expanded data row changes"
3416
3366
  },
3417
3367
  "a-table/select": {
3418
3368
  "description": "Triggered when the row selector is clicked"
@@ -3655,95 +3605,60 @@
3655
3605
  "description": "Whether to show text hints when omitted",
3656
3606
  "type": "boolean|object"
3657
3607
  },
3658
- "a-tabs/change": {
3659
- "description": "Triggered when the current tag value changes"
3660
- },
3661
- "a-tabs/tab-click": {
3662
- "description": "Triggered when the user clicks on the tab"
3663
- },
3664
- "a-tabs/add": {
3665
- "description": "Triggered when the user clicks the add button"
3666
- },
3667
- "a-tabs/delete": {
3668
- "description": "Triggered when the user clicks the delete button"
3669
- },
3670
- "a-tabs/active-key": {
3671
- "description": "The `key` of the currently selected label",
3672
- "type": "string|number"
3673
- },
3674
- "a-tabs/default-active-key": {
3675
- "description": "The `key` of the tab selected by default (uncontrolled state, select the first tab page when it is empty)",
3676
- "type": "string|number"
3677
- },
3678
- "a-tabs/position": {
3679
- "description": "Position of the tab"
3608
+ "a-transfer/change": {
3609
+ "description": "Triggered when the value of the target selection box changes"
3680
3610
  },
3681
- "a-tabs/size": {
3682
- "description": "The size of the tab"
3611
+ "a-transfer/select": {
3612
+ "description": "Triggered when the selected value changes"
3683
3613
  },
3684
- "a-tabs/type": {
3685
- "description": "The type of tab"
3614
+ "a-transfer/search": {
3615
+ "description": "Triggered when the user searches"
3686
3616
  },
3687
- "a-tabs/direction": {
3688
- "description": "The direction of tab"
3617
+ "a-transfer/data": {
3618
+ "description": "Data of the transfer"
3689
3619
  },
3690
- "a-tabs/editable": {
3691
- "description": "Whether to enable editable mode",
3692
- "type": "boolean"
3620
+ "a-transfer/model-value": {
3621
+ "description": "Value in the target selection box"
3693
3622
  },
3694
- "a-tabs/show-add-button": {
3695
- "description": "Whether to display the add button (only available in editable mode)",
3696
- "type": "boolean"
3623
+ "a-transfer/default-value": {
3624
+ "description": "The default value in the target selection box (uncontrolled state)"
3697
3625
  },
3698
- "a-tabs/destroy-on-hide": {
3699
- "description": "Whether to destroy the content when the label is not displayed",
3700
- "type": "boolean"
3626
+ "a-transfer/selected": {
3627
+ "description": "Selected option value"
3701
3628
  },
3702
- "a-tabs/lazy-load": {
3703
- "description": "Whether to mount the content when the label is first displayed",
3704
- "type": "boolean"
3629
+ "a-transfer/default-selected": {
3630
+ "description": "The option value selected by default (uncontrolled state)"
3705
3631
  },
3706
- "a-tabs/justify": {
3707
- "description": "The height of the container is fully supported, and it only takes effect in horizontal mode.",
3632
+ "a-transfer/disabled": {
3633
+ "description": "Whether to disable",
3708
3634
  "type": "boolean"
3709
3635
  },
3710
- "a-tabs/animation": {
3711
- "description": "Whether to enable option content transition animation",
3636
+ "a-transfer/simple": {
3637
+ "description": "Whether to open the simple mode (click the option to move)",
3712
3638
  "type": "boolean"
3713
3639
  },
3714
- "a-tabs/header-padding": {
3715
- "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",
3640
+ "a-transfer/one-way": {
3641
+ "description": "Whether to open the one-way mode (only move to the target selection box)",
3716
3642
  "type": "boolean"
3717
3643
  },
3718
- "a-tabs/auto-switch": {
3719
- "description": "Whether to switch to a new tab after creating a tab (the last one)",
3644
+ "a-transfer/show-search": {
3645
+ "description": "Whether to show the search input",
3720
3646
  "type": "boolean"
3721
3647
  },
3722
- "a-tabs/hide-content": {
3723
- "description": "Whether to hide content",
3648
+ "a-transfer/show-select-all": {
3649
+ "description": "Whether show select all checkbox on the header",
3724
3650
  "type": "boolean"
3725
3651
  },
3726
- "a-tabs/trigger": {
3727
- "description": "Trigger method"
3728
- },
3729
- "a-tabs/scroll-position": {
3730
- "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"
3731
- },
3732
- "a-tab-pane/title": {
3733
- "description": "Title of the tab",
3734
- "type": "string"
3735
- },
3736
- "a-tab-pane/disabled": {
3737
- "description": "Whether to disable",
3738
- "type": "boolean"
3652
+ "a-transfer/title": {
3653
+ "description": "The title of the source and target selection boxes"
3739
3654
  },
3740
- "a-tab-pane/closable": {
3741
- "description": "Whether to allow this tab to be closed (only effective in editable mode)",
3742
- "type": "boolean"
3655
+ "a-transfer/source-input-search-props": {
3656
+ "description": "Search box configuration for source selection box",
3657
+ "type": "object"
3743
3658
  },
3744
- "a-tab-pane/destroy-on-hide": {
3745
- "description": "Whether to destroy the content when the label is not displayed",
3746
- "type": "boolean"
3659
+ "a-transfer/target-input-search-props": {
3660
+ "description": "Search box configuration for target selection box",
3661
+ "type": "object"
3747
3662
  },
3748
3663
  "a-tag/close": {
3749
3664
  "description": "Emitted when the close button is clicked"
@@ -3794,117 +3709,160 @@
3794
3709
  "description": "Tag content does not wrap",
3795
3710
  "type": "boolean"
3796
3711
  },
3797
- "a-textarea/input": {
3798
- "description": "Emitted when the user enters"
3799
- },
3800
- "a-textarea/change": {
3801
- "description": "Only emitted when the textarea is out of focus"
3802
- },
3803
- "a-textarea/clear": {
3804
- "description": "Emitted when the clear button is clicked"
3805
- },
3806
- "a-textarea/focus": {
3807
- "description": "Emitted when the textarea gets focus"
3712
+ "a-tree-select/change": {
3713
+ "description": "Trigger when the value changes"
3808
3714
  },
3809
- "a-textarea/blur": {
3810
- "description": "Emitted when the textarea loses focus"
3715
+ "a-tree-select/popup-visible-change": {
3716
+ "description": "Triggered when the status of the drop-down box changes"
3811
3717
  },
3812
- "a-textarea/model-value": {
3813
- "description": "Value",
3814
- "type": "string"
3718
+ "a-tree-select/search": {
3719
+ "description": "Triggered when the search value changes"
3815
3720
  },
3816
- "a-textarea/default-value": {
3817
- "description": "Default value (uncontrolled state)",
3818
- "type": "string"
3721
+ "a-tree-select/clear": {
3722
+ "description": "Triggered when clear is clicked"
3819
3723
  },
3820
- "a-textarea/placeholder": {
3821
- "description": "Placeholder",
3822
- "type": "string"
3724
+ "a-tree-select/input-value-change": {
3725
+ "description": "Triggered when the value of the input changes"
3823
3726
  },
3824
- "a-textarea/disabled": {
3727
+ "a-tree-select/disabled": {
3825
3728
  "description": "Whether to disable",
3826
3729
  "type": "boolean"
3827
3730
  },
3828
- "a-textarea/error": {
3829
- "description": "Whether it is an error state",
3731
+ "a-tree-select/loading": {
3732
+ "description": "Whether it is loading state",
3830
3733
  "type": "boolean"
3831
3734
  },
3832
- "a-textarea/max-length": {
3833
- "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3834
- },
3835
- "a-textarea/show-word-limit": {
3836
- "description": "Whether to display word count",
3735
+ "a-tree-select/error": {
3736
+ "description": "Whether it is an error state",
3837
3737
  "type": "boolean"
3838
3738
  },
3839
- "a-textarea/allow-clear": {
3840
- "description": "Whether to allow clearing the text",
3739
+ "a-tree-select/size": {
3740
+ "description": "The size of the selection box."
3741
+ },
3742
+ "a-tree-select/border": {
3743
+ "description": "Whether to show the border",
3841
3744
  "type": "boolean"
3842
3745
  },
3843
- "a-textarea/auto-size": {
3844
- "description": "Whether to make the textarea adapt to the height of the content"
3746
+ "a-tree-select/allow-search": {
3747
+ "description": "Whether to allow searching"
3845
3748
  },
3846
- "a-textarea/word-length": {
3847
- "description": "Calculation method of word length"
3749
+ "a-tree-select/allow-clear": {
3750
+ "description": "Whether to allow clear",
3751
+ "type": "boolean"
3848
3752
  },
3849
- "a-textarea/word-slice": {
3850
- "description": "Character interception method, used together with wordLength"
3753
+ "a-tree-select/placeholder": {
3754
+ "description": "Prompt copy",
3755
+ "type": "string"
3851
3756
  },
3852
- "a-textarea/textarea-attrs": {
3853
- "description": "Attributes passed to textarea"
3757
+ "a-tree-select/max-tag-count": {
3758
+ "description": "The maximum number of labels displayed, only valid in multi-select mode",
3759
+ "type": "number"
3854
3760
  },
3855
- "a-timeline/reverse": {
3856
- "description": "Whether reverse order",
3761
+ "a-tree-select/multiple": {
3762
+ "description": "Whether to support multiple selection",
3857
3763
  "type": "boolean"
3858
3764
  },
3859
- "a-timeline/direction": {
3860
- "description": "Timeline direction"
3861
- },
3862
- "a-timeline/mode": {
3863
- "description": "The display mode of Timeline"
3765
+ "a-tree-select/default-value": {
3766
+ "description": "Default value"
3864
3767
  },
3865
- "a-timeline/pending": {
3866
- "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",
3867
- "type": "boolean|string"
3768
+ "a-tree-select/model-value": {
3769
+ "description": "Value"
3868
3770
  },
3869
- "a-timeline/label-position": {
3870
- "description": "Position of label text"
3771
+ "a-tree-select/field-names": {
3772
+ "description": "Specify the field name in the node data"
3871
3773
  },
3872
- "a-timeline-item/dot-color": {
3873
- "description": "Dot color",
3874
- "type": "string"
3774
+ "a-tree-select/data": {
3775
+ "description": "Data"
3875
3776
  },
3876
- "a-timeline-item/dot-type": {
3877
- "description": "Dot type"
3777
+ "a-tree-select/label-in-value": {
3778
+ "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
3779
+ "type": "boolean"
3878
3780
  },
3879
- "a-timeline-item/line-type": {
3880
- "description": "Line type"
3781
+ "a-tree-select/tree-checkable": {
3782
+ "description": "Whether to show checkbox",
3783
+ "type": "boolean"
3881
3784
  },
3882
- "a-timeline-item/line-color": {
3883
- "description": "Line Color",
3884
- "type": "string"
3785
+ "a-tree-select/tree-check-strictly": {
3786
+ "description": "Whether the parent and child nodes are related",
3787
+ "type": "boolean"
3885
3788
  },
3886
- "a-timeline-item/label": {
3887
- "description": "Label text",
3789
+ "a-tree-select/tree-checked-strategy": {
3790
+ "description": "Customized echo method",
3888
3791
  "type": "string"
3889
3792
  },
3890
- "a-timeline-item/position": {
3891
- "description": "Item position"
3793
+ "a-tree-select/tree-props": {
3794
+ "description": "Can accept Props of all [Tree](/vue/component/tree) components"
3892
3795
  },
3893
- "a-time-picker/change": {
3894
- "description": "The component value changes"
3796
+ "a-tree-select/trigger-props": {
3797
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
3895
3798
  },
3896
- "a-time-picker/select": {
3897
- "description": "Select time but do not trigger component value change"
3799
+ "a-tree-select/popup-visible": {
3800
+ "description": "Whether the pop-up box is visible",
3801
+ "type": "boolean"
3898
3802
  },
3899
- "a-time-picker/clear": {
3900
- "description": "Click the clear button"
3803
+ "a-tree-select/default-popup-visible": {
3804
+ "description": "Whether the default pop-up box is visible",
3805
+ "type": "boolean"
3901
3806
  },
3902
- "a-time-picker/popup-visible-change": {
3903
- "description": "Pop-up box expand and collapse"
3807
+ "a-tree-select/dropdown-style": {
3808
+ "description": "Drop-down box style"
3904
3809
  },
3905
- "a-time-picker/type": {
3906
- "description": "Selector type",
3907
- "type": "string"
3810
+ "a-tree-select/dropdown-class-name": {
3811
+ "description": "Drop-down box style class"
3812
+ },
3813
+ "a-tree-select/filter-tree-node": {
3814
+ "description": "Custom node filter function"
3815
+ },
3816
+ "a-tree-select/load-more": {
3817
+ "description": "Load data dynamically"
3818
+ },
3819
+ "a-tree-select/disable-filter": {
3820
+ "description": "Disable internal filtering logic",
3821
+ "type": "boolean"
3822
+ },
3823
+ "a-tree-select/popup-container": {
3824
+ "description": "Mount container for pop-up box"
3825
+ },
3826
+ "a-tree-select/fallback-option": {
3827
+ "description": "Customize node data for keys that do not match options"
3828
+ },
3829
+ "a-tree-select/selectable": {
3830
+ "description": "Set the nodes that can be selected, all can be selected by default"
3831
+ },
3832
+ "a-tree-select/scrollbar": {
3833
+ "description": "Whether to enable virtual scroll bar"
3834
+ },
3835
+ "a-tree-select/show-header-on-empty": {
3836
+ "description": "Whether to display the header in the empty state",
3837
+ "type": "boolean"
3838
+ },
3839
+ "a-tree-select/show-footer-on-empty": {
3840
+ "description": "Whether to display the footer in the empty state",
3841
+ "type": "boolean"
3842
+ },
3843
+ "a-tree-select/input-value": {
3844
+ "description": "The value of the input",
3845
+ "type": "string"
3846
+ },
3847
+ "a-tree-select/default-input-value": {
3848
+ "description": "The default value of the input (uncontrolled mode)",
3849
+ "type": "string"
3850
+ },
3851
+ "a-time-picker/change": {
3852
+ "description": "The component value changes"
3853
+ },
3854
+ "a-time-picker/select": {
3855
+ "description": "Select time but do not trigger component value change"
3856
+ },
3857
+ "a-time-picker/clear": {
3858
+ "description": "Click the clear button"
3859
+ },
3860
+ "a-time-picker/popup-visible-change": {
3861
+ "description": "Pop-up box expand and collapse"
3862
+ },
3863
+ "a-time-picker/type": {
3864
+ "description": "Selector type",
3865
+ "type": "string"
3908
3866
  },
3909
3867
  "a-time-picker/model-value": {
3910
3868
  "description": "Value"
@@ -3984,362 +3942,150 @@
3984
3942
  "description": "Whether to destroy the dom structure after closing",
3985
3943
  "type": "boolean"
3986
3944
  },
3987
- "a-tooltip/popup-visible-change": {
3988
- "description": "Emitted when the tooltip display status changes"
3989
- },
3990
- "a-tooltip/popup-visible": {
3991
- "description": "Whether the tooltip is visible",
3992
- "type": "boolean"
3993
- },
3994
- "a-tooltip/default-popup-visible": {
3995
- "description": "Whether the tooltip is visible by default (uncontrolled mode)",
3996
- "type": "boolean"
3997
- },
3998
- "a-tooltip/content": {
3999
- "description": "Tooltip content",
4000
- "type": "string"
4001
- },
4002
- "a-tooltip/position": {
4003
- "description": "Popup position"
4004
- },
4005
- "a-tooltip/mini": {
4006
- "description": "Whether to display as a mini size",
4007
- "type": "boolean"
4008
- },
4009
- "a-tooltip/background-color": {
4010
- "description": "Background color of the popover",
4011
- "type": "string"
4012
- },
4013
- "a-tooltip/content-class": {
4014
- "description": "The class name of the popup content"
4015
- },
4016
- "a-tooltip/content-style": {
4017
- "description": "The style of the popup content"
4018
- },
4019
- "a-tooltip/arrow-class": {
4020
- "description": "The class name of the popup arrow"
4021
- },
4022
- "a-tooltip/arrow-style": {
4023
- "description": "The style of the popup arrow"
4024
- },
4025
- "a-tooltip/popup-container": {
4026
- "description": "Mount container for popup"
4027
- },
4028
- "a-transfer/change": {
4029
- "description": "Triggered when the value of the target selection box changes"
4030
- },
4031
- "a-transfer/select": {
4032
- "description": "Triggered when the selected value changes"
4033
- },
4034
- "a-transfer/search": {
4035
- "description": "Triggered when the user searches"
3945
+ "a-modal/ok": {
3946
+ "description": "Triggered when the OK button is clicked"
4036
3947
  },
4037
- "a-transfer/data": {
4038
- "description": "Data of the transfer"
3948
+ "a-modal/cancel": {
3949
+ "description": "Triggered when the cancel/close button is clicked"
4039
3950
  },
4040
- "a-transfer/model-value": {
4041
- "description": "Value in the target selection box"
3951
+ "a-modal/open": {
3952
+ "description": "Triggered after the modal is opened (the animation ends)"
4042
3953
  },
4043
- "a-transfer/default-value": {
4044
- "description": "The default value in the target selection box (uncontrolled state)"
3954
+ "a-modal/close": {
3955
+ "description": "Triggered after the modal is closed (the animation ends)"
4045
3956
  },
4046
- "a-transfer/selected": {
4047
- "description": "Selected option value"
3957
+ "a-modal/before-open": {
3958
+ "description": "Triggered before dialog is opened"
4048
3959
  },
4049
- "a-transfer/default-selected": {
4050
- "description": "The option value selected by default (uncontrolled state)"
3960
+ "a-modal/before-close": {
3961
+ "description": "Triggered before dialog is closed"
4051
3962
  },
4052
- "a-transfer/disabled": {
4053
- "description": "Whether to disable",
3963
+ "a-modal/visible": {
3964
+ "description": "Whether the modal is visible",
4054
3965
  "type": "boolean"
4055
3966
  },
4056
- "a-transfer/simple": {
4057
- "description": "Whether to open the simple mode (click the option to move)",
3967
+ "a-modal/default-visible": {
3968
+ "description": "Whether the modal is visible by default (uncontrolled state)",
4058
3969
  "type": "boolean"
4059
3970
  },
4060
- "a-transfer/one-way": {
4061
- "description": "Whether to open the one-way mode (only move to the target selection box)",
4062
- "type": "boolean"
3971
+ "a-modal/width": {
3972
+ "description": "The width of the dialog box, if not set, the width value in the style will be used",
3973
+ "type": "number|string"
4063
3974
  },
4064
- "a-transfer/show-search": {
4065
- "description": "Whether to show the search input",
4066
- "type": "boolean"
3975
+ "a-modal/top": {
3976
+ "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
3977
+ "type": "number|string"
4067
3978
  },
4068
- "a-transfer/show-select-all": {
4069
- "description": "Whether show select all checkbox on the header",
3979
+ "a-modal/mask": {
3980
+ "description": "Whether to show the mask",
4070
3981
  "type": "boolean"
4071
3982
  },
4072
- "a-transfer/title": {
4073
- "description": "The title of the source and target selection boxes"
4074
- },
4075
- "a-transfer/source-input-search-props": {
4076
- "description": "Search box configuration for source selection box",
4077
- "type": "object"
4078
- },
4079
- "a-transfer/target-input-search-props": {
4080
- "description": "Search box configuration for target selection box",
4081
- "type": "object"
4082
- },
4083
- "a-tree/select": {
4084
- "description": "Triggered when the tree node is clicked"
4085
- },
4086
- "a-tree/check": {
4087
- "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4088
- },
4089
- "a-tree/expand": {
4090
- "description": "Expand/close"
4091
- },
4092
- "a-tree/drag-start": {
4093
- "description": "Node starts dragging"
4094
- },
4095
- "a-tree/drag-end": {
4096
- "description": "Node end drag"
4097
- },
4098
- "a-tree/drag-over": {
4099
- "description": "The node is dragged to the releasable target"
4100
- },
4101
- "a-tree/drag-leave": {
4102
- "description": "Node leaves to release the target"
4103
- },
4104
- "a-tree/drop": {
4105
- "description": "The node is released on a releasable target"
4106
- },
4107
- "a-tree/size": {
4108
- "description": "Size",
3983
+ "a-modal/title": {
3984
+ "description": "Title",
4109
3985
  "type": "string"
4110
3986
  },
4111
- "a-tree/block-node": {
4112
- "description": "Whether the node occupies a row",
4113
- "type": "boolean"
4114
- },
4115
- "a-tree/default-expand-all": {
4116
- "description": "Whether to expand the parent node by default",
4117
- "type": "boolean"
4118
- },
4119
- "a-tree/multiple": {
4120
- "description": "Whether to support multiple selection",
4121
- "type": "boolean"
4122
- },
4123
- "a-tree/checkable": {
4124
- "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4125
- },
4126
- "a-tree/selectable": {
4127
- "description": "Whether to support selection, function format is supported since `2.27.0`"
4128
- },
4129
- "a-tree/check-strictly": {
4130
- "description": "Whether to cancel the parent-child node association",
4131
- "type": "boolean"
4132
- },
4133
- "a-tree/checked-strategy": {
4134
- "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",
3987
+ "a-modal/title-align": {
3988
+ "description": "horizontal alignment of the title",
4135
3989
  "type": "string"
4136
3990
  },
4137
- "a-tree/default-selected-keys": {
4138
- "description": "Tree node selected by default"
4139
- },
4140
- "a-tree/selected-keys": {
4141
- "description": "Selected tree node"
4142
- },
4143
- "a-tree/default-checked-keys": {
4144
- "description": "Tree node with checkbox selected by default"
4145
- },
4146
- "a-tree/checked-keys": {
4147
- "description": "Tree node with check box selected"
4148
- },
4149
- "a-tree/default-expanded-keys": {
4150
- "description": "Nodes expanded by default"
4151
- },
4152
- "a-tree/expanded-keys": {
4153
- "description": "Expanded node"
4154
- },
4155
- "a-tree/data": {
4156
- "description": "Pass in `data` to generate the corresponding tree structure"
4157
- },
4158
- "a-tree/field-names": {
4159
- "description": "Specify the field name in the node data"
4160
- },
4161
- "a-tree/show-line": {
4162
- "description": "Whether to display the connection line",
4163
- "type": "boolean"
4164
- },
4165
- "a-tree/load-more": {
4166
- "description": "A callback for loading data asynchronously, returning a `Promise`"
4167
- },
4168
- "a-tree/draggable": {
4169
- "description": "Whether it can be dragged",
3991
+ "a-modal/align-center": {
3992
+ "description": "Whether the dialog box is displayed in the center",
4170
3993
  "type": "boolean"
4171
3994
  },
4172
- "a-tree/allow-drop": {
4173
- "description": "Whether to allow release on a node when dragging"
4174
- },
4175
- "a-tree/virtual-list-props": {
4176
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4177
- },
4178
- "a-tree/default-expand-selected": {
4179
- "description": "Whether to expand the parent node of the selected node by default",
3995
+ "a-modal/unmount-on-close": {
3996
+ "description": "Whether to uninstall the node when close",
4180
3997
  "type": "boolean"
4181
3998
  },
4182
- "a-tree/default-expand-checked": {
4183
- "description": "Whether to expand the parent node of the checked node by default",
3999
+ "a-modal/mask-closable": {
4000
+ "description": "Whether to close the modal when click the mask",
4184
4001
  "type": "boolean"
4185
4002
  },
4186
- "a-tree/auto-expand-parent": {
4187
- "description": "Whether to automatically expand the parent node of the expanded node",
4003
+ "a-modal/hide-cancel": {
4004
+ "description": "Whether to hide the cancel button",
4188
4005
  "type": "boolean"
4189
4006
  },
4190
- "a-tree/half-checked-keys": {
4191
- "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4192
- },
4193
- "a-tree/only-check-leaf": {
4194
- "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)",
4007
+ "a-modal/simple": {
4008
+ "description": "Whether to enable simple mode",
4195
4009
  "type": "boolean"
4196
4010
  },
4197
- "a-tree/animation": {
4198
- "description": "Whether to enable expand transition animation",
4011
+ "a-modal/closable": {
4012
+ "description": "Whether to show the close button",
4199
4013
  "type": "boolean"
4200
4014
  },
4201
- "a-tree/action-on-node-click": {
4202
- "description": "The action triggered when the node is clicked"
4203
- },
4204
- "a-tree-select/change": {
4205
- "description": "Trigger when the value changes"
4206
- },
4207
- "a-tree-select/popup-visible-change": {
4208
- "description": "Triggered when the status of the drop-down box changes"
4209
- },
4210
- "a-tree-select/search": {
4211
- "description": "Triggered when the search value changes"
4212
- },
4213
- "a-tree-select/clear": {
4214
- "description": "Triggered when clear is clicked"
4215
- },
4216
- "a-tree-select/input-value-change": {
4217
- "description": "Triggered when the value of the input changes"
4015
+ "a-modal/ok-text": {
4016
+ "description": "The content of the confirm button",
4017
+ "type": "string"
4218
4018
  },
4219
- "a-tree-select/disabled": {
4220
- "description": "Whether to disable",
4221
- "type": "boolean"
4019
+ "a-modal/cancel-text": {
4020
+ "description": "The content of the cancel button",
4021
+ "type": "string"
4222
4022
  },
4223
- "a-tree-select/loading": {
4224
- "description": "Whether it is loading state",
4023
+ "a-modal/ok-loading": {
4024
+ "description": "Whether the confirm button is in the loading state",
4225
4025
  "type": "boolean"
4226
4026
  },
4227
- "a-tree-select/error": {
4228
- "description": "Whether it is an error state",
4229
- "type": "boolean"
4027
+ "a-modal/ok-button-props": {
4028
+ "description": "Props of confirm button"
4230
4029
  },
4231
- "a-tree-select/size": {
4232
- "description": "The size of the selection box."
4030
+ "a-modal/cancel-button-props": {
4031
+ "description": "Props of cancel button"
4233
4032
  },
4234
- "a-tree-select/border": {
4235
- "description": "Whether to show the border",
4033
+ "a-modal/footer": {
4034
+ "description": "Whether to show the footer",
4236
4035
  "type": "boolean"
4237
4036
  },
4238
- "a-tree-select/allow-search": {
4239
- "description": "Whether to allow searching"
4240
- },
4241
- "a-tree-select/allow-clear": {
4242
- "description": "Whether to allow clear",
4037
+ "a-modal/render-to-body": {
4038
+ "description": "Whether the modal is mounted under the `body` element",
4243
4039
  "type": "boolean"
4244
4040
  },
4245
- "a-tree-select/placeholder": {
4246
- "description": "Prompt copy",
4247
- "type": "string"
4248
- },
4249
- "a-tree-select/max-tag-count": {
4250
- "description": "The maximum number of labels displayed, only valid in multi-select mode",
4251
- "type": "number"
4041
+ "a-modal/popup-container": {
4042
+ "description": "Mount container for modal"
4252
4043
  },
4253
- "a-tree-select/multiple": {
4254
- "description": "Whether to support multiple selection",
4255
- "type": "boolean"
4044
+ "a-modal/mask-style": {
4045
+ "description": "Mask style"
4256
4046
  },
4257
- "a-tree-select/default-value": {
4258
- "description": "Default value"
4047
+ "a-modal/modal-class": {
4048
+ "description": "The classname of the modal"
4259
4049
  },
4260
- "a-tree-select/model-value": {
4261
- "description": "Value"
4050
+ "a-modal/modal-style": {
4051
+ "description": "Modal style"
4262
4052
  },
4263
- "a-tree-select/field-names": {
4264
- "description": "Specify the field name in the node data"
4053
+ "a-modal/before-ok": {
4054
+ "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."
4265
4055
  },
4266
- "a-tree-select/data": {
4267
- "description": "Data"
4056
+ "a-modal/before-cancel": {
4057
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
4268
4058
  },
4269
- "a-tree-select/label-in-value": {
4270
- "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
4059
+ "a-modal/esc-to-close": {
4060
+ "description": "Whether to support the ESC key to close the dialog",
4271
4061
  "type": "boolean"
4272
4062
  },
4273
- "a-tree-select/tree-checkable": {
4274
- "description": "Whether to show checkbox",
4063
+ "a-modal/draggable": {
4064
+ "description": "Whether to support drag",
4275
4065
  "type": "boolean"
4276
4066
  },
4277
- "a-tree-select/tree-check-strictly": {
4278
- "description": "Whether the parent and child nodes are related",
4067
+ "a-modal/fullscreen": {
4068
+ "description": "Whether to enable full screen",
4279
4069
  "type": "boolean"
4280
4070
  },
4281
- "a-tree-select/tree-checked-strategy": {
4282
- "description": "Customized echo method",
4071
+ "a-modal/mask-animation-name": {
4072
+ "description": "Mask layer animation name",
4283
4073
  "type": "string"
4284
4074
  },
4285
- "a-tree-select/tree-props": {
4286
- "description": "Can accept Props of all [Tree](/vue/component/tree) components"
4287
- },
4288
- "a-tree-select/trigger-props": {
4289
- "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
4290
- },
4291
- "a-tree-select/popup-visible": {
4292
- "description": "Whether the pop-up box is visible",
4293
- "type": "boolean"
4294
- },
4295
- "a-tree-select/default-popup-visible": {
4296
- "description": "Whether the default pop-up box is visible",
4297
- "type": "boolean"
4298
- },
4299
- "a-tree-select/dropdown-style": {
4300
- "description": "Drop-down box style"
4301
- },
4302
- "a-tree-select/dropdown-class-name": {
4303
- "description": "Drop-down box style class"
4304
- },
4305
- "a-tree-select/filter-tree-node": {
4306
- "description": "Custom node filter function"
4307
- },
4308
- "a-tree-select/load-more": {
4309
- "description": "Load data dynamically"
4310
- },
4311
- "a-tree-select/disable-filter": {
4312
- "description": "Disable internal filtering logic",
4313
- "type": "boolean"
4314
- },
4315
- "a-tree-select/popup-container": {
4316
- "description": "Mount container for pop-up box"
4317
- },
4318
- "a-tree-select/fallback-option": {
4319
- "description": "Customize node data for keys that do not match options"
4320
- },
4321
- "a-tree-select/selectable": {
4322
- "description": "Set the nodes that can be selected, all can be selected by default"
4075
+ "a-modal/modal-animation-name": {
4076
+ "description": "Modal animation name",
4077
+ "type": "string"
4323
4078
  },
4324
- "a-tree-select/scrollbar": {
4325
- "description": "Whether to enable virtual scroll bar"
4079
+ "a-modal/body-class": {
4080
+ "description": "The classname of the modal"
4326
4081
  },
4327
- "a-tree-select/show-header-on-empty": {
4328
- "description": "Whether to display the header in the empty state",
4329
- "type": "boolean"
4082
+ "a-modal/body-style": {
4083
+ "description": "Modal style"
4330
4084
  },
4331
- "a-tree-select/show-footer-on-empty": {
4332
- "description": "Whether to display the footer in the empty state",
4085
+ "a-modal/hide-title": {
4086
+ "description": "Whether to hide the title",
4333
4087
  "type": "boolean"
4334
4088
  },
4335
- "a-tree-select/input-value": {
4336
- "description": "The value of the input",
4337
- "type": "string"
4338
- },
4339
- "a-tree-select/default-input-value": {
4340
- "description": "The default value of the input (uncontrolled mode)",
4341
- "type": "string"
4342
- },
4343
4089
  "a-trigger/popup-visible-change": {
4344
4090
  "description": "Emitted when the status of the popup changes"
4345
4091
  },
@@ -4430,48 +4176,106 @@
4430
4176
  "description": "Delay trigger time of mouseenter event (ms)",
4431
4177
  "type": "number"
4432
4178
  },
4433
- "a-trigger/mouse-leave-delay": {
4434
- "description": "Delay trigger time of mouseleave event (ms)",
4435
- "type": "number"
4179
+ "a-trigger/mouse-leave-delay": {
4180
+ "description": "Delay trigger time of mouseleave event (ms)",
4181
+ "type": "number"
4182
+ },
4183
+ "a-trigger/focus-delay": {
4184
+ "description": "Delay trigger time of focus event (ms)",
4185
+ "type": "number"
4186
+ },
4187
+ "a-trigger/auto-fit-popup-width": {
4188
+ "description": "Whether to set the width of the popup to the width of the trigger",
4189
+ "type": "boolean"
4190
+ },
4191
+ "a-trigger/auto-fit-popup-min-width": {
4192
+ "description": "Whether to set the minimum width of the popup to the trigger width",
4193
+ "type": "boolean"
4194
+ },
4195
+ "a-trigger/auto-fix-position": {
4196
+ "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4197
+ "type": "boolean"
4198
+ },
4199
+ "a-trigger/popup-container": {
4200
+ "description": "Mount container for popup"
4201
+ },
4202
+ "a-trigger/auto-fit-position": {
4203
+ "description": "Whether to automatically adjust the position of the popup to fit the window size",
4204
+ "type": "boolean"
4205
+ },
4206
+ "a-trigger/render-to-body": {
4207
+ "description": "Whether to mount under the `body` element",
4208
+ "type": "boolean"
4209
+ },
4210
+ "a-trigger/prevent-focus": {
4211
+ "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4212
+ "type": "boolean"
4213
+ },
4214
+ "a-trigger/scroll-to-close": {
4215
+ "description": "Whether to close the popover when scrolling",
4216
+ "type": "boolean"
4217
+ },
4218
+ "a-trigger/scroll-to-close-distance": {
4219
+ "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4220
+ "type": "number"
4221
+ },
4222
+ "a-textarea/input": {
4223
+ "description": "Emitted when the user enters"
4224
+ },
4225
+ "a-textarea/change": {
4226
+ "description": "Only emitted when the textarea is out of focus"
4227
+ },
4228
+ "a-textarea/clear": {
4229
+ "description": "Emitted when the clear button is clicked"
4230
+ },
4231
+ "a-textarea/focus": {
4232
+ "description": "Emitted when the textarea gets focus"
4233
+ },
4234
+ "a-textarea/blur": {
4235
+ "description": "Emitted when the textarea loses focus"
4236
+ },
4237
+ "a-textarea/model-value": {
4238
+ "description": "Value",
4239
+ "type": "string"
4436
4240
  },
4437
- "a-trigger/focus-delay": {
4438
- "description": "Delay trigger time of focus event (ms)",
4439
- "type": "number"
4241
+ "a-textarea/default-value": {
4242
+ "description": "Default value (uncontrolled state)",
4243
+ "type": "string"
4440
4244
  },
4441
- "a-trigger/auto-fit-popup-width": {
4442
- "description": "Whether to set the width of the popup to the width of the trigger",
4443
- "type": "boolean"
4245
+ "a-textarea/placeholder": {
4246
+ "description": "Placeholder",
4247
+ "type": "string"
4444
4248
  },
4445
- "a-trigger/auto-fit-popup-min-width": {
4446
- "description": "Whether to set the minimum width of the popup to the trigger width",
4249
+ "a-textarea/disabled": {
4250
+ "description": "Whether to disable",
4447
4251
  "type": "boolean"
4448
4252
  },
4449
- "a-trigger/auto-fix-position": {
4450
- "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4253
+ "a-textarea/error": {
4254
+ "description": "Whether it is an error state",
4451
4255
  "type": "boolean"
4452
4256
  },
4453
- "a-trigger/popup-container": {
4454
- "description": "Mount container for popup"
4257
+ "a-textarea/max-length": {
4258
+ "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
4455
4259
  },
4456
- "a-trigger/auto-fit-position": {
4457
- "description": "Whether to automatically adjust the position of the popup to fit the window size",
4260
+ "a-textarea/show-word-limit": {
4261
+ "description": "Whether to display word count",
4458
4262
  "type": "boolean"
4459
4263
  },
4460
- "a-trigger/render-to-body": {
4461
- "description": "Whether to mount under the `body` element",
4264
+ "a-textarea/allow-clear": {
4265
+ "description": "Whether to allow clearing the text",
4462
4266
  "type": "boolean"
4463
4267
  },
4464
- "a-trigger/prevent-focus": {
4465
- "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4466
- "type": "boolean"
4268
+ "a-textarea/auto-size": {
4269
+ "description": "Whether to make the textarea adapt to the height of the content"
4467
4270
  },
4468
- "a-trigger/scroll-to-close": {
4469
- "description": "Whether to close the popover when scrolling",
4470
- "type": "boolean"
4271
+ "a-textarea/word-length": {
4272
+ "description": "Calculation method of word length"
4471
4273
  },
4472
- "a-trigger/scroll-to-close-distance": {
4473
- "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4474
- "type": "number"
4274
+ "a-textarea/word-slice": {
4275
+ "description": "Character interception method, used together with wordLength"
4276
+ },
4277
+ "a-textarea/textarea-attrs": {
4278
+ "description": "Attributes passed to textarea"
4475
4279
  },
4476
4280
  "a-common/edit-start": {
4477
4281
  "description": "Edit start"
@@ -4734,6 +4538,44 @@
4734
4538
  "a-verification-code/formatter": {
4735
4539
  "description": "Formatter function, triggered when the user input value changes"
4736
4540
  },
4541
+ "a-timeline/reverse": {
4542
+ "description": "Whether reverse order",
4543
+ "type": "boolean"
4544
+ },
4545
+ "a-timeline/direction": {
4546
+ "description": "Timeline direction"
4547
+ },
4548
+ "a-timeline/mode": {
4549
+ "description": "The display mode of Timeline"
4550
+ },
4551
+ "a-timeline/pending": {
4552
+ "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",
4553
+ "type": "boolean|string"
4554
+ },
4555
+ "a-timeline/label-position": {
4556
+ "description": "Position of label text"
4557
+ },
4558
+ "a-timeline-item/dot-color": {
4559
+ "description": "Dot color",
4560
+ "type": "string"
4561
+ },
4562
+ "a-timeline-item/dot-type": {
4563
+ "description": "Dot type"
4564
+ },
4565
+ "a-timeline-item/line-type": {
4566
+ "description": "Line type"
4567
+ },
4568
+ "a-timeline-item/line-color": {
4569
+ "description": "Line Color",
4570
+ "type": "string"
4571
+ },
4572
+ "a-timeline-item/label": {
4573
+ "description": "Label text",
4574
+ "type": "string"
4575
+ },
4576
+ "a-timeline-item/position": {
4577
+ "description": "Item position"
4578
+ },
4737
4579
  "a-watermark/content": {
4738
4580
  "description": "Watermark text content"
4739
4581
  },
@@ -4785,5 +4627,167 @@
4785
4627
  "a-watermark/staggered": {
4786
4628
  "description": "Whether to stagger the arrangement layout",
4787
4629
  "type": "boolean"
4630
+ },
4631
+ "a-tree/select": {
4632
+ "description": "Triggered when the tree node is clicked"
4633
+ },
4634
+ "a-tree/check": {
4635
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4636
+ },
4637
+ "a-tree/expand": {
4638
+ "description": "Expand/close"
4639
+ },
4640
+ "a-tree/drag-start": {
4641
+ "description": "Node starts dragging"
4642
+ },
4643
+ "a-tree/drag-end": {
4644
+ "description": "Node end drag"
4645
+ },
4646
+ "a-tree/drag-over": {
4647
+ "description": "The node is dragged to the releasable target"
4648
+ },
4649
+ "a-tree/drag-leave": {
4650
+ "description": "Node leaves to release the target"
4651
+ },
4652
+ "a-tree/drop": {
4653
+ "description": "The node is released on a releasable target"
4654
+ },
4655
+ "a-tree/size": {
4656
+ "description": "Size",
4657
+ "type": "string"
4658
+ },
4659
+ "a-tree/block-node": {
4660
+ "description": "Whether the node occupies a row",
4661
+ "type": "boolean"
4662
+ },
4663
+ "a-tree/default-expand-all": {
4664
+ "description": "Whether to expand the parent node by default",
4665
+ "type": "boolean"
4666
+ },
4667
+ "a-tree/multiple": {
4668
+ "description": "Whether to support multiple selection",
4669
+ "type": "boolean"
4670
+ },
4671
+ "a-tree/checkable": {
4672
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4673
+ },
4674
+ "a-tree/selectable": {
4675
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
4676
+ },
4677
+ "a-tree/check-strictly": {
4678
+ "description": "Whether to cancel the parent-child node association",
4679
+ "type": "boolean"
4680
+ },
4681
+ "a-tree/checked-strategy": {
4682
+ "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",
4683
+ "type": "string"
4684
+ },
4685
+ "a-tree/default-selected-keys": {
4686
+ "description": "Tree node selected by default"
4687
+ },
4688
+ "a-tree/selected-keys": {
4689
+ "description": "Selected tree node"
4690
+ },
4691
+ "a-tree/default-checked-keys": {
4692
+ "description": "Tree node with checkbox selected by default"
4693
+ },
4694
+ "a-tree/checked-keys": {
4695
+ "description": "Tree node with check box selected"
4696
+ },
4697
+ "a-tree/default-expanded-keys": {
4698
+ "description": "Nodes expanded by default"
4699
+ },
4700
+ "a-tree/expanded-keys": {
4701
+ "description": "Expanded node"
4702
+ },
4703
+ "a-tree/data": {
4704
+ "description": "Pass in `data` to generate the corresponding tree structure"
4705
+ },
4706
+ "a-tree/field-names": {
4707
+ "description": "Specify the field name in the node data"
4708
+ },
4709
+ "a-tree/show-line": {
4710
+ "description": "Whether to display the connection line",
4711
+ "type": "boolean"
4712
+ },
4713
+ "a-tree/load-more": {
4714
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
4715
+ },
4716
+ "a-tree/draggable": {
4717
+ "description": "Whether it can be dragged",
4718
+ "type": "boolean"
4719
+ },
4720
+ "a-tree/allow-drop": {
4721
+ "description": "Whether to allow release on a node when dragging"
4722
+ },
4723
+ "a-tree/virtual-list-props": {
4724
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4725
+ },
4726
+ "a-tree/default-expand-selected": {
4727
+ "description": "Whether to expand the parent node of the selected node by default",
4728
+ "type": "boolean"
4729
+ },
4730
+ "a-tree/default-expand-checked": {
4731
+ "description": "Whether to expand the parent node of the checked node by default",
4732
+ "type": "boolean"
4733
+ },
4734
+ "a-tree/auto-expand-parent": {
4735
+ "description": "Whether to automatically expand the parent node of the expanded node",
4736
+ "type": "boolean"
4737
+ },
4738
+ "a-tree/half-checked-keys": {
4739
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4740
+ },
4741
+ "a-tree/only-check-leaf": {
4742
+ "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)",
4743
+ "type": "boolean"
4744
+ },
4745
+ "a-tree/animation": {
4746
+ "description": "Whether to enable expand transition animation",
4747
+ "type": "boolean"
4748
+ },
4749
+ "a-tree/action-on-node-click": {
4750
+ "description": "The action triggered when the node is clicked"
4751
+ },
4752
+ "a-tooltip/popup-visible-change": {
4753
+ "description": "Emitted when the tooltip display status changes"
4754
+ },
4755
+ "a-tooltip/popup-visible": {
4756
+ "description": "Whether the tooltip is visible",
4757
+ "type": "boolean"
4758
+ },
4759
+ "a-tooltip/default-popup-visible": {
4760
+ "description": "Whether the tooltip is visible by default (uncontrolled mode)",
4761
+ "type": "boolean"
4762
+ },
4763
+ "a-tooltip/content": {
4764
+ "description": "Tooltip content",
4765
+ "type": "string"
4766
+ },
4767
+ "a-tooltip/position": {
4768
+ "description": "Popup position"
4769
+ },
4770
+ "a-tooltip/mini": {
4771
+ "description": "Whether to display as a mini size",
4772
+ "type": "boolean"
4773
+ },
4774
+ "a-tooltip/background-color": {
4775
+ "description": "Background color of the popover",
4776
+ "type": "string"
4777
+ },
4778
+ "a-tooltip/content-class": {
4779
+ "description": "The class name of the popup content"
4780
+ },
4781
+ "a-tooltip/content-style": {
4782
+ "description": "The style of the popup content"
4783
+ },
4784
+ "a-tooltip/arrow-class": {
4785
+ "description": "The class name of the popup arrow"
4786
+ },
4787
+ "a-tooltip/arrow-style": {
4788
+ "description": "The style of the popup arrow"
4789
+ },
4790
+ "a-tooltip/popup-container": {
4791
+ "description": "Mount container for popup"
4788
4792
  }
4789
4793
  }