@geelato/web-vue 2.58.2 → 2.58.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist/arco-vue.js +3 -0
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +1 -1
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +3 -0
  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 +5 -5
  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 +9 -9
  57. package/es/drawer/index.d.ts +19 -19
  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 +3 -0
  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 +18 -18
  76. package/es/input-number/input-number.d.ts +8 -8
  77. package/es/input-tag/index.d.ts +30 -30
  78. package/es/input-tag/input-tag.d.ts +11 -11
  79. package/es/list/index.d.ts +12 -12
  80. package/es/list/list.d.ts +5 -5
  81. package/es/mention/index.d.ts +15 -15
  82. package/es/mention/mention.d.ts +5 -5
  83. package/es/menu/base-menu.d.ts +1 -1
  84. package/es/menu/item.d.ts +1 -1
  85. package/es/menu/menu.d.ts +1 -1
  86. package/es/menu/sub-menu-pop.d.ts +15 -15
  87. package/es/message/message.d.ts +7 -7
  88. package/es/modal/index.d.ts +16 -16
  89. package/es/modal/modal.d.ts +8 -8
  90. package/es/notification/notification.d.ts +4 -4
  91. package/es/page-header/index.d.ts +6 -6
  92. package/es/page-header/page-header.d.ts +3 -3
  93. package/es/pagination/index.d.ts +3 -3
  94. package/es/pagination/page-jumper.d.ts +18 -18
  95. package/es/pagination/page-options.d.ts +85 -85
  96. package/es/pagination/pagination.d.ts +2 -2
  97. package/es/popconfirm/index.d.ts +37 -37
  98. package/es/popconfirm/popconfirm.d.ts +18 -18
  99. package/es/popover/index.d.ts +24 -24
  100. package/es/popover/popover.d.ts +12 -12
  101. package/es/progress/circle.d.ts +5 -5
  102. package/es/progress/index.d.ts +36 -36
  103. package/es/progress/line.d.ts +5 -5
  104. package/es/progress/progress.d.ts +19 -19
  105. package/es/progress/steps.d.ts +2 -2
  106. package/es/radio/index.d.ts +16 -16
  107. package/es/radio/radio-group.d.ts +4 -4
  108. package/es/radio/radio.d.ts +5 -5
  109. package/es/rate/index.d.ts +9 -9
  110. package/es/rate/rate.d.ts +3 -3
  111. package/es/scrollbar/index.d.ts +6 -6
  112. package/es/scrollbar/scrollbar.d.ts +3 -3
  113. package/es/select/index.d.ts +85 -85
  114. package/es/select/option.d.ts +16 -16
  115. package/es/select/select-dropdown.d.ts +7 -7
  116. package/es/select/select.d.ts +30 -30
  117. package/es/skeleton/index.d.ts +3 -3
  118. package/es/skeleton/skeleton.d.ts +1 -1
  119. package/es/slider/index.d.ts +96 -96
  120. package/es/slider/slider-button.d.ts +27 -27
  121. package/es/slider/slider-input.d.ts +18 -18
  122. package/es/slider/slider.d.ts +47 -47
  123. package/es/space/index.d.ts +6 -6
  124. package/es/space/space.d.ts +3 -3
  125. package/es/split/index.d.ts +6 -6
  126. package/es/split/split.d.ts +2 -2
  127. package/es/statistic/countdown.d.ts +1 -1
  128. package/es/statistic/index.d.ts +4 -4
  129. package/es/statistic/statistic.d.ts +1 -1
  130. package/es/steps/index.d.ts +9 -9
  131. package/es/steps/step.d.ts +3 -3
  132. package/es/steps/steps.d.ts +3 -3
  133. package/es/switch/index.d.ts +15 -15
  134. package/es/switch/switch.d.ts +9 -9
  135. package/es/table/index.d.ts +24 -24
  136. package/es/table/style/index.css +3 -0
  137. package/es/table/style/index.less +3 -3
  138. package/es/table/table-column.d.ts +2 -2
  139. package/es/table/table-operation-td.d.ts +30 -30
  140. package/es/table/table-td.d.ts +1 -1
  141. package/es/table/table.d.ts +11 -11
  142. package/es/table/table.js +3 -0
  143. package/es/tabs/index.d.ts +9 -9
  144. package/es/tabs/tabs-nav.d.ts +1 -1
  145. package/es/tabs/tabs-tab.d.ts +4 -4
  146. package/es/tabs/tabs.d.ts +4 -4
  147. package/es/tag/index.d.ts +12 -12
  148. package/es/tag/tag.d.ts +6 -6
  149. package/es/textarea/index.d.ts +15 -15
  150. package/es/textarea/textarea.d.ts +6 -6
  151. package/es/time-picker/index.d.ts +113 -113
  152. package/es/time-picker/panel.d.ts +8 -8
  153. package/es/time-picker/range-panel.d.ts +8 -8
  154. package/es/time-picker/time-picker.d.ts +54 -54
  155. package/es/timeline/index.d.ts +3 -3
  156. package/es/timeline/timeline.d.ts +2 -2
  157. package/es/tooltip/index.d.ts +27 -27
  158. package/es/tooltip/tooltip.d.ts +13 -13
  159. package/es/transfer/index.d.ts +90 -90
  160. package/es/transfer/transfer-view.d.ts +37 -37
  161. package/es/transfer/transfer.d.ts +44 -44
  162. package/es/tree/base-node.d.ts +14 -14
  163. package/es/tree/index.d.ts +19 -19
  164. package/es/tree/transition-node-list.d.ts +14 -14
  165. package/es/tree/tree.d.ts +9 -9
  166. package/es/tree-select/index.d.ts +95 -95
  167. package/es/tree-select/panel.d.ts +19 -19
  168. package/es/tree-select/tree-select.d.ts +45 -45
  169. package/es/trigger/index.d.ts +12 -12
  170. package/es/trigger/trigger.d.ts +7 -7
  171. package/es/typography/base.d.ts +2 -2
  172. package/es/typography/edit-content.d.ts +67 -67
  173. package/es/typography/index.d.ts +3 -3
  174. package/es/typography/operations.d.ts +27 -27
  175. package/es/typography/title.d.ts +3 -3
  176. package/es/upload/index.d.ts +6 -6
  177. package/es/upload/upload.d.ts +2 -2
  178. package/es/verification-code/index.d.ts +12 -12
  179. package/es/verification-code/verification-code.d.ts +5 -5
  180. package/json/vetur-attributes.json +1910 -1910
  181. package/json/vetur-tags.json +721 -721
  182. package/json/web-types.json +4999 -4999
  183. package/lib/index.css +3 -0
  184. package/lib/table/style/index.css +3 -0
  185. package/lib/table/style/index.less +3 -3
  186. package/lib/table/table.js +3 -0
  187. package/package.json +1 -1
