antdv-next 1.4.4 → 1.4.5

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.
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.4",
2
+ "version": "1.4.5",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -173,164 +173,6 @@
173
173
  }
174
174
  ]
175
175
  },
176
- {
177
- "name": "a-auto-complete",
178
- "description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
179
- "attributes": [
180
- {
181
- "name": "allow-clear",
182
- "description": "Default: false\n\nShow clear button"
183
- },
184
- {
185
- "name": "backfill",
186
- "description": "Default: false\n\nIf backfill selected item the input when using keyboard"
187
- },
188
- {
189
- "name": "classes",
190
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
191
- },
192
- {
193
- "name": "default-active-first-option",
194
- "description": "Default: true\n\nWhether active first option by default"
195
- },
196
- {
197
- "name": "disabled",
198
- "description": "Default: false\n\nWhether disabled select"
199
- },
200
- {
201
- "name": "get-popup-container",
202
- "description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
203
- },
204
- {
205
- "name": "label-render",
206
- "description": "Default: -\n\nCustomize selected label render"
207
- },
208
- {
209
- "name": "not-found-content",
210
- "description": "Default: -\n\nSpecify content to show when no result matches"
211
- },
212
- {
213
- "name": "open",
214
- "description": "Default: -\n\nControlled open state of dropdown"
215
- },
216
- {
217
- "name": "options",
218
- "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
219
- },
220
- {
221
- "name": "option-render",
222
- "description": "Default: -\n\nCustomize the rendering dropdown options"
223
- },
224
- {
225
- "name": "placeholder",
226
- "description": "Default: -\n\nThe placeholder of input"
227
- },
228
- {
229
- "name": "popup-match-select-width",
230
- "description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
231
- },
232
- {
233
- "name": "popup-render",
234
- "description": "Default: -\n\nCustomize dropdown content"
235
- },
236
- {
237
- "name": "show-search",
238
- "description": "Default: true\n\nSearch configuration"
239
- },
240
- {
241
- "name": "size",
242
- "description": "Default: -\n\nThe size of the input box"
243
- },
244
- {
245
- "name": "status",
246
- "description": "Default: -\n\nSet validation status"
247
- },
248
- {
249
- "name": "styles",
250
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
251
- },
252
- {
253
- "name": "value",
254
- "description": "Default: -\n\nSelected option, support v-model:value"
255
- },
256
- {
257
- "name": "variant",
258
- "description": "Default: outlined\n\nVariants of input"
259
- },
260
- {
261
- "name": "virtual",
262
- "description": "Default: true\n\nDisable virtual scroll when set to false"
263
- }
264
- ]
265
- },
266
- {
267
- "name": "a-avatar",
268
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
269
- "attributes": [
270
- {
271
- "name": "shape",
272
- "description": "Default: circle\n\nThe shape of avatar"
273
- },
274
- {
275
- "name": "size",
276
- "description": "Default: medium\n\nThe size of the avatar"
277
- },
278
- {
279
- "name": "gap",
280
- "description": "Default: 4\n\nLetter type unit distance between left and right sides"
281
- },
282
- {
283
- "name": "src",
284
- "description": "Default: -\n\nThe address of the image for an image avatar or image element"
285
- },
286
- {
287
- "name": "src-set",
288
- "description": "Default: -\n\nA list of sources to use for different screen resolutions"
289
- },
290
- {
291
- "name": "draggable",
292
- "description": "Default: true\n\nWhether the picture is allowed to be dragged"
293
- },
294
- {
295
- "name": "icon",
296
- "description": "Default: -\n\nCustom icon type for an icon avatar"
297
- },
298
- {
299
- "name": "alt",
300
- "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
301
- },
302
- {
303
- "name": "cross-origin",
304
- "description": "Default: -\n\nCORS settings attributes"
305
- },
306
- {
307
- "name": "on-error",
308
- "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
309
- }
310
- ]
311
- },
312
- {
313
- "name": "a-avatar-group",
314
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
315
- "attributes": [
316
- {
317
- "name": "prefix-cls",
318
- "description": "Default: -\n\n-"
319
- },
320
- {
321
- "name": "max",
322
- "description": "Default: -\n\n-"
323
- },
324
- {
325
- "name": "size",
326
- "description": "Default: default\n\nThe size of the avatar"
327
- },
328
- {
329
- "name": "shape",
330
- "description": "Default: circle\n\nThe shape of avatar"
331
- }
332
- ]
333
- },
334
176
  {
335
177
  "name": "a-badge",
336
178
  "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
@@ -727,6 +569,96 @@
727
569
  }
728
570
  ]
729
571
  },
572
+ {
573
+ "name": "a-auto-complete",
574
+ "description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
575
+ "attributes": [
576
+ {
577
+ "name": "allow-clear",
578
+ "description": "Default: false\n\nShow clear button"
579
+ },
580
+ {
581
+ "name": "backfill",
582
+ "description": "Default: false\n\nIf backfill selected item the input when using keyboard"
583
+ },
584
+ {
585
+ "name": "classes",
586
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
587
+ },
588
+ {
589
+ "name": "default-active-first-option",
590
+ "description": "Default: true\n\nWhether active first option by default"
591
+ },
592
+ {
593
+ "name": "disabled",
594
+ "description": "Default: false\n\nWhether disabled select"
595
+ },
596
+ {
597
+ "name": "get-popup-container",
598
+ "description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
599
+ },
600
+ {
601
+ "name": "label-render",
602
+ "description": "Default: -\n\nCustomize selected label render"
603
+ },
604
+ {
605
+ "name": "not-found-content",
606
+ "description": "Default: -\n\nSpecify content to show when no result matches"
607
+ },
608
+ {
609
+ "name": "open",
610
+ "description": "Default: -\n\nControlled open state of dropdown"
611
+ },
612
+ {
613
+ "name": "options",
614
+ "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
615
+ },
616
+ {
617
+ "name": "option-render",
618
+ "description": "Default: -\n\nCustomize the rendering dropdown options"
619
+ },
620
+ {
621
+ "name": "placeholder",
622
+ "description": "Default: -\n\nThe placeholder of input"
623
+ },
624
+ {
625
+ "name": "popup-match-select-width",
626
+ "description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
627
+ },
628
+ {
629
+ "name": "popup-render",
630
+ "description": "Default: -\n\nCustomize dropdown content"
631
+ },
632
+ {
633
+ "name": "show-search",
634
+ "description": "Default: true\n\nSearch configuration"
635
+ },
636
+ {
637
+ "name": "size",
638
+ "description": "Default: -\n\nThe size of the input box"
639
+ },
640
+ {
641
+ "name": "status",
642
+ "description": "Default: -\n\nSet validation status"
643
+ },
644
+ {
645
+ "name": "styles",
646
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
647
+ },
648
+ {
649
+ "name": "value",
650
+ "description": "Default: -\n\nSelected option, support v-model:value"
651
+ },
652
+ {
653
+ "name": "variant",
654
+ "description": "Default: outlined\n\nVariants of input"
655
+ },
656
+ {
657
+ "name": "virtual",
658
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
659
+ }
660
+ ]
661
+ },
730
662
  {
731
663
  "name": "a-carousel",
732
664
  "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
@@ -944,12 +876,114 @@
944
876
  ]
945
877
  },
946
878
  {
947
- "name": "a-collapse",
948
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
879
+ "name": "a-color-picker",
880
+ "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
949
881
  "attributes": [
950
882
  {
951
- "name": "active-key",
952
- "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
883
+ "name": "allow-clear",
884
+ "description": "Default: false\n\nAllow clearing color selected"
885
+ },
886
+ {
887
+ "name": "arrow",
888
+ "description": "Default: true\n\nConfiguration for popup arrow"
889
+ },
890
+ {
891
+ "name": "auto-adjust-overflow",
892
+ "description": "Default: -\n\nAuto adjust placement when popup is invisible"
893
+ },
894
+ {
895
+ "name": "classes",
896
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
897
+ },
898
+ {
899
+ "name": "default-format",
900
+ "description": "Default: hex\n\nDefault format of color"
901
+ },
902
+ {
903
+ "name": "default-value",
904
+ "description": "Default: -\n\nDefault value of color"
905
+ },
906
+ {
907
+ "name": "destroy-on-hidden",
908
+ "description": "Default: false\n\nWhether destroy dom when close"
909
+ },
910
+ {
911
+ "name": "disabled",
912
+ "description": "Default: false\n\nDisable ColorPicker"
913
+ },
914
+ {
915
+ "name": "disabled-alpha",
916
+ "description": "Default: false\n\nDisable Alpha"
917
+ },
918
+ {
919
+ "name": "disabled-format",
920
+ "description": "Default: false\n\nDisable format of color"
921
+ },
922
+ {
923
+ "name": "format",
924
+ "description": "Default: -\n\nFormat of color, support v-model:format"
925
+ },
926
+ {
927
+ "name": "get-popup-container",
928
+ "description": "Default: -\n\nSpecify container for popup"
929
+ },
930
+ {
931
+ "name": "mode",
932
+ "description": "Default: single\n\nConfigure single or gradient color"
933
+ },
934
+ {
935
+ "name": "open",
936
+ "description": "Default: -\n\nWhether to show popup, support v-model:open"
937
+ },
938
+ {
939
+ "name": "placement",
940
+ "description": "Default: bottomLeft\n\nPlacement of popup"
941
+ },
942
+ {
943
+ "name": "presets",
944
+ "description": "Default: -\n\nPreset colors"
945
+ },
946
+ {
947
+ "name": "panel-render",
948
+ "description": "Default: -\n\nCustom Render Panel"
949
+ },
950
+ {
951
+ "name": "root-class",
952
+ "description": "Default: -\n\nRoot container class"
953
+ },
954
+ {
955
+ "name": "show-text",
956
+ "description": "Default: false\n\nShow color text"
957
+ },
958
+ {
959
+ "name": "size",
960
+ "description": "Default: middle\n\nSetting the trigger size"
961
+ },
962
+ {
963
+ "name": "styles",
964
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
965
+ },
966
+ {
967
+ "name": "trigger",
968
+ "description": "Default: click\n\nColorPicker trigger mode"
969
+ },
970
+ {
971
+ "name": "value-format",
972
+ "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
973
+ },
974
+ {
975
+ "name": "value",
976
+ "description": "Default: -\n\nValue of color, support v-model:value"
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "name": "a-collapse",
982
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
983
+ "attributes": [
984
+ {
985
+ "name": "active-key",
986
+ "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
953
987
  },
954
988
  {
955
989
  "name": "default-active-key",
@@ -1036,104 +1070,70 @@
1036
1070
  ]
1037
1071
  },
1038
1072
  {
1039
- "name": "a-color-picker",
1040
- "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1073
+ "name": "a-avatar",
1074
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
1041
1075
  "attributes": [
1042
1076
  {
1043
- "name": "allow-clear",
1044
- "description": "Default: false\n\nAllow clearing color selected"
1045
- },
1046
- {
1047
- "name": "arrow",
1048
- "description": "Default: true\n\nConfiguration for popup arrow"
1049
- },
1050
- {
1051
- "name": "auto-adjust-overflow",
1052
- "description": "Default: -\n\nAuto adjust placement when popup is invisible"
1053
- },
1054
- {
1055
- "name": "classes",
1056
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1057
- },
1058
- {
1059
- "name": "default-format",
1060
- "description": "Default: hex\n\nDefault format of color"
1061
- },
1062
- {
1063
- "name": "default-value",
1064
- "description": "Default: -\n\nDefault value of color"
1065
- },
1066
- {
1067
- "name": "destroy-on-hidden",
1068
- "description": "Default: false\n\nWhether destroy dom when close"
1069
- },
1070
- {
1071
- "name": "disabled",
1072
- "description": "Default: false\n\nDisable ColorPicker"
1077
+ "name": "shape",
1078
+ "description": "Default: circle\n\nThe shape of avatar"
1073
1079
  },
1074
1080
  {
1075
- "name": "disabled-alpha",
1076
- "description": "Default: false\n\nDisable Alpha"
1081
+ "name": "size",
1082
+ "description": "Default: medium\n\nThe size of the avatar"
1077
1083
  },
1078
1084
  {
1079
- "name": "disabled-format",
1080
- "description": "Default: false\n\nDisable format of color"
1085
+ "name": "gap",
1086
+ "description": "Default: 4\n\nLetter type unit distance between left and right sides"
1081
1087
  },
1082
1088
  {
1083
- "name": "format",
1084
- "description": "Default: -\n\nFormat of color, support v-model:format"
1089
+ "name": "src",
1090
+ "description": "Default: -\n\nThe address of the image for an image avatar or image element"
1085
1091
  },
1086
1092
  {
1087
- "name": "get-popup-container",
1088
- "description": "Default: -\n\nSpecify container for popup"
1093
+ "name": "src-set",
1094
+ "description": "Default: -\n\nA list of sources to use for different screen resolutions"
1089
1095
  },
1090
1096
  {
1091
- "name": "mode",
1092
- "description": "Default: single\n\nConfigure single or gradient color"
1097
+ "name": "draggable",
1098
+ "description": "Default: true\n\nWhether the picture is allowed to be dragged"
1093
1099
  },
1094
1100
  {
1095
- "name": "open",
1096
- "description": "Default: -\n\nWhether to show popup, support v-model:open"
1101
+ "name": "icon",
1102
+ "description": "Default: -\n\nCustom icon type for an icon avatar"
1097
1103
  },
1098
1104
  {
1099
- "name": "placement",
1100
- "description": "Default: bottomLeft\n\nPlacement of popup"
1105
+ "name": "alt",
1106
+ "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
1101
1107
  },
1102
1108
  {
1103
- "name": "presets",
1104
- "description": "Default: -\n\nPreset colors"
1109
+ "name": "cross-origin",
1110
+ "description": "Default: -\n\nCORS settings attributes"
1105
1111
  },
1106
1112
  {
1107
- "name": "panel-render",
1108
- "description": "Default: -\n\nCustom Render Panel"
1109
- },
1113
+ "name": "on-error",
1114
+ "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
1115
+ }
1116
+ ]
1117
+ },
1118
+ {
1119
+ "name": "a-avatar-group",
1120
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
1121
+ "attributes": [
1110
1122
  {
1111
- "name": "root-class",
1112
- "description": "Default: -\n\nRoot container class"
1123
+ "name": "prefix-cls",
1124
+ "description": "Default: -\n\n-"
1113
1125
  },
1114
1126
  {
1115
- "name": "show-text",
1116
- "description": "Default: false\n\nShow color text"
1127
+ "name": "max",
1128
+ "description": "Default: -\n\n-"
1117
1129
  },
1118
1130
  {
1119
1131
  "name": "size",
1120
- "description": "Default: middle\n\nSetting the trigger size"
1121
- },
1122
- {
1123
- "name": "styles",
1124
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1125
- },
1126
- {
1127
- "name": "trigger",
1128
- "description": "Default: click\n\nColorPicker trigger mode"
1129
- },
1130
- {
1131
- "name": "value-format",
1132
- "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1132
+ "description": "Default: default\n\nThe size of the avatar"
1133
1133
  },
1134
1134
  {
1135
- "name": "value",
1136
- "description": "Default: -\n\nValue of color, support v-model:value"
1135
+ "name": "shape",
1136
+ "description": "Default: circle\n\nThe shape of avatar"
1137
1137
  }
1138
1138
  ]
1139
1139
  },
@@ -1207,66 +1207,6 @@
1207
1207
  }
1208
1208
  ]
