antdv-next 1.4.2 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/_util/statusUtils.d.ts +1 -1
  2. package/dist/_util/wave/index.js +1 -1
  3. package/dist/antd-with-locales.esm.js +10362 -10320
  4. package/dist/antd-with-locales.js +78 -78
  5. package/dist/antd.css +1 -1
  6. package/dist/antd.esm.js +9259 -9217
  7. package/dist/antd.js +53 -53
  8. package/dist/border-beam/style/index.js +2 -2
  9. package/dist/checkbox/style/index.js +3 -3
  10. package/dist/collapse/style/index.js +1 -1
  11. package/dist/descriptions/hooks/useItems.d.ts +8 -8
  12. package/dist/form/Form.js +23 -6
  13. package/dist/form/FormItem/index.js +25 -2
  14. package/dist/form/context.d.ts +3 -1
  15. package/dist/form/hooks/useVariant.d.ts +1 -1
  16. package/dist/form/util.d.ts +7 -1
  17. package/dist/form/util.js +9 -1
  18. package/dist/grid/col.js +2 -2
  19. package/dist/image/hooks/usePreviewConfig.d.ts +2 -2
  20. package/dist/input/Search.js +19 -13
  21. package/dist/layout/style/sider.js +1 -1
  22. package/dist/package.js +1 -1
  23. package/dist/radio/style/index.js +1 -5
  24. package/dist/segmented/style/index.js +2 -7
  25. package/dist/splitter/SplitBar.js +1 -12
  26. package/dist/splitter/Splitter.js +6 -4
  27. package/dist/style/motion/index.d.ts +2 -2
  28. package/dist/style/motion/index.js +2 -2
  29. package/dist/style/motion/util.d.ts +8 -1
  30. package/dist/style/motion/util.js +13 -1
  31. package/dist/switch/style/index.js +2 -2
  32. package/dist/tabs/index.d.ts +33 -10
  33. package/dist/tabs/index.js +3 -2
  34. package/dist/tag/hooks/useColor.d.ts +1 -1
  35. package/dist/tag/index.js +1 -0
  36. package/dist/timeline/Timeline.d.ts +6 -6
  37. package/dist/timeline/Timeline.js +21 -4
  38. package/dist/timeline/useItems.d.ts +7 -2
  39. package/dist/timeline/useItems.js +14 -4
  40. package/dist/tour/panelRender.js +2 -8
  41. package/dist/tree/DirectoryTree.js +4 -4
  42. package/dist/tree/Tree.d.ts +3 -1
  43. package/dist/tree/Tree.js +10 -7
  44. package/dist/tree/style/index.js +4 -4
  45. package/dist/typography/style/mixins.js +3 -3
  46. package/package.json +3 -3
  47. package/web-tags.json +1420 -1416
  48. package/web-types.json +4335 -4321
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.2",
2
+ "version": "1.4.4",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -127,7 +127,7 @@
127
127
  },
128
128
  {
129
129
  "name": "offset-top",
130
- "description": "Default: -\n\nPixels to offset from top when calculating position of scroll"
130
+ "description": "Default: 0\n\nPixels to offset from top when calculating position of scroll"
131
131
  },
132
132
  {
133
133
  "name": "show-ink-in-fixed",
@@ -403,6 +403,118 @@
403
403
  }
404
404
  ]
405
405
  },
406
+ {
407
+ "name": "a-breadcrumb",
408
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
409
+ "attributes": [
410
+ {
411
+ "name": "classes",
412
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
413
+ },
414
+ {
415
+ "name": "dropdown-icon",
416
+ "description": "Default: -\n\nCustom dropdown icon"
417
+ },
418
+ {
419
+ "name": "item-render",
420
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
421
+ },
422
+ {
423
+ "name": "params",
424
+ "description": "Default: -\n\nRouting parameters"
425
+ },
426
+ {
427
+ "name": "items",
428
+ "description": "Default: -\n\nThe routing stack information of router"
429
+ },
430
+ {
431
+ "name": "separator",
432
+ "description": "Default: /\n\nCustom separator"
433
+ },
434
+ {
435
+ "name": "styles",
436
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
437
+ }
438
+ ]
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.",
@@ -1207,6 +1137,76 @@
1207
1137
  }
1208
1138
  ]
1209
1139
  },
1140
+ {
1141
+ "name": "a-config-provider",
1142
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1143
+ "attributes": [
1144
+ {
1145
+ "name": "component-disabled",
1146
+ "description": "Default: -\n\nConfig antd component disabled"
1147
+ },
1148
+ {
1149
+ "name": "component-size",
1150
+ "description": "Default: -\n\nConfig antd component size"
1151
+ },
1152
+ {
1153
+ "name": "csp",
1154
+ "description": "Default: -\n\nSet Content Security Policy config"
1155
+ },
1156
+ {
1157
+ "name": "direction",
1158
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1159
+ },
1160
+ {
1161
+ "name": "get-popup-container",
1162
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1163
+ },
1164
+ {
1165
+ "name": "get-target-container",
1166
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1167
+ },
1168
+ {
1169
+ "name": "icon-prefix-cls",
1170
+ "description": "Default: anticon\n\nSet icon prefix className"
1171
+ },
1172
+ {
1173
+ "name": "locale",
1174
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1175
+ },
1176
+ {
1177
+ "name": "popup-match-select-width",
1178
+ "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"
1179
+ },
1180
+ {
1181
+ "name": "popup-overflow",
1182
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1183
+ },
1184
+ {
1185
+ "name": "prefix-cls",
1186
+ "description": "Default: ant\n\nSet prefix className"
1187
+ },
1188
+ {
1189
+ "name": "render-empty",
1190
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1191
+ },
1192
+ {
1193
+ "name": "theme",
1194
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1195
+ },
1196
+ {
1197
+ "name": "variant",
1198
+ "description": "Default: -\n\nSet variant of data entry components"
1199
+ },
1200
+ {
1201
+ "name": "virtual",
1202
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1203
+ },
1204
+ {
1205
+ "name": "warning",
1206
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1207
+ }
1208
+ ]
1209
+ },
1210
1210
  {
1211
1211
  "name": "a-localization",
1212
1212
  "description": "To select or input a date.",
@@ -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.",
@@ -3016,6 +2998,72 @@
3016
2998
  }
3017
2999
  ]
3018
3000
  },
3001
+ {
3002
+ "name": "a-qrcode",
3003
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3004
+ "attributes": [
3005
+ {
3006
+ "name": "value",
3007
+ "description": "Default: -\n\nscanned text"
3008
+ },
3009
+ {
3010
+ "name": "type",
3011
+ "description": "Default: canvas\n\nrender type"
3012
+ },
3013
+ {
3014
+ "name": "icon",
3015
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
3016
+ },
3017
+ {
3018
+ "name": "size",
3019
+ "description": "Default: 160\n\nQRCode size"
3020
+ },
3021
+ {
3022
+ "name": "icon-size",
3023
+ "description": "Default: 40\n\ninclude image size"
3024
+ },
3025
+ {
3026
+ "name": "color",
3027
+ "description": "Default: #000\n\nQRCode Color"
3028
+ },
3029
+ {
3030
+ "name": "classes",
3031
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3032
+ },
3033
+ {
3034
+ "name": "bg-color",
3035
+ "description": "Default: transparent\n\nQRCode Background Color"
3036
+ },
3037
+ {
3038
+ "name": "margin-size",
3039
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3040
+ },
3041
+ {
3042
+ "name": "bordered",
3043
+ "description": "Default: true\n\nWhether has border style"
3044
+ },
3045
+ {
3046
+ "name": "error-level",
3047
+ "description": "Default: 'M'\n\nError Code Level"
3048
+ },
3049
+ {
3050
+ "name": "boost-level",
3051
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3052
+ },
3053
+ {
3054
+ "name": "status",
3055
+ "description": "Default: 'active'\n\nQRCode status"
3056
+ },
3057
+ {
3058
+ "name": "status-render",
3059
+ "description": "Default: -\n\ncustom status render"
3060
+ },
3061
+ {
3062
+ "name": "styles",
3063
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3064
+ }
3065
+ ]
3066
+ },
3019
3067
  {
3020
3068
  "name": "a-progress",
3021
3069
  "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
@@ -3087,68 +3135,86 @@
3087
3135
  ]
