@geelato/web-vue 2.58.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 (179) hide show
  1. package/dist/arco-vue.js +19 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +10 -7
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/es/_components/icon-hover.d.ts +3 -3
  6. package/es/_components/input-label/input-label.d.ts +5 -5
  7. package/es/_components/picker/input-range.d.ts +10 -10
  8. package/es/_components/picker/input.d.ts +8 -8
  9. package/es/_components/select-view/select-view.d.ts +6 -6
  10. package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
  11. package/es/_hooks/use-form-item.d.ts +2 -2
  12. package/es/_hooks/use-size.d.ts +3 -3
  13. package/es/alert/alert.d.ts +6 -6
  14. package/es/alert/index.d.ts +12 -12
  15. package/es/anchor/anchor.d.ts +1 -1
  16. package/es/anchor/index.d.ts +3 -3
  17. package/es/auto-complete/auto-complete.d.ts +3 -3
  18. package/es/auto-complete/index.d.ts +9 -9
  19. package/es/avatar/avatar.d.ts +1 -1
  20. package/es/avatar/index.d.ts +3 -3
  21. package/es/button/button-group.d.ts +2 -2
  22. package/es/button/button.d.ts +2 -2
  23. package/es/button/index.d.ts +5 -5
  24. package/es/calendar/calendar.d.ts +1 -1
  25. package/es/calendar/index.d.ts +3 -3
  26. package/es/card/card.d.ts +2 -2
  27. package/es/card/index.d.ts +3 -3
  28. package/es/carousel/carousel-indicator.d.ts +1 -1
  29. package/es/cascader/cascader-panel.d.ts +7 -7
  30. package/es/cascader/cascader.d.ts +33 -33
  31. package/es/cascader/index.d.ts +85 -85
  32. package/es/checkbox/checkbox-group.d.ts +2 -2
  33. package/es/checkbox/checkbox.d.ts +6 -6
  34. package/es/checkbox/index.d.ts +14 -14
  35. package/es/collapse/collapse-item.d.ts +3 -3
  36. package/es/collapse/index.d.ts +3 -3
  37. package/es/color-picker/color-picker.d.ts +4 -4
  38. package/es/color-picker/index.d.ts +9 -9
  39. package/es/comment/comment.d.ts +2 -2
  40. package/es/comment/index.d.ts +3 -3
  41. package/es/config-provider/config-provider.d.ts +3 -3
  42. package/es/config-provider/index.d.ts +6 -6
  43. package/es/date-picker/index.d.ts +66 -66
  44. package/es/date-picker/panels/date/index.d.ts +8 -8
  45. package/es/date-picker/panels/footer.d.ts +5 -5
  46. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  47. package/es/date-picker/panels/week/index.d.ts +8 -8
  48. package/es/date-picker/picker-panel.d.ts +26 -26
  49. package/es/date-picker/picker.d.ts +61 -61
  50. package/es/date-picker/range-picker-panel.d.ts +27 -27
  51. package/es/date-picker/range-picker.d.ts +66 -66
  52. package/es/descriptions/descriptions.d.ts +4 -4
  53. package/es/descriptions/index.d.ts +9 -9
  54. package/es/drawer/drawer.d.ts +9 -9
  55. package/es/drawer/index.d.ts +19 -19
  56. package/es/dropdown/dropdown-button.d.ts +26 -26
  57. package/es/dropdown/dropdown-option.d.ts +2 -2
  58. package/es/dropdown/dropdown-panel.d.ts +6 -6
  59. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  60. package/es/dropdown/dropdown.d.ts +18 -18
  61. package/es/dropdown/index.d.ts +85 -85
  62. package/es/form/form-item-label.d.ts +28 -28
  63. package/es/form/form-item.d.ts +35 -35
  64. package/es/form/form.d.ts +2 -2
  65. package/es/form/index.d.ts +38 -38
  66. package/es/image/preview-action.d.ts +27 -27
  67. package/es/image/preview-toolbar.d.ts +27 -27
  68. package/es/input/index.d.ts +22 -22
  69. package/es/input/input-password.d.ts +8 -8
  70. package/es/input/input-search.d.ts +2 -2
  71. package/es/input/input.d.ts +5 -5
  72. package/es/input-number/index.d.ts +18 -18
  73. package/es/input-number/input-number.d.ts +8 -8
  74. package/es/input-tag/index.d.ts +30 -30
  75. package/es/input-tag/input-tag.d.ts +11 -11
  76. package/es/list/index.d.ts +12 -12
  77. package/es/list/list.d.ts +5 -5
  78. package/es/mention/index.d.ts +15 -15
  79. package/es/mention/mention.d.ts +5 -5
  80. package/es/menu/base-menu.d.ts +1 -1
  81. package/es/menu/item.d.ts +1 -1
  82. package/es/menu/menu.d.ts +1 -1
  83. package/es/menu/sub-menu-pop.d.ts +15 -15
  84. package/es/message/message.d.ts +7 -7
  85. package/es/modal/index.d.ts +16 -16
  86. package/es/modal/modal.d.ts +8 -8
  87. package/es/notification/notification.d.ts +4 -4
  88. package/es/page-header/index.d.ts +6 -6
  89. package/es/page-header/page-header.d.ts +3 -3
  90. package/es/pagination/index.d.ts +6 -6
  91. package/es/pagination/page-jumper.d.ts +18 -18
  92. package/es/pagination/page-options.d.ts +85 -85
  93. package/es/pagination/pagination.d.ts +3 -3
  94. package/es/popconfirm/index.d.ts +37 -37
  95. package/es/popconfirm/popconfirm.d.ts +18 -18
  96. package/es/popover/index.d.ts +24 -24
  97. package/es/popover/popover.d.ts +12 -12
  98. package/es/progress/circle.d.ts +5 -5
  99. package/es/progress/index.d.ts +36 -36
  100. package/es/progress/line.d.ts +5 -5
  101. package/es/progress/progress.d.ts +19 -19
  102. package/es/progress/steps.d.ts +2 -2
  103. package/es/radio/index.d.ts +16 -16
  104. package/es/radio/radio-group.d.ts +4 -4
  105. package/es/radio/radio.d.ts +5 -5
  106. package/es/rate/index.d.ts +9 -9
  107. package/es/rate/rate.d.ts +3 -3
  108. package/es/scrollbar/index.d.ts +6 -6
  109. package/es/scrollbar/scrollbar.d.ts +3 -3
  110. package/es/select/index.d.ts +85 -85
  111. package/es/select/option.d.ts +16 -16
  112. package/es/select/select-dropdown.d.ts +7 -7
  113. package/es/select/select.d.ts +30 -30
  114. package/es/skeleton/index.d.ts +3 -3
  115. package/es/skeleton/skeleton.d.ts +1 -1
  116. package/es/slider/index.d.ts +96 -96
  117. package/es/slider/slider-button.d.ts +27 -27
  118. package/es/slider/slider-input.d.ts +18 -18
  119. package/es/slider/slider.d.ts +47 -47
  120. package/es/space/index.d.ts +6 -6
  121. package/es/space/space.d.ts +3 -3
  122. package/es/split/index.d.ts +6 -6
  123. package/es/split/split.d.ts +2 -2
  124. package/es/statistic/countdown.d.ts +1 -1
  125. package/es/statistic/index.d.ts +4 -4
  126. package/es/statistic/statistic.d.ts +1 -1
  127. package/es/steps/index.d.ts +9 -9
  128. package/es/steps/step.d.ts +3 -3
  129. package/es/steps/steps.d.ts +3 -3
  130. package/es/switch/index.d.ts +15 -15
  131. package/es/switch/switch.d.ts +9 -9
  132. package/es/table/index.d.ts +24 -24
  133. package/es/table/table-column.d.ts +2 -2
  134. package/es/table/table-operation-td.d.ts +30 -30
  135. package/es/table/table-td.d.ts +1 -1
  136. package/es/table/table.d.ts +11 -11
  137. package/es/table/table.js +20 -2
  138. package/es/tabs/index.d.ts +9 -9
  139. package/es/tabs/tabs-nav.d.ts +1 -1
  140. package/es/tabs/tabs-tab.d.ts +4 -4
  141. package/es/tabs/tabs.d.ts +4 -4
  142. package/es/tag/index.d.ts +12 -12
  143. package/es/tag/tag.d.ts +6 -6
  144. package/es/textarea/index.d.ts +15 -15
  145. package/es/textarea/textarea.d.ts +6 -6
  146. package/es/time-picker/index.d.ts +113 -113
  147. package/es/time-picker/panel.d.ts +8 -8
  148. package/es/time-picker/range-panel.d.ts +8 -8
  149. package/es/time-picker/time-picker.d.ts +54 -54
  150. package/es/timeline/index.d.ts +3 -3
  151. package/es/timeline/timeline.d.ts +2 -2
  152. package/es/tooltip/index.d.ts +27 -27
  153. package/es/tooltip/tooltip.d.ts +13 -13
  154. package/es/transfer/index.d.ts +90 -90
  155. package/es/transfer/transfer-view.d.ts +37 -37
  156. package/es/transfer/transfer.d.ts +44 -44
  157. package/es/tree/base-node.d.ts +14 -14
  158. package/es/tree/index.d.ts +19 -19
  159. package/es/tree/transition-node-list.d.ts +14 -14
  160. package/es/tree/tree.d.ts +9 -9
  161. package/es/tree-select/index.d.ts +95 -95
  162. package/es/tree-select/panel.d.ts +19 -19
  163. package/es/tree-select/tree-select.d.ts +45 -45
  164. package/es/trigger/index.d.ts +12 -12
  165. package/es/trigger/trigger.d.ts +7 -7
  166. package/es/typography/base.d.ts +2 -2
  167. package/es/typography/edit-content.d.ts +67 -67
  168. package/es/typography/index.d.ts +3 -3
  169. package/es/typography/operations.d.ts +27 -27
  170. package/es/typography/title.d.ts +3 -3
  171. package/es/upload/index.d.ts +6 -6
  172. package/es/upload/upload.d.ts +2 -2
  173. package/es/verification-code/index.d.ts +12 -12
  174. package/es/verification-code/verification-code.d.ts +5 -5
  175. package/json/vetur-attributes.json +2123 -2123
  176. package/json/vetur-tags.json +750 -750
  177. package/json/web-types.json +4379 -4379
  178. package/lib/table/table.js +19 -1
  179. package/package.json +1 -1
