@geelato/web-vue 2.57.1 → 2.58.2

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 (218) hide show
  1. package/dist/arco-vue.js +891 -536
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +1648 -1546
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +39 -8
  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/_utils/array.d.ts +1 -1
  16. package/es/_utils/array.js +18 -1
  17. package/es/alert/alert.d.ts +6 -6
  18. package/es/alert/index.d.ts +12 -12
  19. package/es/anchor/anchor.d.ts +1 -1
  20. package/es/anchor/index.d.ts +3 -3
  21. package/es/auto-complete/auto-complete.d.ts +3 -3
  22. package/es/auto-complete/index.d.ts +9 -9
  23. package/es/avatar/avatar.d.ts +1 -1
  24. package/es/avatar/index.d.ts +3 -3
  25. package/es/button/button-group.d.ts +2 -2
  26. package/es/button/button.d.ts +2 -2
  27. package/es/button/index.d.ts +5 -5
  28. package/es/calendar/calendar.d.ts +1 -1
  29. package/es/calendar/index.d.ts +3 -3
  30. package/es/card/card.d.ts +2 -2
  31. package/es/card/index.d.ts +3 -3
  32. package/es/carousel/carousel-indicator.d.ts +1 -1
  33. package/es/cascader/cascader-panel.d.ts +7 -7
  34. package/es/cascader/cascader.d.ts +33 -33
  35. package/es/cascader/index.d.ts +85 -85
  36. package/es/checkbox/checkbox-group.d.ts +2 -2
  37. package/es/checkbox/checkbox.d.ts +6 -6
  38. package/es/checkbox/index.d.ts +14 -14
  39. package/es/collapse/collapse-item.d.ts +3 -3
  40. package/es/collapse/index.d.ts +3 -3
  41. package/es/color-picker/color-picker.d.ts +4 -4
  42. package/es/color-picker/index.d.ts +9 -9
  43. package/es/comment/comment.d.ts +2 -2
  44. package/es/comment/index.d.ts +3 -3
  45. package/es/config-provider/config-provider.d.ts +3 -3
  46. package/es/config-provider/index.d.ts +6 -6
  47. package/es/date-picker/index.d.ts +66 -66
  48. package/es/date-picker/panels/date/index.d.ts +8 -8
  49. package/es/date-picker/panels/footer.d.ts +5 -5
  50. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  51. package/es/date-picker/panels/week/index.d.ts +8 -8
  52. package/es/date-picker/picker-panel.d.ts +26 -26
  53. package/es/date-picker/picker.d.ts +61 -61
  54. package/es/date-picker/range-picker-panel.d.ts +27 -27
  55. package/es/date-picker/range-picker.d.ts +66 -66
  56. package/es/descriptions/descriptions.d.ts +4 -4
  57. package/es/descriptions/index.d.ts +9 -9
  58. package/es/drawer/drawer.d.ts +33 -9
  59. package/es/drawer/drawer.js +61 -6
  60. package/es/drawer/index.d.ts +64 -19
  61. package/es/drawer/style/index.css +10 -0
  62. package/es/drawer/style/index.less +12 -0
  63. package/es/dropdown/dropdown-button.d.ts +26 -26
  64. package/es/dropdown/dropdown-option.d.ts +2 -2
  65. package/es/dropdown/dropdown-panel.d.ts +6 -6
  66. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  67. package/es/dropdown/dropdown.d.ts +18 -18
  68. package/es/dropdown/index.d.ts +85 -85
  69. package/es/form/form-item-label.d.ts +28 -28
  70. package/es/form/form-item.d.ts +35 -35
  71. package/es/form/form.d.ts +2 -2
  72. package/es/form/index.d.ts +38 -38
  73. package/es/image/preview-action.d.ts +27 -27
  74. package/es/image/preview-toolbar.d.ts +27 -27
  75. package/es/index.css +39 -8
  76. package/es/input/index.d.ts +22 -22
  77. package/es/input/input-password.d.ts +8 -8
  78. package/es/input/input-search.d.ts +2 -2
  79. package/es/input/input.d.ts +5 -5
  80. package/es/input-number/index.d.ts +18 -18
  81. package/es/input-number/input-number.d.ts +8 -8
  82. package/es/input-tag/index.d.ts +30 -30
  83. package/es/input-tag/input-tag.d.ts +11 -11
  84. package/es/list/index.d.ts +12 -12
  85. package/es/list/list.d.ts +5 -5
  86. package/es/mention/index.d.ts +15 -15
  87. package/es/mention/mention.d.ts +5 -5
  88. package/es/menu/base-menu.d.ts +1 -1
  89. package/es/menu/item.d.ts +1 -1
  90. package/es/menu/menu.d.ts +1 -1
  91. package/es/menu/sub-menu-pop.d.ts +15 -15
  92. package/es/message/message.d.ts +6 -6
  93. package/es/modal/index.d.ts +49 -19
  94. package/es/modal/modal.d.ts +24 -9
  95. package/es/modal/modal.js +23 -6
  96. package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
  97. package/es/modal/style/index.css +7 -1
  98. package/es/modal/style/index.less +8 -1
  99. package/es/notification/notification.d.ts +4 -4
  100. package/es/page-header/index.d.ts +6 -6
  101. package/es/page-header/page-header.d.ts +3 -3
  102. package/es/pagination/index.d.ts +3 -3
  103. package/es/pagination/page-jumper.d.ts +18 -18
  104. package/es/pagination/page-options.d.ts +85 -85
  105. package/es/pagination/pagination.d.ts +2 -2
  106. package/es/popconfirm/index.d.ts +37 -37
  107. package/es/popconfirm/popconfirm.d.ts +18 -18
  108. package/es/popover/index.d.ts +24 -24
  109. package/es/popover/popover.d.ts +12 -12
  110. package/es/progress/circle.d.ts +5 -5
  111. package/es/progress/index.d.ts +36 -36
  112. package/es/progress/line.d.ts +5 -5
  113. package/es/progress/progress.d.ts +19 -19
  114. package/es/progress/steps.d.ts +2 -2
  115. package/es/radio/index.d.ts +16 -16
  116. package/es/radio/radio-group.d.ts +4 -4
  117. package/es/radio/radio.d.ts +5 -5
  118. package/es/rate/index.d.ts +9 -9
  119. package/es/rate/rate.d.ts +3 -3
  120. package/es/scrollbar/index.d.ts +6 -6
  121. package/es/scrollbar/scrollbar.d.ts +3 -3
  122. package/es/select/index.d.ts +85 -85
  123. package/es/select/option.d.ts +16 -16
  124. package/es/select/select-dropdown.d.ts +7 -7
  125. package/es/select/select.d.ts +30 -30
  126. package/es/skeleton/index.d.ts +3 -3
  127. package/es/skeleton/skeleton.d.ts +1 -1
  128. package/es/slider/index.d.ts +96 -96
  129. package/es/slider/slider-button.d.ts +27 -27
  130. package/es/slider/slider-input.d.ts +18 -18
  131. package/es/slider/slider.d.ts +47 -47
  132. package/es/space/index.d.ts +6 -6
  133. package/es/space/space.d.ts +3 -3
  134. package/es/split/index.d.ts +6 -6
  135. package/es/split/split.d.ts +2 -2
  136. package/es/statistic/countdown.d.ts +1 -1
  137. package/es/statistic/index.d.ts +4 -4
  138. package/es/statistic/statistic.d.ts +1 -1
  139. package/es/steps/index.d.ts +9 -9
  140. package/es/steps/step.d.ts +3 -3
  141. package/es/steps/steps.d.ts +3 -3
  142. package/es/switch/index.d.ts +15 -15
  143. package/es/switch/switch.d.ts +9 -9
  144. package/es/table/context.d.ts +3 -0
  145. package/es/table/hooks/use-row-selection.js +5 -3
  146. package/es/table/index.d.ts +24 -24
  147. package/es/table/interface.d.ts +1 -1
  148. package/es/table/style/index.css +22 -7
  149. package/es/table/style/index.less +25 -8
  150. package/es/table/table-column.d.ts +2 -2
  151. package/es/table/table-operation-td.d.ts +30 -30
  152. package/es/table/table-operation-td.js +6 -6
  153. package/es/table/table-operation-th.js +19 -7
  154. package/es/table/table-td.d.ts +1 -1
  155. package/es/table/table-td.js +2 -2
  156. package/es/table/table.d.ts +11 -11
  157. package/es/table/table.js +184 -34
  158. package/es/table/utils.d.ts +1 -1
  159. package/es/table/utils.js +9 -5
  160. package/es/tabs/index.d.ts +9 -9
  161. package/es/tabs/tabs-nav.d.ts +1 -1
  162. package/es/tabs/tabs-tab.d.ts +4 -4
  163. package/es/tabs/tabs.d.ts +4 -4
  164. package/es/tag/index.d.ts +12 -12
  165. package/es/tag/tag.d.ts +6 -6
  166. package/es/textarea/index.d.ts +15 -15
  167. package/es/textarea/textarea.d.ts +6 -6
  168. package/es/time-picker/index.d.ts +113 -113
  169. package/es/time-picker/panel.d.ts +8 -8
  170. package/es/time-picker/range-panel.d.ts +8 -8
  171. package/es/time-picker/time-picker.d.ts +54 -54
  172. package/es/timeline/index.d.ts +3 -3
  173. package/es/timeline/timeline.d.ts +2 -2
  174. package/es/tooltip/index.d.ts +27 -27
  175. package/es/tooltip/tooltip.d.ts +13 -13
  176. package/es/transfer/index.d.ts +90 -90
  177. package/es/transfer/transfer-view.d.ts +37 -37
  178. package/es/transfer/transfer.d.ts +44 -44
  179. package/es/tree/base-node.d.ts +14 -14
  180. package/es/tree/index.d.ts +13 -13
  181. package/es/tree/transition-node-list.d.ts +14 -14
  182. package/es/tree/tree.d.ts +6 -6
  183. package/es/tree-select/index.d.ts +83 -83
  184. package/es/tree-select/panel.d.ts +13 -13
  185. package/es/tree-select/tree-select.d.ts +39 -39
  186. package/es/trigger/index.d.ts +12 -12
  187. package/es/trigger/trigger.d.ts +7 -7
  188. package/es/typography/base.d.ts +2 -2
  189. package/es/typography/edit-content.d.ts +67 -67
  190. package/es/typography/index.d.ts +3 -3
  191. package/es/typography/operations.d.ts +27 -27
  192. package/es/typography/title.d.ts +3 -3
  193. package/es/upload/index.d.ts +6 -6
  194. package/es/upload/upload.d.ts +2 -2
  195. package/es/verification-code/index.d.ts +12 -12
  196. package/es/verification-code/verification-code.d.ts +5 -5
  197. package/json/vetur-attributes.json +2116 -2116
  198. package/json/vetur-tags.json +757 -757
  199. package/json/web-types.json +4117 -4117
  200. package/lib/_utils/array.js +18 -1
  201. package/lib/drawer/drawer.js +63 -8
  202. package/lib/drawer/style/index.css +10 -0
  203. package/lib/drawer/style/index.less +12 -0
  204. package/lib/index.css +39 -8
  205. package/lib/modal/modal.js +23 -6
  206. package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
  207. package/lib/modal/style/index.css +7 -1
  208. package/lib/modal/style/index.less +8 -1
  209. package/lib/table/hooks/use-row-selection.js +5 -3
  210. package/lib/table/style/index.css +22 -7
  211. package/lib/table/style/index.less +25 -8
  212. package/lib/table/table-operation-td.js +6 -6
  213. package/lib/table/table-operation-th.js +19 -7
  214. package/lib/table/table-td.js +2 -2
  215. package/lib/table/table.js +183 -33
  216. package/lib/table/utils.js +9 -5
  217. package/package.json +25 -24
  218. package/LICENSE +0 -21