3088
3136
  },
3089
3137
  {
3090
- "name": "a-qrcode",
3091
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3138
+ "name": "a-radio/radio-button",
3139
+ "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3092
3140
  "attributes": [
3093
3141
  {
3094
- "name": "value",
3095
- "description": "Default: -\n\nscanned text"
3142
+ "name": "checked",
3143
+ "description": "Default: false\n\nSpecifies whether the radio is selected, support v-model:checked"
3096
3144
  },
3097
3145
  {
3098
- "name": "type",
3099
- "description": "Default: canvas\n\nrender type"
3146
+ "name": "classes",
3147
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3100
3148
  },
3101
3149
  {
3102
- "name": "icon",
3103
- "description": "Default: -\n\ninclude image url (only image link are supported)"
3150
+ "name": "disabled",
3151
+ "description": "Default: false\n\nDisable radio"
3104
3152
  },
3105
3153
  {
3106
- "name": "size",
3107
- "description": "Default: 160\n\nQRCode size"
3154
+ "name": "styles",
3155
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3108
3156
  },
3109
3157
  {
3110
- "name": "icon-size",
3111
- "description": "Default: 40\n\ninclude image size"
3158
+ "name": "value",
3159
+ "description": "Default: -\n\nAccording to value for comparison, to determine whether the selected"
3160
+ }
3161
+ ]
3162
+ },
3163
+ {
3164
+ "name": "a-radio-group",
3165
+ "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3166
+ "attributes": [
3167
+ {
3168
+ "name": "block",
3169
+ "description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
3112
3170
  },
3113
3171
  {
3114
- "name": "color",
3115
- "description": "Default: #000\n\nQRCode Color"
3172
+ "name": "button-style",
3173
+ "description": "Default: outline\n\nThe style type of radio button"
3116
3174
  },
3117
3175
  {
3118
3176
  "name": "classes",
3119
3177
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3120
3178
  },
3121
3179
  {
3122
- "name": "bg-color",
3123
- "description": "Default: transparent\n\nQRCode Background Color"
3180
+ "name": "default-value",
3181
+ "description": "Default: -\n\nDefault selected value"
3124
3182
  },
3125
3183
  {
3126
- "name": "margin-size",
3127
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3184
+ "name": "disabled",
3185
+ "description": "Default: false\n\nDisable all radio buttons"
3128
3186
  },
3129
3187
  {
3130
- "name": "bordered",
3131
- "description": "Default: true\n\nWhether has border style"
3188
+ "name": "name",
3189
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
3132
3190
  },
3133
3191
  {
3134
- "name": "error-level",
3135
- "description": "Default: 'M'\n\nError Code Level"
3192
+ "name": "options",
3193
+ "description": "Default: -\n\nSet children optional"
3136
3194
  },
3137
3195
  {
3138
- "name": "boost-level",
3139
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3196
+ "name": "option-type",
3197
+ "description": "Default: default\n\nSet Radio optionType"
3140
3198
  },
3141
3199
  {
3142
- "name": "status",
3143
- "description": "Default: 'active'\n\nQRCode status"
3200
+ "name": "orientation",
3201
+ "description": "Default: horizontal\n\nOrientation"
3144
3202
  },
3145
3203
  {
3146
- "name": "status-render",
3147
- "description": "Default: -\n\ncustom status render"
3204
+ "name": "size",
3205
+ "description": "Default: -\n\nThe size of radio button style"
3148
3206
  },
3149
3207
  {
3150
3208
  "name": "styles",
3151
3209
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3210
+ },
3211
+ {
3212
+ "name": "value",
3213
+ "description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
3214
+ },
3215
+ {
3216
+ "name": "vertical",
3217
+ "description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
3152
3218
  }
3153
3219
  ]
3154
3220
  },
@@ -3194,90 +3260,6 @@
3194
3260
  }
3195
3261
  ]
3196
3262
  },
