@geelato/web-vue 2.59.1 → 2.59.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 (134) hide show
  1. package/dist/arco-vue.js +16 -4
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +4 -4
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/es/_components/icon-hover.d.ts +1 -1
  6. package/es/_components/input-label/input-label.d.ts +1 -1
  7. package/es/_components/picker/input-range.d.ts +2 -2
  8. package/es/_components/picker/input.d.ts +1 -1
  9. package/es/_components/select-view/select-view.d.ts +1 -1
  10. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  11. package/es/alert/alert.d.ts +1 -1
  12. package/es/alert/index.d.ts +2 -2
  13. package/es/auto-complete/auto-complete.d.ts +1 -1
  14. package/es/auto-complete/index.d.ts +3 -3
  15. package/es/cascader/cascader.d.ts +11 -11
  16. package/es/cascader/index.d.ts +23 -23
  17. package/es/checkbox/checkbox-group.d.ts +1 -1
  18. package/es/checkbox/checkbox.d.ts +2 -2
  19. package/es/checkbox/index.d.ts +6 -6
  20. package/es/collapse/collapse-item.d.ts +1 -1
  21. package/es/collapse/index.d.ts +1 -1
  22. package/es/color-picker/color-picker.d.ts +1 -1
  23. package/es/color-picker/index.d.ts +3 -3
  24. package/es/comment/comment.d.ts +2 -2
  25. package/es/comment/index.d.ts +3 -3
  26. package/es/date-picker/index.d.ts +18 -18
  27. package/es/date-picker/panels/date/index.d.ts +2 -2
  28. package/es/date-picker/panels/week/index.d.ts +2 -2
  29. package/es/date-picker/picker-panel.d.ts +4 -4
  30. package/es/date-picker/picker.d.ts +16 -16
  31. package/es/date-picker/range-picker-panel.d.ts +4 -4
  32. package/es/date-picker/range-picker.d.ts +18 -18
  33. package/es/descriptions/descriptions.d.ts +1 -1
  34. package/es/descriptions/index.d.ts +3 -3
  35. package/es/drawer/drawer.d.ts +11 -2
  36. package/es/drawer/drawer.js +7 -2
  37. package/es/drawer/index.d.ts +20 -5
  38. package/es/dropdown/dropdown-button.d.ts +18 -18
  39. package/es/dropdown/dropdown-option.d.ts +2 -2
  40. package/es/dropdown/dropdown-panel.d.ts +9 -9
  41. package/es/dropdown/dropdown-submenu.d.ts +20 -20
  42. package/es/dropdown/dropdown.d.ts +18 -18
  43. package/es/dropdown/index.d.ts +76 -76
  44. package/es/empty/empty.d.ts +2 -2
  45. package/es/empty/index.d.ts +6 -6
  46. package/es/form/form-item-label.d.ts +18 -18
  47. package/es/form/form-item.d.ts +22 -22
  48. package/es/form/index.d.ts +22 -22
  49. package/es/image/preview-action.d.ts +18 -18
  50. package/es/image/preview-toolbar.d.ts +18 -18
  51. package/es/input/index.d.ts +1 -1
  52. package/es/input/input-password.d.ts +1 -1
  53. package/es/input-tag/index.d.ts +3 -3
  54. package/es/input-tag/input-tag.d.ts +1 -1
  55. package/es/mention/index.d.ts +3 -3
  56. package/es/mention/mention.d.ts +1 -1
  57. package/es/menu/item.d.ts +1 -1
  58. package/es/menu/sub-menu-pop.d.ts +10 -10
  59. package/es/message/message.d.ts +1 -1
  60. package/es/modal/index.d.ts +17 -2
  61. package/es/modal/modal.d.ts +10 -1
  62. package/es/modal/modal.js +5 -2
  63. package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
  64. package/es/notification/notification.d.ts +1 -1
  65. package/es/page-header/index.d.ts +2 -2
  66. package/es/page-header/page-header.d.ts +1 -1
  67. package/es/pagination/page-options.d.ts +31 -31
  68. package/es/popconfirm/index.d.ts +18 -18
  69. package/es/popconfirm/popconfirm.d.ts +9 -9
  70. package/es/popover/index.d.ts +18 -18
  71. package/es/popover/popover.d.ts +9 -9
  72. package/es/progress/circle.d.ts +2 -2
  73. package/es/progress/index.d.ts +18 -18
  74. package/es/progress/line.d.ts +2 -2
  75. package/es/progress/progress.d.ts +10 -10
  76. package/es/progress/steps.d.ts +2 -2
  77. package/es/radio/index.d.ts +6 -6
  78. package/es/radio/radio-group.d.ts +1 -1
  79. package/es/radio/radio.d.ts +2 -2
  80. package/es/rate/index.d.ts +3 -3
  81. package/es/rate/rate.d.ts +1 -1
  82. package/es/scrollbar/index.d.ts +3 -3
  83. package/es/scrollbar/scrollbar.d.ts +2 -2
  84. package/es/select/index.d.ts +31 -31
  85. package/es/select/option.d.ts +8 -8
  86. package/es/select/select-dropdown.d.ts +9 -9
  87. package/es/select/select.d.ts +11 -11
  88. package/es/slider/index.d.ts +39 -39
  89. package/es/slider/slider-button.d.ts +18 -18
  90. package/es/slider/slider.d.ts +19 -19
  91. package/es/split/index.d.ts +3 -3
  92. package/es/split/split.d.ts +1 -1
  93. package/es/switch/index.d.ts +3 -3
  94. package/es/switch/switch.d.ts +1 -1
  95. package/es/table/index.d.ts +8 -8
  96. package/es/table/table-column.d.ts +2 -2
  97. package/es/table/table-operation-td.d.ts +12 -12
  98. package/es/table/table.d.ts +4 -4
  99. package/es/tabs/tabs-tab.d.ts +1 -1
  100. package/es/tag/index.d.ts +2 -2
  101. package/es/tag/tag.d.ts +1 -1
  102. package/es/textarea/index.d.ts +2 -2
  103. package/es/textarea/textarea.d.ts +1 -1
  104. package/es/time-picker/index.d.ts +32 -32
  105. package/es/time-picker/panel.d.ts +2 -2
  106. package/es/time-picker/range-panel.d.ts +2 -2
  107. package/es/time-picker/time-picker.d.ts +16 -16
  108. package/es/tooltip/index.d.ts +18 -18
  109. package/es/tooltip/tooltip.d.ts +9 -9
  110. package/es/transfer/index.d.ts +27 -27
  111. package/es/transfer/transfer-view.d.ts +12 -12
  112. package/es/transfer/transfer.d.ts +13 -13
  113. package/es/tree/base-node.d.ts +6 -6
  114. package/es/tree/index.d.ts +4 -4
  115. package/es/tree/transition-node-list.d.ts +6 -6
  116. package/es/tree/tree.d.ts +2 -2
  117. package/es/tree-select/index.d.ts +40 -40
  118. package/es/tree-select/panel.d.ts +4 -4
  119. package/es/tree-select/tree-select.d.ts +20 -20
  120. package/es/trigger/index.d.ts +9 -9
  121. package/es/trigger/trigger.d.ts +6 -6
  122. package/es/typography/base.d.ts +1 -1
  123. package/es/typography/edit-content.d.ts +3 -3
  124. package/es/typography/index.d.ts +4 -4
  125. package/es/typography/operations.d.ts +18 -18
  126. package/es/typography/paragraph.d.ts +1 -1
  127. package/es/typography/title.d.ts +3 -3
  128. package/json/vetur-attributes.json +2377 -2369
  129. package/json/vetur-tags.json +851 -849
  130. package/json/web-types.json +4472 -4456
  131. package/lib/drawer/drawer.js +7 -2
  132. package/lib/modal/modal.js +5 -2
  133. package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
  134. package/package.json +1 -1
