antdv-next 1.4.2 → 1.4.3

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.2",
2
+ "version": "1.4.3",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -389,6 +389,40 @@
389
389
  }
390
390
  ]
391
391
  },
392
+ {
393
+ "name": "a-breadcrumb",
394
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
395
+ "attributes": [
396
+ {
397
+ "name": "classes",
398
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
399
+ },
400
+ {
401
+ "name": "dropdown-icon",
402
+ "description": "Default: -\n\nCustom dropdown icon"
403
+ },
404
+ {
405
+ "name": "item-render",
406
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
407
+ },
408
+ {
409
+ "name": "params",
410
+ "description": "Default: -\n\nRouting parameters"
411
+ },
412
+ {
413
+ "name": "items",
414
+ "description": "Default: -\n\nThe routing stack information of router"
415
+ },
416
+ {
417
+ "name": "separator",
418
+ "description": "Default: /\n\nCustom separator"
419
+ },
420
+ {
421
+ "name": "styles",
422
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
423
+ }
424
+ ]
425
+ },
392
426
  {
393
427
  "name": "a-border-beam",
394
428
  "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
@@ -403,6 +437,84 @@
403
437
  }
404
438
  ]
405
439
  },
440
+ {
441
+ "name": "a-button",
442
+ "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
443
+ "attributes": [
444
+ {
445
+ "name": "auto-insert-space",
446
+ "description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
447
+ },
448
+ {
449
+ "name": "block",
450
+ "description": "Default: false\n\nOption to fit button width to its parent width"
451
+ },
452
+ {
453
+ "name": "classes",
454
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
455
+ },
456
+ {
457
+ "name": "color",
458
+ "description": "Default: -\n\nSet button color"
459
+ },
460
+ {
461
+ "name": "danger",
462
+ "description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
463
+ },
464
+ {
465
+ "name": "disabled",
466
+ "description": "Default: false\n\nDisabled state of button"
467
+ },
468
+ {
469
+ "name": "ghost",
470
+ "description": "Default: false\n\nMake background transparent and invert text and border colors"
471
+ },
472
+ {
473
+ "name": "href",
474
+ "description": "Default: -\n\nRedirect url of link button"
475
+ },
476
+ {
477
+ "name": "html-type",
478
+ "description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
479
+ },
480
+ {
481
+ "name": "icon-placement",
482
+ "description": "Default: start\n\nSet the icon position of button"
483
+ },
484
+ {
485
+ "name": "loading",
486
+ "description": "Default: false\n\nSet the loading status of button"
487
+ },
488
+ {
489
+ "name": "loading-icon",
490
+ "description": "Default: -\n\n(Global config only) Set the loading icon of button"
491
+ },
492
+ {
493
+ "name": "shape",
494
+ "description": "Default: default\n\nCan be used to set button shape"
495
+ },
496
+ {
497
+ "name": "size",
498
+ "description": "Default: middle\n\nSet the size of button"
499
+ },
500
+ {
501
+ "name": "styles",
502
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
503
+ },
504
+ {
505
+ "name": "target",
506
+ "description": "Default: -\n\nSame as target attribute of a, works when href is specified"
507
+ },
508
+ {
509
+ "name": "type",
510
+ "description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
511
+ },
512
+ {
513
+ "name": "variant",
514
+ "description": "Default: -\n\nSet button variant"
515
+ }
516
+ ]
517
+ },
406
518
  {
407
519
  "name": "a-calendar",
408
520
  "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
@@ -485,52 +597,6 @@
485
597
  }
486
598
  ]
487
599
  },
488
- {
489
- "name": "a-carousel",
490
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
491
- "attributes": [
492
- {
493
- "name": "effect",
494
- "description": "Default: scrollx\n\nTransition effect"
495
- },
496
- {
497
- "name": "id",
498
- "description": "Default: -\n\n-"
499
- },
500
- {
501
- "name": "slick-go-to",
502
- "description": "Default: -\n\n-"
503
- },
504
- {
505
- "name": "dot-position",
506
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
507
- },
508
- {
509
- "name": "dot-placement",
510
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
511
- },
512
- {
513
- "name": "dots",
514
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
515
- },
516
- {
517
- "name": "wait-for-animate",
518
- "description": "Default: false\n\nWhether to wait for the animation when switching"
519
- },
520
- {
521
- "name": "autoplay",
522
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
523
- },
524
- {
525
- "name": "prev-arrow",
526
- "description": "Default: -\n\n-"
527
- },
528
- {
529
- "name": "next-arrow",
530
- "description": "Default: -\n\n-"
531
- }
532
- ]
533
- },
534
600
  {
535
601
  "name": "a-card",
536
602
  "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
@@ -662,172 +728,106 @@
662
728
  ]
663
729
  },
664
730
  {
665
- "name": "a-breadcrumb",
666
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
731
+ "name": "a-carousel",
732
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
667
733
  "attributes": [
668
734
  {
669
- "name": "classes",
670
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
735
+ "name": "effect",
736
+ "description": "Default: scrollx\n\nTransition effect"
671
737
  },
672
738
  {
673
- "name": "dropdown-icon",
674
- "description": "Default: -\n\nCustom dropdown icon"
739
+ "name": "id",
740
+ "description": "Default: -\n\n-"
675
741
  },
676
742
  {
677
- "name": "item-render",
678
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
743
+ "name": "slick-go-to",
744
+ "description": "Default: -\n\n-"
679
745
  },
680
746
  {
681
- "name": "params",
682
- "description": "Default: -\n\nRouting parameters"
747
+ "name": "dot-position",
748
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
683
749
  },
684
750
  {
685
- "name": "items",
686
- "description": "Default: -\n\nThe routing stack information of router"
751
+ "name": "dot-placement",
752
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
687
753
  },
688
754
  {
689
- "name": "separator",
690
- "description": "Default: /\n\nCustom separator"
755
+ "name": "dots",
756
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
691
757
  },
692
758
  {
693
- "name": "styles",
694
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
759
+ "name": "wait-for-animate",
760
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
761
+ },
762
+ {
763
+ "name": "autoplay",
764
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
765
+ },
766
+ {
767
+ "name": "prev-arrow",
768
+ "description": "Default: -\n\n-"
769
+ },
770
+ {
771
+ "name": "next-arrow",
772
+ "description": "Default: -\n\n-"
695
773
  }
696
774
  ]
697
775
  },
698
776
  {
699
- "name": "a-button",
700
- "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
777
+ "name": "a-cascader",
778
+ "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
701
779
  "attributes": [
702
780
  {
703
- "name": "auto-insert-space",
704
- "description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
781
+ "name": "allow-clear",
782
+ "description": "Default: true\n\nShow clear button"
705
783
  },
706
784
  {
707
- "name": "block",
708
- "description": "Default: false\n\nOption to fit button width to its parent width"
785
+ "name": "change-on-select",
786
+ "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
709
787
  },
710
788
  {
711
789
  "name": "classes",
712
790
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
713
791
  },
714
792
  {
715
- "name": "color",
716
- "description": "Default: -\n\nSet button color"
793
+ "name": "disabled",
794
+ "description": "Default: false\n\nWhether disabled select"
717
795
  },
718
796
  {
719
- "name": "danger",
720
- "description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
797
+ "name": "expand-trigger",
798
+ "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
721
799
  },
722
800
  {
723
- "name": "disabled",
724
- "description": "Default: false\n\nDisabled state of button"
801
+ "name": "field-names",
802
+ "description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
725
803
  },
726
804
  {
727
- "name": "ghost",
728
- "description": "Default: false\n\nMake background transparent and invert text and border colors"
805
+ "name": "get-popup-container",
806
+ "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
729
807
  },
730
808
  {
731
- "name": "href",
732
- "description": "Default: -\n\nRedirect url of link button"
809
+ "name": "load-data",
810
+ "description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
733
811
  },
734
812
  {
735
- "name": "html-type",
736
- "description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
813
+ "name": "max-tag-count",
814
+ "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
737
815
  },
738
816
  {
739
- "name": "icon-placement",
740
- "description": "Default: start\n\nSet the icon position of button"
817
+ "name": "max-tag-placeholder",
818
+ "description": "Default: -\n\nPlaceholder for not showing tags"
741
819
  },
742
820
  {
743
- "name": "loading",
744
- "description": "Default: false\n\nSet the loading status of button"
821
+ "name": "max-tag-text-length",
822
+ "description": "Default: -\n\nMax tag text length to show"
745
823
  },
746
824
  {
747
- "name": "loading-icon",
748
- "description": "Default: -\n\n(Global config only) Set the loading icon of button"
825
+ "name": "multiple",
826
+ "description": "Default: -\n\nSupport multiple or not"
749
827
  },
750
828
  {
751
- "name": "shape",
752
- "description": "Default: default\n\nCan be used to set button shape"
753
- },
754
- {
755
- "name": "size",
756
- "description": "Default: middle\n\nSet the size of button"
757
- },
758
- {
759
- "name": "styles",
760
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
761
- },
762
- {
763
- "name": "target",
764
- "description": "Default: -\n\nSame as target attribute of a, works when href is specified"
765
- },
766
- {
767
- "name": "type",
768
- "description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
769
- },
770
- {
771
- "name": "variant",
772
- "description": "Default: -\n\nSet button variant"
773
- }
774
- ]
775
- },
776
- {
777
- "name": "a-cascader",
778
- "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
779
- "attributes": [
780
- {
781
- "name": "allow-clear",
782
- "description": "Default: true\n\nShow clear button"
783
- },
784
- {
785
- "name": "change-on-select",
786
- "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
787
- },
788
- {
789
- "name": "classes",
790
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
791
- },
792
- {
793
- "name": "disabled",
794
- "description": "Default: false\n\nWhether disabled select"
795
- },
796
- {
797
- "name": "expand-trigger",
798
- "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
799
- },
800
- {
801
- "name": "field-names",
802
- "description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
803
- },
804
- {
805
- "name": "get-popup-container",
806
- "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
807
- },
808
- {
809
- "name": "load-data",
810
- "description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
811
- },
812
- {
813
- "name": "max-tag-count",
814
- "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
815
- },
816
- {
817
- "name": "max-tag-placeholder",
818
- "description": "Default: -\n\nPlaceholder for not showing tags"
819
- },
820
- {
821
- "name": "max-tag-text-length",
822
- "description": "Default: -\n\nMax tag text length to show"
823
- },
824
- {
825
- "name": "multiple",
826
- "description": "Default: -\n\nSupport multiple or not"
827
- },
828
- {
829
- "name": "open",
830
- "description": "Default: -\n\nSet visible of cascader popup"
829
+ "name": "open",
830
+ "description": "Default: -\n\nSet visible of cascader popup"
831
831
  },
832
832
  {
833
833
  "name": "options",
@@ -1035,76 +1035,6 @@
1035
1035
  }
1036
1036
  ]
1037
1037
  },
