@geelato/web-vue 2.58.2 → 2.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/arco-vue.js +8 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +3 -3
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +13 -10
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/icon-hover.d.ts +3 -3
  8. package/es/_components/input-label/input-label.d.ts +5 -5
  9. package/es/_components/picker/input-range.d.ts +10 -10
  10. package/es/_components/picker/input.d.ts +8 -8
  11. package/es/_components/select-view/select-view.d.ts +6 -6
  12. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  13. package/es/_hooks/use-form-item.d.ts +2 -2
  14. package/es/_hooks/use-size.d.ts +3 -3
  15. package/es/alert/alert.d.ts +6 -6
  16. package/es/alert/index.d.ts +12 -12
  17. package/es/anchor/anchor.d.ts +1 -1
  18. package/es/anchor/index.d.ts +3 -3
  19. package/es/auto-complete/auto-complete.d.ts +3 -3
  20. package/es/auto-complete/index.d.ts +9 -9
  21. package/es/avatar/avatar.d.ts +1 -1
  22. package/es/avatar/index.d.ts +3 -3
  23. package/es/button/button-group.d.ts +2 -2
  24. package/es/button/button.d.ts +2 -2
  25. package/es/button/index.d.ts +5 -5
  26. package/es/calendar/calendar.d.ts +1 -1
  27. package/es/calendar/index.d.ts +3 -3
  28. package/es/card/card.d.ts +2 -2
  29. package/es/card/index.d.ts +3 -3
  30. package/es/carousel/carousel-indicator.d.ts +1 -1
  31. package/es/cascader/cascader-panel.d.ts +7 -7
  32. package/es/cascader/cascader.d.ts +33 -33
  33. package/es/cascader/index.d.ts +85 -85
  34. package/es/checkbox/checkbox-group.d.ts +2 -2
  35. package/es/checkbox/checkbox.d.ts +6 -6
  36. package/es/checkbox/index.d.ts +14 -14
  37. package/es/collapse/collapse-item.d.ts +3 -3
  38. package/es/collapse/index.d.ts +3 -3
  39. package/es/color-picker/color-picker.d.ts +4 -4
  40. package/es/color-picker/index.d.ts +9 -9
  41. package/es/comment/comment.d.ts +2 -2
  42. package/es/comment/index.d.ts +3 -3
  43. package/es/config-provider/config-provider.d.ts +3 -3
  44. package/es/config-provider/index.d.ts +6 -6
  45. package/es/date-picker/index.d.ts +66 -66
  46. package/es/date-picker/panels/date/index.d.ts +8 -8
  47. package/es/date-picker/panels/footer.d.ts +5 -5
  48. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  49. package/es/date-picker/panels/week/index.d.ts +8 -8
  50. package/es/date-picker/picker-panel.d.ts +26 -26
  51. package/es/date-picker/picker.d.ts +61 -61
  52. package/es/date-picker/range-picker-panel.d.ts +27 -27
  53. package/es/date-picker/range-picker.d.ts +66 -66
  54. package/es/descriptions/descriptions.d.ts +4 -4
  55. package/es/descriptions/index.d.ts +9 -9
  56. package/es/drawer/drawer.d.ts +10 -10
  57. package/es/drawer/index.d.ts +22 -22
  58. package/es/dropdown/dropdown-button.d.ts +26 -26
  59. package/es/dropdown/dropdown-option.d.ts +2 -2
  60. package/es/dropdown/dropdown-panel.d.ts +6 -6
  61. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  62. package/es/dropdown/dropdown.d.ts +18 -18
  63. package/es/dropdown/index.d.ts +85 -85
  64. package/es/form/form-item-label.d.ts +28 -28
  65. package/es/form/form-item.d.ts +35 -35
  66. package/es/form/form.d.ts +2 -2
  67. package/es/form/index.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +27 -27
  69. package/es/image/preview-toolbar.d.ts +27 -27
  70. package/es/index.css +13 -10
  71. package/es/input/index.d.ts +22 -22
  72. package/es/input/input-password.d.ts +8 -8
  73. package/es/input/input-search.d.ts +2 -2
  74. package/es/input/input.d.ts +5 -5
  75. package/es/input-number/index.d.ts +33 -18
  76. package/es/input-number/input-number.d.ts +17 -8
  77. package/es/input-number/input-number.js +5 -1
  78. package/es/input-tag/index.d.ts +30 -30
  79. package/es/input-tag/input-tag.d.ts +11 -11
  80. package/es/list/index.d.ts +12 -12
  81. package/es/list/list.d.ts +5 -5
  82. package/es/mention/index.d.ts +15 -15
  83. package/es/mention/mention.d.ts +5 -5
  84. package/es/menu/base-menu.d.ts +1 -1
  85. package/es/menu/item.d.ts +1 -1
  86. package/es/menu/menu.d.ts +1 -1
  87. package/es/menu/sub-menu-pop.d.ts +15 -15
  88. package/es/message/message.d.ts +6 -6
  89. package/es/modal/index.d.ts +19 -19
  90. package/es/modal/modal.d.ts +9 -9
  91. package/es/notification/notification.d.ts +4 -4
  92. package/es/page-header/index.d.ts +6 -6
  93. package/es/page-header/page-header.d.ts +3 -3
  94. package/es/pagination/index.d.ts +3 -3
  95. package/es/pagination/page-jumper.d.ts +33 -18
  96. package/es/pagination/page-options.d.ts +85 -85
  97. package/es/pagination/pagination.d.ts +2 -2
  98. package/es/popconfirm/index.d.ts +37 -37
  99. package/es/popconfirm/popconfirm.d.ts +18 -18
  100. package/es/popover/index.d.ts +24 -24
  101. package/es/popover/popover.d.ts +12 -12
  102. package/es/progress/circle.d.ts +5 -5
  103. package/es/progress/index.d.ts +36 -36
  104. package/es/progress/line.d.ts +5 -5
  105. package/es/progress/progress.d.ts +19 -19
  106. package/es/progress/steps.d.ts +2 -2
  107. package/es/radio/index.d.ts +16 -16
  108. package/es/radio/radio-group.d.ts +4 -4
  109. package/es/radio/radio.d.ts +5 -5
  110. package/es/rate/index.d.ts +9 -9
  111. package/es/rate/rate.d.ts +3 -3
  112. package/es/scrollbar/index.d.ts +6 -6
  113. package/es/scrollbar/scrollbar.d.ts +3 -3
  114. package/es/select/index.d.ts +85 -85
  115. package/es/select/option.d.ts +16 -16
  116. package/es/select/select-dropdown.d.ts +7 -7
  117. package/es/select/select.d.ts +30 -30
  118. package/es/skeleton/index.d.ts +3 -3
  119. package/es/skeleton/skeleton.d.ts +1 -1
  120. package/es/slider/index.d.ts +126 -96
  121. package/es/slider/slider-button.d.ts +27 -27
  122. package/es/slider/slider-input.d.ts +33 -18
  123. package/es/slider/slider.d.ts +62 -47
  124. package/es/space/index.d.ts +6 -6
  125. package/es/space/space.d.ts +3 -3
  126. package/es/split/index.d.ts +6 -6
  127. package/es/split/split.d.ts +2 -2
  128. package/es/statistic/countdown.d.ts +1 -1
  129. package/es/statistic/index.d.ts +4 -4
  130. package/es/statistic/statistic.d.ts +1 -1
  131. package/es/steps/index.d.ts +9 -9
  132. package/es/steps/step.d.ts +3 -3
  133. package/es/steps/steps.d.ts +3 -3
  134. package/es/switch/index.d.ts +15 -15
  135. package/es/switch/switch.d.ts +9 -9
  136. package/es/table/index.d.ts +24 -24
  137. package/es/table/style/index.css +13 -10
  138. package/es/table/style/index.less +22 -9
  139. package/es/table/table-column.d.ts +2 -2
  140. package/es/table/table-operation-td.d.ts +30 -30
  141. package/es/table/table-td.d.ts +1 -1
  142. package/es/table/table.d.ts +11 -11
  143. package/es/table/table.js +3 -0
  144. package/es/tabs/index.d.ts +9 -9
  145. package/es/tabs/tabs-nav.d.ts +1 -1
  146. package/es/tabs/tabs-tab.d.ts +4 -4
  147. package/es/tabs/tabs.d.ts +4 -4
  148. package/es/tag/index.d.ts +12 -12
  149. package/es/tag/tag.d.ts +6 -6
  150. package/es/textarea/index.d.ts +15 -15
  151. package/es/textarea/textarea.d.ts +6 -6
  152. package/es/time-picker/index.d.ts +113 -113
  153. package/es/time-picker/panel.d.ts +8 -8
  154. package/es/time-picker/range-panel.d.ts +8 -8
  155. package/es/time-picker/time-picker.d.ts +54 -54
  156. package/es/timeline/index.d.ts +3 -3
  157. package/es/timeline/timeline.d.ts +2 -2
  158. package/es/tooltip/index.d.ts +27 -27
  159. package/es/tooltip/tooltip.d.ts +13 -13
  160. package/es/transfer/index.d.ts +90 -90
  161. package/es/transfer/transfer-view.d.ts +37 -37
  162. package/es/transfer/transfer.d.ts +44 -44
  163. package/es/tree/base-node.d.ts +14 -14
  164. package/es/tree/index.d.ts +13 -13
  165. package/es/tree/transition-node-list.d.ts +14 -14
  166. package/es/tree/tree.d.ts +6 -6
  167. package/es/tree-select/index.d.ts +83 -83
  168. package/es/tree-select/panel.d.ts +13 -13
  169. package/es/tree-select/tree-select.d.ts +39 -39
  170. package/es/trigger/index.d.ts +12 -12
  171. package/es/trigger/trigger.d.ts +7 -7
  172. package/es/typography/base.d.ts +2 -2
  173. package/es/typography/edit-content.d.ts +67 -67
  174. package/es/typography/index.d.ts +3 -3
  175. package/es/typography/operations.d.ts +27 -27
  176. package/es/typography/title.d.ts +3 -3
  177. package/es/upload/index.d.ts +6 -6
  178. package/es/upload/upload.d.ts +2 -2
  179. package/es/verification-code/index.d.ts +12 -12
  180. package/es/verification-code/verification-code.d.ts +5 -5
  181. package/json/vetur-attributes.json +1910 -1906
  182. package/json/vetur-tags.json +822 -821
  183. package/json/web-types.json +4073 -4065
  184. package/lib/index.css +13 -10
  185. package/lib/input-number/input-number.js +5 -1
  186. package/lib/table/style/index.css +13 -10
  187. package/lib/table/style/index.less +22 -9
  188. package/lib/table/table.js +3 -0
  189. package/package.json +1 -1
@@ -1,4 +1,80 @@
1
1
  {
2
+ "a-alert/close": {
3
+ "description": "Triggered when the close button is clicked"
4
+ },
5
+ "a-alert/after-close": {
6
+ "description": "Triggered after the close animation ends"
7
+ },
8
+ "a-alert/type": {
9
+ "description": "Type of the alert. 2.41.0 Added `normal` type"
10
+ },
11
+ "a-alert/show-icon": {
12
+ "description": "Whether to show the icon",
13
+ "type": "boolean"
14
+ },
15
+ "a-alert/closable": {
16
+ "description": "Whether to show the close button",
17
+ "type": "boolean"
18
+ },
19
+ "a-alert/title": {
20
+ "description": "The title of the alert",
21
+ "type": "string"
22
+ },
23
+ "a-alert/banner": {
24
+ "description": "Whether to use as the top announcement (remove the border and rounded corners)",
25
+ "type": "boolean"
26
+ },
27
+ "a-alert/center": {
28
+ "description": "Whether the content is displayed in the center",
29
+ "type": "boolean"
30
+ },
31
+ "a-anchor/select": {
32
+ "description": "Triggered when the user clicks on the link"
33
+ },
34
+ "a-anchor/change": {
35
+ "description": "Triggered when the link changes"
36
+ },
37
+ "a-anchor/boundary": {
38
+ "description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
39
+ },
40
+ "a-anchor/line-less": {
41
+ "description": "Whether to show the left axis",
42
+ "type": "boolean"
43
+ },
44
+ "a-anchor/scroll-container": {
45
+ "description": "Scroll container"
46
+ },
47
+ "a-anchor/change-hash": {
48
+ "description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
49
+ "type": "boolean"
50
+ },
51
+ "a-anchor/smooth": {
52
+ "description": "Whether to use smooth scrolling",
53
+ "type": "boolean"
54
+ },
55
+ "a-anchor-link/title": {
56
+ "description": "The text content of the anchor link",
57
+ "type": "string"
58
+ },
59
+ "a-anchor-link/href": {
60
+ "description": "The address of the anchor link",
61
+ "type": "string"
62
+ },
63
+ "a-back-top/visible-height": {
64
+ "description": "Display the trigger scroll height of the back to top button",
65
+ "type": "number"
66
+ },
67
+ "a-back-top/target-container": {
68
+ "description": "Scroll event listener container"
69
+ },
70
+ "a-back-top/easing": {
71
+ "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
72
+ "type": "string"
73
+ },
74
+ "a-back-top/duration": {
75
+ "description": "Duration of scroll animation",
76
+ "type": "number"
77
+ },
2
78
  "a-affix/change": {
3
79
  "description": "Triggered when the fixed state changes"
4
80
  },
@@ -74,88 +150,6 @@
74
150
  "a-avatar-group/max-popover-trigger-props": {
75
151
  "description": "TriggerProps for popover around +x."
76
152
  },
77
- "a-breadcrumb/max-count": {
78
- "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
79
- "type": "number"
80
- },
81
- "a-breadcrumb/routes": {
82
- "description": "Set routes"
83
- },
84
- "a-breadcrumb/separator": {
85
- "description": "Delimiter text",
86
- "type": "string|number"
87
- },
88
- "a-breadcrumb/custom-url": {
89
- "description": "Custom link address"
90
- },
91
- "a-breadcrumb-item/separator": {
92
- "description": "Delimiter text",
93
- "type": "string|number"
94
- },
95
- "a-breadcrumb-item/droplist": {
96
- "description": "Dropdown content"
97
- },
98
- "a-breadcrumb-item/dropdown-props": {
99
- "description": "Dropdown props"
100
- },
101
- "a-alert/close": {
102
- "description": "Triggered when the close button is clicked"
103
- },
104
- "a-alert/after-close": {
105
- "description": "Triggered after the close animation ends"
106
- },
107
- "a-alert/type": {
108
- "description": "Type of the alert. 2.41.0 Added `normal` type"
109
- },
110
- "a-alert/show-icon": {
111
- "description": "Whether to show the icon",
112
- "type": "boolean"
113
- },
114
- "a-alert/closable": {
115
- "description": "Whether to show the close button",
116
- "type": "boolean"
117
- },
118
- "a-alert/title": {
119
- "description": "The title of the alert",
120
- "type": "string"
121
- },
122
- "a-alert/banner": {
123
- "description": "Whether to use as the top announcement (remove the border and rounded corners)",
124
- "type": "boolean"
125
- },
126
- "a-alert/center": {
127
- "description": "Whether the content is displayed in the center",
128
- "type": "boolean"
129
- },
130
- "a-badge/text": {
131
- "description": "Set the display text of the status dot",
132
- "type": "string"
133
- },
134
- "a-badge/dot": {
135
- "description": "Whether to display a red dot instead of `count`",
136
- "type": "boolean"
137
- },
138
- "a-badge/dot-style": {
139
- "description": "Customize badge dot style",
140
- "type": "object"
141
- },
142
- "a-badge/max-count": {
143
- "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
144
- "type": "number"
145
- },
146
- "a-badge/offset": {
147
- "description": "Set offset of the badge dot"
148
- },
149
- "a-badge/color": {
150
- "description": "Customize dot color"
151
- },
152
- "a-badge/status": {
153
- "description": "Badge status"
154
- },
155
- "a-badge/count": {
156
- "description": "Number to show in badge",
157
- "type": "number"
158
- },
159
153
  "a-auto-complete/change": {
160
154
  "description": "Emitted when the value changes"
161
155
  },
@@ -263,98 +257,29 @@
263
257
  "description": "All children whether the button is disabled",
264
258
  "type": "boolean"
265
259
  },
