@julingbase/jly-arco-design 0.0.3 → 0.0.4

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 (86) hide show
  1. package/README.md +56 -2
  2. package/dist/arco-vue.js +16 -2
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +166 -163
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +2 -2
  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/auto-complete/auto-complete.d.ts +3 -3
  11. package/es/auto-complete/index.d.ts +9 -9
  12. package/es/calendar/calendar.d.ts +1 -1
  13. package/es/calendar/index.d.ts +3 -3
  14. package/es/cascader/cascader-panel.d.ts +3 -3
  15. package/es/cascader/cascader.d.ts +6 -6
  16. package/es/cascader/index.d.ts +20 -20
  17. package/es/checkbox/checkbox-group.d.ts +2 -2
  18. package/es/checkbox/checkbox.d.ts +1 -1
  19. package/es/checkbox/index.d.ts +5 -5
  20. package/es/color-picker/color-picker.d.ts +1 -1
  21. package/es/color-picker/index.d.ts +3 -3
  22. package/es/date-picker/index.d.ts +7 -7
  23. package/es/date-picker/picker.d.ts +5 -5
  24. package/es/date-picker/range-picker.d.ts +7 -7
  25. package/es/descriptions/descriptions.d.ts +1 -1
  26. package/es/descriptions/index.d.ts +3 -3
  27. package/es/form/form-item.d.ts +3 -3
  28. package/es/form/index.d.ts +3 -3
  29. package/es/input/index.d.ts +8 -8
  30. package/es/input/input-password.d.ts +2 -2
  31. package/es/input/input.d.ts +2 -2
  32. package/es/input-number/index.d.ts +3 -3
  33. package/es/input-number/input-number.d.ts +1 -1
  34. package/es/input-tag/index.d.ts +18 -18
  35. package/es/input-tag/input-tag.d.ts +6 -6
  36. package/es/list/index.d.ts +3 -3
  37. package/es/list/list.d.ts +1 -1
  38. package/es/mention/index.d.ts +6 -6
  39. package/es/mention/mention.d.ts +2 -2
  40. package/es/menu/item.d.ts +1 -1
  41. package/es/menu/sub-menu-pop.d.ts +1 -1
  42. package/es/pagination/page-jumper.d.ts +3 -3
  43. package/es/pagination/page-options.d.ts +28 -28
  44. package/es/radio/index.d.ts +8 -8
  45. package/es/radio/radio-group.d.ts +2 -2
  46. package/es/radio/radio.d.ts +2 -2
  47. package/es/rate/index.d.ts +9 -9
  48. package/es/rate/rate.d.ts +3 -3
  49. package/es/select/index.d.ts +28 -28
  50. package/es/select/option.d.ts +5 -5
  51. package/es/select/select-dropdown.d.ts +1 -1
  52. package/es/select/select.d.ts +8 -8
  53. package/es/slider/index.d.ts +12 -12
  54. package/es/slider/slider-input.d.ts +3 -3
  55. package/es/slider/slider.d.ts +5 -5
  56. package/es/split/index.d.ts +3 -3
  57. package/es/split/split.d.ts +1 -1
  58. package/es/switch/index.d.ts +3 -3
  59. package/es/switch/switch.d.ts +1 -1
  60. package/es/table/index.d.ts +15 -0
  61. package/es/table/table-operation-td.d.ts +13 -13
  62. package/es/table/table.d.ts +9 -0
  63. package/es/table/table.js +16 -2
  64. package/es/tag/index.d.ts +3 -3
  65. package/es/tag/tag.d.ts +1 -1
  66. package/es/textarea/index.d.ts +6 -6
  67. package/es/textarea/textarea.d.ts +2 -2
  68. package/es/time-picker/index.d.ts +15 -15
  69. package/es/time-picker/time-picker.d.ts +7 -7
  70. package/es/transfer/index.d.ts +22 -22
  71. package/es/transfer/transfer-view.d.ts +8 -8
  72. package/es/transfer/transfer.d.ts +10 -10
  73. package/es/tree/base-node.d.ts +5 -5
  74. package/es/tree/transition-node-list.d.ts +5 -5
  75. package/es/tree-select/index.d.ts +8 -8
  76. package/es/tree-select/tree-select.d.ts +3 -3
  77. package/es/typography/edit-content.d.ts +24 -24
  78. package/es/upload/index.d.ts +3 -3
  79. package/es/upload/upload.d.ts +1 -1
  80. package/es/verification-code/index.d.ts +6 -6
  81. package/es/verification-code/verification-code.d.ts +2 -2
  82. package/json/vetur-attributes.json +2397 -2397
  83. package/json/vetur-tags.json +730 -730
  84. package/json/web-types.json +4781 -4781
  85. package/lib/table/table.js +16 -2
  86. package/package.json +2 -2
@@ -8,6 +8,31 @@
8
8
  "target-container"
9
9
  ]
10
10
  },
11
+ "a-avatar": {
12
+ "attributes": [
13
+ "click",
14
+ "error",
15
+ "load",
16
+ "shape",
17
+ "image-url",
18
+ "size",
19
+ "auto-fix-font-size",
20
+ "trigger-type",
21
+ "trigger-icon-style",
22
+ "object-fit"
23
+ ]
24
+ },
25
+ "a-avatar-group": {
26
+ "attributes": [
27
+ "shape",
28
+ "size",
29
+ "auto-fix-font-size",
30
+ "max-count",
31
+ "z-index-ascend",
32
+ "max-style",
33
+ "max-popover-trigger-props"
34
+ ]
35
+ },
11
36
  "a-auto-complete": {
12
37
  "attributes": [
13
38
  "change",
@@ -45,16 +70,24 @@
45
70
  "href"
46
71
  ]
47
72
  },