1209
1209
  },
1210
- {
1211
- "name": "a-localization",
1212
- "description": "To select or input a date.",
1213
- "attributes": []
1214
- },
1215
- {
1216
- "name": "a-common-api",
1217
- "description": "To select or input a date.",
1218
- "attributes": []
1219
- },
1220
- {
1221
- "name": "a-common-methods",
1222
- "description": "To select or input a date.",
1223
- "attributes": []
1224
- },
1225
- {
1226
- "name": "a-date-picker",
1227
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1228
- "attributes": []
1229
- },
1230
- {
1231
- "name": "a-date-picker[picker=year]",
1232
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1233
- "attributes": []
1234
- },
1235
- {
1236
- "name": "a-date-picker[picker=quarter]",
1237
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1238
- "attributes": []
1239
- },
1240
- {
1241
- "name": "a-date-picker[picker=month]",
1242
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1243
- "attributes": []
1244
- },
1245
- {
1246
- "name": "a-date-picker[picker=week]",
1247
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1248
- "attributes": []
1249
- },
1250
- {
1251
- "name": "a-range-picker",
1252
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1253
- "attributes": []
1254
- },
1255
- {
1256
- "name": "a-国际化配置",
1257
- "description": "输入或选择日期的控件。",
1258
- "attributes": []
1259
- },
1260
- {
1261
- "name": "a-共同的-api",
1262
- "description": "输入或选择日期的控件。",
1263
- "attributes": []
1264
- },
1265
- {
1266
- "name": "a-共同的方法",
1267
- "description": "输入或选择日期的控件。",
1268
- "attributes": []
1269
- },
1270
1210
  {
1271
1211
  "name": "a-descriptions",
1272
1212
  "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
@@ -1367,6 +1307,66 @@
1367
1307
  }
1368
1308
  ]
1369
1309
  },
1310
+ {
1311
+ "name": "a-localization",
1312
+ "description": "To select or input a date.",
1313
+ "attributes": []
1314
+ },
1315
+ {
1316
+ "name": "a-common-api",
1317
+ "description": "To select or input a date.",
1318
+ "attributes": []
1319
+ },
1320
+ {
1321
+ "name": "a-common-methods",
1322
+ "description": "To select or input a date.",
1323
+ "attributes": []
1324
+ },
1325
+ {
1326
+ "name": "a-date-picker",
1327
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1328
+ "attributes": []
1329
+ },
1330
+ {
1331
+ "name": "a-date-picker[picker=year]",
1332
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1333
+ "attributes": []
1334
+ },
1335
+ {
1336
+ "name": "a-date-picker[picker=quarter]",
1337
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1338
+ "attributes": []
1339
+ },
1340
+ {
1341
+ "name": "a-date-picker[picker=month]",
1342
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1343
+ "attributes": []
1344
+ },
1345
+ {
1346
+ "name": "a-date-picker[picker=week]",
1347
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1348
+ "attributes": []
1349
+ },
1350
+ {
1351
+ "name": "a-range-picker",
1352
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1353
+ "attributes": []
1354
+ },
1355
+ {
1356
+ "name": "a-国际化配置",
1357
+ "description": "输入或选择日期的控件。",
1358
+ "attributes": []
1359
+ },
1360
+ {
1361
+ "name": "a-共同的-api",
1362
+ "description": "输入或选择日期的控件。",
1363
+ "attributes": []
1364
+ },
1365
+ {
1366
+ "name": "a-共同的方法",
1367
+ "description": "输入或选择日期的控件。",
1368
+ "attributes": []
1369
+ },
1370
1370
  {
1371
1371
  "name": "a-drawer",
1372
1372
  "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
@@ -1469,6 +1469,41 @@
1469
1469
  }
1470
1470
  ]
1471
1471
  },
1472
+ {
1473
+ "name": "a-empty",
1474
+ "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1475
+ "attributes": [
1476
+ {
1477
+ "name": "classes",
1478
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1479
+ },
1480
+ {
1481
+ "name": "styles",
1482
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1483
+ },
1484
+ {
1485
+ "name": "image",
1486
+ "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1487
+ },
1488
+ {
1489
+ "name": "description",
1490
+ "description": "Default: -\n\nCustomize description"
1491
+ },
1492
+ {
1493
+ "name": "root-class",
1494
+ "description": "Default: -\n\nRoot container class"
1495
+ },
1496
+ {
1497
+ "name": "prefix-cls",
1498
+ "description": "Default: -\n\nPrefix class name"
1499
+ }
1500
+ ]
1501
+ },
1502
+ {
1503
+ "name": "a-flex",
1504
+ "description": "用于对齐的弹性布局容器。",
1505
+ "attributes": []
1506
+ },
1472
1507
  {
1473
1508
  "name": "a-dropdown",
1474
1509
  "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
@@ -1555,45 +1590,6 @@
1555
1590
  }
1556
1591
  ]
1557
1592
  },
1558
- {
1559
- "name": "a-empty",
1560
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1561
- "attributes": [
1562
- {
1563
- "name": "vertical",
1564
- "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1565
- },
1566
- {
1567
- "name": "wrap",
1568
- "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1569
- },
1570
- {
1571
- "name": "justify",
1572
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1573
- },
1574
- {
1575
- "name": "align",
1576
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1577
- },
1578
- {
1579
- "name": "flex",
1580
- "description": "Default: normal\n\nflex CSS shorthand properties"
1581
- },
1582
- {
1583
- "name": "gap",
1584
- "description": "Default: -\n\nSets the gap between grids"
1585
- },
1586
- {
1587
- "name": "component",
1588
- "description": "Default: div\n\ncustom element type"
1589
- }
1590
- ]
1591
- },
1592
- {
1593
- "name": "a-flex",
1594
- "description": "用于对齐的弹性布局容器。",
1595
- "attributes": []
1596
- },
1597
1593
  {
1598
1594
  "name": "a-float-button-group",
1599
1595
  "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
@@ -1669,58 +1665,180 @@
1669
1665
  "description": "Default: button\n\nSet the original html type of button, see: MDN"
1670
1666
  },
