@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,41 @@
1
1
  {
2
+ "a-alert": {
3
+ "attributes": [
4
+ "close",
5
+ "after-close",
6
+ "type",
7
+ "show-icon",
8
+ "closable",
9
+ "title",
10
+ "banner",
11
+ "center"
12
+ ]
13
+ },
14
+ "a-anchor": {
15
+ "attributes": [
16
+ "select",
17
+ "change",
18
+ "boundary",
19
+ "line-less",
20
+ "scroll-container",
21
+ "change-hash",
22
+ "smooth"
23
+ ]
24
+ },
25
+ "a-anchor-link": {
26
+ "attributes": [
27
+ "title",
28
+ "href"
29
+ ]
30
+ },
31
+ "a-back-top": {
32
+ "attributes": [
33
+ "visible-height",
34
+ "target-container",
35
+ "easing",
36
+ "duration"
37
+ ]
38
+ },
2
39
  "a-affix": {
3
40
  "attributes": [
4
41
  "change",
@@ -33,45 +70,6 @@
33
70
  "max-popover-trigger-props"
34
71
  ]
35
72
  },
36
- "a-breadcrumb": {
37
- "attributes": [
38
- "max-count",
39
- "routes",
40
- "separator",
41
- "custom-url"
42
- ]
43
- },
44
- "a-breadcrumb-item": {
45
- "attributes": [
46
- "separator",
47
- "droplist",
48
- "dropdown-props"
49
- ]
50
- },
51
- "a-alert": {
52
- "attributes": [
53
- "close",
54
- "after-close",
55
- "type",
56
- "show-icon",
57
- "closable",
58
- "title",
59
- "banner",
60
- "center"
61
- ]
62
- },
63
- "a-badge": {
64
- "attributes": [
65
- "text",
66
- "dot",
67
- "dot-style",
68
- "max-count",
69
- "offset",
70
- "color",
71
- "status",
72
- "count"
73
- ]
74
- },
75
73
  "a-auto-complete": {
76
74
  "attributes": [
77
75
  "change",
@@ -116,50 +114,15 @@
116
114
  "disabled"
117
115
  ]
118
116
  },
119
- "a-back-top": {
120
- "attributes": [
121
- "visible-height",
122
- "target-container",
123
- "easing",
124
- "duration"
125
- ]
126
- },
127
- "a-checkbox": {
128
- "attributes": [
129
- "change",
130
- "model-value",
131
- "default-checked",
132
- "value",
133
- "disabled",
134
- "indeterminate"
135
- ]
136
- },
137
- "a-checkbox-group": {
117
+ "a-calendar": {
138
118
  "attributes": [
139
119
  "change",
120
+ "panel-change",
140
121
  "model-value",
141
122
  "default-value",
142
- "max",
143
- "options",
144
- "direction",
145
- "disabled"
146
- ]
147
- },
148
- "a-anchor": {
149
- "attributes": [
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"
123
+ "mode",
124
+ "default-mode",
125
+ "modes"
163
126
  ]
164
127
  },
165
128
  "a-cascader": {
@@ -221,37 +184,6 @@
221
184
  "expand-child"
222
185
  ]
223
186
  },
224
- "a-collapse": {
225
- "attributes": [
226
- "change",
227
- "active-key",
228
- "default-active-key",
229
- "accordion",
230
- "show-expand-icon",
231
- "expand-icon-position",
232
- "bordered",
233
- "destroy-on-hide"
234
- ]
235
- },
236
- "a-collapse-item": {
237
- "attributes": [
238
- "header",
239
- "disabled",
240
- "show-expand-icon",
241
- "destroy-on-hide"
242
- ]
243
- },
244
- "a-calendar": {
245
- "attributes": [
246
- "change",
247
- "panel-change",
248
- "model-value",
249
- "default-value",
250
- "mode",
251
- "default-mode",
252
- "modes"
253
- ]
254
- },
255
187
  "a-card": {
256
188
  "attributes": [
257
189
  "bordered",
@@ -275,6 +207,53 @@
275
207
  "hoverable"
276
208
  ]
277
209
  },
210
+ "a-breadcrumb": {
211
+ "attributes": [
212
+ "max-count",
213
+ "routes",
214
+ "separator",
215
+ "custom-url"
216
+ ]
217
+ },
218
+ "a-breadcrumb-item": {
219
+ "attributes": [
220
+ "separator",
221
+ "droplist",
222
+ "dropdown-props"
223
+ ]
224
+ },
225
+ "a-badge": {
226
+ "attributes": [
227
+ "text",
228
+ "dot",
229
+ "dot-style",
230
+ "max-count",
231
+ "offset",
232
+ "color",
233
+ "status",
234
+ "count"
235
+ ]
236
+ },
237
+ "a-collapse": {
238
+ "attributes": [
239
+ "change",
240
+ "active-key",
241
+ "default-active-key",
242
+ "accordion",
243
+ "show-expand-icon",
244
+ "expand-icon-position",
245
+ "bordered",
246
+ "destroy-on-hide"
247
+ ]
248
+ },
249
+ "a-collapse-item": {
250
+ "attributes": [
251
+ "header",
252
+ "disabled",
253
+ "show-expand-icon",
254
+ "destroy-on-hide"
255
+ ]
256
+ },
278
257
  "a-carousel": {
279
258
  "attributes": [
280
259
  "change",
@@ -292,33 +271,45 @@
292
271
  "transition-timing-function"
293
272
  ]
294
273
  },
295
- "a-range-picker": {
274
+ "a-checkbox": {
296
275
  "attributes": [
297
276
  "change",
298
- "select",
299
- "popup-visible-change",
300
- "ok",
301
- "clear",
302
- "select-shortcut",
303
- "picker-value-change",
304
- "mode",
305
277
  "model-value",
306
- "default-value",
307
- "picker-value",
308
- "default-picker-value",
278
+ "default-checked",
279
+ "value",
309
280
  "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",
281
+ "indeterminate"
282
+ ]
283
+ },
284
+ "a-checkbox-group": {
285
+ "attributes": [
286
+ "change",
287
+ "model-value",
288
+ "default-value",
289
+ "max",
290
+ "options",
291
+ "direction",
292
+ "disabled"
293
+ ]
294
+ },
295
+ "a-config-provider": {
296
+ "attributes": [
297
+ "prefix-cls",
298
+ "locale",
299
+ "size",
300
+ "global",
301
+ "scroll-to-close",
319
302
  "exchange-time",
320
- "disabled-input",
321
- "abbreviation"
303
+ "rtl"
304
+ ]
305
+ },
306
+ "a-comment": {
307
+ "attributes": [
308
+ "author",
309
+ "avatar",
310
+ "content",
311
+ "datetime",
312
+ "align"
322
313
  ]
323
314
  },
324
315
  "a-color-picker": {
@@ -340,51 +331,89 @@
340
331
  "preset-colors"
341
332
  ]
342
333
  },
343
- "a-config-provider": {
334
+ "a-range-picker": {
344
335
  "attributes": [
345
- "prefix-cls",
346
- "locale",
347
- "size",
348
- "global",
349
- "scroll-to-close",
336
+ "change",
337
+ "select",
338
+ "popup-visible-change",
339
+ "ok",
340
+ "clear",
341
+ "select-shortcut",
342
+ "picker-value-change",
343
+ "mode",
344
+ "model-value",
345
+ "default-value",
346
+ "picker-value",
347
+ "default-picker-value",
348
+ "disabled",
349
+ "day-start-of-week",
350
+ "format",
351
+ "value-format",
352
+ "show-time",
353
+ "time-picker-props",
354
+ "placeholder",
355
+ "disabled-date",
356
+ "disabled-time",
357
+ "separator",
350
358
  "exchange-time",
351
- "rtl"
359
+ "disabled-input",
360
+ "abbreviation"
352
361
  ]
353
362
  },
354
- "a-drawer": {
363
+ "a-divider": {
355
364
  "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"
365
+ "direction",
366
+ "orientation",
367
+ "type",
368
+ "size",
369
+ "margin"
370
+ ]
371
+ },
372
+ "a-input": {
373
+ "attributes": [
374
+ "input",
375
+ "change",
376
+ "press-enter",
377
+ "clear",
378
+ "focus",
379
+ "blur",
380
+ "model-value",
381
+ "default-value",
382
+ "size",
383
+ "allow-clear",
384
+ "disabled",
385
+ "readonly",
386
+ "error",
387
+ "placeholder",
388
+ "max-length",
389
+ "show-word-limit",
390
+ "word-length",
391
+ "word-slice",
392
+ "input-attrs",
393
+ "prepend",
394
+ "append"
395
+ ]
396
+ },
397
+ "a-input-group": {
398
+ "attributes": []
399
+ },
400
+ "a-input-password": {
401
+ "attributes": [
402
+ "visibility-change",
403
+ "visibility",
404
+ "default-visibility",
405
+ "invisible-button"
406
+ ]
407
+ },
408
+ "a-input-search": {
409
+ "attributes": [
410
+ "search",
411
+ "search-button",
412
+ "loading",
413
+ "disabled",
414
+ "size",
415
+ "button-text",
416
+ "button-props"
388
417
  ]
389
418
  },
390
419
  "a-descriptions": {
@@ -407,67 +436,6 @@
407
436
  "label"
408
437
  ]
409
438
  },
410
- "a-dropdown": {
411
- "attributes": [
412
- "popup-visible-change",
413
- "select",
414
- "popup-visible",
415
- "default-popup-visible",
416
- "trigger",
417
- "position",
418
- "popup-container",
419
- "popup-max-height",
420
- "hide-on-select"
421
- ]
422
- },
423
- "a-doption": {
424
- "attributes": [
425
- "click",
426
- "value",
427
- "disabled"
428
- ]
429
- },
430
- "a-dgroup": {
431
- "attributes": [
432
- "title"
433
- ]
434
- },
435
- "a-dsubmenu": {
436
- "attributes": [
437
- "popup-visible-change",
438
- "value",
439
- "disabled",
440
- "trigger",
441
- "position",
442
- "popup-visible",
443
- "default-popup-visible",
444
- "option-props"
445
- ]
446
- },
447
- "a-dropdown-button": {
448
- "attributes": [
449
- "popup-visible-change",
450
- "click",
451
- "select",
452
- "popup-visible",
453
- "default-popup-visible",
454
- "trigger",
455
- "position",
456
- "popup-container",
457
- "disabled",
458
- "type",
459
- "size",
460
- "button-props",
461
- "hide-on-select"
462
- ]
463
- },
464
- "a-empty": {
465
- "attributes": [
466
- "description",
467
- "img-src",
468
- "in-config-provider"
469
- ]
470
- },
471
439
  "a-form": {
472
440
  "attributes": [
473
441
  "submit",
@@ -518,93 +486,52 @@
518
486
  "label-attrs"
519
487
  ]
520
488
  },
521
- "a-divider": {
489
+ "a-drawer": {
522
490
  "attributes": [
523
- "direction",
524
- "orientation",
525
- "type",
526
- "size",
527
- "margin"
491
+ "ok",
492
+ "cancel",
493
+ "open",
494
+ "close",
495
+ "before-open",
496
+ "before-close",
497
+ "visible",
498
+ "default-visible",
499
+ "placement",
500
+ "title",
501
+ "mask",
502
+ "mask-closable",
503
+ "closable",
504
+ "ok-text",
505
+ "cancel-text",
506
+ "ok-loading",
507
+ "ok-button-props",
508
+ "cancel-button-props",
509
+ "unmount-on-close",
510
+ "width",
511
+ "height",
512
+ "popup-container",
513
+ "drawer-style",
514
+ "body-class",
515
+ "body-style",
516
+ "before-ok",
517
+ "before-cancel",
518
+ "esc-to-close",
519
+ "render-to-body",
520
+ "header",
521
+ "footer",
522
+ "hide-cancel"
528
523
  ]
529
524
  },
530
- "a-comment": {
525
+ "a-row": {
531
526
  "attributes": [
532
- "author",
533
- "avatar",
534
- "content",
535
- "datetime",
536
- "align"
527
+ "gutter",
528
+ "justify",
529
+ "align",
530
+ "div",
531
+ "wrap"
537
532
  ]
538
533
  },
539
- "a-input-number": {
540
- "attributes": [
541
- "change",
542
- "focus",
543
- "blur",
544
- "clear",
545
- "input",
546
- "keydown",
547
- "model-value",
548
- "default-value",
549
- "mode",
550
- "precision",
551
- "step",
552
- "disabled",
553
- "error",
554
- "max",
555
- "min",
556
- "formatter",
557
- "parser",
558
- "placeholder",
559
- "hide-button",
560
- "size",
561
- "allow-clear",
562
- "model-event",
563
- "read-only",
564
- "input-attrs"
565
- ]
566
- },
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
- ]
586
- },
587
- "a-list-item": {
588
- "attributes": [
589
- "action-layout"
590
- ]
591
- },
592
- "a-list-item-meta": {
593
- "attributes": [
594
- "title",
595
- "description"
596
- ]
597
- },
598
- "a-row": {
599
- "attributes": [
600
- "gutter",
601
- "justify",
602
- "align",
603
- "div",
604
- "wrap"
605
- ]
606
- },
607
- "a-col": {
534
+ "a-col": {
608
535
  "attributes": [
609
536
  "span",
610
537
  "offset",
@@ -634,6 +561,13 @@
634
561
  "suffix"
635
562
  ]
636
563
  },
564
+ "a-empty": {
565
+ "attributes": [
566
+ "description",
567
+ "img-src",
568
+ "in-config-provider"
569
+ ]
570
+ },
637
571
  "a-input-tag": {
638
572
  "attributes": [
639
573
  "change",
@@ -661,63 +595,82 @@
661
595
  "tag-nowrap"
662
596
  ]
663
597
  },
664
- "a-image": {
598
+ "a-input-number": {
665
599
  "attributes": [
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"
600
+ "change",
601
+ "focus",
602
+ "blur",
603
+ "clear",
604
+ "input",
605
+ "keydown",
606
+ "model-value",
607
+ "default-value",
608
+ "mode",
609
+ "precision",
610
+ "step",
611
+ "disabled",
612
+ "error",
613
+ "max",
614
+ "min",
615
+ "formatter",
616
+ "parser",
617
+ "placeholder",
618
+ "hide-button",
619
+ "size",
620
+ "allow-clear",
621
+ "model-event",
622
+ "read-only",
623
+ "input-attrs",
624
+ "keyboard"
682
625
  ]
683
626
  },
684
- "a-image-preview": {
627
+ "a-list": {
685
628
  "attributes": [
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"
629
+ "scroll",
630
+ "reach-bottom",
631
+ "page-change",
632
+ "page-size-change",
633
+ "data",
634
+ "size",
635
+ "bordered",
636
+ "split",
637
+ "loading",
638
+ "hoverable",
639
+ "pagination-props",
640
+ "grid-props",
641
+ "max-height",
642
+ "bottom-offset",
643
+ "virtual-list-props",
644
+ "scrollbar"
699
645
  ]
700
646
  },
701
- "a-image-preview-group": {
647
+ "a-list-item": {
702
648
  "attributes": [
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"
649
+ "action-layout"
715
650
  ]
716
651
  },
717
- "a-image-preview-action": {
652
+ "a-list-item-meta": {
718
653
  "attributes": [
719
- "name",
720
- "disabled"
654
+ "title",
655
+ "description"
656
+ ]
657
+ },
658
+ "a-mention": {
659
+ "attributes": [
660
+ "change",
661
+ "search",
662
+ "select",
663
+ "clear",
664
+ "focus",
665
+ "blur",
666
+ "model-value",
667
+ "default-value",
668
+ "data",
669
+ "prefix",
670
+ "split",
671
+ "type",
672
+ "disabled",
673
+ "allow-clear"
721
674
  ]
722
675
  },
723
676
  "a-layout": {
@@ -749,35 +702,60 @@
749
702
  "hide-trigger"
750
703
  ]
751
704
  },
752
- "a-mention": {
705
+ "a-dropdown": {
753
706
  "attributes": [
754
- "change",
755
- "search",
707
+ "popup-visible-change",
756
708
  "select",
757
- "clear",
758
- "focus",
759
- "blur",
760
- "model-value",
761
- "default-value",
762
- "data",
763
- "prefix",
764
- "split",
765
- "type",
766
- "disabled",
767
- "allow-clear"
709
+ "popup-visible",
710
+ "default-popup-visible",
711
+ "trigger",
712
+ "position",
713
+ "popup-container",
714
+ "popup-max-height",
715
+ "hide-on-select"
768
716
  ]
769
717
  },
770
- "a-link": {
718
+ "a-doption": {
771
719
  "attributes": [
772
720
  "click",
773
- "href",
774
- "status",
775
- "hoverable",
776
- "icon",
777
- "loading",
721
+ "value",
778
722
  "disabled"
779
723
  ]
780
724
  },
725
+ "a-dgroup": {
726
+ "attributes": [
727
+ "title"
728
+ ]
729
+ },
730
+ "a-dsubmenu": {
731
+ "attributes": [
732
+ "popup-visible-change",
733
+ "value",
734
+ "disabled",
735
+ "trigger",
736
+ "position",
737
+ "popup-visible",
738
+ "default-popup-visible",
739
+ "option-props"
740
+ ]
741
+ },
742
+ "a-dropdown-button": {
743
+ "attributes": [
744
+ "popup-visible-change",
745
+ "click",
746
+ "select",
747
+ "popup-visible",
748
+ "default-popup-visible",
749
+ "trigger",
750
+ "position",
751
+ "popup-container",
752
+ "disabled",
753
+ "type",
754
+ "size",
755
+ "button-props",
756
+ "hide-on-select"
757
+ ]
758
+ },
781
759
  "a-modal": {
782
760
  "attributes": [
783
761
  "ok",
@@ -822,34 +800,79 @@
822
800
  "hide-title"
823
801
  ]
824
802
  },
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
- ]
803
+ "a-notification": {
804
+ "attributes": []
851
805
  },
852
- "a-sub-menu": {
806
+ "a-page-header": {
807
+ "attributes": [
808
+ "back",
809
+ "title",
810
+ "subtitle",
811
+ "show-back"
812
+ ]
813
+ },
814
+ "a-pagination": {
815
+ "attributes": [
816
+ "change",
817
+ "page-size-change",
818
+ "total",
819
+ "current",
820
+ "default-current",
821
+ "page-size",
822
+ "default-page-size",
823
+ "disabled",
824
+ "hide-on-single-page",
825
+ "simple",
826
+ "show-total",
827
+ "show-more",
828
+ "show-jumper",
829
+ "show-page-size",
830
+ "page-size-options",
831
+ "page-size-props",
832
+ "size",
833
+ "page-item-style",
834
+ "active-page-item-style",
835
+ "base-size",
836
+ "buffer-size",
837
+ "auto-adjust"
838
+ ]
839
+ },
840
+ "a-overflow-list": {
841
+ "attributes": [
842
+ "change",
843
+ "min",
844
+ "margin",
845
+ "from"
846
+ ]
847
+ },
848
+ "a-menu": {
849
+ "attributes": [
850
+ "collapse",
851
+ "menu-item-click",
852
+ "sub-menu-click",
853
+ "theme",
854
+ "mode",
855
+ "level-indent",
856
+ "auto-open",
857
+ "collapsed",
858
+ "default-collapsed",
859
+ "collapsed-width",
860
+ "accordion",
861
+ "auto-scroll-into-view",
862
+ "show-collapse-button",
863
+ "selected-keys",
864
+ "default-selected-keys",
865
+ "open-keys",
866
+ "default-open-keys",
867
+ "scroll-config",
868
+ "trigger-props",
869
+ "tooltip-props",
870
+ "auto-open-selected",
871
+ "breakpoint",
872
+ "popup-max-height"
873
+ ]
874
+ },
875
+ "a-sub-menu": {
853
876
  "attributes": [
854
877
  "title",
855
878
  "selectable",
@@ -867,20 +890,30 @@
867
890
  "disabled"
868
891
  ]
869
892
  },
870
- "a-overflow-list": {
893
+ "a-progress": {
871
894
  "attributes": [
872
- "change",
873
- "min",
874
- "margin",
875
- "from"
895
+ "type",
896
+ "size",
897
+ "percent",
898
+ "steps",
899
+ "animation",
900
+ "stroke-width",
901
+ "width",
902
+ "color",
903
+ "track-color",
904
+ "show-text",
905
+ "status"
876
906
  ]
877
907
  },
878
- "a-page-header": {
908
+ "a-link": {
879
909
  "attributes": [
880
- "back",
881
- "title",
882
- "subtitle",
883
- "show-back"
910
+ "click",
911
+ "href",
912
+ "status",
913
+ "hoverable",
914
+ "icon",
915
+ "loading",
916
+ "disabled"
884
917
  ]
885
918
  },
886
919
  "a-popconfirm": {
@@ -907,51 +940,52 @@
907
940
  "before-cancel"
908
941
  ]
909
942
  },
910
- "a-input": {
943
+ "a-radio": {
944
+ "attributes": [
945
+ "change",
946
+ "model-value",
947
+ "default-checked",
948
+ "value",
949
+ "type",
950
+ "disabled"
951
+ ]
952
+ },
953
+ "a-radio-group": {
911
954
  "attributes": [
912
- "input",
913
955
  "change",
914
- "press-enter",
915
- "clear",
916
- "focus",
917
- "blur",
918
956
  "model-value",
919
957
  "default-value",
958
+ "type",
920
959
  "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"
960
+ "options",
961
+ "direction",
962
+ "disabled"
933
963
  ]
934
964
  },
935
- "a-input-group": {
936
- "attributes": []
937
- },
938
- "a-input-password": {
965
+ "a-resize-box": {
939
966
  "attributes": [
940
- "visibility-change",
941
- "visibility",
942
- "default-visibility",
943
- "invisible-button"
967
+ "moving-start",
968
+ "moving",
969
+ "moving-end",
970
+ "width",
971
+ "height",
972
+ "component",
973
+ "directions"
944
974
  ]
945
975
  },
946
- "a-input-search": {
976
+ "a-rate": {
947
977
  "attributes": [
948
- "search",
949
- "search-button",
950
- "loading",
978
+ "change",
979
+ "hover-change",
980
+ "count",
981
+ "model-value",
982
+ "default-value",
983
+ "allow-half",
984
+ "allow-clear",
985
+ "grading",
986
+ "readonly",
951
987
  "disabled",
952
- "size",
953
- "button-text",
954
- "button-props"
988
+ "color"
955
989
  ]
956
990
  },
957
991
  "a-popover": {
@@ -970,74 +1004,12 @@
970
1004
  "popup-container"
971
1005
  ]
972
1006
  },
973
- "a-progress": {
974
- "attributes": [
975
- "type",
976
- "size",
977
- "percent",
978
- "steps",
979
- "animation",
980
- "stroke-width",
981
- "width",
982
- "color",
983
- "track-color",
984
- "show-text",
985
- "status"
986
- ]
987
- },
988
- "a-pagination": {
989
- "attributes": [
990
- "change",
991
- "page-size-change",
992
- "total",
993
- "current",
994
- "default-current",
995
- "page-size",
996
- "default-page-size",
997
- "disabled",
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"
1012
- ]
1013
- },
1014
- "a-radio": {
1015
- "attributes": [
1016
- "change",
1017
- "model-value",
1018
- "default-checked",
1019
- "value",
1020
- "type",
1021
- "disabled"
1022
- ]
1023
- },
1024
- "a-radio-group": {
1007
+ "a-scrollbar": {
1025
1008
  "attributes": [
1026
- "change",
1027
- "model-value",
1028
- "default-value",
1009
+ "scroll",
1029
1010
  "type",
1030
- "size",
1031
- "options",
1032
- "direction",
1033
- "disabled"
1034
- ]
1035
- },
1036
- "a-result": {
1037
- "attributes": [
1038
- "status",
1039
- "title",
1040
- "subtitle"
1011
+ "outer-class",
1012
+ "outer-style"
1041
1013
  ]
1042
1014
  },
1043
1015
  "a-select": {
@@ -1103,25 +1075,36 @@
1103
1075
  "label"
1104
1076
  ]
1105
1077
  },
1106
- "a-resize-box": {
1078
+ "a-result": {
1107
1079
  "attributes": [
1108
- "moving-start",
1109
- "moving",
1110
- "moving-end",
1111
- "width",
1112
- "height",
1113
- "component",
1114
- "directions"
1080
+ "status",
1081
+ "title",
1082
+ "subtitle"
1115
1083
  ]
1116
1084
  },
1117
- "a-scrollbar": {
1085
+ "a-space": {
1118
1086
  "attributes": [
1119
- "scroll",
1120
- "type",
1121
- "outer-class",
1122
- "outer-style"
1123
- ]
1124
- },
1087
+ "align",
1088
+ "direction",
1089
+ "size",
1090
+ "wrap",
1091
+ "fill"
1092
+ ]
1093
+ },
1094
+ "a-split": {
1095
+ "attributes": [
1096
+ "move-start",
1097
+ "moving",
1098
+ "move-end",
1099
+ "component",
1100
+ "direction",
1101
+ "size",
1102
+ "default-size",
1103
+ "min",
1104
+ "max",
1105
+ "disabled"
1106
+ ]
1107
+ },
1125
1108
  "a-skeleton": {
1126
1109
  "attributes": [
1127
1110
  "loading",
@@ -1142,15 +1125,6 @@
1142
1125
  "size"
1143
1126
  ]
1144
1127
  },
1145
- "a-spin": {
1146
- "attributes": [
1147
- "size",
1148
- "loading",
1149
- "dot",
1150
- "tip",
1151
- "hide-icon"
1152
- ]
1153
- },
1154
1128
  "a-slider": {
1155
1129
  "attributes": [
1156
1130
  "change",
@@ -1168,35 +1142,58 @@
1168
1142
  "show-tooltip"
1169
1143
  ]
1170
1144
  },
1171
- "a-steps": {
1145
+ "a-tag": {
1172
1146
  "attributes": [
1173
- "change",
1174
- "type",
1175
- "direction",
1176
- "label-placement",
1177
- "current",
1178
- "default-current",
1179
- "status",
1180
- "line-less",
1181
- "small",
1182
- "changeable"
1147
+ "close",
1148
+ "check",
1149
+ "color",
1150
+ "size",
1151
+ "bordered",
1152
+ "visible",
1153
+ "default-visible",
1154
+ "loading",
1155
+ "closable",
1156
+ "checkable",
1157
+ "checked",
1158
+ "default-checked",
1159
+ "nowrap"
1183
1160
  ]
1184
1161
  },
1185
- "a-step": {
1162
+ "a-spin": {
1163
+ "attributes": [
1164
+ "size",
1165
+ "loading",
1166
+ "dot",
1167
+ "tip",
1168
+ "hide-icon"
1169
+ ]
1170
+ },
1171
+ "a-statistic": {
1186
1172
  "attributes": [
1187
1173
  "title",
1188
- "description",
1189
- "status",
1190
- "disabled"
1174
+ "value",
1175
+ "format",
1176
+ "extra",
1177
+ "start",
1178
+ "precision",
1179
+ "separator",
1180
+ "show-group-separator",
1181
+ "animation",
1182
+ "animation-duration",
1183
+ "value-from",
1184
+ "placeholder",
1185
+ "value-style"
1191
1186
  ]
1192
1187
  },
1193
- "a-space": {
1188
+ "a-countdown": {
1194
1189
  "attributes": [
1195
- "align",
1196
- "direction",
1197
- "size",
1198
- "wrap",
1199
- "fill"
1190
+ "finish",
1191
+ "title",
1192
+ "value",
1193
+ "now",
1194
+ "format",
1195
+ "start",
1196
+ "value-style"
1200
1197
  ]
1201
1198
  },
1202
1199
  "a-switch": {
@@ -1302,6 +1299,27 @@
1302
1299
  "tooltip"
1303
1300
  ]
1304
1301
  },
1302
+ "a-textarea": {
1303
+ "attributes": [
1304
+ "input",
1305
+ "change",
1306
+ "clear",
1307
+ "focus",
1308
+ "blur",
1309
+ "model-value",
1310
+ "default-value",
1311
+ "placeholder",
1312
+ "disabled",
1313
+ "error",
1314
+ "max-length",
1315
+ "show-word-limit",
1316
+ "allow-clear",
1317
+ "auto-size",
1318
+ "word-length",
1319
+ "word-slice",
1320
+ "textarea-attrs"
1321
+ ]
1322
+ },
1305
1323
  "a-tabs": {
1306
1324
  "attributes": [
1307
1325
  "change",
@@ -1354,57 +1372,6 @@
1354
1372
  "position"
1355
1373
  ]
1356
1374
  },
1357
- "a-tooltip": {
1358
- "attributes": [
1359
- "popup-visible-change",
1360
- "popup-visible",
1361
- "default-popup-visible",
1362
- "content",
1363
- "position",
1364
- "mini",
1365
- "background-color",
1366
- "content-class",
1367
- "content-style",
1368
- "arrow-class",
1369
- "arrow-style",
1370
- "popup-container"
1371
- ]
1372
- },
1373
- "a-textarea": {
1374
- "attributes": [
1375
- "input",
1376
- "change",
1377
- "clear",
1378
- "focus",
1379
- "blur",
1380
- "model-value",
1381
- "default-value",
1382
- "placeholder",
1383
- "disabled",
1384
- "error",
1385
- "max-length",
1386
- "show-word-limit",
1387
- "allow-clear",
1388
- "auto-size",
1389
- "word-length",
1390
- "word-slice",
1391
- "textarea-attrs"
1392
- ]
1393
- },
1394
- "a-split": {
1395
- "attributes": [
1396
- "move-start",
1397
- "moving",
1398
- "move-end",
1399
- "component",
1400
- "direction",
1401
- "size",
1402
- "default-size",
1403
- "min",
1404
- "max",
1405
- "disabled"
1406
- ]
1407
- },
1408
1375
  "a-time-picker": {
1409
1376
  "attributes": [
1410
1377
  "change",
@@ -1436,9 +1403,6 @@
1436
1403
  "unmount-on-close"
1437
1404
  ]
1438
1405
  },
1439
- "a-notification": {
1440
- "attributes": []
1441
- },
1442
1406
  "a-transfer": {
1443
1407
  "attributes": [
1444
1408
  "change",
@@ -1459,89 +1423,106 @@
1459
1423
  "target-input-search-props"
1460
1424
  ]
1461
1425
  },
1462
- "a-tree-select": {
1426
+ "a-tree": {
1463
1427
  "attributes": [
1464
- "change",
1465
- "popup-visible-change",
1466
- "search",
1467
- "clear",
1468
- "input-value-change",
1469
- "disabled",
1470
- "loading",
1471
- "error",
1428
+ "select",
1429
+ "check",
1430
+ "expand",
1431
+ "drag-start",
1432
+ "drag-end",
1433
+ "drag-over",
1434
+ "drag-leave",
1435
+ "drop",
1472
1436
  "size",
1473
- "border",
1474
- "allow-search",
1475
- "allow-clear",
1476
- "placeholder",
1477
- "max-tag-count",
1437
+ "block-node",
1438
+ "default-expand-all",
1478
1439
  "multiple",
1479
- "default-value",
1480
- "model-value",
1481
- "field-names",
1440
+ "checkable",
1441
+ "selectable",
1442
+ "check-strictly",
1443
+ "checked-strategy",
1444
+ "default-selected-keys",
1445
+ "selected-keys",
1446
+ "default-checked-keys",
1447
+ "checked-keys",
1448
+ "default-expanded-keys",
1449
+ "expanded-keys",
1482
1450
  "data",
1483
- "label-in-value",
1484
- "tree-checkable",
1485
- "tree-check-strictly",
1486
- "tree-checked-strategy",
1487
- "tree-props",
1488
- "trigger-props",
1489
- "popup-visible",
1490
- "default-popup-visible",
1491
- "dropdown-style",
1492
- "dropdown-class-name",
1493
- "filter-tree-node",
1451
+ "field-names",
1452
+ "show-line",
1494
1453
  "load-more",
1495
- "disable-filter",
1496
- "popup-container",
1497
- "fallback-option",
1498
- "selectable",
1499
- "scrollbar",
1500
- "show-header-on-empty",
1501
- "show-footer-on-empty",
1502
- "input-value",
1503
- "default-input-value"
1454
+ "draggable",
1455
+ "allow-drop",
1456
+ "virtual-list-props",
1457
+ "default-expand-selected",
1458
+ "default-expand-checked",
1459
+ "auto-expand-parent",
1460
+ "half-checked-keys",
1461
+ "only-check-leaf",
1462
+ "animation",
1463
+ "action-on-node-click"
1504
1464
  ]
1505
1465
  },
1506
- "a-upload": {
1466
+ "a-steps": {
1507
1467
  "attributes": [
1508
- "exceed-limit",
1509
1468
  "change",
1510
- "progress",
1511
- "preview",
1512
- "success",
1513
- "error",
1514
- "file-list",
1515
- "default-file-list",
1516
- "accept",
1517
- "action",
1518
- "disabled",
1519
- "multiple",
1520
- "directory",
1521
- "draggable",
1522
- "tip",
1523
- "headers",
1524
- "data",
1525
- "name",
1526
- "with-credentials",
1527
- "custom-request",
1528
- "limit",
1529
- "auto-upload",
1530
- "show-file-list",
1531
- "show-remove-button",
1532
- "show-retry-button",
1533
- "show-cancel-button",
1534
- "show-upload-button",
1535
- "show-preview-button",
1536
- "download",
1537
- "show-link",
1538
- "image-loading",
1539
- "list-type",
1540
- "response-url-key",
1541
- "custom-icon",
1542
- "before-upload",
1543
- "before-remove",
1544
- "button-click"
1469
+ "type",
1470
+ "direction",
1471
+ "label-placement",
1472
+ "current",
1473
+ "default-current",
1474
+ "status",
1475
+ "line-less",
1476
+ "small",
1477
+ "changeable"
1478
+ ]
1479
+ },
1480
+ "a-step": {
1481
+ "attributes": [
1482
+ "title",
1483
+ "description",
1484
+ "status",
1485
+ "disabled"
1486
+ ]
1487
+ },
1488
+ "a-trigger": {
1489
+ "attributes": [
1490
+ "popup-visible-change",
1491
+ "show",
1492
+ "hide",
1493
+ "popup-visible",
1494
+ "default-popup-visible",
1495
+ "trigger",
1496
+ "position",
1497
+ "disabled",
1498
+ "popup-offset",
1499
+ "popup-translate",
1500
+ "show-arrow",
1501
+ "align-point",
1502
+ "popup-hover-stay",
1503
+ "blur-to-close",
1504
+ "click-to-close",
1505
+ "click-outside-to-close",
1506
+ "unmount-on-close",
1507
+ "content-class",
1508
+ "content-style",
1509
+ "arrow-class",
1510
+ "arrow-style",
1511
+ "popup-style",
1512
+ "animation-name",
1513
+ "duration",
1514
+ "mouse-enter-delay",
1515
+ "mouse-leave-delay",
1516
+ "focus-delay",
1517
+ "auto-fit-popup-width",
1518
+ "auto-fit-popup-min-width",
1519
+ "auto-fix-position",
1520
+ "popup-container",
1521
+ "auto-fit-position",
1522
+ "render-to-body",
1523
+ "prevent-focus",
1524
+ "scroll-to-close",
1525
+ "scroll-to-close-distance"
1545
1526
  ]
1546
1527
  },
1547
1528
  "a-typography": {
@@ -1628,21 +1609,63 @@
1628
1609
  "copy-tooltip-props"
1629
1610
  ]
1630
1611
  },
1631
- "a-tag": {
1612
+ "a-watermark": {
1632
1613
  "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"
1614
+ "content",
1615
+ "image",
1616
+ "width",
1617
+ "height",
1618
+ "gap",
1619
+ "offset",
1620
+ "rotate",
1621
+ "font",
1622
+ "z-index",
1623
+ "alpha",
1624
+ "anti-tamper",
1625
+ "grayscale",
1626
+ "repeat",
1627
+ "staggered"
1628
+ ]
1629
+ },
1630
+ "a-upload": {
1631
+ "attributes": [
1632
+ "exceed-limit",
1633
+ "change",
1634
+ "progress",
1635
+ "preview",
1636
+ "success",
1637
+ "error",
1638
+ "file-list",
1639
+ "default-file-list",
1640
+ "accept",
1641
+ "action",
1642
+ "disabled",
1643
+ "multiple",
1644
+ "directory",
1645
+ "draggable",
1646
+ "tip",
1647
+ "headers",
1648
+ "data",
1649
+ "name",
1650
+ "with-credentials",
1651
+ "custom-request",
1652
+ "limit",
1653
+ "auto-upload",
1654
+ "show-file-list",
1655
+ "show-remove-button",
1656
+ "show-retry-button",
1657
+ "show-cancel-button",
1658
+ "show-upload-button",
1659
+ "show-preview-button",
1660
+ "download",
1661
+ "show-link",
1662
+ "image-loading",
1663
+ "list-type",
1664
+ "response-url-key",
1665
+ "custom-icon",
1666
+ "before-upload",
1667
+ "before-remove",
1668
+ "button-click"
1646
1669
  ]
1647
1670
  },
1648
1671
  "a-verification-code": {
@@ -1662,145 +1685,123 @@
1662
1685
  "formatter"
1663
1686
  ]
1664
1687
  },
1665
- "a-trigger": {
1688
+ "a-tree-select": {
1666
1689
  "attributes": [
1690
+ "change",
1667
1691
  "popup-visible-change",
1668
- "show",
1669
- "hide",
1692
+ "search",
1693
+ "clear",
1694
+ "input-value-change",
1695
+ "disabled",
1696
+ "loading",
1697
+ "error",
1698
+ "size",
1699
+ "border",
1700
+ "allow-search",
1701
+ "allow-clear",
1702
+ "placeholder",
1703
+ "max-tag-count",
1704
+ "multiple",
1705
+ "default-value",
1706
+ "model-value",
1707
+ "field-names",
1708
+ "data",
1709
+ "label-in-value",
1710
+ "tree-checkable",
1711
+ "tree-check-strictly",
1712
+ "tree-checked-strategy",
1713
+ "tree-props",
1714
+ "trigger-props",
1670
1715
  "popup-visible",
1671
1716
  "default-popup-visible",
1672
- "trigger",
1717
+ "dropdown-style",
1718
+ "dropdown-class-name",
1719
+ "filter-tree-node",
1720
+ "load-more",
1721
+ "disable-filter",
1722
+ "popup-container",
1723
+ "fallback-option",
1724
+ "selectable",
1725
+ "scrollbar",
1726
+ "show-header-on-empty",
1727
+ "show-footer-on-empty",
1728
+ "input-value",
1729
+ "default-input-value"
1730
+ ]
1731
+ },
1732
+ "a-tooltip": {
1733
+ "attributes": [
1734
+ "popup-visible-change",
1735
+ "popup-visible",
1736
+ "default-popup-visible",
1737
+ "content",
1673
1738
  "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",
1739
+ "mini",
1740
+ "background-color",
1684
1741
  "content-class",
1685
1742
  "content-style",
1686
1743
  "arrow-class",
1687
1744
  "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"
1745
+ "popup-container"
1720
1746
  ]
1721
1747
  },
1722
- "a-countdown": {
1748
+ "a-image": {
1723
1749
  "attributes": [
1724
- "finish",
1750
+ "preview-visible-change",
1751
+ "src",
1752
+ "width",
1753
+ "height",
1725
1754
  "title",
1726
- "value",
1727
- "now",
1728
- "format",
1729
- "start",
1730
- "value-style"
1755
+ "description",
1756
+ "fit",
1757
+ "alt",
1758
+ "hide-footer",
1759
+ "footer-position",
1760
+ "show-loader",
1761
+ "preview",
1762
+ "preview-visible",
1763
+ "default-preview-visible",
1764
+ "preview-props",
1765
+ "footer-class"
1731
1766
  ]
1732
1767
  },
1733
- "a-watermark": {
1768
+ "a-image-preview": {
1734
1769
  "attributes": [
1735
- "content",
1736
- "image",
1737
- "width",
1738
- "height",
1739
- "gap",
1740
- "offset",
1741
- "rotate",
1742
- "font",
1743
- "z-index",
1744
- "alpha",
1745
- "anti-tamper",
1746
- "grayscale",
1747
- "repeat",
1748
- "staggered"
1770
+ "close",
1771
+ "src",
1772
+ "visible",
1773
+ "default-visible",
1774
+ "mask-closable",
1775
+ "closable",
1776
+ "actions-layout",
1777
+ "popup-container",
1778
+ "esc-to-close",
1779
+ "wheel-zoom",
1780
+ "keyboard",
1781
+ "default-scale",
1782
+ "zoom-rate"
1749
1783
  ]
1750
1784
  },
1751
- "a-tree": {
1785
+ "a-image-preview-group": {
1752
1786
  "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"
1787
+ "change",
1788
+ "visible-change",
1789
+ "src-list",
1790
+ "current",
1791
+ "default-current",
1792
+ "infinite",
1793
+ "visible",
1794
+ "default-visible",
1795
+ "mask-closable",
1796
+ "closable",
1797
+ "actions-layout",
1798
+ "popup-container"
1789
1799
  ]
1790
1800
  },
1791
- "a-rate": {
1801
+ "a-image-preview-action": {
1792
1802
  "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"
1803
+ "name",
1804
+ "disabled"
1804
1805
  ]
1805
1806
  }
1806
1807
  }