@sdata/web-vue 1.0.0 → 1.1.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,31 +20,6 @@
20
20
  "center"
21
21
  ]
22
22
  },
23
- "a-avatar": {
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"
35
- ]
36
- },
37
- "a-avatar-group": {
38
- "attributes": [
39
- "shape",
40
- "size",
41
- "auto-fix-font-size",
42
- "max-count",
43
- "z-index-ascend",
44
- "max-style",
45
- "max-popover-trigger-props"
46
- ]
47
- },
48
23
  "a-anchor": {
49
24
  "attributes": [
50
25
  "select",
@@ -62,26 +37,6 @@
62
37
  "href"
63
38
  ]
64
39
  },
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
40
  "a-back-top": {
86
41
  "attributes": [
87
42
  "visible-height",
@@ -102,6 +57,31 @@
102
57
  "count"
103
58
  ]
104
59
  },
60
+ "a-avatar": {
61
+ "attributes": [
62
+ "click",
63
+ "error",
64
+ "load",
65
+ "shape",
66
+ "image-url",
67
+ "size",
68
+ "auto-fix-font-size",
69
+ "trigger-type",
70
+ "trigger-icon-style",
71
+ "object-fit"
72
+ ]
73
+ },
74
+ "a-avatar-group": {
75
+ "attributes": [
76
+ "shape",
77
+ "size",
78
+ "auto-fix-font-size",
79
+ "max-count",
80
+ "z-index-ascend",
81
+ "max-style",
82
+ "max-popover-trigger-props"
83
+ ]
84
+ },
105
85
  "a-breadcrumb": {
106
86
  "attributes": [
107
87
  "max-count",
@@ -117,6 +97,26 @@
117
97
  "dropdown-props"
118
98
  ]
119
99
  },
