@geelato/web-vue 2.57.0 → 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 (129) hide show
  1. package/dist/arco-vue.js +874 -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/input-label/input-label.d.ts +3 -3
  8. package/es/_components/picker/input-range.d.ts +2 -2
  9. package/es/_components/picker/input.d.ts +2 -2
  10. package/es/_components/select-view/select-view.d.ts +1 -1
  11. package/es/_utils/array.d.ts +1 -1
  12. package/es/_utils/array.js +18 -1
  13. package/es/auto-complete/auto-complete.d.ts +3 -3
  14. package/es/auto-complete/index.d.ts +9 -9
  15. package/es/calendar/calendar.d.ts +1 -1
  16. package/es/calendar/index.d.ts +3 -3
  17. package/es/cascader/cascader-panel.d.ts +1 -1
  18. package/es/cascader/cascader.d.ts +5 -5
  19. package/es/cascader/index.d.ts +15 -15
  20. package/es/checkbox/checkbox-group.d.ts +2 -2
  21. package/es/checkbox/checkbox.d.ts +1 -1
  22. package/es/checkbox/index.d.ts +5 -5
  23. package/es/color-picker/color-picker.d.ts +1 -1
  24. package/es/color-picker/index.d.ts +3 -3
  25. package/es/date-picker/index.d.ts +12 -12
  26. package/es/date-picker/panels/date/index.d.ts +2 -2
  27. package/es/date-picker/panels/week/index.d.ts +2 -2
  28. package/es/date-picker/picker-panel.d.ts +4 -4
  29. package/es/date-picker/picker.d.ts +11 -11
  30. package/es/date-picker/range-picker-panel.d.ts +4 -4
  31. package/es/date-picker/range-picker.d.ts +12 -12
  32. package/es/drawer/drawer.d.ts +24 -0
  33. package/es/drawer/drawer.js +61 -6
  34. package/es/drawer/index.d.ts +45 -0
  35. package/es/drawer/style/index.css +10 -0
  36. package/es/drawer/style/index.less +12 -0
  37. package/es/form/form-item.d.ts +3 -3
  38. package/es/form/index.d.ts +3 -3
  39. package/es/index.css +39 -8
  40. package/es/input/index.d.ts +12 -12
  41. package/es/input/input-password.d.ts +3 -3
  42. package/es/input/input.d.ts +3 -3
  43. package/es/input-number/index.d.ts +3 -3
  44. package/es/input-number/input-number.d.ts +1 -1
  45. package/es/input-number/input-number.js +2 -0
  46. package/es/input-tag/index.d.ts +21 -21
  47. package/es/input-tag/input-tag.d.ts +7 -7
  48. package/es/mention/index.d.ts +9 -9
  49. package/es/mention/mention.d.ts +3 -3
  50. package/es/menu/item.d.ts +1 -1
  51. package/es/menu/sub-menu-pop.d.ts +1 -1
  52. package/es/message/message.d.ts +1 -1
  53. package/es/modal/index.d.ts +33 -3
  54. package/es/modal/modal.d.ts +16 -1
  55. package/es/modal/modal.js +23 -6
  56. package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
  57. package/es/modal/style/index.css +7 -1
  58. package/es/modal/style/index.less +8 -1
  59. package/es/pagination/index.d.ts +3 -3
  60. package/es/pagination/page-jumper.d.ts +3 -3
  61. package/es/pagination/page-options.d.ts +16 -16
  62. package/es/pagination/pagination.d.ts +1 -1
  63. package/es/radio/index.d.ts +8 -8
  64. package/es/radio/radio-group.d.ts +2 -2
  65. package/es/radio/radio.d.ts +2 -2
  66. package/es/rate/index.d.ts +9 -9
  67. package/es/rate/rate.d.ts +3 -3
  68. package/es/select/index.d.ts +16 -16
  69. package/es/select/option.d.ts +5 -5
  70. package/es/select/select.d.ts +4 -4
  71. package/es/slider/index.d.ts +12 -12
  72. package/es/slider/slider-input.d.ts +3 -3
  73. package/es/slider/slider.d.ts +5 -5
  74. package/es/switch/index.d.ts +3 -3
  75. package/es/switch/switch.d.ts +1 -1
  76. package/es/table/context.d.ts +3 -0
  77. package/es/table/hooks/use-row-selection.js +5 -3
  78. package/es/table/interface.d.ts +1 -1
  79. package/es/table/style/index.css +22 -7
  80. package/es/table/style/index.less +25 -8
  81. package/es/table/table-operation-td.d.ts +13 -13
  82. package/es/table/table-operation-td.js +6 -6
  83. package/es/table/table-operation-th.js +19 -7
  84. package/es/table/table-td.js +2 -2
  85. package/es/table/table.js +165 -33
  86. package/es/table/utils.d.ts +1 -1
  87. package/es/table/utils.js +9 -5
  88. package/es/textarea/index.d.ts +6 -6
  89. package/es/textarea/textarea.d.ts +2 -2
  90. package/es/time-picker/index.d.ts +22 -22
  91. package/es/time-picker/panel.d.ts +2 -2
  92. package/es/time-picker/range-panel.d.ts +2 -2
  93. package/es/time-picker/time-picker.d.ts +10 -10
  94. package/es/transfer/index.d.ts +16 -16
  95. package/es/transfer/transfer-view.d.ts +5 -5
  96. package/es/transfer/transfer.d.ts +7 -7
  97. package/es/tree/base-node.d.ts +5 -5
  98. package/es/tree/transition-node-list.d.ts +5 -5
  99. package/es/tree-select/index.d.ts +5 -5
  100. package/es/tree-select/tree-select.d.ts +2 -2
  101. package/es/typography/edit-content.d.ts +36 -36
  102. package/es/typography/index.d.ts +3 -3
  103. package/es/typography/title.d.ts +3 -3
  104. package/es/upload/index.d.ts +3 -3
  105. package/es/upload/upload.d.ts +1 -1
  106. package/es/verification-code/index.d.ts +6 -6
  107. package/es/verification-code/verification-code.d.ts +2 -2
  108. package/json/vetur-attributes.json +2305 -2305
  109. package/json/vetur-tags.json +865 -865
  110. package/json/web-types.json +4470 -4470
  111. package/lib/_utils/array.js +18 -1
  112. package/lib/drawer/drawer.js +63 -8
  113. package/lib/drawer/style/index.css +10 -0
  114. package/lib/drawer/style/index.less +12 -0
  115. package/lib/index.css +39 -8
  116. package/lib/input-number/input-number.js +2 -0
  117. package/lib/modal/modal.js +23 -6
  118. package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
  119. package/lib/modal/style/index.css +7 -1
  120. package/lib/modal/style/index.less +8 -1
  121. package/lib/table/hooks/use-row-selection.js +5 -3
  122. package/lib/table/style/index.css +22 -7
  123. package/lib/table/style/index.less +25 -8
  124. package/lib/table/table-operation-td.js +6 -6
  125. package/lib/table/table-operation-th.js +19 -7
  126. package/lib/table/table-td.js +2 -2
  127. package/lib/table/table.js +164 -32
  128. package/lib/table/utils.js +9 -5
  129. 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,15 +28,6 @@