1671
1667
  {
1672
- "name": "badge",
1673
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1668
+ "name": "badge",
1669
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1670
+ },
1671
+ {
1672
+ "name": "classes",
1673
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1674
+ },
1675
+ {
1676
+ "name": "styles",
1677
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1678
+ }
1679
+ ]
1680
+ },
1681
+ {
1682
+ "name": "a-float-back-top",
1683
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1684
+ "attributes": [
1685
+ {
1686
+ "name": "duration",
1687
+ "description": "Default: 450\n\nTime to return to top(ms)"
1688
+ },
1689
+ {
1690
+ "name": "target",
1691
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1692
+ },
1693
+ {
1694
+ "name": "visibility-height",
1695
+ "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1696
+ },
1697
+ {
1698
+ "name": "badge",
1699
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1700
+ },
1701
+ {
1702
+ "name": "html-type",
1703
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1704
+ },
1705
+ {
1706
+ "name": "aria-label",
1707
+ "description": "Default: -\n\n-"
1708
+ },
1709
+ {
1710
+ "name": "style",
1711
+ "description": "Default: -\n\n-"
1712
+ },
1713
+ {
1714
+ "name": "classes",
1715
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1716
+ },
1717
+ {
1718
+ "name": "styles",
1719
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1720
+ }
1721
+ ]
1722
+ },
1723
+ {
1724
+ "name": "a-image",
1725
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
1726
+ "attributes": [
1727
+ {
1728
+ "name": "preview",
1729
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
1730
+ },
1731
+ {
1732
+ "name": "wrapper-style",
1733
+ "description": "Default: -\n\nDeprecated."
1734
+ },
1735
+ {
1736
+ "name": "classes",
1737
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1738
+ },
1739
+ {
1740
+ "name": "styles",
1741
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1742
+ },
1743
+ {
1744
+ "name": "root-class",
1745
+ "description": "Default: -\n\n-"
1746
+ },
1747
+ {
1748
+ "name": "alt",
1749
+ "description": "Default: -\n\nImage description"
1750
+ },
1751
+ {
1752
+ "name": "height",
1753
+ "description": "Default: -\n\nImage height"
1754
+ },
1755
+ {
1756
+ "name": "src",
1757
+ "description": "Default: -\n\nImage URL"
1758
+ },
1759
+ {
1760
+ "name": "width",
1761
+ "description": "Default: -\n\nImage width"
1762
+ }
1763
+ ]
1764
+ },
1765
+ {
1766
+ "name": "a-row",
1767
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1768
+ "attributes": [
1769
+ {
1770
+ "name": "align",
1771
+ "description": "Default: top\n\nVertical alignment"
1772
+ },
1773
+ {
1774
+ "name": "gutter",
1775
+ "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
1674
1776
  },
1675
1777
  {
1676
- "name": "classes",
1677
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1778
+ "name": "justify",
1779
+ "description": "Default: start\n\nHorizontal arrangement"
1678
1780
  },
1679
1781
  {
1680
- "name": "styles",
1681
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1782
+ "name": "wrap",
1783
+ "description": "Default: true\n\nAuto wrap line"
1682
1784
  }
1683
1785
  ]
1684
1786
  },
1685
1787
  {
1686
- "name": "a-float-back-top",
1687
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1788
+ "name": "a-col",
1789
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1688
1790
  "attributes": [
1689
1791
  {
1690
- "name": "duration",
1691
- "description": "Default: 450\n\nTime to return to top(ms)"
1792
+ "name": "flex",
1793
+ "description": "Default: -\n\nFlex layout style. Number for 'flex: n n auto', string is applied directly (e.g. pure number string 'n' for 'flex: n 1 0')"
1692
1794
  },
1693
1795
  {
1694
- "name": "target",
1695
- "description": "Default: -\n\nSpecifies where to display the linked URL"
1796
+ "name": "offset",
1797
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1696
1798
  },
1697
1799
  {
1698
- "name": "visibility-height",
1699
- "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1800
+ "name": "order",
1801
+ "description": "Default: 0\n\nRaster order"
1700
1802
  },
1701
1803
  {
1702
- "name": "badge",
1703
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1804
+ "name": "pull",
1805
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1704
1806
  },
1705
1807
  {
1706
- "name": "html-type",
1707
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1808
+ "name": "push",
1809
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1708
1810
  },
1709
1811
  {
1710
- "name": "aria-label",
1711
- "description": "Default: -\n\n-"
1812
+ "name": "span",
1813
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1712
1814
  },
1713
1815
  {
1714
- "name": "style",
1715
- "description": "Default: -\n\n-"
1816
+ "name": "xs",
1817
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1716
1818
  },
1717
1819
  {
1718
- "name": "classes",
1719
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1820
+ "name": "sm",
1821
+ "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
1720
1822
  },
1721
1823
  {
1722
- "name": "styles",
1723
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1824
+ "name": "md",
1825
+ "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
1826
+ },
1827
+ {
1828
+ "name": "lg",
1829
+ "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
1830
+ },
1831
+ {
1832
+ "name": "xl",
1833
+ "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
1834
+ },
1835
+ {
1836
+ "name": "xxl",
1837
+ "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
1838
+ },
1839
+ {
1840
+ "name": "xxxl",
1841
+ "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
1724
1842
  }
1725
1843
  ]
1726
1844
  },
@@ -1929,86 +2047,6 @@
1929
2047
  "description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
1930
2048
  "attributes": []
1931
2049
  },
1932
- {
1933
- "name": "a-row",
1934
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1935
- "attributes": [
1936
- {
1937
- "name": "align",
1938
- "description": "Default: top\n\nVertical alignment"
1939
- },
1940
- {
1941
- "name": "gutter",
1942
- "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
1943
- },
1944
- {
1945
- "name": "justify",
1946
- "description": "Default: start\n\nHorizontal arrangement"
1947
- },
1948
- {
1949
- "name": "wrap",
1950
- "description": "Default: true\n\nAuto wrap line"
1951
- }
1952
- ]
1953
- },
1954
- {
1955
- "name": "a-col",
1956
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1957
- "attributes": [
1958
- {
1959
- "name": "flex",
1960
- "description": "Default: -\n\nFlex layout style. Number for 'flex: n n auto', string is applied directly (e.g. pure number string 'n' for 'flex: n 1 0')"
1961
- },
1962
- {
1963
- "name": "offset",
1964
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1965
- },
1966
- {
1967
- "name": "order",
1968
- "description": "Default: 0\n\nRaster order"
1969
- },
1970
- {
1971
- "name": "pull",
1972
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1973
- },
1974
- {
1975
- "name": "push",
1976
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1977
- },
1978
- {
1979
- "name": "span",
1980
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1981
- },
1982
- {
1983
- "name": "xs",
1984
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1985
- },
1986
- {
1987
- "name": "sm",
1988
- "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
1989
- },
1990
- {
1991
- "name": "md",
1992
- "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
1993
- },
1994
- {
1995
- "name": "lg",
1996
- "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
1997
- },
1998
- {
1999
- "name": "xl",
2000
- "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
2001
- },
2002
- {
2003
- "name": "xxl",
2004
- "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2005
- },
2006
- {
2007
- "name": "xxxl",
2008
- "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
2009
- }
2010
- ]
2011
- },
2012
2050
  {
2013
2051
  "name": "a-common-icon",
2014
2052
  "description": "Semantic vector graphics.",
@@ -2069,48 +2107,6 @@
2069
2107
  "description": "语义化的矢量图形。",
2070
2108
  "attributes": []
2071
2109
  },
2072
- {
2073
- "name": "a-image",
2074
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2075
- "attributes": [
2076
- {
2077
- "name": "preview",
2078
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2079
- },
2080
- {
2081
- "name": "wrapper-style",
2082
- "description": "Default: -\n\nDeprecated."
2083
- },
2084
- {
2085
- "name": "classes",
2086
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2087
- },
2088
- {
2089
- "name": "styles",
2090
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2091
- },
2092
- {
2093
- "name": "root-class",
2094
- "description": "Default: -\n\n-"
2095
- },
2096
- {
2097
- "name": "alt",
2098
- "description": "Default: -\n\nImage description"
2099
- },
2100
- {
2101
- "name": "height",
2102
- "description": "Default: -\n\nImage height"
2103
- },
2104
- {
2105
- "name": "src",
2106
- "description": "Default: -\n\nImage URL"
2107
- },
2108
- {
2109
- "name": "width",
2110
- "description": "Default: -\n\nImage width"
2111
- }
2112
- ]
2113
- },
2114
2110
  {
2115
2111
  "name": "a-input",
2116
2112
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2284,24 +2280,84 @@
2284
2280
  "description": "Default: -\n\nSet validation status"
2285
2281
  },
2286
2282
  {
2287
- "name": "size",
2288
- "description": "Default: middle\n\nThe size of the input box"
2283
+ "name": "size",
2284
+ "description": "Default: middle\n\nThe size of the input box"
2285
+ },
2286
+ {
2287
+ "name": "variant",
2288
+ "description": "Default: outlined\n\nVariants of Input"
2289
+ },
2290
+ {
2291
+ "name": "value",
2292
+ "description": "Default: -\n\nThe input content value"
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name": "a-types",
2298
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2299
+ "attributes": []
2300
+ },
2301
+ {
2302
+ "name": "a-layout",
2303
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2304
+ "attributes": [
2305
+ {
2306
+ "name": "has-sider",
2307
+ "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
2308
+ }
2309
+ ]
2310
+ },
2311
+ {
2312
+ "name": "a-layout-sider",
2313
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2314
+ "attributes": [
2315
+ {
2316
+ "name": "breakpoint",
2317
+ "description": "Default: -\n\nBreakpoints of the responsive layout"
2318
+ },
2319
+ {
2320
+ "name": "classes",
2321
+ "description": "Default: -\n\nSemantic structure class (root, body) for the Sider, supports object or function"
2322
+ },
2323
+ {
2324
+ "name": "collapsed",
2325
+ "description": "Default: -\n\nTo set the current status"
2326
+ },
2327
+ {
2328
+ "name": "collapsed-width",
2329
+ "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2330
+ },
2331
+ {
2332
+ "name": "collapsible",
2333
+ "description": "Default: false\n\nWhether can be collapsed"
2334
+ },
2335
+ {
2336
+ "name": "reverse-arrow",
2337
+ "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2338
+ },
2339
+ {
2340
+ "name": "styles",
2341
+ "description": "Default: -\n\nSemantic structure inline style (root, body) for the Sider, supports object or function"
2342
+ },
2343
+ {
2344
+ "name": "theme",
2345
+ "description": "Default: dark\n\nColor theme of the sidebar"
2346
+ },
2347
+ {
2348
+ "name": "trigger",
2349
+ "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
2289
2350
  },
2290
2351
  {
2291
- "name": "variant",
2292
- "description": "Default: outlined\n\nVariants of Input"
2352
+ "name": "width",
2353
+ "description": "Default: 200\n\nWidth of the sidebar"
2293
2354
  },
2294
2355
  {
2295
- "name": "value",
2296
- "description": "Default: -\n\nThe input content value"
2356
+ "name": "zero-width-trigger-style",
2357
+ "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2297
2358
  }
2298
2359
  ]
2299
2360
  },
2300
- {
2301
- "name": "a-types",
2302
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2303
- "attributes": []
2304
- },
2305
2361
  {
2306
2362
  "name": "a-input-number",
2307
2363
  "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
@@ -2373,62 +2429,52 @@
2373
2429
  ]
2374
2430
  },