1038
- {
1039
- "name": "a-config-provider",
1040
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1041
- "attributes": [
1042
- {
1043
- "name": "component-disabled",
1044
- "description": "Default: -\n\nConfig antd component disabled"
1045
- },
1046
- {
1047
- "name": "component-size",
1048
- "description": "Default: -\n\nConfig antd component size"
1049
- },
1050
- {
1051
- "name": "csp",
1052
- "description": "Default: -\n\nSet Content Security Policy config"
1053
- },
1054
- {
1055
- "name": "direction",
1056
- "description": "Default: ltr\n\nSet direction of layout. See demo"
1057
- },
1058
- {
1059
- "name": "get-popup-container",
1060
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1061
- },
1062
- {
1063
- "name": "get-target-container",
1064
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1065
- },
1066
- {
1067
- "name": "icon-prefix-cls",
1068
- "description": "Default: anticon\n\nSet icon prefix className"
1069
- },
1070
- {
1071
- "name": "locale",
1072
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1073
- },
1074
- {
1075
- "name": "popup-match-select-width",
1076
- "description": "Default: -\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"
1077
- },
1078
- {
1079
- "name": "popup-overflow",
1080
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1081
- },
1082
- {
1083
- "name": "prefix-cls",
1084
- "description": "Default: ant\n\nSet prefix className"
1085
- },
1086
- {
1087
- "name": "render-empty",
1088
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
1089
- },
1090
- {
1091
- "name": "theme",
1092
- "description": "Default: -\n\nSet theme, ref Customize Theme"
1093
- },
1094
- {
1095
- "name": "variant",
1096
- "description": "Default: -\n\nSet variant of data entry components"
1097
- },
1098
- {
1099
- "name": "virtual",
1100
- "description": "Default: -\n\nDisable virtual scroll when set to false"
1101
- },
1102
- {
1103
- "name": "warning",
1104
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1105
- }
1106
- ]
1107
- },
1108
1038
  {
1109
1039
  "name": "a-color-picker",
1110
1040
  "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
@@ -1267,6 +1197,76 @@
1267
1197
  "description": "输入或选择日期的控件。",
1268
1198
  "attributes": []
1269
1199
  },
1200
+ {
1201
+ "name": "a-config-provider",
1202
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1203
+ "attributes": [
1204
+ {
1205
+ "name": "component-disabled",
1206
+ "description": "Default: -\n\nConfig antd component disabled"
1207
+ },
1208
+ {
1209
+ "name": "component-size",
1210
+ "description": "Default: -\n\nConfig antd component size"
1211
+ },
1212
+ {
1213
+ "name": "csp",
1214
+ "description": "Default: -\n\nSet Content Security Policy config"
1215
+ },
1216
+ {
1217
+ "name": "direction",
1218
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1219
+ },
1220
+ {
1221
+ "name": "get-popup-container",
1222
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1223
+ },
1224
+ {
1225
+ "name": "get-target-container",
1226
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1227
+ },
1228
+ {
1229
+ "name": "icon-prefix-cls",
1230
+ "description": "Default: anticon\n\nSet icon prefix className"
1231
+ },
1232
+ {
1233
+ "name": "locale",
1234
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1235
+ },
1236
+ {
1237
+ "name": "popup-match-select-width",
1238
+ "description": "Default: -\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"
1239
+ },
1240
+ {
1241
+ "name": "popup-overflow",
1242
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1243
+ },
1244
+ {
1245
+ "name": "prefix-cls",
1246
+ "description": "Default: ant\n\nSet prefix className"
1247
+ },
1248
+ {
1249
+ "name": "render-empty",
1250
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1251
+ },
1252
+ {
1253
+ "name": "theme",
1254
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1255
+ },
1256
+ {
1257
+ "name": "variant",
1258
+ "description": "Default: -\n\nSet variant of data entry components"
1259
+ },
1260
+ {
1261
+ "name": "virtual",
1262
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1263
+ },
1264
+ {
1265
+ "name": "warning",
1266
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1267
+ }
1268
+ ]
1269
+ },
1270
1270
  {
1271
1271
  "name": "a-descriptions",
1272
1272
  "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
@@ -1560,28 +1560,32 @@
1560
1560
  "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1561
1561
  "attributes": [
1562
1562
  {
1563
- "name": "classes",
1564
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1563
+ "name": "vertical",
1564
+ "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1565
1565
  },
1566
1566
  {
1567
- "name": "styles",
1568
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1567
+ "name": "wrap",
1568
+ "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1569
1569
  },
1570
1570
  {
1571
- "name": "image",
1572
- "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1571
+ "name": "justify",
1572
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1573
1573
  },
1574
1574
  {
1575
- "name": "description",
1576
- "description": "Default: -\n\nCustomize description"
1575
+ "name": "align",
1576
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1577
1577
  },
1578
1578
  {
1579
- "name": "root-class",
1580
- "description": "Default: -\n\nRoot container class"
1579
+ "name": "flex",
1580
+ "description": "Default: normal\n\nflex CSS shorthand properties"
1581
1581
  },
1582
1582
  {
1583
- "name": "prefix-cls",
1584
- "description": "Default: -\n\nPrefix class name"
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"
1585
1589
  }
1586
1590
  ]
1587
1591
  },
@@ -1591,27 +1595,157 @@
1591
1595
  "attributes": []
1592
1596
  },