11
28
  "center"
12
29
  ]
13
30
  },
14
- "a-affix": {
15
- "attributes": [
16
- "change",
17
- "offset-top",
18
- "offset-bottom",
19
- "target",
20
- "target-container"
21
- ]
22
- },
23
31
  "a-back-top": {
24
32
  "attributes": [
25
33
  "visible-height",
@@ -28,35 +36,6 @@
28
36
  "duration"
29
37
  ]
30
38
  },
31
- "a-badge": {
32
- "attributes": [
33
- "text",
34
- "dot",
35
- "dot-style",
36
- "max-count",
37
- "offset",
38
- "color",
39
- "status",
40
- "count"
41
- ]
42
- },
43
- "a-anchor": {
44
- "attributes": [
45
- "select",
46
- "change",
47
- "boundary",
48
- "line-less",
49
- "scroll-container",
50
- "change-hash",
51
- "smooth"
52
- ]
53
- },
54
- "a-anchor-link": {
55
- "attributes": [
56
- "title",
57
- "href"
58
- ]
59
- },
60
39
  "a-auto-complete": {
61
40
  "attributes": [
62
41
  "change",
@@ -77,44 +56,25 @@
77
56
  "virtual-list-props"
78
57
  ]
79
58
  },
80
- "a-avatar": {
81
- "attributes": [
82
- "click",
83
- "error",
84
- "load",
85
- "shape",
86
- "image-url",
87
- "size",
88
- "auto-fix-font-size",
89
- "trigger-type",
90
- "trigger-icon-style",
91
- "object-fit"
92
- ]
93
- },
94
- "a-avatar-group": {
59
+ "a-affix": {
95
60
  "attributes": [
96
- "shape",
97
- "size",
98
- "auto-fix-font-size",
99
- "max-count",
100
- "z-index-ascend",
101
- "max-style",
102
- "max-popover-trigger-props"
61
+ "change",
62
+ "offset-top",
63
+ "offset-bottom",
64
+ "target",
65
+ "target-container"
103
66
  ]
104
67
  },
105
- "a-breadcrumb": {
68
+ "a-badge": {
106
69
  "attributes": [
70
+ "text",
71
+ "dot",
72
+ "dot-style",
107
73
  "max-count",
108
- "routes",
109
- "separator",
110
- "custom-url"
111
- ]
112
- },
113
- "a-breadcrumb-item": {
114
- "attributes": [
115
- "separator",
116
- "droplist",
117
- "dropdown-props"
74
+ "offset",
75
+ "color",
76
+ "status",
77
+ "count"
118
78
  ]
119
79
  },
120
80
  "a-button": {
@@ -141,21 +101,19 @@
141
101
  "disabled"
142
102
  ]
143
103
  },
144
- "a-carousel": {
104
+ "a-breadcrumb": {
145
105
  "attributes": [
146
- "change",
147
- "current",
148
- "default-current",
149
- "move-speed",
150
- "animation-name",
151
- "trigger",
152
- "direction",
153
- "show-arrow",
154
- "arrow-class",
155
- "indicator-type",
156
- "indicator-position",
157
- "indicator-class",
158
- "transition-timing-function"
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"
159
117
  ]
160
118
  },
161
119
  "a-calendar": {
@@ -169,6 +127,54 @@
169
127
  "modes"
170
128
  ]
171
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": {
168
+ "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"
176
+ ]
177
+ },
172
178
  "a-checkbox": {
173
179
  "attributes": [
174
180
  "change",
@@ -190,6 +196,32 @@
190
196
  "disabled"
191
197
  ]
192
198
  },
199
+ "a-carousel": {
200
+ "attributes": [
201
+ "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"
214
+ ]
215
+ },
216
+ "a-divider": {
217
+ "attributes": [
218
+ "direction",
219
+ "orientation",
220
+ "type",
221
+ "size",
222
+ "margin"
223
+ ]
224
+ },
193
225
  "a-collapse": {
194
226
  "attributes": [
195
227
  "change",
@@ -210,105 +242,26 @@
210
242
  "destroy-on-hide"
211
243
  ]
212
244
  },