3197
- {
3198
- "name": "a-radio/radio-button",
3199
- "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
3200
- "attributes": [
3201
- {
3202
- "name": "checked",
3203
- "description": "Default: false\n\nSpecifies whether the radio is selected, support v-model:checked"
3204
- },
3205
- {
3206
- "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
3263
  {
3282
3264
  "name": "a-result",
3283
3265
  "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
@@ -3367,248 +3349,94 @@
3367
3349
  ]
3368
3350
  },
3369
3351
  {
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.",
3352
+ "name": "a-popover",
3353
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3372
3354
  "attributes": [
3373
3355
  {
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"
3356
+ "name": "title",
3357
+ "description": "Default: -\n\nTitle of the card"
3392
3358
  },
3393
3359
  {
3394
- "name": "title",
3395
- "description": "Default: true\n\nShow title placeholder"
3360
+ "name": "content",
3361
+ "description": "Default: -\n\nContent of the card"
3396
3362
  },
3397
3363
  {
3398
3364
  "name": "classes",
3399
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3365
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3400
3366
  },
3401
3367
  {
3402
3368
  "name": "styles",
3403
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3369
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3404
3370
  }
3405
3371
  ]
3406
3372
  },
3407
3373
  {
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.",
3374
+ "name": "a-select",
3375
+ "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3410
3376
  "attributes": [
3411
3377
  {
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"
3378
+ "name": "allow-clear",
3379
+ "description": "Default: false\n\nShow clear button"
3418
3380
  },
3419
3381
  {
3420
- "name": "size",
3421
- "description": "Default: medium\n\nSet the size of avatar"
3382
+ "name": "auto-clear-search-value",
3383
+ "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3422
3384
  },
3423
3385
  {
3424
3386
  "name": "classes",
3425
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3387
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3426
3388
  },
3427
3389
  {
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"
3390
+ "name": "default-active-first-option",
3391
+ "description": "Default: true\n\nWhether active first option by default"
3450
3392
  },
3451
3393
  {
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"
3394
+ "name": "disabled",
3395
+ "description": "Default: false\n\nWhether disabled select"
3464
3396
  },
3465
3397
  {
3466
- "name": "block",
3467
- "description": "Default: false\n\nOption to fit button width to its parent width"
3398
+ "name": "dropdown-class-name",
3399
+ "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3468
3400
  },
3469
3401
  {
3470
- "name": "shape",
3471
- "description": "Default: -\n\nSet the shape of button"
3402
+ "name": "dropdown-match-select-width",
3403
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3472
3404
  },
3473
3405
  {
3474
- "name": "size",
3475
- "description": "Default: medium\n\nSet the size of button"
3406
+ "name": "dropdown-render",
3407
+ "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3476
3408
  },
3477
3409
  {
3478
- "name": "classes",
3479
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3410
+ "name": "dropdown-style",
3411
+ "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3480
3412
  },
3481
3413
  {
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": [
3414
+ "name": "field-names",
3415
+ "description": "Default: &#123; label: 'label', value: 'value', options: 'options', groupLabel: 'label' &#125;\n\nCustomize node label, value, options, groupLabel field name"
3416
+ },
3491
3417
  {
3492
- "name": "active",
3493
- "description": "Default: false\n\nShow animation effect"
3418
+ "name": "filter-option",
3419
+ "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3494
3420
  },
3495
3421
  {
3496
- "name": "size",
3497
- "description": "Default: medium\n\nSet the size of input"
3422
+ "name": "filter-sort",
3423
+ "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3498
3424
  },
3499
3425
  {
3500
- "name": "classes",
3501
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3426
+ "name": "get-popup-container",
3427
+ "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"
3502
3428
  },
3503
3429
  {
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": [
3430
+ "name": "label-in-value",
3431
+ "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to &#123; value: string, label: VueNode &#125;"
3432
+ },
3513
3433
  {
3514
- "name": "active",
3515
- "description": "Default: false\n\nShow animation effect"
3434
+ "name": "list-height",
3435
+ "description": "Default: 256\n\nConfig popup height"
3516
3436
  },
3517
3437
  {
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
- {
3546
- "name": "a-select",
3547
- "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3548
- "attributes": [
3549
- {
3550
- "name": "allow-clear",
3551
- "description": "Default: false\n\nShow clear button"
3552
- },
3553
- {
3554
- "name": "auto-clear-search-value",
3555
- "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3556
- },
3557
- {
3558
- "name": "classes",
3559
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3560
- },
3561
- {
3562
- "name": "default-active-first-option",
3563
- "description": "Default: true\n\nWhether active first option by default"
3564
- },
3565
- {
3566
- "name": "disabled",
3567
- "description": "Default: false\n\nWhether disabled select"
3568
- },
3569
- {
3570
- "name": "dropdown-class-name",
3571
- "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3572
- },
3573
- {
3574
- "name": "dropdown-match-select-width",
3575
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3576
- },
3577
- {
3578
- "name": "dropdown-render",
3579
- "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3580
- },
3581
- {
3582
- "name": "dropdown-style",
3583
- "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3584
- },
3585
- {
3586
- "name": "field-names",
3587
- "description": "Default: &#123; label: 'label', value: 'value', options: 'options', groupLabel: 'label' &#125;\n\nCustomize node label, value, options, groupLabel field name"
3588
- },
3589
- {
3590
- "name": "filter-option",
3591
- "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3592
- },
3593
- {
3594
- "name": "filter-sort",
3595
- "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3596
- },
3597
- {
3598
- "name": "get-popup-container",
3599
- "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"
3600
- },
3601
- {
3602
- "name": "label-in-value",
3603
- "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to &#123; value: string, label: VueNode &#125;"
3604
- },
3605
- {
3606
- "name": "list-height",
3607
- "description": "Default: 256\n\nConfig popup height"
3608
- },
3609
- {
3610
- "name": "loading",
3611
- "description": "Default: false\n\nIndicate loading state"
3438
+ "name": "loading",
3439
+ "description": "Default: false\n\nIndicate loading state"
3612
3440
  },
3613
3441
  {
3614
3442
  "name": "max-count",
@@ -3807,145 +3635,268 @@
3807
3635
  ]
3808
3636
  },
3809
3637
  {
3810
- "name": "a-splitter",
3811
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3638
+ "name": "a-skeleton",
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.",
3812
3640
  "attributes": [
3813
3641
  {
3814
- "name": "classes",
3815
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3642
+ "name": "active",
3643
+ "description": "Default: false\n\nShow animation effect"
3816
3644
  },
3817
3645
  {
3818
- "name": "collapsible-icon",
3819
- "description": "Default: -\n\nCustom collapsible icon"
3646
+ "name": "avatar",
3647
+ "description": "Default: false\n\nShow avatar placeholder"
3820
3648
  },
3821
3649
  {
3822
- "name": "dragger-icon",
3823
- "description": "Default: -\n\nCustom dragger icon"
3650
+ "name": "loading",
3651
+ "description": "Default: -\n\nDisplay the skeleton when true"
3824
3652
  },
3825
3653
  {
3826
- "name": "lazy",
3827
- "description": "Default: false\n\nLazy rendering mode"
3654
+ "name": "paragraph",
3655
+ "description": "Default: true\n\nShow paragraph placeholder"
3828
3656
  },
3829
3657
  {
3830
- "name": "orientation",
3831
- "description": "Default: horizontal\n\nLayout direction"
3658
+ "name": "round",
3659
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3832
3660
  },
3833
3661
  {
3834
- "name": "styles",
3835
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3662
+ "name": "title",
3663
+ "description": "Default: true\n\nShow title placeholder"
3836
3664
  },
3837
3665
  {
3838
- "name": "vertical",
3839
- "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
3666
+ "name": "classes",
3667
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3668
+ },
3669
+ {
3670
+ "name": "styles",
3671
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3840
3672
  }
3841
3673
  ]
3842
3674
  },
3843
3675
  {
3844
- "name": "a-splitter-panel",
3845
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3676
+ "name": "a-skeleton-avatar",
3677
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3846
3678
  "attributes": [
3847
3679
  {
3848
- "name": "collapsible",
3849
- "description": "Default: false\n\nEnable collapsible"
3680
+ "name": "active",
3681
+ "description": "Default: false\n\nShow animation effect"
3850
3682
  },
3851
3683
  {
3852
- "name": "default-size",
3853
- "description": "Default: -\n\nInitial panel size, supports px and percentage"
3684
+ "name": "shape",
3685
+ "description": "Default: circle\n\nSet the shape of avatar"
3854
3686
  },
3855
3687
  {
3856
- "name": "max",
3857
- "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3688
+ "name": "size",
3689
+ "description": "Default: medium\n\nSet the size of avatar"
3858
3690
  },
3859
3691
  {
3860
- "name": "min",
3861
- "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3692
+ "name": "classes",
3693
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3862
3694
  },
3863
3695
  {
3864
- "name": "resizable",
3865
- "description": "Default: true\n\nWhether to enable resize"
3866
- },
3696
+ "name": "styles",
3697
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3698
+ }
3699
+ ]
3700
+ },
3701
+ {
3702
+ "name": "a-skeleton-title",
3703
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3704
+ "attributes": [
3867
3705
  {
3868
- "name": "size",
3869
- "description": "Default: -\n\nControlled panel size, supports px and percentage"
3706
+ "name": "width",
3707
+ "description": "Default: -\n\nSet the width of title"
3870
3708
  }
3871
3709
  ]
3872
3710
  },
3873
3711
  {
3874
- "name": "a-spin",
3875
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3712
+ "name": "a-skeleton-paragraph",
3713
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3876
3714
  "attributes": [
3877
3715
  {
3878
- "name": "spinning",
3879
- "description": "Default: true\n\nWhether Spin is visible"
3716
+ "name": "rows",
3717
+ "description": "Default: -\n\nSet the row count of paragraph"
3880
3718
  },
3881
3719
  {
3882
- "name": "size",
3883
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3884
- },
3720
+ "name": "width",
3721
+ "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"
3722
+ }
3723
+ ]
3724
+ },
3725
+ {
3726
+ "name": "a-skeleton-button",
3727
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3728
+ "attributes": [
3885
3729
  {
3886
- "name": "~~tip~~",
3887
- "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3730
+ "name": "active",
3731
+ "description": "Default: false\n\nShow animation effect"
3888
3732
  },
3889
3733
  {
3890
- "name": "description",
3891
- "description": "Default: -\n\nCustomize description content"
3734
+ "name": "block",
3735
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3892
3736
  },
3893
3737
  {
3894
- "name": "delay",
3895
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3738
+ "name": "shape",
3739
+ "description": "Default: -\n\nSet the shape of button"
3896
3740
  },
3897
3741
  {
3898
- "name": "wrapper-class-name",
3899
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3742
+ "name": "size",
3743
+ "description": "Default: medium\n\nSet the size of button"
3900
3744
  },
3901
3745
  {
3902
- "name": "indicator",
3903
- "description": "Default: -\n\nThe node of the spinning indicator"
3746
+ "name": "classes",
3747
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3904
3748
  },
3905
3749
  {
3906
- "name": "fullscreen",
3907
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3908
- },
3750
+ "name": "styles",
3751
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3752
+ }
3753
+ ]
3754
+ },
3755
+ {
3756
+ "name": "a-skeleton-input",
3757
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3758
+ "attributes": [
3909
3759
  {
3910
- "name": "percent",
3911
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3760
+ "name": "active",
3761
+ "description": "Default: false\n\nShow animation effect"
3912
3762
  },
3913
3763
  {
3914
- "name": "root-class",
3915
- "description": "Default: -\n\nRoot container class"
3764
+ "name": "size",
3765
+ "description": "Default: medium\n\nSet the size of input"
3916
3766
  },
3917
3767
  {
3918
3768
  "name": "classes",
3919
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3769
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3920
3770
  },
3921
3771
  {
3922
3772
  "name": "styles",
3923
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3773
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3924
3774
  }
3925
3775
  ]
3926
3776
  },
3927
3777
  {
3928
- "name": "a-statistic",
3929
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3778
+ "name": "a-skeleton-image",
3779
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3930
3780
  "attributes": [
3931
3781
  {
3932
- "name": "classes",
3933
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3782
+ "name": "active",
3783
+ "description": "Default: false\n\nShow animation effect"
3934
3784
  },
3935
3785
  {
3936
- "name": "decimal-separator",
3937
- "description": "Default: .\n\nThe decimal separator"
3786
+ "name": "classes",
3787
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3938
3788
  },
3939
3789
  {
3940
- "name": "formatter",
3941
- "description": "Default: -\n\nCustomize value display logic"
3942
- },
3790
+ "name": "styles",
3791
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3792
+ }
3793
+ ]
3794
+ },
3795
+ {
3796
+ "name": "a-skeleton-node",
3797
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3798
+ "attributes": [
3943
3799
  {
3944
- "name": "group-separator",
3945
- "description": "Default: ,\n\nGroup separator"
3800
+ "name": "active",
3801
+ "description": "Default: false\n\nShow animation effect"
3946
3802
  },
3947
3803
  {
3948
- "name": "loading",
3804
+ "name": "classes",
3805
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3806
+ },
3807
+ {
3808
+ "name": "styles",
3809
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3810
+ }
3811
+ ]
3812
+ },
3813
+ {
3814
+ "name": "a-space",
3815
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3816
+ "attributes": [
3817
+ {
3818
+ "name": "align",
3819
+ "description": "Default: -\n\nAlign items"
3820
+ },
3821
+ {
3822
+ "name": "classes",
3823
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3824
+ },
3825
+ {
3826
+ "name": "orientation",
3827
+ "description": "Default: horizontal\n\nThe space direction"
3828
+ },
3829
+ {
3830
+ "name": "separator",
3831
+ "description": "Default: -\n\nSet separator"
3832
+ },
3833
+ {
3834
+ "name": "size",
3835
+ "description": "Default: small\n\nThe space size"
3836
+ },
3837
+ {
3838
+ "name": "styles",
3839
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3840
+ },
3841
+ {
3842
+ "name": "vertical",
3843
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3844
+ },
3845
+ {
3846
+ "name": "wrap",
3847
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3848
+ }
3849
+ ]
3850
+ },
3851
+ {
3852
+ "name": "a-size",
3853
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3854
+ "attributes": []
3855
+ },
3856
+ {
3857
+ "name": "a-space-compact",
3858
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3859
+ "attributes": [
3860
+ {
3861
+ "name": "block",
3862
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3863
+ },
3864
+ {
3865
+ "name": "orientation",
3866
+ "description": "Default: horizontal\n\nSet direction of layout"
3867
+ },
3868
+ {
3869
+ "name": "size",
3870
+ "description": "Default: middle\n\nSet child component size"
3871
+ },
3872
+ {
3873
+ "name": "vertical",
3874
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3875
+ }
3876
+ ]
3877
+ },
3878
+ {
3879
+ "name": "a-statistic",
3880
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3881
+ "attributes": [
3882
+ {
3883
+ "name": "classes",
3884
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3885
+ },
3886
+ {
3887
+ "name": "decimal-separator",
3888
+ "description": "Default: .\n\nThe decimal separator"
3889
+ },
3890
+ {
3891
+ "name": "formatter",
3892
+ "description": "Default: -\n\nCustomize value display logic"
3893
+ },
3894
+ {
3895
+ "name": "group-separator",
3896
+ "description": "Default: ,\n\nGroup separator"
3897
+ },
3898
+ {
3899
+ "name": "loading",
3949
3900
  "description": "Default: false\n\nLoading status of Statistic"
3950
3901
  },
3951
3902
  {
@@ -3984,134 +3935,190 @@
3984
3935
  "attributes": []
3985
3936
  },
3986
3937
  {
3987
- "name": "a-steps",
3988
- "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
3938
+ "name": "a-spin",
3939
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3989
3940
  "attributes": [
3990
3941
  {
3991
- "name": "classes",
3992
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3942
+ "name": "spinning",
3943
+ "description": "Default: true\n\nWhether Spin is visible"
3993
3944
  },
3994
3945
  {
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"
3946
+ "name": "size",
3947
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3997
3948
  },
3998
3949
  {
3999
- "name": "icon-render",
4000
- "description": "Default: -\n\nCustom render icon, please use items.icon first"
3950
+ "name": "~~tip~~",
3951
+ "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
4001
3952
  },
4002
3953
  {
4003
- "name": "initial",
4004
- "description": "Default: 0\n\nSet the initial step, counting from 0"
3954
+ "name": "description",
3955
+ "description": "Default: -\n\nCustomize description content"
4005
3956
  },
4006
3957
  {
4007
- "name": "items",
4008
- "description": "Default: []\n\nStepItem content"
3958
+ "name": "delay",
3959
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
4009
3960
  },
4010
3961
  {
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"
3962
+ "name": "wrapper-class-name",
3963
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
4013
3964
  },
4014
3965
  {
4015
- "name": "orientation",
4016
- "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
3966
+ "name": "indicator",
3967
+ "description": "Default: -\n\nThe node of the spinning indicator"
3968
+ },
3969
+ {
3970
+ "name": "fullscreen",
3971
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
4017
3972
  },
4018
3973
  {
4019
3974
  "name": "percent",
4020
- "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
3975
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
4021
3976
  },
4022
3977
  {
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"
3978
+ "name": "root-class",
3979
+ "description": "Default: -\n\nRoot container class"
4025
3980
  },
4026
3981
  {
4027
- "name": "responsive",
4028
- "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
3982
+ "name": "classes",
3983
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4029
3984
  },
4030
3985
  {
4031
- "name": "size",
4032
- "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
3986
+ "name": "styles",
3987
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3988
+ }
3989
+ ]
3990
+ },
3991
+ {
3992
+ "name": "a-splitter",
3993
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3994
+ "attributes": [
3995
+ {
3996
+ "name": "classes",
3997
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4033
3998
  },
4034
3999
  {
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"
4000
+ "name": "collapsible-icon",
4001
+ "description": "Default: -\n\nCustom collapsible icon"
4037
4002
  },
4038
4003
  {
4039
- "name": "styles",
4040
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4004
+ "name": "dragger-icon",
4005
+ "description": "Default: -\n\nCustom dragger icon"
4041
4006
  },
4042
4007
  {
4043
- "name": "title-placement",
4044
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4008
+ "name": "lazy",
4009
+ "description": "Default: false\n\nLazy rendering mode"
4045
4010
  },
4046
4011
  {
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"
4012
+ "name": "orientation",
4013
+ "description": "Default: horizontal\n\nLayout direction"
4049
4014
  },
4050
4015
  {
4051
- "name": "variant",
4052
- "description": "Default: filled\n\nConfig style variant"
4016
+ "name": "styles",
4017
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4018
+ },
4019
+ {
4020
+ "name": "vertical",
4021
+ "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
4053
4022
  }
4054
4023
  ]
4055
4024
  },
4056
4025
  {
4057
- "name": "a-switch",
4058
- "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4026
+ "name": "a-splitter-panel",
4027
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
4059
4028
  "attributes": [
4060
4029
  {
4061
- "name": "auto-focus",
4062
- "description": "Default: false\n\nAuto focus when component mounted"
4030
+ "name": "collapsible",
4031
+ "description": "Default: false\n\nEnable collapsible"
4063
4032
  },
4064
4033
  {
4065
- "name": "checked",
4066
- "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4034
+ "name": "default-size",
4035
+ "description": "Default: -\n\nInitial panel size, supports px and percentage"
4067
4036
  },
4068
4037
  {
4069
- "name": "checked-children",
4070
- "description": "Default: -\n\nThe content to be shown when the state is checked"
4038
+ "name": "max",
4039
+ "description": "Default: -\n\nMaximum threshold, supports px and percentage"
4071
4040
  },
4072
4041
  {
4073
- "name": "checked-value",
4074
- "description": "Default: true\n\nThe value when checked"
4042
+ "name": "min",
4043
+ "description": "Default: -\n\nMinimum threshold, supports px and percentage"
4044
+ },
4045
+ {
4046
+ "name": "resizable",
4047
+ "description": "Default: true\n\nWhether to enable resize"
4075
4048
  },
4049
+ {
4050
+ "name": "size",
4051
+ "description": "Default: -\n\nControlled panel size, supports px and percentage"
4052
+ }
4053
+ ]
4054
+ },
4055
+ {
4056
+ "name": "a-steps",
4057
+ "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
4058
+ "attributes": [
4076
4059
  {
4077
4060
  "name": "classes",
4078
4061
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4079
4062
  },
4080
4063
  {
4081
- "name": "default-checked",
4082
- "description": "Default: false\n\nWhether to set the initial state"
4064
+ "name": "current",
4065
+ "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"
4083
4066
  },
4084
4067
  {
4085
- "name": "default-value",
4086
- "description": "Default: -\n\nAlias for defaultChecked"
4068
+ "name": "icon-render",
4069
+ "description": "Default: -\n\nCustom render icon, please use items.icon first"
4087
4070
  },
4088
4071
  {
4089
- "name": "disabled",
4090
- "description": "Default: false\n\nDisable switch"
4072
+ "name": "initial",
4073
+ "description": "Default: 0\n\nSet the initial step, counting from 0"
4091
4074
  },
4092
4075
  {
4093
- "name": "loading",
4094
- "description": "Default: false\n\nLoading state of switch"
4076
+ "name": "items",
4077
+ "description": "Default: []\n\nStepItem content"
4078
+ },
4079
+ {
4080
+ "name": "max-count",
4081
+ "description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
4082
+ },
4083
+ {
4084
+ "name": "orientation",
4085
+ "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
4086
+ },
4087
+ {
4088
+ "name": "percent",
4089
+ "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
4090
+ },
4091
+ {
4092
+ "name": "progress-dot",
4093
+ "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
4094
+ },
4095
+ {
4096
+ "name": "responsive",
4097
+ "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
4095
4098
  },
4096
4099
  {
4097
4100
  "name": "size",
4098
- "description": "Default: default\n\nThe size of the Switch, options: default small"
4101
+ "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
4102
+ },
4103
+ {
4104
+ "name": "status",
4105
+ "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
4099
4106
  },
4100
4107
  {
4101
4108
  "name": "styles",
4102
4109
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4103
4110
  },
4104
4111
  {
4105
- "name": "un-checked-children",
4106
- "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4112
+ "name": "title-placement",
4113
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4107
4114
  },
4108
4115
  {
4109
- "name": "un-checked-value",
4110
- "description": "Default: false\n\nThe value when unchecked"
4116
+ "name": "type",
4117
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4111
4118
  },
4112
4119
  {
4113
- "name": "value",
4114
- "description": "Default: -\n\nAlias for checked, support v-model:value"
4120
+ "name": "variant",
4121
+ "description": "Default: filled\n\nConfig style variant"
4115
4122
  }
4116
4123
  ]
4117
4124
  },
@@ -4229,6 +4236,68 @@
4229
4236
  }
4230
4237
  ]
4231
4238
  },
4239
+ {
4240
+ "name": "a-switch",
4241
+ "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4242
+ "attributes": [
4243
+ {
4244
+ "name": "auto-focus",
4245
+ "description": "Default: false\n\nAuto focus when component mounted"
4246
+ },
4247
+ {
4248
+ "name": "checked",
4249
+ "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4250
+ },
4251
+ {
4252
+ "name": "checked-children",
4253
+ "description": "Default: -\n\nThe content to be shown when the state is checked"
4254
+ },
4255
+ {
4256
+ "name": "checked-value",
4257
+ "description": "Default: true\n\nThe value when checked"
4258
+ },
4259
+ {
4260
+ "name": "classes",
4261
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4262
+ },
4263
+ {
4264
+ "name": "default-checked",
4265
+ "description": "Default: false\n\nWhether to set the initial state"
4266
+ },
4267
+ {
4268
+ "name": "default-value",
4269
+ "description": "Default: -\n\nAlias for defaultChecked"
4270
+ },
4271
+ {
4272
+ "name": "disabled",
4273
+ "description": "Default: false\n\nDisable switch"
4274
+ },
4275
+ {
4276
+ "name": "loading",
4277
+ "description": "Default: false\n\nLoading state of switch"
4278
+ },
4279
+ {
4280
+ "name": "size",
4281
+ "description": "Default: default\n\nThe size of the Switch, options: default small"
4282
+ },
4283
+ {
4284
+ "name": "styles",
4285
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4286
+ },
4287
+ {
4288
+ "name": "un-checked-children",
4289
+ "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4290
+ },
4291
+ {
4292
+ "name": "un-checked-value",
4293
+ "description": "Default: false\n\nThe value when unchecked"
4294
+ },
4295
+ {
4296
+ "name": "value",
4297
+ "description": "Default: -\n\nAlias for checked, support v-model:value"
4298
+ }
4299
+ ]
4300
+ },
4232
4301
  {
4233
4302
  "name": "a-tag",
4234
4303
  "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
@@ -4333,101 +4402,6 @@
4333
4402
  "description": "进行标记和分类的小标签。",
4334
4403
  "attributes": []
4335
4404
  },
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"
4415
- },
4416
- {
4417
- "name": "destroy-on-hidden",
4418
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4419
- },
4420
- {
4421
- "name": "type",
4422
- "description": "Default: line\n\nBasic style of tabs"
4423
- }
4424
- ]
4425
- },
4426
- {
4427
- "name": "a-time-picker",
4428
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4429
- "attributes": []
4430
- },
4431
4405
  {
4432
4406
  "name": "a-timeline",
4433
4407
  "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
@@ -4563,102 +4537,207 @@
4563
4537
  "description": "Default: -\n\nThe text shown in the tooltip"
4564
4538
  },