@@ -1,14 +1,11 @@
1
1
  {
2
- "a-alert": {
2
+ "a-affix": {
3
3
  "attributes": [
4
- "close",
5
- "after-close",
6
- "type",
7
- "show-icon",
8
- "closable",
9
- "title",
10
- "banner",
11
- "center"
4
+ "change",
5
+ "offset-top",
6
+ "offset-bottom",
7
+ "target",
8
+ "target-container"
12
9
  ]
13
10
  },
14
11
  "a-avatar": {
@@ -36,38 +33,43 @@
36
33
  "max-popover-trigger-props"
37
34
  ]
38
35
  },
39
- "a-back-top": {
36
+ "a-breadcrumb": {
40
37
  "attributes": [
41
- "visible-height",
42
- "target-container",
43
- "easing",
44
- "duration"
38
+ "max-count",
39
+ "routes",
40
+ "separator",
41
+ "custom-url"
45
42
  ]
46
43
  },
47
- "a-affix": {
44
+ "a-breadcrumb-item": {
48
45
  "attributes": [
49
- "change",
50
- "offset-top",
51
- "offset-bottom",
52
- "target",
53
- "target-container"
46
+ "separator",
47
+ "droplist",
48
+ "dropdown-props"
54
49
  ]
55
50
  },
56
- "a-anchor": {
51
+ "a-alert": {
57
52
  "attributes": [
58
- "select",
59
- "change",
60
- "boundary",
61
- "line-less",
62
- "scroll-container",
63
- "change-hash",
64
- "smooth"
53
+ "close",
54
+ "after-close",
55
+ "type",
56
+ "show-icon",
57
+ "closable",
58
+ "title",
59
+ "banner",
60
+ "center"
65
61
  ]
66
62
  },
67
- "a-anchor-link": {
63
+ "a-badge": {
68
64
  "attributes": [
69
- "title",
70
- "href"
65
+ "text",
66
+ "dot",
67
+ "dot-style",
68
+ "max-count",
69
+ "offset",
70
+ "color",
71
+ "status",
72
+ "count"
71
73
  ]
72
74
  },
73
75
  "a-auto-complete": {
@@ -90,54 +92,74 @@
90
92
  "virtual-list-props"
91
93
  ]
92
94
  },
93
- "a-breadcrumb": {
95
+ "a-button": {
94
96
  "attributes": [
95
- "max-count",
96
- "routes",
97
- "separator",
98
- "custom-url"
97
+ "click",
98
+ "type",
99
+ "shape",
100
+ "status",
101
+ "size",
102
+ "long",
103
+ "loading",
104
+ "disabled",
105
+ "html-type",
106
+ "autofocus",
107
+ "href"
99
108
  ]
100
109
  },
101
- "a-breadcrumb-item": {
110
+ "a-button-group": {
102
111
  "attributes": [
103
- "separator",
104
- "droplist",
105
- "dropdown-props"
112
+ "type",
113
+ "status",
114
+ "shape",
115
+ "size",
116
+ "disabled"
106
117
  ]
107
118
  },
108
- "a-badge": {
119
+ "a-back-top": {
109
120
  "attributes": [
110
- "text",
111
- "dot",
112
- "dot-style",
113
- "max-count",
114
- "offset",
115
- "color",
116
- "status",
117
- "count"
121
+ "visible-height",
122
+ "target-container",
123
+ "easing",
124
+ "duration"
118
125
  ]
119
126
  },
120
- "a-card": {
127
+ "a-checkbox": {
121
128
  "attributes": [
122
- "bordered",
123
- "loading",
124
- "hoverable",
125
- "size",
126
- "header-style",
127
- "body-style",
128
- "title",
129
- "extra"
129
+ "change",
130
+ "model-value",
131
+ "default-checked",
132
+ "value",
133
+ "disabled",
134
+ "indeterminate"
130
135
  ]
131
136
  },
132
- "a-card-meta": {
137
+ "a-checkbox-group": {
133
138
  "attributes": [
134
- "title",
135
- "description"
139
+ "change",
140
+ "model-value",
141
+ "default-value",
142
+ "max",
143
+ "options",
144
+ "direction",
145
+ "disabled"
136
146
  ]
137
147
  },
138
- "a-card-grid": {
148
+ "a-anchor": {
139
149
  "attributes": [
140
- "hoverable"
150
+ "select",
151
+ "change",
152
+ "boundary",
153
+ "line-less",
154
+ "scroll-container",
155
+ "change-hash",
156
+ "smooth"
157
+ ]
158
+ },
159
+ "a-anchor-link": {
160
+ "attributes": [
161
+ "title",
162
+ "href"
141
163
  ]
142
164
  },
143
165
  "a-cascader": {
@@ -199,80 +221,58 @@
199
221
  "expand-child"
200
222
  ]
201
223
  },
202
- "a-calendar": {
224
+ "a-collapse": {
203
225
  "attributes": [
204
226
  "change",
205
- "panel-change",
206
- "model-value",
207
- "default-value",
208
- "mode",
209
- "default-mode",
210
- "modes"
227
+ "active-key",
228
+ "default-active-key",
229
+ "accordion",
230
+ "show-expand-icon",
231
+ "expand-icon-position",
232
+ "bordered",
233
+ "destroy-on-hide"
211
234
  ]
212
235
  },
213
- "a-button": {
236
+ "a-collapse-item": {
214
237
  "attributes": [
215
- "click",
216
- "type",
217
- "shape",
218
- "status",
219
- "size",
220
- "long",
221
- "loading",
238
+ "header",
222
239
  "disabled",
223
- "html-type",
224
- "autofocus",
225
- "href"
226
- ]
227
- },
228
- "a-button-group": {
229
- "attributes": [
230
- "type",
231
- "status",
232
- "shape",
233
- "size",
234
- "disabled"
240
+ "show-expand-icon",
241
+ "destroy-on-hide"
235
242
  ]
236
243
  },
237
- "a-checkbox": {
244
+ "a-calendar": {
238
245
  "attributes": [
239
246
  "change",
247
+ "panel-change",
240
248
  "model-value",
241
- "default-checked",
242
- "value",
243
- "disabled",
244
- "indeterminate"
249
+ "default-value",
250
+ "mode",
251
+ "default-mode",
252
+ "modes"
245
253
  ]
246
254
  },
247
- "a-checkbox-group": {
255
+ "a-card": {
248
256
  "attributes": [
249
- "change",
250
- "model-value",
251
- "default-value",
252
- "max",
253
- "options",
254
- "direction",
255
- "disabled"
257
+ "bordered",
258
+ "loading",
259
+ "hoverable",
260
+ "size",
261
+ "header-style",
262
+ "body-style",
263
+ "title",
264
+ "extra"
256
265
  ]
257
266
  },
258
- "a-comment": {
267
+ "a-card-meta": {
259
268
  "attributes": [
260
- "author",
261
- "avatar",
262
- "content",
263
- "datetime",
264
- "align"
269
+ "title",
270
+ "description"
265
271
  ]
266
272
  },
267
- "a-config-provider": {
273
+ "a-card-grid": {
268
274
  "attributes": [
269
- "prefix-cls",
270
- "locale",
271
- "size",
272
- "global",
273
- "scroll-to-close",
274
- "exchange-time",
275
- "rtl"
275
+ "hoverable"
276
276
  ]
277
277
  },
278
278
  "a-carousel": {
@@ -292,27 +292,36 @@
292
292
  "transition-timing-function"
293
293
  ]
294
294
  },
295
- "a-collapse": {
296
- "attributes": [
297
- "change",
298
- "active-key",
299
- "default-active-key",
300
- "accordion",
301
- "show-expand-icon",
302
- "expand-icon-position",
303
- "bordered",
304
- "destroy-on-hide"
305
- ]
306
- },
307
- "a-collapse-item": {
308
- "attributes": [
309
- "header",
310
- "disabled",
311
- "show-expand-icon",
312
- "destroy-on-hide"
313
- ]
314
- },
315
- "a-color-picker": {
295
+ "a-range-picker": {
296
+ "attributes": [
297
+ "change",
298
+ "select",
299
+ "popup-visible-change",
300
+ "ok",
301
+ "clear",
302
+ "select-shortcut",
303
+ "picker-value-change",
304
+ "mode",
305
+ "model-value",
306
+ "default-value",
307
+ "picker-value",
308
+ "default-picker-value",
309
+ "disabled",
310
+ "day-start-of-week",
311
+ "format",
312
+ "value-format",
313
+ "show-time",
314
+ "time-picker-props",
315
+ "placeholder",
316
+ "disabled-date",
317
+ "disabled-time",
318
+ "separator",
319
+ "exchange-time",
320
+ "disabled-input",
321
+ "abbreviation"
322
+ ]
323
+ },
324
+ "a-color-picker": {
316
325
  "attributes": [
317
326
  "change",
318
327
  "popup-visible-change",
@@ -331,6 +340,53 @@
331
340
  "preset-colors"
332
341
  ]
333
342
  },
343
+ "a-config-provider": {
344
+ "attributes": [
345
+ "prefix-cls",
346
+ "locale",
347
+ "size",
348
+ "global",
349
+ "scroll-to-close",
350
+ "exchange-time",
351
+ "rtl"
352
+ ]
353
+ },
354
+ "a-drawer": {
355
+ "attributes": [
356
+ "ok",
357
+ "cancel",
358
+ "open",
359
+ "close",
360
+ "before-open",
361
+ "before-close",
362
+ "visible",
363
+ "default-visible",
364
+ "placement",
365
+ "title",
366
+ "mask",
367
+ "mask-closable",
368
+ "closable",
369
+ "ok-text",
370
+ "cancel-text",
371
+ "ok-loading",
372
+ "ok-button-props",
373
+ "cancel-button-props",
374
+ "unmount-on-close",
375
+ "width",
376
+ "height",
377
+ "popup-container",
378
+ "drawer-style",
379
+ "body-class",
380
+ "body-style",
381
+ "before-ok",
382
+ "before-cancel",
383
+ "esc-to-close",
384
+ "render-to-body",
385
+ "header",
386
+ "footer",
387
+ "hide-cancel"
388
+ ]
389
+ },
334
390
  "a-descriptions": {
335
391
  "attributes": [
336
392
  "data",
@@ -412,54 +468,6 @@
412
468
  "in-config-provider"
413
469
  ]
414
470
  },
415
- "a-row": {
416
- "attributes": [
417
- "gutter",
418
- "justify",
419
- "align",
420
- "div",
421
- "wrap"
422
- ]
423
- },
424
- "a-col": {
425
- "attributes": [
426
- "span",
427
- "offset",
428
- "order",
429
- "xs",
430
- "sm",
431
- "md",
432
- "lg",
433
- "xl",
434
- "xxl",
435
- "flex"
436
- ]
437
- },
438
- "a-grid": {
439
- "attributes": [
440
- "cols",
441
- "row-gap",
442
- "col-gap",
443
- "collapsed",
444
- "collapsed-rows"
445
- ]
446
- },
447
- "a-grid-item": {
448
- "attributes": [
449
- "span",
450
- "offset",
451
- "suffix"
452
- ]
453
- },
454
- "a-divider": {
455
- "attributes": [
456
- "direction",
457
- "orientation",
458
- "type",
459
- "size",
460
- "margin"
461
- ]
462
- },
463
471
  "a-form": {
464
472
  "attributes": [
465
473
  "submit",
@@ -510,175 +518,120 @@
510
518
  "label-attrs"
511
519
  ]
512
520
  },
513
- "a-image": {
514
- "attributes": [
515
- "preview-visible-change",
516
- "src",
517
- "width",
518
- "height",
519
- "title",
520
- "description",
521
- "fit",
522
- "alt",
523
- "hide-footer",
524
- "footer-position",
525
- "show-loader",
526
- "preview",
527
- "preview-visible",
528
- "default-preview-visible",
529
- "preview-props",
530
- "footer-class"
531
- ]
532
- },
533
- "a-image-preview": {
534
- "attributes": [
535
- "close",
536
- "src",
537
- "visible",
538
- "default-visible",
539
- "mask-closable",
540
- "closable",
541
- "actions-layout",
542
- "popup-container",
543
- "esc-to-close",
544
- "wheel-zoom",
545
- "keyboard",
546
- "default-scale",
547
- "zoom-rate"
548
- ]
549
- },
550
- "a-image-preview-group": {
551
- "attributes": [
552
- "change",
553
- "visible-change",
554
- "src-list",
555
- "current",
556
- "default-current",
557
- "infinite",
558
- "visible",
559
- "default-visible",
560
- "mask-closable",
561
- "closable",
562
- "actions-layout",
563
- "popup-container"
564
- ]
565
- },
566
- "a-image-preview-action": {
521
+ "a-divider": {
567
522
  "attributes": [
568
- "name",
569
- "disabled"
523
+ "direction",
524
+ "orientation",
525
+ "type",
526
+ "size",
527
+ "margin"
570
528
  ]
571
529
  },
572
- "a-drawer": {
530
+ "a-comment": {
573
531
  "attributes": [
574
- "ok",
575
- "cancel",
576
- "open",
577
- "close",
578
- "before-open",
579
- "before-close",
580
- "visible",
581
- "default-visible",
582
- "placement",
583
- "title",
584
- "mask",
585
- "mask-closable",
586
- "closable",
587
- "ok-text",
588
- "cancel-text",
589
- "ok-loading",
590
- "ok-button-props",
591
- "cancel-button-props",
592
- "unmount-on-close",
593
- "width",
594
- "height",
595
- "popup-container",
596
- "drawer-style",
597
- "body-class",
598
- "body-style",
599
- "before-ok",
600
- "before-cancel",
601
- "esc-to-close",
602
- "render-to-body",
603
- "header",
604
- "footer",
605
- "hide-cancel"
532
+ "author",
533
+ "avatar",
534
+ "content",
535
+ "datetime",
536
+ "align"
606
537
  ]
607
538
  },
608
- "a-input": {
539
+ "a-input-number": {
609
540
  "attributes": [
610
- "input",
611
541
  "change",
612
- "press-enter",
613
- "clear",
614
542
  "focus",
615
543
  "blur",
544
+ "clear",
545
+ "input",
546
+ "keydown",
616
547
  "model-value",
617
548
  "default-value",
618
- "size",
619
- "allow-clear",
549
+ "mode",
550
+ "precision",
551
+ "step",
620
552
  "disabled",
621
- "readonly",
622
553
  "error",
554
+ "max",
555
+ "min",
556
+ "formatter",
557
+ "parser",
623
558
  "placeholder",
624
- "max-length",
625
- "show-word-limit",
626
- "word-length",
627
- "word-slice",
628
- "input-attrs",
629
- "prepend",
630
- "append"
559
+ "hide-button",
560
+ "size",
561
+ "allow-clear",
562
+ "model-event",
563
+ "read-only",
564
+ "input-attrs"
631
565
  ]
632
566
  },
633
- "a-input-group": {
634
- "attributes": []
567
+ "a-list": {
568
+ "attributes": [
569
+ "scroll",
570
+ "reach-bottom",
571
+ "page-change",
572
+ "page-size-change",
573
+ "data",
574
+ "size",
575
+ "bordered",
576
+ "split",
577
+ "loading",
578
+ "hoverable",
579
+ "pagination-props",
580
+ "grid-props",
581
+ "max-height",
582
+ "bottom-offset",
583
+ "virtual-list-props",
584
+ "scrollbar"
585
+ ]
635
586
  },
636
- "a-input-password": {
587
+ "a-list-item": {
637
588
  "attributes": [
638
- "visibility-change",
639
- "visibility",
640
- "default-visibility",
641
- "invisible-button"
589
+ "action-layout"
642
590
  ]
643
591
  },
644
- "a-input-search": {
592
+ "a-list-item-meta": {
645
593
  "attributes": [
646
- "search",
647
- "search-button",
648
- "loading",
649
- "disabled",
650
- "size",
651
- "button-text",
652
- "button-props"
594
+ "title",
595
+ "description"
653
596
  ]
654
597
  },
655
- "a-range-picker": {
598
+ "a-row": {
656
599
  "attributes": [
657
- "change",
658
- "select",
659
- "popup-visible-change",
660
- "ok",
661
- "clear",
662
- "select-shortcut",
663
- "picker-value-change",
664
- "mode",
665
- "model-value",
666
- "default-value",
667
- "picker-value",
668
- "default-picker-value",
669
- "disabled",
670
- "day-start-of-week",
671
- "format",
672
- "value-format",
673
- "show-time",
674
- "time-picker-props",
675
- "placeholder",
676
- "disabled-date",
677
- "disabled-time",
678
- "separator",
679
- "exchange-time",
680
- "disabled-input",
681
- "abbreviation"
600
+ "gutter",
601
+ "justify",
602
+ "align",
603
+ "div",
604
+ "wrap"
605
+ ]
606
+ },
607
+ "a-col": {
608
+ "attributes": [
609
+ "span",
610
+ "offset",
611
+ "order",
612
+ "xs",
613
+ "sm",
614
+ "md",
615
+ "lg",
616
+ "xl",
617
+ "xxl",
618
+ "flex"
619
+ ]
620
+ },
621
+ "a-grid": {
622
+ "attributes": [
623
+ "cols",
624
+ "row-gap",
625
+ "col-gap",
626
+ "collapsed",
627
+ "collapsed-rows"
628
+ ]
629
+ },
630
+ "a-grid-item": {
631
+ "attributes": [
632
+ "span",
633
+ "offset",
634
+ "suffix"
682
635
  ]
683
636
  },
684
637
  "a-input-tag": {
@@ -708,46 +661,63 @@
708
661
  "tag-nowrap"
709
662
  ]
710
663
  },
711
- "a-link": {
664
+ "a-image": {
712
665
  "attributes": [
713
- "click",
714
- "href",
715
- "status",
716
- "hoverable",
717
- "icon",
718
- "loading",
719
- "disabled"
666
+ "preview-visible-change",
667
+ "src",
668
+ "width",
669
+ "height",
670
+ "title",
671
+ "description",
672
+ "fit",
673
+ "alt",
674
+ "hide-footer",
675
+ "footer-position",
676
+ "show-loader",
677
+ "preview",
678
+ "preview-visible",
679
+ "default-preview-visible",
680
+ "preview-props",
681
+ "footer-class"
720
682
  ]
721
683
  },
722
- "a-list": {
684
+ "a-image-preview": {
723
685
  "attributes": [
724
- "scroll",
725
- "reach-bottom",
726
- "page-change",
727
- "page-size-change",
728
- "data",
729
- "size",
730
- "bordered",
731
- "split",
732
- "loading",
733
- "hoverable",
734
- "pagination-props",
735
- "grid-props",
736
- "max-height",
737
- "bottom-offset",
738
- "virtual-list-props",
739
- "scrollbar"
686
+ "close",
687
+ "src",
688
+ "visible",
689
+ "default-visible",
690
+ "mask-closable",
691
+ "closable",
692
+ "actions-layout",
693
+ "popup-container",
694
+ "esc-to-close",
695
+ "wheel-zoom",
696
+ "keyboard",
697
+ "default-scale",
698
+ "zoom-rate"
740
699
  ]
741
700
  },
742
- "a-list-item": {
701
+ "a-image-preview-group": {
743
702
  "attributes": [
744
- "action-layout"
703
+ "change",
704
+ "visible-change",
705
+ "src-list",
706
+ "current",
707
+ "default-current",
708
+ "infinite",
709
+ "visible",
710
+ "default-visible",
711
+ "mask-closable",
712
+ "closable",
713
+ "actions-layout",
714
+ "popup-container"
745
715
  ]
746
716
  },
747
- "a-list-item-meta": {
717
+ "a-image-preview-action": {
748
718
  "attributes": [
749
- "title",
750
- "description"
719
+ "name",
720
+ "disabled"
751
721
  ]
752
722
  },
753
723
  "a-layout": {
@@ -779,34 +749,6 @@
779
749
  "hide-trigger"
780
750
  ]
781
751
  },
782
- "a-input-number": {
783
- "attributes": [
784
- "change",
785
- "focus",
786
- "blur",
787
- "clear",
788
- "input",
789
- "keydown",
790
- "model-value",
791
- "default-value",
792
- "mode",
793
- "precision",
794
- "step",
795
- "disabled",
796
- "error",
797
- "max",
798
- "min",
799
- "formatter",
800
- "parser",
801
- "placeholder",
802
- "hide-button",
803
- "size",
804
- "allow-clear",
805
- "model-event",
806
- "read-only",
807
- "input-attrs"
808
- ]
809
- },
810
752
  "a-mention": {
811
753
  "attributes": [
812
754
  "change",
@@ -825,20 +767,15 @@
825
767
  "allow-clear"
826
768
  ]
827
769
  },
828
- "a-overflow-list": {
829
- "attributes": [
830
- "change",
831
- "min",
832
- "margin",
833
- "from"
834
- ]
835
- },
836
- "a-page-header": {
770
+ "a-link": {
837
771
  "attributes": [
838
- "back",
839
- "title",
840
- "subtitle",
841
- "show-back"
772
+ "click",
773
+ "href",
774
+ "status",
775
+ "hoverable",
776
+ "icon",
777
+ "loading",
778
+ "disabled"
842
779
  ]
843
780
  },
844
781
  "a-modal": {
@@ -885,30 +822,65 @@
885
822
  "hide-title"
886
823
  ]
887
824
  },
888
- "a-pagination": {
825
+ "a-menu": {
826
+ "attributes": [
827
+ "collapse",
828
+ "menu-item-click",
829
+ "sub-menu-click",
830
+ "theme",
831
+ "mode",
832
+ "level-indent",
833
+ "auto-open",
834
+ "collapsed",
835
+ "default-collapsed",
836
+ "collapsed-width",
837
+ "accordion",
838
+ "auto-scroll-into-view",
839
+ "show-collapse-button",
840
+ "selected-keys",
841
+ "default-selected-keys",
842
+ "open-keys",
843
+ "default-open-keys",
844
+ "scroll-config",
845
+ "trigger-props",
846
+ "tooltip-props",
847
+ "auto-open-selected",
848
+ "breakpoint",
849
+ "popup-max-height"
850
+ ]
851
+ },
852
+ "a-sub-menu": {
853
+ "attributes": [
854
+ "title",
855
+ "selectable",
856
+ "popup",
857
+ "popup-max-height"
858
+ ]
859
+ },
860
+ "a-menu-item-group": {
861
+ "attributes": [
862
+ "title"
863
+ ]
864
+ },
865
+ "a-menu-item": {
866
+ "attributes": [
867
+ "disabled"
868
+ ]
869
+ },
870
+ "a-overflow-list": {
889
871
  "attributes": [
890
872
  "change",
891
- "page-size-change",
892
- "total",
893
- "current",
894
- "default-current",
895
- "page-size",
896
- "default-page-size",
897
- "disabled",
898
- "hide-on-single-page",
899
- "simple",
900
- "show-total",
901
- "show-more",
902
- "show-jumper",
903
- "show-page-size",
904
- "page-size-options",
905
- "page-size-props",
906
- "size",
907
- "page-item-style",
908
- "active-page-item-style",
909
- "base-size",
910
- "buffer-size",
911
- "auto-adjust"
873
+ "min",
874
+ "margin",
875
+ "from"
876
+ ]
877
+ },
878
+ "a-page-header": {
879
+ "attributes": [
880
+ "back",
881
+ "title",
882
+ "subtitle",
883
+ "show-back"
912
884
  ]
913
885
  },
914
886
  "a-popconfirm": {
@@ -935,9 +907,53 @@
935
907
  "before-cancel"
936
908
  ]
937
909
  },
938
- "a-notification": {
910
+ "a-input": {
911
+ "attributes": [
912
+ "input",
913
+ "change",
914
+ "press-enter",
915
+ "clear",
916
+ "focus",
917
+ "blur",
918
+ "model-value",
919
+ "default-value",
920
+ "size",
921
+ "allow-clear",
922
+ "disabled",
923
+ "readonly",
924
+ "error",
925
+ "placeholder",
926
+ "max-length",
927
+ "show-word-limit",
928
+ "word-length",
929
+ "word-slice",
930
+ "input-attrs",
931
+ "prepend",
932
+ "append"
933
+ ]
934
+ },
935
+ "a-input-group": {
939
936
  "attributes": []
940
937
  },
938
+ "a-input-password": {
939
+ "attributes": [
940
+ "visibility-change",
941
+ "visibility",
942
+ "default-visibility",
943
+ "invisible-button"
944
+ ]
945
+ },
946
+ "a-input-search": {
947
+ "attributes": [
948
+ "search",
949
+ "search-button",
950
+ "loading",
951
+ "disabled",
952
+ "size",
953
+ "button-text",
954
+ "button-props"
955
+ ]
956
+ },
941
957
  "a-popover": {
942
958
  "attributes": [
943
959
  "popup-visible-change",
@@ -969,149 +985,59 @@
969
985
  "status"
970
986
  ]
971
987
  },
972
- "a-radio": {
973
- "attributes": [
974
- "change",
975
- "model-value",
976
- "default-checked",
977
- "value",
978
- "type",
979
- "disabled"
980
- ]
981
- },
982
- "a-radio-group": {
983
- "attributes": [
984
- "change",
985
- "model-value",
986
- "default-value",
987
- "type",
988
- "size",
989
- "options",
990
- "direction",
991
- "disabled"
992
- ]
993
- },
994
- "a-rate": {
988
+ "a-pagination": {
995
989
  "attributes": [
996
990
  "change",
997
- "hover-change",
998
- "count",
999
- "model-value",
1000
- "default-value",
1001
- "allow-half",
1002
- "allow-clear",
1003
- "grading",
1004
- "readonly",
991
+ "page-size-change",
992
+ "total",
993
+ "current",
994
+ "default-current",
995
+ "page-size",
996
+ "default-page-size",
1005
997
  "disabled",
1006
- "color"
1007
- ]
1008
- },
1009
- "a-resize-box": {
1010
- "attributes": [
1011
- "moving-start",
1012
- "moving",
1013
- "moving-end",
1014
- "width",
1015
- "height",
1016
- "component",
1017
- "directions"
1018
- ]
1019
- },
1020
- "a-result": {
1021
- "attributes": [
1022
- "status",
1023
- "title",
1024
- "subtitle"
1025
- ]
1026
- },
1027
- "a-menu": {
1028
- "attributes": [
1029
- "collapse",
1030
- "menu-item-click",
1031
- "sub-menu-click",
1032
- "theme",
1033
- "mode",
1034
- "level-indent",
1035
- "auto-open",
1036
- "collapsed",
1037
- "default-collapsed",
1038
- "collapsed-width",
1039
- "accordion",
1040
- "auto-scroll-into-view",
1041
- "show-collapse-button",
1042
- "selected-keys",
1043
- "default-selected-keys",
1044
- "open-keys",
1045
- "default-open-keys",
1046
- "scroll-config",
1047
- "trigger-props",
1048
- "tooltip-props",
1049
- "auto-open-selected",
1050
- "breakpoint",
1051
- "popup-max-height"
1052
- ]
1053
- },
1054
- "a-sub-menu": {
1055
- "attributes": [
1056
- "title",
1057
- "selectable",
1058
- "popup",
1059
- "popup-max-height"
1060
- ]
1061
- },
1062
- "a-menu-item-group": {
1063
- "attributes": [
1064
- "title"
1065
- ]
1066
- },
1067
- "a-menu-item": {
1068
- "attributes": [
1069
- "disabled"
1070
- ]
1071
- },
1072
- "a-skeleton": {
1073
- "attributes": [
1074
- "loading",
1075
- "animation"
1076
- ]
1077
- },
1078
- "a-skeleton-line": {
1079
- "attributes": [
1080
- "rows",
1081
- "widths",
1082
- "line-height",
1083
- "line-spacing"
1084
- ]
1085
- },
1086
- "a-skeleton-shape": {
1087
- "attributes": [
1088
- "shape",
1089
- "size"
998
+ "hide-on-single-page",
999
+ "simple",
1000
+ "show-total",
1001
+ "show-more",
1002
+ "show-jumper",
1003
+ "show-page-size",
1004
+ "page-size-options",
1005
+ "page-size-props",
1006
+ "size",
1007
+ "page-item-style",
1008
+ "active-page-item-style",
1009
+ "base-size",
1010
+ "buffer-size",
1011
+ "auto-adjust"
1090
1012
  ]
1091
1013
  },
1092
- "a-scrollbar": {
1014
+ "a-radio": {
1093
1015
  "attributes": [
1094
- "scroll",
1016
+ "change",
1017
+ "model-value",
1018
+ "default-checked",
1019
+ "value",
1095
1020
  "type",
1096
- "outer-class",
1097
- "outer-style"
1021
+ "disabled"
1098
1022
  ]
1099
1023
  },
1100
- "a-slider": {
1024
+ "a-radio-group": {
1101
1025
  "attributes": [
1102
1026
  "change",
1103
1027
  "model-value",
1104
1028
  "default-value",
1105
- "step",
1106
- "min",
1107
- "marks",
1108
- "max",
1029
+ "type",
1030
+ "size",
1031
+ "options",
1109
1032
  "direction",
1110
- "disabled",
1111
- "show-ticks",
1112
- "show-input",
1113
- "range",
1114
- "show-tooltip"
1033
+ "disabled"
1034
+ ]
1035
+ },
1036
+ "a-result": {
1037
+ "attributes": [
1038
+ "status",
1039
+ "title",
1040
+ "subtitle"
1115
1041
  ]
1116
1042
  },
1117
1043
  "a-select": {
@@ -1177,6 +1103,45 @@
1177
1103
  "label"
1178
1104
  ]
1179
1105
  },
1106
+ "a-resize-box": {
1107
+ "attributes": [
1108
+ "moving-start",
1109
+ "moving",
1110
+ "moving-end",
1111
+ "width",
1112
+ "height",
1113
+ "component",
1114
+ "directions"
1115
+ ]
1116
+ },
1117
+ "a-scrollbar": {
1118
+ "attributes": [
1119
+ "scroll",
1120
+ "type",
1121
+ "outer-class",
1122
+ "outer-style"
1123
+ ]
1124
+ },
1125
+ "a-skeleton": {
1126
+ "attributes": [
1127
+ "loading",
1128
+ "animation"
1129
+ ]
1130
+ },
1131
+ "a-skeleton-line": {
1132
+ "attributes": [
1133
+ "rows",
1134
+ "widths",
1135
+ "line-height",
1136
+ "line-spacing"
1137
+ ]
1138
+ },
1139
+ "a-skeleton-shape": {
1140
+ "attributes": [
1141
+ "shape",
1142
+ "size"
1143
+ ]
1144
+ },
1180
1145
  "a-spin": {
1181
1146
  "attributes": [
1182
1147
  "size",
@@ -1186,27 +1151,21 @@
1186
1151
  "hide-icon"
1187
1152
  ]
1188
1153
  },
1189
- "a-space": {
1190
- "attributes": [
1191
- "align",
1192
- "direction",
1193
- "size",
1194
- "wrap",
1195
- "fill"
1196
- ]
1197
- },
1198
- "a-split": {
1154
+ "a-slider": {
1199
1155
  "attributes": [
1200
- "move-start",
1201
- "moving",
1202
- "move-end",
1203
- "component",
1204
- "direction",
1205
- "size",
1206
- "default-size",
1156
+ "change",
1157
+ "model-value",
1158
+ "default-value",
1159
+ "step",
1207
1160
  "min",
1161
+ "marks",
1208
1162
  "max",
1209
- "disabled"
1163
+ "direction",
1164
+ "disabled",
1165
+ "show-ticks",
1166
+ "show-input",
1167
+ "range",
1168
+ "show-tooltip"
1210
1169
  ]
1211
1170
  },
1212
1171
  "a-steps": {
@@ -1231,32 +1190,33 @@
1231
1190
  "disabled"
1232
1191
  ]
1233
1192
  },
1234
- "a-statistic": {
1193
+ "a-space": {
1235
1194
  "attributes": [
1236
- "title",
1237
- "value",
1238
- "format",
1239
- "extra",
1240
- "start",
1241
- "precision",
1242
- "separator",
1243
- "show-group-separator",
1244
- "animation",
1245
- "animation-duration",
1246
- "value-from",
1247
- "placeholder",
1248
- "value-style"
1195
+ "align",
1196
+ "direction",
1197
+ "size",
1198
+ "wrap",
1199
+ "fill"
1249
1200
  ]
1250
1201
  },
1251
- "a-countdown": {
1202
+ "a-switch": {
1252
1203
  "attributes": [
1253
- "finish",
1254
- "title",
1255
- "value",
1256
- "now",
1257
- "format",
1258
- "start",
1259
- "value-style"
1204
+ "change",
1205
+ "focus",
1206
+ "blur",
1207
+ "model-value",
1208
+ "default-checked",
1209
+ "disabled",
1210
+ "loading",
1211
+ "type",
1212
+ "size",
1213
+ "checked-value",
1214
+ "unchecked-value",
1215
+ "checked-color",
1216
+ "unchecked-color",
1217
+ "before-change",
1218
+ "checked-text",
1219
+ "unchecked-text"
1260
1220
  ]
1261
1221
  },
1262
1222
  "a-table": {
@@ -1375,44 +1335,6 @@
1375
1335
  "destroy-on-hide"
1376
1336
  ]
1377
1337
  },
1378
- "a-tag": {
1379
- "attributes": [
1380
- "close",
1381
- "check",
1382
- "color",
1383
- "size",
1384
- "bordered",
1385
- "visible",
1386
- "default-visible",
1387
- "loading",
1388
- "closable",
1389
- "checkable",
1390
- "checked",
1391
- "default-checked",
1392
- "nowrap"
1393
- ]
1394
- },
1395
- "a-textarea": {
1396
- "attributes": [
1397
- "input",
1398
- "change",
1399
- "clear",
1400
- "focus",
1401
- "blur",
1402
- "model-value",
1403
- "default-value",
1404
- "placeholder",
1405
- "disabled",
1406
- "error",
1407
- "max-length",
1408
- "show-word-limit",
1409
- "allow-clear",
1410
- "auto-size",
1411
- "word-length",
1412
- "word-slice",
1413
- "textarea-attrs"
1414
- ]
1415
- },
1416
1338
  "a-timeline": {
1417
1339
  "attributes": [
1418
1340
  "reverse",
@@ -1448,64 +1370,39 @@
1448
1370
  "popup-container"
1449
1371
  ]
1450
1372
  },
1451
- "a-transfer": {
1373
+ "a-textarea": {
1452
1374
  "attributes": [
1375
+ "input",
1453
1376
  "change",
1454
- "select",
1455
- "search",
1456
- "data",
1377
+ "clear",
1378
+ "focus",
1379
+ "blur",
1457
1380
  "model-value",
1458
1381
  "default-value",
1459
- "selected",
1460
- "default-selected",
1382
+ "placeholder",
1461
1383
  "disabled",
1462
- "simple",
1463
- "one-way",
1464
- "show-search",
1465
- "show-select-all",
1466
- "title",
1467
- "source-input-search-props",
1468
- "target-input-search-props"
1384
+ "error",
1385
+ "max-length",
1386
+ "show-word-limit",
1387
+ "allow-clear",
1388
+ "auto-size",
1389
+ "word-length",
1390
+ "word-slice",
1391
+ "textarea-attrs"
1469
1392
  ]
1470
1393
  },
1471
- "a-tree": {
1394
+ "a-split": {
1472
1395
  "attributes": [
1473
- "select",
1474
- "check",
1475
- "expand",
1476
- "drag-start",
1477
- "drag-end",
1478
- "drag-over",
1479
- "drag-leave",
1480
- "drop",
1396
+ "move-start",
1397
+ "moving",
1398
+ "move-end",
1399
+ "component",
1400
+ "direction",
1481
1401
  "size",
1482
- "block-node",
1483
- "default-expand-all",
1484
- "multiple",
1485
- "checkable",
1486
- "selectable",
1487
- "check-strictly",
1488
- "checked-strategy",
1489
- "default-selected-keys",
1490
- "selected-keys",
1491
- "default-checked-keys",
1492
- "checked-keys",
1493
- "default-expanded-keys",
1494
- "expanded-keys",
1495
- "data",
1496
- "field-names",
1497
- "show-line",
1498
- "load-more",
1499
- "draggable",
1500
- "allow-drop",
1501
- "virtual-list-props",
1502
- "default-expand-selected",
1503
- "default-expand-checked",
1504
- "auto-expand-parent",
1505
- "half-checked-keys",
1506
- "only-check-leaf",
1507
- "animation",
1508
- "action-on-node-click"
1402
+ "default-size",
1403
+ "min",
1404
+ "max",
1405
+ "disabled"
1509
1406
  ]
1510
1407
  },
1511
1408
  "a-time-picker": {
@@ -1539,6 +1436,29 @@
1539
1436
  "unmount-on-close"
1540
1437
  ]
1541
1438
  },
1439
+ "a-notification": {
1440
+ "attributes": []
1441
+ },
1442
+ "a-transfer": {
1443
+ "attributes": [
1444
+ "change",
1445
+ "select",
1446
+ "search",
1447
+ "data",
1448
+ "model-value",
1449
+ "default-value",
1450
+ "selected",
1451
+ "default-selected",
1452
+ "disabled",
1453
+ "simple",
1454
+ "one-way",
1455
+ "show-search",
1456
+ "show-select-all",
1457
+ "title",
1458
+ "source-input-search-props",
1459
+ "target-input-search-props"
1460
+ ]
1461
+ },
1542
1462
  "a-tree-select": {
1543
1463
  "attributes": [
1544
1464
  "change",
@@ -1624,83 +1544,6 @@
1624
1544
  "button-click"
1625
1545
  ]
1626
1546
  },
1627
- "a-trigger": {
1628
- "attributes": [
1629
- "popup-visible-change",
1630
- "show",
1631
- "hide",
1632
- "popup-visible",
1633
- "default-popup-visible",
1634
- "trigger",
1635
- "position",
1636
- "disabled",
1637
- "popup-offset",
1638
- "popup-translate",
1639
- "show-arrow",
1640
- "align-point",
1641
- "popup-hover-stay",
1642
- "blur-to-close",
1643
- "click-to-close",
1644
- "click-outside-to-close",
1645
- "unmount-on-close",
1646
- "content-class",
1647
- "content-style",
1648
- "arrow-class",
1649
- "arrow-style",
1650
- "popup-style",
1651
- "animation-name",
1652
- "duration",
1653
- "mouse-enter-delay",
1654
- "mouse-leave-delay",
1655
- "focus-delay",
1656
- "auto-fit-popup-width",
1657
- "auto-fit-popup-min-width",
1658
- "auto-fix-position",
1659
- "popup-container",
1660
- "auto-fit-position",
1661
- "render-to-body",
1662
- "prevent-focus",
1663
- "scroll-to-close",
1664
- "scroll-to-close-distance"
1665
- ]
1666
- },
1667
- "a-switch": {
1668
- "attributes": [
1669
- "change",
1670
- "focus",
1671
- "blur",
1672
- "model-value",
1673
- "default-checked",
1674
- "disabled",
1675
- "loading",
1676
- "type",
1677
- "size",
1678
- "checked-value",
1679
- "unchecked-value",
1680
- "checked-color",
1681
- "unchecked-color",
1682
- "before-change",
1683
- "checked-text",
1684
- "unchecked-text"
1685
- ]
1686
- },
1687
- "a-verification-code": {
1688
- "attributes": [
1689
- "change",
1690
- "finish",
1691
- "input",
1692
- "model-value",
1693
- "default-value",
1694
- "length",
1695
- "size",
1696
- "disabled",
1697
- "masked",
1698
- "readonly",
1699
- "error",
1700
- "separator",
1701
- "formatter"
1702
- ]
1703
- },
1704
1547
  "a-typography": {
1705
1548
  "attributes": []
1706
1549
  },
@@ -1785,6 +1628,108 @@
1785
1628
  "copy-tooltip-props"
1786
1629
  ]
1787
1630
  },
1631
+ "a-tag": {
1632
+ "attributes": [
1633
+ "close",
1634
+ "check",
1635
+ "color",
1636
+ "size",
1637
+ "bordered",
1638
+ "visible",
1639
+ "default-visible",
1640
+ "loading",
1641
+ "closable",
1642
+ "checkable",
1643
+ "checked",
1644
+ "default-checked",
1645
+ "nowrap"
1646
+ ]
1647
+ },
1648
+ "a-verification-code": {
1649
+ "attributes": [
1650
+ "change",
1651
+ "finish",
1652
+ "input",
1653
+ "model-value",
1654
+ "default-value",
1655
+ "length",
1656
+ "size",
1657
+ "disabled",
1658
+ "masked",
1659
+ "readonly",
1660
+ "error",
1661
+ "separator",
1662
+ "formatter"
1663
+ ]
1664
+ },
1665
+ "a-trigger": {
1666
+ "attributes": [
1667
+ "popup-visible-change",
1668
+ "show",
1669
+ "hide",
1670
+ "popup-visible",
1671
+ "default-popup-visible",
1672
+ "trigger",
1673
+ "position",
1674
+ "disabled",
1675
+ "popup-offset",
1676
+ "popup-translate",
1677
+ "show-arrow",
1678
+ "align-point",
1679
+ "popup-hover-stay",
1680
+ "blur-to-close",
1681
+ "click-to-close",
1682
+ "click-outside-to-close",
1683
+ "unmount-on-close",
1684
+ "content-class",
1685
+ "content-style",
1686
+ "arrow-class",
1687
+ "arrow-style",
1688
+ "popup-style",
1689
+ "animation-name",
1690
+ "duration",
1691
+ "mouse-enter-delay",
1692
+ "mouse-leave-delay",
1693
+ "focus-delay",
1694
+ "auto-fit-popup-width",
1695
+ "auto-fit-popup-min-width",
1696
+ "auto-fix-position",
1697
+ "popup-container",
1698
+ "auto-fit-position",
1699
+ "render-to-body",
1700
+ "prevent-focus",
1701
+ "scroll-to-close",
1702
+ "scroll-to-close-distance"
1703
+ ]
1704
+ },
1705
+ "a-statistic": {
1706
+ "attributes": [
1707
+ "title",
1708
+ "value",
1709
+ "format",
1710
+ "extra",
1711
+ "start",
1712
+ "precision",
1713
+ "separator",
1714
+ "show-group-separator",
1715
+ "animation",
1716
+ "animation-duration",
1717
+ "value-from",
1718
+ "placeholder",
1719
+ "value-style"
1720
+ ]
1721
+ },
1722
+ "a-countdown": {
1723
+ "attributes": [
1724
+ "finish",
1725
+ "title",
1726
+ "value",
1727
+ "now",
1728
+ "format",
1729
+ "start",
1730
+ "value-style"
1731
+ ]
1732
+ },
1788
1733
  "a-watermark": {
1789
1734
  "attributes": [
1790
1735
  "content",
@@ -1802,5 +1747,60 @@
1802
1747
  "repeat",
1803
1748
  "staggered"
1804
1749
  ]
1750
+ },
1751
+ "a-tree": {
1752
+ "attributes": [
1753
+ "select",
1754
+ "check",
1755
+ "expand",
1756
+ "drag-start",
1757
+ "drag-end",
1758
+ "drag-over",
1759
+ "drag-leave",
1760
+ "drop",
1761
+ "size",
1762
+ "block-node",
1763
+ "default-expand-all",
1764
+ "multiple",
1765
+ "checkable",
1766
+ "selectable",
1767
+ "check-strictly",
1768
+ "checked-strategy",
1769
+ "default-selected-keys",
1770
+ "selected-keys",
1771
+ "default-checked-keys",
1772
+ "checked-keys",
1773
+ "default-expanded-keys",
1774
+ "expanded-keys",
1775
+ "data",
1776
+ "field-names",
1777
+ "show-line",
1778
+ "load-more",
1779
+ "draggable",
1780
+ "allow-drop",
1781
+ "virtual-list-props",
1782
+ "default-expand-selected",
1783
+ "default-expand-checked",
1784
+ "auto-expand-parent",
1785
+ "half-checked-keys",
1786
+ "only-check-leaf",
1787
+ "animation",
1788
+ "action-on-node-click"
1789
+ ]
1790
+ },
1791
+ "a-rate": {
1792
+ "attributes": [
1793
+ "change",
1794
+ "hover-change",
1795
+ "count",
1796
+ "model-value",
1797
+ "default-value",
1798
+ "allow-half",
1799
+ "allow-clear",
1800
+ "grading",
1801
+ "readonly",
1802
+ "disabled",
1803
+ "color"
1804
+ ]
1805
1805
  }
1806
1806
  }