@@ -1,19 +1,51 @@
1
1
  {
2
- "a-anchor": {
2
+ "a-affix": {
3
3
  "attributes": [
4
- "select",
5
4
  "change",
6
- "boundary",
7
- "line-less",
8
- "scroll-container",
9
- "change-hash",
10
- "smooth"
5
+ "offset-top",
6
+ "offset-bottom",
7
+ "target",
8
+ "target-container"
11
9
  ]
12
10
  },
13
- "a-anchor-link": {
11
+ "a-avatar": {
14
12
  "attributes": [
15
- "title",
16
- "href"
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"
23
+ ]
24
+ },
25
+ "a-avatar-group": {
26
+ "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"
34
+ ]
35
+ },
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"
17
49
  ]
18
50
  },
19
51
  "a-alert": {
@@ -28,12 +60,16 @@
28
60
  "center"
29
61
  ]
30
62
  },
31
- "a-back-top": {
63
+ "a-badge": {
32
64
  "attributes": [
33
- "visible-height",
34
- "target-container",
35
- "easing",
36
- "duration"
65
+ "text",
66
+ "dot",
67
+ "dot-style",
68
+ "max-count",
69
+ "offset",
70
+ "color",
71
+ "status",
72
+ "count"
37
73
  ]
38
74
  },
39
75
  "a-auto-complete": {
@@ -56,27 +92,6 @@
56
92
  "virtual-list-props"
57
93
  ]
58
94
  },