1593
1597
  {
1594
- "name": "a-form",
1595
- "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1598
+ "name": "a-float-button-group",
1599
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1596
1600
  "attributes": [
1597
1601
  {
1598
- "name": "classes",
1599
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1602
+ "name": "shape",
1603
+ "description": "Default: circle\n\nSetting button shape of children"
1600
1604
  },
1601
1605
  {
1602
- "name": "styles",
1603
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1606
+ "name": "trigger",
1607
+ "description": "Default: -\n\nWhich action can trigger menu open/close"
1604
1608
  },
1605
1609
  {
1606
- "name": "colon",
1607
- "description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
1610
+ "name": "open",
1611
+ "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1608
1612
  },
1609
1613
  {
1610
- "name": "name",
1611
- "description": "Default: -\n\nForm name. Will be the prefix of Field id"
1614
+ "name": "close-icon",
1615
+ "description": "Default: -\n\nCustomize close button icon"
1612
1616
  },
1613
1617
  {
1614
- "name": "layout",
1618
+ "name": "placement",
1619
+ "description": "Default: top\n\nCustomize menu animation placement"
1620
+ },
1621
+ {
1622
+ "name": "classes",
1623
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1624
+ },
1625
+ {
1626
+ "name": "styles",
1627
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "name": "a-float-button",
1633
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1634
+ "attributes": [
1635
+ {
1636
+ "name": "icon",
1637
+ "description": "Default: -\n\nSet the icon component of button"
1638
+ },
1639
+ {
1640
+ "name": "content",
1641
+ "description": "Default: -\n\nText and other"
1642
+ },
1643
+ {
1644
+ "name": "~~description~~",
1645
+ "description": "Default: -\n\nPlease use content instead"
1646
+ },
1647
+ {
1648
+ "name": "tooltip",
1649
+ "description": "Default: -\n\nThe text shown in the tooltip"
1650
+ },
1651
+ {
1652
+ "name": "type",
1653
+ "description": "Default: default\n\nSetting button type"
1654
+ },
1655
+ {
1656
+ "name": "shape",
1657
+ "description": "Default: circle\n\nSetting button shape"
1658
+ },
1659
+ {
1660
+ "name": "href",
1661
+ "description": "Default: -\n\nThe target of hyperlink"
1662
+ },
1663
+ {
1664
+ "name": "target",
1665
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1666
+ },
1667
+ {
1668
+ "name": "html-type",
1669
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1670
+ },
1671
+ {
1672
+ "name": "badge",
1673
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1674
+ },
1675
+ {
1676
+ "name": "classes",
1677
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1678
+ },
1679
+ {
1680
+ "name": "styles",
1681
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1682
+ }
1683
+ ]
1684
+ },
1685
+ {
1686
+ "name": "a-float-back-top",
1687
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1688
+ "attributes": [
1689
+ {
1690
+ "name": "duration",
1691
+ "description": "Default: 450\n\nTime to return to top(ms)"
1692
+ },
1693
+ {
1694
+ "name": "target",
1695
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1696
+ },
1697
+ {
1698
+ "name": "visibility-height",
1699
+ "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1700
+ },
1701
+ {
1702
+ "name": "badge",
1703
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1704
+ },
1705
+ {
1706
+ "name": "html-type",
1707
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1708
+ },
1709
+ {
1710
+ "name": "aria-label",
1711
+ "description": "Default: -\n\n-"
1712
+ },
1713
+ {
1714
+ "name": "style",
1715
+ "description": "Default: -\n\n-"
1716
+ },
1717
+ {
1718
+ "name": "classes",
1719
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1720
+ },
1721
+ {
1722
+ "name": "styles",
1723
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1724
+ }
1725
+ ]
1726
+ },
1727
+ {
1728
+ "name": "a-form",
1729
+ "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1730
+ "attributes": [
1731
+ {
1732
+ "name": "classes",
1733
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1734
+ },
1735
+ {
1736
+ "name": "styles",
1737
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1738
+ },
1739
+ {
1740
+ "name": "colon",
1741
+ "description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
1742
+ },
1743
+ {
1744
+ "name": "name",
1745
+ "description": "Default: -\n\nForm name. Will be the prefix of Field id"
1746
+ },
1747
+ {
1748
+ "name": "layout",
1615
1749
  "description": "Default: horizontal\n\nForm layout"
1616
1750
  },
1617
1751
  {
@@ -1796,212 +1930,82 @@
1796
1930
  "attributes": []
1797
1931
  },
1798
1932
  {
1799
- "name": "a-float-button-group",
1800
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1933
+ "name": "a-row",
1934
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1801
1935
  "attributes": [
1802
1936
  {
1803
- "name": "shape",
1804
- "description": "Default: circle\n\nSetting button shape of children"
1805
- },
1806
- {
1807
- "name": "trigger",
1808
- "description": "Default: -\n\nWhich action can trigger menu open/close"
1809
- },
1810
- {
1811
- "name": "open",
1812
- "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1813
- },
1814
- {
1815
- "name": "close-icon",
1816
- "description": "Default: -\n\nCustomize close button icon"
1937
+ "name": "align",
1938
+ "description": "Default: top\n\nVertical alignment"
1817
1939
  },
1818
1940
  {
1819
- "name": "placement",
1820
- "description": "Default: top\n\nCustomize menu animation placement"
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]"
1821
1943
  },
1822
1944
  {
1823
- "name": "classes",
1824
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1945
+ "name": "justify",
1946
+ "description": "Default: start\n\nHorizontal arrangement"
1825
1947
  },
1826
1948
  {
1827
- "name": "styles",
1828
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1949
+ "name": "wrap",
1950
+ "description": "Default: true\n\nAuto wrap line"
1829
1951
  }
1830
1952
  ]
1831
1953
  },
1832
1954
  {
1833
- "name": "a-float-button",
1834
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1955
+ "name": "a-col",
1956
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1835
1957
  "attributes": [
1836
1958
  {
1837
- "name": "icon",
1838
- "description": "Default: -\n\nSet the icon component of button"
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')"
1839
1961
  },
1840
1962
  {
1841
- "name": "content",
1842
- "description": "Default: -\n\nText and other"
1963
+ "name": "offset",
1964
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1843
1965
  },
1844
1966
  {
1845
- "name": "~~description~~",
1846
- "description": "Default: -\n\nPlease use content instead"
1967
+ "name": "order",
1968
+ "description": "Default: 0\n\nRaster order"
1847
1969
  },
1848
1970
  {
1849
- "name": "tooltip",
1850
- "description": "Default: -\n\nThe text shown in the tooltip"
1971
+ "name": "pull",
1972
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1851
1973
  },
1852
1974
  {
1853
- "name": "type",
1854
- "description": "Default: default\n\nSetting button type"
1975
+ "name": "push",
1976
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1855
1977
  },
1856
1978
  {
1857
- "name": "shape",
1858
- "description": "Default: circle\n\nSetting button shape"
1979
+ "name": "span",
1980
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1859
1981
  },
1860
1982
  {
1861
- "name": "href",
1862
- "description": "Default: -\n\nThe target of hyperlink"
1983
+ "name": "xs",
1984
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1863
1985
  },
1864
1986
  {
1865
- "name": "target",
1866
- "description": "Default: -\n\nSpecifies where to display the linked URL"
1987
+ "name": "sm",
1988
+ "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
1867
1989
  },
1868
1990
  {
1869
- "name": "html-type",
1870
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1991
+ "name": "md",
1992
+ "description": "Default: -\n\nscreen 768px, could be a span value or an object containing above props"
1871
1993
  },
1872
1994
  {
1873
- "name": "badge",
1874
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1995
+ "name": "lg",
1996
+ "description": "Default: -\n\nscreen 992px, could be a span value or an object containing above props"
1875
1997
  },
1876
1998
  {
1877
- "name": "classes",
1878
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1999
+ "name": "xl",
2000
+ "description": "Default: -\n\nscreen 1200px, could be a span value or an object containing above props"
1879
2001
  },
1880
2002
  {
1881
- "name": "styles",
1882
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1883
- }
1884
- ]
1885
- },
1886
- {
1887
- "name": "a-float-back-top",
1888
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1889
- "attributes": [
1890
- {
1891
- "name": "duration",
1892
- "description": "Default: 450\n\nTime to return to top(ms)"
1893
- },
1894
- {
1895
- "name": "target",
1896
- "description": "Default: -\n\nSpecifies where to display the linked URL"
1897
- },
1898
- {
1899
- "name": "visibility-height",
1900
- "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1901
- },
1902
- {
1903
- "name": "badge",
1904
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1905
- },
1906
- {
1907
- "name": "html-type",
1908
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1909
- },
1910
- {
1911
- "name": "aria-label",
1912
- "description": "Default: -\n\n-"
1913
- },
1914
- {
1915
- "name": "style",
1916
- "description": "Default: -\n\n-"
1917
- },
1918
- {
1919
- "name": "classes",
1920
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1921
- },
1922
- {
1923
- "name": "styles",
1924
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1925
- }
1926
- ]
1927
- },
1928
- {
1929
- "name": "a-row",
1930
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1931
- "attributes": [
1932
- {
1933
- "name": "align",
1934
- "description": "Default: top\n\nVertical alignment"
1935
- },
1936
- {
1937
- "name": "gutter",
1938
- "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]"
1939
- },
1940
- {
1941
- "name": "justify",
1942
- "description": "Default: start\n\nHorizontal arrangement"
1943
- },
1944
- {
1945
- "name": "wrap",
1946
- "description": "Default: true\n\nAuto wrap line"
1947
- }
1948
- ]
1949
- },
1950
- {
1951
- "name": "a-col",
1952
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1953
- "attributes": [
1954
- {
1955
- "name": "flex",
1956
- "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')"
1957
- },
1958
- {
1959
- "name": "offset",
1960
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1961
- },
1962
- {
1963
- "name": "order",
1964
- "description": "Default: 0\n\nRaster order"
1965
- },
1966
- {
1967
- "name": "pull",
1968
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1969
- },
1970
- {
1971
- "name": "push",
1972
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1973
- },
1974
- {
1975
- "name": "span",
1976
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1977
- },
1978
- {
1979
- "name": "xs",
1980
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1981
- },
1982
- {
1983
- "name": "sm",
1984
- "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
1985
- },
1986
- {
1987
- "name": "md",
1988
- "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
1989
- },
1990
- {
1991
- "name": "lg",
1992
- "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
1993
- },
1994
- {
1995
- "name": "xl",
1996
- "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
1997
- },
1998
- {
1999
- "name": "xxl",
2000
- "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2001
- },
2002
- {
2003
- "name": "xxxl",
2004
- "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
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"
2005
2009
  }
2006
2010
  ]
2007
2011
  },
@@ -2298,6 +2302,76 @@
2298
2302
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2299
2303
  "attributes": []
2300
2304
  },
2305
+ {
2306
+ "name": "a-input-number",
2307
+ "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2308
+ "attributes": [
2309
+ {
2310
+ "name": "size",
2311
+ "description": "Default: -\n\nThe height of input box"
2312
+ },
2313
+ {
2314
+ "name": "status",
2315
+ "description": "Default: -\n\nSet validation status"
2316
+ },
2317
+ {
2318
+ "name": "disabled",
2319
+ "description": "Default: false\n\nIf the input is disabled"
2320
+ },
2321
+ {
2322
+ "name": "addon-before",
2323
+ "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2324
+ },
2325
+ {
2326
+ "name": "addon-after",
2327
+ "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2328
+ },
2329
+ {
2330
+ "name": "prefix",
2331
+ "description": "Default: -\n\nThe prefix icon for the Input"
2332
+ },
2333
+ {
2334
+ "name": "suffix",
2335
+ "description": "Default: -\n\nThe suffix icon for the Input"
2336
+ },
2337
+ {
2338
+ "name": "bordered",
2339
+ "description": "Default: -\n\nDeprecated."
2340
+ },
2341
+ {
2342
+ "name": "variant",
2343
+ "description": "Default: outlined\n\nVariants of Input"
2344
+ },
2345
+ {
2346
+ "name": "classes",
2347
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2348
+ },
2349
+ {
2350
+ "name": "styles",
2351
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2352
+ },
2353
+ {
2354
+ "name": "controls",
2355
+ "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2356
+ },
2357
+ {
2358
+ "name": "type",
2359
+ "description": "Default: -\n\n-"
2360
+ },
2361
+ {
2362
+ "name": "max",
2363
+ "description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
2364
+ },
2365
+ {
2366
+ "name": "min",
2367
+ "description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
2368
+ },
2369
+ {
2370
+ "name": "step",
2371
+ "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2372
+ }
2373
+ ]
2374
+ },
2301
2375
  {
2302
2376
  "name": "a-layout",
2303
2377
  "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
@@ -2359,72 +2433,36 @@
2359
2433
  ]
2360
2434
  },
2361
2435
  {
2362
- "name": "a-input-number",
2363
- "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2436
+ "name": "a-masonry",
2437
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2364
2438
  "attributes": [
2365
- {
2366
- "name": "size",
2367
- "description": "Default: -\n\nThe height of input box"
2368
- },
2369
- {
2370
- "name": "status",
2371
- "description": "Default: -\n\nSet validation status"
2372
- },
2373
- {
2374
- "name": "disabled",
2375
- "description": "Default: false\n\nIf the input is disabled"
2376
- },
2377
- {
2378
- "name": "addon-before",
2379
- "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2380
- },
2381
- {
2382
- "name": "addon-after",
2383
- "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2384
- },
2385
- {
2386
- "name": "prefix",
2387
- "description": "Default: -\n\nThe prefix icon for the Input"
2388
- },
2389
- {
2390
- "name": "suffix",
2391
- "description": "Default: -\n\nThe suffix icon for the Input"
2392
- },
2393
- {
2394
- "name": "bordered",
2395
- "description": "Default: -\n\nDeprecated."
2396
- },
2397
- {
2398
- "name": "variant",
2399
- "description": "Default: outlined\n\nVariants of Input"
2400
- },
2401
2439
  {
2402
2440
  "name": "classes",
2403
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2441
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2404
2442
  },
2405
2443
  {
2406
2444
  "name": "styles",
2407
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2445
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2408
2446
  },
2409
2447
  {
2410
- "name": "controls",
2411
- "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2448
+ "name": "columns",
2449
+ "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2412
2450
  },
2413
2451
  {
2414
- "name": "type",
2415
- "description": "Default: -\n\n-"
2452
+ "name": "fresh",
2453
+ "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2416
2454
  },
2417
2455
  {
2418
- "name": "max",
2419
- "description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
2456
+ "name": "gutter",
2457
+ "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2420
2458
  },
2421
2459
  {
2422
- "name": "min",
2423
- "description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
2460
+ "name": "items",
2461
+ "description": "Default: -\n\nMasonry items"
2424
2462
  },
2425
2463
  {
2426
- "name": "step",
2427
- "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2464
+ "name": "item-render",
2465
+ "description": "Default: -\n\nCustom item rendering function"
2428
2466
  }
2429
2467
  ]
2430
2468
  },
@@ -2479,8 +2517,8 @@
2479
2517
  ]