4565
4539
  {
4566
- "name": "overlay",
4567
- "description": "Default: -\n\nLegacy alias of title"
4540
+ "name": "overlay",
4541
+ "description": "Default: -\n\nLegacy alias of title"
4542
+ },
4543
+ {
4544
+ "name": "open-class",
4545
+ "description": "Default: -\n\nClass added to child when tooltip is open"
4546
+ },
4547
+ {
4548
+ "name": "unique",
4549
+ "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4550
+ }
4551
+ ]
4552
+ },
4553
+ {
4554
+ "name": "a-time-picker",
4555
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4556
+ "attributes": []
4557
+ },
4558
+ {
4559
+ "name": "a-tree",
4560
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4561
+ "attributes": [
4562
+ {
4563
+ "name": "allow-drop",
4564
+ "description": "Default: -\n\nWhether to allow dropping on the node"
4565
+ },
4566
+ {
4567
+ "name": "auto-expand-parent",
4568
+ "description": "Default: false\n\nWhether to automatically expand a parent treeNode"
4569
+ },
4570
+ {
4571
+ "name": "block-node",
4572
+ "description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
4573
+ },
4574
+ {
4575
+ "name": "checkable",
4576
+ "description": "Default: false\n\nAdd a Checkbox before the treeNodes"
4577
+ },
4578
+ {
4579
+ "name": "checked-keys",
4580
+ "description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other, support v-model:checked-keys"
4581
+ },
4582
+ {
4583
+ "name": "check-strictly",
4584
+ "description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
4585
+ },
4586
+ {
4587
+ "name": "classes",
4588
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4589
+ },
4590
+ {
4591
+ "name": "default-checked-keys",
4592
+ "description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
4593
+ },
4594
+ {
4595
+ "name": "default-expand-all",
4596
+ "description": "Default: false\n\nWhether to expand all treeNodes by default"
4597
+ },
4598
+ {
4599
+ "name": "default-expanded-keys",
4600
+ "description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
4601
+ },
4602
+ {
4603
+ "name": "default-expand-parent",
4604
+ "description": "Default: true\n\nIf auto expand parent treeNodes when init"
4605
+ },
4606
+ {
4607
+ "name": "default-selected-keys",
4608
+ "description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
4609
+ },
4610
+ {
4611
+ "name": "disabled",
4612
+ "description": "Default: false\n\nWhether the tree is disabled"
4613
+ },
4614
+ {
4615
+ "name": "draggable",
4616
+ "description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
4617
+ },
4618
+ {
4619
+ "name": "expanded-keys",
4620
+ "description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes, support v-model:expanded-keys"
4621
+ },
4622
+ {
4623
+ "name": "field-names",
4624
+ "description": "Default: &#123; title: title, key: key, children: children &#125;\n\nCustomize node title, key, children field name"
4625
+ },
4626
+ {
4627
+ "name": "filter-ant-tree-node",
4628
+ "description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
4629
+ },
4630
+ {
4631
+ "name": "height",
4632
+ "description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
4568
4633
  },
4569
4634
  {
4570
- "name": "open-class",
4571
- "description": "Default: -\n\nClass added to child when tooltip is open"
4635
+ "name": "icon",
4636
+ "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
4572
4637
  },
4573
4638
  {
4574
- "name": "unique",
4575
- "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4576
- }
4577
- ]
4578
- },
4579
- {
4580
- "name": "a-transfer",
4581
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4582
- "attributes": [
4639
+ "name": "load-data",
4640
+ "description": "Default: -\n\nLoad data asynchronously"
4641
+ },
4583
4642
  {
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"
4643
+ "name": "loaded-keys",
4644
+ "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
4586
4645
  },
4587
4646
  {
4588
- "name": "classes",
4589
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4647
+ "name": "multiple",
4648
+ "description": "Default: false\n\nAllows selecting multiple treeNodes"
4590
4649
  },
4591
4650
  {
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"
4651
+ "name": "~~root-style~~",
4652
+ "description": "Default: -\n\nStyle on the root element, please use styles.root instead"
4594
4653
  },
4595
4654
  {
4596
- "name": "disabled",
4597
- "description": "Default: false\n\nWhether disabled transfer"
4655
+ "name": "selectable",
4656
+ "description": "Default: true\n\nWhether it can be selected"
4598
4657
  },
4599
4658
  {
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"
4659
+ "name": "selected-keys",
4660
+ "description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
4602
4661
  },
4603
4662
  {
4604
- "name": "footer",
4605
- "description": "Default: -\n\nA function used for rendering the footer"
4663
+ "name": "show-icon",
4664
+ "description": "Default: false\n\nControls whether to display the icon node (no default style)"
4606
4665
  },
4607
4666
  {
4608
- "name": "locale",
4609
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4667
+ "name": "show-line",
4668
+ "description": "Default: false\n\nShows a connecting line"
4610
4669
  },
4611
4670
  {
4612
- "name": "one-way",
4613
- "description": "Default: false\n\nDisplay as single direction style"
4671
+ "name": "styles",
4672
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4614
4673
  },
4615
4674
  {
4616
- "name": "pagination",
4617
- "description": "Default: false\n\nUse pagination. Not work in render props"
4675
+ "name": "switcher-icon",
4676
+ "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
4618
4677
  },
4619
4678
  {
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"
4679
+ "name": "switcher-loading-icon",
4680
+ "description": "Default: -\n\nCustomize loading icons for tree nodes"
4622
4681
  },
4623
4682
  {
4624
- "name": "row-key",
4625
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4683
+ "name": "title-render",
4684
+ "description": "Default: -\n\nCustomize tree node title render"
4626
4685
  },
4627
4686
  {
4628
- "name": "select-all-labels",
4629
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4687
+ "name": "tree-data",
4688
+ "description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
4630
4689
  },
4631
4690
  {
4632
- "name": "selected-keys",
4633
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4691
+ "name": "virtual",
4692
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
4693
+ }
4694
+ ]
4695
+ },
4696
+ {
4697
+ "name": "a-tree-node",
4698
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4699
+ "attributes": [
4700
+ {
4701
+ "name": "checkable",
4702
+ "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
4634
4703
  },
4635
4704
  {
4636
- "name": "selections-icon",
4637
- "description": "Default: -\n\nCustom dropdown icon"
4705
+ "name": "disable-checkbox",
4706
+ "description": "Default: false\n\nDisables the checkbox of the treeNode"
4638
4707
  },
4639
4708
  {
4640
- "name": "show-search",
4641
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4709
+ "name": "disabled",
4710
+ "description": "Default: false\n\nDisables the treeNode"
4642
4711
  },
4643
4712
  {
4644
- "name": "show-select-all",
4645
- "description": "Default: true\n\nShow select all checkbox on the header"
4713
+ "name": "icon",
4714
+ "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
4646
4715
  },
4647
4716
  {
4648
- "name": "status",
4649
- "description": "Default: -\n\nSet validation status"
4717
+ "name": "is-leaf",
4718
+ "description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
4650
4719
  },
4651
4720
  {
4652
- "name": "styles",
4653
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4721
+ "name": "key",
4722
+ "description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
4654
4723
  },
4655
4724
  {
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"
4725
+ "name": "selectable",
4726
+ "description": "Default: true\n\nSet whether the treeNode can be selected"
4658
4727
  },
4659
4728
  {
4660
- "name": "titles",
4661
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4729
+ "name": "title",
4730
+ "description": "Default: ---\n\nTitle"
4731
+ }
4732
+ ]
4733
+ },
4734
+ {
4735
+ "name": "a-directory-tree",
4736
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4737
+ "attributes": [
4738
+ {
4739
+ "name": "expand-action",
4740
+ "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
4662
4741
  }
4663
4742
  ]
4664
4743
  },