2375
2431
  {
2376
- "name": "a-layout",
2377
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2378
- "attributes": [
2379
- {
2380
- "name": "has-sider",
2381
- "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
2382
- }
2383
- ]
2384
- },
2385
- {
2386
- "name": "a-layout-sider",
2387
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2432
+ "name": "a-mentions",
2433
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2388
2434
  "attributes": [
2389
2435
  {
2390
- "name": "breakpoint",
2391
- "description": "Default: -\n\nBreakpoints of the responsive layout"
2436
+ "name": "loading",
2437
+ "description": "Default: -\n\n-"
2392
2438
  },
2393
2439
  {
2394
- "name": "classes",
2395
- "description": "Default: -\n\nSemantic structure class (root, body) for the Sider, supports object or function"
2440
+ "name": "status",
2441
+ "description": "Default: -\n\nSet validation status"
2396
2442
  },
2397
2443
  {
2398
- "name": "collapsed",
2399
- "description": "Default: -\n\nTo set the current status"
2444
+ "name": "options",
2445
+ "description": "Default: \\[]\n\nOption Configuration"
2400
2446
  },
2401
2447
  {
2402
- "name": "collapsed-width",
2403
- "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2448
+ "name": "popup-class-name",
2449
+ "description": "Default: -\n\n-"
2404
2450
  },
2405
2451
  {
2406
- "name": "collapsible",
2407
- "description": "Default: false\n\nWhether can be collapsed"
2452
+ "name": "variant",
2453
+ "description": "Default: outlined\n\nVariants of Input"
2408
2454
  },
2409
2455
  {
2410
- "name": "reverse-arrow",
2411
- "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2456
+ "name": "classes",
2457
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2412
2458
  },
2413
2459
  {
2414
2460
  "name": "styles",
2415
- "description": "Default: -\n\nSemantic structure inline style (root, body) for the Sider, supports object or function"
2461
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2416
2462
  },
2417
2463
  {
2418
- "name": "theme",
2419
- "description": "Default: dark\n\nColor theme of the sidebar"
2464
+ "name": "size",
2465
+ "description": "Default: -\n\n-"
2420
2466
  },
2421
2467
  {
2422
- "name": "trigger",
2423
- "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
2468
+ "name": "label-render",
2469
+ "description": "Default: -\n\n-"
2424
2470
  },
2425
2471
  {
2426
- "name": "width",
2427
- "description": "Default: 200\n\nWidth of the sidebar"
2472
+ "name": "allow-clear",
2473
+ "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2428
2474
  },
2429
2475
  {
2430
- "name": "zero-width-trigger-style",
2431
- "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2476
+ "name": "disabled",
2477
+ "description": "Default: -\n\n-"
2432
2478
  }
2433
2479
  ]
2434
2480
  },
@@ -2467,54 +2513,54 @@
2467
2513
  ]
2468
2514
  },
2469
2515
  {
2470
- "name": "a-mentions",
2471
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2472
- "attributes": [
2473
- {
2474
- "name": "loading",
2475
- "description": "Default: -\n\n-"
2476
- },
2477
- {
2478
- "name": "status",
2479
- "description": "Default: -\n\nSet validation status"
2480
- },
2481
- {
2482
- "name": "options",
2483
- "description": "Default: \\[]\n\nOption Configuration"
2484
- },
2485
- {
2486
- "name": "popup-class-name",
2487
- "description": "Default: -\n\n-"
2488
- },
2489
- {
2490
- "name": "variant",
2491
- "description": "Default: outlined\n\nVariants of Input"
2492
- },
2493
- {
2494
- "name": "classes",
2495
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2496
- },
2497
- {
2498
- "name": "styles",
2499
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2500
- },
2501
- {
2502
- "name": "size",
2503
- "description": "Default: -\n\n-"
2504
- },
2505
- {
2506
- "name": "label-render",
2507
- "description": "Default: -\n\n-"
2508
- },
2509
- {
2510
- "name": "allow-clear",
2511
- "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2512
- },
2513
- {
2514
- "name": "disabled",
2515
- "description": "Default: -\n\n-"
2516
- }
2517
- ]
2516
+ "name": "a-static-methods",
2517
+ "description": "Prompt notification message globally.",
2518
+ "attributes": []
2519
+ },
2520
+ {
2521
+ "name": "a-arguments",
2522
+ "description": "Display global messages as feedback in response to user operations.",
2523
+ "attributes": []
2524
+ },
2525
+ {
2526
+ "name": "a-config",
2527
+ "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2528
+ "attributes": []
2529
+ },
2530
+ {
2531
+ "name": "a-global-configuration",
2532
+ "description": "Prompt notification message globally.",
2533
+ "attributes": []
2534
+ },
2535
+ {
2536
+ "name": "a-静态方法",
2537
+ "description": "全局展示通知提醒信息。",
2538
+ "attributes": []
2539
+ },
2540
+ {
2541
+ "name": "a-参数",
2542
+ "description": "全局展示操作反馈信息。",
2543
+ "attributes": []
2544
+ },
2545
+ {
2546
+ "name": "a-全局配置",
2547
+ "description": "全局展示通知提醒信息。",
2548
+ "attributes": []
2549
+ },
2550
+ {
2551
+ "name": "a-args-props",
2552
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2553
+ "attributes": []
2554
+ },
2555
+ {
2556
+ "name": "a-notification-use-notification",
2557
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2558
+ "attributes": []
2559
+ },
2560
+ {
2561
+ "name": "a-closable-type",
2562
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2563
+ "attributes": []
2518
2564
  },
2519
2565
  {
2520
2566
  "name": "a-menu",
@@ -2626,41 +2672,6 @@
2626
2672
  }
2627
2673
  ]
2628
2674
  },
2629
- {
2630
- "name": "a-static-methods",
2631
- "description": "Prompt notification message globally.",
2632
- "attributes": []
2633
- },
2634
- {
2635
- "name": "a-arguments",
2636
- "description": "Display global messages as feedback in response to user operations.",
2637
- "attributes": []
2638
- },
2639
- {
2640
- "name": "a-config",
2641
- "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2642
- "attributes": []
2643
- },
2644
- {
2645
- "name": "a-global-configuration",
2646
- "description": "Prompt notification message globally.",
2647
- "attributes": []
2648
- },
2649
- {
2650
- "name": "a-静态方法",
2651
- "description": "全局展示通知提醒信息。",
2652
- "attributes": []
2653
- },
2654
- {
2655
- "name": "a-参数",
2656
- "description": "全局展示操作反馈信息。",
2657
- "attributes": []
2658
- },
2659
- {
2660
- "name": "a-全局配置",
2661
- "description": "全局展示通知提醒信息。",
2662
- "attributes": []
2663
- },
2664
2675
  {
2665
2676
  "name": "a-modal",
2666
2677
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2770,62 +2781,101 @@
2770
2781
  "description": "Default: -\n\nRoot container class"
2771
2782
  },
2772
2783
  {
2773
- "name": "root-style",
2774
- "description": "Default: -\n\nRoot container style"
2784
+ "name": "root-style",
2785
+ "description": "Default: -\n\nRoot container style"
2786
+ },
2787
+ {
2788
+ "name": "scroll-lock",
2789
+ "description": "Default: true\n\nWhether to lock body scroll when modal opens"
2790
+ },
2791
+ {
2792
+ "name": "styles",
2793
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
2794
+ },
2795
+ {
2796
+ "name": "title",
2797
+ "description": "Default: -\n\nThe modal dialog's title"
2798
+ },
2799
+ {
2800
+ "name": "transition-name",
2801
+ "description": "Default: -\n\nTransition name of dialog"
2802
+ },
2803
+ {
2804
+ "name": "mask-transition-name",
2805
+ "description": "Default: -\n\nTransition name of mask"
2806
+ },
2807
+ {
2808
+ "name": "width",
2809
+ "description": "Default: 520\n\nWidth of the modal dialog"
2810
+ },
2811
+ {
2812
+ "name": "wrap-class-name",
2813
+ "description": "Default: -\n\nThe class name of the container of the modal dialog"
2814
+ },
2815
+ {
2816
+ "name": "wrap-props",
2817
+ "description": "Default: -\n\nWrapper element props"
2818
+ },
2819
+ {
2820
+ "name": "z-index",
2821
+ "description": "Default: 1000\n\nThe z-index of the Modal"
2822
+ }
2823
+ ]
2824
+ },
2825
+ {
2826
+ "name": "a-popconfirm",
2827
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2828
+ "attributes": [
2829
+ {
2830
+ "name": "cancel-button-props",
2831
+ "description": "Default: -\n\nThe cancel button props"
2832
+ },
2833
+ {
2834
+ "name": "cancel-text",
2835
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
2836
+ },
2837
+ {
2838
+ "name": "disabled",
2839
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2775
2840
  },
2776
2841
  {
2777
- "name": "scroll-lock",
2778
- "description": "Default: true\n\nWhether to lock body scroll when modal opens"
2842
+ "name": "icon",
2843
+ "description": "Default: -\n\nCustomize icon of confirmation"
2779
2844
  },
2780
2845
  {
2781
- "name": "styles",
2782
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
2846
+ "name": "ok-button-props",
2847
+ "description": "Default: -\n\nThe ok button props"
2783
2848
  },
2784
2849
  {
2785
- "name": "title",
2786
- "description": "Default: -\n\nThe modal dialog's title"
2850
+ "name": "ok-text",
2851
+ "description": "Default: OK\n\nThe text of the Confirm button"
2787
2852
  },
2788
2853
  {
2789
- "name": "transition-name",
2790
- "description": "Default: -\n\nTransition name of dialog"
2854
+ "name": "ok-type",
2855
+ "description": "Default: primary\n\nButton type of the Confirm button"
2791
2856
  },
2792
2857
  {
2793
- "name": "mask-transition-name",
2794
- "description": "Default: -\n\nTransition name of mask"
2858
+ "name": "show-cancel",
2859
+ "description": "Default: true\n\nShow cancel button"
2795
2860
  },
2796
2861
  {
2797
- "name": "width",
2798
- "description": "Default: 520\n\nWidth of the modal dialog"
2862
+ "name": "title",
2863
+ "description": "Default: -\n\nThe title of the confirmation box"
2799
2864
  },
2800
2865
  {
2801
- "name": "wrap-class-name",
2802
- "description": "Default: -\n\nThe class name of the container of the modal dialog"
2866
+ "name": "description",
2867
+ "description": "Default: -\n\nThe description of the confirmation box"
2803
2868
  },
2804
2869
  {
2805
- "name": "wrap-props",
2806
- "description": "Default: -\n\nWrapper element props"
2870
+ "name": "classes",
2871
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2807
2872
  },
2808
2873
  {
2809
- "name": "z-index",
2810
- "description": "Default: 1000\n\nThe z-index of the Modal"
2874
+ "name": "styles",
2875
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2811
2876
  }
2812
2877
  ]
2813
2878
  },
2814
- {
2815
- "name": "a-args-props",
2816
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2817
- "attributes": []
2818
- },
2819
- {
2820
- "name": "a-notification-use-notification",
2821
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2822
- "attributes": []
2823
- },
2824
- {
2825
- "name": "a-closable-type",
2826
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2827
- "attributes": []
2828
- },
2829
2879
  {
2830
2880
  "name": "a-pagination",
2831
2881
  "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
@@ -2945,48 +2995,16 @@
2945
2995
  ]
2946
2996
  },
2947
2997
  {
2948
- "name": "a-popconfirm",
2949
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2998
+ "name": "a-popover",
2999
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2950
3000
  "attributes": [
2951
- {
2952
- "name": "cancel-button-props",
2953
- "description": "Default: -\n\nThe cancel button props"
2954
- },
2955
- {
2956
- "name": "cancel-text",
2957
- "description": "Default: Cancel\n\nThe text of the Cancel button"
2958
- },
2959
- {
2960
- "name": "disabled",
2961
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2962
- },
2963
- {
2964
- "name": "icon",
2965
- "description": "Default: -\n\nCustomize icon of confirmation"
2966
- },
2967
- {
2968
- "name": "ok-button-props",
2969
- "description": "Default: -\n\nThe ok button props"
2970
- },
2971
- {
2972
- "name": "ok-text",
2973
- "description": "Default: OK\n\nThe text of the Confirm button"
2974
- },
2975
- {
2976
- "name": "ok-type",
2977
- "description": "Default: primary\n\nButton type of the Confirm button"
2978
- },
2979
- {
2980
- "name": "show-cancel",
2981
- "description": "Default: true\n\nShow cancel button"
2982
- },
2983
3001
  {
2984
3002
  "name": "title",
2985
- "description": "Default: -\n\nThe title of the confirmation box"
3003
+ "description": "Default: -\n\nTitle of the card"
2986
3004
  },
2987
3005
  {
2988
- "name": "description",
2989
- "description": "Default: -\n\nThe description of the confirmation box"
3006
+ "name": "content",
3007
+ "description": "Default: -\n\nContent of the card"
2990
3008
  },
2991
3009
  {
2992
3010
  "name": "classes",
@@ -2998,72 +3016,6 @@
2998
3016
  }
2999
3017
  ]
3000
3018
  },