2480
2518
  },
2481
2519
  {
2482
- "name": "a-masonry",
2483
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2520
+ "name": "a-menu",
2521
+ "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2484
2522
  "attributes": [
2485
2523
  {
2486
2524
  "name": "classes",
@@ -2491,105 +2529,36 @@
2491
2529
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2492
2530
  },
2493
2531
  {
2494
- "name": "columns",
2495
- "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2532
+ "name": "root-class",
2533
+ "description": "Default: -\n\nRoot container class"
2496
2534
  },
2497
2535
  {
2498
- "name": "fresh",
2499
- "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2536
+ "name": "default-open-keys",
2537
+ "description": "Default: -\n\nArray with the keys of default opened sub menus"
2500
2538
  },
2501
2539
  {
2502
- "name": "gutter",
2503
- "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2540
+ "name": "default-selected-keys",
2541
+ "description": "Default: -\n\nArray with the keys of default selected menu items"
2542
+ },
2543
+ {
2544
+ "name": "expand-icon",
2545
+ "description": "Default: -\n\nCustom expand icon of submenu"
2546
+ },
2547
+ {
2548
+ "name": "force-sub-menu-render",
2549
+ "description": "Default: false\n\nRender submenu into DOM before it becomes visible"
2550
+ },
2551
+ {
2552
+ "name": "inline-collapsed",
2553
+ "description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
2554
+ },
2555
+ {
2556
+ "name": "inline-indent",
2557
+ "description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
2504
2558
  },
2505
2559
  {
2506
2560
  "name": "items",
2507
- "description": "Default: -\n\nMasonry items"
2508
- },
2509
- {
2510
- "name": "item-render",
2511
- "description": "Default: -\n\nCustom item rendering function"
2512
- }
2513
- ]
2514
- },
2515
- {
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-menu",
2552
- "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2553
- "attributes": [
2554
- {
2555
- "name": "classes",
2556
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2557
- },
2558
- {
2559
- "name": "styles",
2560
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2561
- },
2562
- {
2563
- "name": "root-class",
2564
- "description": "Default: -\n\nRoot container class"
2565
- },
2566
- {
2567
- "name": "default-open-keys",
2568
- "description": "Default: -\n\nArray with the keys of default opened sub menus"
2569
- },
2570
- {
2571
- "name": "default-selected-keys",
2572
- "description": "Default: -\n\nArray with the keys of default selected menu items"
2573
- },
2574
- {
2575
- "name": "expand-icon",
2576
- "description": "Default: -\n\nCustom expand icon of submenu"
2577
- },
2578
- {
2579
- "name": "force-sub-menu-render",
2580
- "description": "Default: false\n\nRender submenu into DOM before it becomes visible"
2581
- },
2582
- {
2583
- "name": "inline-collapsed",
2584
- "description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
2585
- },
2586
- {
2587
- "name": "inline-indent",
2588
- "description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
2589
- },
2590
- {
2591
- "name": "items",
2592
- "description": "Default: -\n\nMenu item content"
2561
+ "description": "Default: -\n\nMenu item content"
2593
2562
  },
2594
2563
  {
2595
2564
  "name": "mode",
@@ -2657,6 +2626,41 @@
2657
2626
  }
2658
2627
  ]
2659
2628
  },
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
+ },
2660
2664
  {
2661
2665
  "name": "a-modal",
2662
2666
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2822,28 +2826,6 @@
2822
2826
  "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2823
2827
  "attributes": []
2824
2828
  },
2825
- {
2826
- "name": "a-popover",
2827
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2828
- "attributes": [
2829
- {
2830
- "name": "title",
2831
- "description": "Default: -\n\nTitle of the card"
2832
- },
2833
- {
2834
- "name": "content",
2835
- "description": "Default: -\n\nContent of the card"
2836
- },
2837
- {
2838
- "name": "classes",
2839
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2840
- },
2841
- {
2842
- "name": "styles",
2843
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2844
- }
2845
- ]
2846
- },
2847
2829
  {
2848
2830
  "name": "a-pagination",
2849
2831
  "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
@@ -3086,6 +3068,112 @@
3086
3068
  }
3087
3069
  ]
3088
3070
  },