266
- "a-back-top/visible-height": {
267
- "description": "Display the trigger scroll height of the back to top button",
268
- "type": "number"
269
- },
270
- "a-back-top/target-container": {
271
- "description": "Scroll event listener container"
272
- },
273
- "a-back-top/easing": {
274
- "description": "Easing mode of scrolling animation, refer to [BTween](https://github.com/PengJiyuan/b-tween) for optional values",
275
- "type": "string"
276
- },
277
- "a-back-top/duration": {
278
- "description": "Duration of scroll animation",
279
- "type": "number"
280
- },
281
- "a-checkbox/change": {
282
- "description": "Trigger when the value changes"
283
- },
284
- "a-checkbox/model-value": {
285
- "description": "Value"
286
- },
287
- "a-checkbox/default-checked": {
288
- "description": "Whether checked by default (uncontrolled state)",
289
- "type": "boolean"
290
- },
291
- "a-checkbox/value": {
292
- "description": "The `value` of the option",
293
- "type": "string|number|boolean"
294
- },
295
- "a-checkbox/disabled": {
296
- "description": "Whether to disable",
297
- "type": "boolean"
298
- },
299
- "a-checkbox/indeterminate": {
300
- "description": "Whether it is half-selected",
301
- "type": "boolean"
260
+ "a-calendar/change": {
261
+ "description": "Emitted when the button is clicked"
302
262
  },
303
- "a-checkbox-group/change": {
304
- "description": "Trigger when the value changes"
263
+ "a-calendar/panel-change": {
264
+ "description": "Emitted when the button is clicked"
305
265
  },
306
- "a-checkbox-group/model-value": {
266
+ "a-calendar/model-value": {
307
267
  "description": "Value"
308
268
  },
309
- "a-checkbox-group/default-value": {
269
+ "a-calendar/default-value": {
310
270
  "description": "Default value (uncontrolled state)"
311
271
  },
312
- "a-checkbox-group/max": {
313
- "description": "Support the maximum number of selections",
314
- "type": "number"
315
- },
316
- "a-checkbox-group/options": {
317
- "description": "Options"
318
- },
319
- "a-checkbox-group/direction": {
320
- "description": "Arrangement direction of checkboxes"
321
- },
322
- "a-checkbox-group/disabled": {
323
- "description": "Whether to disable",
324
- "type": "boolean"
325
- },
326
- "a-anchor/select": {
327
- "description": "Triggered when the user clicks on the link"
328
- },
329
- "a-anchor/change": {
330
- "description": "Triggered when the link changes"
331
- },
332
- "a-anchor/boundary": {
333
- "description": "Scrolling boundary value. After setting the value to a number, it will stop scrolling when the distance is `boundary` from the scrolling container."
334
- },
335
- "a-anchor/line-less": {
336
- "description": "Whether to show the left axis",
337
- "type": "boolean"
338
- },
339
- "a-anchor/scroll-container": {
340
- "description": "Scroll container"
341
- },
342
- "a-anchor/change-hash": {
343
- "description": "Whether to change the hash. When set to `false`, clicking on the anchor will not change the hash of the page",
344
- "type": "boolean"
345
- },
346
- "a-anchor/smooth": {
347
- "description": "Whether to use smooth scrolling",
348
- "type": "boolean"
349
- },
350
- "a-anchor-link/title": {
351
- "description": "The text content of the anchor link",
272
+ "a-calendar/mode": {
273
+ "description": "Mode",
352
274
  "type": "string"
353
275
  },
354
- "a-anchor-link/href": {
355
- "description": "The address of the anchor link",
276
+ "a-calendar/default-mode": {
277
+ "description": "Default Mode",
356
278
  "type": "string"
357
279
  },
280
+ "a-calendar/modes": {
281
+ "description": "Displayed mode"
282
+ },
358
283
  "a-cascader/change": {
359
284
  "description": "Triggered when the selected value changes"
360
285
  },
@@ -534,73 +459,6 @@
534
459
  "description": "whether to expand the submenu",
535
460
  "type": "boolean"
536
461
  },
537
- "a-collapse/change": {
538
- "description": "Emitted when the expanded panel changes"
539
- },
540
- "a-collapse/active-key": {
541
- "description": "The `key` of the currently expanded panel"
542
- },
543
- "a-collapse/default-active-key": {
544
- "description": "The `key` of the panel expanded by default (uncontrolled mode)"
545
- },
546
- "a-collapse/accordion": {
547
- "description": "Whether to enable accordion mode",
548
- "type": "boolean"
549
- },
550
- "a-collapse/show-expand-icon": {
551
- "description": "Whether to show the expand icon",
552
- "type": "boolean"
553
- },
554
- "a-collapse/expand-icon-position": {
555
- "description": "The location where the expand icon is displayed"
556
- },
557
- "a-collapse/bordered": {
558
- "description": "Whether to show the border",
559
- "type": "boolean"
560
- },
561
- "a-collapse/destroy-on-hide": {
562
- "description": "Whether to destroy content when hidden",
563
- "type": "boolean"
564
- },
565
- "a-collapse-item/header": {
566
- "description": "The title of the panel",
567
- "type": "string"
568
- },
569
- "a-collapse-item/disabled": {
570
- "description": "Whether to disable",
571
- "type": "boolean"
572
- },
573
- "a-collapse-item/show-expand-icon": {
574
- "description": "Whether to show the expand icon",
575
- "type": "boolean"
576
- },
577
- "a-collapse-item/destroy-on-hide": {
578
- "description": "Whether to destroy content when hidden",
579
- "type": "boolean"
580
- },
581
- "a-calendar/change": {
582
- "description": "Emitted when the button is clicked"
583
- },
584
- "a-calendar/panel-change": {
585
- "description": "Emitted when the button is clicked"
586
- },
587
- "a-calendar/model-value": {
588
- "description": "Value"
589
- },
590
- "a-calendar/default-value": {
591
- "description": "Default value (uncontrolled state)"
592
- },
593
- "a-calendar/mode": {
594
- "description": "Mode",
595
- "type": "string"
596
- },
597
- "a-calendar/default-mode": {
598
- "description": "Default Mode",
599
- "type": "string"
600
- },
601
- "a-calendar/modes": {
602
- "description": "Displayed mode"
603
- },
604
462
  "a-card/bordered": {
605
463
  "description": "Whether to render the border",
606
464
  "type": "boolean"
@@ -643,6 +501,103 @@
643
501
  "description": "Whether to hover",
644
502
  "type": "boolean"
645
503
  },
504
+ "a-breadcrumb/max-count": {
505
+ "description": "Maximum number of breadcrumbs displayed (0 means no limit)",
506
+ "type": "number"
507
+ },
508
+ "a-breadcrumb/routes": {
509
+ "description": "Set routes"
510
+ },
511
+ "a-breadcrumb/separator": {
512
+ "description": "Delimiter text",
513
+ "type": "string|number"
514
+ },
515
+ "a-breadcrumb/custom-url": {
516
+ "description": "Custom link address"
517
+ },
518
+ "a-breadcrumb-item/separator": {
519
+ "description": "Delimiter text",
520
+ "type": "string|number"
521
+ },
522
+ "a-breadcrumb-item/droplist": {
523
+ "description": "Dropdown content"
524
+ },
525
+ "a-breadcrumb-item/dropdown-props": {
526
+ "description": "Dropdown props"
527
+ },
528
+ "a-badge/text": {
529
+ "description": "Set the display text of the status dot",
530
+ "type": "string"
531
+ },
532
+ "a-badge/dot": {
533
+ "description": "Whether to display a red dot instead of `count`",
534
+ "type": "boolean"
535
+ },
536
+ "a-badge/dot-style": {
537
+ "description": "Customize badge dot style",
538
+ "type": "object"
539
+ },
540
+ "a-badge/max-count": {
541
+ "description": "Max count to show. If count is larger than this value, it will be displayed as `${maxCount}+`",
542
+ "type": "number"
543
+ },
544
+ "a-badge/offset": {
545
+ "description": "Set offset of the badge dot"
546
+ },
547
+ "a-badge/color": {
548
+ "description": "Customize dot color"
549
+ },
550
+ "a-badge/status": {
551
+ "description": "Badge status"
552
+ },
553
+ "a-badge/count": {
554
+ "description": "Number to show in badge",
555
+ "type": "number"
556
+ },
557
+ "a-collapse/change": {
558
+ "description": "Emitted when the expanded panel changes"
559
+ },
560
+ "a-collapse/active-key": {
561
+ "description": "The `key` of the currently expanded panel"
562
+ },
563
+ "a-collapse/default-active-key": {
564
+ "description": "The `key` of the panel expanded by default (uncontrolled mode)"
565
+ },
566
+ "a-collapse/accordion": {
567
+ "description": "Whether to enable accordion mode",
568
+ "type": "boolean"
569
+ },
570
+ "a-collapse/show-expand-icon": {
571
+ "description": "Whether to show the expand icon",
572
+ "type": "boolean"
573
+ },
574
+ "a-collapse/expand-icon-position": {
575
+ "description": "The location where the expand icon is displayed"
576
+ },
577
+ "a-collapse/bordered": {
578
+ "description": "Whether to show the border",
579
+ "type": "boolean"
580
+ },
581
+ "a-collapse/destroy-on-hide": {
582
+ "description": "Whether to destroy content when hidden",
583
+ "type": "boolean"
584
+ },
585
+ "a-collapse-item/header": {
586
+ "description": "The title of the panel",
587
+ "type": "string"
588
+ },
589
+ "a-collapse-item/disabled": {
590
+ "description": "Whether to disable",
591
+ "type": "boolean"
592
+ },
593
+ "a-collapse-item/show-expand-icon": {
594
+ "description": "Whether to show the expand icon",
595
+ "type": "boolean"
596
+ },
597
+ "a-collapse-item/destroy-on-hide": {
598
+ "description": "Whether to destroy content when hidden",
599
+ "type": "boolean"
600
+ },
646
601
  "a-carousel/change": {
647
602
  "description": "Callback when slide changes"
648
603
  },
@@ -689,87 +644,96 @@
689
644
  "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)",
690
645
  "type": "string"
691
646
  },
692
- "a-range-picker/change": {
693
- "description": "The component value changes"
694
- },
695
- "a-range-picker/select": {
696
- "description": "The selected date has changed but the component value has not changed"
647
+ "a-checkbox/change": {
648
+ "description": "Trigger when the value changes"
697
649
  },
698
- "a-range-picker/popup-visible-change": {
699
- "description": "Open or close the pop-up box"
650
+ "a-checkbox/model-value": {
651
+ "description": "Value"
700
652
  },
701
- "a-range-picker/ok": {
702
- "description": "Click the confirm button"
653
+ "a-checkbox/default-checked": {
654
+ "description": "Whether checked by default (uncontrolled state)",
655
+ "type": "boolean"
703
656
  },
704
- "a-range-picker/clear": {
705
- "description": "Click the clear button"
657
+ "a-checkbox/value": {
658
+ "description": "The `value` of the option",
659
+ "type": "string|number|boolean"
706
660
  },
707
- "a-range-picker/select-shortcut": {
708
- "description": "Click on the shortcut option"
661
+ "a-checkbox/disabled": {
662
+ "description": "Whether to disable",
663
+ "type": "boolean"
709
664
  },
710
- "a-range-picker/picker-value-change": {
711
- "description": "Panel date change"
665
+ "a-checkbox/indeterminate": {
666
+ "description": "Whether it is half-selected",
667
+ "type": "boolean"
712
668
  },
713
- "a-range-picker/mode": {
714
- "description": "Type of range selector",
715
- "type": "string"
669
+ "a-checkbox-group/change": {
670
+ "description": "Trigger when the value changes"
716
671
  },
717
- "a-range-picker/model-value": {
672
+ "a-checkbox-group/model-value": {
718
673
  "description": "Value"
719
674
  },
720
- "a-range-picker/default-value": {
721
- "description": "Default value"
675
+ "a-checkbox-group/default-value": {
676
+ "description": "Default value (uncontrolled state)"
722
677
  },
723
- "a-range-picker/picker-value": {
724
- "description": "The date displayed in the default panel"
678
+ "a-checkbox-group/max": {
679
+ "description": "Support the maximum number of selections",
680
+ "type": "number"
725
681
  },
726
- "a-range-picker/default-picker-value": {
727
- "description": "Date displayed on the panel"
682
+ "a-checkbox-group/options": {
683
+ "description": "Options"
728
684
  },
729
- "a-range-picker/disabled": {
730
- "description": "Whether to disable"
685
+ "a-checkbox-group/direction": {
686
+ "description": "Arrangement direction of checkboxes"
731
687
  },
732
- "a-range-picker/day-start-of-week": {
733
- "description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
688
+ "a-checkbox-group/disabled": {
689
+ "description": "Whether to disable",
690
+ "type": "boolean"
734
691
  },
735
- "a-range-picker/format": {
736
- "description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
692
+ "a-config-provider/prefix-cls": {
693
+ "description": "Component classname prefix",
737
694
  "type": "string"
738
695
  },
739
- "a-range-picker/value-format": {
740
- "description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
696
+ "a-config-provider/locale": {
697
+ "description": "Configure language pack"
741
698
  },
742
- "a-range-picker/show-time": {
743
- "description": "Whether to increase time selection",
699
+ "a-config-provider/size": {
700
+ "description": "Size"
701
+ },
702
+ "a-config-provider/global": {
703
+ "description": "Is global effect",
744
704
  "type": "boolean"
745
705
  },
746
- "a-range-picker/time-picker-props": {
747
- "description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
706
+ "a-config-provider/scroll-to-close": {
707
+ "description": "Whether to close the popover when scrolling",
708
+ "type": "boolean"
748
709
  },
749
- "a-range-picker/placeholder": {
750
- "description": "Prompt copy"
710
+ "a-config-provider/exchange-time": {
711
+ "description": "Whether to exchange time",
712
+ "type": "boolean"
751
713
  },
752
- "a-range-picker/disabled-date": {
753
- "description": "Non-selectable date"
714
+ "a-config-provider/rtl": {
715
+ "description": "View starts from the right and ends on the left",
716
+ "type": "boolean"
754
717
  },
755
- "a-range-picker/disabled-time": {
756
- "description": "Unselectable time"
718
+ "a-comment/author": {
719
+ "description": "Display as the comment author",
720
+ "type": "string"
757
721
  },
758
- "a-range-picker/separator": {
759
- "description": "The segmentation symbol in the input box of the range selector",
722
+ "a-comment/avatar": {
723
+ "description": "Display as the comment avatar",
760
724
  "type": "string"
761
725
  },
762
- "a-range-picker/exchange-time": {
763
- "description": "Whether the time will be exchanged, by default time will affect and participate in the ordering of start and end values, if you want to fix the time order, you can turn it off.",
764
- "type": "boolean"
726
+ "a-comment/content": {
727
+ "description": "The content of the comment",
728
+ "type": "string"
765
729
  },
766
- "a-range-picker/disabled-input": {
767
- "description": "Whether input is disabled with the keyboard.",
768
- "type": "boolean"
730
+ "a-comment/datetime": {
731
+ "description": "Display as the comment datetime",
732
+ "type": "string"
769
733
  },
770
- "a-range-picker/abbreviation": {
771
- "description": "Whether to enable abbreviation",
772
- "type": "boolean"
734
+ "a-comment/align": {
735
+ "description": "Alignment of `datetime` and `actions`",
736
+ "type": "string|object"
773
737
  },
774
738
  "a-color-picker/change": {
775
739
  "description": "Triggered when the color value changes"
@@ -825,320 +789,263 @@
825
789
  "a-color-picker/preset-colors": {
826
790
  "description": "Color array of preset colors"
827
791
  },
828
- "a-config-provider/prefix-cls": {
829
- "description": "Component classname prefix",
830
- "type": "string"
792
+ "a-range-picker/change": {
793
+ "description": "The component value changes"
831
794
  },
832
- "a-config-provider/locale": {
833
- "description": "Configure language pack"
795
+ "a-range-picker/select": {
796
+ "description": "The selected date has changed but the component value has not changed"
834
797
  },
835
- "a-config-provider/size": {
836
- "description": "Size"
798
+ "a-range-picker/popup-visible-change": {
799
+ "description": "Open or close the pop-up box"
837
800
  },
838
- "a-config-provider/global": {
839
- "description": "Is global effect",
840
- "type": "boolean"
801
+ "a-range-picker/ok": {
802
+ "description": "Click the confirm button"
841
803
  },
842
- "a-config-provider/scroll-to-close": {
843
- "description": "Whether to close the popover when scrolling",
844
- "type": "boolean"
804
+ "a-range-picker/clear": {
805
+ "description": "Click the clear button"
845
806
  },
846
- "a-config-provider/exchange-time": {
847
- "description": "Whether to exchange time",
848
- "type": "boolean"
807
+ "a-range-picker/select-shortcut": {
808
+ "description": "Click on the shortcut option"
849
809
  },
850
- "a-config-provider/rtl": {
851
- "description": "View starts from the right and ends on the left",
852
- "type": "boolean"
810
+ "a-range-picker/picker-value-change": {
811
+ "description": "Panel date change"
853
812
  },
854
- "a-drawer/ok": {
855
- "description": "Triggered when the OK button is clicked"
813
+ "a-range-picker/mode": {
814
+ "description": "Type of range selector",
815
+ "type": "string"
856
816
  },
857
- "a-drawer/cancel": {
858
- "description": "Triggered when the cancel or close button is clicked"
817
+ "a-range-picker/model-value": {
818
+ "description": "Value"
859
819
  },
860
- "a-drawer/open": {
861
- "description": "Triggered after the drawer is opened (the animation ends)"
820
+ "a-range-picker/default-value": {
821
+ "description": "Default value"
862
822
  },
863
- "a-drawer/close": {
864
- "description": "Triggered when the drawer is closed (the animation ends)"
823
+ "a-range-picker/picker-value": {
824
+ "description": "The date displayed in the default panel"
865
825
  },
866
- "a-drawer/before-open": {
867
- "description": "Triggered before drawer is opened"
826
+ "a-range-picker/default-picker-value": {
827
+ "description": "Date displayed on the panel"
868
828
  },
869
- "a-drawer/before-close": {
870
- "description": "Triggered before drawer is closed"
829
+ "a-range-picker/disabled": {
830
+ "description": "Whether to disable"
871
831
  },
872
- "a-drawer/visible": {
873
- "description": "Whether the drawer is visible",
874
- "type": "boolean"
832
+ "a-range-picker/day-start-of-week": {
833
+ "description": "The first day of the week starts on the day of the week, 0-Sunday, 1-Monday, and so on."
875
834
  },
876
- "a-drawer/default-visible": {
877
- "description": "Whether the drawer is visible by default (uncontrolled mode)",
835
+ "a-range-picker/format": {
836
+ "description": "Display the format of the date, refer to [String Parsing Format](#string-parsing-format)",
837
+ "type": "string"
838
+ },
839
+ "a-range-picker/value-format": {
840
+ "description": "The format of the value, valid for `value` `defaultValue` `pickerValue` `defaultPickerValue` and the return value in the event, supports setting as timestamp, Date and string (refer to [String parsing format](#string-parsing-format) ). If not specified, it will be formatted as a string, in the same format as `format`."
841
+ },
842
+ "a-range-picker/show-time": {
843
+ "description": "Whether to increase time selection",
878
844
  "type": "boolean"
879
845
  },
880
- "a-drawer/placement": {
881
- "description": "Where the drawer is placed"
846
+ "a-range-picker/time-picker-props": {
847
+ "description": "Time display parameters, refer to [TimePickerProps](/vue/component/time-picker)"
882
848
  },
883
- "a-drawer/title": {
884
- "description": "Title",
849
+ "a-range-picker/placeholder": {
850
+ "description": "Prompt copy"
851
+ },
852
+ "a-range-picker/disabled-date": {
853
+ "description": "Non-selectable date"
854
+ },
855
+ "a-range-picker/disabled-time": {
856
+ "description": "Unselectable time"
857
+ },
858
+ "a-range-picker/separator": {
859
+ "description": "The segmentation symbol in the input box of the range selector",
885
860
  "type": "string"
886
861
  },
887
- "a-drawer/mask": {
888
- "description": "Whether to show the mask",
862
+ "a-range-picker/exchange-time": {
863
+ "description": "Whether the time will be exchanged, by default time will affect and participate in the ordering of start and end values, if you want to fix the time order, you can turn it off.",
889
864
  "type": "boolean"
890
865
  },
891
- "a-drawer/mask-closable": {
892
- "description": "Click on the mask layer to be able to close",
866
+ "a-range-picker/disabled-input": {
867
+ "description": "Whether input is disabled with the keyboard.",
893
868
  "type": "boolean"
894
869
  },
895
- "a-drawer/closable": {
896
- "description": "Whether to show the close button",
870
+ "a-range-picker/abbreviation": {
871
+ "description": "Whether to enable abbreviation",
897
872
  "type": "boolean"
898
873
  },
899
- "a-drawer/ok-text": {
900
- "description": "The content of the ok button",
901
- "type": "string"
874
+ "a-divider/direction": {
875
+ "description": "The direction of the dividing line. Can be horizontal or vertical"
902
876
  },
903
- "a-drawer/cancel-text": {
904
- "description": "The content of the cancel button",
877
+ "a-divider/orientation": {
878
+ "description": "The position of the dividing line text",
905
879
  "type": "string"
906
880
  },
907
- "a-drawer/ok-loading": {
908
- "description": "Whether the ok button is in the loading state",
909
- "type": "boolean"
881
+ "a-divider/type": {
882
+ "description": "Dividing line style type",
883
+ "type": "string"
910
884
  },
911
- "a-drawer/ok-button-props": {
912
- "description": "Props of confirm button"
885
+ "a-divider/size": {
886
+ "description": "The wide/height of the dividing line",
887
+ "type": "number"
913
888
  },
914
- "a-drawer/cancel-button-props": {
915
- "description": "Props of cancel button"
889
+ "a-divider/margin": {
890
+ "description": "Margin up and down the split line (left and right margin in vertical direction)",
891
+ "type": "number | string"
916
892
  },
917
- "a-drawer/unmount-on-close": {
918
- "description": "Whether to uninstall the node when close",
919
- "type": "boolean"
893
+ "a-input/input": {
894
+ "description": "Triggered when the user enters"
920
895
  },
921
- "a-drawer/width": {
922
- "description": "The width of the drawer (only available when placement is right, left)",
923
- "type": "number|string"
896
+ "a-input/change": {
897
+ "description": "Only triggered when the input box is out of focus or when you press Enter"
924
898
  },
925
- "a-drawer/height": {
926
- "description": "The height of the drawer (only available when placement is top, bottom)",
927
- "type": "number|string"
899
+ "a-input/press-enter": {
900
+ "description": "Triggered when the user presses enter"
928
901
  },
929
- "a-drawer/popup-container": {
930
- "description": "Mount container for popup"
902
+ "a-input/clear": {
903
+ "description": "Triggered when the user clicks the clear button"
931
904
  },
932
- "a-drawer/drawer-style": {
933
- "description": "Drawer style"
905
+ "a-input/focus": {
906
+ "description": "Triggered when the input box gets focus"
934
907
  },
935
- "a-drawer/body-class": {
936
- "description": "The classname of the drawer body"
908
+ "a-input/blur": {
909
+ "description": "Triggered when the input box loses focus"
937
910
  },
938
- "a-drawer/body-style": {
939
- "description": "Drawer body style"
911
+ "a-input/model-value": {
912
+ "description": "Value",
913
+ "type": "string"
940
914
  },
941
- "a-drawer/before-ok": {
942
- "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."
915
+ "a-input/default-value": {
916
+ "description": "Default value (uncontrolled state)",
917
+ "type": "string"
943
918
  },
944
- "a-drawer/before-cancel": {
945
- "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
919
+ "a-input/size": {
920
+ "description": "Input size"
946
921
  },
947
- "a-drawer/esc-to-close": {
948
- "description": "Whether to support the ESC key to close the dialog",
922
+ "a-input/allow-clear": {
923
+ "description": "Whether to allow the input to be cleared",
949
924
  "type": "boolean"
950
925
  },
951
- "a-drawer/render-to-body": {
952
- "description": "Whether the drawer is mounted under the `body` element",
926
+ "a-input/disabled": {
927
+ "description": "Whether to disable",
953
928
  "type": "boolean"
954
929
  },
955
- "a-drawer/header": {
956
- "description": "Whether to display high-quality content",
930
+ "a-input/readonly": {
931
+ "description": "Whether it is read-only",
957
932
  "type": "boolean"
958
933
  },
959
- "a-drawer/footer": {
960
- "description": "Whether to display the bottom content",
934
+ "a-input/error": {
935
+ "description": "Whether it is an error state",
961
936
  "type": "boolean"
962
937
  },
963
- "a-drawer/hide-cancel": {
964
- "description": "Whether to hide the cancel button",
938
+ "a-input/placeholder": {
939
+ "description": "Prompt text",
940
+ "type": "string"
941
+ },
942
+ "a-input/max-length": {
943
+ "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
944
+ },
945
+ "a-input/show-word-limit": {
946
+ "description": "Whether to display word count",
965
947
  "type": "boolean"
966
948
  },
967
- "a-descriptions/data": {
968
- "description": "Data for descriptions"
949
+ "a-input/word-length": {
950
+ "description": "Calculation method of word length"
969
951
  },
970
- "a-descriptions/column": {
971
- "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
952
+ "a-input/word-slice": {
953
+ "description": "Character interception method, used together with wordLength"
972
954
  },
973
- "a-descriptions/title": {
974
- "description": "Title of descriptions",
955
+ "a-input/input-attrs": {
956
+ "description": "Attributes of inner input elements",
957
+ "type": "object"
958
+ },
959
+ "a-input/prepend": {
960
+ "description": "Prepend",
975
961
  "type": "string"
976
962
  },
977
- "a-descriptions/layout": {
978
- "description": "Arrangement of descriptions",
963
+ "a-input/append": {
964
+ "description": "Append",
979
965
  "type": "string"
980
966
  },
981
- "a-descriptions/align": {
982
- "description": "Alignment position of text"
967
+ "a-input-password/visibility-change": {
968
+ "description": "Callback when visibility changes"
983
969
  },
984
- "a-descriptions/size": {
985
- "description": "The size of the descriptions"
970
+ "a-input-password/visibility": {
971
+ "description": "Whether is visible",
972
+ "type": "boolean"
986
973
  },
987
- "a-descriptions/bordered": {
988
- "description": "Whether to show the border",
974
+ "a-input-password/default-visibility": {
975
+ "description": "Default visibility",
989
976
  "type": "boolean"
990
977
  },
991
- "a-descriptions/label-style": {
992
- "description": "Data label style"
978
+ "a-input-password/invisible-button": {
979
+ "description": "Whether to show visible buttons",
980
+ "type": "boolean"
993
981
  },
994
- "a-descriptions/value-style": {
995
- "description": "Data content style"
996
- },
997
- "a-descriptions/table-layout": {
998
- "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
999
- "type": "string"
1000
- },
1001
- "a-descriptions-item/span": {
1002
- "description": "number of columns",
1003
- "type": "number"
1004
- },
1005
- "a-descriptions-item/label": {
1006
- "description": "Label",
1007
- "type": "string"
1008
- },
1009
- "a-dropdown/popup-visible-change": {
1010
- "description": "Triggered when the display status of the drop-down box changes"
1011
- },
1012
- "a-dropdown/select": {
1013
- "description": "Triggered when the user selects"
1014
- },
1015
- "a-dropdown/popup-visible": {
1016
- "description": "Whether the popup is visible",
1017
- "type": "boolean"
1018
- },
1019
- "a-dropdown/default-popup-visible": {
1020
- "description": "Whether the popup is visible by default (uncontrolled mode)",
1021
- "type": "boolean"
1022
- },
1023
- "a-dropdown/trigger": {
1024
- "description": "Trigger method"
1025
- },
1026
- "a-dropdown/position": {
1027
- "description": "Popup position"
1028
- },
1029
- "a-dropdown/popup-container": {
1030
- "description": "Mount container for popup"
1031
- },
1032
- "a-dropdown/popup-max-height": {
1033
- "description": "Maximum height of the popup",
1034
- "type": "boolean|number"
982
+ "a-input-search/search": {
983
+ "description": "Triggered when the search button is clicked"
1035
984
  },
1036
- "a-dropdown/hide-on-select": {
1037
- "description": "Whether to hide popup when the user selects",
985
+ "a-input-search/search-button": {
986
+ "description": "Whether it is the rear button mode",
1038
987
  "type": "boolean"
1039
988
  },
1040
- "a-doption/click": {
1041
- "description": "Emitted when the button is clicked"
1042
- },
1043
- "a-doption/value": {
1044
- "description": "Value",
1045
- "type": "string|number|object"
1046
- },
1047
- "a-doption/disabled": {
1048
- "description": "Whether to disable",
989
+ "a-input-search/loading": {
990
+ "description": "Whether it is loading state",
1049
991
  "type": "boolean"
1050
992
  },
1051
- "a-dgroup/title": {
1052
- "description": "Group title",
1053
- "type": "string"
1054
- },
1055
- "a-dsubmenu/popup-visible-change": {
1056
- "description": "Triggered when the display status of the drop-down box changes"
1057
- },
1058
- "a-dsubmenu/value": {
1059
- "description": "Value (Not useful after version 2.16.0)",
1060
- "type": "string|number"
1061
- },
1062
- "a-dsubmenu/disabled": {
993
+ "a-input-search/disabled": {
1063
994
  "description": "Whether to disable",
1064
995
  "type": "boolean"
1065
996
  },
1066
- "a-dsubmenu/trigger": {
1067
- "description": "Trigger method"
997
+ "a-input-search/size": {
998
+ "description": "Input size"
1068
999
  },
1069
- "a-dsubmenu/position": {
1070
- "description": "Popup position",
1000
+ "a-input-search/button-text": {
1001
+ "description": "The text of the search button will replace the original icon after use",
1071
1002
  "type": "string"
1072
1003
  },
1073
- "a-dsubmenu/popup-visible": {
1074
- "description": "Whether the popup is visible",
1075
- "type": "boolean"
1004
+ "a-input-search/button-props": {
1005
+ "description": "Button props"
1076
1006
  },
1077
- "a-dsubmenu/default-popup-visible": {
1078
- "description": "Whether the popup is visible by default (uncontrolled mode)",
1079
- "type": "boolean"
1007
+ "a-descriptions/data": {
1008
+ "description": "Data for descriptions"
1080
1009
  },
1081
- "a-dsubmenu/option-props": {
1082
- "description": "Custom option properties",
1083
- "type": "object"
1010
+ "a-descriptions/column": {
1011
+ "description": "The number of data placed in each row. Version 2.20.0 supports reactive configuration, the configuration can refer to Grid"
1084
1012
  },
1085
- "a-dropdown-button/popup-visible-change": {
1086
- "description": "Triggered when the display status of the drop-down box changes"
1013
+ "a-descriptions/title": {
1014
+ "description": "Title of descriptions",
1015
+ "type": "string"
1087
1016
  },
1088
- "a-dropdown-button/click": {
1089
- "description": "Emitted when the button is clicked"
1017
+ "a-descriptions/layout": {
1018
+ "description": "Arrangement of descriptions",
1019
+ "type": "string"
1090
1020
  },
1091
- "a-dropdown-button/select": {
1092
- "description": "Triggered when the user selects"
1021
+ "a-descriptions/align": {
1022
+ "description": "Alignment position of text"
1093
1023
  },
1094
- "a-dropdown-button/popup-visible": {
1095
- "description": "Whether the popup is visible",
1096
- "type": "boolean"
1024
+ "a-descriptions/size": {
1025
+ "description": "The size of the descriptions"
1097
1026
  },
1098
- "a-dropdown-button/default-popup-visible": {
1099
- "description": "Whether the popup is visible by default (uncontrolled mode)",
1027
+ "a-descriptions/bordered": {
1028
+ "description": "Whether to show the border",
1100
1029
  "type": "boolean"
1101
1030
  },
1102
- "a-dropdown-button/trigger": {
1103
- "description": "Trigger method"
1104
- },
1105
- "a-dropdown-button/position": {
1106
- "description": "Popup position"
1107
- },
1108
- "a-dropdown-button/popup-container": {
1109
- "description": "Mount container for popup"
1110
- },
1111
- "a-dropdown-button/disabled": {
1112
- "description": "Whether to disable",
1113
- "type": "boolean"
1031
+ "a-descriptions/label-style": {
1032
+ "description": "Data label style"
1114
1033
  },
1115
- "a-dropdown-button/type": {
1116
- "description": "Button type",
1117
- "type": "string"
1034
+ "a-descriptions/value-style": {
1035
+ "description": "Data content style"
1118
1036
  },
1119
- "a-dropdown-button/size": {
1120
- "description": "Button size",
1037
+ "a-descriptions/table-layout": {
1038
+ "description": "The `layout-fixed` of the table style in the description. The width will be evenly distributed when it's set to `fixed`.",
1121
1039
  "type": "string"
1122
1040
  },
1123
- "a-dropdown-button/button-props": {
1124
- "description": "Button props"
1125
- },
1126
- "a-dropdown-button/hide-on-select": {
1127
- "description": "Whether to hide popup when the user selects",
1128
- "type": "boolean"
1129
- },
1130
- "a-empty/description": {
1131
- "description": "Description",
1132
- "type": "string"
1041
+ "a-descriptions-item/span": {
1042
+ "description": "number of columns",
1043
+ "type": "number"
1133
1044
  },
1134
- "a-empty/img-src": {
1135
- "description": "The src of the Custom Image",
1045
+ "a-descriptions-item/label": {
1046
+ "description": "Label",
1136
1047
  "type": "string"
1137
1048
  },
1138
- "a-empty/in-config-provider": {
1139
- "description": "Whether to use in ConfigProvider",
1140
- "type": "boolean"
1141
- },
1142
1049
  "a-form/submit": {
1143
1050
  "description": "Triggered when the form is submitted"
1144
1051
  },
@@ -1296,199 +1203,119 @@
1296
1203
  "description": "Attributes of the form item element",
1297
1204
  "type": "object"
1298
1205
  },
1299
- "a-divider/direction": {
1300
- "description": "The direction of the dividing line. Can be horizontal or vertical"
1206
+ "a-drawer/ok": {
1207
+ "description": "Triggered when the OK button is clicked"
1301
1208
  },
1302
- "a-divider/orientation": {
1303
- "description": "The position of the dividing line text",
1304
- "type": "string"
1209
+ "a-drawer/cancel": {
1210
+ "description": "Triggered when the cancel or close button is clicked"
1305
1211
  },
1306
- "a-divider/type": {
1307
- "description": "Dividing line style type",
1308
- "type": "string"
1212
+ "a-drawer/open": {
1213
+ "description": "Triggered after the drawer is opened (the animation ends)"
1309
1214
  },
1310
- "a-divider/size": {
1311
- "description": "The wide/height of the dividing line",
1312
- "type": "number"
1215
+ "a-drawer/close": {
1216
+ "description": "Triggered when the drawer is closed (the animation ends)"
1313
1217
  },
1314
- "a-divider/margin": {
1315
- "description": "Margin up and down the split line (left and right margin in vertical direction)",
1316
- "type": "number | string"
1218
+ "a-drawer/before-open": {
1219
+ "description": "Triggered before drawer is opened"
1317
1220
  },
1318
- "a-comment/author": {
1319
- "description": "Display as the comment author",
1320
- "type": "string"
1221
+ "a-drawer/before-close": {
1222
+ "description": "Triggered before drawer is closed"
1321
1223
  },
1322
- "a-comment/avatar": {
1323
- "description": "Display as the comment avatar",
1324
- "type": "string"
1224
+ "a-drawer/visible": {
1225
+ "description": "Whether the drawer is visible",
1226
+ "type": "boolean"
1325
1227
  },
1326
- "a-comment/content": {
1327
- "description": "The content of the comment",
1328
- "type": "string"
1228
+ "a-drawer/default-visible": {
1229
+ "description": "Whether the drawer is visible by default (uncontrolled mode)",
1230
+ "type": "boolean"
1329
1231
  },
1330
- "a-comment/datetime": {
1331
- "description": "Display as the comment datetime",
1232
+ "a-drawer/placement": {
1233
+ "description": "Where the drawer is placed"
1234
+ },
1235
+ "a-drawer/title": {
1236
+ "description": "Title",
1332
1237
  "type": "string"
1333
1238
  },
1334
- "a-comment/align": {
1335
- "description": "Alignment of `datetime` and `actions`",
1336
- "type": "string|object"
1239
+ "a-drawer/mask": {
1240
+ "description": "Whether to show the mask",
1241
+ "type": "boolean"
1337
1242
  },
1338
- "a-input-number/change": {
1339
- "description": "Triggered when the value changes"
1243
+ "a-drawer/mask-closable": {
1244
+ "description": "Click on the mask layer to be able to close",
1245
+ "type": "boolean"
1340
1246
  },
1341
- "a-input-number/focus": {
1342
- "description": "Triggered when the input gets focus"
1247
+ "a-drawer/closable": {
1248
+ "description": "Whether to show the close button",
1249
+ "type": "boolean"
1343
1250
  },
1344
- "a-input-number/blur": {
1345
- "description": "Triggered when the input box loses focus"
1251
+ "a-drawer/ok-text": {
1252
+ "description": "The content of the ok button",
1253
+ "type": "string"
1346
1254
  },
1347
- "a-input-number/clear": {
1348
- "description": "Triggered when the user clicks the clear button"
1255
+ "a-drawer/cancel-text": {
1256
+ "description": "The content of the cancel button",
1257
+ "type": "string"
1349
1258
  },
1350
- "a-input-number/input": {
1351
- "description": "Triggered on input"
1259
+ "a-drawer/ok-loading": {
1260
+ "description": "Whether the ok button is in the loading state",
1261
+ "type": "boolean"
1352
1262
  },
1353
- "a-input-number/keydown": {
1354
- "description": "Triggered on keydown"
1263
+ "a-drawer/ok-button-props": {
1264
+ "description": "Props of confirm button"
1355
1265
  },
1356
- "a-input-number/model-value": {
1357
- "description": "Value",
1358
- "type": "number"
1266
+ "a-drawer/cancel-button-props": {
1267
+ "description": "Props of cancel button"
1359
1268
  },
1360
- "a-input-number/default-value": {
1361
- "description": "Default value (uncontrolled mode)",
1362
- "type": "number"
1269
+ "a-drawer/unmount-on-close": {
1270
+ "description": "Whether to uninstall the node when close",
1271
+ "type": "boolean"
1363
1272
  },
1364
- "a-input-number/mode": {
1365
- "description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
1366
- "type": "string"
1367
- },
1368
- "a-input-number/precision": {
1369
- "description": "Precision",
1370
- "type": "number"
1371
- },
1372
- "a-input-number/step": {
1373
- "description": "Number change step",
1374
- "type": "number"
1375
- },
1376
- "a-input-number/disabled": {
1377
- "description": "Whether to disable",
1378
- "type": "boolean"
1379
- },
1380
- "a-input-number/error": {
1381
- "description": "Whether it is an error state",
1382
- "type": "boolean"
1383
- },
1384
- "a-input-number/max": {
1385
- "description": "Max",
1386
- "type": "number"
1387
- },
1388
- "a-input-number/min": {
1389
- "description": "Min",
1390
- "type": "number"
1273
+ "a-drawer/width": {
1274
+ "description": "The width of the drawer (only available when placement is right, left)",
1275
+ "type": "number|string"
1391
1276
  },
1392
- "a-input-number/formatter": {
1393
- "description": "Define the display value of the input"
1277
+ "a-drawer/height": {
1278
+ "description": "The height of the drawer (only available when placement is top, bottom)",
1279
+ "type": "number|string"
1394
1280
  },
1395
- "a-input-number/parser": {
1396
- "description": "Convert from `formatter` to number, and use with `formatter`"
1281
+ "a-drawer/popup-container": {
1282
+ "description": "Mount container for popup"
1397
1283
  },
1398
- "a-input-number/placeholder": {
1399
- "description": "Input prompt text",
1400
- "type": "string"
1284
+ "a-drawer/drawer-style": {
1285
+ "description": "Drawer style"
1401
1286
  },
1402
- "a-input-number/hide-button": {
1403
- "description": "Whether to hide the button",
1404
- "type": "boolean"
1287
+ "a-drawer/body-class": {
1288
+ "description": "The classname of the drawer body"
1405
1289
  },
1406
- "a-input-number/size": {
1407
- "description": "Input size"
1290
+ "a-drawer/body-style": {
1291
+ "description": "Drawer body style"
1408
1292
  },
1409
- "a-input-number/allow-clear": {
1410
- "description": "Whether to allow the input to be cleared",
1411
- "type": "boolean"
1293
+ "a-drawer/before-ok": {
1294
+ "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."
1412
1295
  },
1413
- "a-input-number/model-event": {
1414
- "description": "Trigger event for `v-model`",
1415
- "type": "string"
1296
+ "a-drawer/before-cancel": {
1297
+ "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
1416
1298
  },
1417
- "a-input-number/read-only": {
1418
- "description": "Readonly",
1299
+ "a-drawer/esc-to-close": {
1300
+ "description": "Whether to support the ESC key to close the dialog",
1419
1301
  "type": "boolean"
1420
1302
  },
1421
- "a-input-number/input-attrs": {
1422
- "description": "Attributes of inner input elements",
1423
- "type": "object"
1424
- },
1425
- "a-list/scroll": {
1426
- "description": "Triggered when the list scrolls"
1427
- },
1428
- "a-list/reach-bottom": {
1429
- "description": "Triggered when the list reaches the bottom"
1430
- },
1431
- "a-list/page-change": {
1432
- "description": "Triggered when the table pagination changes"
1433
- },
1434
- "a-list/page-size-change": {
1435
- "description": "Triggered when the number of data per page of the table changes"
1436
- },
1437
- "a-list/data": {
1438
- "description": "List data, need to be used with `item` slot at the same time"
1439
- },
1440
- "a-list/size": {
1441
- "description": "List size",
1442
- "type": "string"
1443
- },
1444
- "a-list/bordered": {
1445
- "description": "Whether to show the border",
1303
+ "a-drawer/render-to-body": {
1304
+ "description": "Whether the drawer is mounted under the `body` element",
1446
1305
  "type": "boolean"
1447
1306
  },
1448
- "a-list/split": {
1449
- "description": "Whether to show the dividing line",
1307
+ "a-drawer/header": {
1308
+ "description": "Whether to display high-quality content",
1450
1309
  "type": "boolean"
1451
1310
  },
1452
- "a-list/loading": {
1453
- "description": "Whether it is loading state",
1311
+ "a-drawer/footer": {
1312
+ "description": "Whether to display the bottom content",
1454
1313
  "type": "boolean"
1455
1314
  },
1456
- "a-list/hoverable": {
1457
- "description": "Whether to display the selected style",
1315
+ "a-drawer/hide-cancel": {
1316
+ "description": "Whether to hide the cancel button",
1458
1317
  "type": "boolean"
1459
1318
  },
1460
- "a-list/pagination-props": {
1461
- "description": "List pagination configuration"
1462
- },
1463
- "a-list/grid-props": {
1464
- "description": "List grid configuration",
1465
- "type": "object"
1466
- },
1467
- "a-list/max-height": {
1468
- "description": "Maximum height of the list",
1469
- "type": "string | number"
1470
- },
1471
- "a-list/bottom-offset": {
1472
- "description": "Trigger the distance threshold to reach the bottom",
1473
- "type": "number"
1474
- },
1475
- "a-list/virtual-list-props": {
1476
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
1477
- },
1478
- "a-list/scrollbar": {
1479
- "description": "Whether to enable virtual scroll bar"
1480
- },
1481
- "a-list-item/action-layout": {
1482
- "description": "Operation group arrangement direction"
1483
- },
1484
- "a-list-item-meta/title": {
1485
- "description": "Title",
1486
- "type": "string"
1487
- },
1488
- "a-list-item-meta/description": {
1489
- "description": "Description",
1490
- "type": "string"
1491
- },
1492
1319
  "a-row/gutter": {
1493
1320
  "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."
1494
1321
  },
@@ -1568,6 +1395,18 @@
1568
1395
  "description": "Is it a suffix element",
1569
1396
  "type": "boolean"
1570
1397
  },
1398
+ "a-empty/description": {
1399
+ "description": "Description",
1400
+ "type": "string"
1401
+ },
1402
+ "a-empty/img-src": {
1403
+ "description": "The src of the Custom Image",
1404
+ "type": "string"
1405
+ },
1406
+ "a-empty/in-config-provider": {
1407
+ "description": "Whether to use in ConfigProvider",
1408
+ "type": "boolean"
1409
+ },
1571
1410
  "a-input-tag/change": {
1572
1411
  "description": "Triggered when the value changes"
1573
1412
  },
@@ -1647,211 +1486,163 @@
1647
1486
  "description": "Tag content does not wrap",
1648
1487
  "type": "boolean"
1649
1488
  },
1650
- "a-image/preview-visible-change": {
1651
- "description": "Preview opening and closing events"
1652
- },
1653
- "a-image/src": {
1654
- "description": "Image src",
1655
- "type": "string"
1489
+ "a-input-number/change": {
1490
+ "description": "Triggered when the value changes"
1656
1491
  },
1657
- "a-image/width": {
1658
- "description": "Image width",
1659
- "type": "string | number"
1492
+ "a-input-number/focus": {
1493
+ "description": "Triggered when the input gets focus"
1660
1494
  },
1661
- "a-image/height": {
1662
- "description": "Image height",
1663
- "type": "string | number"
1495
+ "a-input-number/blur": {
1496
+ "description": "Triggered when the input box loses focus"
1664
1497
  },
1665
- "a-image/title": {
1666
- "description": "Title",
1667
- "type": "string"
1498
+ "a-input-number/clear": {
1499
+ "description": "Triggered when the user clicks the clear button"
1668
1500
  },
1669
- "a-image/description": {
1670
- "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
1671
- "type": "string"
1501
+ "a-input-number/input": {
1502
+ "description": "Triggered on input"
1672
1503
  },
1673
- "a-image/fit": {
1674
- "description": "indicate how the image should be resized to fit its container",
1675
- "type": "string"
1504
+ "a-input-number/keydown": {
1505
+ "description": "Triggered on keydown"
1676
1506
  },
1677
- "a-image/alt": {
1678
- "description": "Text description of the image",
1679
- "type": "string"
1507
+ "a-input-number/model-value": {
1508
+ "description": "Value",
1509
+ "type": "number"
1680
1510
  },
1681
- "a-image/hide-footer": {
1682
- "description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
1511
+ "a-input-number/default-value": {
1512
+ "description": "Default value (uncontrolled mode)",
1513
+ "type": "number"
1683
1514
  },
1684
- "a-image/footer-position": {
1685
- "description": "The position shown at the bottom",
1515
+ "a-input-number/mode": {
1516
+ "description": "Mode (`embed`: button embedded mode, `button`: left and right button mode)",
1686
1517
  "type": "string"
1687
1518
  },
1688
- "a-image/show-loader": {
1689
- "description": "Whether to show the loading effect",
1690
- "type": "boolean"
1519
+ "a-input-number/precision": {
1520
+ "description": "Precision",
1521
+ "type": "number"
1691
1522
  },
1692
- "a-image/preview": {
1693
- "description": "Whether to enable preview",
1694
- "type": "boolean"
1523
+ "a-input-number/step": {
1524
+ "description": "Number change step",
1525
+ "type": "number"
1695
1526
  },
1696
- "a-image/preview-visible": {
1697
- "description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
1527
+ "a-input-number/disabled": {
1528
+ "description": "Whether to disable",
1698
1529
  "type": "boolean"
1699
1530
  },
1700
- "a-image/default-preview-visible": {
1701
- "description": "The default open state of the preview",
1531
+ "a-input-number/error": {
1532
+ "description": "Whether it is an error state",
1702
1533
  "type": "boolean"
1703
1534
  },
1704
- "a-image/preview-props": {
1705
- "description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
1535
+ "a-input-number/max": {
1536
+ "description": "Max",
1537
+ "type": "number"
1706
1538
  },
1707
- "a-image/footer-class": {
1708
- "description": "The class name of the bottom display area",
1709
- "type": "string|array|object"
1539
+ "a-input-number/min": {
1540
+ "description": "Min",
1541
+ "type": "number"
1710
1542
  },
1711
- "a-image-preview/close": {
1712
- "description": "Close event"
1543
+ "a-input-number/formatter": {
1544
+ "description": "Define the display value of the input"
1713
1545
  },
1714
- "a-image-preview/src": {
1715
- "description": "Image src",
1716
- "type": "string"
1546
+ "a-input-number/parser": {
1547
+ "description": "Convert from `formatter` to number, and use with `formatter`"
1717
1548
  },
1718
- "a-image-preview/visible": {
1719
- "description": "Whether is visible",
1720
- "type": "boolean"
1549
+ "a-input-number/placeholder": {
1550
+ "description": "Input prompt text",
1551
+ "type": "string"
1721
1552
  },
1722
- "a-image-preview/default-visible": {
1723
- "description": "Default visibility",
1553
+ "a-input-number/hide-button": {
1554
+ "description": "Whether to hide the button",
1724
1555
  "type": "boolean"
1725
1556
  },
1726
- "a-image-preview/mask-closable": {
1727
- "description": "Whether to close the modal when mask is clicked",
1728
- "type": "boolean"
1557
+ "a-input-number/size": {
1558
+ "description": "Input size"
1729
1559
  },
1730
- "a-image-preview/closable": {
1731
- "description": "Whether to show close button",
1560
+ "a-input-number/allow-clear": {
1561
+ "description": "Whether to allow the input to be cleared",
1732
1562
  "type": "boolean"
1733
1563
  },
1734
- "a-image-preview/actions-layout": {
1735
- "description": "Layout of action list"
1736
- },
1737
- "a-image-preview/popup-container": {
1738
- "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1564
+ "a-input-number/model-event": {
1565
+ "description": "Trigger event for `v-model`",
1566
+ "type": "string"
1739
1567
  },
1740
- "a-image-preview/esc-to-close": {
1741
- "description": "Whether to support the ESC key to close the preview",
1568
+ "a-input-number/read-only": {
1569
+ "description": "Readonly",
1742
1570
  "type": "boolean"
1743
1571
  },
1744
- "a-image-preview/wheel-zoom": {
1745
- "description": "Whether to enable wheel zoom",
1746
- "type": "boolean"
1572
+ "a-input-number/input-attrs": {
1573
+ "description": "Attributes of inner input elements",
1574
+ "type": "object"
1747
1575
  },
1748
- "a-image-preview/keyboard": {
1576
+ "a-input-number/keyboard": {
1749
1577
  "description": "Whether to enable keyboard shortcuts",
1750
1578
  "type": "boolean"
1751
1579
  },
1752
- "a-image-preview/default-scale": {
1753
- "description": "Default scale",
1754
- "type": "number"
1755
- },
1756
- "a-image-preview/zoom-rate": {
1757
- "description": "Zoom rate, only for scroll zoom",
1758
- "type": "number"
1759
- },
1760
- "a-image-preview-group/change": {
1761
- "description": "Image switch"
1580
+ "a-list/scroll": {
1581
+ "description": "Triggered when the list scrolls"
1762
1582
  },
1763
- "a-image-preview-group/visible-change": {
1764
- "description": "Preview visibility change"
1583
+ "a-list/reach-bottom": {
1584
+ "description": "Triggered when the list reaches the bottom"
1765
1585
  },
1766
- "a-image-preview-group/src-list": {
1767
- "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
1586
+ "a-list/page-change": {
1587
+ "description": "Triggered when the table pagination changes"
1768
1588
  },
1769
- "a-image-preview-group/current": {
1770
- "description": "The index of the currently displayed image",
1771
- "type": "number"
1589
+ "a-list/page-size-change": {
1590
+ "description": "Triggered when the number of data per page of the table changes"
1772
1591
  },
1773
- "a-image-preview-group/default-current": {
1774
- "description": "The index of the first image shown",
1775
- "type": "number"
1592
+ "a-list/data": {
1593
+ "description": "List data, need to be used with `item` slot at the same time"
1776
1594
  },
1777
- "a-image-preview-group/infinite": {
1778
- "description": "Whether to loop infinitely",
1779
- "type": "boolean"
1595
+ "a-list/size": {
1596
+ "description": "List size",
1597
+ "type": "string"
1780
1598
  },
1781
- "a-image-preview-group/visible": {
1782
- "description": "Whether is visible",
1599
+ "a-list/bordered": {
1600
+ "description": "Whether to show the border",
1783
1601
  "type": "boolean"
1784
1602
  },
1785
- "a-image-preview-group/default-visible": {
1786
- "description": "Default visibility",
1603
+ "a-list/split": {
1604
+ "description": "Whether to show the dividing line",
1787
1605
  "type": "boolean"
1788
1606
  },
1789
- "a-image-preview-group/mask-closable": {
1790
- "description": "Whether to close the modal when mask is clicked",
1607
+ "a-list/loading": {
1608
+ "description": "Whether it is loading state",
1791
1609
  "type": "boolean"
1792
1610
  },
1793
- "a-image-preview-group/closable": {
1794
- "description": "Whether to show close button",
1611
+ "a-list/hoverable": {
1612
+ "description": "Whether to display the selected style",
1795
1613
  "type": "boolean"
1796
1614
  },
1797
- "a-image-preview-group/actions-layout": {
1798
- "description": "Layout of action list"
1615
+ "a-list/pagination-props": {
1616
+ "description": "List pagination configuration"
1799
1617
  },
1800
- "a-image-preview-group/popup-container": {
1801
- "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
1618
+ "a-list/grid-props": {
1619
+ "description": "List grid configuration",
1620
+ "type": "object"
1802
1621
  },
1803
- "a-image-preview-action/name": {
1804
- "description": "the name of the action",
1805
- "type": "string"
1622
+ "a-list/max-height": {
1623
+ "description": "Maximum height of the list",
1624
+ "type": "string | number"
1806
1625
  },
1807
- "a-image-preview-action/disabled": {
1808
- "description": "Whether to disable the action",
1809
- "type": "boolean"
1626
+ "a-list/bottom-offset": {
1627
+ "description": "Trigger the distance threshold to reach the bottom",
1628
+ "type": "number"
1810
1629
  },
1811
- "a-layout/has-sider": {
1812
- "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.",
1813
- "type": "boolean"
1630
+ "a-list/virtual-list-props": {
1631
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
1814
1632
  },
1815
- "a-layout-sider/collapse": {
1816
- "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1633
+ "a-list/scrollbar": {
1634
+ "description": "Whether to enable virtual scroll bar"
1817
1635
  },
1818
- "a-layout-sider/breakpoint": {
1819
- "description": "Events when a responsive layout breakpoint is triggered"
1636
+ "a-list-item/action-layout": {
1637
+ "description": "Operation group arrangement direction"
1820
1638
  },
1821
- "a-layout-sider/theme": {
1822
- "description": "Theme",
1639
+ "a-list-item-meta/title": {
1640
+ "description": "Title",
1823
1641
  "type": "string"
1824
1642
  },
1825
- "a-layout-sider/collapsed": {
1826
- "description": "Current collapsed state",
1827
- "type": "boolean"
1828
- },
1829
- "a-layout-sider/default-collapsed": {
1830
- "description": "The default collapsed state",
1831
- "type": "boolean"
1832
- },
1833
- "a-layout-sider/collapsible": {
1834
- "description": "Whether is collapsible",
1835
- "type": "boolean"
1836
- },
1837
- "a-layout-sider/width": {
1838
- "description": "Width",
1839
- "type": "number"
1840
- },
1841
- "a-layout-sider/collapsed-width": {
1842
- "description": "Collapsed width",
1843
- "type": "number"
1844
- },
1845
- "a-layout-sider/reverse-arrow": {
1846
- "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1847
- "type": "boolean"
1848
- },
1849
- "a-layout-sider/resize-directions": {
1850
- "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)"
1851
- },
1852
- "a-layout-sider/hide-trigger": {
1853
- "description": "Whether to hide the bottom fold trigger",
1854
- "type": "boolean"
1643
+ "a-list-item-meta/description": {
1644
+ "description": "Description",
1645
+ "type": "string"
1855
1646
  },
1856
1647
  "a-mention/change": {
1857
1648
  "description": "Triggered when the value changes"
@@ -1901,91 +1692,231 @@
1901
1692
  "description": "Whether to allow the input to be cleared",
1902
1693
  "type": "boolean"
1903
1694
  },
1904
- "a-link/click": {
1905
- "description": "Emitted when the link is clicked"
1695
+ "a-layout/has-sider": {
1696
+ "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.",
1697
+ "type": "boolean"
1906
1698
  },
1907
- "a-link/href": {
1908
- "description": "Link address",
1909
- "type": "string"
1699
+ "a-layout-sider/collapse": {
1700
+ "description": "Events on expand/collapse. There are two ways to trigger click trigger and responsive feedback"
1910
1701
  },
1911
- "a-link/status": {
1912
- "description": "Link status"
1702
+ "a-layout-sider/breakpoint": {
1703
+ "description": "Events when a responsive layout breakpoint is triggered"
1913
1704
  },
1914
- "a-link/hoverable": {
1915
- "description": "Whether to hide background when hover",
1916
- "type": "boolean"
1705
+ "a-layout-sider/theme": {
1706
+ "description": "Theme",
1707
+ "type": "string"
1917
1708
  },
1918
- "a-link/icon": {
1919
- "description": "icon",
1709
+ "a-layout-sider/collapsed": {
1710
+ "description": "Current collapsed state",
1920
1711
  "type": "boolean"
1921
1712
  },
1922
- "a-link/loading": {
1923
- "description": "Whether the link is in the loading state",
1713
+ "a-layout-sider/default-collapsed": {
1714
+ "description": "The default collapsed state",
1924
1715
  "type": "boolean"
1925
1716
  },
1926
- "a-link/disabled": {
1927
- "description": "Whether the link is disabled",
1717
+ "a-layout-sider/collapsible": {
1718
+ "description": "Whether is collapsible",
1928
1719
  "type": "boolean"
1929
1720
  },
1930
- "a-modal/ok": {
1931
- "description": "Triggered when the OK button is clicked"
1721
+ "a-layout-sider/width": {
1722
+ "description": "Width",
1723
+ "type": "number"
1932
1724
  },
1933
- "a-modal/cancel": {
1934
- "description": "Triggered when the cancel/close button is clicked"
1725
+ "a-layout-sider/collapsed-width": {
1726
+ "description": "Collapsed width",
1727
+ "type": "number"
1935
1728
  },
1936
- "a-modal/open": {
1937
- "description": "Triggered after the modal is opened (the animation ends)"
1729
+ "a-layout-sider/reverse-arrow": {
1730
+ "description": "Flip and fold the direction of the hint arrow, which can be used when Sider is on the right",
1731
+ "type": "boolean"
1938
1732
  },
1939
- "a-modal/close": {
1940
- "description": "Triggered after the modal is closed (the animation ends)"
1733
+ "a-layout-sider/resize-directions": {
1734
+ "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)"
1941
1735
  },
1942
- "a-modal/before-open": {
1943
- "description": "Triggered before dialog is opened"
1736
+ "a-layout-sider/hide-trigger": {
1737
+ "description": "Whether to hide the bottom fold trigger",
1738
+ "type": "boolean"
1944
1739
  },
1945
- "a-modal/before-close": {
1946
- "description": "Triggered before dialog is closed"
1740
+ "a-dropdown/popup-visible-change": {
1741
+ "description": "Triggered when the display status of the drop-down box changes"
1947
1742
  },
1948
- "a-modal/visible": {
1949
- "description": "Whether the modal is visible",
1950
- "type": "boolean"
1743
+ "a-dropdown/select": {
1744
+ "description": "Triggered when the user selects"
1951
1745
  },
1952
- "a-modal/default-visible": {
1953
- "description": "Whether the modal is visible by default (uncontrolled state)",
1746
+ "a-dropdown/popup-visible": {
1747
+ "description": "Whether the popup is visible",
1954
1748
  "type": "boolean"
1955
1749
  },
1956
- "a-modal/width": {
1957
- "description": "The width of the dialog box, if not set, the width value in the style will be used",
1958
- "type": "number|string"
1750
+ "a-dropdown/default-popup-visible": {
1751
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1752
+ "type": "boolean"
1959
1753
  },
1960
- "a-modal/top": {
1961
- "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
1962
- "type": "number|string"
1754
+ "a-dropdown/trigger": {
1755
+ "description": "Trigger method"
1963
1756
  },
1964
- "a-modal/mask": {
1965
- "description": "Whether to show the mask",
1966
- "type": "boolean"
1757
+ "a-dropdown/position": {
1758
+ "description": "Popup position"
1967
1759
  },
1968
- "a-modal/title": {
1969
- "description": "Title",
1970
- "type": "string"
1760
+ "a-dropdown/popup-container": {
1761
+ "description": "Mount container for popup"
1971
1762
  },
1972
- "a-modal/title-align": {
1973
- "description": "horizontal alignment of the title",
1974
- "type": "string"
1763
+ "a-dropdown/popup-max-height": {
1764
+ "description": "Maximum height of the popup",
1765
+ "type": "boolean|number"
1975
1766
  },
1976
- "a-modal/align-center": {
1977
- "description": "Whether the dialog box is displayed in the center",
1767
+ "a-dropdown/hide-on-select": {
1768
+ "description": "Whether to hide popup when the user selects",
1978
1769
  "type": "boolean"
1979
1770
  },
1980
- "a-modal/unmount-on-close": {
1981
- "description": "Whether to uninstall the node when close",
1982
- "type": "boolean"
1771
+ "a-doption/click": {
1772
+ "description": "Emitted when the button is clicked"
1983
1773
  },
1984
- "a-modal/mask-closable": {
1985
- "description": "Whether to close the modal when click the mask",
1774
+ "a-doption/value": {
1775
+ "description": "Value",
1776
+ "type": "string|number|object"
1777
+ },
1778
+ "a-doption/disabled": {
1779
+ "description": "Whether to disable",
1986
1780
  "type": "boolean"
1987
1781
  },
1988
- "a-modal/hide-cancel": {
1782
+ "a-dgroup/title": {
1783
+ "description": "Group title",
1784
+ "type": "string"
1785
+ },
1786
+ "a-dsubmenu/popup-visible-change": {
1787
+ "description": "Triggered when the display status of the drop-down box changes"
1788
+ },
1789
+ "a-dsubmenu/value": {
1790
+ "description": "Value (Not useful after version 2.16.0)",
1791
+ "type": "string|number"
1792
+ },
1793
+ "a-dsubmenu/disabled": {
1794
+ "description": "Whether to disable",
1795
+ "type": "boolean"
1796
+ },
1797
+ "a-dsubmenu/trigger": {
1798
+ "description": "Trigger method"
1799
+ },
1800
+ "a-dsubmenu/position": {
1801
+ "description": "Popup position",
1802
+ "type": "string"
1803
+ },
1804
+ "a-dsubmenu/popup-visible": {
1805
+ "description": "Whether the popup is visible",
1806
+ "type": "boolean"
1807
+ },
1808
+ "a-dsubmenu/default-popup-visible": {
1809
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1810
+ "type": "boolean"
1811
+ },
1812
+ "a-dsubmenu/option-props": {
1813
+ "description": "Custom option properties",
1814
+ "type": "object"
1815
+ },
1816
+ "a-dropdown-button/popup-visible-change": {
1817
+ "description": "Triggered when the display status of the drop-down box changes"
1818
+ },
1819
+ "a-dropdown-button/click": {
1820
+ "description": "Emitted when the button is clicked"
1821
+ },
1822
+ "a-dropdown-button/select": {
1823
+ "description": "Triggered when the user selects"
1824
+ },
1825
+ "a-dropdown-button/popup-visible": {
1826
+ "description": "Whether the popup is visible",
1827
+ "type": "boolean"
1828
+ },
1829
+ "a-dropdown-button/default-popup-visible": {
1830
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
1831
+ "type": "boolean"
1832
+ },
1833
+ "a-dropdown-button/trigger": {
1834
+ "description": "Trigger method"
1835
+ },
1836
+ "a-dropdown-button/position": {
1837
+ "description": "Popup position"
1838
+ },
1839
+ "a-dropdown-button/popup-container": {
1840
+ "description": "Mount container for popup"
1841
+ },
1842
+ "a-dropdown-button/disabled": {
1843
+ "description": "Whether to disable",
1844
+ "type": "boolean"
1845
+ },
1846
+ "a-dropdown-button/type": {
1847
+ "description": "Button type",
1848
+ "type": "string"
1849
+ },
1850
+ "a-dropdown-button/size": {
1851
+ "description": "Button size",
1852
+ "type": "string"
1853
+ },
1854
+ "a-dropdown-button/button-props": {
1855
+ "description": "Button props"
1856
+ },
1857
+ "a-dropdown-button/hide-on-select": {
1858
+ "description": "Whether to hide popup when the user selects",
1859
+ "type": "boolean"
1860
+ },
1861
+ "a-modal/ok": {
1862
+ "description": "Triggered when the OK button is clicked"
1863
+ },
1864
+ "a-modal/cancel": {
1865
+ "description": "Triggered when the cancel/close button is clicked"
1866
+ },
1867
+ "a-modal/open": {
1868
+ "description": "Triggered after the modal is opened (the animation ends)"
1869
+ },
1870
+ "a-modal/close": {
1871
+ "description": "Triggered after the modal is closed (the animation ends)"
1872
+ },
1873
+ "a-modal/before-open": {
1874
+ "description": "Triggered before dialog is opened"
1875
+ },
1876
+ "a-modal/before-close": {
1877
+ "description": "Triggered before dialog is closed"
1878
+ },
1879
+ "a-modal/visible": {
1880
+ "description": "Whether the modal is visible",
1881
+ "type": "boolean"
1882
+ },
1883
+ "a-modal/default-visible": {
1884
+ "description": "Whether the modal is visible by default (uncontrolled state)",
1885
+ "type": "boolean"
1886
+ },
1887
+ "a-modal/width": {
1888
+ "description": "The width of the dialog box, if not set, the width value in the style will be used",
1889
+ "type": "number|string"
1890
+ },
1891
+ "a-modal/top": {
1892
+ "description": "The height from the top of the dialog box. It does not take effect when the center display is turned on.",
1893
+ "type": "number|string"
1894
+ },
1895
+ "a-modal/mask": {
1896
+ "description": "Whether to show the mask",
1897
+ "type": "boolean"
1898
+ },
1899
+ "a-modal/title": {
1900
+ "description": "Title",
1901
+ "type": "string"
1902
+ },
1903
+ "a-modal/title-align": {
1904
+ "description": "horizontal alignment of the title",
1905
+ "type": "string"
1906
+ },
1907
+ "a-modal/align-center": {
1908
+ "description": "Whether the dialog box is displayed in the center",
1909
+ "type": "boolean"
1910
+ },
1911
+ "a-modal/unmount-on-close": {
1912
+ "description": "Whether to uninstall the node when close",
1913
+ "type": "boolean"
1914
+ },
1915
+ "a-modal/mask-closable": {
1916
+ "description": "Whether to close the modal when click the mask",
1917
+ "type": "boolean"
1918
+ },
1919
+ "a-modal/hide-cancel": {
1989
1920
  "description": "Whether to hide the cancel button",
1990
1921
  "type": "boolean"
1991
1922
  },
@@ -2071,6 +2002,117 @@
2071
2002
  "description": "Whether to hide the title",
2072
2003
  "type": "boolean"
2073
2004
  },
2005
+ "a-page-header/back": {
2006
+ "description": "Emitted when the back button is clicked"
2007
+ },
2008
+ "a-page-header/title": {
2009
+ "description": "Main title",
2010
+ "type": "string"
2011
+ },
2012
+ "a-page-header/subtitle": {
2013
+ "description": "Subtitle",
2014
+ "type": "string"
2015
+ },
2016
+ "a-page-header/show-back": {
2017
+ "description": "Whether to show the back button",
2018
+ "type": "boolean"
2019
+ },
2020
+ "a-pagination/change": {
2021
+ "description": "Triggered when page number changes"
2022
+ },
2023
+ "a-pagination/page-size-change": {
2024
+ "description": "Triggered when the number of data items changes"
2025
+ },
2026
+ "a-pagination/total": {
2027
+ "description": "Total number of data",
2028
+ "type": "number"
2029
+ },
2030
+ "a-pagination/current": {
2031
+ "description": "Current page number",
2032
+ "type": "number"
2033
+ },
2034
+ "a-pagination/default-current": {
2035
+ "description": "The default number of pages (uncontrolled state)",
2036
+ "type": "number"
2037
+ },
2038
+ "a-pagination/page-size": {
2039
+ "description": "Number of data items displayed per page",
2040
+ "type": "number"
2041
+ },
2042
+ "a-pagination/default-page-size": {
2043
+ "description": "The number of data items displayed per page by default (uncontrolled state)",
2044
+ "type": "number"
2045
+ },
2046
+ "a-pagination/disabled": {
2047
+ "description": "Whether to disable",
2048
+ "type": "boolean"
2049
+ },
2050
+ "a-pagination/hide-on-single-page": {
2051
+ "description": "Whether to hide pagination when single page",
2052
+ "type": "boolean"
2053
+ },
2054
+ "a-pagination/simple": {
2055
+ "description": "Whether it is simple mode",
2056
+ "type": "boolean"
2057
+ },
2058
+ "a-pagination/show-total": {
2059
+ "description": "Whether to display the total number of data",
2060
+ "type": "boolean"
2061
+ },
2062
+ "a-pagination/show-more": {
2063
+ "description": "Whether to show more buttons",
2064
+ "type": "boolean"
2065
+ },
2066
+ "a-pagination/show-jumper": {
2067
+ "description": "Whether to show jump",
2068
+ "type": "boolean"
2069
+ },
2070
+ "a-pagination/show-page-size": {
2071
+ "description": "Whether to display the data number selector",
2072
+ "type": "boolean"
2073
+ },
2074
+ "a-pagination/page-size-options": {
2075
+ "description": "Selection list of data number selector"
2076
+ },
2077
+ "a-pagination/page-size-props": {
2078
+ "description": "Props of data number selector"
2079
+ },
2080
+ "a-pagination/size": {
2081
+ "description": "The size of the page selector"
2082
+ },
2083
+ "a-pagination/page-item-style": {
2084
+ "description": "The style of the paging button"
2085
+ },
2086
+ "a-pagination/active-page-item-style": {
2087
+ "description": "The style of the current paging button"
2088
+ },
2089
+ "a-pagination/base-size": {
2090
+ "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2091
+ "type": "number"
2092
+ },
2093
+ "a-pagination/buffer-size": {
2094
+ "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2095
+ "type": "number"
2096
+ },
2097
+ "a-pagination/auto-adjust": {
2098
+ "description": "Whether to adjust the page number when changing the number of data",
2099
+ "type": "boolean"
2100
+ },
2101
+ "a-overflow-list/change": {
2102
+ "description": "Triggered when the overflow quantity changes"
2103
+ },
2104
+ "a-overflow-list/min": {
2105
+ "description": "Minimum number of elements to display",
2106
+ "type": "number"
2107
+ },
2108
+ "a-overflow-list/margin": {
2109
+ "description": "Item Margin",
2110
+ "type": "number"
2111
+ },
2112
+ "a-overflow-list/from": {
2113
+ "description": "Overflow From",
2114
+ "type": "string"
2115
+ },
2074
2116
  "a-menu/collapse": {
2075
2117
  "description": "Triggered when the collapsed state changes"
2076
2118
  },
@@ -2177,34 +2219,71 @@
2177
2219
  "description": "Whether to disable",
2178
2220
  "type": "boolean"
2179
2221
  },
2180
- "a-overflow-list/change": {
2181
- "description": "Triggered when the overflow quantity changes"
2222
+ "a-progress/type": {
2223
+ "description": "The type of progress bar"
2182
2224
  },
2183
- "a-overflow-list/min": {
2184
- "description": "Minimum number of elements to display",
2185
- "type": "number"
2225
+ "a-progress/size": {
2226
+ "description": "The size of the progress bar"
2186
2227
  },
2187
- "a-overflow-list/margin": {
2188
- "description": "Item Margin",
2228
+ "a-progress/percent": {
2229
+ "description": "The current percentage of the progress bar",
2189
2230
  "type": "number"
2190
2231
  },
2191
- "a-overflow-list/from": {
2192
- "description": "Overflow From",
2193
- "type": "string"
2232
+ "a-progress/steps": {
2233
+ "description": "Turn on the step bar mode and set the number of steps",
2234
+ "type": "number"
2194
2235
  },
2195
- "a-page-header/back": {
2196
- "description": "Emitted when the back button is clicked"
2236
+ "a-progress/animation": {
2237
+ "description": "Whether to turn on the transition animation",
2238
+ "type": "boolean"
2197
2239
  },
2198
- "a-page-header/title": {
2199
- "description": "Main title",
2240
+ "a-progress/stroke-width": {
2241
+ "description": "The line width of the progress bar",
2242
+ "type": "number"
2243
+ },
2244
+ "a-progress/width": {
2245
+ "description": "The width of the progress bar",
2246
+ "type": "number|string"
2247
+ },
2248
+ "a-progress/color": {
2249
+ "description": "The color of the progress bar",
2250
+ "type": "string|object"
2251
+ },
2252
+ "a-progress/track-color": {
2253
+ "description": "The color of the progress track",
2200
2254
  "type": "string"
2201
2255
  },
2202
- "a-page-header/subtitle": {
2203
- "description": "Subtitle",
2256
+ "a-progress/show-text": {
2257
+ "description": "Whether to display text",
2258
+ "type": "boolean"
2259
+ },
2260
+ "a-progress/status": {
2261
+ "description": "Progress bar status"
2262
+ },
2263
+ "a-link/click": {
2264
+ "description": "Emitted when the link is clicked"
2265
+ },
2266
+ "a-link/href": {
2267
+ "description": "Link address",
2204
2268
  "type": "string"
2205
2269
  },
2206
- "a-page-header/show-back": {
2207
- "description": "Whether to show the back button",
2270
+ "a-link/status": {
2271
+ "description": "Link status"
2272
+ },
2273
+ "a-link/hoverable": {
2274
+ "description": "Whether to hide background when hover",
2275
+ "type": "boolean"
2276
+ },
2277
+ "a-link/icon": {
2278
+ "description": "icon",
2279
+ "type": "boolean"
2280
+ },
2281
+ "a-link/loading": {
2282
+ "description": "Whether the link is in the loading state",
2283
+ "type": "boolean"
2284
+ },
2285
+ "a-link/disabled": {
2286
+ "description": "Whether the link is disabled",
2208
2287
  "type": "boolean"
2209
2288
  },
2210
2289
  "a-popconfirm/popup-visible-change": {
@@ -2273,119 +2352,119 @@
2273
2352
  "a-popconfirm/before-cancel": {
2274
2353
  "description": "The callback function before the cancel event is triggered. If it returns false, no subsequent events will be triggered."
2275
2354
  },
2276
- "a-input/input": {
2277
- "description": "Triggered when the user enters"
2355
+ "a-radio/change": {
2356
+ "description": "Trigger when the value changes"
2278
2357
  },
2279
- "a-input/change": {
2280
- "description": "Only triggered when the input box is out of focus or when you press Enter"
2358
+ "a-radio/model-value": {
2359
+ "description": "Value",
2360
+ "type": "string | number | boolean"
2281
2361
  },
2282
- "a-input/press-enter": {
2283
- "description": "Triggered when the user presses enter"
2362
+ "a-radio/default-checked": {
2363
+ "description": "Whether checked by default (uncontrolled state)",
2364
+ "type": "boolean"
2284
2365
  },
2285
- "a-input/clear": {
2286
- "description": "Triggered when the user clicks the clear button"
2366
+ "a-radio/value": {
2367
+ "description": "The `value` of the option",
2368
+ "type": "string | number | boolean"
2287
2369
  },
2288
- "a-input/focus": {
2289
- "description": "Triggered when the input box gets focus"
2370
+ "a-radio/type": {
2371
+ "description": "Radio type"
2290
2372
  },
2291
- "a-input/blur": {
2292
- "description": "Triggered when the input box loses focus"
2373
+ "a-radio/disabled": {
2374
+ "description": "Whether to disable",
2375
+ "type": "boolean"
2293
2376
  },
2294
- "a-input/model-value": {
2377
+ "a-radio-group/change": {
2378
+ "description": "Trigger when the value changes"
2379
+ },
2380
+ "a-radio-group/model-value": {
2295
2381
  "description": "Value",
2296
- "type": "string"
2382
+ "type": "string | number | boolean"
2297
2383
  },
2298
- "a-input/default-value": {
2384
+ "a-radio-group/default-value": {
2299
2385
  "description": "Default value (uncontrolled state)",
2300
- "type": "string"
2386
+ "type": "string | number | boolean"
2301
2387
  },
2302
- "a-input/size": {
2303
- "description": "Input size"
2388
+ "a-radio-group/type": {
2389
+ "description": "Types of radio group"
2304
2390
  },
2305
- "a-input/allow-clear": {
2306
- "description": "Whether to allow the input to be cleared",
2307
- "type": "boolean"
2391
+ "a-radio-group/size": {
2392
+ "description": "The size of the radio group"
2308
2393
  },
2309
- "a-input/disabled": {
2394
+ "a-radio-group/options": {
2395
+ "description": "Options"
2396
+ },
2397
+ "a-radio-group/direction": {
2398
+ "description": "The direction of the radio group"
2399
+ },
2400
+ "a-radio-group/disabled": {
2310
2401
  "description": "Whether to disable",
2311
2402
  "type": "boolean"
2312
2403
  },
2313
- "a-input/readonly": {
2314
- "description": "Whether it is read-only",
2315
- "type": "boolean"
2404
+ "a-resize-box/moving-start": {
2405
+ "description": "Triggered when dragging starts"
2316
2406
  },
2317
- "a-input/error": {
2318
- "description": "Whether it is an error state",
2319
- "type": "boolean"
2407
+ "a-resize-box/moving": {
2408
+ "description": "Triggered when dragging"
2320
2409
  },
2321
- "a-input/placeholder": {
2322
- "description": "Prompt text",
2323
- "type": "string"
2410
+ "a-resize-box/moving-end": {
2411
+ "description": "Triggered when the drag ends"
2324
2412
  },
2325
- "a-input/max-length": {
2326
- "description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
2413
+ "a-resize-box/width": {
2414
+ "description": "Width",
2415
+ "type": "number"
2327
2416
  },
2328
- "a-input/show-word-limit": {
2329
- "description": "Whether to display word count",
2330
- "type": "boolean"
2417
+ "a-resize-box/height": {
2418
+ "description": "Height",
2419
+ "type": "number"
2331
2420
  },
2332
- "a-input/word-length": {
2333
- "description": "Calculation method of word length"
2421
+ "a-resize-box/component": {
2422
+ "description": "The html tag of the telescopic box",
2423
+ "type": "string"
2334
2424
  },
2335
- "a-input/word-slice": {
2336
- "description": "Character interception method, used together with wordLength"
2425
+ "a-resize-box/directions": {
2426
+ "description": "Can be stretched side, there are up, down, left and right can be used"
2337
2427
  },
2338
- "a-input/input-attrs": {
2339
- "description": "Attributes of inner input elements",
2340
- "type": "object"
2428
+ "a-rate/change": {
2429
+ "description": "Trigger when the value changes"
2341
2430
  },
2342
- "a-input/prepend": {
2343
- "description": "Prepend",
2344
- "type": "string"
2431
+ "a-rate/hover-change": {
2432
+ "description": "Triggered when the mouse moves over the value"
2345
2433
  },
2346
- "a-input/append": {
2347
- "description": "Append",
2348
- "type": "string"
2434
+ "a-rate/count": {
2435
+ "description": "Total number of rate",
2436
+ "type": "number"
2349
2437
  },
2350
- "a-input-password/visibility-change": {
2351
- "description": "Callback when visibility changes"
2438
+ "a-rate/model-value": {
2439
+ "description": "Value",
2440
+ "type": "number"
2352
2441
  },
2353
- "a-input-password/visibility": {
2354
- "description": "Whether is visible",
2355
- "type": "boolean"
2442
+ "a-rate/default-value": {
2443
+ "description": "Default Value",
2444
+ "type": "number"
2356
2445
  },
2357
- "a-input-password/default-visibility": {
2358
- "description": "Default visibility",
2446
+ "a-rate/allow-half": {
2447
+ "description": "Whether to allow half selection",
2359
2448
  "type": "boolean"
2360
2449
  },
2361
- "a-input-password/invisible-button": {
2362
- "description": "Whether to show visible buttons",
2450
+ "a-rate/allow-clear": {
2451
+ "description": "Whether to allow clear",
2363
2452
  "type": "boolean"
2364
2453
  },
2365
- "a-input-search/search": {
2366
- "description": "Triggered when the search button is clicked"
2367
- },
2368
- "a-input-search/search-button": {
2369
- "description": "Whether it is the rear button mode",
2454
+ "a-rate/grading": {
2455
+ "description": "Whether to enable smile grading",
2370
2456
  "type": "boolean"
2371
2457
  },
2372
- "a-input-search/loading": {
2373
- "description": "Whether it is loading state",
2458
+ "a-rate/readonly": {
2459
+ "description": "Whether it is readonly",
2374
2460
  "type": "boolean"
2375
2461
  },
2376
- "a-input-search/disabled": {
2462
+ "a-rate/disabled": {
2377
2463
  "description": "Whether to disable",
2378
2464
  "type": "boolean"
2379
2465
  },
2380
- "a-input-search/size": {
2381
- "description": "Input size"
2382
- },
2383
- "a-input-search/button-text": {
2384
- "description": "The text of the search button will replace the original icon after use",
2385
- "type": "string"
2386
- },
2387
- "a-input-search/button-props": {
2388
- "description": "Button props"
2466
+ "a-rate/color": {
2467
+ "description": "Color"
2389
2468
  },
2390
2469
  "a-popover/popup-visible-change": {
2391
2470
  "description": "Triggered when the text bubble display status changes"
@@ -2427,199 +2506,31 @@
2427
2506
  "a-popover/popup-container": {
2428
2507
  "description": "Mount container for pop-up box"
2429
2508
  },
2430
- "a-progress/type": {
2431
- "description": "The type of progress bar"
2509
+ "a-scrollbar/scroll": {
2510
+ "description": "Triggered when scroll"
2432
2511
  },
2433
- "a-progress/size": {
2434
- "description": "The size of the progress bar"
2512
+ "a-scrollbar/type": {
2513
+ "description": "Type",
2514
+ "type": "string"
2435
2515
  },
2436
- "a-progress/percent": {
2437
- "description": "The current percentage of the progress bar",
2438
- "type": "number"
2516
+ "a-scrollbar/outer-class": {
2517
+ "description": "Outer class",
2518
+ "type": "string|object|array"
2439
2519
  },
2440
- "a-progress/steps": {
2441
- "description": "Turn on the step bar mode and set the number of steps",
2442
- "type": "number"
2520
+ "a-scrollbar/outer-style": {
2521
+ "description": "Outer style"
2443
2522
  },
2444
- "a-progress/animation": {
2445
- "description": "Whether to turn on the transition animation",
2446
- "type": "boolean"
2523
+ "a-select/change": {
2524
+ "description": "Triggered when the value changes"
2447
2525
  },
2448
- "a-progress/stroke-width": {
2449
- "description": "The line width of the progress bar",
2450
- "type": "number"
2526
+ "a-select/input-value-change": {
2527
+ "description": "Triggered when the value of the input changes"
2451
2528
  },
2452
- "a-progress/width": {
2453
- "description": "The width of the progress bar",
2454
- "type": "number|string"
2529
+ "a-select/popup-visible-change": {
2530
+ "description": "Triggered when the display state of the drop-down box changes"
2455
2531
  },
2456
- "a-progress/color": {
2457
- "description": "The color of the progress bar",
2458
- "type": "string|object"
2459
- },
2460
- "a-progress/track-color": {
2461
- "description": "The color of the progress track",
2462
- "type": "string"
2463
- },
2464
- "a-progress/show-text": {
2465
- "description": "Whether to display text",
2466
- "type": "boolean"
2467
- },
2468
- "a-progress/status": {
2469
- "description": "Progress bar status"
2470
- },
2471
- "a-pagination/change": {
2472
- "description": "Triggered when page number changes"
2473
- },
2474
- "a-pagination/page-size-change": {
2475
- "description": "Triggered when the number of data items changes"
2476
- },
2477
- "a-pagination/total": {
2478
- "description": "Total number of data",
2479
- "type": "number"
2480
- },
2481
- "a-pagination/current": {
2482
- "description": "Current page number",
2483
- "type": "number"
2484
- },
2485
- "a-pagination/default-current": {
2486
- "description": "The default number of pages (uncontrolled state)",
2487
- "type": "number"
2488
- },
2489
- "a-pagination/page-size": {
2490
- "description": "Number of data items displayed per page",
2491
- "type": "number"
2492
- },
2493
- "a-pagination/default-page-size": {
2494
- "description": "The number of data items displayed per page by default (uncontrolled state)",
2495
- "type": "number"
2496
- },
2497
- "a-pagination/disabled": {
2498
- "description": "Whether to disable",
2499
- "type": "boolean"
2500
- },
2501
- "a-pagination/hide-on-single-page": {
2502
- "description": "Whether to hide pagination when single page",
2503
- "type": "boolean"
2504
- },
2505
- "a-pagination/simple": {
2506
- "description": "Whether it is simple mode",
2507
- "type": "boolean"
2508
- },
2509
- "a-pagination/show-total": {
2510
- "description": "Whether to display the total number of data",
2511
- "type": "boolean"
2512
- },
2513
- "a-pagination/show-more": {
2514
- "description": "Whether to show more buttons",
2515
- "type": "boolean"
2516
- },
2517
- "a-pagination/show-jumper": {
2518
- "description": "Whether to show jump",
2519
- "type": "boolean"
2520
- },
2521
- "a-pagination/show-page-size": {
2522
- "description": "Whether to display the data number selector",
2523
- "type": "boolean"
2524
- },
2525
- "a-pagination/page-size-options": {
2526
- "description": "Selection list of data number selector"
2527
- },
2528
- "a-pagination/page-size-props": {
2529
- "description": "Props of data number selector"
2530
- },
2531
- "a-pagination/size": {
2532
- "description": "The size of the page selector"
2533
- },
2534
- "a-pagination/page-item-style": {
2535
- "description": "The style of the paging button"
2536
- },
2537
- "a-pagination/active-page-item-style": {
2538
- "description": "The style of the current paging button"
2539
- },
2540
- "a-pagination/base-size": {
2541
- "description": "Calculate and display the number of omitted bases. Display the omitted number as `baseSize + 2 * bufferSize`",
2542
- "type": "number"
2543
- },
2544
- "a-pagination/buffer-size": {
2545
- "description": "When the ellipsis is displayed, the number of page numbers displayed on the left and right of the current page number",
2546
- "type": "number"
2547
- },
2548
- "a-pagination/auto-adjust": {
2549
- "description": "Whether to adjust the page number when changing the number of data",
2550
- "type": "boolean"
2551
- },
2552
- "a-radio/change": {
2553
- "description": "Trigger when the value changes"
2554
- },
2555
- "a-radio/model-value": {
2556
- "description": "Value",
2557
- "type": "string | number | boolean"
2558
- },
2559
- "a-radio/default-checked": {
2560
- "description": "Whether checked by default (uncontrolled state)",
2561
- "type": "boolean"
2562
- },
2563
- "a-radio/value": {
2564
- "description": "The `value` of the option",
2565
- "type": "string | number | boolean"
2566
- },
2567
- "a-radio/type": {
2568
- "description": "Radio type"
2569
- },
2570
- "a-radio/disabled": {
2571
- "description": "Whether to disable",
2572
- "type": "boolean"
2573
- },
2574
- "a-radio-group/change": {
2575
- "description": "Trigger when the value changes"
2576
- },
2577
- "a-radio-group/model-value": {
2578
- "description": "Value",
2579
- "type": "string | number | boolean"
2580
- },
2581
- "a-radio-group/default-value": {
2582
- "description": "Default value (uncontrolled state)",
2583
- "type": "string | number | boolean"
2584
- },
2585
- "a-radio-group/type": {
2586
- "description": "Types of radio group"
2587
- },
2588
- "a-radio-group/size": {
2589
- "description": "The size of the radio group"
2590
- },
2591
- "a-radio-group/options": {
2592
- "description": "Options"
2593
- },
2594
- "a-radio-group/direction": {
2595
- "description": "The direction of the radio group"
2596
- },
2597
- "a-radio-group/disabled": {
2598
- "description": "Whether to disable",
2599
- "type": "boolean"
2600
- },
2601
- "a-result/status": {
2602
- "description": "The status displayed on the result page"
2603
- },
2604
- "a-result/title": {
2605
- "description": "Title",
2606
- "type": "string"
2607
- },
2608
- "a-result/subtitle": {
2609
- "description": "Subtitle",
2610
- "type": "string"
2611
- },
2612
- "a-select/change": {
2613
- "description": "Triggered when the value changes"
2614
- },
2615
- "a-select/input-value-change": {
2616
- "description": "Triggered when the value of the input changes"
2617
- },
2618
- "a-select/popup-visible-change": {
2619
- "description": "Triggered when the display state of the drop-down box changes"
2620
- },
2621
- "a-select/clear": {
2622
- "description": "Triggered when the clear button is clicked"
2532
+ "a-select/clear": {
2533
+ "description": "Triggered when the clear button is clicked"
2623
2534
  },
2624
2535
  "a-select/remove": {
2625
2536
  "description": "Triggered when the delete button of the label is clicked"
@@ -2790,43 +2701,72 @@
2790
2701
  "description": "Title of option group",
2791
2702
  "type": "string"
2792
2703
  },
2793
- "a-resize-box/moving-start": {
2794
- "description": "Triggered when dragging starts"
2795
- },
2796
- "a-resize-box/moving": {
2797
- "description": "Triggered when dragging"
2704
+ "a-result/status": {
2705
+ "description": "The status displayed on the result page"
2798
2706
  },
2799
- "a-resize-box/moving-end": {
2800
- "description": "Triggered when the drag ends"
2707
+ "a-result/title": {
2708
+ "description": "Title",
2709
+ "type": "string"
2801
2710
  },
2802
- "a-resize-box/width": {
2803
- "description": "Width",
2804
- "type": "number"
2711
+ "a-result/subtitle": {
2712
+ "description": "Subtitle",
2713
+ "type": "string"
2805
2714
  },
2806
- "a-resize-box/height": {
2807
- "description": "Height",
2808
- "type": "number"
2715
+ "a-space/align": {
2716
+ "description": "Alignment",
2717
+ "type": "string"
2809
2718
  },
2810
- "a-resize-box/component": {
2811
- "description": "The html tag of the telescopic box",
2719
+ "a-space/direction": {
2720
+ "description": "Spacing direction",
2812
2721
  "type": "string"
2813
2722
  },
2814
- "a-resize-box/directions": {
2815
- "description": "Can be stretched side, there are up, down, left and right can be used"
2723
+ "a-space/size": {
2724
+ "description": "Spacing size, support for setting horizontal and vertical spacing separately"
2816
2725
  },
2817
- "a-scrollbar/scroll": {
2818
- "description": "Triggered when scroll"
2726
+ "a-space/wrap": {
2727
+ "description": "The spacing of the wrapping type, used in the scene of wrapping.",
2728
+ "type": "boolean"
2819
2729
  },
2820
- "a-scrollbar/type": {
2821
- "description": "Type",
2730
+ "a-space/fill": {
2731
+ "description": "fill the block",
2732
+ "type": "boolean"
2733
+ },
2734
+ "a-split/move-start": {
2735
+ "description": "Triggered before dragging"
2736
+ },
2737
+ "a-split/moving": {
2738
+ "description": "Triggered when dragging"
2739
+ },
2740
+ "a-split/move-end": {
2741
+ "description": "Triggered after dragging ends"
2742
+ },
2743
+ "a-split/component": {
2744
+ "description": "The html tag of the split box",
2822
2745
  "type": "string"
2823
2746
  },
2824
- "a-scrollbar/outer-class": {
2825
- "description": "Outer class",
2826
- "type": "string|object|array"
2747
+ "a-split/direction": {
2748
+ "description": "Direction of division",
2749
+ "type": "string"
2827
2750
  },
2828
- "a-scrollbar/outer-style": {
2829
- "description": "Outer style"
2751
+ "a-split/size": {
2752
+ "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2753
+ "type": "number|string"
2754
+ },
2755
+ "a-split/default-size": {
2756
+ "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2757
+ "type": "number|string"
2758
+ },
2759
+ "a-split/min": {
2760
+ "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2761
+ "type": "number|string"
2762
+ },
2763
+ "a-split/max": {
2764
+ "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
2765
+ "type": "number|string"
2766
+ },
2767
+ "a-split/disabled": {
2768
+ "description": "Whether to disable",
2769
+ "type": "boolean"
2830
2770
  },
2831
2771
  "a-skeleton/loading": {
2832
2772
  "description": "Whether to display the skeleton screen (loading state)",
@@ -2859,31 +2799,11 @@
2859
2799
  "description": "The size of the shape skeleton",
2860
2800
  "type": "string"
2861
2801
  },
2862
- "a-spin/size": {
2863
- "description": "Size",
2864
- "type": "number"
2802
+ "a-slider/change": {
2803
+ "description": "Trigger when the value changes"
2865
2804
  },
2866
- "a-spin/loading": {
2867
- "description": "Whether it is loading state (Only effective in container mode)",
2868
- "type": "boolean"
2869
- },
2870
- "a-spin/dot": {
2871
- "description": "Whether to use dot type animation",
2872
- "type": "boolean"
2873
- },
2874
- "a-spin/tip": {
2875
- "description": "Prompt content",
2876
- "type": "string"
2877
- },
2878
- "a-spin/hide-icon": {
2879
- "description": "Whether to hide the icon",
2880
- "type": "boolean"
2881
- },
2882
- "a-slider/change": {
2883
- "description": "Trigger when the value changes"
2884
- },
2885
- "a-slider/model-value": {
2886
- "description": "Value"
2805
+ "a-slider/model-value": {
2806
+ "description": "Value"
2887
2807
  },
2888
2808
  "a-slider/default-value": {
2889
2809
  "description": "Default value (uncontrolled state)"
@@ -2926,75 +2846,151 @@
2926
2846
  "description": "Whether to show tooltip",
2927
2847
  "type": "boolean"
2928
2848
  },
2929
- "a-steps/change": {
2930
- "description": "Triggered when the number of steps changes"
2849
+ "a-tag/close": {
2850
+ "description": "Emitted when the close button is clicked"
2931
2851
  },
2932
- "a-steps/type": {
2933
- "description": "The type of the steps"
2852
+ "a-tag/check": {
2853
+ "description": "Emitted when the user check (emit only in the checkable mode)"
2934
2854
  },
2935
- "a-steps/direction": {
2936
- "description": "The direction of the steps"
2855
+ "a-tag/color": {
2856
+ "description": "Label color"
2937
2857
  },
2938
- "a-steps/label-placement": {
2939
- "description": "The location where the label description is placed."
2858
+ "a-tag/size": {
2859
+ "description": "Label size",
2860
+ "type": "string"
2940
2861
  },
2941
- "a-steps/current": {
2942
- "description": "Number of current step",
2943
- "type": "number"
2862
+ "a-tag/bordered": {
2863
+ "description": "Whether the tag is bordered",
2864
+ "type": "boolean"
2944
2865
  },
2945
- "a-steps/default-current": {
2946
- "description": "The default number of step (uncontrolled state)",
2947
- "type": "number"
2866
+ "a-tag/visible": {
2867
+ "description": "Whether the tag is visible",
2868
+ "type": "boolean"
2948
2869
  },
2949
- "a-steps/status": {
2950
- "description": "The status of the current step"
2870
+ "a-tag/default-visible": {
2871
+ "description": "Whether the tag is visible by default",
2872
+ "type": "boolean"
2951
2873
  },
2952
- "a-steps/line-less": {
2953
- "description": "Whether to use the connectionless style",
2874
+ "a-tag/loading": {
2875
+ "description": "Whether the tag is loading state",
2954
2876
  "type": "boolean"
2955
2877
  },
2956
- "a-steps/small": {
2957
- "description": "Whether to use a small step bar",
2878
+ "a-tag/closable": {
2879
+ "description": "Whether the tag can be closed",
2958
2880
  "type": "boolean"
2959
2881
  },
2960
- "a-steps/changeable": {
2961
- "description": "Whether you can click to switch",
2882
+ "a-tag/checkable": {
2883
+ "description": "Whether the tag can be checked",
2962
2884
  "type": "boolean"
2963
2885
  },
2964
- "a-step/title": {
2965
- "description": "Title of the step",
2886
+ "a-tag/checked": {
2887
+ "description": "Whether the tag is checked (available when the tag is checkable)",
2888
+ "type": "boolean"
2889
+ },
2890
+ "a-tag/default-checked": {
2891
+ "description": "Whether the tag is checked by default (available when the tag is checkable)",
2892
+ "type": "boolean"
2893
+ },
2894
+ "a-tag/nowrap": {
2895
+ "description": "Tag content does not wrap",
2896
+ "type": "boolean"
2897
+ },
2898
+ "a-spin/size": {
2899
+ "description": "Size",
2900
+ "type": "number"
2901
+ },
2902
+ "a-spin/loading": {
2903
+ "description": "Whether it is loading state (Only effective in container mode)",
2904
+ "type": "boolean"
2905
+ },
2906
+ "a-spin/dot": {
2907
+ "description": "Whether to use dot type animation",
2908
+ "type": "boolean"
2909
+ },
2910
+ "a-spin/tip": {
2911
+ "description": "Prompt content",
2966
2912
  "type": "string"
2967
2913
  },
2968
- "a-step/description": {
2969
- "description": "Description of the step",
2914
+ "a-spin/hide-icon": {
2915
+ "description": "Whether to hide the icon",
2916
+ "type": "boolean"
2917
+ },
2918
+ "a-statistic/title": {
2919
+ "description": "Title of the numerical display",
2970
2920
  "type": "string"
2971
2921
  },
2972
- "a-step/status": {
2973
- "description": "Status of the step"
2922
+ "a-statistic/value": {
2923
+ "description": "Numerical display value"
2974
2924
  },
2975
- "a-step/disabled": {
2976
- "description": "Whether to disable",
2977
- "type": "boolean"
2925
+ "a-statistic/format": {
2926
+ "description": "Format of numerical display [dayjs](https://day.js.org/docs/en/display/format) (used in date mode)",
2927
+ "type": "string"
2978
2928
  },
2979
- "a-space/align": {
2980
- "description": "Alignment",
2929
+ "a-statistic/extra": {
2930
+ "description": "Additional display content",
2981
2931
  "type": "string"
2982
2932
  },
2983
- "a-space/direction": {
2984
- "description": "Spacing direction",
2933
+ "a-statistic/start": {
2934
+ "description": "Whether to start animation",
2935
+ "type": "boolean"
2936
+ },
2937
+ "a-statistic/precision": {
2938
+ "description": "Decimal reserved digits (used in digital mode)",
2939
+ "type": "number"
2940
+ },
2941
+ "a-statistic/separator": {
2942
+ "description": "Carry separator (used in number mode)",
2985
2943
  "type": "string"
2986
2944
  },
2987
- "a-space/size": {
2988
- "description": "Spacing size, support for setting horizontal and vertical spacing separately"
2945
+ "a-statistic/show-group-separator": {
2946
+ "description": "Whether to display the carry separator (used in number mode)",
2947
+ "type": "boolean"
2989
2948
  },
2990
- "a-space/wrap": {
2991
- "description": "The spacing of the wrapping type, used in the scene of wrapping.",
2949
+ "a-statistic/animation": {
2950
+ "description": "Whether to turn on animation",
2992
2951
  "type": "boolean"
2993
2952
  },
2994
- "a-space/fill": {
2995
- "description": "fill the block",
2953
+ "a-statistic/animation-duration": {
2954
+ "description": "Animation's duration time",
2955
+ "type": "number"
2956
+ },
2957
+ "a-statistic/value-from": {
2958
+ "description": "The starting value of the animation",
2959
+ "type": "number"
2960
+ },
2961
+ "a-statistic/placeholder": {
2962
+ "description": "Prompt text (displayed when value is undefined )",
2963
+ "type": "string"
2964
+ },
2965
+ "a-statistic/value-style": {
2966
+ "description": "Custom value style"
2967
+ },
2968
+ "a-countdown/finish": {
2969
+ "description": "Callback at the end of the countdown"
2970
+ },
2971
+ "a-countdown/title": {
2972
+ "description": "Countdown title",
2973
+ "type": "string"
2974
+ },
2975
+ "a-countdown/value": {
2976
+ "description": "Countdown value",
2977
+ "type": "number"
2978
+ },
2979
+ "a-countdown/now": {
2980
+ "description": "Used to correct the incorrect display of the initialization time",
2981
+ "type": "number"
2982
+ },
2983
+ "a-countdown/format": {
2984
+ "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
2985
+ "type": "string"
2986
+ },
2987
+ "a-countdown/start": {
2988
+ "description": "Whether to start the countdown",
2996
2989
  "type": "boolean"
2997
2990
  },
2991
+ "a-countdown/value-style": {
2992
+ "description": "Custom value style"
2993
+ },
2998
2994
  "a-switch/change": {
2999
2995
  "description": "Trigger when the value changes"
3000
2996
  },
@@ -3302,6 +3298,64 @@
3302
3298
  "description": "Whether to show text hints when omitted",
3303
3299
  "type": "boolean|object"
3304
3300
  },
3301
+ "a-textarea/input": {
3302
+ "description": "Emitted when the user enters"
3303
+ },
3304
+ "a-textarea/change": {
3305
+ "description": "Only emitted when the textarea is out of focus"
3306
+ },
3307
+ "a-textarea/clear": {
3308
+ "description": "Emitted when the clear button is clicked"
3309
+ },
3310
+ "a-textarea/focus": {
3311
+ "description": "Emitted when the textarea gets focus"
3312
+ },
3313
+ "a-textarea/blur": {
3314
+ "description": "Emitted when the textarea loses focus"
3315
+ },
3316
+ "a-textarea/model-value": {
3317
+ "description": "Value",
3318
+ "type": "string"
3319
+ },
3320
+ "a-textarea/default-value": {
3321
+ "description": "Default value (uncontrolled state)",
3322
+ "type": "string"
3323
+ },
3324
+ "a-textarea/placeholder": {
3325
+ "description": "Placeholder",
3326
+ "type": "string"
3327
+ },
3328
+ "a-textarea/disabled": {
3329
+ "description": "Whether to disable",
3330
+ "type": "boolean"
3331
+ },
3332
+ "a-textarea/error": {
3333
+ "description": "Whether it is an error state",
3334
+ "type": "boolean"
3335
+ },
3336
+ "a-textarea/max-length": {
3337
+ "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3338
+ },
3339
+ "a-textarea/show-word-limit": {
3340
+ "description": "Whether to display word count",
3341
+ "type": "boolean"
3342
+ },
3343
+ "a-textarea/allow-clear": {
3344
+ "description": "Whether to allow clearing the text",
3345
+ "type": "boolean"
3346
+ },
3347
+ "a-textarea/auto-size": {
3348
+ "description": "Whether to make the textarea adapt to the height of the content"
3349
+ },
3350
+ "a-textarea/word-length": {
3351
+ "description": "Calculation method of word length"
3352
+ },
3353
+ "a-textarea/word-slice": {
3354
+ "description": "Character interception method, used together with wordLength"
3355
+ },
3356
+ "a-textarea/textarea-attrs": {
3357
+ "description": "Attributes passed to textarea"
3358
+ },
3305
3359
  "a-tabs/change": {
3306
3360
  "description": "Triggered when the current tag value changes"
3307
3361
  },
@@ -3430,156 +3484,20 @@
3430
3484
  "a-timeline-item/position": {
3431
3485
  "description": "Item position"
3432
3486
  },
3433
- "a-tooltip/popup-visible-change": {
3434
- "description": "Emitted when the tooltip display status changes"
3487
+ "a-time-picker/change": {
3488
+ "description": "The component value changes"
3435
3489
  },
3436
- "a-tooltip/popup-visible": {
3437
- "description": "Whether the tooltip is visible",
3438
- "type": "boolean"
3490
+ "a-time-picker/select": {
3491
+ "description": "Select time but do not trigger component value change"
3439
3492
  },
3440
- "a-tooltip/default-popup-visible": {
3441
- "description": "Whether the tooltip is visible by default (uncontrolled mode)",
3442
- "type": "boolean"
3493
+ "a-time-picker/clear": {
3494
+ "description": "Click the clear button"
3443
3495
  },
3444
- "a-tooltip/content": {
3445
- "description": "Tooltip content",
3446
- "type": "string"
3447
- },
3448
- "a-tooltip/position": {
3449
- "description": "Popup position"
3450
- },
3451
- "a-tooltip/mini": {
3452
- "description": "Whether to display as a mini size",
3453
- "type": "boolean"
3454
- },
3455
- "a-tooltip/background-color": {
3456
- "description": "Background color of the popover",
3457
- "type": "string"
3458
- },
3459
- "a-tooltip/content-class": {
3460
- "description": "The class name of the popup content"
3461
- },
3462
- "a-tooltip/content-style": {
3463
- "description": "The style of the popup content"
3464
- },
3465
- "a-tooltip/arrow-class": {
3466
- "description": "The class name of the popup arrow"
3467
- },
3468
- "a-tooltip/arrow-style": {
3469
- "description": "The style of the popup arrow"
3470
- },
3471
- "a-tooltip/popup-container": {
3472
- "description": "Mount container for popup"
3473
- },
3474
- "a-textarea/input": {
3475
- "description": "Emitted when the user enters"
3476
- },
3477
- "a-textarea/change": {
3478
- "description": "Only emitted when the textarea is out of focus"
3479
- },
3480
- "a-textarea/clear": {
3481
- "description": "Emitted when the clear button is clicked"
3482
- },
3483
- "a-textarea/focus": {
3484
- "description": "Emitted when the textarea gets focus"
3485
- },
3486
- "a-textarea/blur": {
3487
- "description": "Emitted when the textarea loses focus"
3488
- },
3489
- "a-textarea/model-value": {
3490
- "description": "Value",
3491
- "type": "string"
3492
- },
3493
- "a-textarea/default-value": {
3494
- "description": "Default value (uncontrolled state)",
3495
- "type": "string"
3496
- },
3497
- "a-textarea/placeholder": {
3498
- "description": "Placeholder",
3499
- "type": "string"
3500
- },
3501
- "a-textarea/disabled": {
3502
- "description": "Whether to disable",
3503
- "type": "boolean"
3504
- },
3505
- "a-textarea/error": {
3506
- "description": "Whether it is an error state",
3507
- "type": "boolean"
3508
- },
3509
- "a-textarea/max-length": {
3510
- "description": "Maximum length of input value, the errorOnly attribute was added in version 2.12.0"
3511
- },
3512
- "a-textarea/show-word-limit": {
3513
- "description": "Whether to display word count",
3514
- "type": "boolean"
3515
- },
3516
- "a-textarea/allow-clear": {
3517
- "description": "Whether to allow clearing the text",
3518
- "type": "boolean"
3519
- },
3520
- "a-textarea/auto-size": {
3521
- "description": "Whether to make the textarea adapt to the height of the content"
3522
- },
3523
- "a-textarea/word-length": {
3524
- "description": "Calculation method of word length"
3525
- },
3526
- "a-textarea/word-slice": {
3527
- "description": "Character interception method, used together with wordLength"
3528
- },
3529
- "a-textarea/textarea-attrs": {
3530
- "description": "Attributes passed to textarea"
3531
- },
3532
- "a-split/move-start": {
3533
- "description": "Triggered before dragging"
3534
- },
3535
- "a-split/moving": {
3536
- "description": "Triggered when dragging"
3537
- },
3538
- "a-split/move-end": {
3539
- "description": "Triggered after dragging ends"
3540
- },
3541
- "a-split/component": {
3542
- "description": "The html tag of the split box",
3543
- "type": "string"
3544
- },
3545
- "a-split/direction": {
3546
- "description": "Direction of division",
3547
- "type": "string"
3548
- },
3549
- "a-split/size": {
3550
- "description": "The size of the segmentation, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3551
- "type": "number|string"
3552
- },
3553
- "a-split/default-size": {
3554
- "description": "Default split size, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3555
- "type": "number|string"
3556
- },
3557
- "a-split/min": {
3558
- "description": "Minimum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3559
- "type": "number|string"
3560
- },
3561
- "a-split/max": {
3562
- "description": "Maximum threshold, it can be 0~1 representing a percentage, or a specific number of pixels, such as 300px",
3563
- "type": "number|string"
3564
- },
3565
- "a-split/disabled": {
3566
- "description": "Whether to disable",
3567
- "type": "boolean"
3568
- },
3569
- "a-time-picker/change": {
3570
- "description": "The component value changes"
3571
- },
3572
- "a-time-picker/select": {
3573
- "description": "Select time but do not trigger component value change"
3574
- },
3575
- "a-time-picker/clear": {
3576
- "description": "Click the clear button"
3577
- },
3578
- "a-time-picker/popup-visible-change": {
3579
- "description": "Pop-up box expand and collapse"
3580
- },
3581
- "a-time-picker/type": {
3582
- "description": "Selector type",
3496
+ "a-time-picker/popup-visible-change": {
3497
+ "description": "Pop-up box expand and collapse"
3498
+ },
3499
+ "a-time-picker/type": {
3500
+ "description": "Selector type",
3583
3501
  "type": "string"
3584
3502
  },
3585
3503
  "a-time-picker/model-value": {
@@ -3715,297 +3633,333 @@
3715
3633
  "description": "Search box configuration for target selection box",
3716
3634
  "type": "object"
3717
3635
  },
3718
- "a-tree-select/change": {
3719
- "description": "Trigger when the value changes"
3636
+ "a-tree/select": {
3637
+ "description": "Triggered when the tree node is clicked"
3720
3638
  },
3721
- "a-tree-select/popup-visible-change": {
3722
- "description": "Triggered when the status of the drop-down box changes"
3639
+ "a-tree/check": {
3640
+ "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
3723
3641
  },
3724
- "a-tree-select/search": {
3725
- "description": "Triggered when the search value changes"
3642
+ "a-tree/expand": {
3643
+ "description": "Expand/close"
3726
3644
  },
3727
- "a-tree-select/clear": {
3728
- "description": "Triggered when clear is clicked"
3645
+ "a-tree/drag-start": {
3646
+ "description": "Node starts dragging"
3729
3647
  },
3730
- "a-tree-select/input-value-change": {
3731
- "description": "Triggered when the value of the input changes"
3648
+ "a-tree/drag-end": {
3649
+ "description": "Node end drag"
3732
3650
  },
3733
- "a-tree-select/disabled": {
3734
- "description": "Whether to disable",
3735
- "type": "boolean"
3651
+ "a-tree/drag-over": {
3652
+ "description": "The node is dragged to the releasable target"
3736
3653
  },
3737
- "a-tree-select/loading": {
3738
- "description": "Whether it is loading state",
3739
- "type": "boolean"
3654
+ "a-tree/drag-leave": {
3655
+ "description": "Node leaves to release the target"
3740
3656
  },
3741
- "a-tree-select/error": {
3742
- "description": "Whether it is an error state",
3743
- "type": "boolean"
3657
+ "a-tree/drop": {
3658
+ "description": "The node is released on a releasable target"
3744
3659
  },
3745
- "a-tree-select/size": {
3746
- "description": "The size of the selection box."
3660
+ "a-tree/size": {
3661
+ "description": "Size",
3662
+ "type": "string"
3747
3663
  },
3748
- "a-tree-select/border": {
3749
- "description": "Whether to show the border",
3664
+ "a-tree/block-node": {
3665
+ "description": "Whether the node occupies a row",
3750
3666
  "type": "boolean"
3751
3667
  },
3752
- "a-tree-select/allow-search": {
3753
- "description": "Whether to allow searching"
3668
+ "a-tree/default-expand-all": {
3669
+ "description": "Whether to expand the parent node by default",
3670
+ "type": "boolean"
3754
3671
  },
3755
- "a-tree-select/allow-clear": {
3756
- "description": "Whether to allow clear",
3672
+ "a-tree/multiple": {
3673
+ "description": "Whether to support multiple selection",
3757
3674
  "type": "boolean"
3758
3675
  },
3759
- "a-tree-select/placeholder": {
3760
- "description": "Prompt copy",
3761
- "type": "string"
3676
+ "a-tree/checkable": {
3677
+ "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
3762
3678
  },
3763
- "a-tree-select/max-tag-count": {
3764
- "description": "The maximum number of labels displayed, only valid in multi-select mode",
3765
- "type": "number"
3679
+ "a-tree/selectable": {
3680
+ "description": "Whether to support selection, function format is supported since `2.27.0`"
3766
3681
  },
3767
- "a-tree-select/multiple": {
3768
- "description": "Whether to support multiple selection",
3682
+ "a-tree/check-strictly": {
3683
+ "description": "Whether to cancel the parent-child node association",
3769
3684
  "type": "boolean"
3770
3685
  },
3771
- "a-tree-select/default-value": {
3772
- "description": "Default value"
3773
- },
3774
- "a-tree-select/model-value": {
3775
- "description": "Value"
3686
+ "a-tree/checked-strategy": {
3687
+ "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",
3688
+ "type": "string"
3776
3689
  },
3777
- "a-tree-select/field-names": {
3778
- "description": "Specify the field name in the node data"
3690
+ "a-tree/default-selected-keys": {
3691
+ "description": "Tree node selected by default"
3779
3692
  },
3780
- "a-tree-select/data": {
3781
- "description": "Data"
3693
+ "a-tree/selected-keys": {
3694
+ "description": "Selected tree node"
3782
3695
  },
3783
- "a-tree-select/label-in-value": {
3784
- "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
3785
- "type": "boolean"
3696
+ "a-tree/default-checked-keys": {
3697
+ "description": "Tree node with checkbox selected by default"
3786
3698
  },
3787
- "a-tree-select/tree-checkable": {
3788
- "description": "Whether to show checkbox",
3789
- "type": "boolean"
3699
+ "a-tree/checked-keys": {
3700
+ "description": "Tree node with check box selected"
3790
3701
  },
3791
- "a-tree-select/tree-check-strictly": {
3792
- "description": "Whether the parent and child nodes are related",
3793
- "type": "boolean"
3702
+ "a-tree/default-expanded-keys": {
3703
+ "description": "Nodes expanded by default"
3794
3704
  },
3795
- "a-tree-select/tree-checked-strategy": {
3796
- "description": "Customized echo method",
3797
- "type": "string"
3705
+ "a-tree/expanded-keys": {
3706
+ "description": "Expanded node"
3798
3707
  },
3799
- "a-tree-select/tree-props": {
3800
- "description": "Can accept Props of all [Tree](/vue/component/tree) components"
3708
+ "a-tree/data": {
3709
+ "description": "Pass in `data` to generate the corresponding tree structure"
3801
3710
  },
3802
- "a-tree-select/trigger-props": {
3803
- "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
3711
+ "a-tree/field-names": {
3712
+ "description": "Specify the field name in the node data"
3804
3713
  },
3805
- "a-tree-select/popup-visible": {
3806
- "description": "Whether the pop-up box is visible",
3714
+ "a-tree/show-line": {
3715
+ "description": "Whether to display the connection line",
3807
3716
  "type": "boolean"
3808
3717
  },
3809
- "a-tree-select/default-popup-visible": {
3810
- "description": "Whether the default pop-up box is visible",
3811
- "type": "boolean"
3718
+ "a-tree/load-more": {
3719
+ "description": "A callback for loading data asynchronously, returning a `Promise`"
3812
3720
  },
3813
- "a-tree-select/dropdown-style": {
3814
- "description": "Drop-down box style"
3815
- },
3816
- "a-tree-select/dropdown-class-name": {
3817
- "description": "Drop-down box style class"
3721
+ "a-tree/draggable": {
3722
+ "description": "Whether it can be dragged",
3723
+ "type": "boolean"
3818
3724
  },
3819
- "a-tree-select/filter-tree-node": {
3820
- "description": "Custom node filter function"
3725
+ "a-tree/allow-drop": {
3726
+ "description": "Whether to allow release on a node when dragging"
3821
3727
  },
3822
- "a-tree-select/load-more": {
3823
- "description": "Load data dynamically"
3728
+ "a-tree/virtual-list-props": {
3729
+ "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
3824
3730
  },
3825
- "a-tree-select/disable-filter": {
3826
- "description": "Disable internal filtering logic",
3731
+ "a-tree/default-expand-selected": {
3732
+ "description": "Whether to expand the parent node of the selected node by default",
3827
3733
  "type": "boolean"
3828
3734
  },
3829
- "a-tree-select/popup-container": {
3830
- "description": "Mount container for pop-up box"
3831
- },
3832
- "a-tree-select/fallback-option": {
3833
- "description": "Customize node data for keys that do not match options"
3735
+ "a-tree/default-expand-checked": {
3736
+ "description": "Whether to expand the parent node of the checked node by default",
3737
+ "type": "boolean"
3834
3738
  },
3835
- "a-tree-select/selectable": {
3836
- "description": "Set the nodes that can be selected, all can be selected by default"
3739
+ "a-tree/auto-expand-parent": {
3740
+ "description": "Whether to automatically expand the parent node of the expanded node",
3741
+ "type": "boolean"
3837
3742
  },
3838
- "a-tree-select/scrollbar": {
3839
- "description": "Whether to enable virtual scroll bar"
3743
+ "a-tree/half-checked-keys": {
3744
+ "description": "The keys of half checked. Only valid when checkable and checkStrictly"
3840
3745
  },
3841
- "a-tree-select/show-header-on-empty": {
3842
- "description": "Whether to display the header in the empty state",
3746
+ "a-tree/only-check-leaf": {
3747
+ "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)",
3843
3748
  "type": "boolean"
3844
3749
  },
3845
- "a-tree-select/show-footer-on-empty": {
3846
- "description": "Whether to display the footer in the empty state",
3750
+ "a-tree/animation": {
3751
+ "description": "Whether to enable expand transition animation",
3847
3752
  "type": "boolean"
3848
3753
  },
3849
- "a-tree-select/input-value": {
3850
- "description": "The value of the input",
3851
- "type": "string"
3754
+ "a-tree/action-on-node-click": {
3755
+ "description": "The action triggered when the node is clicked"
3852
3756
  },
3853
- "a-tree-select/default-input-value": {
3854
- "description": "The default value of the input (uncontrolled mode)",
3855
- "type": "string"
3757
+ "a-steps/change": {
3758
+ "description": "Triggered when the number of steps changes"
3856
3759
  },
3857
- "a-upload/exceed-limit": {
3858
- "description": "Triggered when the uploaded file exceeds the limit"
3760
+ "a-steps/type": {
3761
+ "description": "The type of the steps"
3859
3762
  },
3860
- "a-upload/change": {
3861
- "description": "Triggered when the status of the uploaded file changes"
3763
+ "a-steps/direction": {
3764
+ "description": "The direction of the steps"
3862
3765
  },
3863
- "a-upload/progress": {
3864
- "description": "Triggered when the uploading file progress changes"
3766
+ "a-steps/label-placement": {
3767
+ "description": "The location where the label description is placed."
3865
3768
  },
3866
- "a-upload/preview": {
3867
- "description": "Trigger when the image preview is clicked"
3769
+ "a-steps/current": {
3770
+ "description": "Number of current step",
3771
+ "type": "number"
3868
3772
  },
3869
- "a-upload/success": {
3870
- "description": "Triggered when upload is successful"
3773
+ "a-steps/default-current": {
3774
+ "description": "The default number of step (uncontrolled state)",
3775
+ "type": "number"
3871
3776
  },
3872
- "a-upload/error": {
3873
- "description": "Triggered when upload fails"
3777
+ "a-steps/status": {
3778
+ "description": "The status of the current step"
3874
3779
  },
3875
- "a-upload/file-list": {
3876
- "description": "File List"
3780
+ "a-steps/line-less": {
3781
+ "description": "Whether to use the connectionless style",
3782
+ "type": "boolean"
3877
3783
  },
3878
- "a-upload/default-file-list": {
3879
- "description": "Default file list (uncontrolled state)"
3784
+ "a-steps/small": {
3785
+ "description": "Whether to use a small step bar",
3786
+ "type": "boolean"
3880
3787
  },
3881
- "a-upload/accept": {
3882
- "description": "For the received upload file type, please refer to [HTML standard](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#htmlattrdefaccept \"_blank\")",
3788
+ "a-steps/changeable": {
3789
+ "description": "Whether you can click to switch",
3790
+ "type": "boolean"
3791
+ },
3792
+ "a-step/title": {
3793
+ "description": "Title of the step",
3883
3794
  "type": "string"
3884
3795
  },
3885
- "a-upload/action": {
3886
- "description": "Uploaded URL",
3796
+ "a-step/description": {
3797
+ "description": "Description of the step",
3887
3798
  "type": "string"
3888
3799
  },
3889
- "a-upload/disabled": {
3800
+ "a-step/status": {
3801
+ "description": "Status of the step"
3802
+ },
3803
+ "a-step/disabled": {
3890
3804
  "description": "Whether to disable",
3891
3805
  "type": "boolean"
3892
3806
  },
3893
- "a-upload/multiple": {
3894
- "description": "Whether to support multiple file upload",
3895
- "type": "boolean"
3807
+ "a-trigger/popup-visible-change": {
3808
+ "description": "Emitted when the status of the popup changes"
3896
3809
  },
3897
- "a-upload/directory": {
3898
- "description": "Whether to support folder upload (requires browser support)",
3899
- "type": "boolean"
3810
+ "a-trigger/show": {
3811
+ "description": "Triggered after the trigger is shown (the animation ends)"
3900
3812
  },
3901
- "a-upload/draggable": {
3902
- "description": "Whether to support drag and drop upload",
3903
- "type": "boolean"
3813
+ "a-trigger/hide": {
3814
+ "description": "Triggered after the popup is hidden (the animation ends)"
3904
3815
  },
3905
- "a-upload/tip": {
3906
- "description": "Prompt text",
3907
- "type": "string"
3816
+ "a-trigger/popup-visible": {
3817
+ "description": "Whether the popup is visible",
3818
+ "type": "boolean"
3908
3819
  },
3909
- "a-upload/headers": {
3910
- "description": "Additional header information for upload request"
3820
+ "a-trigger/default-popup-visible": {
3821
+ "description": "Whether the popup is visible by default (uncontrolled mode)",
3822
+ "type": "boolean"
3911
3823
  },
3912
- "a-upload/data": {
3913
- "description": "Upload request additional data"
3824
+ "a-trigger/trigger": {
3825
+ "description": "Trigger method"
3914
3826
  },
3915
- "a-upload/name": {
3916
- "description": "Uploaded file name"
3827
+ "a-trigger/position": {
3828
+ "description": "Popup position"
3917
3829
  },
3918
- "a-upload/with-credentials": {
3919
- "description": "Whether the upload request carries cookies",
3830
+ "a-trigger/disabled": {
3831
+ "description": "Whether the trigger is disabled",
3920
3832
  "type": "boolean"
3921
3833
  },
3922
- "a-upload/custom-request": {
3923
- "description": "Custom upload behavior"
3924
- },
3925
- "a-upload/limit": {
3926
- "description": "Limit the number of uploaded files. `0` means no limit",
3834
+ "a-trigger/popup-offset": {
3835
+ "description": "The offset of the popup (the offset distance of the popup from the trigger)",
3927
3836
  "type": "number"
3928
3837
  },
3929
- "a-upload/auto-upload": {
3930
- "description": "Whether to upload files automatically",
3931
- "type": "boolean"
3838
+ "a-trigger/popup-translate": {
3839
+ "description": "The moving distance of the popup"
3932
3840
  },
3933
- "a-upload/show-file-list": {
3934
- "description": "Whether to display the file list",
3841
+ "a-trigger/show-arrow": {
3842
+ "description": "Whether the popup shows an arrow",
3935
3843
  "type": "boolean"
3936
3844
  },
3937
- "a-upload/show-remove-button": {
3938
- "description": "Whether to display the remove button",
3845
+ "a-trigger/align-point": {
3846
+ "description": "Whether the popup follows the mouse",
3939
3847
  "type": "boolean"
3940
3848
  },
3941
- "a-upload/show-retry-button": {
3942
- "description": "Whether to display the retry button",
3849
+ "a-trigger/popup-hover-stay": {
3850
+ "description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
3943
3851
  "type": "boolean"
3944
3852
  },
3945
- "a-upload/show-cancel-button": {
3946
- "description": "Whether to display the cancel button",
3853
+ "a-trigger/blur-to-close": {
3854
+ "description": "Whether to close the popup when the trigger loses focus",
3947
3855
  "type": "boolean"
3948
3856
  },
3949
- "a-upload/show-upload-button": {
3950
- "description": "Whether to display the retry button. Added `showOnExceedLimit` support in version 2.14.0"
3951
- },
3952
- "a-upload/show-preview-button": {
3953
- "description": "Whether to display the preview button in picture-card",
3857
+ "a-trigger/click-to-close": {
3858
+ "description": "Whether to close the popup when the trigger is clicked",
3954
3859
  "type": "boolean"
3955
3860
  },
3956
- "a-upload/download": {
3957
- "description": "Whether to add download attribute to `<a>` link",
3861
+ "a-trigger/click-outside-to-close": {
3862
+ "description": "Whether to close the popup when clicking on the outer area",
3958
3863
  "type": "boolean"
3959
3864
  },
3960
- "a-upload/show-link": {
3961
- "description": "In the list mode, if the uploaded file has a URL, the link will be displayed. If you turn off only display text and click to trigger the `preview` event.",
3865
+ "a-trigger/unmount-on-close": {
3866
+ "description": "Whether to uninstall the popup node when closing",
3962
3867
  "type": "boolean"
3963
3868
  },
3964
- "a-upload/image-loading": {
3965
- "description": "Native HTML attributes of `<img>`, browser support is required",
3966
- "type": "string"
3869
+ "a-trigger/content-class": {
3870
+ "description": "The class name of the popup content",
3871
+ "type": "string|array|object"
3967
3872
  },
3968
- "a-upload/list-type": {
3969
- "description": "Picture list type"
3873
+ "a-trigger/content-style": {
3874
+ "description": "The style of the popup content"
3970
3875
  },
3971
- "a-upload/response-url-key": {
3972
- "description": "Get the key of the image URL in the Response. After opening, it will replace the pre-load image with the uploaded image"
3876
+ "a-trigger/arrow-class": {
3877
+ "description": "The class name of the popup arrow",
3878
+ "type": "string|array|object"
3973
3879
  },
3974
- "a-upload/custom-icon": {
3975
- "description": "Custom icon"
3880
+ "a-trigger/arrow-style": {
3881
+ "description": "The style of the popup arrow"
3976
3882
  },
3977
- "a-upload/before-upload": {
3978
- "description": "Trigger before uploading a file"
3883
+ "a-trigger/popup-style": {
3884
+ "description": "The style of the popup"
3979
3885
  },
3980
- "a-upload/before-remove": {
3981
- "description": "Triggered before removing the file"
3886
+ "a-trigger/animation-name": {
3887
+ "description": "The name of the popup animation",
3888
+ "type": "string"
3982
3889
  },
3983
- "a-upload/button-click": {
3984
- "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
3890
+ "a-trigger/duration": {
3891
+ "description": "The duration of the popup animation"
3985
3892
  },
3986
- "a-typography-title/edit-start": {
3987
- "description": "Edit start"
3893
+ "a-trigger/mouse-enter-delay": {
3894
+ "description": "Delay trigger time of mouseenter event (ms)",
3895
+ "type": "number"
3988
3896
  },
3989
- "a-typography-title/change": {
3990
- "description": "Edit content change"
3897
+ "a-trigger/mouse-leave-delay": {
3898
+ "description": "Delay trigger time of mouseleave event (ms)",
3899
+ "type": "number"
3991
3900
  },
3992
- "a-typography-title/edit-end": {
3993
- "description": "Edit end"
3901
+ "a-trigger/focus-delay": {
3902
+ "description": "Delay trigger time of focus event (ms)",
3903
+ "type": "number"
3994
3904
  },
3995
- "a-typography-title/copy": {
3996
- "description": "Copy"
3905
+ "a-trigger/auto-fit-popup-width": {
3906
+ "description": "Whether to set the width of the popup to the width of the trigger",
3907
+ "type": "boolean"
3997
3908
  },
3998
- "a-typography-title/ellipsis": {
3999
- "description": "Ellipsis change"
3909
+ "a-trigger/auto-fit-popup-min-width": {
3910
+ "description": "Whether to set the minimum width of the popup to the trigger width",
3911
+ "type": "boolean"
4000
3912
  },
4001
- "a-typography-title/expand": {
4002
- "description": "Expand collapse event"
3913
+ "a-trigger/auto-fix-position": {
3914
+ "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
3915
+ "type": "boolean"
4003
3916
  },
4004
- "a-typography-title/heading": {
4005
- "description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
4006
- "type": "string"
3917
+ "a-trigger/popup-container": {
3918
+ "description": "Mount container for popup"
4007
3919
  },
4008
- "a-typography-title/type": {
3920
+ "a-trigger/auto-fit-position": {
3921
+ "description": "Whether to automatically adjust the position of the popup to fit the window size",
3922
+ "type": "boolean"
3923
+ },
3924
+ "a-trigger/render-to-body": {
3925
+ "description": "Whether to mount under the `body` element",
3926
+ "type": "boolean"
3927
+ },
3928
+ "a-trigger/prevent-focus": {
3929
+ "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
3930
+ "type": "boolean"
3931
+ },
3932
+ "a-trigger/scroll-to-close": {
3933
+ "description": "Whether to close the popover when scrolling",
3934
+ "type": "boolean"
3935
+ },
3936
+ "a-trigger/scroll-to-close-distance": {
3937
+ "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
3938
+ "type": "number"
3939
+ },
3940
+ "a-typography-title/edit-start": {
3941
+ "description": "Edit start"
3942
+ },
3943
+ "a-typography-title/change": {
3944
+ "description": "Edit content change"
3945
+ },
3946
+ "a-typography-title/edit-end": {
3947
+ "description": "Edit end"
3948
+ },
3949
+ "a-typography-title/copy": {
3950
+ "description": "Copy"
3951
+ },
3952
+ "a-typography-title/ellipsis": {
3953
+ "description": "Ellipsis change"
3954
+ },
3955
+ "a-typography-title/expand": {
3956
+ "description": "Expand collapse event"
3957
+ },
3958
+ "a-typography-title/heading": {
3959
+ "description": "Heading level, equivalent to `h1` `h2` `h3` `h4` `h5` `h6`",
3960
+ "type": "string"
3961
+ },
3962
+ "a-typography-title/type": {
4009
3963
  "description": "Text type",
4010
3964
  "type": "string"
4011
3965
  },
@@ -4238,55 +4192,187 @@
4238
4192
  "description": "Copy button question prompt configuration",
4239
4193
  "type": "object"
4240
4194
  },
4241
- "a-tag/close": {
4242
- "description": "Emitted when the close button is clicked"
4195
+ "a-watermark/content": {
4196
+ "description": "Watermark text content"
4243
4197
  },
4244
- "a-tag/check": {
4245
- "description": "Emitted when the user check (emit only in the checkable mode)"
4198
+ "a-watermark/image": {
4199
+ "description": "Image watermark address",
4200
+ "type": "string"
4246
4201
  },
4247
- "a-tag/color": {
4248
- "description": "Label color"
4202
+ "a-watermark/width": {
4203
+ "description": "Watermark width",
4204
+ "type": "number"
4249
4205
  },
4250
- "a-tag/size": {
4251
- "description": "Label size",
4206
+ "a-watermark/height": {
4207
+ "description": "Watermark height",
4208
+ "type": "number"
4209
+ },
4210
+ "a-watermark/gap": {
4211
+ "description": "Watermark spacing"
4212
+ },
4213
+ "a-watermark/offset": {
4214
+ "description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
4215
+ },
4216
+ "a-watermark/rotate": {
4217
+ "description": "Watermark rotation angle",
4218
+ "type": "number"
4219
+ },
4220
+ "a-watermark/font": {
4221
+ "description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
4222
+ },
4223
+ "a-watermark/z-index": {
4224
+ "description": "Watermark z-index",
4225
+ "type": "number"
4226
+ },
4227
+ "a-watermark/alpha": {
4228
+ "description": "Watermark opacity",
4229
+ "type": "number"
4230
+ },
4231
+ "a-watermark/anti-tamper": {
4232
+ "description": "Watermark anti-tampering",
4233
+ "type": "boolean"
4234
+ },
4235
+ "a-watermark/grayscale": {
4236
+ "description": "Grayscale watermark",
4237
+ "type": "boolean"
4238
+ },
4239
+ "a-watermark/repeat": {
4240
+ "description": "Whether to repeat the watermark",
4241
+ "type": "boolean"
4242
+ },
4243
+ "a-watermark/staggered": {
4244
+ "description": "Whether to stagger the arrangement layout",
4245
+ "type": "boolean"
4246
+ },
4247
+ "a-upload/exceed-limit": {
4248
+ "description": "Triggered when the uploaded file exceeds the limit"
4249
+ },
4250
+ "a-upload/change": {
4251
+ "description": "Triggered when the status of the uploaded file changes"
4252
+ },
4253
+ "a-upload/progress": {
4254
+ "description": "Triggered when the uploading file progress changes"
4255
+ },
4256
+ "a-upload/preview": {
4257
+ "description": "Trigger when the image preview is clicked"
4258
+ },
4259
+ "a-upload/success": {
4260
+ "description": "Triggered when upload is successful"
4261
+ },
4262
+ "a-upload/error": {
4263
+ "description": "Triggered when upload fails"
4264
+ },
4265
+ "a-upload/file-list": {
4266
+ "description": "File List"
4267
+ },
4268
+ "a-upload/default-file-list": {
4269
+ "description": "Default file list (uncontrolled state)"
4270
+ },
4271
+ "a-upload/accept": {
4272
+ "description": "For the received upload file type, please refer to [HTML standard](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#htmlattrdefaccept \"_blank\")",
4252
4273
  "type": "string"
4253
4274
  },
4254
- "a-tag/bordered": {
4255
- "description": "Whether the tag is bordered",
4275
+ "a-upload/action": {
4276
+ "description": "Uploaded URL",
4277
+ "type": "string"
4278
+ },
4279
+ "a-upload/disabled": {
4280
+ "description": "Whether to disable",
4256
4281
  "type": "boolean"
4257
4282
  },
4258
- "a-tag/visible": {
4259
- "description": "Whether the tag is visible",
4283
+ "a-upload/multiple": {
4284
+ "description": "Whether to support multiple file upload",
4260
4285
  "type": "boolean"
4261
4286
  },
4262
- "a-tag/default-visible": {
4263
- "description": "Whether the tag is visible by default",
4287
+ "a-upload/directory": {
4288
+ "description": "Whether to support folder upload (requires browser support)",
4264
4289
  "type": "boolean"
4265
4290
  },
4266
- "a-tag/loading": {
4267
- "description": "Whether the tag is loading state",
4291
+ "a-upload/draggable": {
4292
+ "description": "Whether to support drag and drop upload",
4268
4293
  "type": "boolean"
4269
4294
  },
4270
- "a-tag/closable": {
4271
- "description": "Whether the tag can be closed",
4295
+ "a-upload/tip": {
4296
+ "description": "Prompt text",
4297
+ "type": "string"
4298
+ },
4299
+ "a-upload/headers": {
4300
+ "description": "Additional header information for upload request"
4301
+ },
4302
+ "a-upload/data": {
4303
+ "description": "Upload request additional data"
4304
+ },
4305
+ "a-upload/name": {
4306
+ "description": "Uploaded file name"
4307
+ },
4308
+ "a-upload/with-credentials": {
4309
+ "description": "Whether the upload request carries cookies",
4272
4310
  "type": "boolean"
4273
4311
  },
4274
- "a-tag/checkable": {
4275
- "description": "Whether the tag can be checked",
4312
+ "a-upload/custom-request": {
4313
+ "description": "Custom upload behavior"
4314
+ },
4315
+ "a-upload/limit": {
4316
+ "description": "Limit the number of uploaded files. `0` means no limit",
4317
+ "type": "number"
4318
+ },
4319
+ "a-upload/auto-upload": {
4320
+ "description": "Whether to upload files automatically",
4276
4321
  "type": "boolean"
4277
4322
  },
4278
- "a-tag/checked": {
4279
- "description": "Whether the tag is checked (available when the tag is checkable)",
4323
+ "a-upload/show-file-list": {
4324
+ "description": "Whether to display the file list",
4280
4325
  "type": "boolean"
4281
4326
  },
4282
- "a-tag/default-checked": {
4283
- "description": "Whether the tag is checked by default (available when the tag is checkable)",
4327
+ "a-upload/show-remove-button": {
4328
+ "description": "Whether to display the remove button",
4284
4329
  "type": "boolean"
4285
4330
  },
4286
- "a-tag/nowrap": {
4287
- "description": "Tag content does not wrap",
4331
+ "a-upload/show-retry-button": {
4332
+ "description": "Whether to display the retry button",
4333
+ "type": "boolean"
4334
+ },
4335
+ "a-upload/show-cancel-button": {
4336
+ "description": "Whether to display the cancel button",
4337
+ "type": "boolean"
4338
+ },
4339
+ "a-upload/show-upload-button": {
4340
+ "description": "Whether to display the retry button. Added `showOnExceedLimit` support in version 2.14.0"
4341
+ },
4342
+ "a-upload/show-preview-button": {
4343
+ "description": "Whether to display the preview button in picture-card",
4344
+ "type": "boolean"
4345
+ },
4346
+ "a-upload/download": {
4347
+ "description": "Whether to add download attribute to `<a>` link",
4348
+ "type": "boolean"
4349
+ },
4350
+ "a-upload/show-link": {
4351
+ "description": "In the list mode, if the uploaded file has a URL, the link will be displayed. If you turn off only display text and click to trigger the `preview` event.",
4288
4352
  "type": "boolean"
4289
4353
  },
4354
+ "a-upload/image-loading": {
4355
+ "description": "Native HTML attributes of `<img>`, browser support is required",
4356
+ "type": "string"
4357
+ },
4358
+ "a-upload/list-type": {
4359
+ "description": "Picture list type"
4360
+ },
4361
+ "a-upload/response-url-key": {
4362
+ "description": "Get the key of the image URL in the Response. After opening, it will replace the pre-load image with the uploaded image"
4363
+ },
4364
+ "a-upload/custom-icon": {
4365
+ "description": "Custom icon"
4366
+ },
4367
+ "a-upload/before-upload": {
4368
+ "description": "Trigger before uploading a file"
4369
+ },
4370
+ "a-upload/before-remove": {
4371
+ "description": "Triggered before removing the file"
4372
+ },
4373
+ "a-upload/button-click": {
4374
+ "description": "Click the upload button to trigger (if the Promise is returned, the default input upload will be closed)"
4375
+ },
4290
4376
  "a-verification-code/change": {
4291
4377
  "description": "Triggered when the value changes"
4292
4378
  },
@@ -4333,427 +4419,345 @@
4333
4419
  "a-verification-code/formatter": {
4334
4420
  "description": "Formatter function, triggered when the user input value changes"
4335
4421
  },
4336
- "a-trigger/popup-visible-change": {
4337
- "description": "Emitted when the status of the popup changes"
4422
+ "a-tree-select/change": {
4423
+ "description": "Trigger when the value changes"
4338
4424
  },
4339
- "a-trigger/show": {
4340
- "description": "Triggered after the trigger is shown (the animation ends)"
4425
+ "a-tree-select/popup-visible-change": {
4426
+ "description": "Triggered when the status of the drop-down box changes"
4341
4427
  },
4342
- "a-trigger/hide": {
4343
- "description": "Triggered after the popup is hidden (the animation ends)"
4428
+ "a-tree-select/search": {
4429
+ "description": "Triggered when the search value changes"
4344
4430
  },
4345
- "a-trigger/popup-visible": {
4346
- "description": "Whether the popup is visible",
4347
- "type": "boolean"
4431
+ "a-tree-select/clear": {
4432
+ "description": "Triggered when clear is clicked"
4348
4433
  },
4349
- "a-trigger/default-popup-visible": {
4350
- "description": "Whether the popup is visible by default (uncontrolled mode)",
4434
+ "a-tree-select/input-value-change": {
4435
+ "description": "Triggered when the value of the input changes"
4436
+ },
4437
+ "a-tree-select/disabled": {
4438
+ "description": "Whether to disable",
4351
4439
  "type": "boolean"
4352
4440
  },
4353
- "a-trigger/trigger": {
4354
- "description": "Trigger method"
4441
+ "a-tree-select/loading": {
4442
+ "description": "Whether it is loading state",
4443
+ "type": "boolean"
4355
4444
  },
4356
- "a-trigger/position": {
4357
- "description": "Popup position"
4358
- },
4359
- "a-trigger/disabled": {
4360
- "description": "Whether the trigger is disabled",
4445
+ "a-tree-select/error": {
4446
+ "description": "Whether it is an error state",
4361
4447
  "type": "boolean"
4362
4448
  },
4363
- "a-trigger/popup-offset": {
4364
- "description": "The offset of the popup (the offset distance of the popup from the trigger)",
4365
- "type": "number"
4366
- },
4367
- "a-trigger/popup-translate": {
4368
- "description": "The moving distance of the popup"
4369
- },
4370
- "a-trigger/show-arrow": {
4371
- "description": "Whether the popup shows an arrow",
4372
- "type": "boolean"
4449
+ "a-tree-select/size": {
4450
+ "description": "The size of the selection box."
4373
4451
  },
4374
- "a-trigger/align-point": {
4375
- "description": "Whether the popup follows the mouse",
4452
+ "a-tree-select/border": {
4453
+ "description": "Whether to show the border",
4376
4454
  "type": "boolean"
4377
4455
  },
4378
- "a-trigger/popup-hover-stay": {
4379
- "description": "Whether to keep the popup displayed when the trigger is moved out and moved into the popup",
4380
- "type": "boolean"
4456
+ "a-tree-select/allow-search": {
4457
+ "description": "Whether to allow searching"
4381
4458
  },
4382
- "a-trigger/blur-to-close": {
4383
- "description": "Whether to close the popup when the trigger loses focus",
4459
+ "a-tree-select/allow-clear": {
4460
+ "description": "Whether to allow clear",
4384
4461
  "type": "boolean"
4385
4462
  },
4386
- "a-trigger/click-to-close": {
4387
- "description": "Whether to close the popup when the trigger is clicked",
4388
- "type": "boolean"
4463
+ "a-tree-select/placeholder": {
4464
+ "description": "Prompt copy",
4465
+ "type": "string"
4389
4466
  },
4390
- "a-trigger/click-outside-to-close": {
4391
- "description": "Whether to close the popup when clicking on the outer area",
4392
- "type": "boolean"
4467
+ "a-tree-select/max-tag-count": {
4468
+ "description": "The maximum number of labels displayed, only valid in multi-select mode",
4469
+ "type": "number"
4393
4470
  },
4394
- "a-trigger/unmount-on-close": {
4395
- "description": "Whether to uninstall the popup node when closing",
4471
+ "a-tree-select/multiple": {
4472
+ "description": "Whether to support multiple selection",
4396
4473
  "type": "boolean"
4397
4474
  },
4398
- "a-trigger/content-class": {
4399
- "description": "The class name of the popup content",
4400
- "type": "string|array|object"
4401
- },
4402
- "a-trigger/content-style": {
4403
- "description": "The style of the popup content"
4475
+ "a-tree-select/default-value": {
4476
+ "description": "Default value"
4404
4477
  },
4405
- "a-trigger/arrow-class": {
4406
- "description": "The class name of the popup arrow",
4407
- "type": "string|array|object"
4478
+ "a-tree-select/model-value": {
4479
+ "description": "Value"
4408
4480
  },
4409
- "a-trigger/arrow-style": {
4410
- "description": "The style of the popup arrow"
4481
+ "a-tree-select/field-names": {
4482
+ "description": "Specify the field name in the node data"
4411
4483
  },
4412
- "a-trigger/popup-style": {
4413
- "description": "The style of the popup"
4484
+ "a-tree-select/data": {
4485
+ "description": "Data"
4414
4486
  },
4415
- "a-trigger/animation-name": {
4416
- "description": "The name of the popup animation",
4417
- "type": "string"
4487
+ "a-tree-select/label-in-value": {
4488
+ "description": "Set the value format. The default is string, when set to true, the value format is: {label: string, value: string}",
4489
+ "type": "boolean"
4418
4490
  },
4419
- "a-trigger/duration": {
4420
- "description": "The duration of the popup animation"
4491
+ "a-tree-select/tree-checkable": {
4492
+ "description": "Whether to show checkbox",
4493
+ "type": "boolean"
4421
4494
  },
4422
- "a-trigger/mouse-enter-delay": {
4423
- "description": "Delay trigger time of mouseenter event (ms)",
4424
- "type": "number"
4495
+ "a-tree-select/tree-check-strictly": {
4496
+ "description": "Whether the parent and child nodes are related",
4497
+ "type": "boolean"
4425
4498
  },
4426
- "a-trigger/mouse-leave-delay": {
4427
- "description": "Delay trigger time of mouseleave event (ms)",
4428
- "type": "number"
4499
+ "a-tree-select/tree-checked-strategy": {
4500
+ "description": "Customized echo method",
4501
+ "type": "string"
4429
4502
  },
4430
- "a-trigger/focus-delay": {
4431
- "description": "Delay trigger time of focus event (ms)",
4432
- "type": "number"
4503
+ "a-tree-select/tree-props": {
4504
+ "description": "Can accept Props of all [Tree](/vue/component/tree) components"
4433
4505
  },
4434
- "a-trigger/auto-fit-popup-width": {
4435
- "description": "Whether to set the width of the popup to the width of the trigger",
4436
- "type": "boolean"
4506
+ "a-tree-select/trigger-props": {
4507
+ "description": "Can accept Props of all [Trigger](/vue/component/trigger) components"
4437
4508
  },
4438
- "a-trigger/auto-fit-popup-min-width": {
4439
- "description": "Whether to set the minimum width of the popup to the trigger width",
4509
+ "a-tree-select/popup-visible": {
4510
+ "description": "Whether the pop-up box is visible",
4440
4511
  "type": "boolean"
4441
4512
  },
4442
- "a-trigger/auto-fix-position": {
4443
- "description": "When the size of the trigger changes, whether to recalculate the position of the popup",
4513
+ "a-tree-select/default-popup-visible": {
4514
+ "description": "Whether the default pop-up box is visible",
4444
4515
  "type": "boolean"
4445
4516
  },
4446
- "a-trigger/popup-container": {
4447
- "description": "Mount container for popup"
4517
+ "a-tree-select/dropdown-style": {
4518
+ "description": "Drop-down box style"
4448
4519
  },
4449
- "a-trigger/auto-fit-position": {
4450
- "description": "Whether to automatically adjust the position of the popup to fit the window size",
4451
- "type": "boolean"
4520
+ "a-tree-select/dropdown-class-name": {
4521
+ "description": "Drop-down box style class"
4452
4522
  },
4453
- "a-trigger/render-to-body": {
4454
- "description": "Whether to mount under the `body` element",
4455
- "type": "boolean"
4523
+ "a-tree-select/filter-tree-node": {
4524
+ "description": "Custom node filter function"
4456
4525
  },
4457
- "a-trigger/prevent-focus": {
4458
- "description": "Whether to prevent elements in the pop-up layer from gaining focus when clicked",
4459
- "type": "boolean"
4526
+ "a-tree-select/load-more": {
4527
+ "description": "Load data dynamically"
4460
4528
  },
4461
- "a-trigger/scroll-to-close": {
4462
- "description": "Whether to close the popover when scrolling",
4529
+ "a-tree-select/disable-filter": {
4530
+ "description": "Disable internal filtering logic",
4463
4531
  "type": "boolean"
4464
4532
  },
4465
- "a-trigger/scroll-to-close-distance": {
4466
- "description": "Scroll threshold, trigger close when the scroll distance exceeds this value",
4467
- "type": "number"
4533
+ "a-tree-select/popup-container": {
4534
+ "description": "Mount container for pop-up box"
4468
4535
  },
4469
- "a-statistic/title": {
4470
- "description": "Title of the numerical display",
4471
- "type": "string"
4536
+ "a-tree-select/fallback-option": {
4537
+ "description": "Customize node data for keys that do not match options"
4472
4538
  },
4473
- "a-statistic/value": {
4474
- "description": "Numerical display value"
4539
+ "a-tree-select/selectable": {
4540
+ "description": "Set the nodes that can be selected, all can be selected by default"
4475
4541
  },
4476
- "a-statistic/format": {
4477
- "description": "Format of numerical display [dayjs](https://day.js.org/docs/en/display/format) (used in date mode)",
4478
- "type": "string"
4542
+ "a-tree-select/scrollbar": {
4543
+ "description": "Whether to enable virtual scroll bar"
4479
4544
  },
4480
- "a-statistic/extra": {
4481
- "description": "Additional display content",
4482
- "type": "string"
4545
+ "a-tree-select/show-header-on-empty": {
4546
+ "description": "Whether to display the header in the empty state",
4547
+ "type": "boolean"
4483
4548
  },
4484
- "a-statistic/start": {
4485
- "description": "Whether to start animation",
4549
+ "a-tree-select/show-footer-on-empty": {
4550
+ "description": "Whether to display the footer in the empty state",
4486
4551
  "type": "boolean"
4487
4552
  },
4488
- "a-statistic/precision": {
4489
- "description": "Decimal reserved digits (used in digital mode)",
4490
- "type": "number"
4553
+ "a-tree-select/input-value": {
4554
+ "description": "The value of the input",
4555
+ "type": "string"
4491
4556
  },
4492
- "a-statistic/separator": {
4493
- "description": "Carry separator (used in number mode)",
4557
+ "a-tree-select/default-input-value": {
4558
+ "description": "The default value of the input (uncontrolled mode)",
4494
4559
  "type": "string"
4495
4560
  },
4496
- "a-statistic/show-group-separator": {
4497
- "description": "Whether to display the carry separator (used in number mode)",
4498
- "type": "boolean"
4561
+ "a-tooltip/popup-visible-change": {
4562
+ "description": "Emitted when the tooltip display status changes"
4499
4563
  },
4500
- "a-statistic/animation": {
4501
- "description": "Whether to turn on animation",
4564
+ "a-tooltip/popup-visible": {
4565
+ "description": "Whether the tooltip is visible",
4502
4566
  "type": "boolean"
4503
4567
  },
4504
- "a-statistic/animation-duration": {
4505
- "description": "Animation's duration time",
4506
- "type": "number"
4507
- },
4508
- "a-statistic/value-from": {
4509
- "description": "The starting value of the animation",
4510
- "type": "number"
4568
+ "a-tooltip/default-popup-visible": {
4569
+ "description": "Whether the tooltip is visible by default (uncontrolled mode)",
4570
+ "type": "boolean"
4511
4571
  },
4512
- "a-statistic/placeholder": {
4513
- "description": "Prompt text (displayed when value is undefined )",
4572
+ "a-tooltip/content": {
4573
+ "description": "Tooltip content",
4514
4574
  "type": "string"
4515
4575
  },
4516
- "a-statistic/value-style": {
4517
- "description": "Custom value style"
4576
+ "a-tooltip/position": {
4577
+ "description": "Popup position"
4518
4578
  },
4519
- "a-countdown/finish": {
4520
- "description": "Callback at the end of the countdown"
4579
+ "a-tooltip/mini": {
4580
+ "description": "Whether to display as a mini size",
4581
+ "type": "boolean"
4521
4582
  },
4522
- "a-countdown/title": {
4523
- "description": "Countdown title",
4583
+ "a-tooltip/background-color": {
4584
+ "description": "Background color of the popover",
4524
4585
  "type": "string"
4525
4586
  },
4526
- "a-countdown/value": {
4527
- "description": "Countdown value",
4528
- "type": "number"
4587
+ "a-tooltip/content-class": {
4588
+ "description": "The class name of the popup content"
4529
4589
  },
4530
- "a-countdown/now": {
4531
- "description": "Used to correct the incorrect display of the initialization time",
4532
- "type": "number"
4590
+ "a-tooltip/content-style": {
4591
+ "description": "The style of the popup content"
4533
4592
  },
4534
- "a-countdown/format": {
4535
- "description": "Countdown display format [dayjs](https://day.js.org/docs/en/display/format)",
4536
- "type": "string"
4593
+ "a-tooltip/arrow-class": {
4594
+ "description": "The class name of the popup arrow"
4537
4595
  },
4538
- "a-countdown/start": {
4539
- "description": "Whether to start the countdown",
4540
- "type": "boolean"
4596
+ "a-tooltip/arrow-style": {
4597
+ "description": "The style of the popup arrow"
4541
4598
  },
4542
- "a-countdown/value-style": {
4543
- "description": "Custom value style"
4599
+ "a-tooltip/popup-container": {
4600
+ "description": "Mount container for popup"
4544
4601
  },
4545
- "a-watermark/content": {
4546
- "description": "Watermark text content"
4602
+ "a-image/preview-visible-change": {
4603
+ "description": "Preview opening and closing events"
4547
4604
  },
4548
- "a-watermark/image": {
4549
- "description": "Image watermark address",
4605
+ "a-image/src": {
4606
+ "description": "Image src",
4550
4607
  "type": "string"
4551
4608
  },
4552
- "a-watermark/width": {
4553
- "description": "Watermark width",
4554
- "type": "number"
4609
+ "a-image/width": {
4610
+ "description": "Image width",
4611
+ "type": "string | number"
4555
4612
  },
4556
- "a-watermark/height": {
4557
- "description": "Watermark height",
4558
- "type": "number"
4613
+ "a-image/height": {
4614
+ "description": "Image height",
4615
+ "type": "string | number"
4559
4616
  },
4560
- "a-watermark/gap": {
4561
- "description": "Watermark spacing"
4617
+ "a-image/title": {
4618
+ "description": "Title",
4619
+ "type": "string"
4562
4620
  },
4563
- "a-watermark/offset": {
4564
- "description": "The offset from the upper left corner of the container, the default is half the watermark spacing"
4621
+ "a-image/description": {
4622
+ "description": "Description, will be displayed at the bottom. if alt has no value, it will be set to alt",
4623
+ "type": "string"
4565
4624
  },
4566
- "a-watermark/rotate": {
4567
- "description": "Watermark rotation angle",
4568
- "type": "number"
4625
+ "a-image/fit": {
4626
+ "description": "indicate how the image should be resized to fit its container",
4627
+ "type": "string"
4569
4628
  },
4570
- "a-watermark/font": {
4571
- "description": "Watermark font style, specific parameter configuration see [WatermarkFont](#WatermarkFont)"
4629
+ "a-image/alt": {
4630
+ "description": "Text description of the image",
4631
+ "type": "string"
4572
4632
  },
4573
- "a-watermark/z-index": {
4574
- "description": "Watermark z-index",
4575
- "type": "number"
4633
+ "a-image/hide-footer": {
4634
+ "description": "Whether to hide footer (Version 2.36.0 supports the 'never' parameter, which supports displaying bottom content when loading errors)"
4576
4635
  },
4577
- "a-watermark/alpha": {
4578
- "description": "Watermark opacity",
4579
- "type": "number"
4636
+ "a-image/footer-position": {
4637
+ "description": "The position shown at the bottom",
4638
+ "type": "string"
4580
4639
  },
4581
- "a-watermark/anti-tamper": {
4582
- "description": "Watermark anti-tampering",
4640
+ "a-image/show-loader": {
4641
+ "description": "Whether to show the loading effect",
4583
4642
  "type": "boolean"
4584
4643
  },
4585
- "a-watermark/grayscale": {
4586
- "description": "Grayscale watermark",
4644
+ "a-image/preview": {
4645
+ "description": "Whether to enable preview",
4587
4646
  "type": "boolean"
4588
4647
  },
4589
- "a-watermark/repeat": {
4590
- "description": "Whether to repeat the watermark",
4648
+ "a-image/preview-visible": {
4649
+ "description": "Control the open state of the preview, can be used in conjunction with previewVisibleChange",
4591
4650
  "type": "boolean"
4592
4651
  },
4593
- "a-watermark/staggered": {
4594
- "description": "Whether to stagger the arrangement layout",
4652
+ "a-image/default-preview-visible": {
4653
+ "description": "The default open state of the preview",
4595
4654
  "type": "boolean"
4596
4655
  },
4597
- "a-tree/select": {
4598
- "description": "Triggered when the tree node is clicked"
4599
- },
4600
- "a-tree/check": {
4601
- "description": "Triggered when the tree node checkbox is clicked. `halfCheckedKeys` and `halfCheckedNodes` support from `2.19.0`."
4602
- },
4603
- "a-tree/expand": {
4604
- "description": "Expand/close"
4605
- },
4606
- "a-tree/drag-start": {
4607
- "description": "Node starts dragging"
4608
- },
4609
- "a-tree/drag-end": {
4610
- "description": "Node end drag"
4611
- },
4612
- "a-tree/drag-over": {
4613
- "description": "The node is dragged to the releasable target"
4656
+ "a-image/preview-props": {
4657
+ "description": "Preview configuration items (all options are optional) [ImagePreviewProps](#image-preview%20Props)"
4614
4658
  },
4615
- "a-tree/drag-leave": {
4616
- "description": "Node leaves to release the target"
4659
+ "a-image/footer-class": {
4660
+ "description": "The class name of the bottom display area",
4661
+ "type": "string|array|object"
4617
4662
  },
4618
- "a-tree/drop": {
4619
- "description": "The node is released on a releasable target"
4663
+ "a-image-preview/close": {
4664
+ "description": "Close event"
4620
4665
  },
4621
- "a-tree/size": {
4622
- "description": "Size",
4666
+ "a-image-preview/src": {
4667
+ "description": "Image src",
4623
4668
  "type": "string"
4624
4669
  },
4625
- "a-tree/block-node": {
4626
- "description": "Whether the node occupies a row",
4627
- "type": "boolean"
4628
- },
4629
- "a-tree/default-expand-all": {
4630
- "description": "Whether to expand the parent node by default",
4631
- "type": "boolean"
4632
- },
4633
- "a-tree/multiple": {
4634
- "description": "Whether to support multiple selection",
4670
+ "a-image-preview/visible": {
4671
+ "description": "Whether is visible",
4635
4672
  "type": "boolean"
4636
4673
  },
4637
- "a-tree/checkable": {
4638
- "description": "Whether to add a checkbox before the node, function format is supported since `2.27.0`"
4639
- },
4640
- "a-tree/selectable": {
4641
- "description": "Whether to support selection, function format is supported since `2.27.0`"
4642
- },
4643
- "a-tree/check-strictly": {
4644
- "description": "Whether to cancel the parent-child node association",
4674
+ "a-image-preview/default-visible": {
4675
+ "description": "Default visibility",
4645
4676
  "type": "boolean"
4646
4677
  },
4647
- "a-tree/checked-strategy": {
4648
- "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",
4649
- "type": "string"
4650
- },
4651
- "a-tree/default-selected-keys": {
4652
- "description": "Tree node selected by default"
4653
- },
4654
- "a-tree/selected-keys": {
4655
- "description": "Selected tree node"
4656
- },
4657
- "a-tree/default-checked-keys": {
4658
- "description": "Tree node with checkbox selected by default"
4659
- },
4660
- "a-tree/checked-keys": {
4661
- "description": "Tree node with check box selected"
4662
- },
4663
- "a-tree/default-expanded-keys": {
4664
- "description": "Nodes expanded by default"
4665
- },
4666
- "a-tree/expanded-keys": {
4667
- "description": "Expanded node"
4668
- },
4669
- "a-tree/data": {
4670
- "description": "Pass in `data` to generate the corresponding tree structure"
4671
- },
4672
- "a-tree/field-names": {
4673
- "description": "Specify the field name in the node data"
4674
- },
4675
- "a-tree/show-line": {
4676
- "description": "Whether to display the connection line",
4678
+ "a-image-preview/mask-closable": {
4679
+ "description": "Whether to close the modal when mask is clicked",
4677
4680
  "type": "boolean"
4678
4681
  },
4679
- "a-tree/load-more": {
4680
- "description": "A callback for loading data asynchronously, returning a `Promise`"
4681
- },
4682
- "a-tree/draggable": {
4683
- "description": "Whether it can be dragged",
4682
+ "a-image-preview/closable": {
4683
+ "description": "Whether to show close button",
4684
4684
  "type": "boolean"
4685
4685
  },
4686
- "a-tree/allow-drop": {
4687
- "description": "Whether to allow release on a node when dragging"
4688
- },
4689
- "a-tree/virtual-list-props": {
4690
- "description": "Pass virtual list properties, pass in this parameter to turn on virtual scrolling, [VirtualListProps](#VirtualListProps)"
4686
+ "a-image-preview/actions-layout": {
4687
+ "description": "Layout of action list"
4691
4688
  },
4692
- "a-tree/default-expand-selected": {
4693
- "description": "Whether to expand the parent node of the selected node by default",
4694
- "type": "boolean"
4689
+ "a-image-preview/popup-container": {
4690
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
4695
4691
  },
4696
- "a-tree/default-expand-checked": {
4697
- "description": "Whether to expand the parent node of the checked node by default",
4692
+ "a-image-preview/esc-to-close": {
4693
+ "description": "Whether to support the ESC key to close the preview",
4698
4694
  "type": "boolean"
4699
4695
  },
4700
- "a-tree/auto-expand-parent": {
4701
- "description": "Whether to automatically expand the parent node of the expanded node",
4696
+ "a-image-preview/wheel-zoom": {
4697
+ "description": "Whether to enable wheel zoom",
4702
4698
  "type": "boolean"
4703
4699
  },
4704
- "a-tree/half-checked-keys": {
4705
- "description": "The keys of half checked. Only valid when checkable and checkStrictly"
4706
- },
4707
- "a-tree/only-check-leaf": {
4708
- "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)",
4700
+ "a-image-preview/keyboard": {
4701
+ "description": "Whether to enable keyboard shortcuts",
4709
4702
  "type": "boolean"
4710
4703
  },
4711
- "a-tree/animation": {
4712
- "description": "Whether to enable expand transition animation",
4713
- "type": "boolean"
4704
+ "a-image-preview/default-scale": {
4705
+ "description": "Default scale",
4706
+ "type": "number"
4714
4707
  },
4715
- "a-tree/action-on-node-click": {
4716
- "description": "The action triggered when the node is clicked"
4708
+ "a-image-preview/zoom-rate": {
4709
+ "description": "Zoom rate, only for scroll zoom",
4710
+ "type": "number"
4717
4711
  },
4718
- "a-rate/change": {
4719
- "description": "Trigger when the value changes"
4712
+ "a-image-preview-group/change": {
4713
+ "description": "Image switch"
4720
4714
  },
4721
- "a-rate/hover-change": {
4722
- "description": "Triggered when the mouse moves over the value"
4715
+ "a-image-preview-group/visible-change": {
4716
+ "description": "Preview visibility change"
4723
4717
  },
4724
- "a-rate/count": {
4725
- "description": "Total number of rate",
4726
- "type": "number"
4718
+ "a-image-preview-group/src-list": {
4719
+ "description": "Picture list (after setting this property, the picture information of a-image subcomponent will no longer be collected)"
4727
4720
  },
4728
- "a-rate/model-value": {
4729
- "description": "Value",
4721
+ "a-image-preview-group/current": {
4722
+ "description": "The index of the currently displayed image",
4730
4723
  "type": "number"
4731
4724
  },
4732
- "a-rate/default-value": {
4733
- "description": "Default Value",
4725
+ "a-image-preview-group/default-current": {
4726
+ "description": "The index of the first image shown",
4734
4727
  "type": "number"
4735
4728
  },
4736
- "a-rate/allow-half": {
4737
- "description": "Whether to allow half selection",
4729
+ "a-image-preview-group/infinite": {
4730
+ "description": "Whether to loop infinitely",
4738
4731
  "type": "boolean"
4739
4732
  },
4740
- "a-rate/allow-clear": {
4741
- "description": "Whether to allow clear",
4733
+ "a-image-preview-group/visible": {
4734
+ "description": "Whether is visible",
4742
4735
  "type": "boolean"
4743
4736
  },
4744
- "a-rate/grading": {
4745
- "description": "Whether to enable smile grading",
4737
+ "a-image-preview-group/default-visible": {
4738
+ "description": "Default visibility",
4746
4739
  "type": "boolean"
4747
4740
  },
4748
- "a-rate/readonly": {
4749
- "description": "Whether it is readonly",
4741
+ "a-image-preview-group/mask-closable": {
4742
+ "description": "Whether to close the modal when mask is clicked",
4750
4743
  "type": "boolean"
4751
4744
  },
4752
- "a-rate/disabled": {
4753
- "description": "Whether to disable",
4745
+ "a-image-preview-group/closable": {
4746
+ "description": "Whether to show close button",
4754
4747
  "type": "boolean"
4755
4748
  },
4756
- "a-rate/color": {
4757
- "description": "Color"
4749
+ "a-image-preview-group/actions-layout": {
4750
+ "description": "Layout of action list"
4751
+ },
4752
+ "a-image-preview-group/popup-container": {
4753
+ "description": "Set the mount point of the pop-up box, the same as the `to` of `teleport`, the default value is document.body"
4754
+ },
4755
+ "a-image-preview-action/name": {
4756
+ "description": "the name of the action",
4757
+ "type": "string"
4758
+ },
4759
+ "a-image-preview-action/disabled": {
4760
+ "description": "Whether to disable the action",
4761
+ "type": "boolean"
4758
4762
  }
4759
4763
  }