3001
- {
3002
- "name": "a-qrcode",
3003
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3004
- "attributes": [
3005
- {
3006
- "name": "value",
3007
- "description": "Default: -\n\nscanned text"
3008
- },
3009
- {
3010
- "name": "type",
3011
- "description": "Default: canvas\n\nrender type"
3012
- },
3013
- {
3014
- "name": "icon",
3015
- "description": "Default: -\n\ninclude image url (only image link are supported)"
3016
- },
3017
- {
3018
- "name": "size",
3019
- "description": "Default: 160\n\nQRCode size"
3020
- },
3021
- {
3022
- "name": "icon-size",
3023
- "description": "Default: 40\n\ninclude image size"
3024
- },
3025
- {
3026
- "name": "color",
3027
- "description": "Default: #000\n\nQRCode Color"
3028
- },
3029
- {
3030
- "name": "classes",
3031
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3032
- },
3033
- {
3034
- "name": "bg-color",
3035
- "description": "Default: transparent\n\nQRCode Background Color"
3036
- },
3037
- {
3038
- "name": "margin-size",
3039
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3040
- },
3041
- {
3042
- "name": "bordered",
3043
- "description": "Default: true\n\nWhether has border style"
3044
- },
3045
- {
3046
- "name": "error-level",
3047
- "description": "Default: 'M'\n\nError Code Level"
3048
- },
3049
- {
3050
- "name": "boost-level",
3051
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3052
- },
3053
- {
3054
- "name": "status",
3055
- "description": "Default: 'active'\n\nQRCode status"
3056
- },
3057
- {
3058
- "name": "status-render",
3059
- "description": "Default: -\n\ncustom status render"
3060
- },
3061
- {
3062
- "name": "styles",
3063
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3064
- }
3065
- ]
3066
- },
3067
3019
  {
3068
3020
  "name": "a-progress",
3069
3021
  "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
@@ -3218,6 +3170,72 @@
3218
3170
  }
3219
3171
  ]
3220
3172
  },
3173
+ {
3174
+ "name": "a-qrcode",
3175
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3176
+ "attributes": [
3177
+ {
3178
+ "name": "value",
3179
+ "description": "Default: -\n\nscanned text"
3180
+ },
3181
+ {
3182
+ "name": "type",
3183
+ "description": "Default: canvas\n\nrender type"
3184
+ },
3185
+ {
3186
+ "name": "icon",
3187
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
3188
+ },
3189
+ {
3190
+ "name": "size",
3191
+ "description": "Default: 160\n\nQRCode size"
3192
+ },
3193
+ {
3194
+ "name": "icon-size",
3195
+ "description": "Default: 40\n\ninclude image size"
3196
+ },
3197
+ {
3198
+ "name": "color",
3199
+ "description": "Default: #000\n\nQRCode Color"
3200
+ },
3201
+ {
3202
+ "name": "classes",
3203
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3204
+ },
3205
+ {
3206
+ "name": "bg-color",
3207
+ "description": "Default: transparent\n\nQRCode Background Color"
3208
+ },
3209
+ {
3210
+ "name": "margin-size",
3211
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3212
+ },
3213
+ {
3214
+ "name": "bordered",
3215
+ "description": "Default: true\n\nWhether has border style"
3216
+ },
3217
+ {
3218
+ "name": "error-level",
3219
+ "description": "Default: 'M'\n\nError Code Level"
3220
+ },
3221
+ {
3222
+ "name": "boost-level",
3223
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3224
+ },
3225
+ {
3226
+ "name": "status",
3227
+ "description": "Default: 'active'\n\nQRCode status"
3228
+ },
3229
+ {
3230
+ "name": "status-render",
3231
+ "description": "Default: -\n\ncustom status render"
3232
+ },
3233
+ {
3234
+ "name": "styles",
3235
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3236
+ }
3237
+ ]
3238
+ },
3221
3239
  {
3222
3240
  "name": "a-rate",
3223
3241
  "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
@@ -3335,38 +3353,16 @@
3335
3353
  "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3336
3354
  },
3337
3355
  {
3338
- "name": "value",
3339
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3340
- },
3341
- {
3342
- "name": "shape",
3343
- "description": "Default: default\n\nshape of Segmented"
3344
- },
3345
- {
3346
- "name": "name",
3347
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3348
- }
3349
- ]
3350
- },
3351
- {
3352
- "name": "a-popover",
3353
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3354
- "attributes": [
3355
- {
3356
- "name": "title",
3357
- "description": "Default: -\n\nTitle of the card"
3358
- },
3359
- {
3360
- "name": "content",
3361
- "description": "Default: -\n\nContent of the card"
3356
+ "name": "value",
3357
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3362
3358
  },
3363
3359
  {
3364
- "name": "classes",
3365
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3360
+ "name": "shape",
3361
+ "description": "Default: default\n\nshape of Segmented"
3366
3362
  },
3367
3363
  {
3368
- "name": "styles",
3369
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3364
+ "name": "name",
3365
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3370
3366
  }
3371
3367
  ]
3372
3368
  },
@@ -3561,76 +3557,67 @@
3561
3557
  ]
3562
3558
  },
3563
3559
  {
3564
- "name": "a-slider",
3565
- "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3560
+ "name": "a-space",
3561
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3566
3562
  "attributes": [
3567
3563
  {
3568
- "name": "classes",
3569
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3564
+ "name": "align",
3565
+ "description": "Default: -\n\nAlign items"
3570
3566
  },
3571
3567
  {
3572
- "name": "default-value",
3573
- "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3568
+ "name": "classes",
3569
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3574
3570
  },
3575
3571
  {
3576
- "name": "disabled",
3577
- "description": "Default: false\n\nIf true, the slider will not be interactive. Pass boolean[] to disable specific handles individually in Range mode"
3572
+ "name": "orientation",
3573
+ "description": "Default: horizontal\n\nThe space direction"
3578
3574
  },
3579
3575
  {
3580
- "name": "dots",
3581
- "description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
3576
+ "name": "separator",
3577
+ "description": "Default: -\n\nSet separator"
3582
3578
  },
3583
3579
  {
3584
- "name": "included",
3585
- "description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
3580
+ "name": "size",
3581
+ "description": "Default: small\n\nThe space size"
3586
3582
  },
3587
3583
  {
3588
- "name": "keyboard",
3589
- "description": "Default: true\n\nSupport using keyboard to move handlers"
3584
+ "name": "styles",
3585
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3590
3586
  },
3591
3587
  {
3592
- "name": "marks",
3593
- "description": "Default: &#123; number: VueNode &#125; | &#123; number: &#123; style: CSSProperties, label: VueNode &#125; &#125;\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
3588
+ "name": "vertical",
3589
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3594
3590
  },
3595
3591
  {
3596
- "name": "max",
3597
- "description": "Default: 100\n\nThe maximum value the slider can slide to"
3598
- },
3592
+ "name": "wrap",
3593
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3594
+ }
3595
+ ]
3596
+ },
3597
+ {
3598
+ "name": "a-size",
3599
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3600
+ "attributes": []
3601
+ },
3602
+ {
3603
+ "name": "a-space-compact",
3604
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3605
+ "attributes": [
3599
3606
  {
3600
- "name": "min",
3601
- "description": "Default: 0\n\nThe minimum value the slider can slide to"
3607
+ "name": "block",
3608
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3602
3609
  },
3603
3610
  {
3604
3611
  "name": "orientation",
3605
- "description": "Default: horizontal\n\nOrientation direction"
3606
- },
3607
- {
3608
- "name": "range",
3609
- "description": "Default: false\n\nEnable dual thumb mode for range selection"
3610
- },
3611
- {
3612
- "name": "reverse",
3613
- "description": "Default: false\n\nReverse the component"
3614
- },
3615
- {
3616
- "name": "step",
3617
- "description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
3618
- },
3619
- {
3620
- "name": "styles",
3621
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3622
- },
3623
- {
3624
- "name": "tooltip",
3625
- "description": "Default: -\n\nThe tooltip related props"
3612
+ "description": "Default: horizontal\n\nSet direction of layout"
3626
3613
  },
3627
3614
  {
3628
- "name": "value",
3629
- "description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
3615
+ "name": "size",
3616
+ "description": "Default: middle\n\nSet child component size"
3630
3617
  },
3631
3618
  {
3632
3619
  "name": "vertical",
3633
- "description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
3620
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3634
3621
  }
3635
3622
  ]
3636
3623
  },
@@ -3811,129 +3798,79 @@
3811
3798
  ]
3812
3799
  },