48
- "a-alert": {
73
+ "a-badge": {
49
74
  "attributes": [
50
- "close",
51
- "after-close",
52
- "type",
53
- "show-icon",
54
- "closable",
55
- "title",
56
- "banner",
57
- "center"
75
+ "text",
76
+ "dot",
77
+ "dot-style",
78
+ "max-count",
79
+ "offset",
80
+ "color",
81
+ "status",
82
+ "count"
83
+ ]
84
+ },
85
+ "a-back-top": {
86
+ "attributes": [
87
+ "visible-height",
88
+ "target-container",
89
+ "easing",
90
+ "duration"
58
91
  ]
59
92
  },
60
93
  "a-button": {
@@ -81,37 +114,16 @@
81
114
  "disabled"
82
115
  ]
83
116
  },
84
- "a-back-top": {
85
- "attributes": [
86
- "visible-height",
87
- "target-container",
88
- "easing",
89
- "duration"
90
- ]
91
- },
92
- "a-avatar": {
93
- "attributes": [
94
- "click",
95
- "error",
96
- "load",
97
- "shape",
98
- "image-url",
99
- "size",
100
- "auto-fix-font-size",
101
- "trigger-type",
102
- "trigger-icon-style",
103
- "object-fit"
104
- ]
105
- },
106
- "a-avatar-group": {
117
+ "a-alert": {
107
118
  "attributes": [
108
- "shape",
109
- "size",
110
- "auto-fix-font-size",
111
- "max-count",
112
- "z-index-ascend",
113
- "max-style",
114
- "max-popover-trigger-props"
119
+ "close",
120
+ "after-close",
121
+ "type",
122
+ "show-icon",
123
+ "closable",
124
+ "title",
125
+ "banner",
126
+ "center"
115
127
  ]
116
128
  },
117
129
  "a-calendar": {
@@ -140,79 +152,6 @@
140
152
  "dropdown-props"
141
153
  ]
142
154
  },
143
- "a-card": {
144
- "attributes": [
145
- "bordered",
146
- "loading",
147
- "hoverable",
148
- "size",
149
- "header-style",
150
- "body-style",
151
- "title",
152
- "extra"
153
- ]
154
- },
155
- "a-card-meta": {
156
- "attributes": [
157
- "title",
158
- "description"
159
- ]
160
- },
161
- "a-card-grid": {
162
- "attributes": [
163
- "hoverable"
164
- ]
165
- },
166
- "a-checkbox": {
167
- "attributes": [
168
- "change",
169
- "model-value",
170
- "default-checked",
171
- "value",
172
- "disabled",
173
- "indeterminate"
174
- ]
175
- },
176
- "a-checkbox-group": {
177
- "attributes": [
178
- "change",
179
- "model-value",
180
- "default-value",
181
- "max",
182
- "options",
183
- "direction",
184
- "disabled"
185
- ]
186
- },
187
- "a-carousel": {
188
- "attributes": [
189
- "change",
190
- "current",
191
- "default-current",
192
- "move-speed",
193
- "animation-name",
194
- "trigger",
195
- "direction",
196
- "show-arrow",
197
- "arrow-class",
198
- "indicator-type",
199
- "indicator-position",
200
- "indicator-class",
201
- "transition-timing-function"
202
- ]
203
- },
204
- "a-badge": {
205
- "attributes": [
206
- "text",
207
- "dot",
208
- "dot-style",
209
- "max-count",
210
- "offset",
211
- "color",
212
- "status",
213
- "count"
214
- ]
215
- },
216
155
  "a-cascader": {
217
156
  "attributes": [
218
157
  "change",
@@ -272,6 +211,44 @@
272
211
  "expand-child"
273
212
  ]
274
213
  },
214
+ "a-carousel": {
215
+ "attributes": [
216
+ "change",
217
+ "current",
218
+ "default-current",
219
+ "move-speed",
220
+ "animation-name",
221
+ "trigger",
222
+ "direction",
223
+ "show-arrow",
224
+ "arrow-class",
225
+ "indicator-type",
226
+ "indicator-position",
227
+ "indicator-class",
228
+ "transition-timing-function"
229
+ ]
230
+ },
231
+ "a-checkbox": {
232
+ "attributes": [
233
+ "change",
234
+ "model-value",
235
+ "default-checked",
236
+ "value",
237
+ "disabled",
238
+ "indeterminate"
239
+ ]
240
+ },
241
+ "a-checkbox-group": {
242
+ "attributes": [
243
+ "change",
244
+ "model-value",
245
+ "default-value",
246
+ "max",
247
+ "options",
248
+ "direction",
249
+ "disabled"
250
+ ]
251
+ },
275
252
  "a-collapse": {
276
253
  "attributes": [
277
254
  "change",
@@ -311,6 +288,15 @@
311
288
  "preset-colors"
312
289
  ]
313
290
  },
291
+ "a-comment": {
292
+ "attributes": [
293
+ "author",
294
+ "avatar",
295
+ "content",
296
+ "datetime",
297
+ "align"
298
+ ]
299
+ },
314
300
  "a-divider": {
315
301
  "attributes": [
316
302
  "direction",
@@ -320,49 +306,153 @@
320
306
  "margin"
321
307
  ]
322
308
  },