59
- "a-affix": {
60
- "attributes": [
61
- "change",
62
- "offset-top",
63
- "offset-bottom",
64
- "target",
65
- "target-container"
66
- ]
67
- },
68
- "a-badge": {
69
- "attributes": [
70
- "text",
71
- "dot",
72
- "dot-style",
73
- "max-count",
74
- "offset",
75
- "color",
76
- "status",
77
- "count"
78
- ]
79
- },
80
95
  "a-button": {
81
96
  "attributes": [
82
97
  "click",
@@ -101,78 +116,12 @@
101
116
  "disabled"
102
117
  ]
103
118
  },
104
- "a-breadcrumb": {
105
- "attributes": [
106
- "max-count",
107
- "routes",
108
- "separator",
109
- "custom-url"
110
- ]
111
- },
112
- "a-breadcrumb-item": {
113
- "attributes": [
114
- "separator",
115
- "droplist",
116
- "dropdown-props"
117
- ]
118
- },
119
- "a-calendar": {
120
- "attributes": [
121
- "change",
122
- "panel-change",
123
- "model-value",
124
- "default-value",
125
- "mode",
126
- "default-mode",
127
- "modes"
128
- ]
129
- },
130
- "a-card": {
131
- "attributes": [
132
- "bordered",
133
- "loading",
134
- "hoverable",
135
- "size",
136
- "header-style",
137
- "body-style",
138
- "title",
139
- "extra"
140
- ]
141
- },
142
- "a-card-meta": {
143
- "attributes": [
144
- "title",
145
- "description"
146
- ]
147
- },
148
- "a-card-grid": {
149
- "attributes": [
150
- "hoverable"
151
- ]
152
- },
153
- "a-avatar": {
154
- "attributes": [
155
- "click",
156
- "error",
157
- "load",
158
- "shape",
159
- "image-url",
160
- "size",
161
- "auto-fix-font-size",
162
- "trigger-type",
163
- "trigger-icon-style",
164
- "object-fit"
165
- ]
166
- },
167
- "a-avatar-group": {
119
+ "a-back-top": {
168
120
  "attributes": [
169
- "shape",
170
- "size",
171
- "auto-fix-font-size",
172
- "max-count",
173
- "z-index-ascend",
174
- "max-style",
175
- "max-popover-trigger-props"
121
+ "visible-height",
122
+ "target-container",
123
+ "easing",
124
+ "duration"
176
125
  ]
177
126
  },
178
127
  "a-checkbox": {
@@ -196,30 +145,80 @@
196
145
  "disabled"
197
146
  ]
198
147
  },
199
- "a-carousel": {
148
+ "a-anchor": {
200
149
  "attributes": [
150
+ "select",
201
151
  "change",
202
- "current",
203
- "default-current",
204
- "move-speed",
205
- "animation-name",
206
- "trigger",
207
- "direction",
208
- "show-arrow",
209
- "arrow-class",
210
- "indicator-type",
211
- "indicator-position",
212
- "indicator-class",
213
- "transition-timing-function"
152
+ "boundary",
153
+ "line-less",
154
+ "scroll-container",
155
+ "change-hash",
156
+ "smooth"
214
157
  ]
215
158
  },
216
- "a-divider": {
159
+ "a-anchor-link": {
217
160
  "attributes": [
218
- "direction",
219
- "orientation",
220
- "type",
161
+ "title",
162
+ "href"
163
+ ]
164
+ },
165
+ "a-cascader": {
166
+ "attributes": [
167
+ "change",
168
+ "input-value-change",
169
+ "clear",
170
+ "search",
171
+ "popup-visible-change",
172
+ "focus",
173
+ "blur",
174
+ "path-mode",
175
+ "multiple",
176
+ "model-value",
177
+ "default-value",
178
+ "options",
179
+ "disabled",
180
+ "error",
221
181
  "size",
222
- "margin"
182
+ "allow-search",
183
+ "allow-clear",
184
+ "input-value",
185
+ "default-input-value",
186
+ "popup-visible",
187
+ "expand-trigger",
188
+ "default-popup-visible",
189
+ "placeholder",
190
+ "filter-option",
191
+ "popup-container",
192
+ "max-tag-count",
193
+ "format-label",
194
+ "trigger-props",
195
+ "check-strictly",
196
+ "load-more",
197
+ "loading",
198
+ "search-option-only-label",
199
+ "search-delay",
200
+ "field-names",
201
+ "value-key",
202
+ "fallback",
203
+ "expand-child",
204
+ "virtual-list-props",
205
+ "tag-nowrap"
206
+ ]
207
+ },
208
+ "a-cascader-panel": {
209
+ "attributes": [
210
+ "change",
211
+ "path-mode",
212
+ "multiple",
213
+ "model-value",
214
+ "default-value",
215
+ "options",
216
+ "expand-trigger",
217
+ "check-strictly",
218
+ "load-more",
219
+ "field-names",
220
+ "value-key",
221
+ "expand-child"
223
222
  ]
224
223
  },
225
224
  "a-collapse": {
@@ -242,23 +241,55 @@
242
241
  "destroy-on-hide"
243
242
  ]
244
243
  },
245
- "a-color-picker": {
244
+ "a-calendar": {
246
245
  "attributes": [
247
246
  "change",
248
- "popup-visible-change",
247
+ "panel-change",
249
248
  "model-value",
250
249
  "default-value",
251
- "format",
250
+ "mode",
251
+ "default-mode",
252
+ "modes"
253
+ ]
254
+ },
255
+ "a-card": {
256
+ "attributes": [
257
+ "bordered",
258
+ "loading",
259
+ "hoverable",
252
260
  "size",
253
- "show-text",
254
- "show-history",
255
- "show-preset",
256
- "disabled",
257
- "disabled-alpha",
258
- "hide-trigger",
259
- "trigger-props",
260
- "history-colors",
261
- "preset-colors"
261
+ "header-style",
262
+ "body-style",
263
+ "title",
264
+ "extra"
265
+ ]
266
+ },
267
+ "a-card-meta": {
268
+ "attributes": [
269
+ "title",
270
+ "description"
271
+ ]
272
+ },
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"
262
293
  ]
263
294
  },