3071
+ {
3072
+ "name": "a-popover",
3073
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3074
+ "attributes": [
3075
+ {
3076
+ "name": "title",
3077
+ "description": "Default: -\n\nTitle of the card"
3078
+ },
3079
+ {
3080
+ "name": "content",
3081
+ "description": "Default: -\n\nContent of the card"
3082
+ },
3083
+ {
3084
+ "name": "classes",
3085
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3086
+ },
3087
+ {
3088
+ "name": "styles",
3089
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3090
+ }
3091
+ ]
3092
+ },
3093
+ {
3094
+ "name": "a-radio/radio-button",
3095
+ "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3096
+ "attributes": [
3097
+ {
3098
+ "name": "checked",
3099
+ "description": "Default: false\n\nSpecifies whether the radio is selected, support v-model:checked"
3100
+ },
3101
+ {
3102
+ "name": "classes",
3103
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3104
+ },
3105
+ {
3106
+ "name": "disabled",
3107
+ "description": "Default: false\n\nDisable radio"
3108
+ },
3109
+ {
3110
+ "name": "styles",
3111
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3112
+ },
3113
+ {
3114
+ "name": "value",
3115
+ "description": "Default: -\n\nAccording to value for comparison, to determine whether the selected"
3116
+ }
3117
+ ]
3118
+ },
3119
+ {
3120
+ "name": "a-radio-group",
3121
+ "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3122
+ "attributes": [
3123
+ {
3124
+ "name": "block",
3125
+ "description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
3126
+ },
3127
+ {
3128
+ "name": "button-style",
3129
+ "description": "Default: outline\n\nThe style type of radio button"
3130
+ },
3131
+ {
3132
+ "name": "classes",
3133
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3134
+ },
3135
+ {
3136
+ "name": "default-value",
3137
+ "description": "Default: -\n\nDefault selected value"
3138
+ },
3139
+ {
3140
+ "name": "disabled",
3141
+ "description": "Default: false\n\nDisable all radio buttons"
3142
+ },
3143
+ {
3144
+ "name": "name",
3145
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
3146
+ },
3147
+ {
3148
+ "name": "options",
3149
+ "description": "Default: -\n\nSet children optional"
3150
+ },
3151
+ {
3152
+ "name": "option-type",
3153
+ "description": "Default: default\n\nSet Radio optionType"
3154
+ },
3155
+ {
3156
+ "name": "orientation",
3157
+ "description": "Default: horizontal\n\nOrientation"
3158
+ },
3159
+ {
3160
+ "name": "size",
3161
+ "description": "Default: -\n\nThe size of radio button style"
3162
+ },
3163
+ {
3164
+ "name": "styles",
3165
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3166
+ },
3167
+ {
3168
+ "name": "value",
3169
+ "description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
3170
+ },
3171
+ {
3172
+ "name": "vertical",
3173
+ "description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
3174
+ }
3175
+ ]
3176
+ },
3089
3177
  {
3090
3178
  "name": "a-qrcode",
3091
3179
  "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
@@ -3195,96 +3283,12 @@
3195
3283
  ]
3196
3284
  },
3197
3285
  {
3198
- "name": "a-radio/radio-button",
3199
- "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3286
+ "name": "a-result",
3287
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3200
3288
  "attributes": [
3201
- {
3202
- "name": "checked",
3203
- "description": "Default: false\n\nSpecifies whether the radio is selected, support v-model:checked"
3204
- },
3205
3289
  {
3206
3290
  "name": "classes",
3207
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3208
- },
3209
- {
3210
- "name": "disabled",
3211
- "description": "Default: false\n\nDisable radio"
3212
- },
3213
- {
3214
- "name": "styles",
3215
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3216
- },
3217
- {
3218
- "name": "value",
3219
- "description": "Default: -\n\nAccording to value for comparison, to determine whether the selected"
3220
- }
3221
- ]
3222
- },
3223
- {
3224
- "name": "a-radio-group",
3225
- "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3226
- "attributes": [
3227
- {
3228
- "name": "block",
3229
- "description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
3230
- },
3231
- {
3232
- "name": "button-style",
3233
- "description": "Default: outline\n\nThe style type of radio button"
3234
- },
3235
- {
3236
- "name": "classes",
3237
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3238
- },
3239
- {
3240
- "name": "default-value",
3241
- "description": "Default: -\n\nDefault selected value"
3242
- },
3243
- {
3244
- "name": "disabled",
3245
- "description": "Default: false\n\nDisable all radio buttons"
3246
- },
3247
- {
3248
- "name": "name",
3249
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
3250
- },
3251
- {
3252
- "name": "options",
3253
- "description": "Default: -\n\nSet children optional"
3254
- },
3255
- {
3256
- "name": "option-type",
3257
- "description": "Default: default\n\nSet Radio optionType"
3258
- },
3259
- {
3260
- "name": "orientation",
3261
- "description": "Default: horizontal\n\nOrientation"
3262
- },
3263
- {
3264
- "name": "size",
3265
- "description": "Default: -\n\nThe size of radio button style"
3266
- },
3267
- {
3268
- "name": "styles",
3269
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3270
- },
3271
- {
3272
- "name": "value",
3273
- "description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
3274
- },
3275
- {
3276
- "name": "vertical",
3277
- "description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
3278
- }
3279
- ]
3280
- },
3281
- {
3282
- "name": "a-result",
3283
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3284
- "attributes": [
3285
- {
3286
- "name": "classes",
3287
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3291
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3288
3292
  },
3289
3293
  {
3290
3294
  "name": "extra",
@@ -3366,182 +3370,6 @@
3366
3370
  }
3367
3371
  ]
3368
3372
  },
3369
- {
3370
- "name": "a-skeleton",
3371
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3372
- "attributes": [
3373
- {
3374
- "name": "active",
3375
- "description": "Default: false\n\nShow animation effect"
3376
- },
3377
- {
3378
- "name": "avatar",
3379
- "description": "Default: false\n\nShow avatar placeholder"
3380
- },
3381
- {
3382
- "name": "loading",
3383
- "description": "Default: -\n\nDisplay the skeleton when true"
3384
- },
3385
- {
3386
- "name": "paragraph",
3387
- "description": "Default: true\n\nShow paragraph placeholder"
3388
- },
3389
- {
3390
- "name": "round",
3391
- "description": "Default: false\n\nShow paragraph and title radius when true"
3392
- },
3393
- {
3394
- "name": "title",
3395
- "description": "Default: true\n\nShow title placeholder"
3396
- },
3397
- {
3398
- "name": "classes",
3399
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3400
- },
3401
- {
3402
- "name": "styles",
3403
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3404
- }
3405
- ]
3406
- },
3407
- {
3408
- "name": "a-skeleton-avatar",
3409
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3410
- "attributes": [
3411
- {
3412
- "name": "active",
3413
- "description": "Default: false\n\nShow animation effect"
3414
- },
3415
- {
3416
- "name": "shape",
3417
- "description": "Default: circle\n\nSet the shape of avatar"
3418
- },
3419
- {
3420
- "name": "size",
3421
- "description": "Default: medium\n\nSet the size of avatar"
3422
- },
3423
- {
3424
- "name": "classes",
3425
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3426
- },
3427
- {
3428
- "name": "styles",
3429
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3430
- }
3431
- ]
3432
- },
3433
- {
3434
- "name": "a-skeleton-title",
3435
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3436
- "attributes": [
3437
- {
3438
- "name": "width",
3439
- "description": "Default: -\n\nSet the width of title"
3440
- }
3441
- ]
3442
- },
3443
- {
3444
- "name": "a-skeleton-paragraph",
3445
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3446
- "attributes": [
3447
- {
3448
- "name": "rows",
3449
- "description": "Default: -\n\nSet the row count of paragraph"
3450
- },
3451
- {
3452
- "name": "width",
3453
- "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3454
- }
3455
- ]
3456
- },
3457
- {
3458
- "name": "a-skeleton-button",
3459
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3460
- "attributes": [
3461
- {
3462
- "name": "active",
3463
- "description": "Default: false\n\nShow animation effect"
3464
- },
3465
- {
3466
- "name": "block",
3467
- "description": "Default: false\n\nOption to fit button width to its parent width"
3468
- },
3469
- {
3470
- "name": "shape",
3471
- "description": "Default: -\n\nSet the shape of button"
3472
- },
3473
- {
3474
- "name": "size",
3475
- "description": "Default: medium\n\nSet the size of button"
3476
- },
3477
- {
3478
- "name": "classes",
3479
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3480
- },
3481
- {
3482
- "name": "styles",
3483
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3484
- }
3485
- ]
3486
- },
3487
- {
3488
- "name": "a-skeleton-input",
3489
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3490
- "attributes": [
3491
- {
3492
- "name": "active",
3493
- "description": "Default: false\n\nShow animation effect"
3494
- },
3495
- {
3496
- "name": "size",
3497
- "description": "Default: medium\n\nSet the size of input"
3498
- },
3499
- {
3500
- "name": "classes",
3501
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3502
- },
3503
- {
3504
- "name": "styles",
3505
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3506
- }
3507
- ]
3508
- },
3509
- {
3510
- "name": "a-skeleton-image",
3511
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3512
- "attributes": [
3513
- {
3514
- "name": "active",
3515
- "description": "Default: false\n\nShow animation effect"
3516
- },
3517
- {
3518
- "name": "classes",
3519
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3520
- },
3521
- {
3522
- "name": "styles",
3523
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3524
- }
3525
- ]
3526
- },
3527
- {
3528
- "name": "a-skeleton-node",
3529
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3530
- "attributes": [
3531
- {
3532
- "name": "active",
3533
- "description": "Default: false\n\nShow animation effect"
3534
- },
3535
- {
3536
- "name": "classes",
3537
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3538
- },
3539
- {
3540
- "name": "styles",
3541
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3542
- }
3543
- ]
3544
- },
3545
3373
  {
3546
3374
  "name": "a-select",
3547
3375
  "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
@@ -3667,68 +3495,244 @@
3667
3495
  "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3668
3496
  },
