@geelato/web-vue 2.57.1 → 2.58.1

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 (81) hide show
  1. package/dist/arco-vue.js +872 -535
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +1645 -1546
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +39 -8
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/picker/input-range.d.ts +2 -2
  8. package/es/_components/picker/input.d.ts +1 -1
  9. package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
  10. package/es/_utils/array.d.ts +1 -1
  11. package/es/_utils/array.js +18 -1
  12. package/es/date-picker/index.d.ts +7 -7
  13. package/es/date-picker/panels/date/index.d.ts +2 -2
  14. package/es/date-picker/panels/week/index.d.ts +2 -2
  15. package/es/date-picker/picker-panel.d.ts +4 -4
  16. package/es/date-picker/picker.d.ts +5 -5
  17. package/es/date-picker/range-picker-panel.d.ts +4 -4
  18. package/es/date-picker/range-picker.d.ts +7 -7
  19. package/es/drawer/drawer.d.ts +24 -0
  20. package/es/drawer/drawer.js +61 -6
  21. package/es/drawer/index.d.ts +45 -0
  22. package/es/drawer/style/index.css +10 -0
  23. package/es/drawer/style/index.less +12 -0
  24. package/es/index.css +39 -8
  25. package/es/mention/index.d.ts +3 -3
  26. package/es/mention/mention.d.ts +1 -1
  27. package/es/menu/item.d.ts +1 -1
  28. package/es/menu/sub-menu-pop.d.ts +1 -1
  29. package/es/message/message.d.ts +1 -1
  30. package/es/modal/index.d.ts +33 -3
  31. package/es/modal/modal.d.ts +16 -1
  32. package/es/modal/modal.js +23 -6
  33. package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
  34. package/es/modal/style/index.css +7 -1
  35. package/es/modal/style/index.less +8 -1
  36. package/es/pagination/index.d.ts +3 -3
  37. package/es/pagination/pagination.d.ts +1 -1
  38. package/es/table/context.d.ts +3 -0
  39. package/es/table/hooks/use-row-selection.js +5 -3
  40. package/es/table/interface.d.ts +1 -1
  41. package/es/table/style/index.css +22 -7
  42. package/es/table/style/index.less +25 -8
  43. package/es/table/table-operation-td.js +6 -6
  44. package/es/table/table-operation-th.js +19 -7
  45. package/es/table/table-td.js +2 -2
  46. package/es/table/table.js +165 -33
  47. package/es/table/utils.d.ts +1 -1
  48. package/es/table/utils.js +9 -5
  49. package/es/time-picker/index.d.ts +14 -14
  50. package/es/time-picker/panel.d.ts +2 -2
  51. package/es/time-picker/range-panel.d.ts +2 -2
  52. package/es/time-picker/time-picker.d.ts +7 -7
  53. package/es/tree/index.d.ts +6 -6
  54. package/es/tree/tree.d.ts +3 -3
  55. package/es/tree-select/index.d.ts +12 -12
  56. package/es/tree-select/panel.d.ts +6 -6
  57. package/es/tree-select/tree-select.d.ts +6 -6
  58. package/es/typography/index.d.ts +3 -3
  59. package/es/typography/title.d.ts +3 -3
  60. package/json/vetur-attributes.json +2491 -2491
  61. package/json/vetur-tags.json +889 -889
  62. package/json/web-types.json +4726 -4726
  63. package/lib/_utils/array.js +18 -1
  64. package/lib/drawer/drawer.js +63 -8
  65. package/lib/drawer/style/index.css +10 -0
  66. package/lib/drawer/style/index.less +12 -0
  67. package/lib/index.css +39 -8
  68. package/lib/modal/modal.js +23 -6
  69. package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
  70. package/lib/modal/style/index.css +7 -1
  71. package/lib/modal/style/index.less +8 -1
  72. package/lib/table/hooks/use-row-selection.js +5 -3
  73. package/lib/table/style/index.css +22 -7
  74. package/lib/table/style/index.less +25 -8
  75. package/lib/table/table-operation-td.js +6 -6
  76. package/lib/table/table-operation-th.js +19 -7
  77. package/lib/table/table-td.js +2 -2
  78. package/lib/table/table.js +164 -32
  79. package/lib/table/utils.js +9 -5
  80. package/package.json +25 -24
  81. package/LICENSE +0 -21
@@ -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,31 +28,6 @@
11
28
  "center"
12
29
  ]
13
30
  },
14
- "a-avatar": {
15
- "attributes": [
16
- "click",
17
- "error",
18
- "load",
19
- "shape",
20
- "image-url",
21
- "size",
22
- "auto-fix-font-size",
23
- "trigger-type",
24
- "trigger-icon-style",
25
- "object-fit"
26
- ]
27
- },
28
- "a-avatar-group": {
29
- "attributes": [
30
- "shape",
31
- "size",
32
- "auto-fix-font-size",
33
- "max-count",
34
- "z-index-ascend",
35
- "max-style",
36
- "max-popover-trigger-props"
37
- ]
38
- },
39
31
  "a-back-top": {
40
32
  "attributes": [
41
33
  "visible-height",
@@ -44,32 +36,6 @@
44
36
  "duration"
45
37
  ]
46
38
  },
47
- "a-affix": {
48
- "attributes": [
49
- "change",
50
- "offset-top",
51
- "offset-bottom",
52
- "target",
53
- "target-container"
54
- ]
55
- },
56
- "a-anchor": {
57
- "attributes": [
58
- "select",
59
- "change",
60
- "boundary",
61
- "line-less",
62
- "scroll-container",
63
- "change-hash",
64
- "smooth"
65
- ]
66
- },
67
- "a-anchor-link": {
68
- "attributes": [
69
- "title",
70
- "href"
71
- ]
72
- },
73
39
  "a-auto-complete": {
74
40
  "attributes": [
75
41
  "change",
@@ -90,6 +56,51 @@
90
56
  "virtual-list-props"
91
57
  ]
92
58
  },
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
+ "a-button": {
81
+ "attributes": [
82
+ "click",
83
+ "type",
84
+ "shape",
85
+ "status",
86
+ "size",
87
+ "long",
88
+ "loading",
89
+ "disabled",
90
+ "html-type",
91
+ "autofocus",
92
+ "href"
93
+ ]
94
+ },
95
+ "a-button-group": {
96
+ "attributes": [
97
+ "type",
98
+ "status",
99
+ "shape",
100
+ "size",
101
+ "disabled"
102
+ ]
103
+ },
93
104
  "a-breadcrumb": {
94
105
  "attributes": [
95
106
  "max-count",
@@ -105,16 +116,15 @@
105
116
  "dropdown-props"
106
117
  ]
107
118
  },
