@geelato/web-vue 2.57.0 → 2.57.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 (77) hide show
  1. package/LICENSE +21 -0
  2. package/dist/arco-vue.js +2 -0
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +1 -1
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +3 -3
  7. package/es/_components/picker/input-range.d.ts +4 -4
  8. package/es/_components/picker/input.d.ts +2 -2
  9. package/es/_components/select-view/select-view.d.ts +1 -1
  10. package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
  11. package/es/auto-complete/auto-complete.d.ts +3 -3
  12. package/es/auto-complete/index.d.ts +9 -9
  13. package/es/calendar/calendar.d.ts +1 -1
  14. package/es/calendar/index.d.ts +3 -3
  15. package/es/cascader/cascader-panel.d.ts +1 -1
  16. package/es/cascader/cascader.d.ts +5 -5
  17. package/es/cascader/index.d.ts +15 -15
  18. package/es/checkbox/checkbox-group.d.ts +2 -2
  19. package/es/checkbox/checkbox.d.ts +1 -1
  20. package/es/checkbox/index.d.ts +5 -5
  21. package/es/color-picker/color-picker.d.ts +1 -1
  22. package/es/color-picker/index.d.ts +3 -3
  23. package/es/date-picker/index.d.ts +9 -9
  24. package/es/date-picker/picker.d.ts +7 -7
  25. package/es/date-picker/range-picker.d.ts +9 -9
  26. package/es/form/form-item.d.ts +3 -3
  27. package/es/form/index.d.ts +3 -3
  28. package/es/input/index.d.ts +12 -12
  29. package/es/input/input-password.d.ts +3 -3
  30. package/es/input/input.d.ts +3 -3
  31. package/es/input-number/index.d.ts +3 -3
  32. package/es/input-number/input-number.d.ts +1 -1
  33. package/es/input-number/input-number.js +2 -0
  34. package/es/input-tag/index.d.ts +21 -21
  35. package/es/input-tag/input-tag.d.ts +7 -7
  36. package/es/mention/index.d.ts +9 -9
  37. package/es/mention/mention.d.ts +3 -3
  38. package/es/pagination/page-jumper.d.ts +3 -3
  39. package/es/pagination/page-options.d.ts +16 -16
  40. package/es/radio/index.d.ts +8 -8
  41. package/es/radio/radio-group.d.ts +2 -2
  42. package/es/radio/radio.d.ts +2 -2
  43. package/es/rate/index.d.ts +9 -9
  44. package/es/rate/rate.d.ts +3 -3
  45. package/es/select/index.d.ts +16 -16
  46. package/es/select/option.d.ts +5 -5
  47. package/es/select/select.d.ts +4 -4
  48. package/es/slider/index.d.ts +12 -12
  49. package/es/slider/slider-input.d.ts +3 -3
  50. package/es/slider/slider.d.ts +5 -5
  51. package/es/switch/index.d.ts +3 -3
  52. package/es/switch/switch.d.ts +1 -1
  53. package/es/table/table-operation-td.d.ts +13 -13
  54. package/es/textarea/index.d.ts +6 -6
  55. package/es/textarea/textarea.d.ts +2 -2
  56. package/es/time-picker/index.d.ts +18 -18
  57. package/es/time-picker/time-picker.d.ts +8 -8
  58. package/es/transfer/index.d.ts +16 -16
  59. package/es/transfer/transfer-view.d.ts +5 -5
  60. package/es/transfer/transfer.d.ts +7 -7
  61. package/es/tree/base-node.d.ts +5 -5
  62. package/es/tree/index.d.ts +6 -6
  63. package/es/tree/transition-node-list.d.ts +5 -5
  64. package/es/tree/tree.d.ts +3 -3
  65. package/es/tree-select/index.d.ts +17 -17
  66. package/es/tree-select/panel.d.ts +6 -6
  67. package/es/tree-select/tree-select.d.ts +8 -8
  68. package/es/typography/edit-content.d.ts +36 -36
  69. package/es/upload/index.d.ts +3 -3
  70. package/es/upload/upload.d.ts +1 -1
  71. package/es/verification-code/index.d.ts +6 -6
  72. package/es/verification-code/verification-code.d.ts +2 -2
  73. package/json/vetur-attributes.json +2194 -2194
  74. package/json/vetur-tags.json +768 -768
  75. package/json/web-types.json +4765 -4765
  76. package/lib/input-number/input-number.js +2 -0
  77. package/package.json +24 -25