3669
3497
  {
3670
- "name": "popup-match-select-width",
3671
- "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"
3498
+ "name": "popup-match-select-width",
3499
+ "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"
3500
+ },
3501
+ {
3502
+ "name": "popup-render",
3503
+ "description": "Default: -\n\nCustomize dropdown content"
3504
+ },
3505
+ {
3506
+ "name": "prefix",
3507
+ "description": "Default: -\n\nThe custom prefix"
3508
+ },
3509
+ {
3510
+ "name": "remove-icon",
3511
+ "description": "Default: -\n\nThe custom remove icon"
3512
+ },
3513
+ {
3514
+ "name": "search-value",
3515
+ "description": "Default: -\n\nThe current input \"search\" text"
3516
+ },
3517
+ {
3518
+ "name": "show-search",
3519
+ "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3520
+ },
3521
+ {
3522
+ "name": "size",
3523
+ "description": "Default: -\n\nSize of Select input"
3524
+ },
3525
+ {
3526
+ "name": "status",
3527
+ "description": "Default: -\n\nSet validation status"
3528
+ },
3529
+ {
3530
+ "name": "styles",
3531
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3532
+ },
3533
+ {
3534
+ "name": "suffix-icon",
3535
+ "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3536
+ },
3537
+ {
3538
+ "name": "tag-render",
3539
+ "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3540
+ },
3541
+ {
3542
+ "name": "label-render",
3543
+ "description": "Default: -\n\nCustomize selected label render"
3544
+ },
3545
+ {
3546
+ "name": "token-separators",
3547
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3548
+ },
3549
+ {
3550
+ "name": "value",
3551
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3552
+ },
3553
+ {
3554
+ "name": "variant",
3555
+ "description": "Default: outlined\n\nVariants of selector"
3556
+ },
3557
+ {
3558
+ "name": "virtual",
3559
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3560
+ }
3561
+ ]
3562
+ },
3563
+ {
3564
+ "name": "a-skeleton",
3565
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3566
+ "attributes": [
3567
+ {
3568
+ "name": "active",
3569
+ "description": "Default: false\n\nShow animation effect"
3570
+ },
3571
+ {
3572
+ "name": "avatar",
3573
+ "description": "Default: false\n\nShow avatar placeholder"
3574
+ },
3575
+ {
3576
+ "name": "loading",
3577
+ "description": "Default: -\n\nDisplay the skeleton when true"
3578
+ },
3579
+ {
3580
+ "name": "paragraph",
3581
+ "description": "Default: true\n\nShow paragraph placeholder"
3582
+ },
3583
+ {
3584
+ "name": "round",
3585
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3586
+ },
3587
+ {
3588
+ "name": "title",
3589
+ "description": "Default: true\n\nShow title placeholder"
3590
+ },
3591
+ {
3592
+ "name": "classes",
3593
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3594
+ },
3595
+ {
3596
+ "name": "styles",
3597
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3598
+ }
3599
+ ]
3600
+ },
3601
+ {
3602
+ "name": "a-skeleton-avatar",
3603
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3604
+ "attributes": [
3605
+ {
3606
+ "name": "active",
3607
+ "description": "Default: false\n\nShow animation effect"
3608
+ },
3609
+ {
3610
+ "name": "shape",
3611
+ "description": "Default: circle\n\nSet the shape of avatar"
3612
+ },
3613
+ {
3614
+ "name": "size",
3615
+ "description": "Default: medium\n\nSet the size of avatar"
3672
3616
  },
3673
3617
  {
3674
- "name": "popup-render",
3675
- "description": "Default: -\n\nCustomize dropdown content"
3618
+ "name": "classes",
3619
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3676
3620
  },
3677
3621
  {
3678
- "name": "prefix",
3679
- "description": "Default: -\n\nThe custom prefix"
3622
+ "name": "styles",
3623
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3624
+ }
3625
+ ]
3626
+ },
3627
+ {
3628
+ "name": "a-skeleton-title",
3629
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3630
+ "attributes": [
3631
+ {
3632
+ "name": "width",
3633
+ "description": "Default: -\n\nSet the width of title"
3634
+ }
3635
+ ]
3636
+ },
3637
+ {
3638
+ "name": "a-skeleton-paragraph",
3639
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3640
+ "attributes": [
3641
+ {
3642
+ "name": "rows",
3643
+ "description": "Default: -\n\nSet the row count of paragraph"
3680
3644
  },
3681
3645
  {
3682
- "name": "remove-icon",
3683
- "description": "Default: -\n\nThe custom remove icon"
3646
+ "name": "width",
3647
+ "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3648
+ }
3649
+ ]
3650
+ },
3651
+ {
3652
+ "name": "a-skeleton-button",
3653
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3654
+ "attributes": [
3655
+ {
3656
+ "name": "active",
3657
+ "description": "Default: false\n\nShow animation effect"
3684
3658
  },
3685
3659
  {
3686
- "name": "search-value",
3687
- "description": "Default: -\n\nThe current input \"search\" text"
3660
+ "name": "block",
3661
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3688
3662
  },
3689
3663
  {
3690
- "name": "show-search",
3691
- "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3664
+ "name": "shape",
3665
+ "description": "Default: -\n\nSet the shape of button"
3692
3666
  },
3693
3667
  {
3694
3668
  "name": "size",
3695
- "description": "Default: -\n\nSize of Select input"
3669
+ "description": "Default: medium\n\nSet the size of button"
3696
3670
  },
3697
3671
  {
3698
- "name": "status",
3699
- "description": "Default: -\n\nSet validation status"
3672
+ "name": "classes",
3673
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3700
3674
  },
3701
3675
  {
3702
3676
  "name": "styles",
3703
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3677
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3678
+ }
3679
+ ]
3680
+ },
3681
+ {
3682
+ "name": "a-skeleton-input",
3683
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3684
+ "attributes": [
3685
+ {
3686
+ "name": "active",
3687
+ "description": "Default: false\n\nShow animation effect"
3704
3688
  },
3705
3689
  {
3706
- "name": "suffix-icon",
3707
- "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3690
+ "name": "size",
3691
+ "description": "Default: medium\n\nSet the size of input"
3708
3692
  },
3709
3693
  {
3710
- "name": "tag-render",
3711
- "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3694
+ "name": "classes",
3695
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3712
3696
  },
3713
3697
  {
3714
- "name": "label-render",
3715
- "description": "Default: -\n\nCustomize selected label render"
3698
+ "name": "styles",
3699
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3700
+ }
3701
+ ]
3702
+ },
3703
+ {
3704
+ "name": "a-skeleton-image",
3705
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3706
+ "attributes": [
3707
+ {
3708
+ "name": "active",
3709
+ "description": "Default: false\n\nShow animation effect"
3716
3710
  },
3717
3711
  {
3718
- "name": "token-separators",
3719
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3712
+ "name": "classes",
3713
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3720
3714
  },
3721
3715
  {
3722
- "name": "value",
3723
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3716
+ "name": "styles",
3717
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3718
+ }
3719
+ ]
3720
+ },
3721
+ {
3722
+ "name": "a-skeleton-node",
3723
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3724
+ "attributes": [
3725
+ {
3726
+ "name": "active",
3727
+ "description": "Default: false\n\nShow animation effect"
3724
3728
  },
3725
3729
  {
3726
- "name": "variant",
3727
- "description": "Default: outlined\n\nVariants of selector"
3730
+ "name": "classes",
3731
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3728
3732
  },
3729
3733
  {
3730
- "name": "virtual",
3731
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3734
+ "name": "styles",
3735
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3732
3736
  }
3733
3737
  ]
3734
3738
  },
@@ -3871,56 +3875,72 @@
3871
3875
  ]
3872
3876
  },
3873
3877
  {
3874
- "name": "a-spin",
3875
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3878
+ "name": "a-steps",
3879
+ "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
3876
3880
  "attributes": [
3877
3881
  {
3878
- "name": "spinning",
3879
- "description": "Default: true\n\nWhether Spin is visible"
3882
+ "name": "classes",
3883
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3880
3884
  },
3881
3885
  {
3882
- "name": "size",
3883
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3886
+ "name": "current",
3887
+ "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
3884
3888
  },
3885
3889
  {
3886
- "name": "~~tip~~",
3887
- "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3890
+ "name": "icon-render",
3891
+ "description": "Default: -\n\nCustom render icon, please use items.icon first"
3888
3892
  },
3889
3893
  {
3890
- "name": "description",
3891
- "description": "Default: -\n\nCustomize description content"
3894
+ "name": "initial",
3895
+ "description": "Default: 0\n\nSet the initial step, counting from 0"
3892
3896
  },
3893
3897
  {
3894
- "name": "delay",
3895
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3898
+ "name": "items",
3899
+ "description": "Default: []\n\nStepItem content"
3896
3900
  },
3897
3901
  {
3898
- "name": "wrapper-class-name",
3899
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3902
+ "name": "max-count",
3903
+ "description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
3900
3904
  },
3901
3905
  {
3902
- "name": "indicator",
3903
- "description": "Default: -\n\nThe node of the spinning indicator"
3906
+ "name": "orientation",
3907
+ "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
3904
3908
  },
3905
3909
  {
3906
- "name": "fullscreen",
3907
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3910
+ "name": "percent",
3911
+ "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
3908
3912
  },
3909
3913
  {
3910
- "name": "percent",
3911
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3914
+ "name": "progress-dot",
3915
+ "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
3912
3916
  },
3913
3917
  {
3914
- "name": "root-class",
3915
- "description": "Default: -\n\nRoot container class"
3918
+ "name": "responsive",
3919
+ "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
3916
3920
  },
3917
3921
  {
3918
- "name": "classes",
3919
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3922
+ "name": "size",
3923
+ "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
3924
+ },
3925
+ {
3926
+ "name": "status",
3927
+ "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
3920
3928
  },
3921
3929
  {
3922
3930
  "name": "styles",
3923
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3931
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3932
+ },
3933
+ {
3934
+ "name": "title-placement",
3935
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
3936
+ },
3937
+ {
3938
+ "name": "type",
3939
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
3940
+ },
3941
+ {
3942
+ "name": "variant",
3943
+ "description": "Default: filled\n\nConfig style variant"
3924
3944
  }
3925
3945
  ]
3926
3946
  },