@@ -4745,201 +4824,207 @@
4745
4824
  ]
4746
4825
  },
4747
4826
  {
4748
- "name": "a-tree",
4749
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4827
+ "name": "a-transfer",
4828
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4750
4829
  "attributes": [
4751
4830
  {
4752
- "name": "allow-drop",
4753
- "description": "Default: -\n\nWhether to allow dropping on the node"
4831
+ "name": "actions",
4832
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4754
4833
  },
4755
4834
  {
4756
- "name": "auto-expand-parent",
4757
- "description": "Default: false\n\nWhether to automatically expand a parent treeNode"
4835
+ "name": "classes",
4836
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4758
4837
  },
4759
4838
  {
4760
- "name": "block-node",
4761
- "description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
4839
+ "name": "data-source",
4840
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4762
4841
  },
4763
4842
  {
4764
- "name": "checkable",
4765
- "description": "Default: false\n\nAdd a Checkbox before the treeNodes"
4843
+ "name": "disabled",
4844
+ "description": "Default: false\n\nWhether disabled transfer"
4766
4845
  },
4767
4846
  {
4768
- "name": "checked-keys",
4769
- "description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other, support v-model:checked-keys"
4847
+ "name": "filter-option",
4848
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4770
4849
  },
4771
4850
  {
4772
- "name": "check-strictly",
4773
- "description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
4851
+ "name": "footer",
4852
+ "description": "Default: -\n\nA function used for rendering the footer"
4774
4853
  },
4775
4854
  {
4776
- "name": "classes",
4777
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4855
+ "name": "locale",
4856
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4778
4857
  },
4779
4858
  {
4780
- "name": "default-checked-keys",
4781
- "description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
4859
+ "name": "one-way",
4860
+ "description": "Default: false\n\nDisplay as single direction style"
4782
4861
  },
4783
4862
  {
4784
- "name": "default-expand-all",
4785
- "description": "Default: false\n\nWhether to expand all treeNodes by default"
4863
+ "name": "pagination",
4864
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4786
4865
  },
4787
4866
  {
4788
- "name": "default-expanded-keys",
4789
- "description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
4867
+ "name": "render",
4868
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4790
4869
  },
4791
4870
  {
4792
- "name": "default-expand-parent",
4793
- "description": "Default: true\n\nIf auto expand parent treeNodes when init"
4871
+ "name": "row-key",
4872
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4794
4873
  },
4795
4874
  {
4796
- "name": "default-selected-keys",
4797
- "description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
4875
+ "name": "select-all-labels",
4876
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4798
4877
  },
4799
4878
  {
4800
- "name": "disabled",
4801
- "description": "Default: false\n\nWhether the tree is disabled"
4879
+ "name": "selected-keys",
4880
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4802
4881
  },
4803
4882
  {
4804
- "name": "draggable",
4805
- "description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
4883
+ "name": "selections-icon",
4884
+ "description": "Default: -\n\nCustom dropdown icon"
4806
4885
  },
4807
4886
  {
4808
- "name": "expanded-keys",
4809
- "description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes, support v-model:expanded-keys"
4887
+ "name": "show-search",
4888
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4810
4889
  },
4811
4890
  {
4812
- "name": "field-names",
4813
- "description": "Default: &#123; title: title, key: key, children: children &#125;\n\nCustomize node title, key, children field name"
4891
+ "name": "show-select-all",
4892
+ "description": "Default: true\n\nShow select all checkbox on the header"
4814
4893
  },
4815
4894
  {
4816
- "name": "filter-ant-tree-node",
4817
- "description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
4895
+ "name": "status",
4896
+ "description": "Default: -\n\nSet validation status"
4818
4897
  },
4819
4898
  {
4820
- "name": "height",
4821
- "description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
4899
+ "name": "styles",
4900
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4822
4901
  },
4823
4902
  {
4824
- "name": "icon",
4825
- "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
4903
+ "name": "target-keys",
4904
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4826
4905
  },
4827
4906
  {
4828
- "name": "load-data",
4829
- "description": "Default: -\n\nLoad data asynchronously"
4907
+ "name": "titles",
4908
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4909
+ }
4910
+ ]
4911
+ },
4912
+ {
4913
+ "name": "a-tree-select-props",
4914
+ "description": "Tree selection control.",
4915
+ "attributes": []
4916
+ },
4917
+ {
4918
+ "name": "a-tree-select",
4919
+ "description": "树型选择控件。",
4920
+ "attributes": []
4921
+ },
4922
+ {
4923
+ "name": "a-upload",
4924
+ "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
4925
+ "attributes": [
4926
+ {
4927
+ "name": "accept",
4928
+ "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
4830
4929
  },
4831
4930
  {
4832
- "name": "loaded-keys",
4833
- "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
4931
+ "name": "action",
4932
+ "description": "Default: -\n\nUploading URL"
4834
4933
  },
4835
4934
  {
4836
- "name": "multiple",
4837
- "description": "Default: false\n\nAllows selecting multiple treeNodes"
4935
+ "name": "before-upload",
4936
+ "description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
4838
4937
  },
4839
4938
  {
4840
- "name": "root-style",
4841
- "description": "Default: -\n\nStyle on the root element"
4939
+ "name": "custom-request",
4940
+ "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
4842
4941
  },
4843
4942
  {
4844
- "name": "selectable",
4845
- "description": "Default: true\n\nWhether it can be selected"
4943
+ "name": "classes",
4944
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4846
4945
  },
4847
4946
  {
4848
- "name": "selected-keys",
4849
- "description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
4947
+ "name": "data",
4948
+ "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
4850
4949
  },
4851
4950
  {
4852
- "name": "show-icon",
4853
- "description": "Default: false\n\nControls whether to display the icon node (no default style)"
4951
+ "name": "directory",
4952
+ "description": "Default: false\n\nSupport upload whole directory (caniuse)"
4953
+ },
4954
+ {
4955
+ "name": "disabled",
4956
+ "description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
4957
+ },
4958
+ {
4959
+ "name": "file-list",
4960
+ "description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
4961
+ },
4962
+ {
4963
+ "name": "headers",
4964
+ "description": "Default: -\n\nSet request headers, valid above IE10"
4854
4965
  },
4855
4966
  {
4856
- "name": "show-line",
4857
- "description": "Default: false\n\nShows a connecting line"
4967
+ "name": "icon-render",
4968
+ "description": "Default: -\n\nCustom show icon"
4858
4969
  },
4859
4970
  {
4860
- "name": "styles",
4861
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4971
+ "name": "is-image-url",
4972
+ "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
4862
4973
  },
4863
4974
  {
4864
- "name": "switcher-icon",
4865
- "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
4975
+ "name": "item-render",
4976
+ "description": "Default: -\n\nCustom item of uploadList"
4866
4977
  },
4867
4978
  {
4868
- "name": "switcher-loading-icon",
4869
- "description": "Default: -\n\nCustomize loading icons for tree nodes"
4979
+ "name": "list-type",
4980
+ "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
4870
4981
  },
4871
4982
  {
4872
- "name": "title-render",
4873
- "description": "Default: -\n\nCustomize tree node title render"
4983
+ "name": "max-count",
4984
+ "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
4874
4985
  },
4875
4986
  {
4876
- "name": "tree-data",
4877
- "description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
4987
+ "name": "method",
4988
+ "description": "Default: post\n\nThe http method of upload request"
4878
4989
  },
4879
4990
  {
4880
- "name": "virtual",
4881
- "description": "Default: true\n\nDisable virtual scroll when set to false"
4882
- }
4883
- ]
4884
- },
4885
- {
4886
- "name": "a-tree-node",
4887
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4888
- "attributes": [
4889
- {
4890
- "name": "checkable",
4891
- "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
4991
+ "name": "multiple",
4992
+ "description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
4892
4993
  },
4893
4994
  {
4894
- "name": "disable-checkbox",
4895
- "description": "Default: false\n\nDisables the checkbox of the treeNode"
4995
+ "name": "name",
4996
+ "description": "Default: file\n\nThe name of uploading file"
4896
4997
  },
4897
4998
  {
4898
- "name": "disabled",
4899
- "description": "Default: false\n\nDisables the treeNode"
4999
+ "name": "open-file-dialog-on-click",
5000
+ "description": "Default: true\n\nClick open file dialog"
4900
5001
  },
4901
5002
  {
4902
- "name": "icon",
4903
- "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
5003
+ "name": "pastable",
5004
+ "description": "Default: false\n\nSupport paste file"
4904
5005
  },
4905
5006
  {
4906
- "name": "is-leaf",
4907
- "description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
5007
+ "name": "preview-file",
5008
+ "description": "Default: -\n\nCustomize preview file logic"
4908
5009
  },
4909
5010
  {
4910
- "name": "key",
4911
- "description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
5011
+ "name": "progress",
5012
+ "description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
4912
5013
  },
4913
5014
  {
4914
- "name": "selectable",
4915
- "description": "Default: true\n\nSet whether the treeNode can be selected"
5015
+ "name": "show-upload-list",
5016
+ "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
4916
5017
  },
4917
5018
  {
4918
- "name": "title",
4919
- "description": "Default: ---\n\nTitle"
4920
- }
4921
- ]
4922
- },
4923
- {
4924
- "name": "a-directory-tree",
4925
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4926
- "attributes": [
5019
+ "name": "styles",
5020
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5021
+ },
4927
5022
  {
4928
- "name": "expand-action",
4929
- "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
5023
+ "name": "with-credentials",
5024
+ "description": "Default: false\n\nThe ajax upload with cookie sent"
4930
5025
  }
4931
5026
  ]