213
- "a-cascader": {
245
+ "a-color-picker": {
214
246
  "attributes": [
215
247
  "change",
216
- "input-value-change",
217
- "clear",
218
- "search",
219
248
  "popup-visible-change",
220
- "focus",
221
- "blur",
222
- "path-mode",
223
- "multiple",
224
249
  "model-value",
225
250
  "default-value",
226
- "options",
227
- "disabled",
228
- "error",
251
+ "format",
229
252
  "size",
230
- "allow-search",
231
- "allow-clear",
232
- "input-value",
233
- "default-input-value",
234
- "popup-visible",
235
- "expand-trigger",
236
- "default-popup-visible",
237
- "placeholder",
238
- "filter-option",
239
- "popup-container",
240
- "max-tag-count",
241
- "format-label",
253
+ "show-text",
254
+ "show-history",
255
+ "show-preset",
256
+ "disabled",
257
+ "disabled-alpha",
258
+ "hide-trigger",
242
259
  "trigger-props",
243
- "check-strictly",
244
- "load-more",
245
- "loading",
246
- "search-option-only-label",
247
- "search-delay",
248
- "field-names",
249
- "value-key",
250
- "fallback",
251
- "expand-child",
252
- "virtual-list-props",
253
- "tag-nowrap"
260
+ "history-colors",
261
+ "preset-colors"
254
262
  ]
255
263
  },
256
- "a-cascader-panel": {
257
- "attributes": [
258
- "change",
259
- "path-mode",
260
- "multiple",
261
- "model-value",
262
- "default-value",
263
- "options",
264
- "expand-trigger",
265
- "check-strictly",
266
- "load-more",
267
- "field-names",
268
- "value-key",
269
- "expand-child"
270
- ]
271
- },
272
- "a-color-picker": {
273
- "attributes": [
274
- "change",
275
- "popup-visible-change",
276
- "model-value",
277
- "default-value",
278
- "format",
279
- "size",
280
- "show-text",
281
- "show-history",
282
- "show-preset",
283
- "disabled",
284
- "disabled-alpha",
285
- "hide-trigger",
286
- "trigger-props",
287
- "history-colors",
288
- "preset-colors"
289
- ]
290
- },
291
- "a-config-provider": {
292
- "attributes": [
293
- "prefix-cls",
294
- "locale",
295
- "size",
296
- "global",
297
- "scroll-to-close",
298
- "exchange-time",
299
- "rtl"
300
- ]
301
- },
302
- "a-comment": {
303
- "attributes": [
304
- "author",
305
- "avatar",
306
- "content",
307
- "datetime",
308
- "align"
309
- ]
310
- },
311
- "a-range-picker": {
264
+ "a-range-picker": {
312
265
  "attributes": [
313
266
  "change",
314
267
  "select",
@@ -337,99 +290,83 @@
337
290
  "abbreviation"
338
291
  ]
339
292
  },
340
- "a-divider": {
341
- "attributes": [
342
- "direction",
343
- "orientation",
344
- "type",
345
- "size",
346
- "margin"
347
- ]
348
- },
349
- "a-drawer": {
293
+ "a-comment": {
350
294
  "attributes": [
351
- "ok",
352
- "cancel",
353
- "open",
354
- "close",
355
- "before-open",
356
- "before-close",
357
- "visible",
358
- "default-visible",
359
- "placement",
360
- "title",
361
- "mask",
362
- "mask-closable",
363
- "closable",
364
- "ok-text",
365
- "cancel-text",
366
- "ok-loading",
367
- "ok-button-props",
368
- "cancel-button-props",
369
- "unmount-on-close",
370
- "width",
371
- "height",
372
- "popup-container",
373
- "drawer-style",
374
- "body-class",
375
- "body-style",
376
- "before-ok",
377
- "before-cancel",
378
- "esc-to-close",
379
- "render-to-body",
380
- "header",
381
- "footer",
382
- "hide-cancel"
295
+ "author",
296
+ "avatar",
297
+ "content",
298
+ "datetime",
299
+ "align"
383
300
  ]
384
301
  },
385
- "a-descriptions": {
302
+ "a-config-provider": {
386
303
  "attributes": [
387
- "data",
388
- "column",
389
- "title",
390
- "layout",
391
- "align",
304
+ "prefix-cls",
305
+ "locale",
392
306
  "size",
393
- "bordered",
394
- "label-style",
395
- "value-style",
396
- "table-layout"
397
- ]
398
- },
399
- "a-descriptions-item": {
400
- "attributes": [
401
- "span",
402
- "label"
307
+ "global",
308
+ "scroll-to-close",
309
+ "exchange-time",
310
+ "rtl"
403
311
  ]
404
312
  },
405
- "a-card": {
313
+ "a-cascader": {
406
314
  "attributes": [
407
- "bordered",
408
- "loading",
409
- "hoverable",
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",
410
329
  "size",
411
- "header-style",
412
- "body-style",
413
- "title",
414
- "extra"
415
- ]
416
- },
417
- "a-card-meta": {
418
- "attributes": [
419
- "title",
420
- "description"
421
- ]
422
- },
423
- "a-card-grid": {
424
- "attributes": [
425
- "hoverable"
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"
426
354
  ]
427
355
  },
428
- "a-empty": {
356
+ "a-cascader-panel": {
429
357
  "attributes": [
430
- "description",
431
- "img-src",
432
- "in-config-provider"
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"
433
370
  ]
434
371
  },
435
372
  "a-dropdown": {
@@ -486,51 +423,11 @@
486
423
  "hide-on-select"
487
424
  ]
488
425
  },
489
- "a-input": {
490
- "attributes": [
491
- "input",
492
- "change",
493
- "press-enter",
494
- "clear",
495
- "focus",
496
- "blur",
497
- "model-value",
498
- "default-value",
499
- "size",
500
- "allow-clear",
501
- "disabled",
502
- "readonly",
503
- "error",
504
- "placeholder",
505
- "max-length",
506
- "show-word-limit",
507
- "word-length",
508
- "word-slice",
509
- "input-attrs",
510
- "prepend",
511
- "append"
512
- ]
513
- },
514
- "a-input-group": {
515
- "attributes": []
516
- },
517
- "a-input-password": {
518
- "attributes": [
519
- "visibility-change",
520
- "visibility",
521
- "default-visibility",
522
- "invisible-button"
523
- ]
524
- },
525
- "a-input-search": {
426
+ "a-empty": {
526
427
  "attributes": [
527
- "search",
528
- "search-button",
529
- "loading",
530
- "disabled",
531
- "size",
532
- "button-text",
533
- "button-props"
428
+ "description",
429
+ "img-src",
430
+ "in-config-provider"
534
431
  ]
535
432
  },
536
433
  "a-form": {
@@ -583,21 +480,88 @@
583
480
  "label-attrs"
584
481
  ]
585
482
  },
586
- "a-input-number": {
483
+ "a-descriptions": {
587
484
  "attributes": [
588
- "change",
589
- "focus",
590
- "blur",
591
- "clear",
592
- "input",
593
- "keydown",
594
- "model-value",
595
- "default-value",
596
- "mode",
597
- "precision",
598
- "step",
599
- "disabled",
600
- "error",
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"
526
+ ]
527
+ },
528
+ "a-input-group": {
529
+ "attributes": []
530
+ },
531
+ "a-input-password": {
532
+ "attributes": [
533
+ "visibility-change",
534
+ "visibility",
535
+ "default-visibility",
536
+ "invisible-button"
537
+ ]
538
+ },
539
+ "a-input-search": {
540
+ "attributes": [
541
+ "search",
542
+ "search-button",
543
+ "loading",
544
+ "disabled",
545
+ "size",
546
+ "button-text",
547
+ "button-props"
548
+ ]
549
+ },
550
+ "a-input-number": {
551
+ "attributes": [
552
+ "change",
553
+ "focus",
554
+ "blur",
555
+ "clear",
556
+ "input",
557
+ "keydown",
558
+ "model-value",
559
+ "default-value",
560
+ "mode",
561
+ "precision",
562
+ "step",
563
+ "disabled",
564
+ "error",
601
565
  "max",
602
566
  "min",
603
567
  "formatter",
@@ -611,6 +575,65 @@
611
575
  "input-attrs"
612
576
  ]
613
577
  },
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": {
599
+ "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"
613
+ ]
614
+ },
615
+ "a-image-preview-group": {
616
+ "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"
629
+ ]
630
+ },
631
+ "a-image-preview-action": {
632
+ "attributes": [
633
+ "name",
634
+ "disabled"
635
+ ]
636
+ },
614
637
  "a-row": {
615
638
  "attributes": [
616
639
  "gutter",
@@ -677,17 +700,6 @@
677
700
  "tag-nowrap"
678
701
  ]
679
702
  },
680
- "a-link": {
681
- "attributes": [
682
- "click",
683
- "href",
684
- "status",
685
- "hoverable",
686
- "icon",
687
- "loading",
688
- "disabled"
689
- ]
690
- },
691
703
  "a-layout": {
692
704
  "attributes": [
693
705
  "has-sider"
@@ -717,6 +729,17 @@
717
729
  "hide-trigger"
718
730
  ]
719
731
  },
732
+ "a-link": {
733
+ "attributes": [
734
+ "click",
735
+ "href",
736
+ "status",
737
+ "hoverable",
738
+ "icon",
739
+ "loading",
740
+ "disabled"
741
+ ]
742
+ },
720
743
  "a-mention": {
721
744
  "attributes": [
722
745
  "change",
@@ -735,7 +758,7 @@
735
758
  "allow-clear"
736
759
  ]
737
760
  },
738
- "a-modal": {
761
+ "a-drawer": {
739
762
  "attributes": [
740
763
  "ok",
741
764
  "cancel",
@@ -745,38 +768,61 @@
745
768
  "before-close",
746
769
  "visible",
747
770
  "default-visible",
748
- "width",
749
- "top",
750
- "mask",
771
+ "placement",
751
772
  "title",
752
- "title-align",
753
- "align-center",
754
- "unmount-on-close",
773
+ "mask",
755
774
  "mask-closable",
756
- "hide-cancel",
757
- "simple",
758
775
  "closable",
759
776
  "ok-text",
760
777
  "cancel-text",
761
778
  "ok-loading",
762
779
  "ok-button-props",
763
780
  "cancel-button-props",
764
- "footer",
765
- "render-to-body",
781
+ "unmount-on-close",
782
+ "width",
783
+ "height",
766
784
  "popup-container",
767
- "mask-style",
768
- "modal-class",
769
- "modal-style",
785
+ "drawer-style",
786
+ "body-class",
787
+ "body-style",
770
788
  "before-ok",
771
789
  "before-cancel",
772
790
  "esc-to-close",
773
- "draggable",
774
- "fullscreen",
775
- "mask-animation-name",
776
- "modal-animation-name",
777
- "body-class",
778
- "body-style",
779
- "hide-title"
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"
780
826
  ]
781
827
  },
782
828
  "a-menu": {
@@ -827,113 +873,15 @@
827
873
  "a-notification": {
828
874
  "attributes": []
829
875
  },
830
- "a-list": {
831
- "attributes": [
832
- "scroll",
833
- "reach-bottom",
834
- "page-change",
835
- "page-size-change",
836
- "data",
837
- "size",
838
- "bordered",
839
- "split",
840
- "loading",
841
- "hoverable",
842
- "pagination-props",
843
- "grid-props",
844
- "max-height",
845
- "bottom-offset",
846
- "virtual-list-props",
847
- "scrollbar"
848
- ]
849
- },
850
- "a-list-item": {
876
+ "a-page-header": {
851
877
  "attributes": [
852
- "action-layout"
878
+ "back",
879
+ "title",
880
+ "subtitle",
881
+ "show-back"
853
882
  ]
854
883
  },
855
- "a-list-item-meta": {
856
- "attributes": [
857
- "title",
858
- "description"
859
- ]
860
- },
861
- "a-image": {
862
- "attributes": [
863
- "preview-visible-change",
864
- "src",
865
- "width",
866
- "height",
867
- "title",
868
- "description",
869
- "fit",
870
- "alt",
871
- "hide-footer",
872
- "footer-position",
873
- "show-loader",
874
- "preview",
875
- "preview-visible",
876
- "default-preview-visible",
877
- "preview-props",
878
- "footer-class"
879
- ]
880
- },
881
- "a-image-preview": {
882
- "attributes": [
883
- "close",
884
- "src",
885
- "visible",
886
- "default-visible",
887
- "mask-closable",
888
- "closable",
889
- "actions-layout",
890
- "popup-container",
891
- "esc-to-close",
892
- "wheel-zoom",
893
- "keyboard",
894
- "default-scale",
895
- "zoom-rate"
896
- ]
897
- },
898
- "a-image-preview-group": {
899
- "attributes": [
900
- "change",
901
- "visible-change",
902
- "src-list",
903
- "current",
904
- "default-current",
905
- "infinite",
906
- "visible",
907
- "default-visible",
908
- "mask-closable",
909
- "closable",
910
- "actions-layout",
911
- "popup-container"
912
- ]
913
- },
914
- "a-image-preview-action": {
915
- "attributes": [
916
- "name",
917
- "disabled"
918
- ]
919
- },
920
- "a-overflow-list": {
921
- "attributes": [
922
- "change",
923
- "min",
924
- "margin",
925
- "from"
926
- ]
927
- },
928
- "a-page-header": {
929
- "attributes": [
930
- "back",
931
- "title",
932
- "subtitle",
933
- "show-back"
934
- ]
935
- },
936
- "a-popconfirm": {
884
+ "a-popconfirm": {
937
885
  "attributes": [
938
886
  "popup-visible-change",
939
887
  "ok",
@@ -957,22 +905,6 @@
957
905
  "before-cancel"
958
906
  ]
959
907
  },
960
- "a-popover": {
961
- "attributes": [
962
- "popup-visible-change",
963
- "popup-visible",
964
- "default-popup-visible",
965
- "title",
966
- "content",
967
- "trigger",
968
- "position",
969
- "content-class",
970
- "content-style",
971
- "arrow-class",
972
- "arrow-style",
973
- "popup-container"
974
- ]
975
- },
976
908
  "a-progress": {
977
909
  "attributes": [
978
910
  "type",
@@ -988,6 +920,50 @@
988
920
  "status"
989
921
  ]
990
922
  },
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
+ ]
966
+ },
991
967
  "a-radio": {
992
968
  "attributes": [
993
969
  "change",
@@ -1010,6 +986,59 @@
1010
986
  "disabled"
1011
987
  ]
1012
988
  },
989
+ "a-popover": {
990
+ "attributes": [
991
+ "popup-visible-change",
992
+ "popup-visible",
993
+ "default-popup-visible",
994
+ "title",
995
+ "content",
996
+ "trigger",
997
+ "position",
998
+ "content-class",
999
+ "content-style",
1000
+ "arrow-class",
1001
+ "arrow-style",
1002
+ "popup-container"
1003
+ ]
1004
+ },
1005
+ "a-pagination": {
1006
+ "attributes": [
1007
+ "change",
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",
1023
+ "size",
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"
1040
+ ]
1041
+ },
1013
1042
  "a-rate": {
1014
1043
  "attributes": [
1015
1044
  "change",
@@ -1025,15 +1054,24 @@
1025
1054
  "color"
1026
1055
  ]
1027
1056
  },
1028
- "a-resize-box": {
1057
+ "a-skeleton": {
1029
1058
  "attributes": [
1030
- "moving-start",
1031
- "moving",
1032
- "moving-end",
1033
- "width",
1034
- "height",
1035
- "component",
1036
- "directions"
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"
1037
1075
  ]
1038
1076
  },
1039
1077
  "a-result": {
@@ -1051,6 +1089,54 @@
1051
1089
  "outer-style"
1052
1090
  ]
1053
1091
  },
1092
+ "a-slider": {
1093
+ "attributes": [
1094
+ "change",
1095
+ "model-value",
1096
+ "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",
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
+ },
1054
1140
  "a-select": {
1055
1141
  "attributes": [
1056
1142
  "change",
@@ -1114,64 +1200,13 @@
1114
1200
  "label"
1115
1201
  ]
1116
1202
  },
1117
- "a-skeleton": {
1118
- "attributes": [
1119
- "loading",
1120
- "animation"
1121
- ]
1122
- },
1123
- "a-skeleton-line": {
1124
- "attributes": [
1125
- "rows",
1126
- "widths",
1127
- "line-height",
1128
- "line-spacing"
1129
- ]
1130
- },
1131
- "a-skeleton-shape": {
1132
- "attributes": [
1133
- "shape",
1134
- "size"
1135
- ]
1136
- },
1137
- "a-slider": {
1138
- "attributes": [
1139
- "change",
1140
- "model-value",
1141
- "default-value",
1142
- "step",
1143
- "min",
1144
- "marks",
1145
- "max",
1146
- "direction",
1147
- "disabled",
1148
- "show-ticks",
1149
- "show-input",
1150
- "range",
1151
- "show-tooltip"
1152
- ]
1153
- },
1154
- "a-space": {
1155
- "attributes": [
1156
- "align",
1157
- "direction",
1158
- "size",
1159
- "wrap",
1160
- "fill"
1161
- ]
1162
- },
1163
- "a-split": {
1203
+ "a-spin": {
1164
1204
  "attributes": [
1165
- "move-start",
1166
- "moving",
1167
- "move-end",
1168
- "component",
1169
- "direction",
1170
1205
  "size",
1171
- "default-size",
1172
- "min",
1173
- "max",
1174
- "disabled"
1206
+ "loading",
1207
+ "dot",
1208
+ "tip",
1209
+ "hide-icon"
1175
1210
  ]
1176
1211
  },
1177
1212
  "a-statistic": {
@@ -1202,37 +1237,6 @@
1202
1237
  "value-style"
1203
1238
  ]
1204
1239
  },
1205
- "a-spin": {
1206
- "attributes": [
1207
- "size",
1208
- "loading",
1209
- "dot",
1210
- "tip",
1211
- "hide-icon"
1212
- ]
1213
- },
1214
- "a-steps": {
1215
- "attributes": [
1216
- "change",
1217
- "type",
1218
- "direction",
1219
- "label-placement",
1220
- "current",
1221
- "default-current",
1222
- "status",
1223
- "line-less",
1224
- "small",
1225
- "changeable"
1226
- ]
1227
- },
1228
- "a-step": {
1229
- "attributes": [
1230
- "title",
1231
- "description",
1232
- "status",
1233
- "disabled"
1234
- ]
1235
- },
1236
1240
  "a-switch": {
1237
1241
  "attributes": [
1238
1242
  "change",
@@ -1253,39 +1257,6 @@
1253
1257
  "unchecked-text"
1254
1258
  ]
1255
1259
  },
1256
- "a-tabs": {
1257
- "attributes": [
1258
- "change",
1259
- "tab-click",
1260
- "add",
1261
- "delete",
1262
- "active-key",
1263
- "default-active-key",
1264
- "position",
1265
- "size",
1266
- "type",
1267
- "direction",
1268
- "editable",
1269
- "show-add-button",
1270
- "destroy-on-hide",
1271
- "lazy-load",
1272
- "justify",
1273
- "animation",
1274
- "header-padding",
1275
- "auto-switch",
1276
- "hide-content",
1277
- "trigger",
1278
- "scroll-position"
1279
- ]
1280
- },
1281
- "a-tab-pane": {
1282
- "attributes": [
1283
- "title",
1284
- "disabled",
1285
- "closable",
1286
- "destroy-on-hide"
1287
- ]
1288
- },
1289
1260
  "a-tag": {
1290
1261
  "attributes": [
1291
1262
  "close",
@@ -1302,88 +1273,60 @@
1302
1273
  "default-checked",
1303
1274
  "nowrap"
1304
1275
  ]
1305
- },
1306
- "a-table": {
1307
- "attributes": [
1308
- "expand",
1309
- "expanded-change",
1310
- "select",
1311
- "select-all",
1312
- "selection-change",
1313
- "sorter-change",
1314
- "filter-change",
1315
- "page-change",
1316
- "page-size-change",
1317
- "change",
1318
- "cell-mouse-enter",
1319
- "cell-mouse-leave",
1320
- "cell-click",
1321
- "row-click",
1322
- "header-click",
1323
- "column-resize",
1324
- "row-dblclick",
1325
- "cell-dblclick",
1326
- "row-contextmenu",
1327
- "cell-contextmenu",
1328
- "columns",
1329
- "data",
1330
- "bordered",
1331
- "hoverable",
1332
- "stripe",
1333
- "size",
1334
- "table-layout-fixed",
1335
- "loading",
1336
- "row-selection",
1337
- "expandable",
1338
- "scroll",
1339
- "pagination",
1340
- "page-position",
1341
- "indent-size",
1342
- "row-key",
1343
- "show-header",
1344
- "virtual-list-props",
1345
- "span-method",
1346
- "span-all",
1347
- "load-more",
1348
- "filter-icon-align-left",
1349
- "hide-expand-button-on-empty",
1350
- "row-class",
1351
- "draggable",
1352
- "column-resizable",
1353
- "summary",
1354
- "summary-text",
1355
- "summary-span-method",
1356
- "selected-keys",
1357
- "default-selected-keys",
1358
- "expanded-keys",
1359
- "default-expanded-keys",
1360
- "default-expand-all-rows",
1361
- "sticky-header",
1362
- "scrollbar",
1363
- "show-empty-tree"
1276
+ },
1277
+ "a-tabs": {
1278
+ "attributes": [
1279
+ "change",
1280
+ "tab-click",
1281
+ "add",
1282
+ "delete",
1283
+ "active-key",
1284
+ "default-active-key",
1285
+ "position",
1286
+ "size",
1287
+ "type",
1288
+ "direction",
1289
+ "editable",
1290
+ "show-add-button",
1291
+ "destroy-on-hide",
1292
+ "lazy-load",
1293
+ "justify",
1294
+ "animation",
1295
+ "header-padding",
1296
+ "auto-switch",
1297
+ "hide-content",
1298
+ "trigger",
1299
+ "scroll-position"
1364
1300
  ]
1365
1301
  },
1366
- "a-table-column": {
1302
+ "a-tab-pane": {
1367
1303
  "attributes": [
1368
- "data-index",
1369
1304
  "title",
1370
- "width",
1371
- "min-width",
1372
- "align",
1373
- "fixed",
1374
- "ellipsis",
1375
- "sortable",
1376
- "filterable",
1377
- "cell-class",
1378
- "header-cell-class",
1379
- "body-cell-class",
1380
- "summary-cell-class",
1381
- "cell-style",
1382
- "header-cell-style",
1383
- "body-cell-style",
1384
- "summary-cell-style",
1385
- "index",
1386
- "tooltip"
1305
+ "disabled",
1306
+ "closable",
1307
+ "destroy-on-hide"
1308
+ ]
1309
+ },
1310
+ "a-steps": {
1311
+ "attributes": [
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"
1387
1330
  ]
1388
1331
  },
1389
1332
  "a-textarea": {
@@ -1438,6 +1381,22 @@
1438
1381
  "unmount-on-close"
1439
1382
  ]
1440
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
+ },
1441
1400
  "a-timeline": {
1442
1401
  "attributes": [
1443
1402
  "reverse",
@@ -1457,20 +1416,48 @@
1457
1416
  "position"
1458
1417
  ]
1459
1418
  },
1460
- "a-tooltip": {
1419
+ "a-tree-select": {
1461
1420
  "attributes": [
1421
+ "change",
1462
1422
  "popup-visible-change",
1423
+ "search",
1424
+ "clear",
1425
+ "input-value-change",
1426
+ "disabled",
1427
+ "loading",
1428
+ "error",
1429
+ "size",
1430
+ "border",
1431
+ "allow-search",
1432
+ "allow-clear",
1433
+ "placeholder",
1434
+ "max-tag-count",
1435
+ "multiple",
1436
+ "default-value",
1437
+ "model-value",
1438
+ "field-names",
1439
+ "data",
1440
+ "label-in-value",
1441
+ "tree-checkable",
1442
+ "tree-check-strictly",
1443
+ "tree-checked-strategy",
1444
+ "tree-props",
1445
+ "trigger-props",
1463
1446
  "popup-visible",
1464
1447
  "default-popup-visible",
1465
- "content",
1466
- "position",
1467
- "mini",
1468
- "background-color",
1469
- "content-class",
1470
- "content-style",
1471
- "arrow-class",
1472
- "arrow-style",
1473
- "popup-container"
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"
1474
1461
  ]
1475
1462
  },
1476
1463
  "a-transfer": {
@@ -1493,84 +1480,128 @@
1493
1480
  "target-input-search-props"
1494
1481
  ]
1495
1482
  },
1496
- "a-tree": {
1483
+ "a-table": {
1497
1484
  "attributes": [
1498
- "select",
1499
- "check",
1500
1485
  "expand",
1501
- "drag-start",
1502
- "drag-end",
1503
- "drag-over",
1504
- "drag-leave",
1505
- "drop",
1506
- "size",
1507
- "block-node",
1508
- "default-expand-all",
1509
- "multiple",
1510
- "checkable",
1511
- "selectable",
1512
- "check-strictly",
1513
- "checked-strategy",
1514
- "default-selected-keys",
1515
- "selected-keys",
1516
- "default-checked-keys",
1517
- "checked-keys",
1518
- "default-expanded-keys",
1519
- "expanded-keys",
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",
1520
1506
  "data",
1521
- "field-names",
1522
- "show-line",
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",
1523
1524
  "load-more",
1525
+ "filter-icon-align-left",
1526
+ "hide-expand-button-on-empty",
1527
+ "row-class",
1524
1528
  "draggable",
1525
- "allow-drop",
1526
- "virtual-list-props",
1527
- "default-expand-selected",
1528
- "default-expand-checked",
1529
- "auto-expand-parent",
1530
- "half-checked-keys",
1531
- "only-check-leaf",
1532
- "animation",
1533
- "action-on-node-click"
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"
1534
1541
  ]
1535
1542
  },
1536
- "a-trigger": {
1543
+ "a-table-column": {
1537
1544
  "attributes": [
1538
- "popup-visible-change",
1539
- "show",
1540
- "hide",
1541
- "popup-visible",
1542
- "default-popup-visible",
1543
- "trigger",
1544
- "position",
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
+ "a-upload": {
1567
+ "attributes": [
1568
+ "exceed-limit",
1569
+ "change",
1570
+ "progress",
1571
+ "preview",
1572
+ "success",
1573
+ "error",
1574
+ "file-list",
1575
+ "default-file-list",
1576
+ "accept",
1577
+ "action",
1545
1578
  "disabled",
1546
- "popup-offset",
1547
- "popup-translate",
1548
- "show-arrow",
1549
- "align-point",
1550
- "popup-hover-stay",
1551
- "blur-to-close",
1552
- "click-to-close",
1553
- "click-outside-to-close",
1554
- "unmount-on-close",
1555
- "content-class",
1556
- "content-style",
1557
- "arrow-class",
1558
- "arrow-style",
1559
- "popup-style",
1560
- "animation-name",
1561
- "duration",
1562
- "mouse-enter-delay",
1563
- "mouse-leave-delay",
1564
- "focus-delay",
1565
- "auto-fit-popup-width",
1566
- "auto-fit-popup-min-width",
1567
- "auto-fix-position",
1568
- "popup-container",
1569
- "auto-fit-position",
1570
- "render-to-body",
1571
- "prevent-focus",
1572
- "scroll-to-close",
1573
- "scroll-to-close-distance"
1579
+ "multiple",
1580
+ "directory",
1581
+ "draggable",
1582
+ "tip",
1583
+ "headers",
1584
+ "data",
1585
+ "name",
1586
+ "with-credentials",
1587
+ "custom-request",
1588
+ "limit",
1589
+ "auto-upload",
1590
+ "show-file-list",
1591
+ "show-remove-button",
1592
+ "show-retry-button",
1593
+ "show-cancel-button",
1594
+ "show-upload-button",
1595
+ "show-preview-button",
1596
+ "download",
1597
+ "show-link",
1598
+ "image-loading",
1599
+ "list-type",
1600
+ "response-url-key",
1601
+ "custom-icon",
1602
+ "before-upload",
1603
+ "before-remove",
1604
+ "button-click"
1574
1605
  ]
1575
1606
  },
1576
1607
  "a-typography": {
@@ -1657,115 +1688,102 @@
1657
1688
  "copy-tooltip-props"
1658
1689
  ]
1659
1690
  },
1660
- "a-tree-select": {
1691
+ "a-trigger": {
1661
1692
  "attributes": [
1662
- "change",
1663
1693
  "popup-visible-change",
1664
- "search",
1665
- "clear",
1666
- "input-value-change",
1667
- "disabled",
1668
- "loading",
1669
- "error",
1670
- "size",
1671
- "border",
1672
- "allow-search",
1673
- "allow-clear",
1674
- "placeholder",
1675
- "max-tag-count",
1676
- "multiple",
1677
- "default-value",
1678
- "model-value",
1679
- "field-names",
1680
- "data",
1681
- "label-in-value",
1682
- "tree-checkable",
1683
- "tree-check-strictly",
1684
- "tree-checked-strategy",
1685
- "tree-props",
1686
- "trigger-props",
1694
+ "show",
1695
+ "hide",
1687
1696
  "popup-visible",
1688
1697
  "default-popup-visible",
1689
- "dropdown-style",
1690
- "dropdown-class-name",
1691
- "filter-tree-node",
1692
- "load-more",
1693
- "disable-filter",
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",
1694
1723
  "popup-container",
1695
- "fallback-option",
1696
- "selectable",
1697
- "scrollbar",
1698
- "show-header-on-empty",
1699
- "show-footer-on-empty",
1700
- "input-value",
1701
- "default-input-value"
1724
+ "auto-fit-position",
1725
+ "render-to-body",
1726
+ "prevent-focus",
1727
+ "scroll-to-close",
1728
+ "scroll-to-close-distance"
1702
1729
  ]
1703
1730
  },
1704
- "a-upload": {
1731
+ "a-tree": {
1705
1732
  "attributes": [
1706
- "exceed-limit",
1707
- "change",
1708
- "progress",
1709
- "preview",
1710
- "success",
1711
- "error",
1712
- "file-list",
1713
- "default-file-list",
1714
- "accept",
1715
- "action",
1716
- "disabled",
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",
1717
1744
  "multiple",
1718
- "directory",
1719
- "draggable",
1720
- "tip",
1721
- "headers",
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",
1722
1755
  "data",
1723
- "name",
1724
- "with-credentials",
1725
- "custom-request",
1726
- "limit",
1727
- "auto-upload",
1728
- "show-file-list",
1729
- "show-remove-button",
1730
- "show-retry-button",
1731
- "show-cancel-button",
1732
- "show-upload-button",
1733
- "show-preview-button",
1734
- "download",
1735
- "show-link",
1736
- "image-loading",
1737
- "list-type",
1738
- "response-url-key",
1739
- "custom-icon",
1740
- "before-upload",
1741
- "before-remove",
1742
- "button-click"
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"
1743
1769
  ]
1744
1770
  },
1745
- "a-pagination": {
1771
+ "a-watermark": {
1746
1772
  "attributes": [
1747
- "change",
1748
- "page-size-change",
1749
- "total",
1750
- "current",
1751
- "default-current",
1752
- "page-size",
1753
- "default-page-size",
1754
- "disabled",
1755
- "hide-on-single-page",
1756
- "simple",
1757
- "show-total",
1758
- "show-more",
1759
- "show-jumper",
1760
- "show-page-size",
1761
- "page-size-options",
1762
- "page-size-props",
1763
- "size",
1764
- "page-item-style",
1765
- "active-page-item-style",
1766
- "base-size",
1767
- "buffer-size",
1768
- "auto-adjust"
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"
1769
1787
  ]
1770
1788
  },
1771
1789
  "a-verification-code": {
@@ -1784,23 +1802,5 @@
1784
1802
  "separator",
1785
1803
  "formatter"
1786
1804
  ]
1787
- },
1788
- "a-watermark": {
1789
- "attributes": [
1790
- "content",
1791
- "image",
1792
- "width",
1793
- "height",
1794
- "gap",
1795
- "offset",
1796
- "rotate",
1797
- "font",
1798
- "z-index",
1799
- "alpha",
1800
- "anti-tamper",
1801
- "grayscale",
1802
- "repeat",
1803
- "staggered"
1804
- ]
1805
1805
  }
1806
1806
  }