@@ -3984,72 +4004,67 @@
3984
4004
  "attributes": []
3985
4005
  },
3986
4006
  {
3987
- "name": "a-steps",
3988
- "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
4007
+ "name": "a-space",
4008
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3989
4009
  "attributes": [
3990
4010
  {
3991
- "name": "classes",
3992
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3993
- },
3994
- {
3995
- "name": "current",
3996
- "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
3997
- },
3998
- {
3999
- "name": "icon-render",
4000
- "description": "Default: -\n\nCustom render icon, please use items.icon first"
4001
- },
4002
- {
4003
- "name": "initial",
4004
- "description": "Default: 0\n\nSet the initial step, counting from 0"
4005
- },
4006
- {
4007
- "name": "items",
4008
- "description": "Default: []\n\nStepItem content"
4011
+ "name": "align",
4012
+ "description": "Default: -\n\nAlign items"
4009
4013
  },
4010
4014
  {
4011
- "name": "max-count",
4012
- "description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
4015
+ "name": "classes",
4016
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4013
4017
  },
4014
4018
  {
4015
4019
  "name": "orientation",
4016
- "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
4020
+ "description": "Default: horizontal\n\nThe space direction"
4017
4021
  },
4018
4022
  {
4019
- "name": "percent",
4020
- "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
4023
+ "name": "separator",
4024
+ "description": "Default: -\n\nSet separator"
4021
4025
  },
4022
4026
  {
4023
- "name": "progress-dot",
4024
- "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
4027
+ "name": "size",
4028
+ "description": "Default: small\n\nThe space size"
4025
4029
  },
4026
4030
  {
4027
- "name": "responsive",
4028
- "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
4031
+ "name": "styles",
4032
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4029
4033
  },
4030
4034
  {
4031
- "name": "size",
4032
- "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
4035
+ "name": "vertical",
4036
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
4033
4037
  },
4034
4038
  {
4035
- "name": "status",
4036
- "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
4037
- },
4039
+ "name": "wrap",
4040
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
4041
+ }
4042
+ ]
4043
+ },
4044
+ {
4045
+ "name": "a-size",
4046
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
4047
+ "attributes": []
4048
+ },
4049
+ {
4050
+ "name": "a-space-compact",
4051
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
4052
+ "attributes": [
4038
4053
  {
4039
- "name": "styles",
4040
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4054
+ "name": "block",
4055
+ "description": "Default: false\n\nOption to fit width to its parent's width"
4041
4056
  },
4042
- {
4043
- "name": "title-placement",
4044
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4057
+ {
4058
+ "name": "orientation",
4059
+ "description": "Default: horizontal\n\nSet direction of layout"
4045
4060
  },
4046
4061
  {
4047
- "name": "type",
4048
- "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4062
+ "name": "size",
4063
+ "description": "Default: middle\n\nSet child component size"
4049
4064
  },
4050
4065
  {
4051
- "name": "variant",
4052
- "description": "Default: filled\n\nConfig style variant"
4066
+ "name": "vertical",
4067
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
4053
4068
  }
4054
4069
  ]
4055
4070
  },
@@ -4115,6 +4130,60 @@
4115
4130
  }
4116
4131
  ]
4117
4132
  },
4133
+ {
4134
+ "name": "a-spin",
4135
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
4136
+ "attributes": [
4137
+ {
4138
+ "name": "spinning",
4139
+ "description": "Default: true\n\nWhether Spin is visible"
4140
+ },
4141
+ {
4142
+ "name": "size",
4143
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
4144
+ },
4145
+ {
4146
+ "name": "~~tip~~",
4147
+ "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
4148
+ },
4149
+ {
4150
+ "name": "description",
4151
+ "description": "Default: -\n\nCustomize description content"
4152
+ },
4153
+ {
4154
+ "name": "delay",
4155
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
4156
+ },
4157
+ {
4158
+ "name": "wrapper-class-name",
4159
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
4160
+ },
4161
+ {
4162
+ "name": "indicator",
4163
+ "description": "Default: -\n\nThe node of the spinning indicator"
4164
+ },
4165
+ {
4166
+ "name": "fullscreen",
4167
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
4168
+ },
4169
+ {
4170
+ "name": "percent",
4171
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
4172
+ },
4173
+ {
4174
+ "name": "root-class",
4175
+ "description": "Default: -\n\nRoot container class"
4176
+ },
4177
+ {
4178
+ "name": "classes",
4179
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4180
+ },
4181
+ {
4182
+ "name": "styles",
4183
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4184
+ }
4185
+ ]
4186
+ },
4118
4187
  {
4119
4188
  "name": "a-table",
4120
4189
  "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
@@ -4229,6 +4298,96 @@
4229
4298
  }
4230
4299
  ]
4231
4300
  },
4301
+ {
4302
+ "name": "a-tabs",
4303
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4304
+ "attributes": [
4305
+ {
4306
+ "name": "active-key",
4307
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4308
+ },
4309
+ {
4310
+ "name": "add-icon",
4311
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4312
+ },
4313
+ {
4314
+ "name": "animated",
4315
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4316
+ },
4317
+ {
4318
+ "name": "centered",
4319
+ "description": "Default: false\n\nCenters tabs"
4320
+ },
4321
+ {
4322
+ "name": "classes",
4323
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4324
+ },
4325
+ {
4326
+ "name": "default-active-key",
4327
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4328
+ },
4329
+ {
4330
+ "name": "hide-add",
4331
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4332
+ },
4333
+ {
4334
+ "name": "indicator",
4335
+ "description": "Default: -\n\nCustomize size and align of indicator"
4336
+ },
4337
+ {
4338
+ "name": "items",
4339
+ "description": "Default: []\n\nConfigure tab content"
4340
+ },
4341
+ {
4342
+ "name": "more",
4343
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4344
+ },
4345
+ {
4346
+ "name": "more-icon",
4347
+ "description": "Default: -\n\nCustom icon of the collapse menu"
4348
+ },
4349
+ {
4350
+ "name": "remove-icon",
4351
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4352
+ },
4353
+ {
4354
+ "name": "render-tab-bar",
4355
+ "description": "Default: -\n\nReplace the TabBar"
4356
+ },
4357
+ {
4358
+ "name": "size",
4359
+ "description": "Default: middle\n\nPreset tab bar size"
4360
+ },
4361
+ {
4362
+ "name": "styles",
4363
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4364
+ },
4365
+ {
4366
+ "name": "tab-bar-extra-content",
4367
+ "description": "Default: -\n\nExtra content in tab bar"
4368
+ },
4369
+ {
4370
+ "name": "tab-bar-gutter",
4371
+ "description": "Default: -\n\nThe gap between tabs"
4372
+ },
4373
+ {
4374
+ "name": "tab-bar-style",
4375
+ "description": "Default: -\n\nTab bar style object"
4376
+ },
4377
+ {
4378
+ "name": "tab-placement",
4379
+ "description": "Default: top\n\nPlacement of tabs"
4380
+ },
4381
+ {
4382
+ "name": "destroy-on-hidden",
4383
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4384
+ },
4385
+ {
4386
+ "name": "type",
4387
+ "description": "Default: line\n\nBasic style of tabs"
4388
+ }
4389
+ ]
4390
+ },
4232
4391
  {
4233
4392
  "name": "a-tag",
4234
4393
  "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
@@ -4311,118 +4470,28 @@
4311
4470
  },