4932
5027
  },
4933
- {
4934
- "name": "a-tree-select-props",
4935
- "description": "Tree selection control.",
4936
- "attributes": []
4937
- },
4938
- {
4939
- "name": "a-tree-select",
4940
- "description": "树型选择控件。",
4941
- "attributes": []
4942
- },
4943
5028
  {
4944
5029
  "name": "a-typography",
4945
5030
  "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
@@ -5129,108 +5214,92 @@
5129
5214
  ]
5130
5215
  },
5131
5216
  {
5132
- "name": "a-upload",
5133
- "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
5217
+ "name": "a-tabs",
5218
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
5134
5219
  "attributes": [
5135
5220
  {
5136
- "name": "accept",
5137
- "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
5221
+ "name": "active-key",
5222
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
5138
5223
  },
5139
5224
  {
5140
- "name": "action",
5141
- "description": "Default: -\n\nUploading URL"
5225
+ "name": "add-icon",
5226
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
5142
5227
  },
5143
5228
  {
5144
- "name": "before-upload",
5145
- "description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
5229
+ "name": "animated",
5230
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
5146
5231
  },
5147
5232
  {
5148
- "name": "custom-request",
5149
- "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
5233
+ "name": "centered",
5234
+ "description": "Default: false\n\nCenters tabs"
5150
5235
  },
5151
5236
  {
5152
5237
  "name": "classes",
5153
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5154
- },
5155
- {
5156
- "name": "data",
5157
- "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
5158
- },
5159
- {
5160
- "name": "directory",
5161
- "description": "Default: false\n\nSupport upload whole directory (caniuse)"
5162
- },
5163
- {
5164
- "name": "disabled",
5165
- "description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
5166
- },
5167
- {
5168
- "name": "file-list",
5169
- "description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
5238
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5170
5239
  },
5171
5240
  {
5172
- "name": "headers",
5173
- "description": "Default: -\n\nSet request headers, valid above IE10"
5241
+ "name": "default-active-key",
5242
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
5174
5243
  },
5175
5244
  {
5176
- "name": "icon-render",
5177
- "description": "Default: -\n\nCustom show icon"
5245
+ "name": "hide-add",
5246
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
5178
5247
  },
5179
5248
  {
5180
- "name": "is-image-url",
5181
- "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
5249
+ "name": "indicator",
5250
+ "description": "Default: -\n\nCustomize size and align of indicator"
5182
5251
  },
5183
5252
  {
5184
- "name": "item-render",
5185
- "description": "Default: -\n\nCustom item of uploadList"
5253
+ "name": "items",
5254
+ "description": "Default: []\n\nConfigure tab content"
5186
5255
  },
5187
5256
  {
5188
- "name": "list-type",
5189
- "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
5257
+ "name": "more",
5258
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
5190
5259
  },
5191
5260
  {
5192
- "name": "max-count",
5193
- "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
5261
+ "name": "more-icon",
5262
+ "description": "Default: -\n\nCustom icon of the collapse menu"
5194
5263
  },
5195
5264
  {
5196
- "name": "method",
5197
- "description": "Default: post\n\nThe http method of upload request"
5265
+ "name": "remove-icon",
5266
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
5198
5267
  },
5199
5268
  {
5200
- "name": "multiple",
5201
- "description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
5269
+ "name": "render-tab-bar",
5270
+ "description": "Default: -\n\nReplace the TabBar"
5202
5271
  },
5203
5272
  {
5204
- "name": "name",
5205
- "description": "Default: file\n\nThe name of uploading file"
5273
+ "name": "size",
5274
+ "description": "Default: middle\n\nPreset tab bar size"
5206
5275
  },
5207
5276
  {
5208
- "name": "open-file-dialog-on-click",
5209
- "description": "Default: true\n\nClick open file dialog"
5277
+ "name": "styles",
5278
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5210
5279
  },
5211
5280
  {
5212
- "name": "pastable",
5213
- "description": "Default: false\n\nSupport paste file"
5281
+ "name": "tab-bar-extra-content",
5282
+ "description": "Default: -\n\nExtra content in tab bar"
5214
5283
  },
5215
5284
  {
5216
- "name": "preview-file",
5217
- "description": "Default: -\n\nCustomize preview file logic"
5285
+ "name": "tab-bar-gutter",
5286
+ "description": "Default: -\n\nThe gap between tabs"
5218
5287
  },
5219
5288
  {
5220
- "name": "progress",
5221
- "description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
5289
+ "name": "tab-bar-style",
5290
+ "description": "Default: -\n\nTab bar style object"
5222
5291
  },
5223
5292
  {
5224
- "name": "show-upload-list",
5225
- "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
5293
+ "name": "tab-placement",
5294
+ "description": "Default: top\n\nPlacement of tabs"
5226
5295
  },
5227
5296
  {
5228
- "name": "styles",
5229
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5297
+ "name": "destroy-on-hidden",
5298
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
5230
5299
  },
5231
5300
  {
5232
- "name": "with-credentials",
5233
- "description": "Default: false\n\nThe ajax upload with cookie sent"
5301
+ "name": "type",
5302
+ "description": "Default: line\n\nBasic style of tabs"
5234
5303
  }
5235
5304
  ]
5236
5305
  },
@@ -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.",