3813
3800
  {
3814
- "name": "a-space",
3815
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3801
+ "name": "a-slider",
3802
+ "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3816
3803
  "attributes": [
3817
- {
3818
- "name": "align",
3819
- "description": "Default: -\n\nAlign items"
3820
- },
3821
3804
  {
3822
3805
  "name": "classes",
3823
3806
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3824
3807
  },
3825
3808
  {
3826
- "name": "orientation",
3827
- "description": "Default: horizontal\n\nThe space direction"
3828
- },
3829
- {
3830
- "name": "separator",
3831
- "description": "Default: -\n\nSet separator"
3832
- },
3833
- {
3834
- "name": "size",
3835
- "description": "Default: small\n\nThe space size"
3836
- },
3837
- {
3838
- "name": "styles",
3839
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3809
+ "name": "default-value",
3810
+ "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3840
3811
  },
3841
3812
  {
3842
- "name": "vertical",
3843
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3813
+ "name": "disabled",
3814
+ "description": "Default: false\n\nIf true, the slider will not be interactive. Pass boolean[] to disable specific handles individually in Range mode"
3844
3815
  },
3845
3816
  {
3846
- "name": "wrap",
3847
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3848
- }
3849
- ]
3850
- },
3851
- {
3852
- "name": "a-size",
3853
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3854
- "attributes": []
3855
- },
3856
- {
3857
- "name": "a-space-compact",
3858
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3859
- "attributes": [
3860
- {
3861
- "name": "block",
3862
- "description": "Default: false\n\nOption to fit width to its parent's width"
3817
+ "name": "dots",
3818
+ "description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
3863
3819
  },
3864
3820
  {
3865
- "name": "orientation",
3866
- "description": "Default: horizontal\n\nSet direction of layout"
3821
+ "name": "included",
3822
+ "description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
3867
3823
  },
3868
3824
  {
3869
- "name": "size",
3870
- "description": "Default: middle\n\nSet child component size"
3825
+ "name": "keyboard",
3826
+ "description": "Default: true\n\nSupport using keyboard to move handlers"
3871
3827
  },
3872
3828
  {
3873
- "name": "vertical",
3874
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3875
- }
3876
- ]
3877
- },
3878
- {
3879
- "name": "a-statistic",
3880
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3881
- "attributes": [
3882
- {
3883
- "name": "classes",
3884
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3829
+ "name": "marks",
3830
+ "description": "Default: &#123; number: VueNode &#125; | &#123; number: &#123; style: CSSProperties, label: VueNode &#125; &#125;\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
3885
3831
  },
3886
3832
  {
3887
- "name": "decimal-separator",
3888
- "description": "Default: .\n\nThe decimal separator"
3833
+ "name": "max",
3834
+ "description": "Default: 100\n\nThe maximum value the slider can slide to"
3889
3835
  },
3890
3836
  {
3891
- "name": "formatter",
3892
- "description": "Default: -\n\nCustomize value display logic"
3837
+ "name": "min",
3838
+ "description": "Default: 0\n\nThe minimum value the slider can slide to"
3893
3839
  },
3894
3840
  {
3895
- "name": "group-separator",
3896
- "description": "Default: ,\n\nGroup separator"
3841
+ "name": "orientation",
3842
+ "description": "Default: horizontal\n\nOrientation direction"
3897
3843
  },
3898
3844
  {
3899
- "name": "loading",
3900
- "description": "Default: false\n\nLoading status of Statistic"
3845
+ "name": "range",
3846
+ "description": "Default: false\n\nEnable dual thumb mode for range selection"
3901
3847
  },
3902
3848
  {
3903
- "name": "precision",
3904
- "description": "Default: -\n\nThe precision of input value"
3849
+ "name": "reverse",
3850
+ "description": "Default: false\n\nReverse the component"
3905
3851
  },
3906
3852
  {
3907
- "name": "prefix",
3908
- "description": "Default: -\n\nThe prefix node of value"
3853
+ "name": "step",
3854
+ "description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
3909
3855
  },
3910
3856
  {
3911
3857
  "name": "styles",
3912
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
3913
- },
3914
- {
3915
- "name": "suffix",
3916
- "description": "Default: -\n\nThe suffix node of value"
3858
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3917
3859
  },
3918
3860
  {
3919
- "name": "title",
3920
- "description": "Default: -\n\nDisplay title"
3861
+ "name": "tooltip",
3862
+ "description": "Default: -\n\nThe tooltip related props"
3921
3863
  },
3922
3864
  {
3923
3865
  "name": "value",
3924
- "description": "Default: -\n\nDisplay value"
3866
+ "description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
3925
3867
  },
3926
3868
  {
3927
- "name": "value-style",
3928
- "description": "Default: -\n\nSet value section style"
3869
+ "name": "vertical",
3870
+ "description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
3929
3871
  }
3930
3872
  ]
3931
3873
  },
3932
- {
3933
- "name": "a-statistic-timer",
3934
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3935
- "attributes": []
3936
- },
3937
3874
  {
3938
3875
  "name": "a-spin",
3939
3876
  "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
@@ -4031,27 +3968,86 @@
4031
3968
  "description": "Default: false\n\nEnable collapsible"
4032
3969
  },
4033
3970
  {
4034
- "name": "default-size",
4035
- "description": "Default: -\n\nInitial panel size, supports px and percentage"
3971
+ "name": "default-size",
3972
+ "description": "Default: -\n\nInitial panel size, supports px and percentage"
3973
+ },
3974
+ {
3975
+ "name": "max",
3976
+ "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3977
+ },
3978
+ {
3979
+ "name": "min",
3980
+ "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3981
+ },
3982
+ {
3983
+ "name": "resizable",
3984
+ "description": "Default: true\n\nWhether to enable resize"
3985
+ },
3986
+ {
3987
+ "name": "size",
3988
+ "description": "Default: -\n\nControlled panel size, supports px and percentage"
3989
+ }
3990
+ ]
3991
+ },
3992
+ {
3993
+ "name": "a-statistic",
3994
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3995
+ "attributes": [
3996
+ {
3997
+ "name": "classes",
3998
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3999
+ },
4000
+ {
4001
+ "name": "decimal-separator",
4002
+ "description": "Default: .\n\nThe decimal separator"
4003
+ },
4004
+ {
4005
+ "name": "formatter",
4006
+ "description": "Default: -\n\nCustomize value display logic"
4007
+ },
4008
+ {
4009
+ "name": "group-separator",
4010
+ "description": "Default: ,\n\nGroup separator"
4011
+ },
4012
+ {
4013
+ "name": "loading",
4014
+ "description": "Default: false\n\nLoading status of Statistic"
4015
+ },
4016
+ {
4017
+ "name": "precision",
4018
+ "description": "Default: -\n\nThe precision of input value"
4019
+ },
4020
+ {
4021
+ "name": "prefix",
4022
+ "description": "Default: -\n\nThe prefix node of value"
4023
+ },
4024
+ {
4025
+ "name": "styles",
4026
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
4036
4027
  },
4037
4028
  {
4038
- "name": "max",
4039
- "description": "Default: -\n\nMaximum threshold, supports px and percentage"
4029
+ "name": "suffix",
4030
+ "description": "Default: -\n\nThe suffix node of value"
4040
4031
  },
4041
4032
  {
4042
- "name": "min",
4043
- "description": "Default: -\n\nMinimum threshold, supports px and percentage"
4033
+ "name": "title",
4034
+ "description": "Default: -\n\nDisplay title"
4044
4035
  },
4045
4036
  {
4046
- "name": "resizable",
4047
- "description": "Default: true\n\nWhether to enable resize"
4037
+ "name": "value",
4038
+ "description": "Default: -\n\nDisplay value"
4048
4039
  },
4049
4040
  {
4050
- "name": "size",
4051
- "description": "Default: -\n\nControlled panel size, supports px and percentage"
4041
+ "name": "value-style",
4042
+ "description": "Default: -\n\nSet value section style"
4052
4043
  }
4053
4044
  ]
4054
4045
  },
4046
+ {
4047
+ "name": "a-statistic-timer",
4048
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
4049
+ "attributes": []
4050
+ },
4055
4051
  {
4056
4052
  "name": "a-steps",
4057
4053
  "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
@@ -4122,120 +4118,6 @@
4122
4118
  }
4123
4119
  ]
4124
4120
  },
4125
- {
4126
- "name": "a-table",
4127
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4128
- "attributes": [
4129
- {
4130
- "name": "bordered",
4131
- "description": "Default: false\n\nWhether to show all table borders"
4132
- },
4133
- {
4134
- "name": "classes",
4135
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4136
- },
4137
- {
4138
- "name": "column",
4139
- "description": "Default: -\n\nDefault props for every column. See Column. It only applies when the column does not define the same property."
4140
- },
4141
- {
4142
- "name": "columns",
4143
- "description": "Default: -\n\nColumns of table"
4144
- },
4145
- {
4146
- "name": "components",
4147
- "description": "Default: -\n\nOverride default table elements"
4148
- },
4149
- {
4150
- "name": "data-source",
4151
- "description": "Default: -\n\nData record array to be displayed"
4152
- },
4153
- {
4154
- "name": "expandable",
4155
- "description": "Default: -\n\nConfig expandable content"
4156
- },
4157
- {
4158
- "name": "get-popup-container",
4159
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4160
- },
4161
- {
4162
- "name": "loading",
4163
- "description": "Default: false\n\nLoading status of table"
4164
- },
4165
- {
4166
- "name": "locale",
4167
- "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4168
- },
4169
- {
4170
- "name": "pagination",
4171
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4172
- },
4173
- {
4174
- "name": "row-class-name",
4175
- "description": "Default: -\n\nRow's className"
4176
- },
4177
- {
4178
- "name": "row-key",
4179
- "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4180
- },
4181
- {
4182
- "name": "row-selection",
4183
- "description": "Default: -\n\nRow selection config"
4184
- },
4185
- {
4186
- "name": "row-hoverable",
4187
- "description": "Default: true\n\nRow hover"
4188
- },
4189
- {
4190
- "name": "scroll",
4191
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4192
- },
4193
- {
4194
- "name": "show-header",
4195
- "description": "Default: true\n\nWhether to show table header"
4196
- },
4197
- {
4198
- "name": "show-sorter-tooltip",
4199
- "description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4200
- },
4201
- {
4202
- "name": "size",
4203
- "description": "Default: large\n\nSize of table"
4204
- },
4205
- {
4206
- "name": "sort-directions",
4207
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4208
- },
4209
- {
4210
- "name": "sticky",
4211
- "description": "Default: -\n\nSet sticky header and scroll bar"
4212
- },
4213
- {
4214
- "name": "styles",
4215
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4216
- },
4217
- {
4218
- "name": "summary",
4219
- "description": "Default: -\n\nSummary content renderer. You can also use the #summary slot."
4220
- },
4221
- {
4222
- "name": "table-layout",
4223
- "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4224
- },
4225
- {
4226
- "name": "title",
4227
- "description": "Default: -\n\nTable title renderer. You can also use the #title slot."
4228
- },
4229
- {
4230
- "name": "dropdown-prefix-cls",
4231
- "description": "Default: -\n\n-"
4232
- },
4233
- {
4234
- "name": "virtual",
4235
- "description": "Default: -\n\nSupport virtual list"
4236
- }
4237
- ]
4238
- },
4239
4121
  {
4240
4122
  "name": "a-switch",
4241
4123
  "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
@@ -4371,37 +4253,144 @@
4371
4253
  "description": "Default: -\n\nInitial value"
4372
4254
  },
