@sdata/web-vue 1.0.0 → 1.2.0

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.
@@ -20,29 +20,36 @@
20
20
  "center"
21
21
  ]
22
22
  },
23
- "a-avatar": {
23
+ "a-auto-complete": {
24
24
  "attributes": [
25
- "click",
26
- "error",
27
- "load",
28
- "shape",
29
- "image-url",
30
- "size",
31
- "auto-fix-font-size",
32
- "trigger-type",
33
- "trigger-icon-style",
34
- "object-fit"
25
+ "change",
26
+ "search",
27
+ "select",
28
+ "clear",
29
+ "dropdown-scroll",
30
+ "dropdown-reach-bottom",
31
+ "model-value",
32
+ "default-value",
33
+ "disabled",
34
+ "data",
35
+ "popup-container",
36
+ "strict",
37
+ "filter-option",
38
+ "trigger-props",
39
+ "allow-clear",
40
+ "virtual-list-props"
35
41
  ]
36
42
  },
37
- "a-avatar-group": {
43
+ "a-badge": {
38
44
  "attributes": [
39
- "shape",
40
- "size",
41
- "auto-fix-font-size",
45
+ "text",
46
+ "dot",
47
+ "dot-style",
42
48
  "max-count",
43
- "z-index-ascend",
44
- "max-style",
45
- "max-popover-trigger-props"
49
+ "offset",
50
+ "color",
51
+ "status",
52
+ "count"
46
53
  ]
47
54
  },
48
55
  "a-anchor": {
@@ -62,26 +69,6 @@
62
69
  "href"
63
70
  ]
64
71
  },
65
- "a-auto-complete": {
66
- "attributes": [
67
- "change",
68
- "search",
69
- "select",
70
- "clear",
71
- "dropdown-scroll",
72
- "dropdown-reach-bottom",
73
- "model-value",
74
- "default-value",
75
- "disabled",
76
- "data",
77
- "popup-container",
78
- "strict",
79
- "filter-option",
80
- "trigger-props",
81
- "allow-clear",
82
- "virtual-list-props"
83
- ]
84
- },
85
72
  "a-back-top": {
86
73
  "attributes": [
87
74
  "visible-height",
@@ -90,16 +77,29 @@
90
77
  "duration"
91
78
  ]
92
79
  },
93
- "a-badge": {
80
+ "a-avatar": {
94
81
  "attributes": [
95
- "text",
96
- "dot",
97
- "dot-style",
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",
98
99
  "max-count",
99
- "offset",
100
- "color",
101
- "status",
102
- "count"
100
+ "z-index-ascend",
101
+ "max-style",
102
+ "max-popover-trigger-props"
103
103
  ]
104
104
  },
105
105
  "a-breadcrumb": {
@@ -141,6 +141,35 @@
141
141
  "disabled"
142
142
  ]
143
143
  },
144
+ "a-carousel": {
145
+ "attributes": [
146
+ "change",
147
+ "current",
148
+ "default-current",
149
+ "auto-play",
150
+ "move-speed",
151
+ "animation-name",
152
+ "trigger",
153
+ "direction",
154
+ "show-arrow",
155
+ "arrow-class",
156
+ "indicator-type",
157
+ "indicator-position",
158
+ "indicator-class",
159
+ "transition-timing-function"
160
+ ]
161
+ },
162
+ "a-calendar": {
163
+ "attributes": [
164
+ "change",
165
+ "panel-change",
166
+ "model-value",
167
+ "default-value",
168
+ "mode",
169
+ "default-mode",
170
+ "modes"
171
+ ]
172
+ },
144
173
  "a-card": {
145
174
  "attributes": [
146
175
  "bordered",
@@ -164,33 +193,45 @@
164
193
  "hoverable"
165
194
  ]
166
195
  },
167
- "a-calendar": {
196
+ "a-checkbox": {
168
197
  "attributes": [
169
198
  "change",
170
- "panel-change",
171
199
  "model-value",
172
- "default-value",
173
- "mode",
174
- "default-mode",
175
- "modes"
200
+ "default-checked",
201
+ "value",
202
+ "disabled",
203
+ "indeterminate"
176
204
  ]
177
205
  },
178
- "a-carousel": {
206
+ "a-checkbox-group": {
179
207
  "attributes": [
180
208
  "change",
181
- "current",
182
- "default-current",
183
- "auto-play",
184
- "move-speed",
185
- "animation-name",
186
- "trigger",
209
+ "model-value",
210
+ "default-value",
211
+ "max",
212
+ "options",
187
213
  "direction",
188
- "show-arrow",
189
- "arrow-class",
190
- "indicator-type",
191
- "indicator-position",
192
- "indicator-class",
193
- "transition-timing-function"
214
+ "disabled"
215
+ ]
216
+ },
217
+ "a-collapse": {
218
+ "attributes": [
219
+ "change",
220
+ "active-key",
221
+ "default-active-key",
222
+ "accordion",
223
+ "show-expand-icon",
224
+ "expand-icon-position",
225
+ "bordered",
226
+ "destroy-on-hide"
227
+ ]
228
+ },
229
+ "a-collapse-item": {
230
+ "attributes": [
231
+ "header",
232
+ "disabled",
233
+ "show-expand-icon",
234
+ "destroy-on-hide"
194
235
  ]
195
236
  },
196
237
  "a-cascader": {
@@ -252,47 +293,6 @@
252
293
  "expand-child"
253
294
  ]
254
295
  },
255
- "a-checkbox": {
256
- "attributes": [
257
- "change",
258
- "model-value",
259
- "default-checked",
260
- "value",
261
- "disabled",
262
- "indeterminate"
263
- ]
264
- },
265
- "a-checkbox-group": {
266
- "attributes": [
267
- "change",
268
- "model-value",
269
- "default-value",
270
- "max",
271
- "options",
272
- "direction",
273
- "disabled"
274
- ]
275
- },
276
- "a-collapse": {
277
- "attributes": [
278
- "change",
279
- "active-key",
280
- "default-active-key",
281
- "accordion",
282
- "show-expand-icon",
283
- "expand-icon-position",
284
- "bordered",
285
- "destroy-on-hide"
286
- ]
287
- },
288
- "a-collapse-item": {
289
- "attributes": [
290
- "header",
291
- "disabled",
292
- "show-expand-icon",
293
- "destroy-on-hide"
294
- ]
295
- },
296
296
  "a-color-picker": {
297
297
  "attributes": [
298
298
  "change",
@@ -350,6 +350,17 @@
350
350
  "abbreviation"
351
351
  ]
352
352
  },
353
+ "a-config-provider": {
354
+ "attributes": [
355
+ "prefix-cls",
356
+ "locale",
357
+ "size",
358
+ "global",
359
+ "scroll-to-close",
360
+ "exchange-time",
361
+ "rtl"
362
+ ]
363
+ },
353
364
  "a-descriptions": {
354
365
  "attributes": [
355
366
  "data",
@@ -370,15 +381,40 @@
370
381
  "label"
371
382
  ]
372
383
  },
373
- "a-config-provider": {
384
+ "a-drawer": {
374
385
  "attributes": [
375
- "prefix-cls",
376
- "locale",
377
- "size",
378
- "global",
379
- "scroll-to-close",
380
- "exchange-time",
381
- "rtl"
386
+ "ok",
387
+ "cancel",
388
+ "open",
389
+ "close",
390
+ "before-open",
391
+ "before-close",
392
+ "visible",
393
+ "default-visible",
394
+ "placement",
395
+ "title",
396
+ "mask",
397
+ "mask-closable",
398
+ "closable",
399
+ "ok-text",
400
+ "cancel-text",
401
+ "ok-loading",
402
+ "ok-button-props",
403
+ "cancel-button-props",
404
+ "unmount-on-close",
405
+ "width",
406
+ "height",
407
+ "popup-container",
408
+ "drawer-style",
409
+ "body-class",
410
+ "body-style",
411
+ "before-ok",
412
+ "before-cancel",
413
+ "esc-to-close",
414
+ "render-to-body",
415
+ "header",
416
+ "footer",
417
+ "hide-cancel"
382
418
  ]
383
419
  },
384
420
  "a-divider": {
@@ -444,42 +480,6 @@
444
480
  "hide-on-select"
445
481
  ]
446
482
  },
447
- "a-drawer": {
448
- "attributes": [
449
- "ok",
450
- "cancel",
451
- "open",
452
- "close",
453
- "before-open",
454
- "before-close",
455
- "visible",
456
- "default-visible",
457
- "placement",
458
- "title",
459
- "mask",
460
- "mask-closable",
461
- "closable",
462
- "ok-text",
463
- "cancel-text",
464
- "ok-loading",
465
- "ok-button-props",
466
- "cancel-button-props",
467
- "unmount-on-close",
468
- "width",
469
- "height",
470
- "popup-container",
471
- "drawer-style",
472
- "body-class",
473
- "body-style",
474
- "before-ok",
475
- "before-cancel",
476
- "esc-to-close",
477
- "render-to-body",
478
- "header",
479
- "footer",
480
- "hide-cancel"
481
- ]
482
- },
483
483
  "a-empty": {
484
484
  "attributes": [
485
485
  "description",
@@ -576,103 +576,6 @@
576
576
  "label-attrs"
577
577
  ]
578
578
  },
579
- "a-image": {
580
- "attributes": [
581
- "preview-visible-change",
582
- "src",
583
- "width",
584
- "height",
585
- "title",
586
- "description",
587
- "fit",
588
- "alt",
589
- "hide-footer",
590
- "footer-position",
591
- "show-loader",
592
- "preview",
593
- "preview-visible",
594
- "default-preview-visible",
595
- "preview-props",
596
- "footer-class"
597
- ]
598
- },
599
- "a-image-preview": {
600
- "attributes": [
601
- "close",
602
- "src",
603
- "visible",
604
- "default-visible",
605
- "mask-closable",
606
- "closable",
607
- "actions-layout",
608
- "popup-container",
609
- "esc-to-close",
610
- "wheel-zoom",
611
- "keyboard",
612
- "default-scale",
613
- "zoom-rate"
614
- ]
615
- },
616
- "a-image-preview-group": {
617
- "attributes": [
618
- "change",
619
- "visible-change",
620
- "src-list",
621
- "current",
622
- "default-current",
623
- "infinite",
624
- "visible",
625
- "default-visible",
626
- "mask-closable",
627
- "closable",
628
- "actions-layout",
629
- "popup-container"
630
- ]
631
- },
632
- "a-image-preview-action": {
633
- "attributes": [
634
- "name",
635
- "disabled"
636
- ]
637
- },
638
- "a-input-tag": {
639
- "attributes": [
640
- "change",
641
- "input-value-change",
642
- "press-enter",
643
- "remove",
644
- "clear",
645
- "focus",
646
- "blur",
647
- "model-value",
648
- "default-value",
649
- "input-value",
650
- "default-input-value",
651
- "placeholder",
652
- "disabled",
653
- "error",
654
- "readonly",
655
- "allow-clear",
656
- "size",
657
- "max-tag-count",
658
- "retain-input-value",
659
- "format-tag",
660
- "unique-value",
661
- "field-names",
662
- "tag-nowrap"
663
- ]
664
- },
665
- "a-link": {
666
- "attributes": [
667
- "click",
668
- "href",
669
- "status",
670
- "hoverable",
671
- "icon",
672
- "loading",
673
- "disabled"
674
- ]
675
- },
676
579
  "a-input-number": {
677
580
  "attributes": [
678
581
  "change",
@@ -701,51 +604,63 @@
701
604
  "input-attrs"
702
605
  ]
703
606
  },
704
- "a-input": {
607
+ "a-image": {
705
608
  "attributes": [
706
- "input",
707
- "change",
708
- "press-enter",
709
- "clear",
710
- "focus",
711
- "blur",
712
- "model-value",
713
- "default-value",
714
- "size",
715
- "allow-clear",
716
- "disabled",
717
- "readonly",
718
- "error",
719
- "placeholder",
720
- "max-length",
721
- "show-word-limit",
722
- "word-length",
723
- "word-slice",
724
- "input-attrs",
725
- "prepend",
726
- "append"
609
+ "preview-visible-change",
610
+ "src",
611
+ "width",
612
+ "height",
613
+ "title",
614
+ "description",
615
+ "fit",
616
+ "alt",
617
+ "hide-footer",
618
+ "footer-position",
619
+ "show-loader",
620
+ "preview",
621
+ "preview-visible",
622
+ "default-preview-visible",
623
+ "preview-props",
624
+ "footer-class"
625
+ ]
626
+ },
627
+ "a-image-preview": {
628
+ "attributes": [
629
+ "close",
630
+ "src",
631
+ "visible",
632
+ "default-visible",
633
+ "mask-closable",
634
+ "closable",
635
+ "actions-layout",
636
+ "popup-container",
637
+ "esc-to-close",
638
+ "wheel-zoom",
639
+ "keyboard",
640
+ "default-scale",
641
+ "zoom-rate"
727
642
  ]
728
643
  },
729
- "a-input-group": {
730
- "attributes": []
731
- },
732
- "a-input-password": {
644
+ "a-image-preview-group": {
733
645
  "attributes": [
734
- "visibility-change",
735
- "visibility",
736
- "default-visibility",
737
- "invisible-button"
646
+ "change",
647
+ "visible-change",
648
+ "src-list",
649
+ "current",
650
+ "default-current",
651
+ "infinite",
652
+ "visible",
653
+ "default-visible",
654
+ "mask-closable",
655
+ "closable",
656
+ "actions-layout",
657
+ "popup-container"
738
658
  ]
739
659
  },
740
- "a-input-search": {
660
+ "a-image-preview-action": {
741
661
  "attributes": [
742
- "search",
743
- "search-button",
744
- "loading",
745
- "disabled",
746
- "size",
747
- "button-text",
748
- "button-props"
662
+ "name",
663
+ "disabled"
749
664
  ]
750
665
  },
751
666
  "a-layout": {
@@ -777,6 +692,44 @@
777
692
  "hide-trigger"
778
693
  ]
779
694
  },
695
+ "a-link": {
696
+ "attributes": [
697
+ "click",
698
+ "href",
699
+ "status",
700
+ "hoverable",
701
+ "icon",
702
+ "loading",
703
+ "disabled"
704
+ ]
705
+ },
706
+ "a-input-tag": {
707
+ "attributes": [
708
+ "change",
709
+ "input-value-change",
710
+ "press-enter",
711
+ "remove",
712
+ "clear",
713
+ "focus",
714
+ "blur",
715
+ "model-value",
716
+ "default-value",
717
+ "input-value",
718
+ "default-input-value",
719
+ "placeholder",
720
+ "disabled",
721
+ "error",
722
+ "readonly",
723
+ "allow-clear",
724
+ "size",
725
+ "max-tag-count",
726
+ "retain-input-value",
727
+ "format-tag",
728
+ "unique-value",
729
+ "field-names",
730
+ "tag-nowrap"
731
+ ]
732
+ },
780
733
  "a-list": {
781
734
  "attributes": [
782
735
  "scroll",
@@ -826,6 +779,53 @@
826
779
  "allow-clear"
827
780
  ]
828
781
  },
782
+ "a-input": {
783
+ "attributes": [
784
+ "input",
785
+ "change",
786
+ "press-enter",
787
+ "clear",
788
+ "focus",
789
+ "blur",
790
+ "model-value",
791
+ "default-value",
792
+ "size",
793
+ "allow-clear",
794
+ "disabled",
795
+ "readonly",
796
+ "error",
797
+ "placeholder",
798
+ "max-length",
799
+ "show-word-limit",
800
+ "word-length",
801
+ "word-slice",
802
+ "input-attrs",
803
+ "prepend",
804
+ "append"
805
+ ]
806
+ },
807
+ "a-input-group": {
808
+ "attributes": []
809
+ },
810
+ "a-input-password": {
811
+ "attributes": [
812
+ "visibility-change",
813
+ "visibility",
814
+ "default-visibility",
815
+ "invisible-button"
816
+ ]
817
+ },
818
+ "a-input-search": {
819
+ "attributes": [
820
+ "search",
821
+ "search-button",
822
+ "loading",
823
+ "disabled",
824
+ "size",
825
+ "button-text",
826
+ "button-props"
827
+ ]
828
+ },
829
829
  "a-menu": {
830
830
  "attributes": [
831
831
  "collapse",
@@ -871,6 +871,17 @@
871
871
  "disabled"
872
872
  ]
873
873
  },
874
+ "a-notification": {
875
+ "attributes": []
876
+ },
877
+ "a-overflow-list": {
878
+ "attributes": [
879
+ "change",
880
+ "min",
881
+ "margin",
882
+ "from"
883
+ ]
884
+ },
874
885
  "a-modal": {
875
886
  "attributes": [
876
887
  "ok",
@@ -915,9 +926,6 @@
915
926
  "hide-title"
916
927
  ]
917
928
  },
918
- "a-notification": {
919
- "attributes": []
920
- },
921
929
  "a-page-header": {
922
930
  "attributes": [
923
931
  "back",
@@ -926,14 +934,6 @@
926
934
  "show-back"
927
935
  ]
928
936
  },
929
- "a-overflow-list": {
930
- "attributes": [
931
- "change",
932
- "min",
933
- "margin",
934
- "from"
935
- ]
936
- },
937
937
  "a-popconfirm": {
938
938
  "attributes": [
939
939
  "popup-visible-change",
@@ -958,6 +958,22 @@
958
958
  "before-cancel"
959
959
  ]
960
960
  },
961
+ "a-popover": {
962
+ "attributes": [
963
+ "popup-visible-change",
964
+ "popup-visible",
965
+ "default-popup-visible",
966
+ "title",
967
+ "content",
968
+ "trigger",
969
+ "position",
970
+ "content-class",
971
+ "content-style",
972
+ "arrow-class",
973
+ "arrow-style",
974
+ "popup-container"
975
+ ]
976
+ },
961
977
  "a-pagination": {
962
978
  "attributes": [
963
979
  "change",
@@ -984,22 +1000,6 @@
984
1000
  "auto-adjust"
985
1001
  ]
986
1002
  },
987
- "a-popover": {
988
- "attributes": [
989
- "popup-visible-change",
990
- "popup-visible",
991
- "default-popup-visible",
992
- "title",
993
- "content",
994
- "trigger",
995
- "position",
996
- "content-class",
997
- "content-style",
998
- "arrow-class",
999
- "arrow-style",
1000
- "popup-container"
1001
- ]
1002
- },
1003
1003
  "a-progress": {
1004
1004
  "attributes": [
1005
1005
  "type",
@@ -1015,47 +1015,6 @@
1015
1015
  "status"
1016
1016
  ]
1017
1017
  },
1018
- "a-rate": {
1019
- "attributes": [
1020
- "change",
1021
- "hover-change",
1022
- "count",
1023
- "model-value",
1024
- "default-value",
1025
- "allow-half",
1026
- "allow-clear",
1027
- "grading",
1028
- "readonly",
1029
- "disabled",
1030
- "color"
1031
- ]
1032
- },
1033
- "a-resize-box": {
1034
- "attributes": [
1035
- "moving-start",
1036
- "moving",
1037
- "moving-end",
1038
- "width",
1039
- "height",
1040
- "component",
1041
- "directions"
1042
- ]
1043
- },
1044
- "a-result": {
1045
- "attributes": [
1046
- "status",
1047
- "title",
1048
- "subtitle"
1049
- ]
1050
- },
1051
- "a-scrollbar": {
1052
- "attributes": [
1053
- "scroll",
1054
- "type",
1055
- "outer-class",
1056
- "outer-style"
1057
- ]
1058
- },
1059
1018
  "a-radio": {
1060
1019
  "attributes": [
1061
1020
  "change",
@@ -1078,41 +1037,37 @@
1078
1037
  "disabled"
1079
1038
  ]
1080
1039
  },
1081
- "a-slider": {
1040
+ "a-rate": {
1082
1041
  "attributes": [
1083
1042
  "change",
1043
+ "hover-change",
1044
+ "count",
1084
1045
  "model-value",
1085
1046
  "default-value",
1086
- "step",
1087
- "min",
1088
- "marks",
1089
- "max",
1090
- "direction",
1047
+ "allow-half",
1048
+ "allow-clear",
1049
+ "grading",
1050
+ "readonly",
1091
1051
  "disabled",
1092
- "show-ticks",
1093
- "show-input",
1094
- "range",
1095
- "show-tooltip"
1096
- ]
1097
- },
1098
- "a-skeleton": {
1099
- "attributes": [
1100
- "loading",
1101
- "animation"
1052
+ "color"
1102
1053
  ]
1103
1054
  },
1104
- "a-skeleton-line": {
1055
+ "a-resize-box": {
1105
1056
  "attributes": [
1106
- "rows",
1107
- "widths",
1108
- "line-height",
1109
- "line-spacing"
1057
+ "moving-start",
1058
+ "moving",
1059
+ "moving-end",
1060
+ "width",
1061
+ "height",
1062
+ "component",
1063
+ "directions"
1110
1064
  ]
1111
1065
  },
1112
- "a-skeleton-shape": {
1066
+ "a-result": {
1113
1067
  "attributes": [
1114
- "shape",
1115
- "size"
1068
+ "status",
1069
+ "title",
1070
+ "subtitle"
1116
1071
  ]
1117
1072
  },
1118
1073
  "a-select": {
@@ -1178,6 +1133,43 @@
1178
1133
  "label"
1179
1134
  ]
1180
1135
  },
1136
+ "a-skeleton": {
1137
+ "attributes": [
1138
+ "loading",
1139
+ "animation"
1140
+ ]
1141
+ },
1142
+ "a-skeleton-line": {
1143
+ "attributes": [
1144
+ "rows",
1145
+ "widths",
1146
+ "line-height",
1147
+ "line-spacing"
1148
+ ]
1149
+ },
1150
+ "a-skeleton-shape": {
1151
+ "attributes": [
1152
+ "shape",
1153
+ "size"
1154
+ ]
1155
+ },
1156
+ "a-slider": {
1157
+ "attributes": [
1158
+ "change",
1159
+ "model-value",
1160
+ "default-value",
1161
+ "step",
1162
+ "min",
1163
+ "marks",
1164
+ "max",
1165
+ "direction",
1166
+ "disabled",
1167
+ "show-ticks",
1168
+ "show-input",
1169
+ "range",
1170
+ "show-tooltip"
1171
+ ]
1172
+ },
1181
1173
  "a-space": {
1182
1174
  "attributes": [
1183
1175
  "align",
@@ -1187,6 +1179,14 @@
1187
1179
  "fill"
1188
1180
  ]
1189
1181
  },
1182
+ "a-scrollbar": {
1183
+ "attributes": [
1184
+ "scroll",
1185
+ "type",
1186
+ "outer-class",
1187
+ "outer-style"
1188
+ ]
1189
+ },
1190
1190
  "a-spin": {
1191
1191
  "attributes": [
1192
1192
  "size",
@@ -1210,6 +1210,28 @@
1210
1210
  "disabled"
1211
1211
  ]
1212
1212
  },
1213
+ "a-steps": {
1214
+ "attributes": [
1215
+ "change",
1216
+ "type",
1217
+ "direction",
1218
+ "label-placement",
1219
+ "current",
1220
+ "default-current",
1221
+ "status",
1222
+ "line-less",
1223
+ "small",
1224
+ "changeable"
1225
+ ]
1226
+ },
1227
+ "a-step": {
1228
+ "attributes": [
1229
+ "title",
1230
+ "description",
1231
+ "status",
1232
+ "disabled"
1233
+ ]
1234
+ },
1213
1235
  "a-statistic": {
1214
1236
  "attributes": [
1215
1237
  "title",
@@ -1238,6 +1260,43 @@
1238
1260
  "value-style"
1239
1261
  ]
1240
1262
  },
1263
+ "a-switch": {
1264
+ "attributes": [
1265
+ "change",
1266
+ "focus",
1267
+ "blur",
1268
+ "model-value",
1269
+ "default-checked",
1270
+ "disabled",
1271
+ "loading",
1272
+ "type",
1273
+ "size",
1274
+ "checked-value",
1275
+ "unchecked-value",
1276
+ "checked-color",
1277
+ "unchecked-color",
1278
+ "before-change",
1279
+ "checked-text",
1280
+ "unchecked-text"
1281
+ ]
1282
+ },
1283
+ "a-tag": {
1284
+ "attributes": [
1285
+ "close",
1286
+ "check",
1287
+ "color",
1288
+ "size",
1289
+ "bordered",
1290
+ "visible",
1291
+ "default-visible",
1292
+ "loading",
1293
+ "closable",
1294
+ "checkable",
1295
+ "checked",
1296
+ "default-checked",
1297
+ "nowrap"
1298
+ ]
1299
+ },
1241
1300
  "a-tabs": {
1242
1301
  "attributes": [
1243
1302
  "change",
@@ -1271,26 +1330,6 @@
1271
1330
  "destroy-on-hide"
1272
1331
  ]
1273
1332
  },
1274
- "a-switch": {
1275
- "attributes": [
1276
- "change",
1277
- "focus",
1278
- "blur",
1279
- "model-value",
1280
- "default-checked",
1281
- "disabled",
1282
- "loading",
1283
- "type",
1284
- "size",
1285
- "checked-value",
1286
- "unchecked-value",
1287
- "checked-color",
1288
- "unchecked-color",
1289
- "before-change",
1290
- "checked-text",
1291
- "unchecked-text"
1292
- ]
1293
- },
1294
1333
  "a-table": {
1295
1334
  "attributes": [
1296
1335
  "expand",
@@ -1374,45 +1413,6 @@
1374
1413
  "tooltip"
1375
1414
  ]
1376
1415
  },
1377
- "a-steps": {
1378
- "attributes": [
1379
- "change",
1380
- "type",
1381
- "direction",
1382
- "label-placement",
1383
- "current",
1384
- "default-current",
1385
- "status",
1386
- "line-less",
1387
- "small",
1388
- "changeable"
1389
- ]
1390
- },
1391
- "a-step": {
1392
- "attributes": [
1393
- "title",
1394
- "description",
1395
- "status",
1396
- "disabled"
1397
- ]
1398
- },
1399
- "a-tag": {
1400
- "attributes": [
1401
- "close",
1402
- "check",
1403
- "color",
1404
- "size",
1405
- "bordered",
1406
- "visible",
1407
- "default-visible",
1408
- "loading",
1409
- "closable",
1410
- "checkable",
1411
- "checked",
1412
- "default-checked",
1413
- "nowrap"
1414
- ]
1415
- },
1416
1416
  "a-textarea": {
1417
1417
  "attributes": [
1418
1418
  "input",
@@ -1605,46 +1605,6 @@
1605
1605
  "action-on-node-click"
1606
1606
  ]
1607
1607
  },
1608
- "a-trigger": {
1609
- "attributes": [
1610
- "popup-visible-change",
1611
- "show",
1612
- "hide",
1613
- "popup-visible",
1614
- "default-popup-visible",
1615
- "trigger",
1616
- "position",
1617
- "disabled",
1618
- "popup-offset",
1619
- "popup-translate",
1620
- "show-arrow",
1621
- "align-point",
1622
- "popup-hover-stay",
1623
- "blur-to-close",
1624
- "click-to-close",
1625
- "click-outside-to-close",
1626
- "unmount-on-close",
1627
- "content-class",
1628
- "content-style",
1629
- "arrow-class",
1630
- "arrow-style",
1631
- "popup-style",
1632
- "animation-name",
1633
- "duration",
1634
- "mouse-enter-delay",
1635
- "mouse-leave-delay",
1636
- "focus-delay",
1637
- "auto-fit-popup-width",
1638
- "auto-fit-popup-min-width",
1639
- "auto-fix-position",
1640
- "popup-container",
1641
- "auto-fit-position",
1642
- "render-to-body",
1643
- "prevent-focus",
1644
- "scroll-to-close",
1645
- "scroll-to-close-distance"
1646
- ]
1647
- },
1648
1608
  "a-typography": {
1649
1609
  "attributes": []
1650
1610
  },
@@ -1804,5 +1764,45 @@
1804
1764
  "repeat",
1805
1765
  "staggered"
1806
1766
  ]
1767
+ },
1768
+ "a-trigger": {
1769
+ "attributes": [
1770
+ "popup-visible-change",
1771
+ "show",
1772
+ "hide",
1773
+ "popup-visible",
1774
+ "default-popup-visible",
1775
+ "trigger",
1776
+ "position",
1777
+ "disabled",
1778
+ "popup-offset",
1779
+ "popup-translate",
1780
+ "show-arrow",
1781
+ "align-point",
1782
+ "popup-hover-stay",
1783
+ "blur-to-close",
1784
+ "click-to-close",
1785
+ "click-outside-to-close",
1786
+ "unmount-on-close",
1787
+ "content-class",
1788
+ "content-style",
1789
+ "arrow-class",
1790
+ "arrow-style",
1791
+ "popup-style",
1792
+ "animation-name",
1793
+ "duration",
1794
+ "mouse-enter-delay",
1795
+ "mouse-leave-delay",
1796
+ "focus-delay",
1797
+ "auto-fit-popup-width",
1798
+ "auto-fit-popup-min-width",
1799
+ "auto-fix-position",
1800
+ "popup-container",
1801
+ "auto-fit-position",
1802
+ "render-to-body",
1803
+ "prevent-focus",
1804
+ "scroll-to-close",
1805
+ "scroll-to-close-distance"
1806
+ ]
1807
1807
  }
1808
1808
  }