@@ -11,13 +11,29 @@
11
11
  "center"
12
12
  ]
13
13
  },
14
- "a-affix": {
14
+ "a-avatar": {
15
15
  "attributes": [
16
- "change",
17
- "offset-top",
18
- "offset-bottom",
19
- "target",
20
- "target-container"
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"
21
37
  ]
22
38
  },
23
39
  "a-back-top": {
@@ -28,16 +44,13 @@
28
44
  "duration"
29
45
  ]
30
46
  },
31
- "a-badge": {
47
+ "a-affix": {
32
48
  "attributes": [
33
- "text",
34
- "dot",
35
- "dot-style",
36
- "max-count",
37
- "offset",
38
- "color",
39
- "status",
40
- "count"
49
+ "change",
50
+ "offset-top",
51
+ "offset-bottom",
52
+ "target",
53
+ "target-container"
41
54
  ]
42
55
  },
43
56
  "a-anchor": {
@@ -77,31 +90,6 @@
77
90
  "virtual-list-props"
78
91
  ]
79
92
  },
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": {
95
- "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"
103
- ]
104
- },
105
93
  "a-breadcrumb": {
106
94
  "attributes": [
107
95
  "max-count",
@@ -117,97 +105,39 @@
117
105
  "dropdown-props"
118
106
  ]
119
107
  },