4373
4255
  {
4374
- "name": "disabled",
4375
- "description": "Default: false\n\nDisable check/uncheck"
4256
+ "name": "disabled",
4257
+ "description": "Default: false\n\nDisable check/uncheck"
4258
+ },
4259
+ {
4260
+ "name": "multiple",
4261
+ "description": "Default: false\n\nMultiple select mode"
4262
+ },
4263
+ {
4264
+ "name": "options",
4265
+ "description": "Default: -\n\nOption list"
4266
+ },
4267
+ {
4268
+ "name": "styles",
4269
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4270
+ },
4271
+ {
4272
+ "name": "value",
4273
+ "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4274
+ }
4275
+ ]
4276
+ },
4277
+ {
4278
+ "name": "a-tag-checkable-tag",
4279
+ "description": "进行标记和分类的小标签。",
4280
+ "attributes": []
4281
+ },
4282
+ {
4283
+ "name": "a-tag-checkable-tag-group",
4284
+ "description": "进行标记和分类的小标签。",
4285
+ "attributes": []
4286
+ },
4287
+ {
4288
+ "name": "a-time-picker",
4289
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4290
+ "attributes": []
4291
+ },
4292
+ {
4293
+ "name": "a-tooltip",
4294
+ "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4295
+ "attributes": [
4296
+ {
4297
+ "name": "align",
4298
+ "description": "Default: -\n\nPopup alignment config"
4299
+ },
4300
+ {
4301
+ "name": "arrow",
4302
+ "description": "Default: -\n\nShow, hide or keep arrow in the center"
4303
+ },
4304
+ {
4305
+ "name": "auto-adjust-overflow",
4306
+ "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4307
+ },
4308
+ {
4309
+ "name": "color",
4310
+ "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4311
+ },
4312
+ {
4313
+ "name": "open",
4314
+ "description": "Default: -\n\nWhether tooltip is visible"
4315
+ },
4316
+ {
4317
+ "name": "default-open",
4318
+ "description": "Default: false\n\nInitial open state"
4319
+ },
4320
+ {
4321
+ "name": "get-popup-container",
4322
+ "description": "Default: -\n\nSpecify container for tooltip"
4323
+ },
4324
+ {
4325
+ "name": "destroy-on-hidden",
4326
+ "description": "Default: -\n\nDestroy tooltip when hidden"
4327
+ },
4328
+ {
4329
+ "name": "z-index",
4330
+ "description": "Default: -\n\nSet z-index of tooltip"
4331
+ },
4332
+ {
4333
+ "name": "placement",
4334
+ "description": "Default: top\n\nTooltip placement"
4335
+ },
4336
+ {
4337
+ "name": "trigger",
4338
+ "description": "Default: -\n\nTrigger action"
4339
+ },
4340
+ {
4341
+ "name": "fresh",
4342
+ "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4343
+ },
4344
+ {
4345
+ "name": "mouse-enter-delay",
4346
+ "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4347
+ },
4348
+ {
4349
+ "name": "mouse-leave-delay",
4350
+ "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4351
+ },
4352
+ {
4353
+ "name": "classes",
4354
+ "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4355
+ },
4356
+ {
4357
+ "name": "styles",
4358
+ "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4359
+ },
4360
+ {
4361
+ "name": "get-tooltip-container",
4362
+ "description": "Default: -\n\nLegacy alias of getPopupContainer"
4363
+ },
4364
+ {
4365
+ "name": "motion",
4366
+ "description": "Default: -\n\nPopup motion config"
4367
+ },
4368
+ {
4369
+ "name": "after-open-change",
4370
+ "description": "Default: -\n\nCallback after visibility change"
4371
+ },
4372
+ {
4373
+ "name": "builtin-placements",
4374
+ "description": "Default: -\n\nBuilt-in placement config"
4376
4375
  },
4377
4376
  {
4378
- "name": "multiple",
4379
- "description": "Default: false\n\nMultiple select mode"
4377
+ "name": "title",
4378
+ "description": "Default: -\n\nThe text shown in the tooltip"
4380
4379
  },
4381
4380
  {
4382
- "name": "options",
4383
- "description": "Default: -\n\nOption list"
4381
+ "name": "overlay",
4382
+ "description": "Default: -\n\nLegacy alias of title"
4384
4383
  },
4385
4384
  {
4386
- "name": "styles",
4387
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4385
+ "name": "open-class",
4386
+ "description": "Default: -\n\nClass added to child when tooltip is open"
4388
4387
  },
4389
4388
  {
4390
- "name": "value",
4391
- "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4389
+ "name": "unique",
4390
+ "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4392
4391
  }
4393
4392
  ]
4394
4393
  },
4395
- {
4396
- "name": "a-tag-checkable-tag",
4397
- "description": "进行标记和分类的小标签。",
4398
- "attributes": []
4399
- },
4400
- {
4401
- "name": "a-tag-checkable-tag-group",
4402
- "description": "进行标记和分类的小标签。",
4403
- "attributes": []
4404
- },
4405
4394
  {
4406
4395
  "name": "a-timeline",
4407
4396
  "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
@@ -4449,112 +4438,173 @@
4449
4438
  ]
4450
4439
  },
4451
4440
  {
4452
- "name": "a-tooltip",
4453
- "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4441
+ "name": "a-transfer",
4442
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4454
4443
  "attributes": [
4455
4444
  {
4456
- "name": "align",
4457
- "description": "Default: -\n\nPopup alignment config"
4445
+ "name": "actions",
4446
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4458
4447
  },
4459
4448
  {
4460
- "name": "arrow",
4461
- "description": "Default: -\n\nShow, hide or keep arrow in the center"
4449
+ "name": "classes",
4450
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4462
4451
  },
4463
4452
  {
4464
- "name": "auto-adjust-overflow",
4465
- "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4453
+ "name": "data-source",
4454
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4466
4455
  },
4467
4456
  {
4468
- "name": "color",
4469
- "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4457
+ "name": "disabled",
4458
+ "description": "Default: false\n\nWhether disabled transfer"
4470
4459
  },
4471
4460
  {
4472
- "name": "open",
4473
- "description": "Default: -\n\nWhether tooltip is visible"
4461
+ "name": "filter-option",
4462
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4474
4463
  },
4475
4464
  {
4476
- "name": "default-open",
4477
- "description": "Default: false\n\nInitial open state"
4465
+ "name": "footer",
4466
+ "description": "Default: -\n\nA function used for rendering the footer"
4478
4467
  },
4479
4468
  {
4480
- "name": "get-popup-container",
4481
- "description": "Default: -\n\nSpecify container for tooltip"
4469
+ "name": "locale",
4470
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4482
4471
  },
4483
4472
  {
4484
- "name": "destroy-on-hidden",
4485
- "description": "Default: -\n\nDestroy tooltip when hidden"
4473
+ "name": "one-way",
4474
+ "description": "Default: false\n\nDisplay as single direction style"
4486
4475
  },
4487
4476
  {
4488
- "name": "z-index",
4489
- "description": "Default: -\n\nSet z-index of tooltip"
4477
+ "name": "pagination",
4478
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4490
4479
  },
4491
4480
  {
4492
- "name": "placement",
4493
- "description": "Default: top\n\nTooltip placement"
4481
+ "name": "render",
4482
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4494
4483
  },
4495
4484
  {
4496
- "name": "trigger",
4497
- "description": "Default: -\n\nTrigger action"
4485
+ "name": "row-key",
4486
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4498
4487
  },
4499
4488
  {
4500
- "name": "fresh",
4501
- "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4489
+ "name": "select-all-labels",
4490
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4502
4491
  },
4503
4492
  {
4504
- "name": "mouse-enter-delay",
4505
- "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4493
+ "name": "selected-keys",
4494
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4506
4495
  },
4507
4496
  {
4508
- "name": "mouse-leave-delay",
4509
- "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4497
+ "name": "selections-icon",
4498
+ "description": "Default: -\n\nCustom dropdown icon"
4510
4499
  },
4511
4500
  {
4512
- "name": "classes",
4513
- "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4501
+ "name": "show-search",
4502
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4503
+ },
4504
+ {
4505
+ "name": "show-select-all",
4506
+ "description": "Default: true\n\nShow select all checkbox on the header"
4507
+ },
4508
+ {
4509
+ "name": "status",
4510
+ "description": "Default: -\n\nSet validation status"
4514
4511
  },
4515
4512
  {
4516
4513
  "name": "styles",
4517
- "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4514
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4518
4515
  },
4519
4516
  {
4520
- "name": "get-tooltip-container",
4521
- "description": "Default: -\n\nLegacy alias of getPopupContainer"
4517
+ "name": "target-keys",
4518
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4522
4519
  },
4523
4520
  {
4524
- "name": "motion",
4525
- "description": "Default: -\n\nPopup motion config"
4521
+ "name": "titles",
4522
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4523
+ }
4524
+ ]
4525
+ },
4526
+ {
4527
+ "name": "a-tour",
4528
+ "description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
4529
+ "attributes": [
4530
+ {
4531
+ "name": "steps",
4532
+ "description": "Default: -\n\nTour steps"
4526
4533
  },
4527
4534
  {
4528
- "name": "after-open-change",
4529
- "description": "Default: -\n\nCallback after visibility change"
4535
+ "name": "open",
4536
+ "description": "Default: false\n\nOpen tour, support v-model:open"
4530
4537
  },
4531
4538
  {
4532
- "name": "builtin-placements",
4533
- "description": "Default: -\n\nBuilt-in placement config"
4539
+ "name": "current",
4540
+ "description": "Default: -\n\nWhat is the current step"
4534
4541
  },
4535
4542
  {
4536
- "name": "title",
4537
- "description": "Default: -\n\nThe text shown in the tooltip"
4543
+ "name": "arrow",
4544
+ "description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
4538
4545
  },
4539
4546
  {
4540
- "name": "overlay",
4541
- "description": "Default: -\n\nLegacy alias of title"
4547
+ "name": "close-icon",
4548
+ "description": "Default: true\n\nCustomize close icon"
4542
4549
  },
4543
4550
  {
4544
- "name": "open-class",
4545
- "description": "Default: -\n\nClass added to child when tooltip is open"
4551
+ "name": "disabled-interaction",
4552
+ "description": "Default: false\n\nDisable interaction on highlighted area"
4546
4553
  },
4547
4554
  {
4548
- "name": "unique",
4549
- "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4555
+ "name": "gap",
4556
+ "description": "Default: &#123; offset: 6, radius: 2 &#125;\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
4557
+ },
4558
+ {
4559
+ "name": "placement",
4560
+ "description": "Default: bottom\n\nPosition of the guide card relative to the target element"
4561
+ },
4562
+ {
4563
+ "name": "mask",
4564
+ "description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
4565
+ },
4566
+ {
4567
+ "name": "type",
4568
+ "description": "Default: default\n\nType, affects the background color and text color"
4569
+ },
4570
+ {
4571
+ "name": "scroll-into-view-options",
4572
+ "description": "Default: true\n\nsupport pass custom scrollIntoView options"
4573
+ },
4574
+ {
4575
+ "name": "indicators-render",
4576
+ "description": "Default: -\n\nCustom indicator"
4577
+ },
4578
+ {
4579
+ "name": "actions-render",
4580
+ "description": "Default: -\n\nCustom action"
4581
+ },
4582
+ {
4583
+ "name": "z-index",
4584
+ "description": "Default: 1001\n\nTour zIndex"
4585
+ },
4586
+ {
4587
+ "name": "get-popup-container",
4588
+ "description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
4589
+ },
4590
+ {
4591
+ "name": "classes",
4592
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4593
+ },
4594
+ {
4595
+ "name": "styles",
4596
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4597
+ },
4598
+ {
4599
+ "name": "root-class",
4600
+ "description": "Default: -\n\nRoot container class"
4601
+ },
4602
+ {
4603
+ "name": "prefix-cls",
4604
+ "description": "Default: -\n\n-"
4550
4605
  }
4551
4606
  ]
4552
4607
  },
4553
- {
4554
- "name": "a-time-picker",
4555
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4556
- "attributes": []
4557
- },
4558
4608
  {
4559
4609
  "name": "a-tree",
4560
4610
  "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
@@ -4742,183 +4792,219 @@
4742
4792
  ]
4743
4793
  },