323
- "a-descriptions": {
309
+ "a-card": {
324
310
  "attributes": [
325
- "data",
326
- "column",
327
- "title",
328
- "layout",
329
- "align",
330
- "size",
331
311
  "bordered",
332
- "label-style",
333
- "value-style",
334
- "table-layout"
312
+ "loading",
313
+ "hoverable",
314
+ "size",
315
+ "header-style",
316
+ "body-style",
317
+ "title",
318
+ "extra"
335
319
  ]
336
320
  },
337
- "a-descriptions-item": {
321
+ "a-card-meta": {
338
322
  "attributes": [
339
- "span",
340
- "label"
323
+ "title",
324
+ "description"
341
325
  ]
342
326
  },
343
- "a-comment": {
327
+ "a-card-grid": {
344
328
  "attributes": [
345
- "author",
346
- "avatar",
347
- "content",
348
- "datetime",
349
- "align"
329
+ "hoverable"
350
330
  ]
351
331
  },
352
- "a-common": {
332
+ "a-dropdown": {
353
333
  "attributes": [
354
- "edit-start",
355
- "change",
356
- "edit-end",
357
- "copy",
358
- "ellipsis",
359
- "expand",
360
- "type",
361
- "bold",
362
- "mark",
363
- "underline",
364
- "delete",
365
- "code",
334
+ "popup-visible-change",
335
+ "select",
336
+ "popup-visible",
337
+ "default-popup-visible",
338
+ "trigger",
339
+ "position",
340
+ "popup-container",
341
+ "popup-max-height",
342
+ "popup-min-height",
343
+ "hide-on-select",
344
+ "trigger-auto-fix-position"
345
+ ]
346
+ },
347
+ "a-doption": {
348
+ "attributes": [
349
+ "click",
350
+ "value",
351
+ "disabled"
352
+ ]
353
+ },
354
+ "a-dgroup": {
355
+ "attributes": [
356
+ "title"
357
+ ]
358
+ },
359
+ "a-dsubmenu": {
360
+ "attributes": [
361
+ "popup-visible-change",
362
+ "value",
363
+ "disabled",
364
+ "trigger",
365
+ "position",
366
+ "popup-visible",
367
+ "default-popup-visible",
368
+ "option-props"
369
+ ]
370
+ },
371
+ "a-dropdown-button": {
372
+ "attributes": [
373
+ "popup-visible-change",
374
+ "click",
375
+ "select",
376
+ "popup-visible",
377
+ "default-popup-visible",
378
+ "trigger",
379
+ "position",
380
+ "popup-container",
381
+ "disabled",
382
+ "type",
383
+ "size",
384
+ "button-props",
385
+ "hide-on-select"
386
+ ]
387
+ },
388
+ "a-config-provider": {
389
+ "attributes": [
390
+ "prefix-cls",
391
+ "locale",
392
+ "size",
393
+ "global",
394
+ "scroll-to-close",
395
+ "exchange-time",
396
+ "rtl"
397
+ ]
398
+ },
399
+ "a-drawer": {
400
+ "attributes": [
401
+ "ok",
402
+ "cancel",
403
+ "open",
404
+ "close",
405
+ "before-open",
406
+ "before-close",
407
+ "visible",
408
+ "default-visible",
409
+ "placement",
410
+ "title",
411
+ "mask",
412
+ "mask-closable",
413
+ "closable",
414
+ "ok-text",
415
+ "cancel-text",
416
+ "ok-loading",
417
+ "ok-button-props",
418
+ "cancel-button-props",
419
+ "unmount-on-close",
420
+ "width",
421
+ "height",
422
+ "popup-container",
423
+ "drawer-style",
424
+ "body-class",
425
+ "body-style",
426
+ "before-ok",
427
+ "before-cancel",
428
+ "esc-to-close",
429
+ "render-to-body",
430
+ "header",
431
+ "footer",
432
+ "hide-cancel"
433
+ ]
434
+ },
435
+ "a-empty": {
436
+ "attributes": [
437
+ "description",
438
+ "img-src",
439
+ "in-config-provider"
440
+ ]
441
+ },
442
+ "a-common": {
443
+ "attributes": [
444
+ "edit-start",
445
+ "change",
446
+ "edit-end",
447
+ "copy",
448
+ "ellipsis",
449
+ "expand",
450
+ "type",
451
+ "bold",
452
+ "mark",
453
+ "underline",
454
+ "delete",
455
+ "code",
366
456
  "disabled",
367
457
  "editable",
368
458
  "editing",
@@ -449,107 +539,24 @@
449
539
  "abbreviation"
450
540
  ]
451
541
  },
452
- "a-config-provider": {
453
- "attributes": [
454
- "prefix-cls",
455
- "locale",
456
- "size",
457
- "global",
458
- "scroll-to-close",
459
- "exchange-time",
460
- "rtl"
461
- ]
462
- },
463
- "a-dropdown": {
464
- "attributes": [
465
- "popup-visible-change",
466
- "select",
467
- "popup-visible",
468
- "default-popup-visible",
469
- "trigger",
470
- "position",
471
- "popup-container",
472
- "popup-max-height",
473
- "popup-min-height",
474
- "hide-on-select",
475
- "trigger-auto-fix-position"
476
- ]
477
- },
478
- "a-doption": {
479
- "attributes": [
480
- "click",
481
- "value",
482
- "disabled"
483
- ]
484
- },
485
- "a-dgroup": {
486
- "attributes": [
487
- "title"
488
- ]
489
- },
490
- "a-dsubmenu": {
491
- "attributes": [
492
- "popup-visible-change",
493
- "value",
494
- "disabled",
495
- "trigger",
496
- "position",
497
- "popup-visible",
498
- "default-popup-visible",
499
- "option-props"
500
- ]
501
- },
502
- "a-dropdown-button": {
542
+ "a-descriptions": {
503
543
  "attributes": [
504
- "popup-visible-change",
505
- "click",
506
- "select",
507
- "popup-visible",
508
- "default-popup-visible",
509
- "trigger",
510
- "position",
511
- "popup-container",
512
- "disabled",
513
- "type",
544
+ "data",
545
+ "column",
546
+ "title",
547
+ "layout",
548
+ "align",
514
549
  "size",
515
- "button-props",
516
- "hide-on-select"
550
+ "bordered",
551
+ "label-style",
552
+ "value-style",
553
+ "table-layout"
517
554
  ]
518
555
  },
519
- "a-drawer": {
556
+ "a-descriptions-item": {
520
557
  "attributes": [
521
- "ok",
522
- "cancel",
523
- "open",
524
- "close",
525
- "before-open",
526
- "before-close",
527
- "visible",
528
- "default-visible",
529
- "placement",
530
- "title",
531
- "mask",
532
- "mask-closable",
533
- "closable",
534
- "ok-text",
535
- "cancel-text",
536
- "ok-loading",
537
- "ok-button-props",
538
- "cancel-button-props",
539
- "unmount-on-close",
540
- "width",
541
- "height",
542
- "popup-container",
543
- "drawer-style",
544
- "body-class",
545
- "body-style",
546
- "before-ok",
547
- "before-cancel",
548
- "esc-to-close",
549
- "render-to-body",
550
- "header",
551
- "footer",
552
- "hide-cancel"
558
+ "span",
559
+ "label"
553
560
  ]
554
561
  },
555
562
  "a-row": {
@@ -591,110 +598,6 @@
591
598
  "suffix"
592
599
  ]
593
600
  },
594
- "a-empty": {
595
- "attributes": [
596
- "description",
597
- "img-src",
598
- "in-config-provider"
599
- ]
600
- },
601
- "a-form": {
602
- "attributes": [
603
- "submit",
604
- "submit-success",
605
- "submit-failed",
606
- "model",
607
- "layout",
608
- "size",
609
- "label-col-props",
610
- "wrapper-col-props",
611
- "label-align",
612
- "disabled",
613
- "rules",
614
- "auto-label-width",
615
- "id",
616
- "scroll-to-first-error"
617
- ]
618
- },
619
- "a-form-item": {
620
- "attributes": [
621
- "field",
622
- "label",
623
- "tooltip",
624
- "show-colon",
625
- "no-style",
626
- "disabled",
627
- "help",
628
- "extra",
629
- "required",
630
- "asterisk-position",
631
- "rules",
632
- "validate-status",
633
- "validate-trigger",
634
- "label-col-props",
635
- "wrapper-col-props",
636
- "hide-label",
637
- "hide-asterisk",
638
- "label-col-style",
639
- "wrapper-col-style",
640
- "row-props",
641
- "row-class",
642
- "content-class",
643
- "content-flex",
644
- "merge-props",
645
- "label-col-flex",
646
- "feedback",
647
- "label-component",
648
- "label-attrs"
649
- ]
650
- },
651
- "a-input": {
652
- "attributes": [
653
- "input",
654
- "change",
655
- "press-enter",
656
- "clear",
657
- "focus",
658
- "blur",
659
- "model-value",
660
- "default-value",
661
- "size",
662
- "allow-clear",
663
- "disabled",
664
- "readonly",
665
- "error",
666
- "placeholder",
667
- "max-length",
668
- "show-word-limit",
669
- "word-length",
670
- "word-slice",
671
- "input-attrs",
672
- "prepend",
673
- "append"
674
- ]
675
- },
676
- "a-input-group": {
677
- "attributes": []
678
- },
679
- "a-input-password": {
680
- "attributes": [
681
- "visibility-change",
682
- "visibility",
683
- "default-visibility",
684
- "invisible-button"
685
- ]
686
- },
687
- "a-input-search": {
688
- "attributes": [
689
- "search",
690
- "search-button",
691
- "loading",
692
- "disabled",
693
- "size",
694
- "button-text",
695
- "button-props"
696
- ]
697
- },
698
601
  "a-image": {
699
602
  "attributes": [
700
603
  "preview-visible-change",
@@ -782,60 +685,101 @@
782
685
  "input-attrs"
783
686
  ]
784
687
  },
785
- "a-input-tag": {
688
+ "a-input": {
786
689
  "attributes": [
690
+ "input",
787
691
  "change",
788
- "input-value-change",
789
692
  "press-enter",
790
- "remove",
791
693
  "clear",
792
694
  "focus",
793
695
  "blur",
794
696
  "model-value",
795
697
  "default-value",
796
- "input-value",
797
- "default-input-value",
798
- "placeholder",
698
+ "size",
699
+ "allow-clear",
799
700
  "disabled",
800
- "error",
801
701
  "readonly",
802
- "allow-clear",
803
- "size",
804
- "max-tag-count",
805
- "retain-input-value",
806
- "format-tag",
807
- "unique-value",
808
- "field-names",
809
- "tag-nowrap"
702
+ "error",
703
+ "placeholder",
704
+ "max-length",
705
+ "show-word-limit",
706
+ "word-length",
707
+ "word-slice",
708
+ "input-attrs",
709
+ "prepend",
710
+ "append"
810
711
  ]
811
712
  },
812
- "a-link": {
713
+ "a-input-group": {
714
+ "attributes": []
715
+ },
716
+ "a-input-password": {
813
717
  "attributes": [
814
- "click",
815
- "href",
816
- "status",
817
- "hoverable",
818
- "icon",
819
- "loading",
820
- "disabled"
718
+ "visibility-change",
719
+ "visibility",
720
+ "default-visibility",
721
+ "invisible-button"
821
722
  ]
822
723
  },
823
- "a-mention": {
724
+ "a-input-search": {
824
725
  "attributes": [
825
- "change",
826
726
  "search",
827
- "select",
828
- "clear",
829
- "focus",
830
- "blur",
831
- "model-value",
832
- "default-value",
833
- "data",
834
- "prefix",
835
- "split",
836
- "type",
727
+ "search-button",
728
+ "loading",
837
729
  "disabled",
838
- "allow-clear"
730
+ "size",
731
+ "button-text",
732
+ "button-props"
733
+ ]
734
+ },
735
+ "a-form": {
736
+ "attributes": [
737
+ "submit",
738
+ "submit-success",
739
+ "submit-failed",
740
+ "model",
741
+ "layout",
742
+ "size",
743
+ "label-col-props",
744
+ "wrapper-col-props",
745
+ "label-align",
746
+ "disabled",
747
+ "rules",
748
+ "auto-label-width",
749
+ "id",
750
+ "scroll-to-first-error"
751
+ ]
752
+ },
753
+ "a-form-item": {
754
+ "attributes": [
755
+ "field",
756
+ "label",
757
+ "tooltip",
758
+ "show-colon",
759
+ "no-style",
760
+ "disabled",
761
+ "help",
762
+ "extra",
763
+ "required",
764
+ "asterisk-position",
765
+ "rules",
766
+ "validate-status",
767
+ "validate-trigger",
768
+ "label-col-props",
769
+ "wrapper-col-props",
770
+ "hide-label",
771
+ "hide-asterisk",
772
+ "label-col-style",
773
+ "wrapper-col-style",
774
+ "row-props",
775
+ "row-class",
776
+ "content-class",
777
+ "content-flex",
778
+ "merge-props",
779
+ "label-col-flex",
780
+ "feedback",
781
+ "label-component",
782
+ "label-attrs"
839
783
  ]
840
784
  },
841
785
  "a-layout": {
@@ -867,6 +811,44 @@
867
811
  "hide-trigger"
868
812
  ]
869
813
  },
814
+ "a-link": {
815
+ "attributes": [
816
+ "click",
817
+ "href",
818
+ "status",
819
+ "hoverable",
820
+ "icon",
821
+ "loading",
822
+ "disabled"
823
+ ]
824
+ },
825
+ "a-input-tag": {
826
+ "attributes": [
827
+ "change",
828
+ "input-value-change",
829
+ "press-enter",
830
+ "remove",
831
+ "clear",
832
+ "focus",
833
+ "blur",
834
+ "model-value",
835
+ "default-value",
836
+ "input-value",
837
+ "default-input-value",
838
+ "placeholder",
839
+ "disabled",
840
+ "error",
841
+ "readonly",
842
+ "allow-clear",
843
+ "size",
844
+ "max-tag-count",
845
+ "retain-input-value",
846
+ "format-tag",
847
+ "unique-value",
848
+ "field-names",
849
+ "tag-nowrap"
850
+ ]
851
+ },
870
852
  "a-menu": {
871
853
  "attributes": [
872
854
  "collapse",
@@ -912,12 +894,48 @@
912
894
  "disabled"
913
895
  ]
914
896
  },
915
- "a-page-header": {
897
+ "a-modal": {
916
898
  "attributes": [
917
- "back",
899
+ "ok",
900
+ "cancel",
901
+ "open",
902
+ "close",
903
+ "before-open",
904
+ "before-close",
905
+ "visible",
906
+ "default-visible",
907
+ "width",
908
+ "top",
909
+ "mask",
918
910
  "title",
919
- "subtitle",
920
- "show-back"
911
+ "title-align",
912
+ "align-center",
913
+ "unmount-on-close",
914
+ "mask-closable",
915
+ "hide-cancel",
916
+ "simple",
917
+ "closable",
918
+ "ok-text",
919
+ "cancel-text",
920
+ "ok-loading",
921
+ "ok-button-props",
922
+ "cancel-button-props",
923
+ "footer",
924
+ "render-to-body",
925
+ "popup-container",
926
+ "mask-style",
927
+ "modal-class",
928
+ "modal-style",
929
+ "before-ok",
930
+ "before-cancel",
931
+ "esc-to-close",
932
+ "draggable",
933
+ "fullscreen",
934
+ "mask-animation-name",
935
+ "modal-animation-name",
936
+ "body-class",
937
+ "body-style",
938
+ "hide-title"
921
939
  ]
922
940
  },
923
941
  "a-list": {
@@ -951,6 +969,50 @@
951
969
  "description"
952
970
  ]
953
971
  },
972
+ "a-mention": {
973
+ "attributes": [
974
+ "change",
975
+ "search",
976
+ "select",
977
+ "clear",
978
+ "focus",
979
+ "blur",
980
+ "model-value",
981
+ "default-value",
982
+ "data",
983
+ "prefix",
984
+ "split",
985
+ "type",
986
+ "disabled",
987
+ "allow-clear"
988
+ ]
989
+ },
990
+ "a-notification": {
991
+ "attributes": []
992
+ },
993
+ "a-page-header": {
994
+ "attributes": [
995
+ "back",
996
+ "title",
997
+ "subtitle",
998
+ "show-back"
999
+ ]
1000
+ },
1001
+ "a-progress": {
1002
+ "attributes": [
1003
+ "type",
1004
+ "size",
1005
+ "percent",
1006
+ "steps",
1007
+ "animation",
1008
+ "stroke-width",
1009
+ "width",
1010
+ "color",
1011
+ "track-color",
1012
+ "show-text",
1013
+ "status"
1014
+ ]
1015
+ },
954
1016
  "a-popconfirm": {
955
1017
  "attributes": [
956
1018
  "popup-visible-change",
@@ -1001,14 +1063,6 @@
1001
1063
  "auto-adjust"
1002
1064
  ]
1003
1065
  },
1004
- "a-overflow-list": {
1005
- "attributes": [
1006
- "change",
1007
- "min",
1008
- "margin",
1009
- "from"
1010
- ]
1011
- },
1012
1066
  "a-popover": {
1013
1067
  "attributes": [
1014
1068
  "popup-visible-change",
@@ -1025,21 +1079,6 @@
1025
1079
  "popup-container"
1026
1080
  ]
1027
1081
  },
1028
- "a-progress": {
1029
- "attributes": [
1030
- "type",
1031
- "size",
1032
- "percent",
1033
- "steps",
1034
- "animation",
1035
- "stroke-width",
1036
- "width",
1037
- "color",
1038
- "track-color",
1039
- "show-text",
1040
- "status"
1041
- ]
1042
- },
1043
1082
  "a-rate": {
1044
1083
  "attributes": [
1045
1084
  "change",
@@ -1055,6 +1094,13 @@
1055
1094
  "color"
1056
1095
  ]
1057
1096
  },
1097
+ "a-result": {
1098
+ "attributes": [
1099
+ "status",
1100
+ "title",
1101
+ "subtitle"
1102
+ ]
1103
+ },
1058
1104
  "a-radio": {
1059
1105
  "attributes": [
1060
1106
  "change",
@@ -1077,11 +1123,15 @@
1077
1123
  "disabled"
1078
1124
  ]
1079
1125
  },
1080
- "a-result": {
1126
+ "a-resize-box": {
1081
1127
  "attributes": [
1082
- "status",
1083
- "title",
1084
- "subtitle"
1128
+ "moving-start",
1129
+ "moving",
1130
+ "moving-end",
1131
+ "width",
1132
+ "height",
1133
+ "component",
1134
+ "directions"
1085
1135
  ]
1086
1136
  },
1087
1137
  "a-select": {
@@ -1147,17 +1197,6 @@
1147
1197
  "label"
1148
1198
  ]
1149
1199
  },
1150
- "a-resize-box": {
1151
- "attributes": [
1152
- "moving-start",
1153
- "moving",
1154
- "moving-end",
1155
- "width",
1156
- "height",
1157
- "component",
1158
- "directions"
1159
- ]
1160
- },
1161
1200
  "a-scrollbar": {
1162
1201
  "attributes": [
1163
1202
  "scroll",
@@ -1183,24 +1222,13 @@
1183
1222
  "show-tooltip"
1184
1223
  ]
1185
1224
  },
1186
- "a-skeleton": {
1187
- "attributes": [
1188
- "loading",
1189
- "animation"
1190
- ]
1191
- },
1192
- "a-skeleton-line": {
1193
- "attributes": [
1194
- "rows",
1195
- "widths",
1196
- "line-height",
1197
- "line-spacing"
1198
- ]
1199
- },
1200
- "a-skeleton-shape": {
1225
+ "a-space": {
1201
1226
  "attributes": [
1202
- "shape",
1203
- "size"
1227
+ "align",
1228
+ "direction",
1229
+ "size",
1230
+ "wrap",
1231
+ "fill"
1204
1232
  ]
1205
1233
  },
1206
1234
  "a-split": {
@@ -1217,45 +1245,24 @@
1217
1245
  "disabled"
1218
1246
  ]
1219
1247
  },
1220
- "a-space": {
1221
- "attributes": [
1222
- "align",
1223
- "direction",
1224
- "size",
1225
- "wrap",
1226
- "fill"
1227
- ]
1228
- },
1229
- "a-notification": {
1230
- "attributes": []
1231
- },
1232
- "a-spin": {
1248
+ "a-skeleton": {
1233
1249
  "attributes": [
1234
- "size",
1235
1250
  "loading",
1236
- "dot",
1237
- "tip",
1238
- "hide-icon"
1251
+ "animation"
1239
1252
  ]
1240
1253
  },
1241
- "a-switch": {
1254
+ "a-skeleton-line": {
1242
1255
  "attributes": [
1243
- "change",
1244
- "focus",
1245
- "blur",
1246
- "model-value",
1247
- "default-checked",
1248
- "disabled",
1249
- "loading",
1250
- "type",
1251
- "size",
1252
- "checked-value",
1253
- "unchecked-value",
1254
- "checked-color",
1255
- "unchecked-color",
1256
- "before-change",
1257
- "checked-text",
1258
- "unchecked-text"
1256
+ "rows",
1257
+ "widths",
1258
+ "line-height",
1259
+ "line-spacing"
1260
+ ]
1261
+ },
1262
+ "a-skeleton-shape": {
1263
+ "attributes": [
1264
+ "shape",
1265
+ "size"
1259
1266
  ]
1260
1267
  },
1261
1268
  "a-statistic": {
@@ -1286,59 +1293,21 @@
1286
1293
  "value-style"
1287
1294
  ]
1288
1295
  },
1289
- "a-steps": {
1296
+ "a-overflow-list": {
1290
1297
  "attributes": [
1291
1298
  "change",
1292
- "type",
1293
- "direction",
1294
- "label-placement",
1295
- "current",
1296
- "default-current",
1297
- "status",
1298
- "line-less",
1299
- "small",
1300
- "changeable"
1301
- ]
1302
- },
1303
- "a-step": {
1304
- "attributes": [
1305
- "title",
1306
- "description",
1307
- "status",
1308
- "disabled"
1299
+ "min",
1300
+ "margin",
1301
+ "from"
1309
1302
  ]
1310
1303
  },
1311
- "a-tabs": {
1304
+ "a-spin": {
1312
1305
  "attributes": [
1313
- "change",
1314
- "tab-click",
1315
- "add",
1316
- "delete",
1317
- "active-key",
1318
- "default-active-key",
1319
- "position",
1320
1306
  "size",
1321
- "type",
1322
- "direction",
1323
- "editable",
1324
- "show-add-button",
1325
- "destroy-on-hide",
1326
- "lazy-load",
1327
- "justify",
1328
- "animation",
1329
- "header-padding",
1330
- "auto-switch",
1331
- "hide-content",
1332
- "trigger",
1333
- "scroll-position"
1334
- ]
1335
- },
1336
- "a-tab-pane": {
1337
- "attributes": [
1338
- "title",
1339
- "disabled",
1340
- "closable",
1341
- "destroy-on-hide"
1307
+ "loading",
1308
+ "dot",
1309
+ "tip",
1310
+ "hide-icon"
1342
1311
  ]
1343
1312
  },
1344
1313
  "a-table": {
@@ -1424,6 +1393,185 @@
1424
1393
  "tooltip"
1425
1394
  ]
1426
1395
  },
1396
+ "a-steps": {
1397
+ "attributes": [
1398
+ "change",
1399
+ "type",
1400
+ "direction",
1401
+ "label-placement",
1402
+ "current",
1403
+ "default-current",
1404
+ "status",
1405
+ "line-less",
1406
+ "small",
1407
+ "changeable"
1408
+ ]
1409
+ },
1410
+ "a-step": {
1411
+ "attributes": [
1412
+ "title",
1413
+ "description",
1414
+ "status",
1415
+ "disabled"
1416
+ ]
1417
+ },
1418
+ "a-switch": {
1419
+ "attributes": [
1420
+ "change",
1421
+ "focus",
1422
+ "blur",
1423
+ "model-value",
1424
+ "default-checked",
1425
+ "disabled",
1426
+ "loading",
1427
+ "type",
1428
+ "size",
1429
+ "checked-value",
1430
+ "unchecked-value",
1431
+ "checked-color",
1432
+ "unchecked-color",
1433
+ "before-change",
1434
+ "checked-text",
1435
+ "unchecked-text"
1436
+ ]
1437
+ },
1438
+ "a-tag": {
1439
+ "attributes": [
1440
+ "close",
1441
+ "check",
1442
+ "color",
1443
+ "size",
1444
+ "bordered",
1445
+ "visible",
1446
+ "default-visible",
1447
+ "loading",
1448
+ "closable",
1449
+ "checkable",
1450
+ "checked",
1451
+ "default-checked",
1452
+ "nowrap"
1453
+ ]
1454
+ },
1455
+ "a-textarea": {
1456
+ "attributes": [
1457
+ "input",
1458
+ "change",
1459
+ "clear",
1460
+ "focus",
1461
+ "blur",
1462
+ "model-value",
1463
+ "default-value",
1464
+ "placeholder",
1465
+ "disabled",
1466
+ "error",
1467
+ "max-length",
1468
+ "show-word-limit",
1469
+ "allow-clear",
1470
+ "auto-size",
1471
+ "word-length",
1472
+ "word-slice",
1473
+ "textarea-attrs"
1474
+ ]
1475
+ },
1476
+ "a-tabs": {
1477
+ "attributes": [
1478
+ "change",
1479
+ "tab-click",
1480
+ "add",
1481
+ "delete",
1482
+ "active-key",
1483
+ "default-active-key",
1484
+ "position",
1485
+ "size",
1486
+ "type",
1487
+ "direction",
1488
+ "editable",
1489
+ "show-add-button",
1490
+ "destroy-on-hide",
1491
+ "lazy-load",
1492
+ "justify",
1493
+ "animation",
1494
+ "header-padding",
1495
+ "auto-switch",
1496
+ "hide-content",
1497
+ "trigger",
1498
+ "scroll-position"
1499
+ ]
1500
+ },
1501
+ "a-tab-pane": {
1502
+ "attributes": [
1503
+ "title",
1504
+ "disabled",
1505
+ "closable",
1506
+ "destroy-on-hide"
1507
+ ]
1508
+ },
1509
+ "a-tooltip": {
1510
+ "attributes": [
1511
+ "popup-visible-change",
1512
+ "popup-visible",
1513
+ "default-popup-visible",
1514
+ "content",
1515
+ "position",
1516
+ "mini",
1517
+ "background-color",
1518
+ "content-class",
1519
+ "content-style",
1520
+ "arrow-class",
1521
+ "arrow-style",
1522
+ "popup-container"
1523
+ ]
1524
+ },
1525
+ "a-timeline": {
1526
+ "attributes": [
1527
+ "reverse",
1528
+ "direction",
1529
+ "mode",
1530
+ "pending",
1531
+ "label-position"
1532
+ ]
1533
+ },
1534
+ "a-timeline-item": {
1535
+ "attributes": [
1536
+ "dot-color",
1537
+ "dot-type",
1538
+ "line-type",
1539
+ "line-color",
1540
+ "label",
1541
+ "position"
1542
+ ]
1543
+ },
1544
+ "a-time-picker": {
1545
+ "attributes": [
1546
+ "change",
1547
+ "select",
1548
+ "clear",
1549
+ "popup-visible-change",
1550
+ "type",
1551
+ "model-value",
1552
+ "default-value",
1553
+ "disabled",
1554
+ "allow-clear",
1555
+ "readonly",
1556
+ "error",
1557
+ "format",
1558
+ "placeholder",
1559
+ "size",
1560
+ "popup-container",
1561
+ "use12-hours",
1562
+ "step",
1563
+ "disabled-hours",
1564
+ "disabled-minutes",
1565
+ "disabled-seconds",
1566
+ "hide-disabled-options",
1567
+ "disable-confirm",
1568
+ "position",
1569
+ "popup-visible",
1570
+ "default-popup-visible",
1571
+ "trigger-props",
1572
+ "unmount-on-close"
1573
+ ]
1574
+ },
1427
1575
  "a-transfer": {
1428
1576
  "attributes": [
1429
1577
  "change",
@@ -1444,21 +1592,44 @@
1444
1592
  "target-input-search-props"
1445
1593
  ]
1446
1594
  },
1447
- "a-tag": {
1595
+ "a-tree": {
1448
1596
  "attributes": [
1449
- "close",
1597
+ "select",
1450
1598
  "check",
1451
- "color",
1599
+ "expand",
1600
+ "drag-start",
1601
+ "drag-end",
1602
+ "drag-over",
1603
+ "drag-leave",
1604
+ "drop",
1452
1605
  "size",
1453
- "bordered",
1454
- "visible",
1455
- "default-visible",
1456
- "loading",
1457
- "closable",
1606
+ "block-node",
1607
+ "default-expand-all",
1608
+ "multiple",
1458
1609
  "checkable",
1459
- "checked",
1460
- "default-checked",
1461
- "nowrap"
1610
+ "selectable",
1611
+ "check-strictly",
1612
+ "checked-strategy",
1613
+ "default-selected-keys",
1614
+ "selected-keys",
1615
+ "default-checked-keys",
1616
+ "checked-keys",
1617
+ "default-expanded-keys",
1618
+ "expanded-keys",
1619
+ "data",
1620
+ "field-names",
1621
+ "show-line",
1622
+ "load-more",
1623
+ "draggable",
1624
+ "allow-drop",
1625
+ "virtual-list-props",
1626
+ "default-expand-selected",
1627
+ "default-expand-checked",
1628
+ "auto-expand-parent",
1629
+ "half-checked-keys",
1630
+ "only-check-leaf",
1631
+ "animation",
1632
+ "action-on-node-click"
1462
1633
  ]
1463
1634
  },
1464
1635
  "a-tree-select": {
@@ -1505,79 +1676,39 @@
1505
1676
  "default-input-value"
1506
1677
  ]
1507
1678
  },
1508
- "a-time-picker": {
1679
+ "a-typography": {
1680
+ "attributes": []
1681
+ },
1682
+ "a-typography-title": {
1509
1683
  "attributes": [
1510
- "change",
1511
- "select",
1512
- "clear",
1513
- "popup-visible-change",
1514
- "type",
1515
- "model-value",
1516
- "default-value",
1517
- "disabled",
1518
- "allow-clear",
1519
- "readonly",
1520
- "error",
1521
- "format",
1522
- "placeholder",
1523
- "size",
1524
- "popup-container",
1525
- "use12-hours",
1526
- "step",
1527
- "disabled-hours",
1528
- "disabled-minutes",
1529
- "disabled-seconds",
1530
- "hide-disabled-options",
1531
- "disable-confirm",
1532
- "position",
1533
- "popup-visible",
1534
- "default-popup-visible",
1535
- "trigger-props",
1536
- "unmount-on-close"
1684
+ "heading"
1537
1685
  ]
1538
1686
  },
1539
- "a-modal": {
1687
+ "a-typography-paragraph": {
1540
1688
  "attributes": [
1541
- "ok",
1542
- "cancel",
1543
- "open",
1544
- "close",
1545
- "before-open",
1546
- "before-close",
1547
- "visible",
1548
- "default-visible",
1689
+ "blockquote",
1690
+ "spacing"
1691
+ ]
1692
+ },
1693
+ "a-typography-text": {
1694
+ "attributes": []
1695
+ },
1696
+ "a-watermark": {
1697
+ "attributes": [
1698
+ "content",
1699
+ "image",
1549
1700
  "width",
1550
- "top",
1551
- "mask",
1552
- "title",
1553
- "title-align",
1554
- "align-center",
1555
- "unmount-on-close",
1556
- "mask-closable",
1557
- "hide-cancel",
1558
- "simple",
1559
- "closable",
1560
- "ok-text",
1561
- "cancel-text",
1562
- "ok-loading",
1563
- "ok-button-props",
1564
- "cancel-button-props",
1565
- "footer",
1566
- "render-to-body",
1567
- "popup-container",
1568
- "mask-style",
1569
- "modal-class",
1570
- "modal-style",
1571
- "before-ok",
1572
- "before-cancel",
1573
- "esc-to-close",
1574
- "draggable",
1575
- "fullscreen",
1576
- "mask-animation-name",
1577
- "modal-animation-name",
1578
- "body-class",
1579
- "body-style",
1580
- "hide-title"
1701
+ "height",
1702
+ "gap",
1703
+ "offset",
1704
+ "rotate",
1705
+ "font",
1706
+ "z-index",
1707
+ "alpha",
1708
+ "anti-tamper",
1709
+ "grayscale",
1710
+ "repeat",
1711
+ "staggered"
1581
1712
  ]
1582
1713
  },
1583
1714
  "a-trigger": {
@@ -1620,44 +1751,6 @@
1620
1751
  "scroll-to-close-distance"
1621
1752
  ]
1622
1753
  },
1623
- "a-textarea": {
1624
- "attributes": [
1625
- "input",
1626
- "change",
1627
- "clear",
1628
- "focus",
1629
- "blur",
1630
- "model-value",
1631
- "default-value",
1632
- "placeholder",
1633
- "disabled",
1634
- "error",
1635
- "max-length",
1636
- "show-word-limit",
1637
- "allow-clear",
1638
- "auto-size",
1639
- "word-length",
1640
- "word-slice",
1641
- "textarea-attrs"
1642
- ]
1643
- },
1644
- "a-typography": {
1645
- "attributes": []
1646
- },
1647
- "a-typography-title": {
1648
- "attributes": [
1649
- "heading"
1650
- ]
1651
- },
1652
- "a-typography-paragraph": {
1653
- "attributes": [
1654
- "blockquote",
1655
- "spacing"
1656
- ]
1657
- },
1658
- "a-typography-text": {
1659
- "attributes": []
1660
- },
1661
1754
  "a-upload": {
1662
1755
  "attributes": [
1663
1756
  "exceed-limit",
@@ -1715,98 +1808,5 @@
1715
1808
  "separator",
1716
1809
  "formatter"
1717
1810
  ]
1718
- },
1719
- "a-timeline": {
1720
- "attributes": [
1721
- "reverse",
1722
- "direction",
1723
- "mode",
1724
- "pending",
1725
- "label-position"
1726
- ]
1727
- },
1728
- "a-timeline-item": {
1729
- "attributes": [
1730
- "dot-color",
1731
- "dot-type",
1732
- "line-type",
1733
- "line-color",
1734
- "label",
1735
- "position"
1736
- ]
1737
- },
1738
- "a-watermark": {
1739
- "attributes": [
1740
- "content",
1741
- "image",
1742
- "width",
1743
- "height",
1744
- "gap",
1745
- "offset",
1746
- "rotate",
1747
- "font",
1748
- "z-index",
1749
- "alpha",
1750
- "anti-tamper",
1751
- "grayscale",
1752
- "repeat",
1753
- "staggered"
1754
- ]
1755
- },
1756
- "a-tree": {
1757
- "attributes": [
1758
- "select",
1759
- "check",
1760
- "expand",
1761
- "drag-start",
1762
- "drag-end",
1763
- "drag-over",
1764
- "drag-leave",
1765
- "drop",
1766
- "size",
1767
- "block-node",
1768
- "default-expand-all",
1769
- "multiple",
1770
- "checkable",
1771
- "selectable",
1772
- "check-strictly",
1773
- "checked-strategy",
1774
- "default-selected-keys",
1775
- "selected-keys",
1776
- "default-checked-keys",
1777
- "checked-keys",
1778
- "default-expanded-keys",
1779
- "expanded-keys",
1780
- "data",
1781
- "field-names",
1782
- "show-line",
1783
- "load-more",
1784
- "draggable",
1785
- "allow-drop",
1786
- "virtual-list-props",
1787
- "default-expand-selected",
1788
- "default-expand-checked",
1789
- "auto-expand-parent",
1790
- "half-checked-keys",
1791
- "only-check-leaf",
1792
- "animation",
1793
- "action-on-node-click"
1794
- ]
1795
- },
1796
- "a-tooltip": {
1797
- "attributes": [
1798
- "popup-visible-change",
1799
- "popup-visible",
1800
- "default-popup-visible",
1801
- "content",
1802
- "position",
1803
- "mini",
1804
- "background-color",
1805
- "content-class",
1806
- "content-style",
1807
- "arrow-class",
1808
- "arrow-style",
1809
- "popup-container"
1810
- ]
1811
1811
  }
1812
1812
  }