120
- "a-button": {
108
+ "a-badge": {
121
109
  "attributes": [
122
- "click",
123
- "type",
124
- "shape",
110
+ "text",
111
+ "dot",
112
+ "dot-style",
113
+ "max-count",
114
+ "offset",
115
+ "color",
125
116
  "status",
126
- "size",
127
- "long",
128
- "loading",
129
- "disabled",
130
- "html-type",
131
- "autofocus",
132
- "href"
117
+ "count"
133
118
  ]
134
119
  },
135
- "a-button-group": {
120
+ "a-card": {
136
121
  "attributes": [
137
- "type",
138
- "status",
139
- "shape",
122
+ "bordered",
123
+ "loading",
124
+ "hoverable",
140
125
  "size",
141
- "disabled"
142
- ]
143
- },
144
- "a-carousel": {
145
- "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"
159
- ]
160
- },
161
- "a-calendar": {
162
- "attributes": [
163
- "change",
164
- "panel-change",
165
- "model-value",
166
- "default-value",
167
- "mode",
168
- "default-mode",
169
- "modes"
170
- ]
171
- },
172
- "a-checkbox": {
173
- "attributes": [
174
- "change",
175
- "model-value",
176
- "default-checked",
177
- "value",
178
- "disabled",
179
- "indeterminate"
180
- ]
181
- },
182
- "a-checkbox-group": {
183
- "attributes": [
184
- "change",
185
- "model-value",
186
- "default-value",
187
- "max",
188
- "options",
189
- "direction",
190
- "disabled"
126
+ "header-style",
127
+ "body-style",
128
+ "title",
129
+ "extra"
191
130
  ]
192
131
  },
193
- "a-collapse": {
132
+ "a-card-meta": {
194
133
  "attributes": [
195
- "change",
196
- "active-key",
197
- "default-active-key",
198
- "accordion",
199
- "show-expand-icon",
200
- "expand-icon-position",
201
- "bordered",
202
- "destroy-on-hide"
134
+ "title",
135
+ "description"
203
136
  ]
204
137
  },
205
- "a-collapse-item": {
138
+ "a-card-grid": {
206
139
  "attributes": [
207
- "header",
208
- "disabled",
209
- "show-expand-icon",
210
- "destroy-on-hide"
140
+ "hoverable"
211
141
  ]
212
142
  },
213
143
  "a-cascader": {
@@ -269,117 +199,136 @@
269
199
  "expand-child"
270
200
  ]
271
201
  },
272
- "a-color-picker": {
202
+ "a-calendar": {
273
203
  "attributes": [
274
204
  "change",
275
- "popup-visible-change",
205
+ "panel-change",
276
206
  "model-value",
277
207
  "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"
208
+ "mode",
209
+ "default-mode",
210
+ "modes"
289
211
  ]
290
212
  },
291
- "a-config-provider": {
213
+ "a-button": {
292
214
  "attributes": [
293
- "prefix-cls",
294
- "locale",
215
+ "click",
216
+ "type",
217
+ "shape",
218
+ "status",
295
219
  "size",
296
- "global",
297
- "scroll-to-close",
298
- "exchange-time",
299
- "rtl"
220
+ "long",
221
+ "loading",
222
+ "disabled",
223
+ "html-type",
224
+ "autofocus",
225
+ "href"
300
226
  ]
301
227
  },
302
- "a-comment": {
228
+ "a-button-group": {
303
229
  "attributes": [
304
- "author",
305
- "avatar",
306
- "content",
307
- "datetime",
308
- "align"
230
+ "type",
231
+ "status",
232
+ "shape",
233
+ "size",
234
+ "disabled"
309
235
  ]
310
236
  },
311
- "a-range-picker": {
237
+ "a-checkbox": {
312
238
  "attributes": [
313
239
  "change",
314
- "select",
315
- "popup-visible-change",
316
- "ok",
317
- "clear",
318
- "select-shortcut",
319
- "picker-value-change",
320
- "mode",
321
240
  "model-value",
322
- "default-value",
323
- "picker-value",
324
- "default-picker-value",
241
+ "default-checked",
242
+ "value",
325
243
  "disabled",
326
- "day-start-of-week",
327
- "format",
328
- "value-format",
329
- "show-time",
330
- "time-picker-props",
331
- "placeholder",
332
- "disabled-date",
333
- "disabled-time",
334
- "separator",
335
- "exchange-time",
336
- "disabled-input",
337
- "abbreviation"
244
+ "indeterminate"
338
245
  ]
339
246
  },
340
- "a-divider": {
247
+ "a-checkbox-group": {
341
248
  "attributes": [
249
+ "change",
250
+ "model-value",
251
+ "default-value",
252
+ "max",
253
+ "options",
342
254
  "direction",
343
- "orientation",
344
- "type",
345
- "size",
346
- "margin"
255
+ "disabled"
347
256
  ]
348
257
  },
349
- "a-drawer": {
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
+ "a-carousel": {
279
+ "attributes": [
280
+ "change",
281
+ "current",
282
+ "default-current",
283
+ "move-speed",
284
+ "animation-name",
285
+ "trigger",
286
+ "direction",
287
+ "show-arrow",
288
+ "arrow-class",
289
+ "indicator-type",
290
+ "indicator-position",
291
+ "indicator-class",
292
+ "transition-timing-function"
293
+ ]
294
+ },
295
+ "a-collapse": {
296
+ "attributes": [
297
+ "change",
298
+ "active-key",
299
+ "default-active-key",
300
+ "accordion",
301
+ "show-expand-icon",
302
+ "expand-icon-position",
303
+ "bordered",
304
+ "destroy-on-hide"
305
+ ]
306
+ },
307
+ "a-collapse-item": {
350
308
  "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
309
  "header",
381
- "footer",
382
- "hide-cancel"
310
+ "disabled",
311
+ "show-expand-icon",
312
+ "destroy-on-hide"
313
+ ]
314
+ },
315
+ "a-color-picker": {
316
+ "attributes": [
317
+ "change",
318
+ "popup-visible-change",
319
+ "model-value",
320
+ "default-value",
321
+ "format",
322
+ "size",
323
+ "show-text",
324
+ "show-history",
325
+ "show-preset",
326
+ "disabled",
327
+ "disabled-alpha",
328
+ "hide-trigger",
329
+ "trigger-props",
330
+ "history-colors",
331
+ "preset-colors"
383
332
  ]
384
333
  },
385
334
  "a-descriptions": {
@@ -402,36 +351,6 @@
402
351
  "label"
403
352
  ]
404
353
  },
405
- "a-card": {
406
- "attributes": [
407
- "bordered",
408
- "loading",
409
- "hoverable",
410
- "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"
426
- ]
427
- },
428
- "a-empty": {
429
- "attributes": [
430
- "description",
431
- "img-src",
432
- "in-config-provider"
433
- ]
434
- },
435
354
  "a-dropdown": {
436
355
  "attributes": [
437
356
  "popup-visible-change",
@@ -486,51 +405,59 @@
486
405
  "hide-on-select"
487
406
  ]
488
407
  },
489
- "a-input": {
408
+ "a-empty": {
490
409
  "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"
410
+ "description",
411
+ "img-src",
412
+ "in-config-provider"
512
413
  ]
513
414
  },
514
- "a-input-group": {
515
- "attributes": []
415
+ "a-row": {
416
+ "attributes": [
417
+ "gutter",
418
+ "justify",
419
+ "align",
420
+ "div",
421
+ "wrap"
422
+ ]
516
423
  },
517
- "a-input-password": {
424
+ "a-col": {
518
425
  "attributes": [
519
- "visibility-change",
520
- "visibility",
521
- "default-visibility",
522
- "invisible-button"
426
+ "span",
427
+ "offset",
428
+ "order",
429
+ "xs",
430
+ "sm",
431
+ "md",
432
+ "lg",
433
+ "xl",
434
+ "xxl",
435
+ "flex"
523
436
  ]
524
437
  },
525
- "a-input-search": {
438
+ "a-grid": {
526
439
  "attributes": [
527
- "search",
528
- "search-button",
529
- "loading",
530
- "disabled",
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",
531
459
  "size",
532
- "button-text",
533
- "button-props"
460
+ "margin"
534
461
  ]
535
462
  },
536
463
  "a-form": {
@@ -583,71 +510,175 @@
583
510
  "label-attrs"
584
511
  ]
585
512
  },
586
- "a-input-number": {
513
+ "a-image": {
587
514
  "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",
601
- "max",
602
- "min",
603
- "formatter",
604
- "parser",
605
- "placeholder",
606
- "hide-button",
607
- "size",
608
- "allow-clear",
609
- "model-event",
610
- "read-only",
611
- "input-attrs"
515
+ "preview-visible-change",
516
+ "src",
517
+ "width",
518
+ "height",
519
+ "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"
612
531
  ]
613
532
  },
614
- "a-row": {
533
+ "a-image-preview": {
615
534
  "attributes": [
616
- "gutter",
617
- "justify",
618
- "align",
619
- "div",
620
- "wrap"
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"
621
548
  ]
622
549
  },
623
- "a-col": {
550
+ "a-image-preview-group": {
624
551
  "attributes": [
625
- "span",
626
- "offset",
627
- "order",
628
- "xs",
629
- "sm",
630
- "md",
631
- "lg",
632
- "xl",
633
- "xxl",
634
- "flex"
552
+ "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"
635
564
  ]
636
565
  },
637
- "a-grid": {
566
+ "a-image-preview-action": {
638
567
  "attributes": [
639
- "cols",
640
- "row-gap",
641
- "col-gap",
642
- "collapsed",
643
- "collapsed-rows"
568
+ "name",
569
+ "disabled"
644
570
  ]
645
571
  },
646
- "a-grid-item": {
572
+ "a-drawer": {
647
573
  "attributes": [
648
- "span",
649
- "offset",
650
- "suffix"
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"
606
+ ]
607
+ },
608
+ "a-input": {
609
+ "attributes": [
610
+ "input",
611
+ "change",
612
+ "press-enter",
613
+ "clear",
614
+ "focus",
615
+ "blur",
616
+ "model-value",
617
+ "default-value",
618
+ "size",
619
+ "allow-clear",
620
+ "disabled",
621
+ "readonly",
622
+ "error",
623
+ "placeholder",
624
+ "max-length",
625
+ "show-word-limit",
626
+ "word-length",
627
+ "word-slice",
628
+ "input-attrs",
629
+ "prepend",
630
+ "append"
631
+ ]
632
+ },
633
+ "a-input-group": {
634
+ "attributes": []
635
+ },
636
+ "a-input-password": {
637
+ "attributes": [
638
+ "visibility-change",
639
+ "visibility",
640
+ "default-visibility",
641
+ "invisible-button"
642
+ ]
643
+ },
644
+ "a-input-search": {
645
+ "attributes": [
646
+ "search",
647
+ "search-button",
648
+ "loading",
649
+ "disabled",
650
+ "size",
651
+ "button-text",
652
+ "button-props"
653
+ ]
654
+ },
655
+ "a-range-picker": {
656
+ "attributes": [
657
+ "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"
651
682
  ]
652
683
  },
653
684
  "a-input-tag": {
@@ -688,6 +719,37 @@
688
719
  "disabled"
689
720
  ]
690
721
  },
722
+ "a-list": {
723
+ "attributes": [
724
+ "scroll",
725
+ "reach-bottom",
726
+ "page-change",
727
+ "page-size-change",
728
+ "data",
729
+ "size",
730
+ "bordered",
731
+ "split",
732
+ "loading",
733
+ "hoverable",
734
+ "pagination-props",
735
+ "grid-props",
736
+ "max-height",
737
+ "bottom-offset",
738
+ "virtual-list-props",
739
+ "scrollbar"
740
+ ]
741
+ },
742
+ "a-list-item": {
743
+ "attributes": [
744
+ "action-layout"
745
+ ]
746
+ },
747
+ "a-list-item-meta": {
748
+ "attributes": [
749
+ "title",
750
+ "description"
751
+ ]
752
+ },
691
753
  "a-layout": {
692
754
  "attributes": [
693
755
  "has-sider"
@@ -717,6 +779,34 @@
717
779
  "hide-trigger"
718
780
  ]
719
781
  },
782
+ "a-input-number": {
783
+ "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"
808
+ ]
809
+ },
720
810
  "a-mention": {
721
811
  "attributes": [
722
812
  "change",
@@ -735,6 +825,22 @@
735
825
  "allow-clear"
736
826
  ]
737
827
  },
828
+ "a-overflow-list": {
829
+ "attributes": [
830
+ "change",
831
+ "min",
832
+ "margin",
833
+ "from"
834
+ ]
835
+ },
836
+ "a-page-header": {
837
+ "attributes": [
838
+ "back",
839
+ "title",
840
+ "subtitle",
841
+ "show-back"
842
+ ]
843
+ },
738
844
  "a-modal": {
739
845
  "attributes": [
740
846
  "ok",
@@ -779,158 +885,30 @@
779
885
  "hide-title"
780
886
  ]
781
887
  },
782
- "a-menu": {
783
- "attributes": [
784
- "collapse",
785
- "menu-item-click",
786
- "sub-menu-click",
787
- "theme",
788
- "mode",
789
- "level-indent",
790
- "auto-open",
791
- "collapsed",
792
- "default-collapsed",
793
- "collapsed-width",
794
- "accordion",
795
- "auto-scroll-into-view",
796
- "show-collapse-button",
797
- "selected-keys",
798
- "default-selected-keys",
799
- "open-keys",
800
- "default-open-keys",
801
- "scroll-config",
802
- "trigger-props",
803
- "tooltip-props",
804
- "auto-open-selected",
805
- "breakpoint",
806
- "popup-max-height"
807
- ]
808
- },
809
- "a-sub-menu": {
810
- "attributes": [
811
- "title",
812
- "selectable",
813
- "popup",
814
- "popup-max-height"
815
- ]
816
- },
817
- "a-menu-item-group": {
818
- "attributes": [
819
- "title"
820
- ]
821
- },
822
- "a-menu-item": {
823
- "attributes": [
824
- "disabled"
825
- ]
826
- },
827
- "a-notification": {
828
- "attributes": []
829
- },
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": {
851
- "attributes": [
852
- "action-layout"
853
- ]
854
- },
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": {
888
+ "a-pagination": {
899
889
  "attributes": [
900
890
  "change",
901
- "visible-change",
902
- "src-list",
891
+ "page-size-change",
892
+ "total",
903
893
  "current",
904
894
  "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"
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"
934
912
  ]
935
913
  },
936
914
  "a-popconfirm": {
@@ -957,6 +935,9 @@
957
935
  "before-cancel"
958
936
  ]
959
937
  },
938
+ "a-notification": {
939
+ "attributes": []
940
+ },
960
941
  "a-popover": {
961
942
  "attributes": [
962
943
  "popup-visible-change",
@@ -1043,6 +1024,71 @@
1043
1024
  "subtitle"
1044
1025
  ]
1045
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
+ "a-skeleton": {
1073
+ "attributes": [
1074
+ "loading",
1075
+ "animation"
1076
+ ]
1077
+ },
1078
+ "a-skeleton-line": {
1079
+ "attributes": [
1080
+ "rows",
1081
+ "widths",
1082
+ "line-height",
1083
+ "line-spacing"
1084
+ ]
1085
+ },
1086
+ "a-skeleton-shape": {
1087
+ "attributes": [
1088
+ "shape",
1089
+ "size"
1090
+ ]
1091
+ },
1046
1092
  "a-scrollbar": {
1047
1093
  "attributes": [
1048
1094
  "scroll",
@@ -1051,6 +1097,23 @@
1051
1097
  "outer-style"
1052
1098
  ]
1053
1099
  },
1100
+ "a-slider": {
1101
+ "attributes": [
1102
+ "change",
1103
+ "model-value",
1104
+ "default-value",
1105
+ "step",
1106
+ "min",
1107
+ "marks",
1108
+ "max",
1109
+ "direction",
1110
+ "disabled",
1111
+ "show-ticks",
1112
+ "show-input",
1113
+ "range",
1114
+ "show-tooltip"
1115
+ ]
1116
+ },
1054
1117
  "a-select": {
1055
1118
  "attributes": [
1056
1119
  "change",
@@ -1114,50 +1177,22 @@
1114
1177
  "label"
1115
1178
  ]
1116
1179
  },
1117
- "a-skeleton": {
1180
+ "a-spin": {
1118
1181
  "attributes": [
1182
+ "size",
1119
1183
  "loading",
1120
- "animation"
1184
+ "dot",
1185
+ "tip",
1186
+ "hide-icon"
1121
1187
  ]
1122
1188
  },
1123
- "a-skeleton-line": {
1189
+ "a-space": {
1124
1190
  "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"
1191
+ "align",
1192
+ "direction",
1193
+ "size",
1194
+ "wrap",
1195
+ "fill"
1161
1196
  ]
1162
1197
  },
1163
1198
  "a-split": {
@@ -1174,43 +1209,6 @@
1174
1209
  "disabled"
1175
1210
  ]
1176
1211
  },
1177
- "a-statistic": {
1178
- "attributes": [
1179
- "title",
1180
- "value",
1181
- "format",
1182
- "extra",
1183
- "start",
1184
- "precision",
1185
- "separator",
1186
- "show-group-separator",
1187
- "animation",
1188
- "animation-duration",
1189
- "value-from",
1190
- "placeholder",
1191
- "value-style"
1192
- ]
1193
- },
1194
- "a-countdown": {
1195
- "attributes": [
1196
- "finish",
1197
- "title",
1198
- "value",
1199
- "now",
1200
- "format",
1201
- "start",
1202
- "value-style"
1203
- ]
1204
- },
1205
- "a-spin": {
1206
- "attributes": [
1207
- "size",
1208
- "loading",
1209
- "dot",
1210
- "tip",
1211
- "hide-icon"
1212
- ]
1213
- },
1214
1212
  "a-steps": {
1215
1213
  "attributes": [
1216
1214
  "change",
@@ -1233,74 +1231,32 @@
1233
1231
  "disabled"
1234
1232
  ]
1235
1233
  },
1236
- "a-switch": {
1237
- "attributes": [
1238
- "change",
1239
- "focus",
1240
- "blur",
1241
- "model-value",
1242
- "default-checked",
1243
- "disabled",
1244
- "loading",
1245
- "type",
1246
- "size",
1247
- "checked-value",
1248
- "unchecked-value",
1249
- "checked-color",
1250
- "unchecked-color",
1251
- "before-change",
1252
- "checked-text",
1253
- "unchecked-text"
1254
- ]
1255
- },
1256
- "a-tabs": {
1234
+ "a-statistic": {
1257
1235
  "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",
1236
+ "title",
1237
+ "value",
1238
+ "format",
1239
+ "extra",
1240
+ "start",
1241
+ "precision",
1242
+ "separator",
1243
+ "show-group-separator",
1273
1244
  "animation",
1274
- "header-padding",
1275
- "auto-switch",
1276
- "hide-content",
1277
- "trigger",
1278
- "scroll-position"
1245
+ "animation-duration",
1246
+ "value-from",
1247
+ "placeholder",
1248
+ "value-style"
1279
1249
  ]
1280
1250
  },
1281
- "a-tab-pane": {
1251
+ "a-countdown": {
1282
1252
  "attributes": [
1253
+ "finish",
1283
1254
  "title",
1284
- "disabled",
1285
- "closable",
1286
- "destroy-on-hide"
1287
- ]
1288
- },
1289
- "a-tag": {
1290
- "attributes": [
1291
- "close",
1292
- "check",
1293
- "color",
1294
- "size",
1295
- "bordered",
1296
- "visible",
1297
- "default-visible",
1298
- "loading",
1299
- "closable",
1300
- "checkable",
1301
- "checked",
1302
- "default-checked",
1303
- "nowrap"
1255
+ "value",
1256
+ "now",
1257
+ "format",
1258
+ "start",
1259
+ "value-style"
1304
1260
  ]
1305
1261
  },
1306
1262
  "a-table": {
@@ -1386,6 +1342,56 @@
1386
1342
  "tooltip"
1387
1343
  ]
1388
1344
  },
1345
+ "a-tabs": {
1346
+ "attributes": [
1347
+ "change",
1348
+ "tab-click",
1349
+ "add",
1350
+ "delete",
1351
+ "active-key",
1352
+ "default-active-key",
1353
+ "position",
1354
+ "size",
1355
+ "type",
1356
+ "direction",
1357
+ "editable",
1358
+ "show-add-button",
1359
+ "destroy-on-hide",
1360
+ "lazy-load",
1361
+ "justify",
1362
+ "animation",
1363
+ "header-padding",
1364
+ "auto-switch",
1365
+ "hide-content",
1366
+ "trigger",
1367
+ "scroll-position"
1368
+ ]
1369
+ },
1370
+ "a-tab-pane": {
1371
+ "attributes": [
1372
+ "title",
1373
+ "disabled",
1374
+ "closable",
1375
+ "destroy-on-hide"
1376
+ ]
1377
+ },
1378
+ "a-tag": {
1379
+ "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"
1393
+ ]
1394
+ },
1389
1395
  "a-textarea": {
1390
1396
  "attributes": [
1391
1397
  "input",
@@ -1407,37 +1413,6 @@
1407
1413
  "textarea-attrs"
1408
1414
  ]
1409
1415
  },
1410
- "a-time-picker": {
1411
- "attributes": [
1412
- "change",
1413
- "select",
1414
- "clear",
1415
- "popup-visible-change",
1416
- "type",
1417
- "model-value",
1418
- "default-value",
1419
- "disabled",
1420
- "allow-clear",
1421
- "readonly",
1422
- "error",
1423
- "format",
1424
- "placeholder",
1425
- "size",
1426
- "popup-container",
1427
- "use12-hours",
1428
- "step",
1429
- "disabled-hours",
1430
- "disabled-minutes",
1431
- "disabled-seconds",
1432
- "hide-disabled-options",
1433
- "disable-confirm",
1434
- "position",
1435
- "popup-visible",
1436
- "default-popup-visible",
1437
- "trigger-props",
1438
- "unmount-on-close"
1439
- ]
1440
- },
1441
1416
  "a-timeline": {
1442
1417
  "attributes": [
1443
1418
  "reverse",
@@ -1533,6 +1508,122 @@
1533
1508
  "action-on-node-click"
1534
1509
  ]
1535
1510
  },
1511
+ "a-time-picker": {
1512
+ "attributes": [
1513
+ "change",
1514
+ "select",
1515
+ "clear",
1516
+ "popup-visible-change",
1517
+ "type",
1518
+ "model-value",
1519
+ "default-value",
1520
+ "disabled",
1521
+ "allow-clear",
1522
+ "readonly",
1523
+ "error",
1524
+ "format",
1525
+ "placeholder",
1526
+ "size",
1527
+ "popup-container",
1528
+ "use12-hours",
1529
+ "step",
1530
+ "disabled-hours",
1531
+ "disabled-minutes",
1532
+ "disabled-seconds",
1533
+ "hide-disabled-options",
1534
+ "disable-confirm",
1535
+ "position",
1536
+ "popup-visible",
1537
+ "default-popup-visible",
1538
+ "trigger-props",
1539
+ "unmount-on-close"
1540
+ ]
1541
+ },
1542
+ "a-tree-select": {
1543
+ "attributes": [
1544
+ "change",
1545
+ "popup-visible-change",
1546
+ "search",
1547
+ "clear",
1548
+ "input-value-change",
1549
+ "disabled",
1550
+ "loading",
1551
+ "error",
1552
+ "size",
1553
+ "border",
1554
+ "allow-search",
1555
+ "allow-clear",
1556
+ "placeholder",
1557
+ "max-tag-count",
1558
+ "multiple",
1559
+ "default-value",
1560
+ "model-value",
1561
+ "field-names",
1562
+ "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",
1574
+ "load-more",
1575
+ "disable-filter",
1576
+ "popup-container",
1577
+ "fallback-option",
1578
+ "selectable",
1579
+ "scrollbar",
1580
+ "show-header-on-empty",
1581
+ "show-footer-on-empty",
1582
+ "input-value",
1583
+ "default-input-value"
1584
+ ]
1585
+ },
1586
+ "a-upload": {
1587
+ "attributes": [
1588
+ "exceed-limit",
1589
+ "change",
1590
+ "progress",
1591
+ "preview",
1592
+ "success",
1593
+ "error",
1594
+ "file-list",
1595
+ "default-file-list",
1596
+ "accept",
1597
+ "action",
1598
+ "disabled",
1599
+ "multiple",
1600
+ "directory",
1601
+ "draggable",
1602
+ "tip",
1603
+ "headers",
1604
+ "data",
1605
+ "name",
1606
+ "with-credentials",
1607
+ "custom-request",
1608
+ "limit",
1609
+ "auto-upload",
1610
+ "show-file-list",
1611
+ "show-remove-button",
1612
+ "show-retry-button",
1613
+ "show-cancel-button",
1614
+ "show-upload-button",
1615
+ "show-preview-button",
1616
+ "download",
1617
+ "show-link",
1618
+ "image-loading",
1619
+ "list-type",
1620
+ "response-url-key",
1621
+ "custom-icon",
1622
+ "before-upload",
1623
+ "before-remove",
1624
+ "button-click"
1625
+ ]
1626
+ },
1536
1627
  "a-trigger": {
1537
1628
  "attributes": [
1538
1629
  "popup-visible-change",
@@ -1573,6 +1664,43 @@
1573
1664
  "scroll-to-close-distance"
1574
1665
  ]
1575
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
+ },
1576
1704
  "a-typography": {
1577
1705
  "attributes": []
1578
1706
  },
@@ -1657,134 +1785,6 @@
1657
1785
  "copy-tooltip-props"
1658
1786
  ]
1659
1787
  },
1660
- "a-tree-select": {
1661
- "attributes": [
1662
- "change",
1663
- "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",
1687
- "popup-visible",
1688
- "default-popup-visible",
1689
- "dropdown-style",
1690
- "dropdown-class-name",
1691
- "filter-tree-node",
1692
- "load-more",
1693
- "disable-filter",
1694
- "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"
1702
- ]
1703
- },
1704
- "a-upload": {
1705
- "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",
1717
- "multiple",
1718
- "directory",
1719
- "draggable",
1720
- "tip",
1721
- "headers",
1722
- "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"
1743
- ]
1744
- },
1745
- "a-pagination": {
1746
- "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"
1769
- ]
1770
- },
1771
- "a-verification-code": {
1772
- "attributes": [
1773
- "change",
1774
- "finish",
1775
- "input",
1776
- "model-value",
1777
- "default-value",
1778
- "length",
1779
- "size",
1780
- "disabled",
1781
- "masked",
1782
- "readonly",
1783
- "error",
1784
- "separator",
1785
- "formatter"
1786
- ]
1787
- },
1788
1788
  "a-watermark": {
1789
1789
  "attributes": [
1790
1790
  "content",