@@ -1,4 +1,21 @@
1
1
  {
2
+ "a-anchor": {
3
+ "attributes": [
4
+ "select",
5
+ "change",
6
+ "boundary",
7
+ "line-less",
8
+ "scroll-container",
9
+ "change-hash",
10
+ "smooth"
11
+ ]
12
+ },
13
+ "a-anchor-link": {
14
+ "attributes": [
15
+ "title",
16
+ "href"
17
+ ]
18
+ },
2
19
  "a-alert": {
3
20
  "attributes": [
4
21
  "close",
@@ -11,6 +28,14 @@
11
28
  "center"
12
29
  ]
13
30
  },
31
+ "a-back-top": {
32
+ "attributes": [
33
+ "visible-height",
34
+ "target-container",
35
+ "easing",
36
+ "duration"
37
+ ]
38
+ },
14
39
  "a-auto-complete": {
15
40
  "attributes": [
16
41
  "change",
@@ -43,23 +68,6 @@
43
68
  "count"
44
69
  ]
45
70
  },
46
- "a-anchor": {
47
- "attributes": [
48
- "select",
49
- "change",
50
- "boundary",
51
- "line-less",
52
- "scroll-container",
53
- "change-hash",
54
- "smooth"
55
- ]
56
- },
57
- "a-anchor-link": {
58
- "attributes": [
59
- "title",
60
- "href"
61
- ]
62
- },
63
71
  "a-avatar": {
64
72
  "attributes": [
65
73
  "click",
@@ -94,17 +102,6 @@
94
102
  "target-container"
95
103
  ]
96
104
  },
97
- "a-calendar": {
98
- "attributes": [
99
- "change",
100
- "panel-change",
101
- "model-value",
102
- "default-value",
103
- "mode",
104
- "default-mode",
105
- "modes"
106
- ]
107
- },
108
105
  "a-button": {
109
106
  "attributes": [
110
107
  "click",
@@ -129,6 +126,49 @@
129
126
  "disabled"
130
127
  ]
131
128
  },
129
+ "a-calendar": {
130
+ "attributes": [
131
+ "change",
132
+ "panel-change",
133
+ "model-value",
134
+ "default-value",
135
+ "mode",
136
+ "default-mode",
137
+ "modes"
138
+ ]
139
+ },
140
+ "a-carousel": {
141
+ "attributes": [
142
+ "change",
143
+ "current",
144
+ "default-current",
145
+ "move-speed",
146
+ "animation-name",
147
+ "trigger",
148
+ "direction",
149
+ "show-arrow",
150
+ "arrow-class",
151
+ "indicator-type",
152
+ "indicator-position",
153
+ "indicator-class",
154
+ "transition-timing-function"
155
+ ]
156
+ },
157
+ "a-breadcrumb": {
158
+ "attributes": [
159
+ "max-count",
160
+ "routes",
161
+ "separator",
162
+ "custom-url"
163
+ ]
164
+ },
165
+ "a-breadcrumb-item": {
166
+ "attributes": [
167
+ "separator",
168
+ "droplist",
169
+ "dropdown-props"
170
+ ]
171
+ },
132
172
  "a-card": {
133
173
  "attributes": [
134
174
  "bordered",
@@ -152,44 +192,34 @@
152
192
  "hoverable"
153
193
  ]
154
194
  },
155
- "a-breadcrumb": {
195
+ "a-comment": {
156
196
  "attributes": [
157
- "max-count",
158
- "routes",
159
- "separator",
160
- "custom-url"
197
+ "author",
198
+ "avatar",
199
+ "content",
200
+ "datetime",
201
+ "align"
161
202
  ]
162
203
  },
163
- "a-breadcrumb-item": {
204
+ "a-checkbox": {
164
205
  "attributes": [
165
- "separator",
166
- "droplist",
167
- "dropdown-props"
206
+ "change",
207
+ "model-value",
208
+ "default-checked",
209
+ "value",
210
+ "disabled",
211
+ "indeterminate"
168
212
  ]
169
213
  },
170
- "a-carousel": {
214
+ "a-checkbox-group": {
171
215
  "attributes": [
172
216
  "change",
173
- "current",
174
- "default-current",
175
- "move-speed",
176
- "animation-name",
177
- "trigger",
217
+ "model-value",
218
+ "default-value",
219
+ "max",
220
+ "options",
178
221
  "direction",
179
- "show-arrow",
180
- "arrow-class",
181
- "indicator-type",
182
- "indicator-position",
183
- "indicator-class",
184
- "transition-timing-function"
185
- ]
186
- },
187
- "a-back-top": {
188
- "attributes": [
189
- "visible-height",
190
- "target-container",
191
- "easing",
192
- "duration"
222
+ "disabled"
193
223
  ]
194
224
  },
195
225
  "a-cascader": {
@@ -251,27 +281,6 @@
251
281
  "expand-child"
252
282
  ]
253
283
  },
254
- "a-checkbox": {
255
- "attributes": [
256
- "change",
257
- "model-value",
258
- "default-checked",
259
- "value",
260
- "disabled",
261
- "indeterminate"
262
- ]
263
- },
264
- "a-checkbox-group": {
265
- "attributes": [
266
- "change",
267
- "model-value",
268
- "default-value",
269
- "max",
270
- "options",
271
- "direction",
272
- "disabled"
273
- ]
274
- },
275
284
  "a-collapse": {
276
285
  "attributes": [
277
286
  "change",
@@ -292,24 +301,53 @@
292
301
  "destroy-on-hide"
293
302
  ]
294
303
  },
295
- "a-config-provider": {
304
+ "a-descriptions": {
296
305
  "attributes": [
297
- "prefix-cls",
298
- "locale",
306
+ "data",
307
+ "column",
308
+ "title",
309
+ "layout",
310
+ "align",
299
311
  "size",
300
- "global",
301
- "scroll-to-close",
302
- "exchange-time",
303
- "rtl"
312
+ "bordered",
313
+ "label-style",
314
+ "value-style",
315
+ "table-layout"
304
316
  ]
305
317
  },
306
- "a-comment": {
318
+ "a-descriptions-item": {
307
319
  "attributes": [
308
- "author",
309
- "avatar",
310
- "content",
311
- "datetime",
312
- "align"
320
+ "span",
321
+ "label"
322
+ ]
323
+ },
324
+ "a-range-picker": {
325
+ "attributes": [
326
+ "change",
327
+ "select",
328
+ "popup-visible-change",
329
+ "ok",
330
+ "clear",
331
+ "select-shortcut",
332
+ "picker-value-change",
333
+ "mode",
334
+ "model-value",
335
+ "default-value",
336
+ "picker-value",
337
+ "default-picker-value",
338
+ "disabled",
339
+ "day-start-of-week",
340
+ "format",
341
+ "value-format",
342
+ "show-time",
343
+ "time-picker-props",
344
+ "placeholder",
345
+ "disabled-date",
346
+ "disabled-time",
347
+ "separator",
348
+ "exchange-time",
349
+ "disabled-input",
350
+ "abbreviation"
313
351
  ]
314
352
  },
315
353
  "a-color-picker": {
@@ -331,36 +369,129 @@
331
369
  "preset-colors"
332
370
  ]
333
371
  },
334
- "a-descriptions": {
372
+ "a-config-provider": {
335
373
  "attributes": [
336
- "data",
337
- "column",
338
- "title",
339
- "layout",
340
- "align",
374
+ "prefix-cls",
375
+ "locale",
341
376
  "size",
342
- "bordered",
343
- "label-style",
344
- "value-style",
345
- "table-layout"
377
+ "global",
378
+ "scroll-to-close",
379
+ "exchange-time",
380
+ "rtl"
346
381
  ]
347
382
  },
348
- "a-descriptions-item": {
383
+ "a-divider": {
349
384
  "attributes": [
350
- "span",
351
- "label"
385
+ "direction",
386
+ "orientation",
387
+ "type",
388
+ "size",
389
+ "margin"
352
390
  ]
353
391
  },
354
- "a-drawer": {
392
+ "a-row": {
355
393
  "attributes": [
356
- "ok",
357
- "cancel",
358
- "open",
359
- "close",
360
- "before-open",
361
- "before-close",
362
- "visible",
363
- "default-visible",
394
+ "gutter",
395
+ "justify",
396
+ "align",
397
+ "div",
398
+ "wrap"
399
+ ]
400
+ },
401
+ "a-col": {
402
+ "attributes": [
403
+ "span",
404
+ "offset",
405
+ "order",
406
+ "xs",
407
+ "sm",
408
+ "md",
409
+ "lg",
410
+ "xl",
411
+ "xxl",
412
+ "flex"
413
+ ]
414
+ },
415
+ "a-grid": {
416
+ "attributes": [
417
+ "cols",
418
+ "row-gap",
419
+ "col-gap",
420
+ "collapsed",
421
+ "collapsed-rows"
422
+ ]
423
+ },
424
+ "a-grid-item": {
425
+ "attributes": [
426
+ "span",
427
+ "offset",
428
+ "suffix"
429
+ ]
430
+ },
431
+ "a-dropdown": {
432
+ "attributes": [
433
+ "popup-visible-change",
434
+ "select",
435
+ "popup-visible",
436
+ "default-popup-visible",
437
+ "trigger",
438
+ "position",
439
+ "popup-container",
440
+ "popup-max-height",
441
+ "hide-on-select"
442
+ ]
443
+ },
444
+ "a-doption": {
445
+ "attributes": [
446
+ "click",
447
+ "value",
448
+ "disabled"
449
+ ]
450
+ },
451
+ "a-dgroup": {
452
+ "attributes": [
453
+ "title"
454
+ ]
455
+ },
456
+ "a-dsubmenu": {
457
+ "attributes": [
458
+ "popup-visible-change",
459
+ "value",
460
+ "disabled",
461
+ "trigger",
462
+ "position",
463
+ "popup-visible",
464
+ "default-popup-visible",
465
+ "option-props"
466
+ ]
467
+ },
468
+ "a-dropdown-button": {
469
+ "attributes": [
470
+ "popup-visible-change",
471
+ "click",
472
+ "select",
473
+ "popup-visible",
474
+ "default-popup-visible",
475
+ "trigger",
476
+ "position",
477
+ "popup-container",
478
+ "disabled",
479
+ "type",
480
+ "size",
481
+ "button-props",
482
+ "hide-on-select"
483
+ ]
484
+ },
485
+ "a-drawer": {
486
+ "attributes": [
487
+ "ok",
488
+ "cancel",
489
+ "open",
490
+ "close",
491
+ "before-open",
492
+ "before-close",
493
+ "visible",
494
+ "default-visible",
364
495
  "placement",
365
496
  "title",
366
497
  "mask",
@@ -384,7 +515,15 @@
384
515
  "render-to-body",
385
516
  "header",
386
517
  "footer",
387
- "hide-cancel"
518
+ "hide-cancel",
519
+ "hide-ok"
520
+ ]
521
+ },
522
+ "a-empty": {
523
+ "attributes": [
524
+ "description",
525
+ "img-src",
526
+ "in-config-provider"
388
527
  ]
389
528
  },
390
529
  "a-image": {
@@ -446,304 +585,101 @@
446
585
  "disabled"
447
586
  ]
448
587
  },
449
- "a-range-picker": {
588
+ "a-input": {
450
589
  "attributes": [
590
+ "input",
451
591
  "change",
452
- "select",
453
- "popup-visible-change",
454
- "ok",
592
+ "press-enter",
455
593
  "clear",
456
- "select-shortcut",
457
- "picker-value-change",
458
- "mode",
594
+ "focus",
595
+ "blur",
459
596
  "model-value",
460
597
  "default-value",
461
- "picker-value",
462
- "default-picker-value",
598
+ "size",
599
+ "allow-clear",
463
600
  "disabled",
464
- "day-start-of-week",
465
- "format",
466
- "value-format",
467
- "show-time",
468
- "time-picker-props",
601
+ "readonly",
602
+ "error",
469
603
  "placeholder",
470
- "disabled-date",
471
- "disabled-time",
472
- "separator",
473
- "exchange-time",
474
- "disabled-input",
475
- "abbreviation"
604
+ "max-length",
605
+ "show-word-limit",
606
+ "word-length",
607
+ "word-slice",
608
+ "input-attrs",
609
+ "prepend",
610
+ "append"
476
611
  ]
477
612
  },
478
- "a-divider": {
479
- "attributes": [
480
- "direction",
481
- "orientation",
482
- "type",
483
- "size",
484
- "margin"
485
- ]
613
+ "a-input-group": {
614
+ "attributes": []
486
615
  },
487
- "a-empty": {
616
+ "a-input-password": {
488
617
  "attributes": [
489
- "description",
490
- "img-src",
491
- "in-config-provider"
618
+ "visibility-change",
619
+ "visibility",
620
+ "default-visibility",
621
+ "invisible-button"
492
622
  ]
493
623
  },
494
- "a-dropdown": {
624
+ "a-input-search": {
495
625
  "attributes": [
496
- "popup-visible-change",
497
- "select",
498
- "popup-visible",
499
- "default-popup-visible",
500
- "trigger",
501
- "position",
502
- "popup-container",
503
- "popup-max-height",
504
- "hide-on-select"
626
+ "search",
627
+ "search-button",
628
+ "loading",
629
+ "disabled",
630
+ "size",
631
+ "button-text",
632
+ "button-props"
505
633
  ]
506
634
  },
507
- "a-doption": {
635
+ "a-layout": {
508
636
  "attributes": [
509
- "click",
510
- "value",
511
- "disabled"
637
+ "has-sider"
512
638
  ]
513
639
  },
514
- "a-dgroup": {
515
- "attributes": [
516
- "title"
517
- ]
640
+ "a-layout-header": {
641
+ "attributes": []
518
642
  },
519
- "a-dsubmenu": {
643
+ "a-layout-content": {
644
+ "attributes": []
645
+ },
646
+ "a-layout-footer": {
647
+ "attributes": []
648
+ },
649
+ "a-layout-sider": {
520
650
  "attributes": [
521
- "popup-visible-change",
522
- "value",
523
- "disabled",
524
- "trigger",
525
- "position",
526
- "popup-visible",
527
- "default-popup-visible",
528
- "option-props"
651
+ "collapse",
652
+ "breakpoint",
653
+ "theme",
654
+ "collapsed",
655
+ "default-collapsed",
656
+ "collapsible",
657
+ "width",
658
+ "collapsed-width",
659
+ "reverse-arrow",
660
+ "resize-directions",
661
+ "hide-trigger"
529
662
  ]
530
663
  },
531
- "a-dropdown-button": {
664
+ "a-form": {
532
665
  "attributes": [
533
- "popup-visible-change",
534
- "click",
535
- "select",
536
- "popup-visible",
537
- "default-popup-visible",
538
- "trigger",
539
- "position",
540
- "popup-container",
541
- "disabled",
542
- "type",
666
+ "submit",
667
+ "submit-success",
668
+ "submit-failed",
669
+ "model",
670
+ "layout",
543
671
  "size",
544
- "button-props",
545
- "hide-on-select"
672
+ "label-col-props",
673
+ "wrapper-col-props",
674
+ "label-align",
675
+ "disabled",
676
+ "rules",
677
+ "auto-label-width",
678
+ "id",
679
+ "scroll-to-first-error"
546
680
  ]
547
681
  },
548
- "a-row": {
549
- "attributes": [
550
- "gutter",
551
- "justify",
552
- "align",
553
- "div",
554
- "wrap"
555
- ]
556
- },
557
- "a-col": {
558
- "attributes": [
559
- "span",
560
- "offset",
561
- "order",
562
- "xs",
563
- "sm",
564
- "md",
565
- "lg",
566
- "xl",
567
- "xxl",
568
- "flex"
569
- ]
570
- },
571
- "a-grid": {
572
- "attributes": [
573
- "cols",
574
- "row-gap",
575
- "col-gap",
576
- "collapsed",
577
- "collapsed-rows"
578
- ]
579
- },
580
- "a-grid-item": {
581
- "attributes": [
582
- "span",
583
- "offset",
584
- "suffix"
585
- ]
586
- },
587
- "a-list": {
588
- "attributes": [
589
- "scroll",
590
- "reach-bottom",
591
- "page-change",
592
- "page-size-change",
593
- "data",
594
- "size",
595
- "bordered",
596
- "split",
597
- "loading",
598
- "hoverable",
599
- "pagination-props",
600
- "grid-props",
601
- "max-height",
602
- "bottom-offset",
603
- "virtual-list-props",
604
- "scrollbar"
605
- ]
606
- },
607
- "a-list-item": {
608
- "attributes": [
609
- "action-layout"
610
- ]
611
- },
612
- "a-list-item-meta": {
613
- "attributes": [
614
- "title",
615
- "description"
616
- ]
617
- },
618
- "a-input": {
619
- "attributes": [
620
- "input",
621
- "change",
622
- "press-enter",
623
- "clear",
624
- "focus",
625
- "blur",
626
- "model-value",
627
- "default-value",
628
- "size",
629
- "allow-clear",
630
- "disabled",
631
- "readonly",
632
- "error",
633
- "placeholder",
634
- "max-length",
635
- "show-word-limit",
636
- "word-length",
637
- "word-slice",
638
- "input-attrs",
639
- "prepend",
640
- "append"
641
- ]
642
- },
643
- "a-input-group": {
644
- "attributes": []
645
- },
646
- "a-input-password": {
647
- "attributes": [
648
- "visibility-change",
649
- "visibility",
650
- "default-visibility",
651
- "invisible-button"
652
- ]
653
- },
654
- "a-input-search": {
655
- "attributes": [
656
- "search",
657
- "search-button",
658
- "loading",
659
- "disabled",
660
- "size",
661
- "button-text",
662
- "button-props"
663
- ]
664
- },
665
- "a-menu": {
666
- "attributes": [
667
- "collapse",
668
- "menu-item-click",
669
- "sub-menu-click",
670
- "theme",
671
- "mode",
672
- "level-indent",
673
- "auto-open",
674
- "collapsed",
675
- "default-collapsed",
676
- "collapsed-width",
677
- "accordion",
678
- "auto-scroll-into-view",
679
- "show-collapse-button",
680
- "selected-keys",
681
- "default-selected-keys",
682
- "open-keys",
683
- "default-open-keys",
684
- "scroll-config",
685
- "trigger-props",
686
- "tooltip-props",
687
- "auto-open-selected",
688
- "breakpoint",
689
- "popup-max-height"
690
- ]
691
- },
692
- "a-sub-menu": {
693
- "attributes": [
694
- "title",
695
- "selectable",
696
- "popup",
697
- "popup-max-height"
698
- ]
699
- },
700
- "a-menu-item-group": {
701
- "attributes": [
702
- "title"
703
- ]
704
- },
705
- "a-menu-item": {
706
- "attributes": [
707
- "disabled"
708
- ]
709
- },
710
- "a-mention": {
711
- "attributes": [
712
- "change",
713
- "search",
714
- "select",
715
- "clear",
716
- "focus",
717
- "blur",
718
- "model-value",
719
- "default-value",
720
- "data",
721
- "prefix",
722
- "split",
723
- "type",
724
- "disabled",
725
- "allow-clear"
726
- ]
727
- },
728
- "a-form": {
729
- "attributes": [
730
- "submit",
731
- "submit-success",
732
- "submit-failed",
733
- "model",
734
- "layout",
735
- "size",
736
- "label-col-props",
737
- "wrapper-col-props",
738
- "label-align",
739
- "disabled",
740
- "rules",
741
- "auto-label-width",
742
- "id",
743
- "scroll-to-first-error"
744
- ]
745
- },
746
- "a-form-item": {
682
+ "a-form-item": {
747
683
  "attributes": [
748
684
  "field",
749
685
  "label",
@@ -832,44 +768,130 @@
832
768
  "tag-nowrap"
833
769
  ]
834
770
  },
835
- "a-link": {
771
+ "a-mention": {
836
772
  "attributes": [
837
- "click",
838
- "href",
839
- "status",
840
- "hoverable",
841
- "icon",
842
- "loading",
843
- "disabled"
773
+ "change",
774
+ "search",
775
+ "select",
776
+ "clear",
777
+ "focus",
778
+ "blur",
779
+ "model-value",
780
+ "default-value",
781
+ "data",
782
+ "prefix",
783
+ "split",
784
+ "type",
785
+ "disabled",
786
+ "allow-clear"
844
787
  ]
845
788
  },
846
- "a-popconfirm": {
789
+ "a-list": {
847
790
  "attributes": [
848
- "popup-visible-change",
849
- "ok",
850
- "cancel",
851
- "content",
852
- "position",
853
- "popup-visible",
854
- "default-popup-visible",
855
- "type",
856
- "ok-text",
857
- "cancel-text",
858
- "ok-loading",
859
- "ok-button-props",
860
- "cancel-button-props",
861
- "content-class",
862
- "content-style",
863
- "arrow-class",
864
- "arrow-style",
865
- "popup-container",
866
- "before-ok",
867
- "before-cancel"
791
+ "scroll",
792
+ "reach-bottom",
793
+ "page-change",
794
+ "page-size-change",
795
+ "data",
796
+ "size",
797
+ "bordered",
798
+ "split",
799
+ "loading",
800
+ "hoverable",
801
+ "pagination-props",
802
+ "grid-props",
803
+ "max-height",
804
+ "bottom-offset",
805
+ "virtual-list-props",
806
+ "scrollbar"
868
807
  ]
869
808
  },
870
- "a-modal": {
809
+ "a-list-item": {
871
810
  "attributes": [
872
- "ok",
811
+ "action-layout"
812
+ ]
813
+ },
814
+ "a-list-item-meta": {
815
+ "attributes": [
816
+ "title",
817
+ "description"
818
+ ]
819
+ },
820
+ "a-menu": {
821
+ "attributes": [
822
+ "collapse",
823
+ "menu-item-click",
824
+ "sub-menu-click",
825
+ "theme",
826
+ "mode",
827
+ "level-indent",
828
+ "auto-open",
829
+ "collapsed",
830
+ "default-collapsed",
831
+ "collapsed-width",
832
+ "accordion",
833
+ "auto-scroll-into-view",
834
+ "show-collapse-button",
835
+ "selected-keys",
836
+ "default-selected-keys",
837
+ "open-keys",
838
+ "default-open-keys",
839
+ "scroll-config",
840
+ "trigger-props",
841
+ "tooltip-props",
842
+ "auto-open-selected",
843
+ "breakpoint",
844
+ "popup-max-height"
845
+ ]
846
+ },
847
+ "a-sub-menu": {
848
+ "attributes": [
849
+ "title",
850
+ "selectable",
851
+ "popup",
852
+ "popup-max-height"
853
+ ]
854
+ },
855
+ "a-menu-item-group": {
856
+ "attributes": [
857
+ "title"
858
+ ]
859
+ },
860
+ "a-menu-item": {
861
+ "attributes": [
862
+ "disabled"
863
+ ]
864
+ },
865
+ "a-notification": {
866
+ "attributes": []
867
+ },
868
+ "a-popover": {
869
+ "attributes": [
870
+ "popup-visible-change",
871
+ "popup-visible",
872
+ "default-popup-visible",
873
+ "title",
874
+ "content",
875
+ "trigger",
876
+ "position",
877
+ "content-class",
878
+ "content-style",
879
+ "arrow-class",
880
+ "arrow-style",
881
+ "popup-container"
882
+ ]
883
+ },
884
+ "a-overflow-list": {
885
+ "attributes": [
886
+ "change",
887
+ "min",
888
+ "margin",
889
+ "from"
890
+ ]
891
+ },
892
+ "a-modal": {
893
+ "attributes": [
894
+ "ok",
873
895
  "cancel",
874
896
  "open",
875
897
  "close",
@@ -886,6 +908,7 @@
886
908
  "unmount-on-close",
887
909
  "mask-closable",
888
910
  "hide-cancel",
911
+ "hide-ok",
889
912
  "simple",
890
913
  "closable",
891
914
  "ok-text",
@@ -911,45 +934,6 @@
911
934
  "hide-title"
912
935
  ]
913
936
  },
914
- "a-overflow-list": {
915
- "attributes": [
916
- "change",
917
- "min",
918
- "margin",
919
- "from"
920
- ]
921
- },
922
- "a-popover": {
923
- "attributes": [
924
- "popup-visible-change",
925
- "popup-visible",
926
- "default-popup-visible",
927
- "title",
928
- "content",
929
- "trigger",
930
- "position",
931
- "content-class",
932
- "content-style",
933
- "arrow-class",
934
- "arrow-style",
935
- "popup-container"
936
- ]
937
- },
938
- "a-progress": {
939
- "attributes": [
940
- "type",
941
- "size",
942
- "percent",
943
- "steps",
944
- "animation",
945
- "stroke-width",
946
- "width",
947
- "color",
948
- "track-color",
949
- "show-text",
950
- "status"
951
- ]
952
- },
953
937
  "a-pagination": {
954
938
  "attributes": [
955
939
  "change",
@@ -976,6 +960,25 @@
976
960
  "auto-adjust"
977
961
  ]
978
962
  },
963
+ "a-page-header": {
964
+ "attributes": [
965
+ "back",
966
+ "title",
967
+ "subtitle",
968
+ "show-back"
969
+ ]
970
+ },
971
+ "a-link": {
972
+ "attributes": [
973
+ "click",
974
+ "href",
975
+ "status",
976
+ "hoverable",
977
+ "icon",
978
+ "loading",
979
+ "disabled"
980
+ ]
981
+ },
979
982
  "a-radio": {
980
983
  "attributes": [
981
984
  "change",
@@ -998,30 +1001,42 @@
998
1001
  "disabled"
999
1002
  ]
1000
1003
  },
1001
- "a-page-header": {
1004
+ "a-progress": {
1002
1005
  "attributes": [
1003
- "back",
1004
- "title",
1005
- "subtitle",
1006
- "show-back"
1006
+ "type",
1007
+ "size",
1008
+ "percent",
1009
+ "steps",
1010
+ "animation",
1011
+ "stroke-width",
1012
+ "width",
1013
+ "color",
1014
+ "track-color",
1015
+ "show-text",
1016
+ "status"
1007
1017
  ]
1008
1018
  },
1009
- "a-resize-box": {
1019
+ "a-scrollbar": {
1010
1020
  "attributes": [
1011
- "moving-start",
1012
- "moving",
1013
- "moving-end",
1014
- "width",
1015
- "height",
1016
- "component",
1017
- "directions"
1021
+ "scroll",
1022
+ "type",
1023
+ "outer-class",
1024
+ "outer-style"
1018
1025
  ]
1019
1026
  },
1020
- "a-result": {
1027
+ "a-rate": {
1021
1028
  "attributes": [
1022
- "status",
1023
- "title",
1024
- "subtitle"
1029
+ "change",
1030
+ "hover-change",
1031
+ "count",
1032
+ "model-value",
1033
+ "default-value",
1034
+ "allow-half",
1035
+ "allow-clear",
1036
+ "grading",
1037
+ "readonly",
1038
+ "disabled",
1039
+ "color"
1025
1040
  ]
1026
1041
  },
1027
1042
  "a-select": {
@@ -1087,30 +1102,6 @@
1087
1102
  "label"
1088
1103
  ]
1089
1104
  },
1090
- "a-space": {
1091
- "attributes": [
1092
- "align",
1093
- "direction",
1094
- "size",
1095
- "wrap",
1096
- "fill"
1097
- ]
1098
- },
1099
- "a-rate": {
1100
- "attributes": [
1101
- "change",
1102
- "hover-change",
1103
- "count",
1104
- "model-value",
1105
- "default-value",
1106
- "allow-half",
1107
- "allow-clear",
1108
- "grading",
1109
- "readonly",
1110
- "disabled",
1111
- "color"
1112
- ]
1113
- },
1114
1105
  "a-skeleton": {
1115
1106
  "attributes": [
1116
1107
  "loading",
@@ -1148,160 +1139,93 @@
1148
1139
  "show-tooltip"
1149
1140
  ]
1150
1141
  },
1151
- "a-split": {
1142
+ "a-result": {
1152
1143
  "attributes": [
1153
- "move-start",
1154
- "moving",
1155
- "move-end",
1156
- "component",
1157
- "direction",
1158
- "size",
1159
- "default-size",
1160
- "min",
1161
- "max",
1162
- "disabled"
1144
+ "status",
1145
+ "title",
1146
+ "subtitle"
1163
1147
  ]
1164
1148
  },
1165
- "a-spin": {
1149
+ "a-resize-box": {
1166
1150
  "attributes": [
1167
- "size",
1168
- "loading",
1169
- "dot",
1170
- "tip",
1171
- "hide-icon"
1151
+ "moving-start",
1152
+ "moving",
1153
+ "moving-end",
1154
+ "width",
1155
+ "height",
1156
+ "component",
1157
+ "directions"
1172
1158
  ]
1173
1159
  },
1174
- "a-steps": {
1160
+ "a-popconfirm": {
1175
1161
  "attributes": [
1176
- "change",
1162
+ "popup-visible-change",
1163
+ "ok",
1164
+ "cancel",
1165
+ "content",
1166
+ "position",
1167
+ "popup-visible",
1168
+ "default-popup-visible",
1177
1169
  "type",
1178
- "direction",
1179
- "label-placement",
1180
- "current",
1181
- "default-current",
1182
- "status",
1183
- "line-less",
1184
- "small",
1185
- "changeable"
1186
- ]
1187
- },
1188
- "a-step": {
1189
- "attributes": [
1190
- "title",
1191
- "description",
1192
- "status",
1193
- "disabled"
1194
- ]
1195
- },
1196
- "a-statistic": {
1197
- "attributes": [
1198
- "title",
1199
- "value",
1200
- "format",
1201
- "extra",
1202
- "start",
1203
- "precision",
1204
- "separator",
1205
- "show-group-separator",
1206
- "animation",
1207
- "animation-duration",
1208
- "value-from",
1209
- "placeholder",
1210
- "value-style"
1211
- ]
1212
- },
1213
- "a-countdown": {
1214
- "attributes": [
1215
- "finish",
1216
- "title",
1217
- "value",
1218
- "now",
1219
- "format",
1220
- "start",
1221
- "value-style"
1170
+ "ok-text",
1171
+ "cancel-text",
1172
+ "ok-loading",
1173
+ "ok-button-props",
1174
+ "cancel-button-props",
1175
+ "content-class",
1176
+ "content-style",
1177
+ "arrow-class",
1178
+ "arrow-style",
1179
+ "popup-container",
1180
+ "before-ok",
1181
+ "before-cancel"
1222
1182
  ]
1223
1183
  },
1224
- "a-switch": {
1184
+ "a-spin": {
1225
1185
  "attributes": [
1226
- "change",
1227
- "focus",
1228
- "blur",
1229
- "model-value",
1230
- "default-checked",
1231
- "disabled",
1232
- "loading",
1233
- "type",
1234
1186
  "size",
1235
- "checked-value",
1236
- "unchecked-value",
1237
- "checked-color",
1238
- "unchecked-color",
1239
- "before-change",
1240
- "checked-text",
1241
- "unchecked-text"
1187
+ "loading",
1188
+ "dot",
1189
+ "tip",
1190
+ "hide-icon"
1242
1191
  ]
1243
1192
  },
1244
- "a-scrollbar": {
1193
+ "a-split": {
1245
1194
  "attributes": [
1246
- "scroll",
1247
- "type",
1248
- "outer-class",
1249
- "outer-style"
1195
+ "move-start",
1196
+ "moving",
1197
+ "move-end",
1198
+ "component",
1199
+ "direction",
1200
+ "size",
1201
+ "default-size",
1202
+ "min",
1203
+ "max",
1204
+ "disabled"
1250
1205
  ]
1251
1206
  },
1252
- "a-tabs": {
1207
+ "a-steps": {
1253
1208
  "attributes": [
1254
1209
  "change",
1255
- "tab-click",
1256
- "add",
1257
- "delete",
1258
- "active-key",
1259
- "default-active-key",
1260
- "position",
1261
- "size",
1262
1210
  "type",
1263
1211
  "direction",
1264
- "editable",
1265
- "show-add-button",
1266
- "destroy-on-hide",
1267
- "lazy-load",
1268
- "justify",
1269
- "animation",
1270
- "header-padding",
1271
- "auto-switch",
1272
- "hide-content",
1273
- "trigger",
1274
- "scroll-position"
1212
+ "label-placement",
1213
+ "current",
1214
+ "default-current",
1215
+ "status",
1216
+ "line-less",
1217
+ "small",
1218
+ "changeable"
1275
1219
  ]
1276
1220
  },
1277
- "a-tab-pane": {
1221
+ "a-step": {
1278
1222
  "attributes": [
1279
1223
  "title",
1280
- "disabled",
1281
- "closable",
1282
- "destroy-on-hide"
1283
- ]
1284
- },
1285
- "a-tag": {
1286
- "attributes": [
1287
- "close",
1288
- "check",
1289
- "color",
1290
- "size",
1291
- "bordered",
1292
- "visible",
1293
- "default-visible",
1294
- "loading",
1295
- "closable",
1296
- "checkable",
1297
- "checked",
1298
- "default-checked",
1299
- "nowrap"
1224
+ "description",
1225
+ "status",
1226
+ "disabled"
1300
1227
  ]
1301
1228
  },
1302
- "a-notification": {
1303
- "attributes": []
1304
- },
1305
1229
  "a-table": {
1306
1230
  "attributes": [
1307
1231
  "expand",
@@ -1385,20 +1309,111 @@
1385
1309
  "tooltip"
1386
1310
  ]
1387
1311
  },
1388
- "a-tooltip": {
1312
+ "a-tabs": {
1389
1313
  "attributes": [
1390
- "popup-visible-change",
1391
- "popup-visible",
1392
- "default-popup-visible",
1393
- "content",
1314
+ "change",
1315
+ "tab-click",
1316
+ "add",
1317
+ "delete",
1318
+ "active-key",
1319
+ "default-active-key",
1394
1320
  "position",
1395
- "mini",
1396
- "background-color",
1397
- "content-class",
1398
- "content-style",
1399
- "arrow-class",
1400
- "arrow-style",
1401
- "popup-container"
1321
+ "size",
1322
+ "type",
1323
+ "direction",
1324
+ "editable",
1325
+ "show-add-button",
1326
+ "destroy-on-hide",
1327
+ "lazy-load",
1328
+ "justify",
1329
+ "animation",
1330
+ "header-padding",
1331
+ "auto-switch",
1332
+ "hide-content",
1333
+ "trigger",
1334
+ "scroll-position"
1335
+ ]
1336
+ },
1337
+ "a-tab-pane": {
1338
+ "attributes": [
1339
+ "title",
1340
+ "disabled",
1341
+ "closable",
1342
+ "destroy-on-hide"
1343
+ ]
1344
+ },
1345
+ "a-space": {
1346
+ "attributes": [
1347
+ "align",
1348
+ "direction",
1349
+ "size",
1350
+ "wrap",
1351
+ "fill"
1352
+ ]
1353
+ },
1354
+ "a-statistic": {
1355
+ "attributes": [
1356
+ "title",
1357
+ "value",
1358
+ "format",
1359
+ "extra",
1360
+ "start",
1361
+ "precision",
1362
+ "separator",
1363
+ "show-group-separator",
1364
+ "animation",
1365
+ "animation-duration",
1366
+ "value-from",
1367
+ "placeholder",
1368
+ "value-style"
1369
+ ]
1370
+ },
1371
+ "a-countdown": {
1372
+ "attributes": [
1373
+ "finish",
1374
+ "title",
1375
+ "value",
1376
+ "now",
1377
+ "format",
1378
+ "start",
1379
+ "value-style"
1380
+ ]
1381
+ },
1382
+ "a-tag": {
1383
+ "attributes": [
1384
+ "close",
1385
+ "check",
1386
+ "color",
1387
+ "size",
1388
+ "bordered",
1389
+ "visible",
1390
+ "default-visible",
1391
+ "loading",
1392
+ "closable",
1393
+ "checkable",
1394
+ "checked",
1395
+ "default-checked",
1396
+ "nowrap"
1397
+ ]
1398
+ },
1399
+ "a-switch": {
1400
+ "attributes": [
1401
+ "change",
1402
+ "focus",
1403
+ "blur",
1404
+ "model-value",
1405
+ "default-checked",
1406
+ "disabled",
1407
+ "loading",
1408
+ "type",
1409
+ "size",
1410
+ "checked-value",
1411
+ "unchecked-value",
1412
+ "checked-color",
1413
+ "unchecked-color",
1414
+ "before-change",
1415
+ "checked-text",
1416
+ "unchecked-text"
1402
1417
  ]
1403
1418
  },
1404
1419
  "a-time-picker": {
@@ -1453,6 +1468,166 @@
1453
1468
  "textarea-attrs"
1454
1469
  ]
1455
1470
  },
1471
+ "a-trigger": {
1472
+ "attributes": [
1473
+ "popup-visible-change",
1474
+ "show",
1475
+ "hide",
1476
+ "popup-visible",
1477
+ "default-popup-visible",
1478
+ "trigger",
1479
+ "position",
1480
+ "disabled",
1481
+ "popup-offset",
1482
+ "popup-translate",
1483
+ "show-arrow",
1484
+ "align-point",
1485
+ "popup-hover-stay",
1486
+ "blur-to-close",
1487
+ "click-to-close",
1488
+ "click-outside-to-close",
1489
+ "unmount-on-close",
1490
+ "content-class",
1491
+ "content-style",
1492
+ "arrow-class",
1493
+ "arrow-style",
1494
+ "popup-style",
1495
+ "animation-name",
1496
+ "duration",
1497
+ "mouse-enter-delay",
1498
+ "mouse-leave-delay",
1499
+ "focus-delay",
1500
+ "auto-fit-popup-width",
1501
+ "auto-fit-popup-min-width",
1502
+ "auto-fix-position",
1503
+ "popup-container",
1504
+ "auto-fit-position",
1505
+ "render-to-body",
1506
+ "prevent-focus",
1507
+ "scroll-to-close",
1508
+ "scroll-to-close-distance"
1509
+ ]
1510
+ },
1511
+ "a-transfer": {
1512
+ "attributes": [
1513
+ "change",
1514
+ "select",
1515
+ "search",
1516
+ "data",
1517
+ "model-value",
1518
+ "default-value",
1519
+ "selected",
1520
+ "default-selected",
1521
+ "disabled",
1522
+ "simple",
1523
+ "one-way",
1524
+ "show-search",
1525
+ "show-select-all",
1526
+ "title",
1527
+ "source-input-search-props",
1528
+ "target-input-search-props"
1529
+ ]
1530
+ },
1531
+ "a-tooltip": {
1532
+ "attributes": [
1533
+ "popup-visible-change",
1534
+ "popup-visible",
1535
+ "default-popup-visible",
1536
+ "content",
1537
+ "position",
1538
+ "mini",
1539
+ "background-color",
1540
+ "content-class",
1541
+ "content-style",
1542
+ "arrow-class",
1543
+ "arrow-style",
1544
+ "popup-container"
1545
+ ]
1546
+ },
1547
+ "a-tree": {
1548
+ "attributes": [
1549
+ "select",
1550
+ "check",
1551
+ "expand",
1552
+ "drag-start",
1553
+ "drag-end",
1554
+ "drag-over",
1555
+ "drag-leave",
1556
+ "drop",
1557
+ "size",
1558
+ "block-node",
1559
+ "default-expand-all",
1560
+ "multiple",
1561
+ "checkable",
1562
+ "selectable",
1563
+ "check-strictly",
1564
+ "checked-strategy",
1565
+ "default-selected-keys",
1566
+ "selected-keys",
1567
+ "default-checked-keys",
1568
+ "checked-keys",
1569
+ "default-expanded-keys",
1570
+ "expanded-keys",
1571
+ "data",
1572
+ "field-names",
1573
+ "show-line",
1574
+ "load-more",
1575
+ "draggable",
1576
+ "allow-drop",
1577
+ "virtual-list-props",
1578
+ "default-expand-selected",
1579
+ "default-expand-checked",
1580
+ "auto-expand-parent",
1581
+ "half-checked-keys",
1582
+ "only-check-leaf",
1583
+ "animation",
1584
+ "action-on-node-click"
1585
+ ]
1586
+ },
1587
+ "a-tree-select": {
1588
+ "attributes": [
1589
+ "change",
1590
+ "popup-visible-change",
1591
+ "search",
1592
+ "clear",
1593
+ "input-value-change",
1594
+ "disabled",
1595
+ "loading",
1596
+ "error",
1597
+ "size",
1598
+ "border",
1599
+ "allow-search",
1600
+ "allow-clear",
1601
+ "placeholder",
1602
+ "max-tag-count",
1603
+ "multiple",
1604
+ "default-value",
1605
+ "model-value",
1606
+ "field-names",
1607
+ "data",
1608
+ "label-in-value",
1609
+ "tree-checkable",
1610
+ "tree-check-strictly",
1611
+ "tree-checked-strategy",
1612
+ "tree-props",
1613
+ "trigger-props",
1614
+ "popup-visible",
1615
+ "default-popup-visible",
1616
+ "dropdown-style",
1617
+ "dropdown-class-name",
1618
+ "filter-tree-node",
1619
+ "load-more",
1620
+ "disable-filter",
1621
+ "popup-container",
1622
+ "fallback-option",
1623
+ "selectable",
1624
+ "scrollbar",
1625
+ "show-header-on-empty",
1626
+ "show-footer-on-empty",
1627
+ "input-value",
1628
+ "default-input-value"
1629
+ ]
1630
+ },
1456
1631
  "a-timeline": {
1457
1632
  "attributes": [
1458
1633
  "reverse",
@@ -1472,6 +1647,47 @@
1472
1647
  "position"
1473
1648
  ]
1474
1649
  },
1650
+ "a-upload": {
1651
+ "attributes": [
1652
+ "exceed-limit",
1653
+ "change",
1654
+ "progress",
1655
+ "preview",
1656
+ "success",
1657
+ "error",
1658
+ "file-list",
1659
+ "default-file-list",
1660
+ "accept",
1661
+ "action",
1662
+ "disabled",
1663
+ "multiple",
1664
+ "directory",
1665
+ "draggable",
1666
+ "tip",
1667
+ "headers",
1668
+ "data",
1669
+ "name",
1670
+ "with-credentials",
1671
+ "custom-request",
1672
+ "limit",
1673
+ "auto-upload",
1674
+ "show-file-list",
1675
+ "show-remove-button",
1676
+ "show-retry-button",
1677
+ "show-cancel-button",
1678
+ "show-upload-button",
1679
+ "show-preview-button",
1680
+ "download",
1681
+ "show-link",
1682
+ "image-loading",
1683
+ "list-type",
1684
+ "response-url-key",
1685
+ "custom-icon",
1686
+ "before-upload",
1687
+ "before-remove",
1688
+ "button-click"
1689
+ ]
1690
+ },
1475
1691
  "a-typography": {
1476
1692
  "attributes": []
1477
1693
  },
@@ -1556,220 +1772,6 @@
1556
1772
  "copy-tooltip-props"
1557
1773
  ]
1558
1774
  },
1559
- "a-upload": {
1560
- "attributes": [
1561
- "exceed-limit",
1562
- "change",
1563
- "progress",
1564
- "preview",
1565
- "success",
1566
- "error",
1567
- "file-list",
1568
- "default-file-list",
1569
- "accept",
1570
- "action",
1571
- "disabled",
1572
- "multiple",
1573
- "directory",
1574
- "draggable",
1575
- "tip",
1576
- "headers",
1577
- "data",
1578
- "name",
1579
- "with-credentials",
1580
- "custom-request",
1581
- "limit",
1582
- "auto-upload",
1583
- "show-file-list",
1584
- "show-remove-button",
1585
- "show-retry-button",
1586
- "show-cancel-button",
1587
- "show-upload-button",
1588
- "show-preview-button",
1589
- "download",
1590
- "show-link",
1591
- "image-loading",
1592
- "list-type",
1593
- "response-url-key",
1594
- "custom-icon",
1595
- "before-upload",
1596
- "before-remove",
1597
- "button-click"
1598
- ]
1599
- },
1600
- "a-tree-select": {
1601
- "attributes": [
1602
- "change",
1603
- "popup-visible-change",
1604
- "search",
1605
- "clear",
1606
- "input-value-change",
1607
- "disabled",
1608
- "loading",
1609
- "error",
1610
- "size",
1611
- "border",
1612
- "allow-search",
1613
- "allow-clear",
1614
- "placeholder",
1615
- "max-tag-count",
1616
- "multiple",
1617
- "default-value",
1618
- "model-value",
1619
- "field-names",
1620
- "data",
1621
- "label-in-value",
1622
- "tree-checkable",
1623
- "tree-check-strictly",
1624
- "tree-checked-strategy",
1625
- "tree-props",
1626
- "trigger-props",
1627
- "popup-visible",
1628
- "default-popup-visible",
1629
- "dropdown-style",
1630
- "dropdown-class-name",
1631
- "filter-tree-node",
1632
- "load-more",
1633
- "disable-filter",
1634
- "popup-container",
1635
- "fallback-option",
1636
- "selectable",
1637
- "scrollbar",
1638
- "show-header-on-empty",
1639
- "show-footer-on-empty",
1640
- "input-value",
1641
- "default-input-value"
1642
- ]
1643
- },
1644
- "a-transfer": {
1645
- "attributes": [
1646
- "change",
1647
- "select",
1648
- "search",
1649
- "data",
1650
- "model-value",
1651
- "default-value",
1652
- "selected",
1653
- "default-selected",
1654
- "disabled",
1655
- "simple",
1656
- "one-way",
1657
- "show-search",
1658
- "show-select-all",
1659
- "title",
1660
- "source-input-search-props",
1661
- "target-input-search-props"
1662
- ]
1663
- },
1664
- "a-tree": {
1665
- "attributes": [
1666
- "select",
1667
- "check",
1668
- "expand",
1669
- "drag-start",
1670
- "drag-end",
1671
- "drag-over",
1672
- "drag-leave",
1673
- "drop",
1674
- "size",
1675
- "block-node",
1676
- "default-expand-all",
1677
- "multiple",
1678
- "checkable",
1679
- "selectable",
1680
- "check-strictly",
1681
- "checked-strategy",
1682
- "default-selected-keys",
1683
- "selected-keys",
1684
- "default-checked-keys",
1685
- "checked-keys",
1686
- "default-expanded-keys",
1687
- "expanded-keys",
1688
- "data",
1689
- "field-names",
1690
- "show-line",
1691
- "load-more",
1692
- "draggable",
1693
- "allow-drop",
1694
- "virtual-list-props",
1695
- "default-expand-selected",
1696
- "default-expand-checked",
1697
- "auto-expand-parent",
1698
- "half-checked-keys",
1699
- "only-check-leaf",
1700
- "animation",
1701
- "action-on-node-click"
1702
- ]
1703
- },
1704
- "a-layout": {
1705
- "attributes": [
1706
- "has-sider"
1707
- ]
1708
- },
1709
- "a-layout-header": {
1710
- "attributes": []
1711
- },
1712
- "a-layout-content": {
1713
- "attributes": []
1714
- },
1715
- "a-layout-footer": {
1716
- "attributes": []
1717
- },
1718
- "a-layout-sider": {
1719
- "attributes": [
1720
- "collapse",
1721
- "breakpoint",
1722
- "theme",
1723
- "collapsed",
1724
- "default-collapsed",
1725
- "collapsible",
1726
- "width",
1727
- "collapsed-width",
1728
- "reverse-arrow",
1729
- "resize-directions",
1730
- "hide-trigger"
1731
- ]
1732
- },
1733
- "a-trigger": {
1734
- "attributes": [
1735
- "popup-visible-change",
1736
- "show",
1737
- "hide",
1738
- "popup-visible",
1739
- "default-popup-visible",
1740
- "trigger",
1741
- "position",
1742
- "disabled",
1743
- "popup-offset",
1744
- "popup-translate",
1745
- "show-arrow",
1746
- "align-point",
1747
- "popup-hover-stay",
1748
- "blur-to-close",
1749
- "click-to-close",
1750
- "click-outside-to-close",
1751
- "unmount-on-close",
1752
- "content-class",
1753
- "content-style",
1754
- "arrow-class",
1755
- "arrow-style",
1756
- "popup-style",
1757
- "animation-name",
1758
- "duration",
1759
- "mouse-enter-delay",
1760
- "mouse-leave-delay",
1761
- "focus-delay",
1762
- "auto-fit-popup-width",
1763
- "auto-fit-popup-min-width",
1764
- "auto-fix-position",
1765
- "popup-container",
1766
- "auto-fit-position",
1767
- "render-to-body",
1768
- "prevent-focus",
1769
- "scroll-to-close",
1770
- "scroll-to-close-distance"
1771
- ]
1772
- },
1773
1775
  "a-watermark": {
1774
1776
  "attributes": [
1775
1777
  "content",