antdv-next 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/hooks/useClosable.d.ts +5 -5
- package/dist/_util/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +2 -2
- package/dist/alert/Alert.d.ts +7 -7
- package/dist/antd-with-locales.esm.js +14139 -11606
- package/dist/antd-with-locales.js +79 -79
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +12465 -10979
- package/dist/antd.js +79 -79
- package/dist/auto-complete/index.d.ts +4 -4
- package/dist/avatar/Avatar.d.ts +3 -3
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/breadcrumb/Breadcrumb.d.ts +4 -4
- package/dist/breadcrumb/BreadcrumbItem.d.ts +4 -4
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/style/index.js +13 -0
- package/dist/calendar/generateCalendar.d.ts +8 -8
- package/dist/card/Card.d.ts +9 -9
- package/dist/card/CardMeta.d.ts +4 -4
- package/dist/carousel/index.d.ts +3 -3
- package/dist/cascader/Panel.js +26 -2
- package/dist/cascader/index.d.ts +53 -21
- package/dist/cascader/index.js +33 -5
- package/dist/checkbox/Checkbox.d.ts +1 -1
- package/dist/checkbox/Checkbox.js +4 -4
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +3 -3
- package/dist/collapse/CollapsePanel.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/interface.d.ts +2 -2
- package/dist/config-provider/context.d.ts +20 -14
- package/dist/config-provider/index.d.ts +1 -1
- package/dist/config-provider/index.js +1 -1
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.js +112 -10
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateSinglePicker.js +101 -11
- package/dist/date-picker/generatePicker/useComponents.d.ts +2 -2
- package/dist/date-picker/util.d.ts +10 -1
- package/dist/descriptions/Item.d.ts +3 -3
- package/dist/descriptions/hooks/useItems.d.ts +11 -11
- package/dist/descriptions/index.d.ts +3 -3
- package/dist/descriptions/style/index.js +2 -3
- package/dist/drawer/DrawerPanel.d.ts +5 -5
- package/dist/empty/index.d.ts +3 -3
- package/dist/float-button/FloatButton.d.ts +5 -5
- package/dist/float-button/FloatButton.js +1 -1
- package/dist/float-button/FloatButtonGroup.d.ts +2 -2
- package/dist/form/ErrorList.d.ts +2 -2
- package/dist/image/hooks/usePreviewConfig.d.ts +2 -2
- package/dist/image/index.d.ts +2 -2
- package/dist/input/Input.d.ts +5 -5
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +3 -3
- package/dist/input/TextArea.js +1 -1
- package/dist/input/style/search.js +1 -0
- package/dist/input-number/index.d.ts +8 -8
- package/dist/input-number/index.js +0 -4
- package/dist/layout/layout.js +54 -48
- package/dist/locale/ar_EG.js +18 -4
- package/dist/locale/az_AZ.js +2 -1
- package/dist/locale/bg_BG.js +44 -3
- package/dist/locale/bn_BD.js +20 -4
- package/dist/locale/by_BY.js +17 -3
- package/dist/locale/ca_ES.js +22 -4
- package/dist/locale/cs_CZ.js +6 -3
- package/dist/locale/da_DK.js +34 -3
- package/dist/locale/de_DE.js +14 -4
- package/dist/locale/el_GR.js +4 -2
- package/dist/locale/en_GB.js +6 -3
- package/dist/locale/en_US.js +2 -1
- package/dist/locale/es_ES.js +17 -3
- package/dist/locale/et_EE.js +17 -3
- package/dist/locale/eu_ES.js +8 -4
- package/dist/locale/fa_IR.js +2 -1
- package/dist/locale/fi_FI.js +35 -4
- package/dist/locale/fr_BE.js +20 -3
- package/dist/locale/fr_CA.js +20 -3
- package/dist/locale/fr_FR.js +20 -3
- package/dist/locale/ga_IE.js +24 -5
- package/dist/locale/gl_ES.js +36 -5
- package/dist/locale/he_IL.js +30 -5
- package/dist/locale/hi_IN.js +20 -4
- package/dist/locale/hr_HR.js +21 -4
- package/dist/locale/hu_HU.js +43 -3
- package/dist/locale/hy_AM.js +33 -4
- package/dist/locale/id_ID.js +2 -1
- package/dist/locale/is_IS.js +44 -3
- package/dist/locale/it_IT.js +6 -3
- package/dist/locale/ja_JP.js +2 -1
- package/dist/locale/ka_GE.js +20 -4
- package/dist/locale/kk_KZ.js +22 -5
- package/dist/locale/km_KH.js +35 -4
- package/dist/locale/kmr_IQ.js +45 -4
- package/dist/locale/kn_IN.js +18 -3
- package/dist/locale/ko_KR.js +8 -4
- package/dist/locale/ku_IQ.js +45 -4
- package/dist/locale/lt_LT.js +8 -4
- package/dist/locale/lv_LV.js +45 -4
- package/dist/locale/mk_MK.js +36 -4
- package/dist/locale/ml_IN.js +20 -4
- package/dist/locale/mn_MN.js +17 -3
- package/dist/locale/mr_IN.js +13 -1
- package/dist/locale/ms_MY.js +8 -4
- package/dist/locale/my_MM.js +18 -5
- package/dist/locale/ne_NP.js +2 -1
- package/dist/locale/nl_BE.js +20 -4
- package/dist/locale/nl_NL.js +20 -4
- package/dist/locale/pl_PL.js +17 -3
- package/dist/locale/pt_BR.js +6 -3
- package/dist/locale/pt_PT.js +2 -1
- package/dist/locale/ro_RO.js +20 -4
- package/dist/locale/ru_RU.js +4 -2
- package/dist/locale/si_LK.js +17 -3
- package/dist/locale/sk_SK.js +17 -3
- package/dist/locale/sl_SI.js +45 -4
- package/dist/locale/sr_RS.js +20 -4
- package/dist/locale/sv_SE.js +14 -4
- package/dist/locale/ta_IN.js +23 -5
- package/dist/locale/th_TH.js +2 -1
- package/dist/locale/tk_TK.js +21 -5
- package/dist/locale/tr_TR.js +17 -2
- package/dist/locale/uk_UA.js +12 -3
- package/dist/locale/ur_PK.js +20 -4
- package/dist/locale/uz_UZ.js +14 -4
- package/dist/locale/vi_VN.js +2 -1
- package/dist/locale/zh_CN.js +2 -1
- package/dist/locale/zh_HK.js +4 -2
- package/dist/locale/zh_TW.js +4 -2
- package/dist/masonry/Masonry.d.ts +18 -10
- package/dist/masonry/Masonry.js +4 -4
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/mentions/index.d.ts +4 -4
- package/dist/mentions/index.js +62 -1
- package/dist/menu/MenuItem.d.ts +3 -3
- package/dist/menu/MenuItem.js +1 -1
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +2 -2
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/message/PureList.d.ts +3 -1
- package/dist/message/PureList.js +4 -0
- package/dist/message/interface.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +5 -1
- package/dist/modal/ConfirmDialog.js +40 -19
- package/dist/modal/Modal.d.ts +12 -3
- package/dist/modal/Modal.js +24 -7
- package/dist/modal/interface.d.ts +14 -14
- package/dist/notification/PureList.d.ts +3 -1
- package/dist/notification/PureList.js +4 -0
- package/dist/notification/interface.d.ts +8 -8
- package/dist/notification/util.d.ts +2 -2
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.js +1 -1
- package/dist/pagination/interface.d.ts +7 -7
- package/dist/pagination/style/index.js +1 -1
- package/dist/popconfirm/index.d.ts +6 -6
- package/dist/popover/index.d.ts +4 -4
- package/dist/radio/radio.js +4 -4
- package/dist/radio/radioButton.js +4 -4
- package/dist/result/index.d.ts +5 -5
- package/dist/segmented/index.d.ts +38 -20
- package/dist/segmented/index.js +5 -10
- package/dist/select/index.d.ts +4 -4
- package/dist/select/style/select-input-customize.js +1 -0
- package/dist/slider/index.js +1 -1
- package/dist/space/Compact.d.ts +1 -1
- package/dist/space/index.d.ts +2 -2
- package/dist/spin/index.d.ts +5 -5
- package/dist/splitter/SplitBar.js +12 -1
- package/dist/splitter/interface.d.ts +6 -6
- package/dist/statistic/Statistic.d.ts +4 -4
- package/dist/steps/index.d.ts +6 -6
- package/dist/style/motion/util.js +2 -2
- package/dist/switch/index.d.ts +4 -4
- package/dist/switch/index.js +7 -7
- package/dist/switch/style/index.js +3 -1
- package/dist/table/InternalTable.js +8 -25
- package/dist/table/Table.d.ts +20 -9
- package/dist/table/hooks/useColumnTitleProps.d.ts +8 -0
- package/dist/table/hooks/useColumnTitleProps.js +16 -0
- package/dist/table/hooks/useFilter/FilterDropdown.js +2 -1
- package/dist/table/hooks/useSpinProps.d.ts +7 -0
- package/dist/table/hooks/useSpinProps.js +14 -0
- package/dist/table/util.d.ts +5 -2
- package/dist/table/util.js +10 -1
- package/dist/tabs/index.d.ts +5 -5
- package/dist/tag/CheckableTag.d.ts +2 -2
- package/dist/tag/index.d.ts +3 -3
- package/dist/time-picker/index.d.ts +2 -2
- package/dist/time-picker/index.js +211 -19
- package/dist/timeline/Timeline.d.ts +9 -9
- package/dist/tooltip/PurePanel.js +1 -1
- package/dist/tooltip/index.d.ts +3 -3
- package/dist/tour/interface.d.ts +4 -4
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/index.d.ts +27 -6
- package/dist/transfer/interface.d.ts +17 -17
- package/dist/transfer/search.d.ts +2 -2
- package/dist/tree/Tree.d.ts +6 -6
- package/dist/tree-select/index.d.ts +57 -28
- package/dist/tree-select/index.js +4 -3
- package/dist/typography/Base/Ellipsis.d.ts +2 -2
- package/dist/typography/Editable.d.ts +2 -2
- package/dist/typography/interface.d.ts +8 -8
- package/dist/upload/UploadList/index.js +1 -1
- package/package.json +18 -18
- package/web-tags.json +1037 -1025
- package/web-types.json +3213 -3174
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.4.
|
|
2
|
+
"version": "1.4.2",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -404,36 +404,130 @@
|
|
|
404
404
|
]
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
|
-
"name": "a-
|
|
408
|
-
"description": "(ZH)
|
|
407
|
+
"name": "a-calendar",
|
|
408
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
409
409
|
"attributes": [
|
|
410
|
+
{
|
|
411
|
+
"name": "prefix-cls",
|
|
412
|
+
"description": "Default: -\n\n-"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "root-class",
|
|
416
|
+
"description": "Default: -\n\n-"
|
|
417
|
+
},
|
|
410
418
|
{
|
|
411
419
|
"name": "classes",
|
|
412
420
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
413
421
|
},
|
|
414
422
|
{
|
|
415
|
-
"name": "
|
|
416
|
-
"description": "Default: -\n\
|
|
423
|
+
"name": "styles",
|
|
424
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
417
425
|
},
|
|
418
426
|
{
|
|
419
|
-
"name": "
|
|
420
|
-
"description": "Default:
|
|
427
|
+
"name": "locale",
|
|
428
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
421
429
|
},
|
|
422
430
|
{
|
|
423
|
-
"name": "
|
|
424
|
-
"description": "Default: -\n\
|
|
431
|
+
"name": "valid-range",
|
|
432
|
+
"description": "Default: -\n\nTo set valid range"
|
|
425
433
|
},
|
|
426
434
|
{
|
|
427
|
-
"name": "
|
|
428
|
-
"description": "Default: -\n\
|
|
435
|
+
"name": "disabled-date",
|
|
436
|
+
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
429
437
|
},
|
|
430
438
|
{
|
|
431
|
-
"name": "
|
|
432
|
-
"description": "Default:
|
|
439
|
+
"name": "date-full-cell-render",
|
|
440
|
+
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
433
441
|
},
|
|
434
442
|
{
|
|
435
|
-
"name": "
|
|
436
|
-
"description": "Default: -\n\
|
|
443
|
+
"name": "date-cell-render",
|
|
444
|
+
"description": "Default: -\n\nDeprecated."
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "month-full-cell-render",
|
|
448
|
+
"description": "Default: -\n\nDeprecated."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "month-cell-render",
|
|
452
|
+
"description": "Default: -\n\nDeprecated."
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "cell-render",
|
|
456
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "full-cell-render",
|
|
460
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "header-render",
|
|
464
|
+
"description": "Default: -\n\nRender custom header in panel"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "value",
|
|
468
|
+
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "default-value",
|
|
472
|
+
"description": "Default: -\n\nThe date selected by default"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "mode",
|
|
476
|
+
"description": "Default: month\n\nThe display mode of the calendar"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "fullscreen",
|
|
480
|
+
"description": "Default: true\n\nWhether to display in full-screen"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "show-week",
|
|
484
|
+
"description": "Default: false\n\nWhether to display week number"
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
},
|
|
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-"
|
|
437
531
|
}
|
|
438
532
|
]
|
|
439
533
|
},
|
|
@@ -567,6 +661,40 @@
|
|
|
567
661
|
}
|
|
568
662
|
]
|
|
569
663
|
},
|
|
664
|
+
{
|
|
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.",
|
|
667
|
+
"attributes": [
|
|
668
|
+
{
|
|
669
|
+
"name": "classes",
|
|
670
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "dropdown-icon",
|
|
674
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "item-render",
|
|
678
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "params",
|
|
682
|
+
"description": "Default: -\n\nRouting parameters"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "items",
|
|
686
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "separator",
|
|
690
|
+
"description": "Default: /\n\nCustom separator"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "styles",
|
|
694
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
695
|
+
}
|
|
696
|
+
]
|
|
697
|
+
},
|
|
570
698
|
{
|
|
571
699
|
"name": "a-button",
|
|
572
700
|
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
@@ -646,228 +774,100 @@
|
|
|
646
774
|
]
|
|
647
775
|
},
|
|
648
776
|
{
|
|
649
|
-
"name": "a-
|
|
650
|
-
"description": "(ZH)
|
|
777
|
+
"name": "a-cascader",
|
|
778
|
+
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
651
779
|
"attributes": [
|
|
652
780
|
{
|
|
653
|
-
"name": "
|
|
654
|
-
"description": "Default:
|
|
781
|
+
"name": "allow-clear",
|
|
782
|
+
"description": "Default: true\n\nShow clear button"
|
|
655
783
|
},
|
|
656
784
|
{
|
|
657
|
-
"name": "
|
|
658
|
-
"description": "Default:
|
|
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)"
|
|
659
787
|
},
|
|
660
788
|
{
|
|
661
789
|
"name": "classes",
|
|
662
790
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
663
791
|
},
|
|
664
792
|
{
|
|
665
|
-
"name": "
|
|
666
|
-
"description": "Default:
|
|
793
|
+
"name": "disabled",
|
|
794
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
667
795
|
},
|
|
668
796
|
{
|
|
669
|
-
"name": "
|
|
670
|
-
"description": "Default:
|
|
797
|
+
"name": "expand-trigger",
|
|
798
|
+
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
671
799
|
},
|
|
672
800
|
{
|
|
673
|
-
"name": "
|
|
674
|
-
"description": "Default:
|
|
801
|
+
"name": "field-names",
|
|
802
|
+
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
675
803
|
},
|
|
676
804
|
{
|
|
677
|
-
"name": "
|
|
678
|
-
"description": "Default:
|
|
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"
|
|
679
807
|
},
|
|
680
808
|
{
|
|
681
|
-
"name": "
|
|
682
|
-
"description": "Default: -\n\
|
|
809
|
+
"name": "load-data",
|
|
810
|
+
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
683
811
|
},
|
|
684
812
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"description": "Default: -\n\
|
|
813
|
+
"name": "max-tag-count",
|
|
814
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
687
815
|
},
|
|
688
816
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"description": "Default: -\n\
|
|
817
|
+
"name": "max-tag-placeholder",
|
|
818
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
691
819
|
},
|
|
692
820
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"description": "Default: -\n\
|
|
821
|
+
"name": "max-tag-text-length",
|
|
822
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
695
823
|
},
|
|
696
824
|
{
|
|
697
|
-
"name": "
|
|
698
|
-
"description": "Default: -\n\
|
|
825
|
+
"name": "multiple",
|
|
826
|
+
"description": "Default: -\n\nSupport multiple or not"
|
|
699
827
|
},
|
|
700
828
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"description": "Default: -\n\
|
|
829
|
+
"name": "open",
|
|
830
|
+
"description": "Default: -\n\nSet visible of cascader popup"
|
|
703
831
|
},
|
|
704
832
|
{
|
|
705
|
-
"name": "
|
|
706
|
-
"description": "Default: -\n\
|
|
833
|
+
"name": "options",
|
|
834
|
+
"description": "Default: -\n\nThe data options of cascade"
|
|
707
835
|
},
|
|
708
836
|
{
|
|
709
|
-
"name": "
|
|
710
|
-
"description": "Default: -\n\nThe
|
|
837
|
+
"name": "placeholder",
|
|
838
|
+
"description": "Default: -\n\nThe input placeholder"
|
|
711
839
|
},
|
|
712
840
|
{
|
|
713
|
-
"name": "
|
|
714
|
-
"description": "Default:
|
|
841
|
+
"name": "placement",
|
|
842
|
+
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
715
843
|
},
|
|
716
844
|
{
|
|
717
|
-
"name": "
|
|
718
|
-
"description": "Default:
|
|
845
|
+
"name": "popup-menu-column-style",
|
|
846
|
+
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
719
847
|
},
|
|
720
848
|
{
|
|
721
|
-
"name": "
|
|
722
|
-
"description": "Default:
|
|
849
|
+
"name": "show-checked-strategy",
|
|
850
|
+
"description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
|
|
723
851
|
},
|
|
724
852
|
{
|
|
725
|
-
"name": "show-
|
|
726
|
-
"description": "Default: false\n\nWhether
|
|
727
|
-
}
|
|
728
|
-
]
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "a-carousel",
|
|
732
|
-
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
733
|
-
"attributes": [
|
|
853
|
+
"name": "show-search",
|
|
854
|
+
"description": "Default: false\n\nWhether show search input in single mode"
|
|
855
|
+
},
|
|
734
856
|
{
|
|
735
|
-
"name": "
|
|
736
|
-
"description": "Default:
|
|
857
|
+
"name": "~~search-value~~",
|
|
858
|
+
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
737
859
|
},
|
|
738
860
|
{
|
|
739
|
-
"name": "
|
|
740
|
-
"description": "Default: -\n\
|
|
861
|
+
"name": "size",
|
|
862
|
+
"description": "Default: -\n\nThe input size"
|
|
741
863
|
},
|
|
742
864
|
{
|
|
743
|
-
"name": "
|
|
744
|
-
"description": "Default: -\n\
|
|
865
|
+
"name": "status",
|
|
866
|
+
"description": "Default: -\n\nSet validation status"
|
|
745
867
|
},
|
|
746
868
|
{
|
|
747
|
-
"name": "
|
|
748
|
-
"description": "Default:
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "dot-placement",
|
|
752
|
-
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"name": "dots",
|
|
756
|
-
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
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-"
|
|
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"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "options",
|
|
834
|
-
"description": "Default: -\n\nThe data options of cascade"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"name": "placeholder",
|
|
838
|
-
"description": "Default: -\n\nThe input placeholder"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"name": "placement",
|
|
842
|
-
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"name": "popup-menu-column-style",
|
|
846
|
-
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "show-checked-strategy",
|
|
850
|
-
"description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"name": "show-search",
|
|
854
|
-
"description": "Default: false\n\nWhether show search input in single mode"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"name": "~~search-value~~",
|
|
858
|
-
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "size",
|
|
862
|
-
"description": "Default: -\n\nThe input size"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "status",
|
|
866
|
-
"description": "Default: -\n\nSet validation status"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "styles",
|
|
870
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
869
|
+
"name": "styles",
|
|
870
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
873
|
"name": "value",
|
|
@@ -1035,6 +1035,76 @@
|
|
|
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
|
+
},
|
|
1038
1108
|
{
|
|
1039
1109
|
"name": "a-color-picker",
|
|
1040
1110
|
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
@@ -1138,138 +1208,68 @@
|
|
|
1138
1208
|
]
|
|
1139
1209
|
},
|
|
1140
1210
|
{
|
|
1141
|
-
"name": "a-
|
|
1142
|
-
"description": "
|
|
1143
|
-
"attributes": [
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
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
|
-
{
|
|
1211
|
-
"name": "a-localization",
|
|
1212
|
-
"description": "To select or input a date.",
|
|
1213
|
-
"attributes": []
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "a-common-api",
|
|
1217
|
-
"description": "To select or input a date.",
|
|
1218
|
-
"attributes": []
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "a-common-methods",
|
|
1222
|
-
"description": "To select or input a date.",
|
|
1223
|
-
"attributes": []
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "a-date-picker",
|
|
1227
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1228
|
-
"attributes": []
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "a-date-picker[picker=year]",
|
|
1232
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1233
|
-
"attributes": []
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "a-date-picker[picker=quarter]",
|
|
1237
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1238
|
-
"attributes": []
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "a-date-picker[picker=month]",
|
|
1242
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1243
|
-
"attributes": []
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"name": "a-date-picker[picker=week]",
|
|
1247
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1248
|
-
"attributes": []
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "a-range-picker",
|
|
1252
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1253
|
-
"attributes": []
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "a-国际化配置",
|
|
1257
|
-
"description": "输入或选择日期的控件。",
|
|
1258
|
-
"attributes": []
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"name": "a-共同的-api",
|
|
1262
|
-
"description": "输入或选择日期的控件。",
|
|
1263
|
-
"attributes": []
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "a-共同的方法",
|
|
1267
|
-
"description": "输入或选择日期的控件。",
|
|
1268
|
-
"attributes": []
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "a-descriptions",
|
|
1272
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1211
|
+
"name": "a-localization",
|
|
1212
|
+
"description": "To select or input a date.",
|
|
1213
|
+
"attributes": []
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "a-common-api",
|
|
1217
|
+
"description": "To select or input a date.",
|
|
1218
|
+
"attributes": []
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "a-common-methods",
|
|
1222
|
+
"description": "To select or input a date.",
|
|
1223
|
+
"attributes": []
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "a-date-picker",
|
|
1227
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1228
|
+
"attributes": []
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "a-date-picker[picker=year]",
|
|
1232
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1233
|
+
"attributes": []
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "a-date-picker[picker=quarter]",
|
|
1237
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1238
|
+
"attributes": []
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "a-date-picker[picker=month]",
|
|
1242
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1243
|
+
"attributes": []
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "a-date-picker[picker=week]",
|
|
1247
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1248
|
+
"attributes": []
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "a-range-picker",
|
|
1252
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1253
|
+
"attributes": []
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "a-国际化配置",
|
|
1257
|
+
"description": "输入或选择日期的控件。",
|
|
1258
|
+
"attributes": []
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "a-共同的-api",
|
|
1262
|
+
"description": "输入或选择日期的控件。",
|
|
1263
|
+
"attributes": []
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "a-共同的方法",
|
|
1267
|
+
"description": "输入或选择日期的控件。",
|
|
1268
|
+
"attributes": []
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "a-descriptions",
|
|
1272
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1273
1273
|
"attributes": [
|
|
1274
1274
|
{
|
|
1275
1275
|
"name": "bordered",
|
|
@@ -1367,92 +1367,6 @@
|
|
|
1367
1367
|
}
|
|
1368
1368
|
]
|
|
1369
1369
|
},
|
|
1370
|
-
{
|
|
1371
|
-
"name": "a-dropdown",
|
|
1372
|
-
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1373
|
-
"attributes": [
|
|
1374
|
-
{
|
|
1375
|
-
"name": "classes",
|
|
1376
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"name": "styles",
|
|
1380
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"name": "menu",
|
|
1384
|
-
"description": "Default: -\n\nThe menu props"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"name": "auto-focus",
|
|
1388
|
-
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "arrow",
|
|
1392
|
-
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"name": "trigger",
|
|
1396
|
-
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "popup-render",
|
|
1400
|
-
"description": "Default: -\n\nCustomize popup content"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"name": "open",
|
|
1404
|
-
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "disabled",
|
|
1408
|
-
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"name": "destroy-on-hidden",
|
|
1412
|
-
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"name": "align",
|
|
1416
|
-
"description": "Default: -\n\nPopup align config"
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"name": "get-popup-container",
|
|
1420
|
-
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "prefix-cls",
|
|
1424
|
-
"description": "Default: -\n\nCustomize prefix class name"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "transition-name",
|
|
1428
|
-
"description": "Default: -\n\nMotion name of dropdown"
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"name": "placement",
|
|
1432
|
-
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"name": "force-render",
|
|
1436
|
-
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "mouse-enter-delay",
|
|
1440
|
-
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "mouse-leave-delay",
|
|
1444
|
-
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"name": "open-class-name",
|
|
1448
|
-
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "auto-adjust-overflow",
|
|
1452
|
-
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1453
|
-
}
|
|
1454
|
-
]
|
|
1455
|
-
},
|
|
1456
1370
|
{
|
|
1457
1371
|
"name": "a-drawer",
|
|
1458
1372
|
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
@@ -1556,174 +1470,126 @@
|
|
|
1556
1470
|
]
|
|
1557
1471
|
},
|
|
1558
1472
|
{
|
|
1559
|
-
"name": "a-
|
|
1560
|
-
"description": "(ZH)
|
|
1473
|
+
"name": "a-dropdown",
|
|
1474
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1561
1475
|
"attributes": [
|
|
1562
1476
|
{
|
|
1563
|
-
"name": "
|
|
1564
|
-
"description": "Default:
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "wrap",
|
|
1568
|
-
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "justify",
|
|
1572
|
-
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1477
|
+
"name": "classes",
|
|
1478
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1573
1479
|
},
|
|
1574
1480
|
{
|
|
1575
|
-
"name": "
|
|
1576
|
-
"description": "Default:
|
|
1481
|
+
"name": "styles",
|
|
1482
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1577
1483
|
},
|
|
1578
1484
|
{
|
|
1579
|
-
"name": "
|
|
1580
|
-
"description": "Default:
|
|
1485
|
+
"name": "menu",
|
|
1486
|
+
"description": "Default: -\n\nThe menu props"
|
|
1581
1487
|
},
|
|
1582
1488
|
{
|
|
1583
|
-
"name": "
|
|
1584
|
-
"description": "Default: -\n\
|
|
1489
|
+
"name": "auto-focus",
|
|
1490
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1585
1491
|
},
|
|
1586
1492
|
{
|
|
1587
|
-
"name": "
|
|
1588
|
-
"description": "Default:
|
|
1589
|
-
}
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"name": "a-flex",
|
|
1594
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1595
|
-
"attributes": []
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "a-float-button-group",
|
|
1599
|
-
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1600
|
-
"attributes": [
|
|
1601
|
-
{
|
|
1602
|
-
"name": "shape",
|
|
1603
|
-
"description": "Default: circle\n\nSetting button shape of children"
|
|
1493
|
+
"name": "arrow",
|
|
1494
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1604
1495
|
},
|
|
1605
1496
|
{
|
|
1606
1497
|
"name": "trigger",
|
|
1607
|
-
"description": "Default:
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"name": "open",
|
|
1611
|
-
"description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"name": "close-icon",
|
|
1615
|
-
"description": "Default: -\n\nCustomize close button icon"
|
|
1498
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1616
1499
|
},
|
|
1617
1500
|
{
|
|
1618
|
-
"name": "
|
|
1619
|
-
"description": "Default:
|
|
1501
|
+
"name": "popup-render",
|
|
1502
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1620
1503
|
},
|
|
1621
1504
|
{
|
|
1622
|
-
"name": "
|
|
1623
|
-
"description": "Default: -\n\
|
|
1505
|
+
"name": "open",
|
|
1506
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1624
1507
|
},
|
|
1625
1508
|
{
|
|
1626
|
-
"name": "
|
|
1627
|
-
"description": "Default: -\n\
|
|
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"
|
|
1509
|
+
"name": "disabled",
|
|
1510
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1638
1511
|
},
|
|
1639
1512
|
{
|
|
1640
|
-
"name": "
|
|
1641
|
-
"description": "Default:
|
|
1513
|
+
"name": "destroy-on-hidden",
|
|
1514
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1642
1515
|
},
|
|
1643
1516
|
{
|
|
1644
|
-
"name": "
|
|
1645
|
-
"description": "Default: -\n\
|
|
1517
|
+
"name": "align",
|
|
1518
|
+
"description": "Default: -\n\nPopup align config"
|
|
1646
1519
|
},
|
|
1647
1520
|
{
|
|
1648
|
-
"name": "
|
|
1649
|
-
"description": "Default:
|
|
1521
|
+
"name": "get-popup-container",
|
|
1522
|
+
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
|
|
1650
1523
|
},
|
|
1651
1524
|
{
|
|
1652
|
-
"name": "
|
|
1653
|
-
"description": "Default:
|
|
1525
|
+
"name": "prefix-cls",
|
|
1526
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1654
1527
|
},
|
|
1655
1528
|
{
|
|
1656
|
-
"name": "
|
|
1657
|
-
"description": "Default:
|
|
1529
|
+
"name": "transition-name",
|
|
1530
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1658
1531
|
},
|
|
1659
1532
|
{
|
|
1660
|
-
"name": "
|
|
1661
|
-
"description": "Default:
|
|
1533
|
+
"name": "placement",
|
|
1534
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
|
|
1662
1535
|
},
|
|
1663
1536
|
{
|
|
1664
|
-
"name": "
|
|
1665
|
-
"description": "Default: -\n\
|
|
1537
|
+
"name": "force-render",
|
|
1538
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1666
1539
|
},
|
|
1667
1540
|
{
|
|
1668
|
-
"name": "
|
|
1669
|
-
"description": "Default:
|
|
1541
|
+
"name": "mouse-enter-delay",
|
|
1542
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1670
1543
|
},
|
|
1671
1544
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"description": "Default:
|
|
1545
|
+
"name": "mouse-leave-delay",
|
|
1546
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1674
1547
|
},
|
|
1675
1548
|
{
|
|
1676
|
-
"name": "
|
|
1677
|
-
"description": "Default: -\n\
|
|
1549
|
+
"name": "open-class-name",
|
|
1550
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1678
1551
|
},
|
|
1679
1552
|
{
|
|
1680
|
-
"name": "
|
|
1681
|
-
"description": "Default:
|
|
1553
|
+
"name": "auto-adjust-overflow",
|
|
1554
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1682
1555
|
}
|
|
1683
1556
|
]
|
|
1684
1557
|
},
|
|
1685
1558
|
{
|
|
1686
|
-
"name": "a-
|
|
1687
|
-
"description": "(ZH)
|
|
1559
|
+
"name": "a-empty",
|
|
1560
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1688
1561
|
"attributes": [
|
|
1689
1562
|
{
|
|
1690
|
-
"name": "
|
|
1691
|
-
"description": "Default:
|
|
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."
|
|
1563
|
+
"name": "classes",
|
|
1564
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1704
1565
|
},
|
|
1705
1566
|
{
|
|
1706
|
-
"name": "
|
|
1707
|
-
"description": "Default:
|
|
1567
|
+
"name": "styles",
|
|
1568
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1708
1569
|
},
|
|
1709
1570
|
{
|
|
1710
|
-
"name": "
|
|
1711
|
-
"description": "Default:
|
|
1571
|
+
"name": "image",
|
|
1572
|
+
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1712
1573
|
},
|
|
1713
1574
|
{
|
|
1714
|
-
"name": "
|
|
1715
|
-
"description": "Default: -\n\
|
|
1575
|
+
"name": "description",
|
|
1576
|
+
"description": "Default: -\n\nCustomize description"
|
|
1716
1577
|
},
|
|
1717
1578
|
{
|
|
1718
|
-
"name": "
|
|
1719
|
-
"description": "Default: -\n\
|
|
1579
|
+
"name": "root-class",
|
|
1580
|
+
"description": "Default: -\n\nRoot container class"
|
|
1720
1581
|
},
|
|
1721
1582
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "Default: -\n\
|
|
1583
|
+
"name": "prefix-cls",
|
|
1584
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1724
1585
|
}
|
|
1725
1586
|
]
|
|
1726
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "a-flex",
|
|
1590
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1591
|
+
"attributes": []
|
|
1592
|
+
},
|
|
1727
1593
|
{
|
|
1728
1594
|
"name": "a-form",
|
|
1729
1595
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
@@ -1895,40 +1761,170 @@
|
|
|
1895
1761
|
"description": "Default: false\n\nNo style for true, used as a pure field control"
|
|
1896
1762
|
},
|
|
1897
1763
|
{
|
|
1898
|
-
"name": "id",
|
|
1899
|
-
"description": "Default: -\n\nSet sub label htmlFor"
|
|
1764
|
+
"name": "id",
|
|
1765
|
+
"description": "Default: -\n\nSet sub label htmlFor"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "hidden",
|
|
1769
|
+
"description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "message-variables",
|
|
1773
|
+
"description": "Default: -\n\nThe default validate field info"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "tooltip",
|
|
1777
|
+
"description": "Default: -\n\nConfig tooltip info"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "layout",
|
|
1781
|
+
"description": "Default: -\n\nForm item layout"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "root-class",
|
|
1785
|
+
"description": "Default: -\n\nRoot container class"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "prefix-cls",
|
|
1789
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1790
|
+
}
|
|
1791
|
+
]
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "a-类型",
|
|
1795
|
+
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1796
|
+
"attributes": []
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "a-float-button-group",
|
|
1800
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1801
|
+
"attributes": [
|
|
1802
|
+
{
|
|
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"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "placement",
|
|
1820
|
+
"description": "Default: top\n\nCustomize menu animation placement"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"name": "classes",
|
|
1824
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "styles",
|
|
1828
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1829
|
+
}
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "a-float-button",
|
|
1834
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1835
|
+
"attributes": [
|
|
1836
|
+
{
|
|
1837
|
+
"name": "icon",
|
|
1838
|
+
"description": "Default: -\n\nSet the icon component of button"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "content",
|
|
1842
|
+
"description": "Default: -\n\nText and other"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "~~description~~",
|
|
1846
|
+
"description": "Default: -\n\nPlease use content instead"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "tooltip",
|
|
1850
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "type",
|
|
1854
|
+
"description": "Default: default\n\nSetting button type"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "shape",
|
|
1858
|
+
"description": "Default: circle\n\nSetting button shape"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "href",
|
|
1862
|
+
"description": "Default: -\n\nThe target of hyperlink"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "target",
|
|
1866
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "html-type",
|
|
1870
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "badge",
|
|
1874
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "classes",
|
|
1878
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
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"
|
|
1900
1901
|
},
|
|
1901
1902
|
{
|
|
1902
|
-
"name": "
|
|
1903
|
-
"description": "Default:
|
|
1903
|
+
"name": "badge",
|
|
1904
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1904
1905
|
},
|
|
1905
1906
|
{
|
|
1906
|
-
"name": "
|
|
1907
|
-
"description": "Default:
|
|
1907
|
+
"name": "html-type",
|
|
1908
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1908
1909
|
},
|
|
1909
1910
|
{
|
|
1910
|
-
"name": "
|
|
1911
|
-
"description": "Default: -\n\
|
|
1911
|
+
"name": "aria-label",
|
|
1912
|
+
"description": "Default: -\n\n-"
|
|
1912
1913
|
},
|
|
1913
1914
|
{
|
|
1914
|
-
"name": "
|
|
1915
|
-
"description": "Default: -\n\
|
|
1915
|
+
"name": "style",
|
|
1916
|
+
"description": "Default: -\n\n-"
|
|
1916
1917
|
},
|
|
1917
1918
|
{
|
|
1918
|
-
"name": "
|
|
1919
|
-
"description": "Default: -\n\
|
|
1919
|
+
"name": "classes",
|
|
1920
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1920
1921
|
},
|
|
1921
1922
|
{
|
|
1922
|
-
"name": "
|
|
1923
|
-
"description": "Default: -\n\
|
|
1923
|
+
"name": "styles",
|
|
1924
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1924
1925
|
}
|
|
1925
1926
|
]
|
|
1926
1927
|
},
|
|
1927
|
-
{
|
|
1928
|
-
"name": "a-类型",
|
|
1929
|
-
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1930
|
-
"attributes": []
|
|
1931
|
-
},
|
|
1932
1928
|
{
|
|
1933
1929
|
"name": "a-row",
|
|
1934
1930
|
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
@@ -1957,7 +1953,7 @@
|
|
|
1957
1953
|
"attributes": [
|
|
1958
1954
|
{
|
|
1959
1955
|
"name": "flex",
|
|
1960
|
-
"description": "Default: -\n\nFlex layout style"
|
|
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')"
|
|
1961
1957
|
},
|
|
1962
1958
|
{
|
|
1963
1959
|
"name": "offset",
|
|
@@ -2432,40 +2428,6 @@
|
|
|
2432
2428
|
}
|
|
2433
2429
|
]
|
|
2434
2430
|
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "a-masonry",
|
|
2437
|
-
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2438
|
-
"attributes": [
|
|
2439
|
-
{
|
|
2440
|
-
"name": "classes",
|
|
2441
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "styles",
|
|
2445
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"name": "columns",
|
|
2449
|
-
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "fresh",
|
|
2453
|
-
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "gutter",
|
|
2457
|
-
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "items",
|
|
2461
|
-
"description": "Default: -\n\nMasonry items"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "item-render",
|
|
2465
|
-
"description": "Default: -\n\nCustom item rendering function"
|
|
2466
|
-
}
|
|
2467
|
-
]
|
|
2468
|
-
},
|
|
2469
2431
|
{
|
|
2470
2432
|
"name": "a-mentions",
|
|
2471
2433
|
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
@@ -2516,6 +2478,40 @@
|
|
|
2516
2478
|
}
|
|
2517
2479
|
]
|
|
2518
2480
|
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "a-masonry",
|
|
2483
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2484
|
+
"attributes": [
|
|
2485
|
+
{
|
|
2486
|
+
"name": "classes",
|
|
2487
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"name": "styles",
|
|
2491
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"name": "columns",
|
|
2495
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "fresh",
|
|
2499
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "gutter",
|
|
2503
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"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
|
+
},
|
|
2519
2515
|
{
|
|
2520
2516
|
"name": "a-static-methods",
|
|
2521
2517
|
"description": "Prompt notification message globally.",
|
|
@@ -2661,21 +2657,6 @@
|
|
|
2661
2657
|
}
|
|
2662
2658
|
]
|
|
2663
2659
|
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "a-args-props",
|
|
2666
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2667
|
-
"attributes": []
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"name": "a-notification-use-notification",
|
|
2671
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2672
|
-
"attributes": []
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"name": "a-closable-type",
|
|
2676
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2677
|
-
"attributes": []
|
|
2678
|
-
},
|
|
2679
2660
|
{
|
|
2680
2661
|
"name": "a-modal",
|
|
2681
2662
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2826,6 +2807,43 @@
|
|
|
2826
2807
|
}
|
|
2827
2808
|
]
|
|
2828
2809
|
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "a-args-props",
|
|
2812
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2813
|
+
"attributes": []
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "a-notification-use-notification",
|
|
2817
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2818
|
+
"attributes": []
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "a-closable-type",
|
|
2822
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2823
|
+
"attributes": []
|
|
2824
|
+
},
|
|
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
|
+
},
|
|
2829
2847
|
{
|
|
2830
2848
|
"name": "a-pagination",
|
|
2831
2849
|
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
@@ -2999,24 +3017,72 @@
|
|
|
2999
3017
|
]
|
|
3000
3018
|
},
|
|
3001
3019
|
{
|
|
3002
|
-
"name": "a-
|
|
3003
|
-
"description": "(ZH)
|
|
3020
|
+
"name": "a-progress",
|
|
3021
|
+
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
3004
3022
|
"attributes": [
|
|
3005
3023
|
{
|
|
3006
|
-
"name": "
|
|
3007
|
-
"description": "Default: -\n\
|
|
3024
|
+
"name": "classes",
|
|
3025
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3008
3026
|
},
|
|
3009
3027
|
{
|
|
3010
|
-
"name": "
|
|
3011
|
-
"description": "Default: -\n\
|
|
3028
|
+
"name": "styles",
|
|
3029
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3012
3030
|
},
|
|
3013
3031
|
{
|
|
3014
|
-
"name": "
|
|
3015
|
-
"description": "Default: -\n\
|
|
3032
|
+
"name": "root-class",
|
|
3033
|
+
"description": "Default: -\n\nRoot container class"
|
|
3016
3034
|
},
|
|
3017
3035
|
{
|
|
3018
|
-
"name": "
|
|
3019
|
-
"description": "Default:
|
|
3036
|
+
"name": "type",
|
|
3037
|
+
"description": "Default: line\n\nTo set the type, options: line circle dashboard"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "percent",
|
|
3041
|
+
"description": "Default: 0\n\nTo set the completion percentage"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "format",
|
|
3045
|
+
"description": "Default: (percent) => percent + %\n\nThe template function of the content"
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "status",
|
|
3049
|
+
"description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "show-info",
|
|
3053
|
+
"description": "Default: true\n\nWhether to display the progress value and the status icon"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "stroke-width",
|
|
3057
|
+
"description": "Default: -\n\n-"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "stroke-linecap",
|
|
3061
|
+
"description": "Default: round\n\nTo set the style of the progress linecap"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "stroke-color",
|
|
3065
|
+
"description": "Default: -\n\nThe color of progress bar"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"name": "rail-color",
|
|
3069
|
+
"description": "Default: -\n\nThe color of unfilled part"
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"name": "success",
|
|
3073
|
+
"description": "Default: -\n\nConfigs of successfully progress bar"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "trail-color",
|
|
3077
|
+
"description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"name": "width",
|
|
3081
|
+
"description": "Default: -\n\nDeprecated. Use size instead"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "size",
|
|
3085
|
+
"description": "Default: default\n\nProgress size"
|
|
3020
3086
|
}
|
|
3021
3087
|
]
|
|
3022
3088
|
},
|
|
@@ -3086,73 +3152,45 @@
|
|
|
3086
3152
|
}
|
|
3087
3153
|
]
|
|
3088
3154
|
},
|
|
3089
|
-
{
|
|
3090
|
-
"name": "a-
|
|
3091
|
-
"description": "(ZH)
|
|
3092
|
-
"attributes": [
|
|
3093
|
-
{
|
|
3094
|
-
"name": "classes",
|
|
3095
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"name": "styles",
|
|
3099
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "root-class",
|
|
3103
|
-
"description": "Default: -\n\nRoot container class"
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
"name": "type",
|
|
3107
|
-
"description": "Default: line\n\nTo set the type, options: line circle dashboard"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"name": "percent",
|
|
3111
|
-
"description": "Default: 0\n\nTo set the completion percentage"
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "format",
|
|
3115
|
-
"description": "Default: (percent) => percent + %\n\nThe template function of the content"
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"name": "status",
|
|
3119
|
-
"description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
|
|
3120
|
-
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "a-rate",
|
|
3157
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3158
|
+
"attributes": [
|
|
3121
3159
|
{
|
|
3122
|
-
"name": "
|
|
3123
|
-
"description": "Default: true\n\nWhether to
|
|
3160
|
+
"name": "allow-clear",
|
|
3161
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3124
3162
|
},
|
|
3125
3163
|
{
|
|
3126
|
-
"name": "
|
|
3127
|
-
"description": "Default:
|
|
3164
|
+
"name": "allow-half",
|
|
3165
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3128
3166
|
},
|
|
3129
3167
|
{
|
|
3130
|
-
"name": "
|
|
3131
|
-
"description": "Default:
|
|
3168
|
+
"name": "character",
|
|
3169
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3132
3170
|
},
|
|
3133
3171
|
{
|
|
3134
|
-
"name": "
|
|
3135
|
-
"description": "Default:
|
|
3172
|
+
"name": "count",
|
|
3173
|
+
"description": "Default: 5\n\nStar count"
|
|
3136
3174
|
},
|
|
3137
3175
|
{
|
|
3138
|
-
"name": "
|
|
3139
|
-
"description": "Default:
|
|
3176
|
+
"name": "disabled",
|
|
3177
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3140
3178
|
},
|
|
3141
3179
|
{
|
|
3142
|
-
"name": "
|
|
3143
|
-
"description": "Default:
|
|
3180
|
+
"name": "keyboard",
|
|
3181
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3144
3182
|
},
|
|
3145
3183
|
{
|
|
3146
|
-
"name": "
|
|
3147
|
-
"description": "Default:
|
|
3184
|
+
"name": "size",
|
|
3185
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3148
3186
|
},
|
|
3149
3187
|
{
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "Default: -\n\
|
|
3188
|
+
"name": "tooltips",
|
|
3189
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3152
3190
|
},
|
|
3153
3191
|
{
|
|
3154
|
-
"name": "
|
|
3155
|
-
"description": "Default:
|
|
3192
|
+
"name": "value",
|
|
3193
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3156
3194
|
}
|
|
3157
3195
|
]
|
|
3158
3196
|
},
|
|
@@ -3241,44 +3279,36 @@
|
|
|
3241
3279
|
]
|
|
3242
3280
|
},
|
|
3243
3281
|
{
|
|
3244
|
-
"name": "a-
|
|
3245
|
-
"description": "(ZH)
|
|
3282
|
+
"name": "a-result",
|
|
3283
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3246
3284
|
"attributes": [
|
|
3247
3285
|
{
|
|
3248
|
-
"name": "
|
|
3249
|
-
"description": "Default:
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"name": "allow-half",
|
|
3253
|
-
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"name": "character",
|
|
3257
|
-
"description": "Default: -\n\nThe custom character of rate"
|
|
3286
|
+
"name": "classes",
|
|
3287
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3258
3288
|
},
|
|
3259
3289
|
{
|
|
3260
|
-
"name": "
|
|
3261
|
-
"description": "Default:
|
|
3290
|
+
"name": "extra",
|
|
3291
|
+
"description": "Default: -\n\nOperating area"
|
|
3262
3292
|
},
|
|
3263
3293
|
{
|
|
3264
|
-
"name": "
|
|
3265
|
-
"description": "Default:
|
|
3294
|
+
"name": "icon",
|
|
3295
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3266
3296
|
},
|
|
3267
3297
|
{
|
|
3268
|
-
"name": "
|
|
3269
|
-
"description": "Default:
|
|
3298
|
+
"name": "status",
|
|
3299
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3270
3300
|
},
|
|
3271
3301
|
{
|
|
3272
|
-
"name": "
|
|
3273
|
-
"description": "Default:
|
|
3302
|
+
"name": "styles",
|
|
3303
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3274
3304
|
},
|
|
3275
3305
|
{
|
|
3276
|
-
"name": "
|
|
3277
|
-
"description": "Default: -\n\
|
|
3306
|
+
"name": "sub-title",
|
|
3307
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3278
3308
|
},
|
|
3279
3309
|
{
|
|
3280
|
-
"name": "
|
|
3281
|
-
"description": "Default: -\n\nThe
|
|
3310
|
+
"name": "title",
|
|
3311
|
+
"description": "Default: -\n\nThe title"
|
|
3282
3312
|
}
|
|
3283
3313
|
]
|
|
3284
3314
|
},
|
|
@@ -3336,40 +3366,6 @@
|
|
|
3336
3366
|
}
|
|
3337
3367
|
]
|
|
3338
3368
|
},
|
|
3339
|
-
{
|
|
3340
|
-
"name": "a-result",
|
|
3341
|
-
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3342
|
-
"attributes": [
|
|
3343
|
-
{
|
|
3344
|
-
"name": "classes",
|
|
3345
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "extra",
|
|
3349
|
-
"description": "Default: -\n\nOperating area"
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"name": "icon",
|
|
3353
|
-
"description": "Default: -\n\nCustom back icon"
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "status",
|
|
3357
|
-
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"name": "styles",
|
|
3361
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "sub-title",
|
|
3365
|
-
"description": "Default: -\n\nThe subTitle"
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"name": "title",
|
|
3369
|
-
"description": "Default: -\n\nThe title"
|
|
3370
|
-
}
|
|
3371
|
-
]
|
|
3372
|
-
},
|
|
3373
3369
|
{
|
|
3374
3370
|
"name": "a-skeleton",
|
|
3375
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.",
|
|
@@ -3810,60 +3806,6 @@
|
|
|
3810
3806
|
}
|
|
3811
3807
|
]
|
|
3812
3808
|
},
|
|
3813
|
-
{
|
|
3814
|
-
"name": "a-spin",
|
|
3815
|
-
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3816
|
-
"attributes": [
|
|
3817
|
-
{
|
|
3818
|
-
"name": "spinning",
|
|
3819
|
-
"description": "Default: true\n\nWhether Spin is visible"
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
"name": "size",
|
|
3823
|
-
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "~~tip~~",
|
|
3827
|
-
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"name": "description",
|
|
3831
|
-
"description": "Default: -\n\nCustomize description content"
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"name": "delay",
|
|
3835
|
-
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"name": "wrapper-class-name",
|
|
3839
|
-
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "indicator",
|
|
3843
|
-
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"name": "fullscreen",
|
|
3847
|
-
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"name": "percent",
|
|
3851
|
-
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"name": "root-class",
|
|
3855
|
-
"description": "Default: -\n\nRoot container class"
|
|
3856
|
-
},
|
|
3857
|
-
{
|
|
3858
|
-
"name": "classes",
|
|
3859
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
"name": "styles",
|
|
3863
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3864
|
-
}
|
|
3865
|
-
]
|
|
3866
|
-
},
|
|
3867
3809
|
{
|
|
3868
3810
|
"name": "a-splitter",
|
|
3869
3811
|
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
@@ -3929,67 +3871,56 @@
|
|
|
3929
3871
|
]
|
|
3930
3872
|
},
|
|
3931
3873
|
{
|
|
3932
|
-
"name": "a-
|
|
3933
|
-
"description": "(ZH)
|
|
3874
|
+
"name": "a-spin",
|
|
3875
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3934
3876
|
"attributes": [
|
|
3935
3877
|
{
|
|
3936
|
-
"name": "
|
|
3937
|
-
"description": "Default:
|
|
3878
|
+
"name": "spinning",
|
|
3879
|
+
"description": "Default: true\n\nWhether Spin is visible"
|
|
3938
3880
|
},
|
|
3939
3881
|
{
|
|
3940
|
-
"name": "
|
|
3941
|
-
"description": "Default:
|
|
3882
|
+
"name": "size",
|
|
3883
|
+
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3942
3884
|
},
|
|
3943
3885
|
{
|
|
3944
|
-
"name": "
|
|
3945
|
-
"description": "Default:
|
|
3886
|
+
"name": "~~tip~~",
|
|
3887
|
+
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3946
3888
|
},
|
|
3947
3889
|
{
|
|
3948
|
-
"name": "
|
|
3949
|
-
"description": "Default: -\n\
|
|
3890
|
+
"name": "description",
|
|
3891
|
+
"description": "Default: -\n\nCustomize description content"
|
|
3950
3892
|
},
|
|
3951
3893
|
{
|
|
3952
|
-
"name": "
|
|
3953
|
-
"description": "Default:
|
|
3894
|
+
"name": "delay",
|
|
3895
|
+
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3954
3896
|
},
|
|
3955
3897
|
{
|
|
3956
|
-
"name": "
|
|
3957
|
-
"description": "Default: -\n\
|
|
3898
|
+
"name": "wrapper-class-name",
|
|
3899
|
+
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3958
3900
|
},
|
|
3959
3901
|
{
|
|
3960
|
-
"name": "
|
|
3961
|
-
"description": "Default:
|
|
3902
|
+
"name": "indicator",
|
|
3903
|
+
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3962
3904
|
},
|
|
3963
3905
|
{
|
|
3964
|
-
"name": "
|
|
3965
|
-
"description": "Default: false\n\
|
|
3966
|
-
}
|
|
3967
|
-
]
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
"name": "a-size",
|
|
3971
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3972
|
-
"attributes": []
|
|
3973
|
-
},
|
|
3974
|
-
{
|
|
3975
|
-
"name": "a-space-compact",
|
|
3976
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3977
|
-
"attributes": [
|
|
3906
|
+
"name": "fullscreen",
|
|
3907
|
+
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3908
|
+
},
|
|
3978
3909
|
{
|
|
3979
|
-
"name": "
|
|
3980
|
-
"description": "Default:
|
|
3910
|
+
"name": "percent",
|
|
3911
|
+
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3981
3912
|
},
|
|
3982
3913
|
{
|
|
3983
|
-
"name": "
|
|
3984
|
-
"description": "Default:
|
|
3914
|
+
"name": "root-class",
|
|
3915
|
+
"description": "Default: -\n\nRoot container class"
|
|
3985
3916
|
},
|
|
3986
3917
|
{
|
|
3987
|
-
"name": "
|
|
3988
|
-
"description": "Default:
|
|
3918
|
+
"name": "classes",
|
|
3919
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3989
3920
|
},
|
|
3990
3921
|
{
|
|
3991
|
-
"name": "
|
|
3992
|
-
"description": "Default:
|
|
3922
|
+
"name": "styles",
|
|
3923
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3993
3924
|
}
|
|
3994
3925
|
]
|
|
3995
3926
|
},
|
|
@@ -4185,92 +4116,116 @@
|
|
|
4185
4116
|
]
|
|
4186
4117
|
},
|
|
4187
4118
|
{
|
|
4188
|
-
"name": "a-
|
|
4189
|
-
"description": "(ZH)
|
|
4119
|
+
"name": "a-table",
|
|
4120
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4190
4121
|
"attributes": [
|
|
4191
4122
|
{
|
|
4192
|
-
"name": "
|
|
4193
|
-
"description": "Default:
|
|
4123
|
+
"name": "bordered",
|
|
4124
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "classes",
|
|
4128
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "column",
|
|
4132
|
+
"description": "Default: -\n\nDefault props for every column. See Column. It only applies when the column does not define the same property."
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "columns",
|
|
4136
|
+
"description": "Default: -\n\nColumns of table"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "components",
|
|
4140
|
+
"description": "Default: -\n\nOverride default table elements"
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "data-source",
|
|
4144
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4194
4145
|
},
|
|
4195
4146
|
{
|
|
4196
|
-
"name": "
|
|
4197
|
-
"description": "Default: -\n\
|
|
4147
|
+
"name": "expandable",
|
|
4148
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4198
4149
|
},
|
|
4199
4150
|
{
|
|
4200
|
-
"name": "
|
|
4201
|
-
"description": "Default:
|
|
4151
|
+
"name": "get-popup-container",
|
|
4152
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4202
4153
|
},
|
|
4203
4154
|
{
|
|
4204
|
-
"name": "
|
|
4205
|
-
"description": "Default: false\n\
|
|
4155
|
+
"name": "loading",
|
|
4156
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4206
4157
|
},
|
|
4207
4158
|
{
|
|
4208
|
-
"name": "
|
|
4209
|
-
"description": "Default:
|
|
4159
|
+
"name": "locale",
|
|
4160
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4210
4161
|
},
|
|
4211
4162
|
{
|
|
4212
|
-
"name": "
|
|
4213
|
-
"description": "Default:
|
|
4163
|
+
"name": "pagination",
|
|
4164
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4214
4165
|
},
|
|
4215
4166
|
{
|
|
4216
|
-
"name": "
|
|
4217
|
-
"description": "Default:
|
|
4167
|
+
"name": "row-class-name",
|
|
4168
|
+
"description": "Default: -\n\nRow's className"
|
|
4218
4169
|
},
|
|
4219
4170
|
{
|
|
4220
|
-
"name": "
|
|
4221
|
-
"description": "Default:
|
|
4171
|
+
"name": "row-key",
|
|
4172
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4222
4173
|
},
|
|
4223
4174
|
{
|
|
4224
|
-
"name": "
|
|
4225
|
-
"description": "Default:
|
|
4175
|
+
"name": "row-selection",
|
|
4176
|
+
"description": "Default: -\n\nRow selection config"
|
|
4226
4177
|
},
|
|
4227
4178
|
{
|
|
4228
|
-
"name": "
|
|
4229
|
-
"description": "Default:
|
|
4179
|
+
"name": "row-hoverable",
|
|
4180
|
+
"description": "Default: true\n\nRow hover"
|
|
4230
4181
|
},
|
|
4231
4182
|
{
|
|
4232
|
-
"name": "
|
|
4233
|
-
"description": "Default: -\n\
|
|
4183
|
+
"name": "scroll",
|
|
4184
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4234
4185
|
},
|
|
4235
4186
|
{
|
|
4236
|
-
"name": "
|
|
4237
|
-
"description": "Default:
|
|
4187
|
+
"name": "show-header",
|
|
4188
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
4238
4189
|
},
|
|
4239
4190
|
{
|
|
4240
|
-
"name": "
|
|
4241
|
-
"description": "Default:
|
|
4191
|
+
"name": "show-sorter-tooltip",
|
|
4192
|
+
"description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
|
|
4242
4193
|
},
|
|
4243
4194
|
{
|
|
4244
4195
|
"name": "size",
|
|
4245
|
-
"description": "Default:
|
|
4196
|
+
"description": "Default: large\n\nSize of table"
|
|
4246
4197
|
},
|
|
4247
4198
|
{
|
|
4248
|
-
"name": "
|
|
4249
|
-
"description": "Default:
|
|
4199
|
+
"name": "sort-directions",
|
|
4200
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4250
4201
|
},
|
|
4251
4202
|
{
|
|
4252
|
-
"name": "
|
|
4253
|
-
"description": "Default: -\n\
|
|
4203
|
+
"name": "sticky",
|
|
4204
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4254
4205
|
},
|
|
4255
4206
|
{
|
|
4256
|
-
"name": "
|
|
4257
|
-
"description": "Default: -\n\
|
|
4207
|
+
"name": "styles",
|
|
4208
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4258
4209
|
},
|
|
4259
4210
|
{
|
|
4260
|
-
"name": "
|
|
4261
|
-
"description": "Default: -\n\
|
|
4211
|
+
"name": "summary",
|
|
4212
|
+
"description": "Default: -\n\nSummary content renderer. You can also use the #summary slot."
|
|
4262
4213
|
},
|
|
4263
4214
|
{
|
|
4264
|
-
"name": "
|
|
4265
|
-
"description": "Default:
|
|
4215
|
+
"name": "table-layout",
|
|
4216
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4266
4217
|
},
|
|
4267
4218
|
{
|
|
4268
|
-
"name": "
|
|
4269
|
-
"description": "Default:
|
|
4219
|
+
"name": "title",
|
|
4220
|
+
"description": "Default: -\n\nTable title renderer. You can also use the #title slot."
|
|
4270
4221
|
},
|
|
4271
4222
|
{
|
|
4272
|
-
"name": "
|
|
4273
|
-
"description": "Default:
|
|
4223
|
+
"name": "dropdown-prefix-cls",
|
|
4224
|
+
"description": "Default: -\n\n-"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "virtual",
|
|
4228
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4274
4229
|
}
|
|
4275
4230
|
]
|
|
4276
4231
|
},
|
|
@@ -4378,6 +4333,96 @@
|
|
|
4378
4333
|
"description": "进行标记和分类的小标签。",
|
|
4379
4334
|
"attributes": []
|
|
4380
4335
|
},
|
|
4336
|
+
{
|
|
4337
|
+
"name": "a-tabs",
|
|
4338
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4339
|
+
"attributes": [
|
|
4340
|
+
{
|
|
4341
|
+
"name": "active-key",
|
|
4342
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "add-icon",
|
|
4346
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"name": "animated",
|
|
4350
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"name": "centered",
|
|
4354
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
"name": "classes",
|
|
4358
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"name": "default-active-key",
|
|
4362
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "hide-add",
|
|
4366
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"name": "indicator",
|
|
4370
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "items",
|
|
4374
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "more",
|
|
4378
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "more-icon",
|
|
4382
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "remove-icon",
|
|
4386
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "render-tab-bar",
|
|
4390
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "size",
|
|
4394
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "styles",
|
|
4398
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "tab-bar-extra-content",
|
|
4402
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"name": "tab-bar-gutter",
|
|
4406
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"name": "tab-bar-style",
|
|
4410
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "tab-placement",
|
|
4414
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
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
|
+
},
|
|
4381
4426
|
{
|
|
4382
4427
|
"name": "a-time-picker",
|
|
4383
4428
|
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
@@ -4517,99 +4562,17 @@
|
|
|
4517
4562
|
"name": "title",
|
|
4518
4563
|
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
4519
4564
|
},
|
|
4520
|
-
{
|
|
4521
|
-
"name": "overlay",
|
|
4522
|
-
"description": "Default: -\n\nLegacy alias of title"
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"name": "open-class",
|
|
4526
|
-
"description": "Default: -\n\nClass added to child when tooltip is open"
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"name": "unique",
|
|
4530
|
-
"description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
|
|
4531
|
-
}
|
|
4532
|
-
]
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"name": "a-tour",
|
|
4536
|
-
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4537
|
-
"attributes": [
|
|
4538
|
-
{
|
|
4539
|
-
"name": "steps",
|
|
4540
|
-
"description": "Default: -\n\nTour steps"
|
|
4541
|
-
},
|
|
4542
|
-
{
|
|
4543
|
-
"name": "open",
|
|
4544
|
-
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4545
|
-
},
|
|
4546
|
-
{
|
|
4547
|
-
"name": "current",
|
|
4548
|
-
"description": "Default: -\n\nWhat is the current step"
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"name": "arrow",
|
|
4552
|
-
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"name": "close-icon",
|
|
4556
|
-
"description": "Default: true\n\nCustomize close icon"
|
|
4557
|
-
},
|
|
4558
|
-
{
|
|
4559
|
-
"name": "disabled-interaction",
|
|
4560
|
-
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"name": "gap",
|
|
4564
|
-
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4565
|
-
},
|
|
4566
|
-
{
|
|
4567
|
-
"name": "placement",
|
|
4568
|
-
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "mask",
|
|
4572
|
-
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
"name": "type",
|
|
4576
|
-
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"name": "scroll-into-view-options",
|
|
4580
|
-
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4581
|
-
},
|
|
4582
|
-
{
|
|
4583
|
-
"name": "indicators-render",
|
|
4584
|
-
"description": "Default: -\n\nCustom indicator"
|
|
4585
|
-
},
|
|
4586
|
-
{
|
|
4587
|
-
"name": "actions-render",
|
|
4588
|
-
"description": "Default: -\n\nCustom action"
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"name": "z-index",
|
|
4592
|
-
"description": "Default: 1001\n\nTour zIndex"
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"name": "get-popup-container",
|
|
4596
|
-
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"name": "classes",
|
|
4600
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4601
|
-
},
|
|
4602
|
-
{
|
|
4603
|
-
"name": "styles",
|
|
4604
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4565
|
+
{
|
|
4566
|
+
"name": "overlay",
|
|
4567
|
+
"description": "Default: -\n\nLegacy alias of title"
|
|
4605
4568
|
},
|
|
4606
4569
|
{
|
|
4607
|
-
"name": "
|
|
4608
|
-
"description": "Default: -\n\
|
|
4570
|
+
"name": "open-class",
|
|
4571
|
+
"description": "Default: -\n\nClass added to child when tooltip is open"
|
|
4609
4572
|
},
|
|
4610
4573
|
{
|
|
4611
|
-
"name": "
|
|
4612
|
-
"description": "Default: -\n\
|
|
4574
|
+
"name": "unique",
|
|
4575
|
+
"description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
|
|
4613
4576
|
}
|
|
4614
4577
|
]
|
|
4615
4578
|
},
|
|
@@ -4699,6 +4662,88 @@
|
|
|
4699
4662
|
}
|
|
4700
4663
|
]
|
|
4701
4664
|
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "a-tour",
|
|
4667
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4668
|
+
"attributes": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "steps",
|
|
4671
|
+
"description": "Default: -\n\nTour steps"
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"name": "open",
|
|
4675
|
+
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"name": "current",
|
|
4679
|
+
"description": "Default: -\n\nWhat is the current step"
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"name": "arrow",
|
|
4683
|
+
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"name": "close-icon",
|
|
4687
|
+
"description": "Default: true\n\nCustomize close icon"
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"name": "disabled-interaction",
|
|
4691
|
+
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "gap",
|
|
4695
|
+
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "placement",
|
|
4699
|
+
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"name": "mask",
|
|
4703
|
+
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"name": "type",
|
|
4707
|
+
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
"name": "scroll-into-view-options",
|
|
4711
|
+
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"name": "indicators-render",
|
|
4715
|
+
"description": "Default: -\n\nCustom indicator"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "actions-render",
|
|
4719
|
+
"description": "Default: -\n\nCustom action"
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"name": "z-index",
|
|
4723
|
+
"description": "Default: 1001\n\nTour zIndex"
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"name": "get-popup-container",
|
|
4727
|
+
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "classes",
|
|
4731
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"name": "styles",
|
|
4735
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "root-class",
|
|
4739
|
+
"description": "Default: -\n\nRoot container class"
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "prefix-cls",
|
|
4743
|
+
"description": "Default: -\n\n-"
|
|
4744
|
+
}
|
|
4745
|
+
]
|
|
4746
|
+
},
|
|
4702
4747
|
{
|
|
4703
4748
|
"name": "a-tree",
|
|
4704
4749
|
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
@@ -4885,104 +4930,6 @@
|
|
|
4885
4930
|
}
|
|
4886
4931
|
]
|
|
4887
4932
|
},
|
|
4888
|
-
{
|
|
4889
|
-
"name": "a-table",
|
|
4890
|
-
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4891
|
-
"attributes": [
|
|
4892
|
-
{
|
|
4893
|
-
"name": "bordered",
|
|
4894
|
-
"description": "Default: false\n\nWhether to show all table borders"
|
|
4895
|
-
},
|
|
4896
|
-
{
|
|
4897
|
-
"name": "classes",
|
|
4898
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"name": "columns",
|
|
4902
|
-
"description": "Default: -\n\nColumns of table"
|
|
4903
|
-
},
|
|
4904
|
-
{
|
|
4905
|
-
"name": "data-source",
|
|
4906
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
4907
|
-
},
|
|
4908
|
-
{
|
|
4909
|
-
"name": "expandable",
|
|
4910
|
-
"description": "Default: -\n\nConfig expandable content"
|
|
4911
|
-
},
|
|
4912
|
-
{
|
|
4913
|
-
"name": "get-popup-container",
|
|
4914
|
-
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4915
|
-
},
|
|
4916
|
-
{
|
|
4917
|
-
"name": "loading",
|
|
4918
|
-
"description": "Default: false\n\nLoading status of table"
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
"name": "locale",
|
|
4922
|
-
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4923
|
-
},
|
|
4924
|
-
{
|
|
4925
|
-
"name": "pagination",
|
|
4926
|
-
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4927
|
-
},
|
|
4928
|
-
{
|
|
4929
|
-
"name": "row-class-name",
|
|
4930
|
-
"description": "Default: -\n\nRow's className"
|
|
4931
|
-
},
|
|
4932
|
-
{
|
|
4933
|
-
"name": "row-key",
|
|
4934
|
-
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4935
|
-
},
|
|
4936
|
-
{
|
|
4937
|
-
"name": "row-selection",
|
|
4938
|
-
"description": "Default: -\n\nRow selection config"
|
|
4939
|
-
},
|
|
4940
|
-
{
|
|
4941
|
-
"name": "row-hoverable",
|
|
4942
|
-
"description": "Default: true\n\nRow hover"
|
|
4943
|
-
},
|
|
4944
|
-
{
|
|
4945
|
-
"name": "scroll",
|
|
4946
|
-
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"name": "show-header",
|
|
4950
|
-
"description": "Default: true\n\nWhether to show table header"
|
|
4951
|
-
},
|
|
4952
|
-
{
|
|
4953
|
-
"name": "show-sorter-tooltip",
|
|
4954
|
-
"description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
|
|
4955
|
-
},
|
|
4956
|
-
{
|
|
4957
|
-
"name": "size",
|
|
4958
|
-
"description": "Default: large\n\nSize of table"
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"name": "sort-directions",
|
|
4962
|
-
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4963
|
-
},
|
|
4964
|
-
{
|
|
4965
|
-
"name": "sticky",
|
|
4966
|
-
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4967
|
-
},
|
|
4968
|
-
{
|
|
4969
|
-
"name": "styles",
|
|
4970
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4971
|
-
},
|
|
4972
|
-
{
|
|
4973
|
-
"name": "table-layout",
|
|
4974
|
-
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4975
|
-
},
|
|
4976
|
-
{
|
|
4977
|
-
"name": "dropdown-prefix-cls",
|
|
4978
|
-
"description": "Default: -\n\n-"
|
|
4979
|
-
},
|
|
4980
|
-
{
|
|
4981
|
-
"name": "virtual",
|
|
4982
|
-
"description": "Default: -\n\nSupport virtual list"
|
|
4983
|
-
}
|
|
4984
|
-
]
|
|
4985
|
-
},
|
|
4986
4933
|
{
|
|
4987
4934
|
"name": "a-tree-select-props",
|
|
4988
4935
|
"description": "Tree selection control.",
|
|
@@ -5333,6 +5280,71 @@
|
|
|
5333
5280
|
}
|
|
5334
5281
|
]
|
|
5335
5282
|
},
|
|
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
|
+
},
|
|
5336
5348
|
{
|
|
5337
5349
|
"name": "a-menu-item",
|
|
5338
5350
|
"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.",
|