264
295
  "a-range-picker": {
@@ -290,13 +321,23 @@
290
321
  "abbreviation"
291
322
  ]
292
323
  },
293
- "a-comment": {
324
+ "a-color-picker": {
294
325
  "attributes": [
295
- "author",
296
- "avatar",
297
- "content",
298
- "datetime",
299
- "align"
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"
300
341
  ]
301
342
  },
302
343
  "a-config-provider": {
@@ -310,63 +351,60 @@
310
351
  "rtl"
311
352
  ]
312
353
  },
313
- "a-cascader": {
354
+ "a-drawer": {
314
355
  "attributes": [
315
- "change",
316
- "input-value-change",
317
- "clear",
318
- "search",
319
- "popup-visible-change",
320
- "focus",
321
- "blur",
322
- "path-mode",
323
- "multiple",
324
- "model-value",
325
- "default-value",
326
- "options",
327
- "disabled",
328
- "error",
329
- "size",
330
- "allow-search",
331
- "allow-clear",
332
- "input-value",
333
- "default-input-value",
334
- "popup-visible",
335
- "expand-trigger",
336
- "default-popup-visible",
337
- "placeholder",
338
- "filter-option",
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",
339
377
  "popup-container",
340
- "max-tag-count",
341
- "format-label",
342
- "trigger-props",
343
- "check-strictly",
344
- "load-more",
345
- "loading",
346
- "search-option-only-label",
347
- "search-delay",
348
- "field-names",
349
- "value-key",
350
- "fallback",
351
- "expand-child",
352
- "virtual-list-props",
353
- "tag-nowrap"
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"
354
388
  ]
355
389
  },
356
- "a-cascader-panel": {
390
+ "a-descriptions": {
357
391
  "attributes": [
358
- "change",
359
- "path-mode",
360
- "multiple",
361
- "model-value",
362
- "default-value",
363
- "options",
364
- "expand-trigger",
365
- "check-strictly",
366
- "load-more",
367
- "field-names",
368
- "value-key",
369
- "expand-child"
392
+ "data",
393
+ "column",
394
+ "title",
395
+ "layout",
396
+ "align",
397
+ "size",
398
+ "bordered",
399
+ "label-style",
400
+ "value-style",
401
+ "table-layout"
402
+ ]
403
+ },
404
+ "a-descriptions-item": {
405
+ "attributes": [
406
+ "span",
407
+ "label"
370
408
  ]
371
409
  },
372
410
  "a-dropdown": {
@@ -475,76 +513,27 @@
475
513
  "content-flex",
476
514
  "merge-props",
477
515
  "label-col-flex",
478
- "feedback",
479
- "label-component",
480
- "label-attrs"
481
- ]
482
- },
483
- "a-descriptions": {
484
- "attributes": [
485
- "data",
486
- "column",
487
- "title",
488
- "layout",
489
- "align",
490
- "size",
491
- "bordered",
492
- "label-style",
493
- "value-style",
494
- "table-layout"
495
- ]
496
- },
497
- "a-descriptions-item": {
498
- "attributes": [
499
- "span",
500
- "label"
501
- ]
502
- },
503
- "a-input": {
504
- "attributes": [
505
- "input",
506
- "change",
507
- "press-enter",
508
- "clear",
509
- "focus",
510
- "blur",
511
- "model-value",
512
- "default-value",
513
- "size",
514
- "allow-clear",
515
- "disabled",
516
- "readonly",
517
- "error",
518
- "placeholder",
519
- "max-length",
520
- "show-word-limit",
521
- "word-length",
522
- "word-slice",
523
- "input-attrs",
524
- "prepend",
525
- "append"
516
+ "feedback",
517
+ "label-component",
518
+ "label-attrs"
526
519
  ]
527
520
  },
528
- "a-input-group": {
529
- "attributes": []
530
- },
531
- "a-input-password": {
521
+ "a-divider": {
532
522
  "attributes": [
533
- "visibility-change",
534
- "visibility",
535
- "default-visibility",
536
- "invisible-button"
523
+ "direction",
524
+ "orientation",
525
+ "type",
526
+ "size",
527
+ "margin"
537
528
  ]
538
529
  },
539
- "a-input-search": {
530
+ "a-comment": {
540
531
  "attributes": [
541
- "search",
542
- "search-button",
543
- "loading",
544
- "disabled",
545
- "size",
546
- "button-text",
547
- "button-props"
532
+ "author",
533
+ "avatar",
534
+ "content",
535
+ "datetime",
536
+ "align"
548
537
  ]
549
538
  },
550
539
  "a-input-number": {
@@ -575,63 +564,35 @@
575
564
  "input-attrs"
576
565
  ]
577
566
  },
578
- "a-image": {
579
- "attributes": [
580
- "preview-visible-change",
581
- "src",
582
- "width",
583
- "height",
584
- "title",
585
- "description",
586
- "fit",
587
- "alt",
588
- "hide-footer",
589
- "footer-position",
590
- "show-loader",
591
- "preview",
592
- "preview-visible",
593
- "default-preview-visible",
594
- "preview-props",
595
- "footer-class"
596
- ]
597
- },
598
- "a-image-preview": {
567
+ "a-list": {
599
568
  "attributes": [
600
- "close",
601
- "src",
602
- "visible",
603
- "default-visible",
604
- "mask-closable",
605
- "closable",
606
- "actions-layout",
607
- "popup-container",
608
- "esc-to-close",
609
- "wheel-zoom",
610
- "keyboard",
611
- "default-scale",
612
- "zoom-rate"
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"
613
585
  ]
614
586
  },
615
- "a-image-preview-group": {
587
+ "a-list-item": {
616
588
  "attributes": [
617
- "change",
618
- "visible-change",
619
- "src-list",
620
- "current",
621
- "default-current",
622
- "infinite",
623
- "visible",
624
- "default-visible",
625
- "mask-closable",
626
- "closable",
627
- "actions-layout",
628
- "popup-container"
589
+ "action-layout"
629
590
  ]
630
591
  },
631
- "a-image-preview-action": {
592
+ "a-list-item-meta": {
632
593
  "attributes": [
633
- "name",
634
- "disabled"
594
+ "title",
595
+ "description"
635
596
  ]
636
597
  },
637
598
  "a-row": {
@@ -700,6 +661,65 @@
700
661
  "tag-nowrap"
701
662
  ]
702
663
  },
664
+ "a-image": {
665
+ "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"
682
+ ]
683
+ },
684
+ "a-image-preview": {
685
+ "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"
699
+ ]
700
+ },
701
+ "a-image-preview-group": {
702
+ "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"
715
+ ]
716
+ },
717
+ "a-image-preview-action": {
718
+ "attributes": [
719
+ "name",
720
+ "disabled"
721
+ ]
722
+ },
703
723
  "a-layout": {
704
724
  "attributes": [
705
725
  "has-sider"
@@ -729,17 +749,6 @@
729
749
  "hide-trigger"
730
750
  ]
731
751
  },
732
- "a-link": {
733
- "attributes": [
734
- "click",
735
- "href",
736
- "status",
737
- "hoverable",
738
- "icon",
739
- "loading",
740
- "disabled"
741
- ]
742
- },
743
752
  "a-mention": {
744
753
  "attributes": [
745
754
  "change",
@@ -758,7 +767,18 @@
758
767
  "allow-clear"
759
768
  ]
760
769
  },
761
- "a-drawer": {
770
+ "a-link": {
771
+ "attributes": [
772
+ "click",
773
+ "href",
774
+ "status",
775
+ "hoverable",
776
+ "icon",
777
+ "loading",
778
+ "disabled"
779
+ ]
780
+ },
781
+ "a-modal": {
762
782
  "attributes": [
763
783
  "ok",
764
784
  "cancel",
@@ -768,61 +788,38 @@
768
788
  "before-close",
769
789
  "visible",
770
790
  "default-visible",
771
- "placement",
772
- "title",
791
+ "width",
792
+ "top",
773
793
  "mask",
794
+ "title",
795
+ "title-align",
796
+ "align-center",
797
+ "unmount-on-close",
774
798
  "mask-closable",
799
+ "hide-cancel",
800
+ "simple",
775
801
  "closable",
776
802
  "ok-text",
777
803
  "cancel-text",
778
804
  "ok-loading",
779
805
  "ok-button-props",
780
806
  "cancel-button-props",
781
- "unmount-on-close",
782
- "width",
783
- "height",
807
+ "footer",
808
+ "render-to-body",
784
809
  "popup-container",
785
- "drawer-style",
786
- "body-class",
787
- "body-style",
810
+ "mask-style",
811
+ "modal-class",
812
+ "modal-style",
788
813
  "before-ok",
789
814
  "before-cancel",
790
815
  "esc-to-close",
791
- "render-to-body",
792
- "header",
793
- "footer",
794
- "hide-cancel"
795
- ]
796
- },
797
- "a-list": {
798
- "attributes": [
799
- "scroll",
800
- "reach-bottom",
801
- "page-change",
802
- "page-size-change",
803
- "data",
804
- "size",
805
- "bordered",
806
- "split",
807
- "loading",
808
- "hoverable",
809
- "pagination-props",
810
- "grid-props",
811
- "max-height",
812
- "bottom-offset",
813
- "virtual-list-props",
814
- "scrollbar"
815
- ]
816
- },
817
- "a-list-item": {
818
- "attributes": [
819
- "action-layout"
820
- ]
821
- },
822
- "a-list-item-meta": {
823
- "attributes": [
824
- "title",
825
- "description"
816
+ "draggable",
817
+ "fullscreen",
818
+ "mask-animation-name",
819
+ "modal-animation-name",
820
+ "body-class",
821
+ "body-style",
822
+ "hide-title"
826
823
  ]
827
824
  },
828
825
  "a-menu": {
@@ -870,8 +867,13 @@
870
867
  "disabled"
871
868
  ]
872
869
  },
873
- "a-notification": {
874
- "attributes": []
870
+ "a-overflow-list": {
871
+ "attributes": [
872
+ "change",
873
+ "min",
874
+ "margin",
875
+ "from"
876
+ ]
875
877
  },
876
878
  "a-page-header": {
877
879
  "attributes": [
@@ -905,85 +907,51 @@
905
907
  "before-cancel"
906
908
  ]
907
909
  },
908
- "a-progress": {
910
+ "a-input": {
909
911
  "attributes": [
910
- "type",
912
+ "input",
913
+ "change",
914
+ "press-enter",
915
+ "clear",
916
+ "focus",
917
+ "blur",
918
+ "model-value",
919
+ "default-value",
911
920
  "size",
912
- "percent",
913
- "steps",
914
- "animation",
915
- "stroke-width",
916
- "width",
917
- "color",
918
- "track-color",
919
- "show-text",
920
- "status"
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"
921
933
  ]
922
934
  },
923
- "a-modal": {
924
- "attributes": [
925
- "ok",
926
- "cancel",
927
- "open",
928
- "close",
929
- "before-open",
930
- "before-close",
931
- "visible",
932
- "default-visible",
933
- "width",
934
- "top",
935
- "mask",
936
- "title",
937
- "title-align",
938
- "align-center",
939
- "unmount-on-close",
940
- "mask-closable",
941
- "hide-cancel",
942
- "simple",
943
- "closable",
944
- "ok-text",
945
- "cancel-text",
946
- "ok-loading",
947
- "ok-button-props",
948
- "cancel-button-props",
949
- "footer",
950
- "render-to-body",
951
- "popup-container",
952
- "mask-style",
953
- "modal-class",
954
- "modal-style",
955
- "before-ok",
956
- "before-cancel",
957
- "esc-to-close",
958
- "draggable",
959
- "fullscreen",
960
- "mask-animation-name",
961
- "modal-animation-name",
962
- "body-class",
963
- "body-style",
964
- "hide-title"
965
- ]
935
+ "a-input-group": {
936
+ "attributes": []
966
937
  },
967
- "a-radio": {
938
+ "a-input-password": {
968
939
  "attributes": [
969
- "change",
970
- "model-value",
971
- "default-checked",
972
- "value",
973
- "type",
974
- "disabled"
940
+ "visibility-change",
941
+ "visibility",
942
+ "default-visibility",
943
+ "invisible-button"
975
944
  ]
976
945
  },
977
- "a-radio-group": {
946
+ "a-input-search": {
978
947
  "attributes": [
979
- "change",
980
- "model-value",
981
- "default-value",
982
- "type",
948
+ "search",
949
+ "search-button",
950
+ "loading",
951
+ "disabled",
983
952
  "size",
984
- "options",
985
- "direction",
986
- "disabled"
953
+ "button-text",
954
+ "button-props"
987
955
  ]
988
956
  },
989
957
  "a-popover": {
@@ -1002,6 +970,21 @@
1002
970
  "popup-container"
1003
971
  ]
1004
972
  },
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
+ },
1005
988
  "a-pagination": {
1006
989
  "attributes": [
1007
990
  "change",
@@ -1028,113 +1011,33 @@
1028
1011
  "auto-adjust"
1029
1012
  ]
1030
1013
  },
1031
- "a-resize-box": {
1032
- "attributes": [
1033
- "moving-start",
1034
- "moving",
1035
- "moving-end",
1036
- "width",
1037
- "height",
1038
- "component",
1039
- "directions"
1040
- ]
1041
- },
1042
- "a-rate": {
1014
+ "a-radio": {
1043
1015
  "attributes": [
1044
1016
  "change",
1045
- "hover-change",
1046
- "count",
1047
1017
  "model-value",
1048
- "default-value",
1049
- "allow-half",
1050
- "allow-clear",
1051
- "grading",
1052
- "readonly",
1053
- "disabled",
1054
- "color"
1055
- ]
1056
- },
1057
- "a-skeleton": {
1058
- "attributes": [
1059
- "loading",
1060
- "animation"
1061
- ]
1062
- },
1063
- "a-skeleton-line": {
1064
- "attributes": [
1065
- "rows",
1066
- "widths",
1067
- "line-height",
1068
- "line-spacing"
1069
- ]
1070
- },
1071
- "a-skeleton-shape": {
1072
- "attributes": [
1073
- "shape",
1074
- "size"
1075
- ]
1076
- },
1077
- "a-result": {
1078
- "attributes": [
1079
- "status",
1080
- "title",
1081
- "subtitle"
1082
- ]
1083
- },
1084
- "a-scrollbar": {
1085
- "attributes": [
1086
- "scroll",
1018
+ "default-checked",
1019
+ "value",
1087
1020
  "type",
1088
- "outer-class",
1089
- "outer-style"
1021
+ "disabled"
1090
1022
  ]
1091
1023
  },
1092
- "a-slider": {
1024
+ "a-radio-group": {
1093
1025
  "attributes": [
1094
1026
  "change",
1095
1027
  "model-value",
1096
1028
  "default-value",
1097
- "step",
1098
- "min",
1099
- "marks",
1100
- "max",
1101
- "direction",
1102
- "disabled",
1103
- "show-ticks",
1104
- "show-input",
1105
- "range",
1106
- "show-tooltip"
1107
- ]
1108
- },
1109
- "a-overflow-list": {
1110
- "attributes": [
1111
- "change",
1112
- "min",
1113
- "margin",
1114
- "from"
1115
- ]
1116
- },
1117
- "a-space": {
1118
- "attributes": [
1119
- "align",
1120
- "direction",
1029
+ "type",
1121
1030
  "size",
1122
- "wrap",
1123
- "fill"
1031
+ "options",
1032
+ "direction",
1033
+ "disabled"
1124
1034
  ]
1125
1035
  },
1126
- "a-split": {
1036
+ "a-result": {
1127
1037
  "attributes": [
1128
- "move-start",
1129
- "moving",
1130
- "move-end",
1131
- "component",
1132
- "direction",
1133
- "size",
1134
- "default-size",
1135
- "min",
1136
- "max",
1137
- "disabled"
1038
+ "status",
1039
+ "title",
1040
+ "subtitle"
1138
1041
  ]
1139
1042
  },
1140
1043
  "a-select": {
@@ -1185,19 +1088,58 @@
1185
1088
  "tag-nowrap"
1186
1089
  ]
1187
1090
  },
1188
- "a-option": {
1091
+ "a-option": {
1092
+ "attributes": [
1093
+ "value",
1094
+ "label",
1095
+ "disabled",
1096
+ "tag-props",
1097
+ "extra",
1098
+ "index"
1099
+ ]
1100
+ },
1101
+ "a-optgroup": {
1102
+ "attributes": [
1103
+ "label"
1104
+ ]
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": {
1189
1126
  "attributes": [
1190
- "value",
1191
- "label",
1192
- "disabled",
1193
- "tag-props",
1194
- "extra",
1195
- "index"
1127
+ "loading",
1128
+ "animation"
1196
1129
  ]
1197
1130
  },
1198
- "a-optgroup": {
1131
+ "a-skeleton-line": {
1199
1132
  "attributes": [
1200
- "label"
1133
+ "rows",
1134
+ "widths",
1135
+ "line-height",
1136
+ "line-spacing"
1137
+ ]
1138
+ },
1139
+ "a-skeleton-shape": {
1140
+ "attributes": [
1141
+ "shape",
1142
+ "size"
1201
1143
  ]
1202
1144
  },
1203
1145
  "a-spin": {
@@ -1209,32 +1151,52 @@
1209
1151
  "hide-icon"
1210
1152
  ]
1211
1153
  },
1212
- "a-statistic": {
1154
+ "a-slider": {
1213
1155
  "attributes": [
1214
- "title",
1215
- "value",
1216
- "format",
1217
- "extra",
1218
- "start",
1219
- "precision",
1220
- "separator",
1221
- "show-group-separator",
1222
- "animation",
1223
- "animation-duration",
1224
- "value-from",
1225
- "placeholder",
1226
- "value-style"
1156
+ "change",
1157
+ "model-value",
1158
+ "default-value",
1159
+ "step",
1160
+ "min",
1161
+ "marks",
1162
+ "max",
1163
+ "direction",
1164
+ "disabled",
1165
+ "show-ticks",
1166
+ "show-input",
1167
+ "range",
1168
+ "show-tooltip"
1227
1169
  ]
1228
1170
  },
1229
- "a-countdown": {
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": {
1230
1186
  "attributes": [
1231
- "finish",
1232
1187
  "title",
1233
- "value",
1234
- "now",
1235
- "format",
1236
- "start",
1237
- "value-style"
1188
+ "description",
1189
+ "status",
1190
+ "disabled"
1191
+ ]
1192
+ },
1193
+ "a-space": {
1194
+ "attributes": [
1195
+ "align",
1196
+ "direction",
1197
+ "size",
1198
+ "wrap",
1199
+ "fill"
1238
1200
  ]
1239
1201
  },
1240
1202
  "a-switch": {
@@ -1257,21 +1219,87 @@
1257
1219
  "unchecked-text"
1258
1220
  ]
1259
1221
  },
1260
- "a-tag": {
1222
+ "a-table": {
1261
1223
  "attributes": [
1262
- "close",
1263
- "check",
1264
- "color",
1265
- "size",
1224
+ "expand",
1225
+ "expanded-change",
1226
+ "select",
1227
+ "select-all",
1228
+ "selection-change",
1229
+ "sorter-change",
1230
+ "filter-change",
1231
+ "page-change",
1232
+ "page-size-change",
1233
+ "change",
1234
+ "cell-mouse-enter",
1235
+ "cell-mouse-leave",
1236
+ "cell-click",
1237
+ "row-click",
1238
+ "header-click",
1239
+ "column-resize",
1240
+ "row-dblclick",
1241
+ "cell-dblclick",
1242
+ "row-contextmenu",
1243
+ "cell-contextmenu",
1244
+ "columns",
1245
+ "data",
1266
1246
  "bordered",
1267
- "visible",
1268
- "default-visible",
1247
+ "hoverable",
1248
+ "stripe",
1249
+ "size",
1250
+ "table-layout-fixed",
1269
1251
  "loading",
1270
- "closable",
1271
- "checkable",
1272
- "checked",
1273
- "default-checked",
1274
- "nowrap"
1252
+ "row-selection",
1253
+ "expandable",
1254
+ "scroll",
1255
+ "pagination",
1256
+ "page-position",
1257
+ "indent-size",
1258
+ "row-key",
1259
+ "show-header",
1260
+ "virtual-list-props",
1261
+ "span-method",
1262
+ "span-all",
1263
+ "load-more",
1264
+ "filter-icon-align-left",
1265
+ "hide-expand-button-on-empty",
1266
+ "row-class",
1267
+ "draggable",
1268
+ "column-resizable",
1269
+ "summary",
1270
+ "summary-text",
1271
+ "summary-span-method",
1272
+ "selected-keys",
1273
+ "default-selected-keys",
1274
+ "expanded-keys",
1275
+ "default-expanded-keys",
1276
+ "default-expand-all-rows",
1277
+ "sticky-header",
1278
+ "scrollbar",
1279
+ "show-empty-tree"
1280
+ ]
1281
+ },
1282
+ "a-table-column": {
1283
+ "attributes": [
1284
+ "data-index",
1285
+ "title",
1286
+ "width",
1287
+ "min-width",
1288
+ "align",
1289
+ "fixed",
1290
+ "ellipsis",
1291
+ "sortable",
1292
+ "filterable",
1293
+ "cell-class",
1294
+ "header-cell-class",
1295
+ "body-cell-class",
1296
+ "summary-cell-class",
1297
+ "cell-style",
1298
+ "header-cell-style",
1299
+ "body-cell-style",
1300
+ "summary-cell-style",
1301
+ "index",
1302
+ "tooltip"
1275
1303
  ]
1276
1304
  },
1277
1305
  "a-tabs": {
@@ -1307,26 +1335,39 @@
1307
1335
  "destroy-on-hide"
1308
1336
  ]
1309
1337
  },
1310
- "a-steps": {
1338
+ "a-timeline": {
1311
1339
  "attributes": [
1312
- "change",
1313
- "type",
1340
+ "reverse",
1314
1341
  "direction",
1315
- "label-placement",
1316
- "current",
1317
- "default-current",
1318
- "status",
1319
- "line-less",
1320
- "small",
1321
- "changeable"
1342
+ "mode",
1343
+ "pending",
1344
+ "label-position"
1322
1345
  ]
1323
1346
  },
1324
- "a-step": {
1347
+ "a-timeline-item": {
1325
1348
  "attributes": [
1326
- "title",
1327
- "description",
1328
- "status",
1329
- "disabled"
1349
+ "dot-color",
1350
+ "dot-type",
1351
+ "line-type",
1352
+ "line-color",
1353
+ "label",
1354
+ "position"
1355
+ ]
1356
+ },
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"
1330
1371
  ]
1331
1372
  },
1332
1373
  "a-textarea": {
@@ -1350,6 +1391,20 @@
1350
1391
  "textarea-attrs"
1351
1392
  ]
1352
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
+ },
1353
1408
  "a-time-picker": {
1354
1409
  "attributes": [
1355
1410
  "change",
@@ -1376,44 +1431,32 @@
1376
1431
  "disable-confirm",
1377
1432
  "position",
1378
1433
  "popup-visible",
1379
- "default-popup-visible",
1380
- "trigger-props",
1381
- "unmount-on-close"
1382
- ]
1383
- },
1384
- "a-tooltip": {
1385
- "attributes": [
1386
- "popup-visible-change",
1387
- "popup-visible",
1388
- "default-popup-visible",
1389
- "content",
1390
- "position",
1391
- "mini",
1392
- "background-color",
1393
- "content-class",
1394
- "content-style",
1395
- "arrow-class",
1396
- "arrow-style",
1397
- "popup-container"
1434
+ "default-popup-visible",
1435
+ "trigger-props",
1436
+ "unmount-on-close"
1398
1437
  ]
1399
1438
  },
1400
- "a-timeline": {
1401
- "attributes": [
1402
- "reverse",
1403
- "direction",
1404
- "mode",
1405
- "pending",
1406
- "label-position"
1407
- ]
1439
+ "a-notification": {
1440
+ "attributes": []
1408
1441
  },
1409
- "a-timeline-item": {
1442
+ "a-transfer": {
1410
1443
  "attributes": [
1411
- "dot-color",
1412
- "dot-type",
1413
- "line-type",
1414
- "line-color",
1415
- "label",
1416
- "position"
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"
1417
1460
  ]
1418
1461
  },
1419
1462
  "a-tree-select": {
@@ -1460,109 +1503,6 @@
1460
1503
  "default-input-value"
1461
1504
  ]
1462
1505
  },
1463
- "a-transfer": {
1464
- "attributes": [
1465
- "change",
1466
- "select",
1467
- "search",
1468
- "data",
1469
- "model-value",
1470
- "default-value",
1471
- "selected",
1472
- "default-selected",
1473
- "disabled",
1474
- "simple",
1475
- "one-way",
1476
- "show-search",
1477
- "show-select-all",
1478
- "title",
1479
- "source-input-search-props",
1480
- "target-input-search-props"
1481
- ]
1482
- },
1483
- "a-table": {
1484
- "attributes": [
1485
- "expand",
1486
- "expanded-change",
1487
- "select",
1488
- "select-all",
1489
- "selection-change",
1490
- "sorter-change",
1491
- "filter-change",
1492
- "page-change",
1493
- "page-size-change",
1494
- "change",
1495
- "cell-mouse-enter",
1496
- "cell-mouse-leave",
1497
- "cell-click",
1498
- "row-click",
1499
- "header-click",
1500
- "column-resize",
1501
- "row-dblclick",
1502
- "cell-dblclick",
1503
- "row-contextmenu",
1504
- "cell-contextmenu",
1505
- "columns",
1506
- "data",
1507
- "bordered",
1508
- "hoverable",
1509
- "stripe",
1510
- "size",
1511
- "table-layout-fixed",
1512
- "loading",
1513
- "row-selection",
1514
- "expandable",
1515
- "scroll",
1516
- "pagination",
1517
- "page-position",
1518
- "indent-size",
1519
- "row-key",
1520
- "show-header",
1521
- "virtual-list-props",
1522
- "span-method",
1523
- "span-all",
1524
- "load-more",
1525
- "filter-icon-align-left",
1526
- "hide-expand-button-on-empty",
1527
- "row-class",
1528
- "draggable",
1529
- "column-resizable",
1530
- "summary",
1531
- "summary-text",
1532
- "summary-span-method",
1533
- "selected-keys",
1534
- "default-selected-keys",
1535
- "expanded-keys",
1536
- "default-expanded-keys",
1537
- "default-expand-all-rows",
1538
- "sticky-header",
1539
- "scrollbar",
1540
- "show-empty-tree"
1541
- ]
1542
- },
1543
- "a-table-column": {
1544
- "attributes": [
1545
- "data-index",
1546
- "title",
1547
- "width",
1548
- "min-width",
1549
- "align",
1550
- "fixed",
1551
- "ellipsis",
1552
- "sortable",
1553
- "filterable",
1554
- "cell-class",
1555
- "header-cell-class",
1556
- "body-cell-class",
1557
- "summary-cell-class",
1558
- "cell-style",
1559
- "header-cell-style",
1560
- "body-cell-style",
1561
- "summary-cell-style",
1562
- "index",
1563
- "tooltip"
1564
- ]
1565
- },
1566
1506
  "a-upload": {
1567
1507
  "attributes": [
1568
1508
  "exceed-limit",
@@ -1688,6 +1628,40 @@
1688
1628
  "copy-tooltip-props"
1689
1629
  ]
1690
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
+ },
1691
1665
  "a-trigger": {
1692
1666
  "attributes": [
1693
1667
  "popup-visible-change",
@@ -1728,6 +1702,52 @@
1728
1702
  "scroll-to-close-distance"
1729
1703
  ]
1730
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
+ },
1733
+ "a-watermark": {
1734
+ "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"
1749
+ ]
1750
+ },
1731
1751
  "a-tree": {
1732
1752
  "attributes": [
1733
1753
  "select",
@@ -1768,39 +1788,19 @@
1768
1788
  "action-on-node-click"
1769
1789
  ]
1770
1790
  },
1771
- "a-watermark": {
1772
- "attributes": [
1773
- "content",
1774
- "image",
1775
- "width",
1776
- "height",
1777
- "gap",
1778
- "offset",
1779
- "rotate",
1780
- "font",
1781
- "z-index",
1782
- "alpha",
1783
- "anti-tamper",
1784
- "grayscale",
1785
- "repeat",
1786
- "staggered"
1787
- ]
1788
- },
1789
- "a-verification-code": {
1791
+ "a-rate": {
1790
1792
  "attributes": [
1791
1793
  "change",
1792
- "finish",
1793
- "input",
1794
+ "hover-change",
1795
+ "count",
1794
1796
  "model-value",
1795
1797
  "default-value",
1796
- "length",
1797
- "size",
1798
- "disabled",
1799
- "masked",
1798
+ "allow-half",
1799
+ "allow-clear",
1800
+ "grading",
1800
1801
  "readonly",
1801
- "error",
1802
- "separator",
1803
- "formatter"
1802
+ "disabled",
1803
+ "color"
1804
1804
  ]
1805
1805
  }
1806
1806
  }