@@ -1,36 +1,43 @@
1
1
  {
2
- "a-affix": {
2
+ "a-auto-complete": {
3
3
  "attributes": [
4
4
  "change",
5
- "offset-top",
6
- "offset-bottom",
7
- "target",
8
- "target-container"
5
+ "search",
6
+ "select",
7
+ "clear",
8
+ "dropdown-scroll",
9
+ "dropdown-reach-bottom",
10
+ "model-value",
11
+ "default-value",
12
+ "disabled",
13
+ "data",
14
+ "popup-container",
15
+ "strict",
16
+ "filter-option",
17
+ "trigger-props",
18
+ "allow-clear",
19
+ "virtual-list-props"
9
20
  ]
10
21
  },
11
- "a-avatar": {
22
+ "a-alert": {
12
23
  "attributes": [
13
- "click",
14
- "error",
15
- "load",
16
- "shape",
17
- "image-url",
18
- "size",
19
- "auto-fix-font-size",
20
- "trigger-type",
21
- "trigger-icon-style",
22
- "object-fit"
24
+ "close",
25
+ "after-close",
26
+ "type",
27
+ "show-icon",
28
+ "closable",
29
+ "title",
30
+ "banner",
31
+ "center"
23
32
  ]
24
33
  },
25
- "a-avatar-group": {
34
+ "a-affix": {
26
35
  "attributes": [
27
- "shape",
28
- "size",
29
- "auto-fix-font-size",
30
- "max-count",
31
- "z-index-ascend",
32
- "max-style",
33
- "max-popover-trigger-props"
36
+ "change",
37
+ "offset-top",
38
+ "offset-bottom",
39
+ "target",
40
+ "target-container"
34
41
  ]
35
42
  },
36
43
  "a-breadcrumb": {
@@ -48,16 +55,47 @@
48
55
  "dropdown-props"
49
56
  ]
50
57
  },
51
- "a-alert": {
58
+ "a-back-top": {
52
59
  "attributes": [
53
- "close",
54
- "after-close",
60
+ "visible-height",
61
+ "target-container",
62
+ "easing",
63
+ "duration"
64
+ ]
65
+ },
66
+ "a-button": {
67
+ "attributes": [
68
+ "click",
55
69
  "type",
56
- "show-icon",
57
- "closable",
58
- "title",
59
- "banner",
60
- "center"
70
+ "shape",
71
+ "status",
72
+ "size",
73
+ "long",
74
+ "loading",
75
+ "disabled",
76
+ "html-type",
77
+ "autofocus",
78
+ "href"
79
+ ]
80
+ },
81
+ "a-button-group": {
82
+ "attributes": [
83
+ "type",
84
+ "status",
85
+ "shape",
86
+ "size",
87
+ "disabled"
88
+ ]
89
+ },
90
+ "a-calendar": {
91
+ "attributes": [
92
+ "change",
93
+ "panel-change",
94
+ "model-value",
95
+ "default-value",
96
+ "mode",
97
+ "default-mode",
98
+ "modes"
61
99
  ]
62
100
  },
63
101
  "a-badge": {
@@ -72,56 +110,69 @@
72
110
  "count"
73
111
  ]
74
112
  },
75
- "a-auto-complete": {
113
+ "a-card": {
114
+ "attributes": [
115
+ "bordered",
116
+ "loading",
117
+ "hoverable",
118
+ "size",
119
+ "header-style",
120
+ "body-style",
121
+ "title",
122
+ "extra"
123
+ ]
124
+ },
125
+ "a-card-meta": {
126
+ "attributes": [
127
+ "title",
128
+ "description"
129
+ ]
130
+ },
131
+ "a-card-grid": {
132
+ "attributes": [
133
+ "hoverable"
134
+ ]
135
+ },
136
+ "a-carousel": {
76
137
  "attributes": [
77
138
  "change",
78
- "search",
79
- "select",
80
- "clear",
81
- "dropdown-scroll",
82
- "dropdown-reach-bottom",
83
- "model-value",
84
- "default-value",
85
- "disabled",
86
- "data",
87
- "popup-container",
88
- "strict",
89
- "filter-option",
90
- "trigger-props",
91
- "allow-clear",
92
- "virtual-list-props"
139
+ "current",
140
+ "default-current",
141
+ "move-speed",
142
+ "animation-name",
143
+ "trigger",
144
+ "direction",
145
+ "show-arrow",
146
+ "arrow-class",
147
+ "indicator-type",
148
+ "indicator-position",
149
+ "indicator-class",
150
+ "transition-timing-function"
93
151
  ]
94
152
  },
95
- "a-button": {
153
+ "a-avatar": {
96
154
  "attributes": [
97
155
  "click",
98
- "type",
156
+ "error",
157
+ "load",
99
158
  "shape",
100
- "status",
159
+ "image-url",
101
160
  "size",
102
- "long",
103
- "loading",
104
- "disabled",
105
- "html-type",
106
- "autofocus",
107
- "href"
161
+ "auto-fix-font-size",
162
+ "trigger-type",
163
+ "trigger-icon-style",
164
+ "object-fit"
108
165
  ]
109
166
  },
110
- "a-button-group": {
167
+ "a-avatar-group": {
111
168
  "attributes": [
112
- "type",
113
- "status",
114
169
  "shape",
115
170
  "size",
116
- "disabled"
117
- ]
118
- },
119
- "a-back-top": {
120
- "attributes": [
121
- "visible-height",
122
- "target-container",
123
- "easing",
124
- "duration"
171
+ "auto-fix-font-size",
172
+ "max-count",
173
+ "z-index-ascend",
174
+ "max-style",
175
+ "max-popover-trigger-props"
125
176
  ]
126
177
  },
127
178
  "a-checkbox": {
@@ -221,78 +272,55 @@
221
272
  "expand-child"
222
273
  ]
223
274
  },
224
- "a-collapse": {
275
+ "a-descriptions": {
225
276
  "attributes": [
226
- "change",
227
- "active-key",
228
- "default-active-key",
229
- "accordion",
230
- "show-expand-icon",
231
- "expand-icon-position",
277
+ "data",
278
+ "column",
279
+ "title",
280
+ "layout",
281
+ "align",
282
+ "size",
232
283
  "bordered",
233
- "destroy-on-hide"
284
+ "label-style",
285
+ "value-style",
286
+ "table-layout"
234
287
  ]
235
288
  },
236
- "a-collapse-item": {
289
+ "a-descriptions-item": {
237
290
  "attributes": [
238
- "header",
239
- "disabled",
240
- "show-expand-icon",
241
- "destroy-on-hide"
291
+ "span",
292
+ "label"
242
293
  ]
243
294
  },
244
- "a-calendar": {
295
+ "a-color-picker": {
245
296
  "attributes": [
246
297
  "change",
247
- "panel-change",
298
+ "popup-visible-change",
248
299
  "model-value",
249
300
  "default-value",
250
- "mode",
251
- "default-mode",
252
- "modes"
253
- ]
254
- },
255
- "a-card": {
256
- "attributes": [
257
- "bordered",
258
- "loading",
259
- "hoverable",
301
+ "format",
260
302
  "size",
261
- "header-style",
262
- "body-style",
263
- "title",
264
- "extra"
303
+ "show-text",
304
+ "show-history",
305
+ "show-preset",
306
+ "disabled",
307
+ "disabled-alpha",
308
+ "hide-trigger",
309
+ "trigger-props",
310
+ "history-colors",
311
+ "preset-colors"
265
312
  ]
266
313
  },
267
- "a-card-meta": {
314
+ "a-comment": {
268
315
  "attributes": [
269
- "title",
270
- "description"
316
+ "author",
317
+ "avatar",
318
+ "content",
319
+ "datetime",
320
+ "align"
271
321
  ]
272
322
  },
273
- "a-card-grid": {
274
- "attributes": [
275
- "hoverable"
276
- ]
277
- },
278
- "a-carousel": {
279
- "attributes": [
280
- "change",
281
- "current",
282
- "default-current",
283
- "move-speed",
284
- "animation-name",
285
- "trigger",
286
- "direction",
287
- "show-arrow",
288
- "arrow-class",
289
- "indicator-type",
290
- "indicator-position",
291
- "indicator-class",
292
- "transition-timing-function"
293
- ]
294
- },
295
- "a-range-picker": {
323
+ "a-range-picker": {
296
324
  "attributes": [
297
325
  "change",
298
326
  "select",
@@ -321,25 +349,6 @@
321
349
  "abbreviation"
322
350
  ]
323
351
  },
324
- "a-color-picker": {
325
- "attributes": [
326
- "change",
327
- "popup-visible-change",
328
- "model-value",
329
- "default-value",
330
- "format",
331
- "size",
332
- "show-text",
333
- "show-history",
334
- "show-preset",
335
- "disabled",
336
- "disabled-alpha",
337
- "hide-trigger",
338
- "trigger-props",
339
- "history-colors",
340
- "preset-colors"
341
- ]
342
- },
343
352
  "a-config-provider": {
344
353
  "attributes": [
345
354
  "prefix-cls",
@@ -351,60 +360,24 @@
351
360
  "rtl"
352
361
  ]
353
362
  },
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
- },
390
- "a-descriptions": {
363
+ "a-collapse": {
391
364
  "attributes": [
392
- "data",
393
- "column",
394
- "title",
395
- "layout",
396
- "align",
397
- "size",
365
+ "change",
366
+ "active-key",
367
+ "default-active-key",
368
+ "accordion",
369
+ "show-expand-icon",
370
+ "expand-icon-position",
398
371
  "bordered",
399
- "label-style",
400
- "value-style",
401
- "table-layout"
372
+ "destroy-on-hide"
402
373
  ]
403
374
  },
404
- "a-descriptions-item": {
375
+ "a-collapse-item": {
405
376
  "attributes": [
406
- "span",
407
- "label"
377
+ "header",
378
+ "disabled",
379
+ "show-expand-icon",
380
+ "destroy-on-hide"
408
381
  ]
409
382
  },
410
383
  "a-dropdown": {
@@ -461,6 +434,15 @@
461
434
  "hide-on-select"
462
435
  ]
463
436
  },
437
+ "a-divider": {
438
+ "attributes": [
439
+ "direction",
440
+ "orientation",
441
+ "type",
442
+ "size",
443
+ "margin"
444
+ ]
445
+ },
464
446
  "a-empty": {
465
447
  "attributes": [
466
448
  "description",
@@ -518,24 +500,6 @@
518
500
  "label-attrs"
519
501
  ]
520
502
  },
521
- "a-divider": {
522
- "attributes": [
523
- "direction",
524
- "orientation",
525
- "type",
526
- "size",
527
- "margin"
528
- ]
529
- },
530
- "a-comment": {
531
- "attributes": [
532
- "author",
533
- "avatar",
534
- "content",
535
- "datetime",
536
- "align"
537
- ]
538
- },
539
503
  "a-input-number": {
540
504
  "attributes": [
541
505
  "change",
@@ -564,37 +528,6 @@
564
528
  "input-attrs"
565
529
  ]
566
530
  },
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
531
  "a-row": {
599
532
  "attributes": [
600
533
  "gutter",
@@ -634,33 +567,6 @@
634
567
  "suffix"
635
568
  ]
636
569
  },
637
- "a-input-tag": {
638
- "attributes": [
639
- "change",
640
- "input-value-change",
641
- "press-enter",
642
- "remove",
643
- "clear",
644
- "focus",
645
- "blur",
646
- "model-value",
647
- "default-value",
648
- "input-value",
649
- "default-input-value",
650
- "placeholder",
651
- "disabled",
652
- "error",
653
- "readonly",
654
- "allow-clear",
655
- "size",
656
- "max-tag-count",
657
- "retain-input-value",
658
- "format-tag",
659
- "unique-value",
660
- "field-names",
661
- "tag-nowrap"
662
- ]
663
- },
664
570
  "a-image": {
665
571
  "attributes": [
666
572
  "preview-visible-change",
@@ -720,6 +626,37 @@
720
626
  "disabled"
721
627
  ]
722
628
  },
629
+ "a-list": {
630
+ "attributes": [
631
+ "scroll",
632
+ "reach-bottom",
633
+ "page-change",
634
+ "page-size-change",
635
+ "data",
636
+ "size",
637
+ "bordered",
638
+ "split",
639
+ "loading",
640
+ "hoverable",
641
+ "pagination-props",
642
+ "grid-props",
643
+ "max-height",
644
+ "bottom-offset",
645
+ "virtual-list-props",
646
+ "scrollbar"
647
+ ]
648
+ },
649
+ "a-list-item": {
650
+ "attributes": [
651
+ "action-layout"
652
+ ]
653
+ },
654
+ "a-list-item-meta": {
655
+ "attributes": [
656
+ "title",
657
+ "description"
658
+ ]
659
+ },
723
660
  "a-layout": {
724
661
  "attributes": [
725
662
  "has-sider"
@@ -749,36 +686,54 @@
749
686
  "hide-trigger"
750
687
  ]
751
688
  },
752
- "a-mention": {
689
+ "a-input": {
753
690
  "attributes": [
691
+ "input",
754
692
  "change",
755
- "search",
756
- "select",
693
+ "press-enter",
757
694
  "clear",
758
695
  "focus",
759
696
  "blur",
760
697
  "model-value",
761
698
  "default-value",
762
- "data",
763
- "prefix",
764
- "split",
765
- "type",
699
+ "size",
700
+ "allow-clear",
766
701
  "disabled",
767
- "allow-clear"
702
+ "readonly",
703
+ "error",
704
+ "placeholder",
705
+ "max-length",
706
+ "show-word-limit",
707
+ "word-length",
708
+ "word-slice",
709
+ "input-attrs",
710
+ "prepend",
711
+ "append"
768
712
  ]
769
713
  },
770
- "a-link": {
714
+ "a-input-group": {
715
+ "attributes": []
716
+ },
717
+ "a-input-password": {
771
718
  "attributes": [
772
- "click",
773
- "href",
774
- "status",
775
- "hoverable",
776
- "icon",
777
- "loading",
778
- "disabled"
719
+ "visibility-change",
720
+ "visibility",
721
+ "default-visibility",
722
+ "invisible-button"
779
723
  ]
780
724
  },
781
- "a-modal": {
725
+ "a-input-search": {
726
+ "attributes": [
727
+ "search",
728
+ "search-button",
729
+ "loading",
730
+ "disabled",
731
+ "size",
732
+ "button-text",
733
+ "button-props"
734
+ ]
735
+ },
736
+ "a-drawer": {
782
737
  "attributes": [
783
738
  "ok",
784
739
  "cancel",
@@ -788,38 +743,48 @@
788
743
  "before-close",
789
744
  "visible",
790
745
  "default-visible",
791
- "width",
792
- "top",
793
- "mask",
746
+ "placement",
794
747
  "title",
795
- "title-align",
796
- "align-center",
797
- "unmount-on-close",
748
+ "mask",
798
749
  "mask-closable",
799
- "hide-cancel",
800
- "simple",
801
750
  "closable",
802
751
  "ok-text",
803
752
  "cancel-text",
804
753
  "ok-loading",
805
754
  "ok-button-props",
806
755
  "cancel-button-props",
807
- "footer",
808
- "render-to-body",
756
+ "unmount-on-close",
757
+ "width",
758
+ "height",
809
759
  "popup-container",
810
- "mask-style",
811
- "modal-class",
812
- "modal-style",
760
+ "drawer-style",
761
+ "body-class",
762
+ "body-style",
813
763
  "before-ok",
814
764
  "before-cancel",
815
765
  "esc-to-close",
816
- "draggable",
817
- "fullscreen",
818
- "mask-animation-name",
819
- "modal-animation-name",
820
- "body-class",
821
- "body-style",
822
- "hide-title"
766
+ "render-to-body",
767
+ "header",
768
+ "footer",
769
+ "hide-cancel"
770
+ ]
771
+ },
772
+ "a-mention": {
773
+ "attributes": [
774
+ "change",
775
+ "search",
776
+ "select",
777
+ "clear",
778
+ "focus",
779
+ "blur",
780
+ "model-value",
781
+ "default-value",
782
+ "data",
783
+ "prefix",
784
+ "split",
785
+ "type",
786
+ "disabled",
787
+ "allow-clear"
823
788
  ]
824
789
  },
825
790
  "a-menu": {
@@ -867,14 +832,6 @@
867
832
  "disabled"
868
833
  ]
869
834
  },
870
- "a-overflow-list": {
871
- "attributes": [
872
- "change",
873
- "min",
874
- "margin",
875
- "from"
876
- ]
877
- },
878
835
  "a-page-header": {
879
836
  "attributes": [
880
837
  "back",
@@ -883,6 +840,94 @@
883
840
  "show-back"
884
841
  ]
885
842
  },
843
+ "a-pagination": {
844
+ "attributes": [
845
+ "change",
846
+ "page-size-change",
847
+ "total",
848
+ "current",
849
+ "default-current",
850
+ "page-size",
851
+ "default-page-size",
852
+ "disabled",
853
+ "hide-on-single-page",
854
+ "simple",
855
+ "show-total",
856
+ "show-more",
857
+ "show-jumper",
858
+ "show-page-size",
859
+ "page-size-options",
860
+ "page-size-props",
861
+ "size",
862
+ "page-item-style",
863
+ "active-page-item-style",
864
+ "base-size",
865
+ "buffer-size",
866
+ "auto-adjust"
867
+ ]
868
+ },
869
+ "a-modal": {
870
+ "attributes": [
871
+ "ok",
872
+ "cancel",
873
+ "open",
874
+ "close",
875
+ "before-open",
876
+ "before-close",
877
+ "visible",
878
+ "default-visible",
879
+ "width",
880
+ "top",
881
+ "mask",
882
+ "title",
883
+ "title-align",
884
+ "align-center",
885
+ "unmount-on-close",
886
+ "mask-closable",
887
+ "hide-cancel",
888
+ "simple",
889
+ "closable",
890
+ "ok-text",
891
+ "cancel-text",
892
+ "ok-loading",
893
+ "ok-button-props",
894
+ "cancel-button-props",
895
+ "footer",
896
+ "render-to-body",
897
+ "popup-container",
898
+ "mask-style",
899
+ "modal-class",
900
+ "modal-style",
901
+ "before-ok",
902
+ "before-cancel",
903
+ "esc-to-close",
904
+ "draggable",
905
+ "fullscreen",
906
+ "mask-animation-name",
907
+ "modal-animation-name",
908
+ "body-class",
909
+ "body-style",
910
+ "hide-title"
911
+ ]
912
+ },
913
+ "a-notification": {
914
+ "attributes": []
915
+ },
916
+ "a-progress": {
917
+ "attributes": [
918
+ "type",
919
+ "size",
920
+ "percent",
921
+ "steps",
922
+ "animation",
923
+ "stroke-width",
924
+ "width",
925
+ "color",
926
+ "track-color",
927
+ "show-text",
928
+ "status"
929
+ ]
930
+ },
886
931
  "a-popconfirm": {
887
932
  "attributes": [
888
933
  "popup-visible-change",
@@ -907,53 +952,6 @@
907
952
  "before-cancel"
908
953
  ]
909
954
  },
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": {
936
- "attributes": []
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
- },
957
955
  "a-popover": {
958
956
  "attributes": [
959
957
  "popup-visible-change",
@@ -970,47 +968,6 @@
970
968
  "popup-container"
971
969
  ]
972
970
  },
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
971
  "a-radio": {
1015
972
  "attributes": [
1016
973
  "change",
@@ -1033,11 +990,34 @@
1033
990
  "disabled"
1034
991
  ]
1035
992
  },
1036
- "a-result": {
993
+ "a-overflow-list": {
1037
994
  "attributes": [
1038
- "status",
1039
- "title",
1040
- "subtitle"
995
+ "change",
996
+ "min",
997
+ "margin",
998
+ "from"
999
+ ]
1000
+ },
1001
+ "a-rate": {
1002
+ "attributes": [
1003
+ "change",
1004
+ "hover-change",
1005
+ "count",
1006
+ "model-value",
1007
+ "default-value",
1008
+ "allow-half",
1009
+ "allow-clear",
1010
+ "grading",
1011
+ "readonly",
1012
+ "disabled",
1013
+ "color"
1014
+ ]
1015
+ },
1016
+ "a-result": {
1017
+ "attributes": [
1018
+ "status",
1019
+ "title",
1020
+ "subtitle"
1041
1021
  ]
1042
1022
  },
1043
1023
  "a-select": {
@@ -1103,6 +1083,14 @@
1103
1083
  "label"
1104
1084
  ]
1105
1085
  },
1086
+ "a-scrollbar": {
1087
+ "attributes": [
1088
+ "scroll",
1089
+ "type",
1090
+ "outer-class",
1091
+ "outer-style"
1092
+ ]
1093
+ },
1106
1094
  "a-resize-box": {
1107
1095
  "attributes": [
1108
1096
  "moving-start",
@@ -1114,14 +1102,6 @@
1114
1102
  "directions"
1115
1103
  ]
1116
1104
  },
1117
- "a-scrollbar": {
1118
- "attributes": [
1119
- "scroll",
1120
- "type",
1121
- "outer-class",
1122
- "outer-style"
1123
- ]
1124
- },
1125
1105
  "a-skeleton": {
1126
1106
  "attributes": [
1127
1107
  "loading",
@@ -1142,15 +1122,6 @@
1142
1122
  "size"
1143
1123
  ]
1144
1124
  },
1145
- "a-spin": {
1146
- "attributes": [
1147
- "size",
1148
- "loading",
1149
- "dot",
1150
- "tip",
1151
- "hide-icon"
1152
- ]
1153
- },
1154
1125
  "a-slider": {
1155
1126
  "attributes": [
1156
1127
  "change",
@@ -1168,37 +1139,6 @@
1168
1139
  "show-tooltip"
1169
1140
  ]
1170
1141
  },
1171
- "a-steps": {
1172
- "attributes": [
1173
- "change",
1174
- "type",
1175
- "direction",
1176
- "label-placement",
1177
- "current",
1178
- "default-current",
1179
- "status",
1180
- "line-less",
1181
- "small",
1182
- "changeable"
1183
- ]
1184
- },
1185
- "a-step": {
1186
- "attributes": [
1187
- "title",
1188
- "description",
1189
- "status",
1190
- "disabled"
1191
- ]
1192
- },
1193
- "a-space": {
1194
- "attributes": [
1195
- "align",
1196
- "direction",
1197
- "size",
1198
- "wrap",
1199
- "fill"
1200
- ]
1201
- },
1202
1142
  "a-switch": {
1203
1143
  "attributes": [
1204
1144
  "change",
@@ -1219,6 +1159,15 @@
1219
1159
  "unchecked-text"
1220
1160
  ]
1221
1161
  },
1162
+ "a-space": {
1163
+ "attributes": [
1164
+ "align",
1165
+ "direction",
1166
+ "size",
1167
+ "wrap",
1168
+ "fill"
1169
+ ]
1170
+ },
1222
1171
  "a-table": {
1223
1172
  "attributes": [
1224
1173
  "expand",
@@ -1335,60 +1284,35 @@
1335
1284
  "destroy-on-hide"
1336
1285
  ]
1337
1286
  },
1338
- "a-timeline": {
1339
- "attributes": [
1340
- "reverse",
1341
- "direction",
1342
- "mode",
1343
- "pending",
1344
- "label-position"
1345
- ]
1346
- },
1347
- "a-timeline-item": {
1287
+ "a-spin": {
1348
1288
  "attributes": [
1349
- "dot-color",
1350
- "dot-type",
1351
- "line-type",
1352
- "line-color",
1353
- "label",
1354
- "position"
1289
+ "size",
1290
+ "loading",
1291
+ "dot",
1292
+ "tip",
1293
+ "hide-icon"
1355
1294
  ]
1356
1295
  },
1357
- "a-tooltip": {
1296
+ "a-steps": {
1358
1297
  "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"
1298
+ "change",
1299
+ "type",
1300
+ "direction",
1301
+ "label-placement",
1302
+ "current",
1303
+ "default-current",
1304
+ "status",
1305
+ "line-less",
1306
+ "small",
1307
+ "changeable"
1371
1308
  ]
1372
1309
  },
1373
- "a-textarea": {
1310
+ "a-step": {
1374
1311
  "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"
1312
+ "title",
1313
+ "description",
1314
+ "status",
1315
+ "disabled"
1392
1316
  ]
1393
1317
  },
1394
1318
  "a-split": {
@@ -1405,6 +1329,34 @@
1405
1329
  "disabled"
1406
1330
  ]
1407
1331
  },
1332
+ "a-statistic": {
1333
+ "attributes": [
1334
+ "title",
1335
+ "value",
1336
+ "format",
1337
+ "extra",
1338
+ "start",
1339
+ "precision",
1340
+ "separator",
1341
+ "show-group-separator",
1342
+ "animation",
1343
+ "animation-duration",
1344
+ "value-from",
1345
+ "placeholder",
1346
+ "value-style"
1347
+ ]
1348
+ },
1349
+ "a-countdown": {
1350
+ "attributes": [
1351
+ "finish",
1352
+ "title",
1353
+ "value",
1354
+ "now",
1355
+ "format",
1356
+ "start",
1357
+ "value-style"
1358
+ ]
1359
+ },
1408
1360
  "a-time-picker": {
1409
1361
  "attributes": [
1410
1362
  "change",
@@ -1436,59 +1388,169 @@
1436
1388
  "unmount-on-close"
1437
1389
  ]
1438
1390
  },
1439
- "a-notification": {
1440
- "attributes": []
1391
+ "a-tag": {
1392
+ "attributes": [
1393
+ "close",
1394
+ "check",
1395
+ "color",
1396
+ "size",
1397
+ "bordered",
1398
+ "visible",
1399
+ "default-visible",
1400
+ "loading",
1401
+ "closable",
1402
+ "checkable",
1403
+ "checked",
1404
+ "default-checked",
1405
+ "nowrap"
1406
+ ]
1441
1407
  },
1442
- "a-transfer": {
1408
+ "a-textarea": {
1443
1409
  "attributes": [
1410
+ "input",
1444
1411
  "change",
1445
- "select",
1446
- "search",
1447
- "data",
1412
+ "clear",
1413
+ "focus",
1414
+ "blur",
1448
1415
  "model-value",
1449
1416
  "default-value",
1450
- "selected",
1451
- "default-selected",
1417
+ "placeholder",
1452
1418
  "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"
1419
+ "error",
1420
+ "max-length",
1421
+ "show-word-limit",
1422
+ "allow-clear",
1423
+ "auto-size",
1424
+ "word-length",
1425
+ "word-slice",
1426
+ "textarea-attrs"
1460
1427
  ]
1461
1428
  },
1462
- "a-tree-select": {
1429
+ "a-tooltip": {
1463
1430
  "attributes": [
1464
- "change",
1465
1431
  "popup-visible-change",
1466
- "search",
1467
- "clear",
1468
- "input-value-change",
1469
- "disabled",
1470
- "loading",
1471
- "error",
1472
- "size",
1473
- "border",
1474
- "allow-search",
1475
- "allow-clear",
1476
- "placeholder",
1477
- "max-tag-count",
1478
- "multiple",
1479
- "default-value",
1480
- "model-value",
1481
- "field-names",
1482
- "data",
1483
- "label-in-value",
1484
- "tree-checkable",
1485
- "tree-check-strictly",
1486
- "tree-checked-strategy",
1487
- "tree-props",
1488
- "trigger-props",
1489
1432
  "popup-visible",
1490
1433
  "default-popup-visible",
1491
- "dropdown-style",
1434
+ "content",
1435
+ "position",
1436
+ "mini",
1437
+ "background-color",
1438
+ "content-class",
1439
+ "content-style",
1440
+ "arrow-class",
1441
+ "arrow-style",
1442
+ "popup-container"
1443
+ ]
1444
+ },
1445
+ "a-timeline": {
1446
+ "attributes": [
1447
+ "reverse",
1448
+ "direction",
1449
+ "mode",
1450
+ "pending",
1451
+ "label-position"
1452
+ ]
1453
+ },
1454
+ "a-timeline-item": {
1455
+ "attributes": [
1456
+ "dot-color",
1457
+ "dot-type",
1458
+ "line-type",
1459
+ "line-color",
1460
+ "label",
1461
+ "position"
1462
+ ]
1463
+ },
1464
+ "a-tree": {
1465
+ "attributes": [
1466
+ "select",
1467
+ "check",
1468
+ "expand",
1469
+ "drag-start",
1470
+ "drag-end",
1471
+ "drag-over",
1472
+ "drag-leave",
1473
+ "drop",
1474
+ "size",
1475
+ "block-node",
1476
+ "default-expand-all",
1477
+ "multiple",
1478
+ "checkable",
1479
+ "selectable",
1480
+ "check-strictly",
1481
+ "checked-strategy",
1482
+ "default-selected-keys",
1483
+ "selected-keys",
1484
+ "default-checked-keys",
1485
+ "checked-keys",
1486
+ "default-expanded-keys",
1487
+ "expanded-keys",
1488
+ "data",
1489
+ "field-names",
1490
+ "show-line",
1491
+ "load-more",
1492
+ "draggable",
1493
+ "allow-drop",
1494
+ "virtual-list-props",
1495
+ "default-expand-selected",
1496
+ "default-expand-checked",
1497
+ "auto-expand-parent",
1498
+ "half-checked-keys",
1499
+ "only-check-leaf",
1500
+ "animation",
1501
+ "action-on-node-click"
1502
+ ]
1503
+ },
1504
+ "a-transfer": {
1505
+ "attributes": [
1506
+ "change",
1507
+ "select",
1508
+ "search",
1509
+ "data",
1510
+ "model-value",
1511
+ "default-value",
1512
+ "selected",
1513
+ "default-selected",
1514
+ "disabled",
1515
+ "simple",
1516
+ "one-way",
1517
+ "show-search",
1518
+ "show-select-all",
1519
+ "title",
1520
+ "source-input-search-props",
1521
+ "target-input-search-props"
1522
+ ]
1523
+ },
1524
+ "a-tree-select": {
1525
+ "attributes": [
1526
+ "change",
1527
+ "popup-visible-change",
1528
+ "search",
1529
+ "clear",
1530
+ "input-value-change",
1531
+ "disabled",
1532
+ "loading",
1533
+ "error",
1534
+ "size",
1535
+ "border",
1536
+ "allow-search",
1537
+ "allow-clear",
1538
+ "placeholder",
1539
+ "max-tag-count",
1540
+ "multiple",
1541
+ "default-value",
1542
+ "model-value",
1543
+ "field-names",
1544
+ "data",
1545
+ "label-in-value",
1546
+ "tree-checkable",
1547
+ "tree-check-strictly",
1548
+ "tree-checked-strategy",
1549
+ "tree-props",
1550
+ "trigger-props",
1551
+ "popup-visible",
1552
+ "default-popup-visible",
1553
+ "dropdown-style",
1492
1554
  "dropdown-class-name",
1493
1555
  "filter-tree-node",
1494
1556
  "load-more",
@@ -1503,45 +1565,72 @@
1503
1565
  "default-input-value"
1504
1566
  ]
1505
1567
  },
1506
- "a-upload": {
1568
+ "a-trigger": {
1569
+ "attributes": [
1570
+ "popup-visible-change",
1571
+ "show",
1572
+ "hide",
1573
+ "popup-visible",
1574
+ "default-popup-visible",
1575
+ "trigger",
1576
+ "position",
1577
+ "disabled",
1578
+ "popup-offset",
1579
+ "popup-translate",
1580
+ "show-arrow",
1581
+ "align-point",
1582
+ "popup-hover-stay",
1583
+ "blur-to-close",
1584
+ "click-to-close",
1585
+ "click-outside-to-close",
1586
+ "unmount-on-close",
1587
+ "content-class",
1588
+ "content-style",
1589
+ "arrow-class",
1590
+ "arrow-style",
1591
+ "popup-style",
1592
+ "animation-name",
1593
+ "duration",
1594
+ "mouse-enter-delay",
1595
+ "mouse-leave-delay",
1596
+ "focus-delay",
1597
+ "auto-fit-popup-width",
1598
+ "auto-fit-popup-min-width",
1599
+ "auto-fix-position",
1600
+ "popup-container",
1601
+ "auto-fit-position",
1602
+ "render-to-body",
1603
+ "prevent-focus",
1604
+ "scroll-to-close",
1605
+ "scroll-to-close-distance"
1606
+ ]
1607
+ },
1608
+ "a-verification-code": {
1507
1609
  "attributes": [
1508
- "exceed-limit",
1509
1610
  "change",
1510
- "progress",
1511
- "preview",
1512
- "success",
1513
- "error",
1514
- "file-list",
1515
- "default-file-list",
1516
- "accept",
1517
- "action",
1611
+ "finish",
1612
+ "input",
1613
+ "model-value",
1614
+ "default-value",
1615
+ "length",
1616
+ "size",
1518
1617
  "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"
1618
+ "masked",
1619
+ "readonly",
1620
+ "error",
1621
+ "separator",
1622
+ "formatter"
1623
+ ]
1624
+ },
1625
+ "a-link": {
1626
+ "attributes": [
1627
+ "click",
1628
+ "href",
1629
+ "status",
1630
+ "hoverable",
1631
+ "icon",
1632
+ "loading",
1633
+ "disabled"
1545
1634
  ]
1546
1635
  },
1547
1636
  "a-typography": {
@@ -1628,106 +1717,31 @@
1628
1717
  "copy-tooltip-props"
1629
1718
  ]
1630
1719
  },
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": {
1720
+ "a-input-tag": {
1649
1721
  "attributes": [
1650
1722
  "change",
1651
- "finish",
1652
- "input",
1723
+ "input-value-change",
1724
+ "press-enter",
1725
+ "remove",
1726
+ "clear",
1727
+ "focus",
1728
+ "blur",
1653
1729
  "model-value",
1654
1730
  "default-value",
1655
- "length",
1656
- "size",
1731
+ "input-value",
1732
+ "default-input-value",
1733
+ "placeholder",
1657
1734
  "disabled",
1658
- "masked",
1659
- "readonly",
1660
1735
  "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"
1736
+ "readonly",
1737
+ "allow-clear",
1738
+ "size",
1739
+ "max-tag-count",
1740
+ "retain-input-value",
1741
+ "format-tag",
1742
+ "unique-value",
1743
+ "field-names",
1744
+ "tag-nowrap"
1731
1745
  ]
1732
1746
  },
1733
1747
  "a-watermark": {
@@ -1748,59 +1762,45 @@
1748
1762
  "staggered"
1749
1763
  ]
1750
1764
  },
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": {
1765
+ "a-upload": {
1792
1766
  "attributes": [
1767
+ "exceed-limit",
1793
1768
  "change",
1794
- "hover-change",
1795
- "count",
1796
- "model-value",
1797
- "default-value",
1798
- "allow-half",
1799
- "allow-clear",
1800
- "grading",
1801
- "readonly",
1769
+ "progress",
1770
+ "preview",
1771
+ "success",
1772
+ "error",
1773
+ "file-list",
1774
+ "default-file-list",
1775
+ "accept",
1776
+ "action",
1802
1777
  "disabled",
1803
- "color"
1778
+ "multiple",
1779
+ "directory",
1780
+ "draggable",
1781
+ "tip",
1782
+ "headers",
1783
+ "data",
1784
+ "name",
1785
+ "with-credentials",
1786
+ "custom-request",
1787
+ "limit",
1788
+ "auto-upload",
1789
+ "show-file-list",
1790
+ "show-remove-button",
1791
+ "show-retry-button",
1792
+ "show-cancel-button",
1793
+ "show-upload-button",
1794
+ "show-preview-button",
1795
+ "download",
1796
+ "show-link",
1797
+ "image-loading",
1798
+ "list-type",
1799
+ "response-url-key",
1800
+ "custom-icon",
1801
+ "before-upload",
1802
+ "before-remove",
1803
+ "button-click"
1804
1804
  ]
1805
1805
  }
1806
1806
  }