4744
4794
  {
4745
- "name": "a-tour",
4746
- "description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
4795
+ "name": "a-tree-select-props",
4796
+ "description": "Tree selection control.",
4797
+ "attributes": []
4798
+ },
4799
+ {
4800
+ "name": "a-tree-select",
4801
+ "description": "树型选择控件。",
4802
+ "attributes": []
4803
+ },
4804
+ {
4805
+ "name": "a-table",
4806
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4747
4807
  "attributes": [
4748
4808
  {
4749
- "name": "steps",
4750
- "description": "Default: -\n\nTour steps"
4809
+ "name": "bordered",
4810
+ "description": "Default: false\n\nWhether to show all table borders"
4751
4811
  },
4752
4812
  {
4753
- "name": "open",
4754
- "description": "Default: false\n\nOpen tour, support v-model:open"
4813
+ "name": "classes",
4814
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4815
+ },
4816
+ {
4817
+ "name": "column",
4818
+ "description": "Default: -\n\nDefault props for every column. See Column. It only applies when the column does not define the same property."
4819
+ },
4820
+ {
4821
+ "name": "columns",
4822
+ "description": "Default: -\n\nColumns of table"
4823
+ },
4824
+ {
4825
+ "name": "components",
4826
+ "description": "Default: -\n\nOverride default table elements"
4827
+ },
4828
+ {
4829
+ "name": "data-source",
4830
+ "description": "Default: -\n\nData record array to be displayed"
4831
+ },
4832
+ {
4833
+ "name": "expandable",
4834
+ "description": "Default: -\n\nConfig expandable content"
4835
+ },
4836
+ {
4837
+ "name": "get-popup-container",
4838
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4839
+ },
4840
+ {
4841
+ "name": "loading",
4842
+ "description": "Default: false\n\nLoading status of table"
4843
+ },
4844
+ {
4845
+ "name": "locale",
4846
+ "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4755
4847
  },
4756
4848
  {
4757
- "name": "current",
4758
- "description": "Default: -\n\nWhat is the current step"
4849
+ "name": "pagination",
4850
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4759
4851
  },
4760
4852
  {
4761
- "name": "arrow",
4762
- "description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
4853
+ "name": "row-class-name",
4854
+ "description": "Default: -\n\nRow's className"
4763
4855
  },
4764
4856
  {
4765
- "name": "close-icon",
4766
- "description": "Default: true\n\nCustomize close icon"
4857
+ "name": "row-key",
4858
+ "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4767
4859
  },
4768
4860
  {
4769
- "name": "disabled-interaction",
4770
- "description": "Default: false\n\nDisable interaction on highlighted area"
4861
+ "name": "row-selection",
4862
+ "description": "Default: -\n\nRow selection config"
4771
4863
  },
4772
4864
  {
4773
- "name": "gap",
4774
- "description": "Default: &#123; offset: 6, radius: 2 &#125;\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
4865
+ "name": "row-hoverable",
4866
+ "description": "Default: true\n\nRow hover"
4775
4867
  },
4776
4868
  {
4777
- "name": "placement",
4778
- "description": "Default: bottom\n\nPosition of the guide card relative to the target element"
4869
+ "name": "scroll",
4870
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4779
4871
  },
4780
4872
  {
4781
- "name": "mask",
4782
- "description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
4873
+ "name": "show-header",
4874
+ "description": "Default: true\n\nWhether to show table header"
4783
4875
  },
4784
4876
  {
4785
- "name": "type",
4786
- "description": "Default: default\n\nType, affects the background color and text color"
4877
+ "name": "show-sorter-tooltip",
4878
+ "description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4787
4879
  },
4788
4880
  {
4789
- "name": "scroll-into-view-options",
4790
- "description": "Default: true\n\nsupport pass custom scrollIntoView options"
4881
+ "name": "size",
4882
+ "description": "Default: large\n\nSize of table"
4791
4883
  },
4792
4884
  {
4793
- "name": "indicators-render",
4794
- "description": "Default: -\n\nCustom indicator"
4885
+ "name": "sort-directions",
4886
+ "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4795
4887
  },
4796
4888
  {
4797
- "name": "actions-render",
4798
- "description": "Default: -\n\nCustom action"
4889
+ "name": "sticky",
4890
+ "description": "Default: -\n\nSet sticky header and scroll bar"
4799
4891
  },
4800
4892
  {
4801
- "name": "z-index",
4802
- "description": "Default: 1001\n\nTour zIndex"
4893
+ "name": "styles",
4894
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4803
4895
  },
4804
4896
  {
4805
- "name": "get-popup-container",
4806
- "description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
4897
+ "name": "summary",
4898
+ "description": "Default: -\n\nSummary content renderer. You can also use the #summary slot."
4807
4899
  },
4808
4900
  {
4809
- "name": "classes",
4810
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4901
+ "name": "table-layout",
4902
+ "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4811
4903
  },
4812
4904
  {
4813
- "name": "styles",
4814
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4905
+ "name": "title",
4906
+ "description": "Default: -\n\nTable title renderer. You can also use the #title slot."
4815
4907
  },
4816
4908
  {
4817
- "name": "root-class",
4818
- "description": "Default: -\n\nRoot container class"
4909
+ "name": "dropdown-prefix-cls",
4910
+ "description": "Default: -\n\n-"
4819
4911
  },
4820
4912
  {
4821
- "name": "prefix-cls",
4822
- "description": "Default: -\n\n-"
4913
+ "name": "virtual",
4914
+ "description": "Default: -\n\nSupport virtual list"
4823
4915
  }
4824
4916
  ]
4825
4917
  },
4826
4918
  {
4827
- "name": "a-transfer",
4828
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4919
+ "name": "a-tabs",
4920
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4829
4921
  "attributes": [
4830
4922
  {
4831
- "name": "actions",
4832
- "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4923
+ "name": "active-key",
4924
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4833
4925
  },
4834
4926
  {
4835
- "name": "classes",
4836
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4927
+ "name": "add-icon",
4928
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4837
4929
  },
4838
4930
  {
4839
- "name": "data-source",
4840
- "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4931
+ "name": "animated",
4932
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4841
4933
  },
4842
4934
  {
4843
- "name": "disabled",
4844
- "description": "Default: false\n\nWhether disabled transfer"
4935
+ "name": "centered",
4936
+ "description": "Default: false\n\nCenters tabs"
4845
4937
  },
4846
4938
  {
4847
- "name": "filter-option",
4848
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4939
+ "name": "classes",
4940
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4849
4941
  },
4850
4942
  {
4851
- "name": "footer",
4852
- "description": "Default: -\n\nA function used for rendering the footer"
4943
+ "name": "default-active-key",
4944
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4853
4945
  },
4854
4946
  {
4855
- "name": "locale",
4856
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4947
+ "name": "hide-add",
4948
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4857
4949
  },
4858
4950
  {
4859
- "name": "one-way",
4860
- "description": "Default: false\n\nDisplay as single direction style"
4951
+ "name": "indicator",
4952
+ "description": "Default: -\n\nCustomize size and align of indicator"
4861
4953
  },
4862
4954
  {
4863
- "name": "pagination",
4864
- "description": "Default: false\n\nUse pagination. Not work in render props"
4955
+ "name": "items",
4956
+ "description": "Default: []\n\nConfigure tab content"
4865
4957
  },
4866
4958
  {
4867
- "name": "render",
4868
- "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4959
+ "name": "more",
4960
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4869
4961
  },
4870
4962
  {
4871
- "name": "row-key",
4872
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4963
+ "name": "more-icon",
4964
+ "description": "Default: -\n\nCustom icon of the collapse menu"
4873
4965
  },
4874
4966
  {
4875
- "name": "select-all-labels",
4876
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4967
+ "name": "remove-icon",
4968
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4877
4969
  },
4878
4970
  {
4879
- "name": "selected-keys",
4880
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4971
+ "name": "render-tab-bar",
4972
+ "description": "Default: -\n\nReplace the TabBar"
4881
4973
  },
4882
4974
  {
4883
- "name": "selections-icon",
4884
- "description": "Default: -\n\nCustom dropdown icon"
4975
+ "name": "size",
4976
+ "description": "Default: middle\n\nPreset tab bar size"
4885
4977
  },
4886
4978
  {
4887
- "name": "show-search",
4888
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4979
+ "name": "styles",
4980
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4889
4981
  },
4890
4982
  {
4891
- "name": "show-select-all",
4892
- "description": "Default: true\n\nShow select all checkbox on the header"
4983
+ "name": "tab-bar-extra-content",
4984
+ "description": "Default: -\n\nExtra content in tab bar"
4893
4985
  },
4894
4986
  {
4895
- "name": "status",
4896
- "description": "Default: -\n\nSet validation status"
4987
+ "name": "tab-bar-gutter",
4988
+ "description": "Default: -\n\nThe gap between tabs"
4897
4989
  },
4898
4990
  {
4899
- "name": "styles",
4900
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4991
+ "name": "tab-bar-style",
4992
+ "description": "Default: -\n\nTab bar style object"
4901
4993
  },
4902
4994
  {
4903
- "name": "target-keys",
4904
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4995
+ "name": "tab-placement",
4996
+ "description": "Default: top\n\nPlacement of tabs"
4905
4997
  },
4906
4998
  {
4907
- "name": "titles",
4908
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4999
+ "name": "destroy-on-hidden",
5000
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
5001
+ },
5002
+ {
5003
+ "name": "type",
5004
+ "description": "Default: line\n\nBasic style of tabs"
4909
5005
  }
4910
5006
  ]
4911
5007
  },
4912
- {
4913
- "name": "a-tree-select-props",
4914
- "description": "Tree selection control.",
4915
- "attributes": []
4916
- },
4917
- {
4918
- "name": "a-tree-select",
4919
- "description": "树型选择控件。",
4920
- "attributes": []
4921
- },
4922
5008
  {
4923
5009
  "name": "a-upload",
4924
5010
  "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
@@ -5213,96 +5299,6 @@
5213
5299
  }
5214
5300
  ]
5215
5301
  },
5216
- {
5217
- "name": "a-tabs",
5218
- "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
5219
- "attributes": [
5220
- {
5221
- "name": "active-key",
5222
- "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
5223
- },
5224
- {
5225
- "name": "add-icon",
5226
- "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
5227
- },
5228
- {
5229
- "name": "animated",
5230
- "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
5231
- },
5232
- {
5233
- "name": "centered",
5234
- "description": "Default: false\n\nCenters tabs"
5235
- },
5236
- {
5237
- "name": "classes",
5238
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5239
- },
5240
- {
5241
- "name": "default-active-key",
5242
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
5243
- },
5244
- {
5245
- "name": "hide-add",
5246
- "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
5247
- },
5248
- {
5249
- "name": "indicator",
5250
- "description": "Default: -\n\nCustomize size and align of indicator"
5251
- },
5252
- {
5253
- "name": "items",
5254
- "description": "Default: []\n\nConfigure tab content"
5255
- },
5256
- {
5257
- "name": "more",
5258
- "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
5259
- },
5260
- {
5261
- "name": "more-icon",
5262
- "description": "Default: -\n\nCustom icon of the collapse menu"
5263
- },
5264
- {
5265
- "name": "remove-icon",
5266
- "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
5267
- },
5268
- {
5269
- "name": "render-tab-bar",
5270
- "description": "Default: -\n\nReplace the TabBar"
5271
- },
5272
- {
5273
- "name": "size",
5274
- "description": "Default: middle\n\nPreset tab bar size"
5275
- },
5276
- {
5277
- "name": "styles",
5278
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5279
- },
5280
- {
5281
- "name": "tab-bar-extra-content",
5282
- "description": "Default: -\n\nExtra content in tab bar"
5283
- },
5284
- {
5285
- "name": "tab-bar-gutter",
5286
- "description": "Default: -\n\nThe gap between tabs"
5287
- },
5288
- {
5289
- "name": "tab-bar-style",
5290
- "description": "Default: -\n\nTab bar style object"
5291
- },
5292
- {
5293
- "name": "tab-placement",
5294
- "description": "Default: top\n\nPlacement of tabs"
5295
- },
5296
- {
5297
- "name": "destroy-on-hidden",
5298
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
5299
- },
5300
- {
5301
- "name": "type",
5302
- "description": "Default: line\n\nBasic style of tabs"
5303
- }
5304
- ]
5305
- },
5306
5302
  {
5307
5303
  "name": "a-watermark",
5308
5304
  "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",