108
- "a-badge": {
119
+ "a-calendar": {
109
120
  "attributes": [
110
- "text",
111
- "dot",
112
- "dot-style",
113
- "max-count",
114
- "offset",
115
- "color",
116
- "status",
117
- "count"
121
+ "change",
122
+ "panel-change",
123
+ "model-value",
124
+ "default-value",
125
+ "mode",
126
+ "default-mode",
127
+ "modes"
118
128
  ]
119
129
  },
120
130
  "a-card": {
@@ -140,98 +150,29 @@
140
150
  "hoverable"
141
151
  ]
142
152
  },
143
- "a-cascader": {
144
- "attributes": [
145
- "change",
146
- "input-value-change",
147
- "clear",
148
- "search",
149
- "popup-visible-change",
150
- "focus",
151
- "blur",
152
- "path-mode",
153
- "multiple",
154
- "model-value",
155
- "default-value",
156
- "options",
157
- "disabled",
158
- "error",
159
- "size",
160
- "allow-search",
161
- "allow-clear",
162
- "input-value",
163
- "default-input-value",
164
- "popup-visible",
165
- "expand-trigger",
166
- "default-popup-visible",
167
- "placeholder",
168
- "filter-option",
169
- "popup-container",
170
- "max-tag-count",
171
- "format-label",
172
- "trigger-props",
173
- "check-strictly",
174
- "load-more",
175
- "loading",
176
- "search-option-only-label",
177
- "search-delay",
178
- "field-names",
179
- "value-key",
180
- "fallback",
181
- "expand-child",
182
- "virtual-list-props",
183
- "tag-nowrap"
184
- ]
185
- },
186
- "a-cascader-panel": {
187
- "attributes": [
188
- "change",
189
- "path-mode",
190
- "multiple",
191
- "model-value",
192
- "default-value",
193
- "options",
194
- "expand-trigger",
195
- "check-strictly",
196
- "load-more",
197
- "field-names",
198
- "value-key",
199
- "expand-child"
200
- ]
201
- },
202
- "a-calendar": {
203
- "attributes": [
204
- "change",
205
- "panel-change",
206
- "model-value",
207
- "default-value",
208
- "mode",
209
- "default-mode",
210
- "modes"
211
- ]
212
- },
213
- "a-button": {
153
+ "a-avatar": {
214
154
  "attributes": [
215
155
  "click",
216
- "type",
156
+ "error",
157
+ "load",
217
158
  "shape",
218
- "status",
159
+ "image-url",
219
160
  "size",
220
- "long",
221
- "loading",
222
- "disabled",
223
- "html-type",
224
- "autofocus",
225
- "href"
161
+ "auto-fix-font-size",
162
+ "trigger-type",
163
+ "trigger-icon-style",
164
+ "object-fit"
226
165
  ]
227
166
  },
228
- "a-button-group": {
167
+ "a-avatar-group": {
229
168
  "attributes": [
230
- "type",
231
- "status",
232
169
  "shape",
233
170
  "size",
234
- "disabled"
171
+ "auto-fix-font-size",
172
+ "max-count",
173
+ "z-index-ascend",
174
+ "max-style",
175
+ "max-popover-trigger-props"
235
176
  ]
236
177
  },
237
178
  "a-checkbox": {
@@ -255,26 +196,6 @@
255
196
  "disabled"
256
197
  ]
257
198
  },
258
- "a-comment": {
259
- "attributes": [
260
- "author",
261
- "avatar",
262
- "content",
263
- "datetime",
264
- "align"
265
- ]
266
- },
267
- "a-config-provider": {
268
- "attributes": [
269
- "prefix-cls",
270
- "locale",
271
- "size",
272
- "global",
273
- "scroll-to-close",
274
- "exchange-time",
275
- "rtl"
276
- ]
277
- },
278
199
  "a-carousel": {
279
200
  "attributes": [
280
201
  "change",
@@ -292,6 +213,15 @@
292
213
  "transition-timing-function"
293
214
  ]
294
215
  },
216
+ "a-divider": {
217
+ "attributes": [
218
+ "direction",
219
+ "orientation",
220
+ "type",
221
+ "size",
222
+ "margin"
223
+ ]
224
+ },
295
225
  "a-collapse": {
296
226
  "attributes": [
297
227
  "change",
@@ -331,24 +261,112 @@
331
261
  "preset-colors"
332
262
  ]
333
263
  },
334
- "a-descriptions": {
264
+ "a-range-picker": {
335
265
  "attributes": [
336
- "data",
337
- "column",
338
- "title",
339
- "layout",
340
- "align",
266
+ "change",
267
+ "select",
268
+ "popup-visible-change",
269
+ "ok",
270
+ "clear",
271
+ "select-shortcut",
272
+ "picker-value-change",
273
+ "mode",
274
+ "model-value",
275
+ "default-value",
276
+ "picker-value",
277
+ "default-picker-value",
278
+ "disabled",
279
+ "day-start-of-week",
280
+ "format",
281
+ "value-format",
282
+ "show-time",
283
+ "time-picker-props",
284
+ "placeholder",
285
+ "disabled-date",
286
+ "disabled-time",
287
+ "separator",
288
+ "exchange-time",
289
+ "disabled-input",
290
+ "abbreviation"
291
+ ]
292
+ },
293
+ "a-comment": {
294
+ "attributes": [
295
+ "author",
296
+ "avatar",
297
+ "content",
298
+ "datetime",
299
+ "align"
300
+ ]
301
+ },
302
+ "a-config-provider": {
303
+ "attributes": [
304
+ "prefix-cls",
305
+ "locale",
341
306
  "size",
342
- "bordered",
343
- "label-style",
344
- "value-style",
345
- "table-layout"
307
+ "global",
308
+ "scroll-to-close",
309
+ "exchange-time",
310
+ "rtl"
346
311
  ]
347
312
  },
348
- "a-descriptions-item": {
313
+ "a-cascader": {
349
314
  "attributes": [
350
- "span",
351
- "label"
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",
339
+ "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"
354
+ ]
355
+ },
356
+ "a-cascader-panel": {
357
+ "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"
352
370
  ]
353
371
  },
354
372
  "a-dropdown": {
@@ -412,54 +430,6 @@
412
430
  "in-config-provider"
413
431
  ]
414
432
  },
415
- "a-row": {
416
- "attributes": [
417
- "gutter",
418
- "justify",
419
- "align",
420
- "div",
421
- "wrap"
422
- ]
423
- },
424
- "a-col": {
425
- "attributes": [
426
- "span",
427
- "offset",
428
- "order",
429
- "xs",
430
- "sm",
431
- "md",
432
- "lg",
433
- "xl",
434
- "xxl",
435
- "flex"
436
- ]
437
- },
438
- "a-grid": {
439
- "attributes": [
440
- "cols",
441
- "row-gap",
442
- "col-gap",
443
- "collapsed",
444
- "collapsed-rows"
445
- ]
446
- },
447
- "a-grid-item": {
448
- "attributes": [
449
- "span",
450
- "offset",
451
- "suffix"
452
- ]
453
- },
454
- "a-divider": {
455
- "attributes": [
456
- "direction",
457
- "orientation",
458
- "type",
459
- "size",
460
- "margin"
461
- ]
462
- },
463
433
  "a-form": {
464
434
  "attributes": [
465
435
  "submit",
@@ -510,175 +480,197 @@
510
480
  "label-attrs"
511
481
  ]
512
482
  },
513
- "a-image": {
483
+ "a-descriptions": {
514
484
  "attributes": [
515
- "preview-visible-change",
516
- "src",
517
- "width",
518
- "height",
485
+ "data",
486
+ "column",
519
487
  "title",
520
- "description",
521
- "fit",
522
- "alt",
523
- "hide-footer",
524
- "footer-position",
525
- "show-loader",
526
- "preview",
527
- "preview-visible",
528
- "default-preview-visible",
529
- "preview-props",
530
- "footer-class"
488
+ "layout",
489
+ "align",
490
+ "size",
491
+ "bordered",
492
+ "label-style",
493
+ "value-style",
494
+ "table-layout"
531
495
  ]
532
496
  },
533
- "a-image-preview": {
497
+ "a-descriptions-item": {
534
498
  "attributes": [
535
- "close",
536
- "src",
537
- "visible",
538
- "default-visible",
539
- "mask-closable",
540
- "closable",
541
- "actions-layout",
542
- "popup-container",
543
- "esc-to-close",
544
- "wheel-zoom",
545
- "keyboard",
546
- "default-scale",
547
- "zoom-rate"
499
+ "span",
500
+ "label"
548
501
  ]
549
502
  },
550
- "a-image-preview-group": {
503
+ "a-input": {
551
504
  "attributes": [
505
+ "input",
552
506
  "change",
553
- "visible-change",
554
- "src-list",
555
- "current",
556
- "default-current",
557
- "infinite",
558
- "visible",
559
- "default-visible",
560
- "mask-closable",
561
- "closable",
562
- "actions-layout",
563
- "popup-container"
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"
564
526
  ]
565
527
  },
566
- "a-image-preview-action": {
528
+ "a-input-group": {
529
+ "attributes": []
530
+ },
531
+ "a-input-password": {
567
532
  "attributes": [
568
- "name",
569
- "disabled"
533
+ "visibility-change",
534
+ "visibility",
535
+ "default-visibility",
536
+ "invisible-button"
570
537
  ]
571
538
  },
572
- "a-drawer": {
539
+ "a-input-search": {
573
540
  "attributes": [
574
- "ok",
575
- "cancel",
576
- "open",
577
- "close",
578
- "before-open",
579
- "before-close",
580
- "visible",
581
- "default-visible",
582
- "placement",
583
- "title",
584
- "mask",
585
- "mask-closable",
586
- "closable",
587
- "ok-text",
588
- "cancel-text",
589
- "ok-loading",
590
- "ok-button-props",
591
- "cancel-button-props",
592
- "unmount-on-close",
593
- "width",
594
- "height",
595
- "popup-container",
596
- "drawer-style",
597
- "body-class",
598
- "body-style",
599
- "before-ok",
600
- "before-cancel",
601
- "esc-to-close",
602
- "render-to-body",
603
- "header",
604
- "footer",
605
- "hide-cancel"
541
+ "search",
542
+ "search-button",
543
+ "loading",
544
+ "disabled",
545
+ "size",
546
+ "button-text",
547
+ "button-props"
606
548
  ]
607
549
  },
608
- "a-input": {
550
+ "a-input-number": {
609
551
  "attributes": [
610
- "input",
611
552
  "change",
612
- "press-enter",
613
- "clear",
614
553
  "focus",
615
554
  "blur",
555
+ "clear",
556
+ "input",
557
+ "keydown",
616
558
  "model-value",
617
559
  "default-value",
618
- "size",
619
- "allow-clear",
560
+ "mode",
561
+ "precision",
562
+ "step",
620
563
  "disabled",
621
- "readonly",
622
564
  "error",
565
+ "max",
566
+ "min",
567
+ "formatter",
568
+ "parser",
623
569
  "placeholder",
624
- "max-length",
625
- "show-word-limit",
626
- "word-length",
627
- "word-slice",
628
- "input-attrs",
629
- "prepend",
630
- "append"
570
+ "hide-button",
571
+ "size",
572
+ "allow-clear",
573
+ "model-event",
574
+ "read-only",
575
+ "input-attrs"
631
576
  ]
632
577
  },
633
- "a-input-group": {
634
- "attributes": []
635
- },
636
- "a-input-password": {
578
+ "a-image": {
637
579
  "attributes": [
638
- "visibility-change",
639
- "visibility",
640
- "default-visibility",
641
- "invisible-button"
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"
642
596
  ]
643
597
  },
644
- "a-input-search": {
598
+ "a-image-preview": {
645
599
  "attributes": [
646
- "search",
647
- "search-button",
648
- "loading",
649
- "disabled",
650
- "size",
651
- "button-text",
652
- "button-props"
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"
653
613
  ]
654
614
  },
655
- "a-range-picker": {
615
+ "a-image-preview-group": {
656
616
  "attributes": [
657
617
  "change",
658
- "select",
659
- "popup-visible-change",
660
- "ok",
661
- "clear",
662
- "select-shortcut",
663
- "picker-value-change",
664
- "mode",
665
- "model-value",
666
- "default-value",
667
- "picker-value",
668
- "default-picker-value",
669
- "disabled",
670
- "day-start-of-week",
671
- "format",
672
- "value-format",
673
- "show-time",
674
- "time-picker-props",
675
- "placeholder",
676
- "disabled-date",
677
- "disabled-time",
678
- "separator",
679
- "exchange-time",
680
- "disabled-input",
681
- "abbreviation"
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"
629
+ ]
630
+ },
631
+ "a-image-preview-action": {
632
+ "attributes": [
633
+ "name",
634
+ "disabled"
635
+ ]
636
+ },
637
+ "a-row": {
638
+ "attributes": [
639
+ "gutter",
640
+ "justify",
641
+ "align",
642
+ "div",
643
+ "wrap"
644
+ ]
645
+ },
646
+ "a-col": {
647
+ "attributes": [
648
+ "span",
649
+ "offset",
650
+ "order",
651
+ "xs",
652
+ "sm",
653
+ "md",
654
+ "lg",
655
+ "xl",
656
+ "xxl",
657
+ "flex"
658
+ ]
659
+ },
660
+ "a-grid": {
661
+ "attributes": [
662
+ "cols",
663
+ "row-gap",
664
+ "col-gap",
665
+ "collapsed",
666
+ "collapsed-rows"
667
+ ]
668
+ },
669
+ "a-grid-item": {
670
+ "attributes": [
671
+ "span",
672
+ "offset",
673
+ "suffix"
682
674
  ]
683
675
  },
684
676
  "a-input-tag": {
@@ -708,6 +700,35 @@
708
700
  "tag-nowrap"
709
701
  ]
710
702
  },
703
+ "a-layout": {
704
+ "attributes": [
705
+ "has-sider"
706
+ ]
707
+ },
708
+ "a-layout-header": {
709
+ "attributes": []
710
+ },
711
+ "a-layout-content": {
712
+ "attributes": []
713
+ },
714
+ "a-layout-footer": {
715
+ "attributes": []
716
+ },
717
+ "a-layout-sider": {
718
+ "attributes": [
719
+ "collapse",
720
+ "breakpoint",
721
+ "theme",
722
+ "collapsed",
723
+ "default-collapsed",
724
+ "collapsible",
725
+ "width",
726
+ "collapsed-width",
727
+ "reverse-arrow",
728
+ "resize-directions",
729
+ "hide-trigger"
730
+ ]
731
+ },
711
732
  "a-link": {
712
733
  "attributes": [
713
734
  "click",
@@ -719,6 +740,60 @@
719
740
  "disabled"
720
741
  ]
721
742
  },
743
+ "a-mention": {
744
+ "attributes": [
745
+ "change",
746
+ "search",
747
+ "select",
748
+ "clear",
749
+ "focus",
750
+ "blur",
751
+ "model-value",
752
+ "default-value",
753
+ "data",
754
+ "prefix",
755
+ "split",
756
+ "type",
757
+ "disabled",
758
+ "allow-clear"
759
+ ]
760
+ },
761
+ "a-drawer": {
762
+ "attributes": [
763
+ "ok",
764
+ "cancel",
765
+ "open",
766
+ "close",
767
+ "before-open",
768
+ "before-close",
769
+ "visible",
770
+ "default-visible",
771
+ "placement",
772
+ "title",
773
+ "mask",
774
+ "mask-closable",
775
+ "closable",
776
+ "ok-text",
777
+ "cancel-text",
778
+ "ok-loading",
779
+ "ok-button-props",
780
+ "cancel-button-props",
781
+ "unmount-on-close",
782
+ "width",
783
+ "height",
784
+ "popup-container",
785
+ "drawer-style",
786
+ "body-class",
787
+ "body-style",
788
+ "before-ok",
789
+ "before-cancel",
790
+ "esc-to-close",
791
+ "render-to-body",
792
+ "header",
793
+ "footer",
794
+ "hide-cancel"
795
+ ]
796
+ },
722
797
  "a-list": {
723
798
  "attributes": [
724
799
  "scroll",
@@ -750,89 +825,54 @@
750
825
  "description"
751
826
  ]
752
827
  },
753
- "a-layout": {
754
- "attributes": [
755
- "has-sider"
756
- ]
757
- },
758
- "a-layout-header": {
759
- "attributes": []
760
- },
761
- "a-layout-content": {
762
- "attributes": []
763
- },
764
- "a-layout-footer": {
765
- "attributes": []
766
- },
767
- "a-layout-sider": {
828
+ "a-menu": {
768
829
  "attributes": [
769
830
  "collapse",
770
- "breakpoint",
831
+ "menu-item-click",
832
+ "sub-menu-click",
771
833
  "theme",
834
+ "mode",
835
+ "level-indent",
836
+ "auto-open",
772
837
  "collapsed",
773
838
  "default-collapsed",
774
- "collapsible",
775
- "width",
776
839
  "collapsed-width",
777
- "reverse-arrow",
778
- "resize-directions",
779
- "hide-trigger"
840
+ "accordion",
841
+ "auto-scroll-into-view",
842
+ "show-collapse-button",
843
+ "selected-keys",
844
+ "default-selected-keys",
845
+ "open-keys",
846
+ "default-open-keys",
847
+ "scroll-config",
848
+ "trigger-props",
849
+ "tooltip-props",
850
+ "auto-open-selected",
851
+ "breakpoint",
852
+ "popup-max-height"
780
853
  ]
781
854
  },
782
- "a-input-number": {
855
+ "a-sub-menu": {
783
856
  "attributes": [
784
- "change",
785
- "focus",
786
- "blur",
787
- "clear",
788
- "input",
789
- "keydown",
790
- "model-value",
791
- "default-value",
792
- "mode",
793
- "precision",
794
- "step",
795
- "disabled",
796
- "error",
797
- "max",
798
- "min",
799
- "formatter",
800
- "parser",
801
- "placeholder",
802
- "hide-button",
803
- "size",
804
- "allow-clear",
805
- "model-event",
806
- "read-only",
807
- "input-attrs"
857
+ "title",
858
+ "selectable",
859
+ "popup",
860
+ "popup-max-height"
808
861
  ]
809
862
  },
810
- "a-mention": {
863
+ "a-menu-item-group": {
811
864
  "attributes": [
812
- "change",
813
- "search",
814
- "select",
815
- "clear",
816
- "focus",
817
- "blur",
818
- "model-value",
819
- "default-value",
820
- "data",
821
- "prefix",
822
- "split",
823
- "type",
824
- "disabled",
825
- "allow-clear"
865
+ "title"
826
866
  ]
827
867
  },
828
- "a-overflow-list": {
868
+ "a-menu-item": {
829
869
  "attributes": [
830
- "change",
831
- "min",
832
- "margin",
833
- "from"
870
+ "disabled"
834
871
  ]
835
872
  },
873
+ "a-notification": {
874
+ "attributes": []
875
+ },
836
876
  "a-page-header": {
837
877
  "attributes": [
838
878
  "back",
@@ -841,6 +881,45 @@
841
881
  "show-back"
842
882
  ]
843
883
  },
884
+ "a-popconfirm": {
885
+ "attributes": [
886
+ "popup-visible-change",
887
+ "ok",
888
+ "cancel",
889
+ "content",
890
+ "position",
891
+ "popup-visible",
892
+ "default-popup-visible",
893
+ "type",
894
+ "ok-text",
895
+ "cancel-text",
896
+ "ok-loading",
897
+ "ok-button-props",
898
+ "cancel-button-props",
899
+ "content-class",
900
+ "content-style",
901
+ "arrow-class",
902
+ "arrow-style",
903
+ "popup-container",
904
+ "before-ok",
905
+ "before-cancel"
906
+ ]
907
+ },
908
+ "a-progress": {
909
+ "attributes": [
910
+ "type",
911
+ "size",
912
+ "percent",
913
+ "steps",
914
+ "animation",
915
+ "stroke-width",
916
+ "width",
917
+ "color",
918
+ "track-color",
919
+ "show-text",
920
+ "status"
921
+ ]
922
+ },
844
923
  "a-modal": {
845
924
  "attributes": [
846
925
  "ok",
@@ -885,59 +964,28 @@
885
964
  "hide-title"
886
965
  ]
887
966
  },
888
- "a-pagination": {
967
+ "a-radio": {
889
968
  "attributes": [
890
969
  "change",
891
- "page-size-change",
892
- "total",
893
- "current",
894
- "default-current",
895
- "page-size",
896
- "default-page-size",
897
- "disabled",
898
- "hide-on-single-page",
899
- "simple",
900
- "show-total",
901
- "show-more",
902
- "show-jumper",
903
- "show-page-size",
904
- "page-size-options",
905
- "page-size-props",
906
- "size",
907
- "page-item-style",
908
- "active-page-item-style",
909
- "base-size",
910
- "buffer-size",
911
- "auto-adjust"
970
+ "model-value",
971
+ "default-checked",
972
+ "value",
973
+ "type",
974
+ "disabled"
912
975
  ]
913
976
  },
914
- "a-popconfirm": {
977
+ "a-radio-group": {
915
978
  "attributes": [
916
- "popup-visible-change",
917
- "ok",
918
- "cancel",
919
- "content",
920
- "position",
921
- "popup-visible",
922
- "default-popup-visible",
979
+ "change",
980
+ "model-value",
981
+ "default-value",
923
982
  "type",
924
- "ok-text",
925
- "cancel-text",
926
- "ok-loading",
927
- "ok-button-props",
928
- "cancel-button-props",
929
- "content-class",
930
- "content-style",
931
- "arrow-class",
932
- "arrow-style",
933
- "popup-container",
934
- "before-ok",
935
- "before-cancel"
983
+ "size",
984
+ "options",
985
+ "direction",
986
+ "disabled"
936
987
  ]
937
988
  },
938
- "a-notification": {
939
- "attributes": []
940
- },
941
989
  "a-popover": {
942
990
  "attributes": [
943
991
  "popup-visible-change",
@@ -951,44 +999,44 @@
951
999
  "content-style",
952
1000
  "arrow-class",
953
1001
  "arrow-style",
954
- "popup-container"
955
- ]
956
- },
957
- "a-progress": {
958
- "attributes": [
959
- "type",
960
- "size",
961
- "percent",
962
- "steps",
963
- "animation",
964
- "stroke-width",
965
- "width",
966
- "color",
967
- "track-color",
968
- "show-text",
969
- "status"
970
- ]
971
- },
972
- "a-radio": {
973
- "attributes": [
974
- "change",
975
- "model-value",
976
- "default-checked",
977
- "value",
978
- "type",
979
- "disabled"
1002
+ "popup-container"
980
1003
  ]
981
1004
  },
982
- "a-radio-group": {
1005
+ "a-pagination": {
983
1006
  "attributes": [
984
1007
  "change",
985
- "model-value",
986
- "default-value",
987
- "type",
1008
+ "page-size-change",
1009
+ "total",
1010
+ "current",
1011
+ "default-current",
1012
+ "page-size",
1013
+ "default-page-size",
1014
+ "disabled",
1015
+ "hide-on-single-page",
1016
+ "simple",
1017
+ "show-total",
1018
+ "show-more",
1019
+ "show-jumper",
1020
+ "show-page-size",
1021
+ "page-size-options",
1022
+ "page-size-props",
988
1023
  "size",
989
- "options",
990
- "direction",
991
- "disabled"
1024
+ "page-item-style",
1025
+ "active-page-item-style",
1026
+ "base-size",
1027
+ "buffer-size",
1028
+ "auto-adjust"
1029
+ ]
1030
+ },
1031
+ "a-resize-box": {
1032
+ "attributes": [
1033
+ "moving-start",
1034
+ "moving",
1035
+ "moving-end",
1036
+ "width",
1037
+ "height",
1038
+ "component",
1039
+ "directions"
992
1040
  ]
993
1041
  },
994
1042
  "a-rate": {
@@ -1006,69 +1054,6 @@
1006
1054
  "color"
1007
1055
  ]
1008
1056
  },
1009
- "a-resize-box": {
1010
- "attributes": [
1011
- "moving-start",
1012
- "moving",
1013
- "moving-end",
1014
- "width",
1015
- "height",
1016
- "component",
1017
- "directions"
1018
- ]
1019
- },
1020
- "a-result": {
1021
- "attributes": [
1022
- "status",
1023
- "title",
1024
- "subtitle"
1025
- ]
1026
- },
1027
- "a-menu": {
1028
- "attributes": [
1029
- "collapse",
1030
- "menu-item-click",
1031
- "sub-menu-click",
1032
- "theme",
1033
- "mode",
1034
- "level-indent",
1035
- "auto-open",
1036
- "collapsed",
1037
- "default-collapsed",
1038
- "collapsed-width",
1039
- "accordion",
1040
- "auto-scroll-into-view",
1041
- "show-collapse-button",
1042
- "selected-keys",
1043
- "default-selected-keys",
1044
- "open-keys",
1045
- "default-open-keys",
1046
- "scroll-config",
1047
- "trigger-props",
1048
- "tooltip-props",
1049
- "auto-open-selected",
1050
- "breakpoint",
1051
- "popup-max-height"
1052
- ]
1053
- },
1054
- "a-sub-menu": {
1055
- "attributes": [
1056
- "title",
1057
- "selectable",
1058
- "popup",
1059
- "popup-max-height"
1060
- ]
1061
- },
1062
- "a-menu-item-group": {
1063
- "attributes": [
1064
- "title"
1065
- ]
1066
- },
1067
- "a-menu-item": {
1068
- "attributes": [
1069
- "disabled"
1070
- ]
1071
- },
1072
1057
  "a-skeleton": {
1073
1058
  "attributes": [
1074
1059
  "loading",
@@ -1089,6 +1074,13 @@
1089
1074
  "size"
1090
1075
  ]
1091
1076
  },
1077
+ "a-result": {
1078
+ "attributes": [
1079
+ "status",
1080
+ "title",
1081
+ "subtitle"
1082
+ ]
1083
+ },
1092
1084
  "a-scrollbar": {
1093
1085
  "attributes": [
1094
1086
  "scroll",
@@ -1114,6 +1106,37 @@
1114
1106
  "show-tooltip"
1115
1107
  ]
1116
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",
1121
+ "size",
1122
+ "wrap",
1123
+ "fill"
1124
+ ]
1125
+ },
1126
+ "a-split": {
1127
+ "attributes": [
1128
+ "move-start",
1129
+ "moving",
1130
+ "move-end",
1131
+ "component",
1132
+ "direction",
1133
+ "size",
1134
+ "default-size",
1135
+ "min",
1136
+ "max",
1137
+ "disabled"
1138
+ ]
1139
+ },
1117
1140
  "a-select": {
1118
1141
  "attributes": [
1119
1142
  "change",
@@ -1186,51 +1209,6 @@
1186
1209
  "hide-icon"
1187
1210
  ]
1188
1211
  },
1189
- "a-space": {
1190
- "attributes": [
1191
- "align",
1192
- "direction",
1193
- "size",
1194
- "wrap",
1195
- "fill"
1196
- ]
1197
- },
1198
- "a-split": {
1199
- "attributes": [
1200
- "move-start",
1201
- "moving",
1202
- "move-end",
1203
- "component",
1204
- "direction",
1205
- "size",
1206
- "default-size",
1207
- "min",
1208
- "max",
1209
- "disabled"
1210
- ]
1211
- },
1212
- "a-steps": {
1213
- "attributes": [
1214
- "change",
1215
- "type",
1216
- "direction",
1217
- "label-placement",
1218
- "current",
1219
- "default-current",
1220
- "status",
1221
- "line-less",
1222
- "small",
1223
- "changeable"
1224
- ]
1225
- },
1226
- "a-step": {
1227
- "attributes": [
1228
- "title",
1229
- "description",
1230
- "status",
1231
- "disabled"
1232
- ]
1233
- },
1234
1212
  "a-statistic": {
1235
1213
  "attributes": [
1236
1214
  "title",
@@ -1259,87 +1237,41 @@
1259
1237
  "value-style"
1260
1238
  ]
1261
1239
  },
1262
- "a-table": {
1240
+ "a-switch": {
1263
1241
  "attributes": [
1264
- "expand",
1265
- "expanded-change",
1266
- "select",
1267
- "select-all",
1268
- "selection-change",
1269
- "sorter-change",
1270
- "filter-change",
1271
- "page-change",
1272
- "page-size-change",
1273
1242
  "change",
1274
- "cell-mouse-enter",
1275
- "cell-mouse-leave",
1276
- "cell-click",
1277
- "row-click",
1278
- "header-click",
1279
- "column-resize",
1280
- "row-dblclick",
1281
- "cell-dblclick",
1282
- "row-contextmenu",
1283
- "cell-contextmenu",
1284
- "columns",
1285
- "data",
1286
- "bordered",
1287
- "hoverable",
1288
- "stripe",
1289
- "size",
1290
- "table-layout-fixed",
1243
+ "focus",
1244
+ "blur",
1245
+ "model-value",
1246
+ "default-checked",
1247
+ "disabled",
1291
1248
  "loading",
1292
- "row-selection",
1293
- "expandable",
1294
- "scroll",
1295
- "pagination",
1296
- "page-position",
1297
- "indent-size",
1298
- "row-key",
1299
- "show-header",
1300
- "virtual-list-props",
1301
- "span-method",
1302
- "span-all",
1303
- "load-more",
1304
- "filter-icon-align-left",
1305
- "hide-expand-button-on-empty",
1306
- "row-class",
1307
- "draggable",
1308
- "column-resizable",
1309
- "summary",
1310
- "summary-text",
1311
- "summary-span-method",
1312
- "selected-keys",
1313
- "default-selected-keys",
1314
- "expanded-keys",
1315
- "default-expanded-keys",
1316
- "default-expand-all-rows",
1317
- "sticky-header",
1318
- "scrollbar",
1319
- "show-empty-tree"
1249
+ "type",
1250
+ "size",
1251
+ "checked-value",
1252
+ "unchecked-value",
1253
+ "checked-color",
1254
+ "unchecked-color",
1255
+ "before-change",
1256
+ "checked-text",
1257
+ "unchecked-text"
1320
1258
  ]
1321
1259
  },
1322
- "a-table-column": {
1260
+ "a-tag": {
1323
1261
  "attributes": [
1324
- "data-index",
1325
- "title",
1326
- "width",
1327
- "min-width",
1328
- "align",
1329
- "fixed",
1330
- "ellipsis",
1331
- "sortable",
1332
- "filterable",
1333
- "cell-class",
1334
- "header-cell-class",
1335
- "body-cell-class",
1336
- "summary-cell-class",
1337
- "cell-style",
1338
- "header-cell-style",
1339
- "body-cell-style",
1340
- "summary-cell-style",
1341
- "index",
1342
- "tooltip"
1262
+ "close",
1263
+ "check",
1264
+ "color",
1265
+ "size",
1266
+ "bordered",
1267
+ "visible",
1268
+ "default-visible",
1269
+ "loading",
1270
+ "closable",
1271
+ "checkable",
1272
+ "checked",
1273
+ "default-checked",
1274
+ "nowrap"
1343
1275
  ]
1344
1276
  },
1345
1277
  "a-tabs": {
@@ -1375,21 +1307,26 @@
1375
1307
  "destroy-on-hide"
1376
1308
  ]
1377
1309
  },
1378
- "a-tag": {
1310
+ "a-steps": {
1379
1311
  "attributes": [
1380
- "close",
1381
- "check",
1382
- "color",
1383
- "size",
1384
- "bordered",
1385
- "visible",
1386
- "default-visible",
1387
- "loading",
1388
- "closable",
1389
- "checkable",
1390
- "checked",
1391
- "default-checked",
1392
- "nowrap"
1312
+ "change",
1313
+ "type",
1314
+ "direction",
1315
+ "label-placement",
1316
+ "current",
1317
+ "default-current",
1318
+ "status",
1319
+ "line-less",
1320
+ "small",
1321
+ "changeable"
1322
+ ]
1323
+ },
1324
+ "a-step": {
1325
+ "attributes": [
1326
+ "title",
1327
+ "description",
1328
+ "status",
1329
+ "disabled"
1393
1330
  ]
1394
1331
  },
1395
1332
  "a-textarea": {
@@ -1413,101 +1350,6 @@
1413
1350
  "textarea-attrs"
1414
1351
  ]
1415
1352
  },
1416
- "a-timeline": {
1417
- "attributes": [
1418
- "reverse",
1419
- "direction",
1420
- "mode",
1421
- "pending",
1422
- "label-position"
1423
- ]
1424
- },
1425
- "a-timeline-item": {
1426
- "attributes": [
1427
- "dot-color",
1428
- "dot-type",
1429
- "line-type",
1430
- "line-color",
1431
- "label",
1432
- "position"
1433
- ]
1434
- },
1435
- "a-tooltip": {
1436
- "attributes": [
1437
- "popup-visible-change",
1438
- "popup-visible",
1439
- "default-popup-visible",
1440
- "content",
1441
- "position",
1442
- "mini",
1443
- "background-color",
1444
- "content-class",
1445
- "content-style",
1446
- "arrow-class",
1447
- "arrow-style",
1448
- "popup-container"
1449
- ]
1450
- },
1451
- "a-transfer": {
1452
- "attributes": [
1453
- "change",
1454
- "select",
1455
- "search",
1456
- "data",
1457
- "model-value",
1458
- "default-value",
1459
- "selected",
1460
- "default-selected",
1461
- "disabled",
1462
- "simple",
1463
- "one-way",
1464
- "show-search",
1465
- "show-select-all",
1466
- "title",
1467
- "source-input-search-props",
1468
- "target-input-search-props"
1469
- ]
1470
- },
1471
- "a-tree": {
1472
- "attributes": [
1473
- "select",
1474
- "check",
1475
- "expand",
1476
- "drag-start",
1477
- "drag-end",
1478
- "drag-over",
1479
- "drag-leave",
1480
- "drop",
1481
- "size",
1482
- "block-node",
1483
- "default-expand-all",
1484
- "multiple",
1485
- "checkable",
1486
- "selectable",
1487
- "check-strictly",
1488
- "checked-strategy",
1489
- "default-selected-keys",
1490
- "selected-keys",
1491
- "default-checked-keys",
1492
- "checked-keys",
1493
- "default-expanded-keys",
1494
- "expanded-keys",
1495
- "data",
1496
- "field-names",
1497
- "show-line",
1498
- "load-more",
1499
- "draggable",
1500
- "allow-drop",
1501
- "virtual-list-props",
1502
- "default-expand-selected",
1503
- "default-expand-checked",
1504
- "auto-expand-parent",
1505
- "half-checked-keys",
1506
- "only-check-leaf",
1507
- "animation",
1508
- "action-on-node-click"
1509
- ]
1510
- },
1511
1353
  "a-time-picker": {
1512
1354
  "attributes": [
1513
1355
  "change",
@@ -1539,6 +1381,41 @@
1539
1381
  "unmount-on-close"
1540
1382
  ]
1541
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"
1398
+ ]
1399
+ },
1400
+ "a-timeline": {
1401
+ "attributes": [
1402
+ "reverse",
1403
+ "direction",
1404
+ "mode",
1405
+ "pending",
1406
+ "label-position"
1407
+ ]
1408
+ },
1409
+ "a-timeline-item": {
1410
+ "attributes": [
1411
+ "dot-color",
1412
+ "dot-type",
1413
+ "line-type",
1414
+ "line-color",
1415
+ "label",
1416
+ "position"
1417
+ ]
1418
+ },
1542
1419
  "a-tree-select": {
1543
1420
  "attributes": [
1544
1421
  "change",
@@ -1560,27 +1437,130 @@
1560
1437
  "model-value",
1561
1438
  "field-names",
1562
1439
  "data",
1563
- "label-in-value",
1564
- "tree-checkable",
1565
- "tree-check-strictly",
1566
- "tree-checked-strategy",
1567
- "tree-props",
1568
- "trigger-props",
1569
- "popup-visible",
1570
- "default-popup-visible",
1571
- "dropdown-style",
1572
- "dropdown-class-name",
1573
- "filter-tree-node",
1440
+ "label-in-value",
1441
+ "tree-checkable",
1442
+ "tree-check-strictly",
1443
+ "tree-checked-strategy",
1444
+ "tree-props",
1445
+ "trigger-props",
1446
+ "popup-visible",
1447
+ "default-popup-visible",
1448
+ "dropdown-style",
1449
+ "dropdown-class-name",
1450
+ "filter-tree-node",
1451
+ "load-more",
1452
+ "disable-filter",
1453
+ "popup-container",
1454
+ "fallback-option",
1455
+ "selectable",
1456
+ "scrollbar",
1457
+ "show-header-on-empty",
1458
+ "show-footer-on-empty",
1459
+ "input-value",
1460
+ "default-input-value"
1461
+ ]
1462
+ },
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",
1574
1524
  "load-more",
1575
- "disable-filter",
1576
- "popup-container",
1577
- "fallback-option",
1578
- "selectable",
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",
1579
1539
  "scrollbar",
1580
- "show-header-on-empty",
1581
- "show-footer-on-empty",
1582
- "input-value",
1583
- "default-input-value"
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"
1584
1564
  ]
1585
1565
  },
1586
1566
  "a-upload": {
@@ -1624,83 +1604,6 @@
1624
1604
  "button-click"
1625
1605
  ]
1626
1606
  },
1627
- "a-trigger": {
1628
- "attributes": [
1629
- "popup-visible-change",
1630
- "show",
1631
- "hide",
1632
- "popup-visible",
1633
- "default-popup-visible",
1634
- "trigger",
1635
- "position",
1636
- "disabled",
1637
- "popup-offset",
1638
- "popup-translate",
1639
- "show-arrow",
1640
- "align-point",
1641
- "popup-hover-stay",
1642
- "blur-to-close",
1643
- "click-to-close",
1644
- "click-outside-to-close",
1645
- "unmount-on-close",
1646
- "content-class",
1647
- "content-style",
1648
- "arrow-class",
1649
- "arrow-style",
1650
- "popup-style",
1651
- "animation-name",
1652
- "duration",
1653
- "mouse-enter-delay",
1654
- "mouse-leave-delay",
1655
- "focus-delay",
1656
- "auto-fit-popup-width",
1657
- "auto-fit-popup-min-width",
1658
- "auto-fix-position",
1659
- "popup-container",
1660
- "auto-fit-position",
1661
- "render-to-body",
1662
- "prevent-focus",
1663
- "scroll-to-close",
1664
- "scroll-to-close-distance"
1665
- ]
1666
- },
1667
- "a-switch": {
1668
- "attributes": [
1669
- "change",
1670
- "focus",
1671
- "blur",
1672
- "model-value",
1673
- "default-checked",
1674
- "disabled",
1675
- "loading",
1676
- "type",
1677
- "size",
1678
- "checked-value",
1679
- "unchecked-value",
1680
- "checked-color",
1681
- "unchecked-color",
1682
- "before-change",
1683
- "checked-text",
1684
- "unchecked-text"
1685
- ]
1686
- },
1687
- "a-verification-code": {
1688
- "attributes": [
1689
- "change",
1690
- "finish",
1691
- "input",
1692
- "model-value",
1693
- "default-value",
1694
- "length",
1695
- "size",
1696
- "disabled",
1697
- "masked",
1698
- "readonly",
1699
- "error",
1700
- "separator",
1701
- "formatter"
1702
- ]
1703
- },
1704
1607
  "a-typography": {
1705
1608
  "attributes": []
1706
1609
  },
@@ -1785,6 +1688,86 @@
1785
1688
  "copy-tooltip-props"
1786
1689
  ]
1787
1690
  },
1691
+ "a-trigger": {
1692
+ "attributes": [
1693
+ "popup-visible-change",
1694
+ "show",
1695
+ "hide",
1696
+ "popup-visible",
1697
+ "default-popup-visible",
1698
+ "trigger",
1699
+ "position",
1700
+ "disabled",
1701
+ "popup-offset",
1702
+ "popup-translate",
1703
+ "show-arrow",
1704
+ "align-point",
1705
+ "popup-hover-stay",
1706
+ "blur-to-close",
1707
+ "click-to-close",
1708
+ "click-outside-to-close",
1709
+ "unmount-on-close",
1710
+ "content-class",
1711
+ "content-style",
1712
+ "arrow-class",
1713
+ "arrow-style",
1714
+ "popup-style",
1715
+ "animation-name",
1716
+ "duration",
1717
+ "mouse-enter-delay",
1718
+ "mouse-leave-delay",
1719
+ "focus-delay",
1720
+ "auto-fit-popup-width",
1721
+ "auto-fit-popup-min-width",
1722
+ "auto-fix-position",
1723
+ "popup-container",
1724
+ "auto-fit-position",
1725
+ "render-to-body",
1726
+ "prevent-focus",
1727
+ "scroll-to-close",
1728
+ "scroll-to-close-distance"
1729
+ ]
1730
+ },
1731
+ "a-tree": {
1732
+ "attributes": [
1733
+ "select",
1734
+ "check",
1735
+ "expand",
1736
+ "drag-start",
1737
+ "drag-end",
1738
+ "drag-over",
1739
+ "drag-leave",
1740
+ "drop",
1741
+ "size",
1742
+ "block-node",
1743
+ "default-expand-all",
1744
+ "multiple",
1745
+ "checkable",
1746
+ "selectable",
1747
+ "check-strictly",
1748
+ "checked-strategy",
1749
+ "default-selected-keys",
1750
+ "selected-keys",
1751
+ "default-checked-keys",
1752
+ "checked-keys",
1753
+ "default-expanded-keys",
1754
+ "expanded-keys",
1755
+ "data",
1756
+ "field-names",
1757
+ "show-line",
1758
+ "load-more",
1759
+ "draggable",
1760
+ "allow-drop",
1761
+ "virtual-list-props",
1762
+ "default-expand-selected",
1763
+ "default-expand-checked",
1764
+ "auto-expand-parent",
1765
+ "half-checked-keys",
1766
+ "only-check-leaf",
1767
+ "animation",
1768
+ "action-on-node-click"
1769
+ ]
1770
+ },
1788
1771
  "a-watermark": {
1789
1772
  "attributes": [
1790
1773
  "content",
@@ -1802,5 +1785,22 @@
1802
1785
  "repeat",
1803
1786
  "staggered"
1804
1787
  ]
1788
+ },
1789
+ "a-verification-code": {
1790
+ "attributes": [
1791
+ "change",
1792
+ "finish",
1793
+ "input",
1794
+ "model-value",
1795
+ "default-value",
1796
+ "length",
1797
+ "size",
1798
+ "disabled",
1799
+ "masked",
1800
+ "readonly",
1801
+ "error",
1802
+ "separator",
1803
+ "formatter"
1804
+ ]
1805
1805
  }
1806
1806
  }