4312
4471
  {
4313
4472
  "name": "options",
4314
- "description": "Default: -\n\nOption list"
4315
- },
4316
- {
4317
- "name": "styles",
4318
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4319
- },
4320
- {
4321
- "name": "value",
4322
- "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4323
- }
4324
- ]
4325
- },
4326
- {
4327
- "name": "a-tag-checkable-tag",
4328
- "description": "进行标记和分类的小标签。",
4329
- "attributes": []
4330
- },
4331
- {
4332
- "name": "a-tag-checkable-tag-group",
4333
- "description": "进行标记和分类的小标签。",
4334
- "attributes": []
4335
- },
4336
- {
4337
- "name": "a-tabs",
4338
- "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4339
- "attributes": [
4340
- {
4341
- "name": "active-key",
4342
- "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4343
- },
4344
- {
4345
- "name": "add-icon",
4346
- "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4347
- },
4348
- {
4349
- "name": "animated",
4350
- "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4351
- },
4352
- {
4353
- "name": "centered",
4354
- "description": "Default: false\n\nCenters tabs"
4355
- },
4356
- {
4357
- "name": "classes",
4358
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4359
- },
4360
- {
4361
- "name": "default-active-key",
4362
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4363
- },
4364
- {
4365
- "name": "hide-add",
4366
- "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4367
- },
4368
- {
4369
- "name": "indicator",
4370
- "description": "Default: -\n\nCustomize size and align of indicator"
4371
- },
4372
- {
4373
- "name": "items",
4374
- "description": "Default: []\n\nConfigure tab content"
4375
- },
4376
- {
4377
- "name": "more",
4378
- "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4379
- },
4380
- {
4381
- "name": "more-icon",
4382
- "description": "Default: -\n\nCustom icon of the collapse menu"
4383
- },
4384
- {
4385
- "name": "remove-icon",
4386
- "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4387
- },
4388
- {
4389
- "name": "render-tab-bar",
4390
- "description": "Default: -\n\nReplace the TabBar"
4391
- },
4392
- {
4393
- "name": "size",
4394
- "description": "Default: middle\n\nPreset tab bar size"
4395
- },
4396
- {
4397
- "name": "styles",
4398
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4399
- },
4400
- {
4401
- "name": "tab-bar-extra-content",
4402
- "description": "Default: -\n\nExtra content in tab bar"
4403
- },
4404
- {
4405
- "name": "tab-bar-gutter",
4406
- "description": "Default: -\n\nThe gap between tabs"
4407
- },
4408
- {
4409
- "name": "tab-bar-style",
4410
- "description": "Default: -\n\nTab bar style object"
4411
- },
4412
- {
4413
- "name": "tab-placement",
4414
- "description": "Default: top\n\nPlacement of tabs"
4473
+ "description": "Default: -\n\nOption list"
4415
4474
  },
4416
4475
  {
4417
- "name": "destroy-on-hidden",
4418
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4476
+ "name": "styles",
4477
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4419
4478
  },
4420
4479
  {
4421
- "name": "type",
4422
- "description": "Default: line\n\nBasic style of tabs"
4480
+ "name": "value",
4481
+ "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4423
4482
  }
4424
4483
  ]
4425
4484
  },
4485
+ {
4486
+ "name": "a-tag-checkable-tag",
4487
+ "description": "进行标记和分类的小标签。",
4488
+ "attributes": []
4489
+ },
4490
+ {
4491
+ "name": "a-tag-checkable-tag-group",
4492
+ "description": "进行标记和分类的小标签。",
4493
+ "attributes": []
4494
+ },
4426
4495
  {
4427
4496
  "name": "a-time-picker",
4428
4497
  "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
@@ -4576,92 +4645,6 @@
4576
4645
  }
4577
4646
  ]
4578
4647
  },
4579
- {
4580
- "name": "a-transfer",
4581
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4582
- "attributes": [
4583
- {
4584
- "name": "actions",
4585
- "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"
4586
- },
4587
- {
4588
- "name": "classes",
4589
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4590
- },
4591
- {
4592
- "name": "data-source",
4593
- "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"
4594
- },
4595
- {
4596
- "name": "disabled",
4597
- "description": "Default: false\n\nWhether disabled transfer"
4598
- },
4599
- {
4600
- "name": "filter-option",
4601
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4602
- },
4603
- {
4604
- "name": "footer",
4605
- "description": "Default: -\n\nA function used for rendering the footer"
4606
- },
4607
- {
4608
- "name": "locale",
4609
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4610
- },
4611
- {
4612
- "name": "one-way",
4613
- "description": "Default: false\n\nDisplay as single direction style"
4614
- },
4615
- {
4616
- "name": "pagination",
4617
- "description": "Default: false\n\nUse pagination. Not work in render props"
4618
- },
4619
- {
4620
- "name": "render",
4621
- "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"
4622
- },
4623
- {
4624
- "name": "row-key",
4625
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4626
- },
4627
- {
4628
- "name": "select-all-labels",
4629
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4630
- },
4631
- {
4632
- "name": "selected-keys",
4633
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4634
- },
4635
- {
4636
- "name": "selections-icon",
4637
- "description": "Default: -\n\nCustom dropdown icon"
4638
- },
4639
- {
4640
- "name": "show-search",
4641
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4642
- },
4643
- {
4644
- "name": "show-select-all",
4645
- "description": "Default: true\n\nShow select all checkbox on the header"
4646
- },
4647
- {
4648
- "name": "status",
4649
- "description": "Default: -\n\nSet validation status"
4650
- },
4651
- {
4652
- "name": "styles",
4653
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4654
- },
4655
- {
4656
- "name": "target-keys",
4657
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4658
- },
4659
- {
4660
- "name": "titles",
4661
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4662
- }
4663
- ]
4664
- },
4665
4648
  {
4666
4649
  "name": "a-tour",
4667
4650
  "description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
@@ -4930,6 +4913,92 @@
4930
4913
  }
4931
4914
  ]
4932
4915
  },
4916
+ {
4917
+ "name": "a-transfer",
4918
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4919
+ "attributes": [
4920
+ {
4921
+ "name": "actions",
4922
+ "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
+ },
4924
+ {
4925
+ "name": "classes",
4926
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4927
+ },
4928
+ {
4929
+ "name": "data-source",
4930
+ "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
+ },
4932
+ {
4933
+ "name": "disabled",
4934
+ "description": "Default: false\n\nWhether disabled transfer"
4935
+ },
4936
+ {
4937
+ "name": "filter-option",
4938
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4939
+ },
4940
+ {
4941
+ "name": "footer",
4942
+ "description": "Default: -\n\nA function used for rendering the footer"
4943
+ },
4944
+ {
4945
+ "name": "locale",
4946
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4947
+ },
4948
+ {
4949
+ "name": "one-way",
4950
+ "description": "Default: false\n\nDisplay as single direction style"
4951
+ },
4952
+ {
4953
+ "name": "pagination",
4954
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4955
+ },
4956
+ {
4957
+ "name": "render",
4958
+ "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
+ },
4960
+ {
4961
+ "name": "row-key",
4962
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4963
+ },
4964
+ {
4965
+ "name": "select-all-labels",
4966
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4967
+ },
4968
+ {
4969
+ "name": "selected-keys",
4970
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4971
+ },
4972
+ {
4973
+ "name": "selections-icon",
4974
+ "description": "Default: -\n\nCustom dropdown icon"
4975
+ },
4976
+ {
4977
+ "name": "show-search",
4978
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4979
+ },
4980
+ {
4981
+ "name": "show-select-all",
4982
+ "description": "Default: true\n\nShow select all checkbox on the header"
4983
+ },
4984
+ {
4985
+ "name": "status",
4986
+ "description": "Default: -\n\nSet validation status"
4987
+ },
4988
+ {
4989
+ "name": "styles",
4990
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4991
+ },
4992
+ {
4993
+ "name": "target-keys",
4994
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4995
+ },
4996
+ {
4997
+ "name": "titles",
4998
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4999
+ }
5000
+ ]
5001
+ },
4933
5002
  {
4934
5003
  "name": "a-tree-select-props",
4935
5004
  "description": "Tree selection control.",
@@ -5280,71 +5349,6 @@
5280
5349
  }
5281
5350
  ]
5282
5351
  },
5283
- {
5284
- "name": "a-space",
5285
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
5286
- "attributes": [
5287
- {
5288
- "name": "align",
5289
- "description": "Default: -\n\nAlign items"
5290
- },
5291
- {
5292
- "name": "classes",
5293
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5294
- },
5295
- {
5296
- "name": "orientation",
5297
- "description": "Default: horizontal\n\nThe space direction"
5298
- },
5299
- {
5300
- "name": "separator",
5301
- "description": "Default: -\n\nSet separator"
5302
- },
5303
- {
5304
- "name": "size",
5305
- "description": "Default: small\n\nThe space size"
5306
- },
5307
- {
5308
- "name": "styles",
5309
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5310
- },
5311
- {
5312
- "name": "vertical",
5313
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
5314
- },
5315
- {
5316
- "name": "wrap",
5317
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
5318
- }
5319
- ]
5320
- },
5321
- {
5322
- "name": "a-size",
5323
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
5324
- "attributes": []
5325
- },
5326
- {
5327
- "name": "a-space-compact",
5328
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
5329
- "attributes": [
5330
- {
5331
- "name": "block",
5332
- "description": "Default: false\n\nOption to fit width to its parent's width"
5333
- },
5334
- {
5335
- "name": "orientation",
5336
- "description": "Default: horizontal\n\nSet direction of layout"
5337
- },
5338
- {
5339
- "name": "size",
5340
- "description": "Default: middle\n\nSet child component size"
5341
- },
5342
- {
5343
- "name": "vertical",
5344
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
5345
- }
5346
- ]
5347
- },
5348
5352
  {
5349
5353
  "name": "a-menu-item",
5350
5354
  "description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",