100
+ "a-auto-complete": {
101
+ "attributes": [
102
+ "change",
103
+ "search",
104
+ "select",
105
+ "clear",
106
+ "dropdown-scroll",
107
+ "dropdown-reach-bottom",
108
+ "model-value",
109
+ "default-value",
110
+ "disabled",
111
+ "data",
112
+ "popup-container",
113
+ "strict",
114
+ "filter-option",
115
+ "trigger-props",
116
+ "allow-clear",
117
+ "virtual-list-props"
118
+ ]
119
+ },
120
120
  "a-button": {
121
121
  "attributes": [
122
122
  "click",
@@ -141,6 +141,24 @@
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
+ },
144
162
  "a-card": {
145
163
  "attributes": [
146
164
  "bordered",
@@ -164,33 +182,25 @@
164
182
  "hoverable"
165
183
  ]
166
184
  },
167
- "a-calendar": {
185
+ "a-checkbox": {
168
186
  "attributes": [
169
187
  "change",
170
- "panel-change",
171
188
  "model-value",
172
- "default-value",
173
- "mode",
174
- "default-mode",
175
- "modes"
189
+ "default-checked",
190
+ "value",
191
+ "disabled",
192
+ "indeterminate"
176
193
  ]
177
194
  },
178
- "a-carousel": {
195
+ "a-checkbox-group": {
179
196
  "attributes": [
180
197
  "change",
181
- "current",
182
- "default-current",
183
- "auto-play",
184
- "move-speed",
185
- "animation-name",
186
- "trigger",
198
+ "model-value",
199
+ "default-value",
200
+ "max",
201
+ "options",
187
202
  "direction",
188
- "show-arrow",
189
- "arrow-class",
190
- "indicator-type",
191
- "indicator-position",
192
- "indicator-class",
193
- "transition-timing-function"
203
+ "disabled"
194
204
  ]
195
205
  },
196
206
  "a-cascader": {
@@ -252,27 +262,6 @@
252
262
  "expand-child"
253
263
  ]
254
264
  },
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
265
  "a-collapse": {
277
266
  "attributes": [
278
267
  "change",
@@ -293,23 +282,15 @@
293
282
  "destroy-on-hide"
294
283
  ]
295
284
  },
296
- "a-color-picker": {
285
+ "a-calendar": {
297
286
  "attributes": [
298
287
  "change",
299
- "popup-visible-change",
288
+ "panel-change",
300
289
  "model-value",
301
290
  "default-value",
302
- "format",
303
- "size",
304
- "show-text",
305
- "show-history",
306
- "show-preset",
307
- "disabled",
308
- "disabled-alpha",
309
- "hide-trigger",
310
- "trigger-props",
311
- "history-colors",
312
- "preset-colors"
291
+ "mode",
292
+ "default-mode",
293
+ "modes"
313
294
  ]
314
295
  },
315
296
  "a-comment": {
@@ -350,26 +331,6 @@
350
331
  "abbreviation"
351
332
  ]
352
333
  },
353
- "a-descriptions": {
354
- "attributes": [
355
- "data",
356
- "column",
357
- "title",
358
- "layout",
359
- "align",
360
- "size",
361
- "bordered",
362
- "label-style",
363
- "value-style",
364
- "table-layout"
365
- ]
366
- },
367
- "a-descriptions-item": {
368
- "attributes": [
369
- "span",
370
- "label"
371
- ]
372
- },
373
334
  "a-config-provider": {
374
335
  "attributes": [
375
336
  "prefix-cls",
@@ -390,6 +351,25 @@
390
351
  "margin"
391
352
  ]
392
353
  },
354
+ "a-color-picker": {
355
+ "attributes": [
356
+ "change",
357
+ "popup-visible-change",
358
+ "model-value",
359
+ "default-value",
360
+ "format",
361
+ "size",
362
+ "show-text",
363
+ "show-history",
364
+ "show-preset",
365
+ "disabled",
366
+ "disabled-alpha",
367
+ "hide-trigger",
368
+ "trigger-props",
369
+ "history-colors",
370
+ "preset-colors"
371
+ ]
372
+ },
393
373
  "a-dropdown": {
394
374
  "attributes": [
395
375
  "popup-visible-change",
@@ -480,6 +460,26 @@
480
460
  "hide-cancel"
481
461
  ]
482
462
  },
463
+ "a-descriptions": {
464
+ "attributes": [
465
+ "data",
466
+ "column",
467
+ "title",
468
+ "layout",
469
+ "align",
470
+ "size",
471
+ "bordered",
472
+ "label-style",
473
+ "value-style",
474
+ "table-layout"
475
+ ]
476
+ },
477
+ "a-descriptions-item": {
478
+ "attributes": [
479
+ "span",
480
+ "label"
481
+ ]
482
+ },
483
483
  "a-empty": {
484
484
  "attributes": [
485
485
  "description",
@@ -526,57 +526,7 @@
526
526
  "suffix"
527
527
  ]
528
528
  },
529
- "a-form": {
530
- "attributes": [
531
- "submit",
532
- "submit-success",
533
- "submit-failed",
534
- "model",
535
- "layout",
536
- "size",
537
- "label-col-props",
538
- "wrapper-col-props",
539
- "label-align",
540
- "disabled",
541
- "rules",
542
- "auto-label-width",
543
- "id",
544
- "scroll-to-first-error"
545
- ]
546
- },
547
- "a-form-item": {
548
- "attributes": [
549
- "field",
550
- "label",
551
- "tooltip",
552
- "show-colon",
553
- "no-style",
554
- "disabled",
555
- "help",
556
- "extra",
557
- "required",
558
- "asterisk-position",
559
- "rules",
560
- "validate-status",
561
- "validate-trigger",
562
- "label-col-props",
563
- "wrapper-col-props",
564
- "hide-label",
565
- "hide-asterisk",
566
- "label-col-style",
567
- "wrapper-col-style",
568
- "row-props",
569
- "row-class",
570
- "content-class",
571
- "content-flex",
572
- "merge-props",
573
- "label-col-flex",
574
- "feedback",
575
- "label-component",
576
- "label-attrs"
577
- ]
578
- },
579
- "a-image": {
529
+ "a-image": {
580
530
  "attributes": [
581
531
  "preview-visible-change",
582
532
  "src",
@@ -635,42 +585,54 @@
635
585
  "disabled"
636
586
  ]
637
587
  },
638
- "a-input-tag": {
588
+ "a-form": {
639
589
  "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",
590
+ "submit",
591
+ "submit-success",
592
+ "submit-failed",
593
+ "model",
594
+ "layout",
656
595
  "size",
657
- "max-tag-count",
658
- "retain-input-value",
659
- "format-tag",
660
- "unique-value",
661
- "field-names",
662
- "tag-nowrap"
596
+ "label-col-props",
597
+ "wrapper-col-props",
598
+ "label-align",
599
+ "disabled",
600
+ "rules",
601
+ "auto-label-width",
602
+ "id",
603
+ "scroll-to-first-error"
663
604
  ]
664
605
  },
665
- "a-link": {
606
+ "a-form-item": {
666
607
  "attributes": [
667
- "click",
668
- "href",
669
- "status",
670
- "hoverable",
671
- "icon",
672
- "loading",
673
- "disabled"
608
+ "field",
609
+ "label",
610
+ "tooltip",
611
+ "show-colon",
612
+ "no-style",
613
+ "disabled",
614
+ "help",
615
+ "extra",
616
+ "required",
617
+ "asterisk-position",
618
+ "rules",
619
+ "validate-status",
620
+ "validate-trigger",
621
+ "label-col-props",
622
+ "wrapper-col-props",
623
+ "hide-label",
624
+ "hide-asterisk",
625
+ "label-col-style",
626
+ "wrapper-col-style",
627
+ "row-props",
628
+ "row-class",
629
+ "content-class",
630
+ "content-flex",
631
+ "merge-props",
632
+ "label-col-flex",
633
+ "feedback",
634
+ "label-component",
635
+ "label-attrs"
674
636
  ]
675
637
  },
676
638
  "a-input-number": {
@@ -748,6 +710,33 @@
748
710
  "button-props"
749
711
  ]
750
712
  },
713
+ "a-input-tag": {
714
+ "attributes": [
715
+ "change",
716
+ "input-value-change",
717
+ "press-enter",
718
+ "remove",
719
+ "clear",
720
+ "focus",
721
+ "blur",
722
+ "model-value",
723
+ "default-value",
724
+ "input-value",
725
+ "default-input-value",
726
+ "placeholder",
727
+ "disabled",
728
+ "error",
729
+ "readonly",
730
+ "allow-clear",
731
+ "size",
732
+ "max-tag-count",
733
+ "retain-input-value",
734
+ "format-tag",
735
+ "unique-value",
736
+ "field-names",
737
+ "tag-nowrap"
738
+ ]
739
+ },
751
740
  "a-layout": {
752
741
  "attributes": [
753
742
  "has-sider"
@@ -777,6 +766,17 @@
777
766
  "hide-trigger"
778
767
  ]
779
768
  },
769
+ "a-link": {
770
+ "attributes": [
771
+ "click",
772
+ "href",
773
+ "status",
774
+ "hoverable",
775
+ "icon",
776
+ "loading",
777
+ "disabled"
778
+ ]
779
+ },
780
780
  "a-list": {
781
781
  "attributes": [
782
782
  "scroll",
@@ -918,14 +918,6 @@
918
918
  "a-notification": {
919
919
  "attributes": []
920
920
  },
921
- "a-page-header": {
922
- "attributes": [
923
- "back",
924
- "title",
925
- "subtitle",
926
- "show-back"
927
- ]
928
- },
929
921
  "a-overflow-list": {
930
922
  "attributes": [
931
923
  "change",
@@ -934,6 +926,14 @@
934
926
  "from"
935
927
  ]
936
928
  },
929
+ "a-page-header": {
930
+ "attributes": [
931
+ "back",
932
+ "title",
933
+ "subtitle",
934
+ "show-back"
935
+ ]
936
+ },
937
937
  "a-popconfirm": {
938
938
  "attributes": [
939
939
  "popup-visible-change",
@@ -958,32 +958,6 @@
958
958
  "before-cancel"
959
959
  ]
960
960
  },
961
- "a-pagination": {
962
- "attributes": [
963
- "change",
964
- "page-size-change",
965
- "total",
966
- "current",
967
- "default-current",
968
- "page-size",
969
- "default-page-size",
970
- "disabled",
971
- "hide-on-single-page",
972
- "simple",
973
- "show-total",
974
- "show-more",
975
- "show-jumper",
976
- "show-page-size",
977
- "page-size-options",
978
- "page-size-props",
979
- "size",
980
- "page-item-style",
981
- "active-page-item-style",
982
- "base-size",
983
- "buffer-size",
984
- "auto-adjust"
985
- ]
986
- },
987
961
  "a-popover": {
988
962
  "attributes": [
989
963
  "popup-visible-change",
@@ -1000,21 +974,6 @@
1000
974
  "popup-container"
1001
975
  ]
1002
976
  },
1003
- "a-progress": {
1004
- "attributes": [
1005
- "type",
1006
- "size",
1007
- "percent",
1008
- "steps",
1009
- "animation",
1010
- "stroke-width",
1011
- "width",
1012
- "color",
1013
- "track-color",
1014
- "show-text",
1015
- "status"
1016
- ]
1017
- },
1018
977
  "a-rate": {
1019
978
  "attributes": [
1020
979
  "change",
@@ -1030,30 +989,19 @@
1030
989
  "color"
1031
990
  ]
1032
991
  },
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": {
992
+ "a-progress": {
1052
993
  "attributes": [
1053
- "scroll",
1054
994
  "type",
1055
- "outer-class",
1056
- "outer-style"
995
+ "size",
996
+ "percent",
997
+ "steps",
998
+ "animation",
999
+ "stroke-width",
1000
+ "width",
1001
+ "color",
1002
+ "track-color",
1003
+ "show-text",
1004
+ "status"
1057
1005
  ]
1058
1006
  },
1059
1007
  "a-radio": {
@@ -1078,41 +1026,22 @@
1078
1026
  "disabled"
1079
1027
  ]
1080
1028
  },
1081
- "a-slider": {
1082
- "attributes": [
1083
- "change",
1084
- "model-value",
1085
- "default-value",
1086
- "step",
1087
- "min",
1088
- "marks",
1089
- "max",
1090
- "direction",
1091
- "disabled",
1092
- "show-ticks",
1093
- "show-input",
1094
- "range",
1095
- "show-tooltip"
1096
- ]
1097
- },
1098
- "a-skeleton": {
1099
- "attributes": [
1100
- "loading",
1101
- "animation"
1102
- ]
1103
- },
1104
- "a-skeleton-line": {
1029
+ "a-result": {
1105
1030
  "attributes": [
1106
- "rows",
1107
- "widths",
1108
- "line-height",
1109
- "line-spacing"
1031
+ "status",
1032
+ "title",
1033
+ "subtitle"
1110
1034
  ]
1111
1035
  },
1112
- "a-skeleton-shape": {
1036
+ "a-resize-box": {
1113
1037
  "attributes": [
1114
- "shape",
1115
- "size"
1038
+ "moving-start",
1039
+ "moving",
1040
+ "moving-end",
1041
+ "width",
1042
+ "height",
1043
+ "component",
1044
+ "directions"
1116
1045
  ]
1117
1046
  },
1118
1047
  "a-select": {
@@ -1178,36 +1107,84 @@
1178
1107
  "label"
1179
1108
  ]
1180
1109
  },
1181
- "a-space": {
1110
+ "a-pagination": {
1182
1111
  "attributes": [
1183
- "align",
1184
- "direction",
1112
+ "change",
1113
+ "page-size-change",
1114
+ "total",
1115
+ "current",
1116
+ "default-current",
1117
+ "page-size",
1118
+ "default-page-size",
1119
+ "disabled",
1120
+ "hide-on-single-page",
1121
+ "simple",
1122
+ "show-total",
1123
+ "show-more",
1124
+ "show-jumper",
1125
+ "show-page-size",
1126
+ "page-size-options",
1127
+ "page-size-props",
1185
1128
  "size",
1186
- "wrap",
1187
- "fill"
1129
+ "page-item-style",
1130
+ "active-page-item-style",
1131
+ "base-size",
1132
+ "buffer-size",
1133
+ "auto-adjust"
1188
1134
  ]
1189
1135
  },
1190
- "a-spin": {
1136
+ "a-scrollbar": {
1137
+ "attributes": [
1138
+ "scroll",
1139
+ "type",
1140
+ "outer-class",
1141
+ "outer-style"
1142
+ ]
1143
+ },
1144
+ "a-skeleton": {
1191
1145
  "attributes": [
1192
- "size",
1193
1146
  "loading",
1194
- "dot",
1195
- "tip",
1196
- "hide-icon"
1147
+ "animation"
1197
1148
  ]
1198
1149
  },
1199
- "a-split": {
1150
+ "a-skeleton-line": {
1200
1151
  "attributes": [
1201
- "move-start",
1202
- "moving",
1203
- "move-end",
1204
- "component",
1205
- "direction",
1206
- "size",
1207
- "default-size",
1152
+ "rows",
1153
+ "widths",
1154
+ "line-height",
1155
+ "line-spacing"
1156
+ ]
1157
+ },
1158
+ "a-skeleton-shape": {
1159
+ "attributes": [
1160
+ "shape",
1161
+ "size"
1162
+ ]
1163
+ },
1164
+ "a-slider": {
1165
+ "attributes": [
1166
+ "change",
1167
+ "model-value",
1168
+ "default-value",
1169
+ "step",
1208
1170
  "min",
1171
+ "marks",
1209
1172
  "max",
1210
- "disabled"
1173
+ "direction",
1174
+ "disabled",
1175
+ "show-ticks",
1176
+ "show-input",
1177
+ "range",
1178
+ "show-tooltip"
1179
+ ]
1180
+ },
1181
+ "a-space": {
1182
+ "attributes": [
1183
+ "align",
1184
+ "direction",
1185
+ "size",
1186
+ "wrap",
1187
+ "fill"
1211
1188
  ]
1212
1189
  },
1213
1190
  "a-statistic": {
@@ -1238,57 +1215,69 @@
1238
1215
  "value-style"
1239
1216
  ]
1240
1217
  },
1241
- "a-tabs": {
1218
+ "a-split": {
1219
+ "attributes": [
1220
+ "move-start",
1221
+ "moving",
1222
+ "move-end",
1223
+ "component",
1224
+ "direction",
1225
+ "size",
1226
+ "default-size",
1227
+ "min",
1228
+ "max",
1229
+ "disabled"
1230
+ ]
1231
+ },
1232
+ "a-switch": {
1242
1233
  "attributes": [
1243
1234
  "change",
1244
- "tab-click",
1245
- "add",
1246
- "delete",
1247
- "active-key",
1248
- "default-active-key",
1249
- "position",
1235
+ "focus",
1236
+ "blur",
1237
+ "model-value",
1238
+ "default-checked",
1239
+ "disabled",
1240
+ "loading",
1241
+ "type",
1250
1242
  "size",
1243
+ "checked-value",
1244
+ "unchecked-value",
1245
+ "checked-color",
1246
+ "unchecked-color",
1247
+ "before-change",
1248
+ "checked-text",
1249
+ "unchecked-text"
1250
+ ]
1251
+ },
1252
+ "a-steps": {
1253
+ "attributes": [
1254
+ "change",
1251
1255
  "type",
1252
1256
  "direction",
1253
- "editable",
1254
- "show-add-button",
1255
- "destroy-on-hide",
1256
- "lazy-load",
1257
- "justify",
1258
- "animation",
1259
- "header-padding",
1260
- "auto-switch",
1261
- "hide-content",
1262
- "trigger",
1263
- "scroll-position"
1257
+ "label-placement",
1258
+ "current",
1259
+ "default-current",
1260
+ "status",
1261
+ "line-less",
1262
+ "small",
1263
+ "changeable"
1264
1264
  ]
1265
1265
  },
1266
- "a-tab-pane": {
1266
+ "a-step": {
1267
1267
  "attributes": [
1268
1268
  "title",
1269
- "disabled",
1270
- "closable",
1271
- "destroy-on-hide"
1269
+ "description",
1270
+ "status",
1271
+ "disabled"
1272
1272
  ]
1273
1273
  },
1274
- "a-switch": {
1274
+ "a-spin": {
1275
1275
  "attributes": [
1276
- "change",
1277
- "focus",
1278
- "blur",
1279
- "model-value",
1280
- "default-checked",
1281
- "disabled",
1282
- "loading",
1283
- "type",
1284
1276
  "size",
1285
- "checked-value",
1286
- "unchecked-value",
1287
- "checked-color",
1288
- "unchecked-color",
1289
- "before-change",
1290
- "checked-text",
1291
- "unchecked-text"
1277
+ "loading",
1278
+ "dot",
1279
+ "tip",
1280
+ "hide-icon"
1292
1281
  ]
1293
1282
  },
1294
1283
  "a-table": {
@@ -1374,45 +1363,6 @@
1374
1363
  "tooltip"
1375
1364
  ]
1376
1365
  },
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
1366
  "a-textarea": {
1417
1367
  "attributes": [
1418
1368
  "input",
@@ -1434,6 +1384,58 @@
1434
1384
  "textarea-attrs"
1435
1385
  ]
1436
1386
  },
1387
+ "a-timeline": {
1388
+ "attributes": [
1389
+ "reverse",
1390
+ "direction",
1391
+ "mode",
1392
+ "pending",
1393
+ "label-position"
1394
+ ]
1395
+ },
1396
+ "a-timeline-item": {
1397
+ "attributes": [
1398
+ "dot-color",
1399
+ "dot-type",
1400
+ "line-type",
1401
+ "line-color",
1402
+ "label",
1403
+ "position"
1404
+ ]
1405
+ },
1406
+ "a-tabs": {
1407
+ "attributes": [
1408
+ "change",
1409
+ "tab-click",
1410
+ "add",
1411
+ "delete",
1412
+ "active-key",
1413
+ "default-active-key",
1414
+ "position",
1415
+ "size",
1416
+ "type",
1417
+ "direction",
1418
+ "editable",
1419
+ "show-add-button",
1420
+ "destroy-on-hide",
1421
+ "lazy-load",
1422
+ "justify",
1423
+ "animation",
1424
+ "header-padding",
1425
+ "auto-switch",
1426
+ "hide-content",
1427
+ "trigger",
1428
+ "scroll-position"
1429
+ ]
1430
+ },
1431
+ "a-tab-pane": {
1432
+ "attributes": [
1433
+ "title",
1434
+ "disabled",
1435
+ "closable",
1436
+ "destroy-on-hide"
1437
+ ]
1438
+ },
1437
1439
  "a-time-picker": {
1438
1440
  "attributes": [
1439
1441
  "change",
@@ -1465,42 +1467,6 @@
1465
1467
  "unmount-on-close"
1466
1468
  ]
1467
1469
  },
1468
- "a-timeline": {
1469
- "attributes": [
1470
- "reverse",
1471
- "direction",
1472
- "mode",
1473
- "pending",
1474
- "label-position"
1475
- ]
1476
- },
1477
- "a-timeline-item": {
1478
- "attributes": [
1479
- "dot-color",
1480
- "dot-type",
1481
- "line-type",
1482
- "line-color",
1483
- "label",
1484
- "position"
1485
- ]
1486
- },
1487
- "a-tooltip": {
1488
- "attributes": [
1489
- "popup-visible-change",
1490
- "popup-visible",
1491
- "default-popup-visible",
1492
- "disabled",
1493
- "content",
1494
- "position",
1495
- "mini",
1496
- "background-color",
1497
- "content-class",
1498
- "content-style",
1499
- "arrow-class",
1500
- "arrow-style",
1501
- "popup-container"
1502
- ]
1503
- },
1504
1470
  "a-transfer": {
1505
1471
  "attributes": [
1506
1472
  "change",
@@ -1565,44 +1531,21 @@
1565
1531
  "default-input-value"
1566
1532
  ]
1567
1533
  },
1568
- "a-tree": {
1534
+ "a-tag": {
1569
1535
  "attributes": [
1570
- "select",
1536
+ "close",
1571
1537
  "check",
1572
- "expand",
1573
- "drag-start",
1574
- "drag-end",
1575
- "drag-over",
1576
- "drag-leave",
1577
- "drop",
1538
+ "color",
1578
1539
  "size",
1579
- "block-node",
1580
- "default-expand-all",
1581
- "multiple",
1540
+ "bordered",
1541
+ "visible",
1542
+ "default-visible",
1543
+ "loading",
1544
+ "closable",
1582
1545
  "checkable",
1583
- "selectable",
1584
- "check-strictly",
1585
- "checked-strategy",
1586
- "default-selected-keys",
1587
- "selected-keys",
1588
- "default-checked-keys",
1589
- "checked-keys",
1590
- "default-expanded-keys",
1591
- "expanded-keys",
1592
- "data",
1593
- "field-names",
1594
- "show-line",
1595
- "load-more",
1596
- "draggable",
1597
- "allow-drop",
1598
- "virtual-list-props",
1599
- "default-expand-selected",
1600
- "default-expand-checked",
1601
- "auto-expand-parent",
1602
- "half-checked-keys",
1603
- "only-check-leaf",
1604
- "animation",
1605
- "action-on-node-click"
1546
+ "checked",
1547
+ "default-checked",
1548
+ "nowrap"
1606
1549
  ]
1607
1550
  },
1608
1551
  "a-trigger": {
@@ -1645,6 +1588,23 @@
1645
1588
  "scroll-to-close-distance"
1646
1589
  ]
1647
1590
  },
1591
+ "a-tooltip": {
1592
+ "attributes": [
1593
+ "popup-visible-change",
1594
+ "popup-visible",
1595
+ "default-popup-visible",
1596
+ "disabled",
1597
+ "content",
1598
+ "position",
1599
+ "mini",
1600
+ "background-color",
1601
+ "content-class",
1602
+ "content-style",
1603
+ "arrow-class",
1604
+ "arrow-style",
1605
+ "popup-container"
1606
+ ]
1607
+ },
1648
1608
  "a-typography": {
1649
1609
  "attributes": []
1650
1610
  },
@@ -1804,5 +1764,45 @@
1804
1764
  "repeat",
1805
1765
  "staggered"
1806
1766
  ]
1767
+ },
1768
+ "a-tree": {
1769
+ "attributes": [
1770
+ "select",
1771
+ "check",
1772
+ "expand",
1773
+ "drag-start",
1774
+ "drag-end",
1775
+ "drag-over",
1776
+ "drag-leave",
1777
+ "drop",
1778
+ "size",
1779
+ "block-node",
1780
+ "default-expand-all",
1781
+ "multiple",
1782
+ "checkable",
1783
+ "selectable",
1784
+ "check-strictly",
1785
+ "checked-strategy",
1786
+ "default-selected-keys",
1787
+ "selected-keys",
1788
+ "default-checked-keys",
1789
+ "checked-keys",
1790
+ "default-expanded-keys",
1791
+ "expanded-keys",
1792
+ "data",
1793
+ "field-names",
1794
+ "show-line",
1795
+ "load-more",
1796
+ "draggable",
1797
+ "allow-drop",
1798
+ "virtual-list-props",
1799
+ "default-expand-selected",
1800
+ "default-expand-checked",
1801
+ "auto-expand-parent",
1802
+ "half-checked-keys",
1803
+ "only-check-leaf",
1804
+ "animation",
1805
+ "action-on-node-click"
1806
+ ]
1807
1807
  }
1808
1808
  }