antdv-next 1.0.0-alpha.3 → 1.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.js +22 -10
- package/dist/_util/ContextIsolator.js +4 -2
- package/dist/_util/tools.js +2 -1
- package/dist/_util/wave/WaveEffect.js +6 -1
- package/dist/_util/wave/index.js +6 -3
- package/dist/_util/wave/style.js +4 -3
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/index.js +14 -6
- package/dist/alert/Alert.d.ts +4 -3
- package/dist/alert/Alert.js +52 -26
- package/dist/anchor/Anchor.d.ts +5 -5
- package/dist/anchor/Anchor.js +28 -14
- package/dist/anchor/AnchorLink.js +14 -8
- package/dist/anchor/index.d.ts +1 -1
- package/dist/antd.js +86 -86
- package/dist/app/App.d.ts +2 -2
- package/dist/app/App.js +12 -5
- package/dist/auto-complete/index.d.ts +77 -0
- package/dist/auto-complete/index.js +627 -0
- package/dist/avatar/Avatar.d.ts +3 -3
- package/dist/avatar/Avatar.js +24 -12
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/AvatarGroup.js +10 -5
- package/dist/badge/Ribbon.d.ts +3 -3
- package/dist/badge/Ribbon.js +14 -6
- package/dist/badge/ScrollNumber.js +10 -5
- package/dist/badge/SingleNumber.js +6 -3
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/index.js +32 -15
- package/dist/breadcrumb/Breadcrumb.d.ts +5 -5
- package/dist/breadcrumb/Breadcrumb.js +24 -19
- package/dist/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/breadcrumb/BreadcrumbItem.js +33 -33
- package/dist/breadcrumb/index.d.ts +1 -1
- package/dist/button/Button.d.ts +3 -3
- package/dist/button/Button.js +46 -22
- package/dist/button/DefaultLoadingIcon.js +12 -6
- package/dist/button/IconWrapper.js +2 -1
- package/dist/button/style/variant.js +116 -104
- package/dist/calendar/Header.js +81 -37
- package/dist/calendar/generateCalendar.js +44 -19
- package/dist/calendar/index.d.ts +3 -3
- package/dist/card/Card.d.ts +3 -3
- package/dist/card/Card.js +50 -25
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardGrid.js +4 -2
- package/dist/card/CardMeta.d.ts +3 -3
- package/dist/card/CardMeta.js +12 -6
- package/dist/carousel/index.d.ts +3 -3
- package/dist/carousel/index.js +112 -56
- package/dist/cascader/Panel.d.ts +3 -3
- package/dist/cascader/Panel.js +44 -17
- package/dist/cascader/index.d.ts +3 -3
- package/dist/cascader/index.js +175 -82
- package/dist/checkbox/Checkbox.d.ts +3 -3
- package/dist/checkbox/Checkbox.js +36 -17
- package/dist/checkbox/Group.d.ts +3 -3
- package/dist/checkbox/Group.js +16 -8
- package/dist/collapse/Collapse.d.ts +3 -3
- package/dist/collapse/Collapse.js +34 -17
- package/dist/color-picker/ColorPicker.d.ts +4 -4
- package/dist/color-picker/ColorPicker.js +58 -28
- package/dist/color-picker/ColorPickerPanel.js +74 -35
- package/dist/color-picker/components/ColorAlphaInput.js +6 -3
- package/dist/color-picker/components/ColorClear.js +8 -4
- package/dist/color-picker/components/ColorHexInput.js +6 -3
- package/dist/color-picker/components/ColorHsbInput.js +6 -3
- package/dist/color-picker/components/ColorInput.js +16 -7
- package/dist/color-picker/components/ColorPresets.js +8 -4
- package/dist/color-picker/components/ColorRgbInput.js +6 -3
- package/dist/color-picker/components/ColorSlider.js +58 -27
- package/dist/color-picker/components/ColorSteppers.js +14 -7
- package/dist/color-picker/components/ColorTrigger.js +20 -9
- package/dist/color-picker/components/PanelPicker/GradientColorBar.js +40 -19
- package/dist/components.d.ts +3 -2
- package/dist/components.js +7 -4
- package/dist/config-provider/SizeContext.js +2 -1
- package/dist/config-provider/context.js +2 -2
- package/dist/config-provider/defaultRenderEmpty.js +2 -1
- package/dist/config-provider/index.d.ts +3 -3
- package/dist/config-provider/index.js +304 -152
- package/dist/date-picker/PickerButton.js +46 -22
- package/dist/date-picker/generatePicker/SuffixIcon.js +8 -4
- package/dist/date-picker/generatePicker/generateRangePicker.js +555 -257
- package/dist/date-picker/generatePicker/generateSinglePicker.js +559 -257
- package/dist/date-picker/generatePicker/index.d.ts +15 -15
- package/dist/date-picker/index.d.ts +25 -25
- package/dist/descriptions/Cell.js +20 -10
- package/dist/descriptions/Row.js +16 -8
- package/dist/descriptions/index.d.ts +3 -3
- package/dist/descriptions/index.js +30 -15
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/index.js +26 -13
- package/dist/drawer/DrawerPanel.js +38 -18
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/index.js +130 -62
- package/dist/dropdown/dropdown.d.ts +4 -4
- package/dist/dropdown/dropdown.js +47 -24
- package/dist/empty/index.d.ts +3 -3
- package/dist/empty/index.js +12 -6
- package/dist/flex/index.d.ts +3 -3
- package/dist/flex/index.js +28 -9
- package/dist/float-button/BackTop.d.ts +3 -3
- package/dist/float-button/BackTop.js +36 -18
- package/dist/float-button/FloatButton.d.ts +3 -3
- package/dist/float-button/FloatButton.js +32 -16
- package/dist/float-button/FloatButtonGroup.d.ts +3 -3
- package/dist/float-button/FloatButtonGroup.js +42 -21
- package/dist/float-button/PurePanel.js +78 -39
- package/dist/float-button/style/button.js +4 -4
- package/dist/float-button/style/group.js +12 -12
- package/dist/form/ErrorList.js +12 -6
- package/dist/form/Form.d.ts +3 -3
- package/dist/form/Form.js +48 -24
- package/dist/form/FormItem/ItemHolder.js +66 -33
- package/dist/form/FormItem/StatusProvider.js +18 -8
- package/dist/form/FormItem/index.d.ts +3 -3
- package/dist/form/FormItem/index.js +56 -28
- package/dist/form/FormItemInput.js +24 -12
- package/dist/form/FormItemLabel.js +20 -10
- package/dist/form/context.js +10 -5
- package/dist/form/style/index.js +3 -2
- package/dist/grid/col.js +26 -13
- package/dist/grid/row.js +10 -5
- package/dist/grid/style/index.js +5 -4
- package/dist/image/PreviewGroup.d.ts +2 -2
- package/dist/image/PreviewGroup.js +20 -9
- package/dist/image/index.d.ts +4 -4
- package/dist/image/index.js +24 -12
- package/dist/index.d.ts +5 -4
- package/dist/index.js +5 -4
- package/dist/input/Group.js +6 -3
- package/dist/input/Input.js +71 -30
- package/dist/input/OTP/OTPInput.js +76 -33
- package/dist/input/OTP/index.js +37 -18
- package/dist/input/Password.js +76 -33
- package/dist/input/Search.js +80 -33
- package/dist/input/TextArea.d.ts +3 -3
- package/dist/input/TextArea.js +59 -26
- package/dist/input/index.d.ts +11 -11
- package/dist/input-number/index.d.ts +3 -3
- package/dist/input-number/index.js +89 -38
- package/dist/input-number/style/index.js +18 -17
- package/dist/layout/Sider.js +20 -10
- package/dist/layout/index.d.ts +6 -6
- package/dist/layout/layout.d.ts +2 -2
- package/dist/layout/layout.js +28 -14
- package/dist/locale/index.js +4 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/Masonry.js +28 -15
- package/dist/masonry/MasonryItem.js +18 -8
- package/dist/mentions/index.d.ts +3 -3
- package/dist/mentions/index.js +63 -29
- package/dist/mentions/style/index.js +18 -17
- package/dist/menu/MenuContext.js +2 -1
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuDivider.js +4 -2
- package/dist/menu/MenuItem.d.ts +3 -3
- package/dist/menu/MenuItem.js +38 -19
- package/dist/menu/OverrideContext.js +2 -1
- package/dist/menu/SubMenu.d.ts +3 -3
- package/dist/menu/SubMenu.js +40 -19
- package/dist/menu/index.d.ts +5 -5
- package/dist/menu/index.js +84 -37
- package/dist/menu/menu.js +88 -39
- package/dist/message/PurePanel.d.ts +2 -2
- package/dist/message/PurePanel.js +42 -20
- package/dist/message/index.js +6 -3
- package/dist/message/useMessage.js +26 -12
- package/dist/modal/ConfirmDialog.js +392 -184
- package/dist/modal/Modal.d.ts +3 -3
- package/dist/modal/Modal.js +102 -47
- package/dist/modal/confirm.js +116 -54
- package/dist/modal/shared.js +18 -9
- package/dist/modal/useModal/HookModal.js +8 -4
- package/dist/notification/PurePanel.d.ts +2 -2
- package/dist/notification/PurePanel.js +56 -27
- package/dist/notification/index.js +6 -3
- package/dist/notification/useNotification.js +34 -16
- package/dist/package.d.ts +109 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +3 -3
- package/dist/pagination/Pagination.js +69 -34
- package/dist/pagination/style/index.js +61 -50
- package/dist/popconfirm/PurePanel.d.ts +2 -2
- package/dist/popconfirm/PurePanel.js +68 -34
- package/dist/popconfirm/index.d.ts +3 -3
- package/dist/popconfirm/index.js +76 -35
- package/dist/popover/PurePanel.js +132 -60
- package/dist/popover/index.d.ts +3 -3
- package/dist/popover/index.js +60 -27
- package/dist/popover/style/index.js +11 -8
- package/dist/progress/Circle.js +52 -26
- package/dist/progress/Line.js +52 -26
- package/dist/progress/Steps.js +50 -25
- package/dist/progress/progress.d.ts +3 -3
- package/dist/progress/progress.js +50 -25
- package/dist/qrcode/QrcodeStatus.js +12 -5
- package/dist/qrcode/index.d.ts +3 -3
- package/dist/qrcode/index.js +48 -23
- package/dist/radio/group.js +34 -15
- package/dist/radio/index.d.ts +5 -5
- package/dist/radio/radio.d.ts +3 -3
- package/dist/radio/radio.js +36 -17
- package/dist/radio/radioButton.js +30 -14
- package/dist/rate/index.d.ts +3 -3
- package/dist/rate/index.js +34 -17
- package/dist/result/index.d.ts +3 -3
- package/dist/result/index.js +28 -12
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +3 -3
- package/dist/segmented/index.js +36 -18
- package/dist/select/index.d.ts +6 -6
- package/dist/select/index.js +150 -74
- package/dist/select/style/select-input-multiple.js +31 -29
- package/dist/select/style/select-input.js +50 -44
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Avatar.js +10 -5
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Button.js +12 -6
- package/dist/skeleton/Element.js +10 -5
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Image.js +6 -3
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Input.js +10 -5
- package/dist/skeleton/Node.d.ts +3 -3
- package/dist/skeleton/Node.js +8 -4
- package/dist/skeleton/Paragraph.js +8 -4
- package/dist/skeleton/Skeleton.d.ts +3 -3
- package/dist/skeleton/Skeleton.js +20 -10
- package/dist/skeleton/Title.js +8 -4
- package/dist/slider/SliderTooltip.js +62 -28
- package/dist/slider/index.d.ts +3 -3
- package/dist/slider/index.js +60 -29
- package/dist/space/Addon.js +8 -4
- package/dist/space/Compact.d.ts +2 -0
- package/dist/space/Compact.js +37 -15
- package/dist/space/Item.js +8 -4
- package/dist/space/index.d.ts +5 -5
- package/dist/space/index.js +23 -12
- package/dist/space/style/addon.js +20 -19
- package/dist/space/style/compact.js +20 -0
- package/dist/spin/Indicator/Looper.js +4 -2
- package/dist/spin/Indicator/Progress.js +8 -4
- package/dist/spin/Indicator/index.js +6 -3
- package/dist/spin/index.d.ts +3 -3
- package/dist/spin/index.js +24 -12
- package/dist/splitter/Panel.js +18 -9
- package/dist/splitter/SplitBar.js +53 -24
- package/dist/splitter/Splitter.d.ts +3 -3
- package/dist/splitter/Splitter.js +22 -11
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.js +6 -6
- package/dist/statistic/Number.js +12 -6
- package/dist/statistic/Statistic.d.ts +3 -3
- package/dist/statistic/Statistic.js +30 -15
- package/dist/statistic/Timer.d.ts +5 -5
- package/dist/statistic/Timer.js +34 -17
- package/dist/statistic/index.d.ts +5 -5
- package/dist/steps/PanelArrow.js +2 -1
- package/dist/steps/ProgressIcon.js +13 -4
- package/dist/steps/index.d.ts +3 -3
- package/dist/steps/index.js +51 -26
- package/dist/steps/style/horizontal.js +13 -10
- package/dist/steps/style/icon.js +11 -8
- package/dist/steps/style/index.js +19 -18
- package/dist/steps/style/inline.js +19 -16
- package/dist/steps/style/label-placement.js +22 -20
- package/dist/steps/style/nav.js +7 -5
- package/dist/steps/style/panel.js +34 -32
- package/dist/steps/style/progress-dot.js +10 -8
- package/dist/steps/style/progress.js +29 -58
- package/dist/steps/style/rtl.js +6 -4
- package/dist/steps/style/small.js +10 -8
- package/dist/steps/style/status.js +124 -121
- package/dist/steps/style/util.js +7 -4
- package/dist/steps/style/vertical.js +17 -14
- package/dist/style/placementArrow.js +7 -5
- package/dist/switch/index.d.ts +3 -3
- package/dist/switch/index.js +34 -17
- package/dist/table/Column.d.ts +3 -3
- package/dist/table/Column.js +86 -41
- package/dist/table/ColumnGroup.d.ts +3 -3
- package/dist/table/ColumnGroup.js +84 -41
- package/dist/table/InternalTable.js +107 -53
- package/dist/table/Table.d.ts +3 -3
- package/dist/table/Table.js +104 -51
- package/dist/table/hooks/useFilter/FilterDropdown.js +39 -19
- package/dist/table/hooks/useFilter/FilterWrapper.js +4 -2
- package/dist/tabs/TabPane.d.ts +3 -3
- package/dist/tabs/index.d.ts +3 -3
- package/dist/tabs/index.js +62 -31
- package/dist/tag/CheckableTag.d.ts +3 -3
- package/dist/tag/CheckableTag.js +10 -5
- package/dist/tag/CheckableTagGroup.d.ts +3 -3
- package/dist/tag/CheckableTagGroup.js +28 -12
- package/dist/tag/index.d.ts +3 -3
- package/dist/tag/index.js +30 -14
- package/dist/theme/index.d.ts +4 -4
- package/dist/theme/util/genStyleUtils.js +8 -5
- package/dist/time-picker/index.d.ts +7 -7
- package/dist/time-picker/index.js +1106 -509
- package/dist/timeline/Timeline.d.ts +3 -3
- package/dist/timeline/Timeline.js +20 -10
- package/dist/timeline/TimelineItem.js +22 -10
- package/dist/timeline/TimelineItemList.js +24 -12
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/PurePanel.js +61 -29
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +3 -3
- package/dist/tooltip/index.js +62 -30
- package/dist/tooltip/style/index.js +10 -8
- package/dist/tooltip/util.js +5 -3
- package/dist/tour/index.d.ts +3 -3
- package/dist/tour/index.js +52 -25
- package/dist/tour/panelRender.js +18 -9
- package/dist/tour/style/index.js +5 -4
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/Actions.js +36 -18
- package/dist/transfer/ListBody.js +76 -38
- package/dist/transfer/ListItem.js +22 -11
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Section.js +76 -38
- package/dist/transfer/Transfer.d.ts +3 -3
- package/dist/transfer/Transfer.js +53 -27
- package/dist/transfer/search.js +8 -4
- package/dist/tree/DirectoryTree.d.ts +3 -3
- package/dist/tree/DirectoryTree.js +90 -45
- package/dist/tree/Tree.d.ts +3 -3
- package/dist/tree/Tree.js +90 -45
- package/dist/tree/utils/iconUtil.js +10 -5
- package/dist/tree-select/index.d.ts +4 -4
- package/dist/tree-select/index.js +195 -95
- package/dist/typography/Base/CopyBtn.js +24 -12
- package/dist/typography/Base/Ellipsis.js +16 -8
- package/dist/typography/Base/EllipsisTooltip.js +6 -3
- package/dist/typography/Base/index.js +42 -20
- package/dist/typography/Editable.js +28 -13
- package/dist/typography/Link.d.ts +3 -3
- package/dist/typography/Link.js +48 -23
- package/dist/typography/Paragraph.d.ts +3 -3
- package/dist/typography/Paragraph.js +42 -20
- package/dist/typography/Text.js +42 -20
- package/dist/typography/Title.d.ts +3 -3
- package/dist/typography/Title.js +42 -20
- package/dist/typography/Typography.d.ts +3 -3
- package/dist/typography/Typography.js +16 -7
- package/dist/typography/index.d.ts +9 -9
- package/dist/upload/Dragger.d.ts +6 -3
- package/dist/upload/Dragger.js +76 -38
- package/dist/upload/Upload.d.ts +3 -3
- package/dist/upload/Upload.js +74 -37
- package/dist/upload/UploadList/ListItem.js +44 -22
- package/dist/upload/UploadList/index.js +50 -24
- package/dist/upload/index.d.ts +6 -3
- package/dist/watermark/index.d.ts +2 -2
- package/dist/watermark/index.js +22 -11
- package/global.d.ts +2 -0
- package/package.json +22 -4
- package/web-tags.json +4524 -0
- package/web-types.json +12779 -0
package/web-tags.json
ADDED
|
@@ -0,0 +1,4524 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.5",
|
|
3
|
+
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "a-affix",
|
|
6
|
+
"description": "(ZH) 将页面元素钉在可视范围。\n\n(EN) Stick an element to the viewport.",
|
|
7
|
+
"attributes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "offset-top",
|
|
10
|
+
"description": "Default: 0\n\n(ZH) 距离窗口顶部达到指定偏移量后触发\n\n(EN) Offset from the top of the viewport (in pixels)"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "offset-bottom",
|
|
14
|
+
"description": "Default: -\n\n(ZH) 距离窗口底部达到指定偏移量后触发\n\n(EN) Offset from the bottom of the viewport (in pixels)"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "target",
|
|
18
|
+
"description": "Default: () => window\n\n(ZH) 设置 Affix 需要监听其滚动事件的元素,值为一个返回对应 DOM 元素的函数\n\n(EN) Specifies the scrollable area DOM node"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "a-alert",
|
|
24
|
+
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
25
|
+
"attributes": [
|
|
26
|
+
{
|
|
27
|
+
"name": "type",
|
|
28
|
+
"description": "Default: info,banner 模式下默认值为 warning\n\n(ZH) 指定警告提示的样式,有四种选择 success、info、warning、error\n\n(EN) Type of Alert styles, options: success, info, warning, error"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "closable",
|
|
32
|
+
"description": "Default: false\n\n(ZH) 可关闭配置,>=5.15.0: 支持 aria-*\n\n(EN) The config of closable, >=5.15.0: support aria-*"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "title",
|
|
36
|
+
"description": "Default: -\n\n(ZH) 警告提示内容\n\n(EN) Content of Alert"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "message",
|
|
40
|
+
"description": "Default: -\n\n(ZH) 警告提示内容,请使用 title 替换\n\n(EN) Content of Alert, please use title instead"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "description",
|
|
44
|
+
"description": "Default: -\n\n(ZH) 警告提示的辅助性文字介绍\n\n(EN) Additional content of Alert"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "after-close",
|
|
48
|
+
"description": "Default: -\n\n(ZH) 关闭动画结束后触发的回调函数,请使用 closable.afterClose 替换\n\n(EN) Called when close animation is finished, please use closable.afterClose instead"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "show-icon",
|
|
52
|
+
"description": "Default: false,banner 模式下默认值为 true\n\n(ZH) 是否显示辅助图标\n\n(EN) Whether to show icon"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "role",
|
|
56
|
+
"description": "Default: -\n\n(ZH) https://www.w3.org/TR/2014/REC-html5-20141028/dom.html#aria-role-attribute\n\n(EN) https://www.w3.org/TR/2014/REC-html5-20141028/dom.html#aria-role-attribute"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "classes",
|
|
60
|
+
"description": "Default: -\n\n(ZH) 自定义组件内部各语义化结构的类名。支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "styles",
|
|
64
|
+
"description": "Default: -\n\n(ZH) 自定义组件内部各语义化结构的内联样式。支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "banner",
|
|
68
|
+
"description": "Default: false\n\n(ZH) 是否用作顶部公告\n\n(EN) Whether to show as banner"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "icon",
|
|
72
|
+
"description": "Default: -\n\n(ZH) 自定义图标,showIcon 为 true 时有效\n\n(EN) Custom icon, effective when showIcon is true"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "close-icon",
|
|
76
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "action",
|
|
80
|
+
"description": "Default: -\n\n(ZH) 自定义操作项\n\n(EN) The action of Alert"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "id",
|
|
84
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "a-anchor",
|
|
90
|
+
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
91
|
+
"attributes": [
|
|
92
|
+
{
|
|
93
|
+
"name": "affix",
|
|
94
|
+
"description": "Default: true\n\n(ZH) 固定模式\n\n(EN) Fixed mode of Anchor"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "bounds",
|
|
98
|
+
"description": "Default: 5\n\n(ZH) 锚点区域边界\n\n(EN) Bounding distance of anchor area"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "classes",
|
|
102
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "get-container",
|
|
106
|
+
"description": "Default: () => window\n\n(ZH) 指定滚动的容器\n\n(EN) Scrolling container"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "get-current-anchor",
|
|
110
|
+
"description": "Default: -\n\n(ZH) 自定义高亮的锚点\n\n(EN) Customize the anchor highlight"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "offset-top",
|
|
114
|
+
"description": "Default: -\n\n(ZH) 距离窗口顶部达到指定偏移量后触发\n\n(EN) Pixels to offset from top when calculating position of scroll"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "show-ink-in-fixed",
|
|
118
|
+
"description": "Default: false\n\n(ZH) affix={false} 时是否显示小方块\n\n(EN) Whether show ink-square when affix={false}"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "styles",
|
|
122
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "target-offset",
|
|
126
|
+
"description": "Default: -\n\n(ZH) 锚点滚动偏移量,默认与 offsetTop 相同,例子\n\n(EN) Anchor scroll offset, default as offsetTop, example"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "items",
|
|
130
|
+
"description": "Default: -\n\n(ZH) 数据化配置选项内容,支持通过 children 嵌套\n\n(EN) Data configuration option content, support nesting through children"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "direction",
|
|
134
|
+
"description": "Default: vertical\n\n(ZH) 设置导航方向\n\n(EN) Set Anchor direction"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "replace",
|
|
138
|
+
"description": "Default: false\n\n(ZH) 替换浏览器历史记录中的项目 href 而不是推送它\n\n(EN) Replace item href in browser history instead of pushing it"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "key",
|
|
142
|
+
"description": "Default: -\n\n(ZH) 唯一标志\n\n(EN) The unique identifier of the Anchor Link"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "href",
|
|
146
|
+
"description": "Default: -\n\n(ZH) 锚点链接\n\n(EN) The target of hyperlink"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "target",
|
|
150
|
+
"description": "Default: -\n\n(ZH) 该属性指定在何处显示链接的资源\n\n(EN) Specifies where to display the linked URL"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "title",
|
|
154
|
+
"description": "Default: -\n\n(ZH) 文字内容\n\n(EN) The content of hyperlink"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "children",
|
|
158
|
+
"description": "Default: -\n\n(ZH) 嵌套的 Anchor Link,注意:水平方向该属性不支持\n\n(EN) Nested Anchor Link, Attention: This attribute does not support horizontal orientation"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "a-app",
|
|
164
|
+
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
165
|
+
"attributes": [
|
|
166
|
+
{
|
|
167
|
+
"name": "message",
|
|
168
|
+
"description": "Default: -\n\n(ZH) App 内 Message 的全局配置\n\n(EN) Global config for Message"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "notification",
|
|
172
|
+
"description": "Default: -\n\n(ZH) App 内 Notification 的全局配置\n\n(EN) Global config for Notification"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "component",
|
|
176
|
+
"description": "Default: div\n\n(ZH) 设置渲染元素,为 false 则不创建 DOM 节点\n\n(EN) Config render element, if false will not create DOM node"
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "a-avatar",
|
|
182
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
183
|
+
"attributes": [
|
|
184
|
+
{
|
|
185
|
+
"name": "shape",
|
|
186
|
+
"description": "Default: circle\n\n(ZH) 指定头像的形状\n\n(EN) The shape of avatar"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "size",
|
|
190
|
+
"description": "Default: default\n\n(ZH) 设置头像的大小\n\n(EN) The size of the avatar"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "gap",
|
|
194
|
+
"description": "Default: 4\n\n(ZH) 字符类型距离左右两侧边界单位像素\n\n(EN) Letter type unit distance between left and right sides"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "src",
|
|
198
|
+
"description": "Default: -\n\n(ZH) 图片类头像的资源地址或者图片元素\n\n(EN) The address of the image for an image avatar or image element"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "src-set",
|
|
202
|
+
"description": "Default: -\n\n(ZH) 设置图片类头像响应式资源地址\n\n(EN) A list of sources to use for different screen resolutions"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "draggable",
|
|
206
|
+
"description": "Default: true\n\n(ZH) 图片是否允许拖动\n\n(EN) Whether the picture is allowed to be dragged"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "icon",
|
|
210
|
+
"description": "Default: -\n\n(ZH) 设置头像的自定义图标\n\n(EN) Custom icon type for an icon avatar"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "alt",
|
|
214
|
+
"description": "Default: -\n\n(ZH) 图像无法显示时的替代文本\n\n(EN) This attribute defines the alternative text describing the image"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "cross-origin",
|
|
218
|
+
"description": "Default: -\n\n(ZH) CORS 属性设置\n\n(EN) CORS settings attributes"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "on-error",
|
|
222
|
+
"description": "Default: -\n\n(ZH) 图片加载失败的事件,返回 false 会关闭组件默认的 fallback 行为\n\n(EN) Handler when img load error, return false to prevent default fallback behavior"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "prefix-cls",
|
|
226
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "max",
|
|
230
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "a-badge",
|
|
236
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
237
|
+
"attributes": [
|
|
238
|
+
{
|
|
239
|
+
"name": "count",
|
|
240
|
+
"description": "Default: -\n\n(ZH) 展示的数字,大于 overflowCount 时显示为 ${overflowCount}+,为 0 时隐藏\n\n(EN) Number to show in badge"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "show-zero",
|
|
244
|
+
"description": "Default: false\n\n(ZH) 当数值为 0 时,是否展示 Badge\n\n(EN) Whether to show badge when count is zero"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "overflow-count",
|
|
248
|
+
"description": "Default: 99\n\n(ZH) 展示封顶的数字值\n\n(EN) Max count to show"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "dot",
|
|
252
|
+
"description": "Default: false\n\n(ZH) 不展示数字,只有一个小红点\n\n(EN) Whether to display a red dot instead of count"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "scroll-number-prefix-cls",
|
|
256
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "status",
|
|
260
|
+
"description": "Default: -\n\n(ZH) 设置 Badge 为状态点\n\n(EN) Set Badge as a status dot"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "color",
|
|
264
|
+
"description": "Default: -\n\n(ZH) 自定义小圆点的颜色\n\n(EN) Customize Badge dot color"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "text",
|
|
268
|
+
"description": "Default: -\n\n(ZH) 在设置了 status 的前提下有效,设置状态点的文本\n\n(EN) If status is set, text sets the display text of the status dot"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "size",
|
|
272
|
+
"description": "Default: -\n\n(ZH) 在设置了 count 的前提下有效,设置小圆点的大小\n\n(EN) If count is set, size sets the size of badge"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "offset",
|
|
276
|
+
"description": "Default: -\n\n(ZH) 设置状态点的位置偏移\n\n(EN) Set offset of the badge dot"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "title",
|
|
280
|
+
"description": "Default: -\n\n(ZH) 设置鼠标放在状态点上时显示的文字\n\n(EN) Text to show when hovering over the badge"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "classes",
|
|
284
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "styles",
|
|
288
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "a-auto-complete",
|
|
294
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
295
|
+
"attributes": [
|
|
296
|
+
{
|
|
297
|
+
"name": "allow-clear",
|
|
298
|
+
"description": "Default: false\n\nShow clear button"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "backfill",
|
|
302
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "classes",
|
|
306
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "default-active-first-option",
|
|
310
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "disabled",
|
|
314
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "get-popup-container",
|
|
318
|
+
"description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "not-found-content",
|
|
322
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "open",
|
|
326
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "options",
|
|
330
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "placeholder",
|
|
334
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "popup-match-select-width",
|
|
338
|
+
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "popup-render",
|
|
342
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "show-search",
|
|
346
|
+
"description": "Default: true\n\nSearch configuration"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "size",
|
|
350
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "status",
|
|
354
|
+
"description": "Default: -\n\nSet validation status"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "styles",
|
|
358
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "value",
|
|
362
|
+
"description": "Default: -\n\nSelected option"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "variant",
|
|
366
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "virtual",
|
|
370
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
371
|
+
}
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "a-breadcrumb",
|
|
376
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
377
|
+
"attributes": [
|
|
378
|
+
{
|
|
379
|
+
"name": "classes",
|
|
380
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "dropdown-icon",
|
|
384
|
+
"description": "Default: -\n\n(ZH) 自定义下拉图标\n\n(EN) Custom dropdown icon"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "item-render",
|
|
388
|
+
"description": "Default: -\n\n(ZH) 自定义链接函数,和 vue-router 配置使用\n\n(EN) Custom item renderer, work with vue-router"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "params",
|
|
392
|
+
"description": "Default: -\n\n(ZH) 路由的参数\n\n(EN) Routing parameters"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "items",
|
|
396
|
+
"description": "Default: -\n\n(ZH) 路由栈信息\n\n(EN) The routing stack information of router"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "separator",
|
|
400
|
+
"description": "Default: /\n\n(ZH) 要显示的分隔符\n\n(EN) Custom separator"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "styles",
|
|
404
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "dropdown-props",
|
|
408
|
+
"description": "Default: -\n\n(ZH) 弹出下拉菜单的自定义配置\n\n(EN) The dropdown props"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "href",
|
|
412
|
+
"description": "Default: -\n\n(ZH) 链接的目的地,不能和 path 共用\n\n(EN) Target of hyperlink. Can not work with path"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "path",
|
|
416
|
+
"description": "Default: -\n\n(ZH) 拼接路径,每一层都会拼接前一个 path 信息。不能和 href 共用\n\n(EN) Connected path. Each path will connect with prev one. Can not work with href"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "menu",
|
|
420
|
+
"description": "Default: -\n\n(ZH) 菜单配置项\n\n(EN) The menu props"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "on-click",
|
|
424
|
+
"description": "Default: -\n\n(ZH) 单击事件\n\n(EN) Set the handler to handle click event"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "title",
|
|
428
|
+
"description": "Default: -\n\n(ZH) 名称\n\n(EN) item name"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "type",
|
|
432
|
+
"description": "Default: -\n\n(ZH) 标记为分隔符\n\n(EN) Mark as separator"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "a-calendar",
|
|
438
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
439
|
+
"attributes": [
|
|
440
|
+
{
|
|
441
|
+
"name": "prefix-cls",
|
|
442
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "root-class",
|
|
446
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "classes",
|
|
450
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "styles",
|
|
454
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "locale",
|
|
458
|
+
"description": "Default: (默认配置)\n\n(ZH) 国际化配置\n\n(EN) The calendar's locale"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "valid-range",
|
|
462
|
+
"description": "Default: -\n\n(ZH) 设置可以显示的日期\n\n(EN) To set valid range"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "disabled-date",
|
|
466
|
+
"description": "Default: -\n\n(ZH) 不可选择的日期,参数为当前 value,注意使用时不要直接修改\n\n(EN) Function that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it](https://github.com/ant-design/ant-design/issues/30987)"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "date-full-cell-render",
|
|
470
|
+
"description": "Default: -\n\n(ZH) 自定义渲染日期单元格,返回内容覆盖单元格,>= 5.4.0 请用 fullCellRender\n\n(EN) Customize the display of the date cell, the returned content will override the cell"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "date-cell-render",
|
|
474
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "month-full-cell-render",
|
|
478
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "month-cell-render",
|
|
482
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "cell-render",
|
|
486
|
+
"description": "Default: -\n\n(ZH) 自定义单元格的内容\n\n(EN) Customize cell content"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "full-cell-render",
|
|
490
|
+
"description": "Default: -\n\n(ZH) 自定义单元格的内容\n\n(EN) Customize cell content"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "header-render",
|
|
494
|
+
"description": "Default: -\n\n(ZH) 自定义头部内容\n\n(EN) Render custom header in panel"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "value",
|
|
498
|
+
"description": "Default: -\n\n(ZH) 展示日期\n\n(EN) The current selected date"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "default-value",
|
|
502
|
+
"description": "Default: -\n\n(ZH) 默认展示的日期\n\n(EN) The date selected by default"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "mode",
|
|
506
|
+
"description": "Default: month\n\n(ZH) 初始模式\n\n(EN) The display mode of the calendar"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "fullscreen",
|
|
510
|
+
"description": "Default: true\n\n(ZH) 是否全屏显示\n\n(EN) Whether to display in full-screen"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "show-week",
|
|
514
|
+
"description": "Default: false\n\n(ZH) 是否显示周数列\n\n(EN) Whether to display week number"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "a-button",
|
|
520
|
+
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
521
|
+
"attributes": [
|
|
522
|
+
{
|
|
523
|
+
"name": "auto-insert-space",
|
|
524
|
+
"description": "Default: true\n\n(ZH) 我们默认提供两个汉字之间的空格,可以设置 autoInsertSpace 为 false 关闭\n\n(EN) We add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "block",
|
|
528
|
+
"description": "Default: false\n\n(ZH) 将按钮宽度调整为其父宽度的选项\n\n(EN) Option to fit button width to its parent width"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "classes",
|
|
532
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "color",
|
|
536
|
+
"description": "Default: -\n\n(ZH) 设置按钮的颜色\n\n(EN) Set button color"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "danger",
|
|
540
|
+
"description": "Default: false\n\n(ZH) 语法糖,设置危险按钮。当设置 color 时会以后者为准\n\n(EN) Syntactic sugar. Set the danger status of button. Will follow color if provided"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "disabled",
|
|
544
|
+
"description": "Default: false\n\n(ZH) 设置按钮失效状态\n\n(EN) Disabled state of button"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "ghost",
|
|
548
|
+
"description": "Default: false\n\n(ZH) 幽灵属性,使按钮背景透明\n\n(EN) Make background transparent and invert text and border colors"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "href",
|
|
552
|
+
"description": "Default: -\n\n(ZH) 点击跳转的地址,指定此属性 button 的行为和 a 链接一致\n\n(EN) Redirect url of link button"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "html-type",
|
|
556
|
+
"description": "Default: button\n\n(ZH) 设置 button 原生的 type 值,可选值请参考 HTML 标准\n\n(EN) Set the original html type of button, see: HTML Standard"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "icon-placement",
|
|
560
|
+
"description": "Default: start\n\n(ZH) 设置按钮图标组件的位置\n\n(EN) Set the icon position of button"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "loading",
|
|
564
|
+
"description": "Default: false\n\n(ZH) 设置按钮载入状态\n\n(EN) Set the loading status of button"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "shape",
|
|
568
|
+
"description": "Default: default\n\n(ZH) 设置按钮形状\n\n(EN) Can be used to set button shape"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "size",
|
|
572
|
+
"description": "Default: middle\n\n(ZH) 设置按钮大小\n\n(EN) Set the size of button"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "styles",
|
|
576
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "target",
|
|
580
|
+
"description": "Default: -\n\n(ZH) 相当于 a 链接的 target 属性,href 存在时生效\n\n(EN) Same as target attribute of a, works when href is specified"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "type",
|
|
584
|
+
"description": "Default: default\n\n(ZH) 语法糖,设置按钮类型。当设置 variant 与 color 时以后者为准\n\n(EN) Syntactic sugar. Set button type. Will follow variant & color if provided"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "variant",
|
|
588
|
+
"description": "Default: -\n\n(ZH) 设置按钮的变体\n\n(EN) Set button variant"
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "a-card",
|
|
594
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
595
|
+
"attributes": [
|
|
596
|
+
{
|
|
597
|
+
"name": "title",
|
|
598
|
+
"description": "Default: -\n\n(ZH) 卡片标题\n\n(EN) Card title"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "extra",
|
|
602
|
+
"description": "Default: -\n\n(ZH) 卡片右上角的操作区域\n\n(EN) Content to render in the top-right corner of the card"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "bordered",
|
|
606
|
+
"description": "Default: true\n\n(ZH) 是否有边框, 请使用 variant 替换\n\n(EN) Toggles rendering of the border around the card, please use variant instead"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "head-style",
|
|
610
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "body-style",
|
|
614
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "loading",
|
|
618
|
+
"description": "Default: false\n\n(ZH) 当卡片内容还在加载中时,可以用 loading 展示一个占位\n\n(EN) Shows a loading indicator while the contents of the card are being fetched"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "hoverable",
|
|
622
|
+
"description": "Default: false\n\n(ZH) 鼠标移过时可浮起\n\n(EN) Lift up when hovering card"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "id",
|
|
626
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "size",
|
|
630
|
+
"description": "Default: default\n\n(ZH) card 的尺寸\n\n(EN) Size of card"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "type",
|
|
634
|
+
"description": "Default: -\n\n(ZH) 卡片类型,可设置为 inner 或 不设置\n\n(EN) Card style type, can be set to inner or not set"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "cover",
|
|
638
|
+
"description": "Default: -\n\n(ZH) 卡片封面\n\n(EN) Card cover"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "actions",
|
|
642
|
+
"description": "Default: -\n\n(ZH) 卡片操作组,位置在卡片底部\n\n(EN) The action list, shows at the bottom of the Card"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "tab-list",
|
|
646
|
+
"description": "Default: -\n\n(ZH) 页签标题列表\n\n(EN) List of TabPane's head"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "tab-bar-extra-content",
|
|
650
|
+
"description": "Default: -\n\n(ZH) tab bar 上额外的元素\n\n(EN) Extra content in tab bar"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "active-tab-key",
|
|
654
|
+
"description": "Default: -\n\n(ZH) 当前激活页签的 key\n\n(EN) Current TabPane's key"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "default-active-tab-key",
|
|
658
|
+
"description": "Default: 第一个页签的 key\n\n(ZH) 初始化选中页签的 key,如果没有设置 activeTabKey\n\n(EN) Initial active TabPane's key, if activeTabKey is not set"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "tab-props",
|
|
662
|
+
"description": "Default: -\n\n(ZH) Tabs\n\n(EN) Tabs"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "classes",
|
|
666
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "styles",
|
|
670
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "variant",
|
|
674
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of Card"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "prefix-cls",
|
|
678
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "avatar",
|
|
682
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "description",
|
|
686
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
687
|
+
}
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "a-cascader",
|
|
692
|
+
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
693
|
+
"attributes": [
|
|
694
|
+
{
|
|
695
|
+
"name": "value",
|
|
696
|
+
"description": "Default: -\n\n(ZH) 指定选中项\n\n(EN) The selected value"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "multiple",
|
|
700
|
+
"description": "Default: -\n\n(ZH) 支持多选节点\n\n(EN) Support multiple or not"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "size",
|
|
704
|
+
"description": "Default: -\n\n(ZH) 输入框大小\n\n(EN) The input size"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "show-arrow",
|
|
708
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "disabled",
|
|
712
|
+
"description": "Default: false\n\n(ZH) 禁用\n\n(EN) Whether disabled select"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "bordered",
|
|
716
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "placement",
|
|
720
|
+
"description": "Default: bottomLeft\n\n(ZH) 浮层预设位置\n\n(EN) Use preset popup align config from builtinPlacements"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "suffix-icon",
|
|
724
|
+
"description": "Default: -\n\n(ZH) 自定义的选择框后缀图标\n\n(EN) The custom suffix icon"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "options",
|
|
728
|
+
"description": "Default: -\n\n(ZH) 可选项数据源\n\n(EN) The data options of cascade"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "status",
|
|
732
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "root-class",
|
|
736
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"name": "popup-class-name",
|
|
740
|
+
"description": "Default: -\n\n(ZH) 自定义浮层类名,使用 classNames.popup.root 替换\n\n(EN) The additional className of popup overlay, use classNames.popup.root instead"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "dropdown-class-name",
|
|
744
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "dropdown-style",
|
|
748
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的 style 属性,使用 styles.popup.root 替换\n\n(EN) The style of dropdown menu, use styles.popup.root instead"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "dropdown-render",
|
|
752
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容,请使用 popupRender 替换\n\n(EN) Customize dropdown content, use popupRender instead"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "popup-render",
|
|
756
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容\n\n(EN) Customize dropdown content"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "dropdown-menu-column-style",
|
|
760
|
+
"description": "Default: -\n\n(ZH) 下拉菜单列的样式,请使用 popupMenuColumnStyle 替换\n\n(EN) The style of the drop-down menu column, use popupMenuColumnStyle instead"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "popup-menu-column-style",
|
|
764
|
+
"description": "Default: -\n\n(ZH) 下拉菜单列的样式\n\n(EN) The style of the drop-down menu column"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "variant",
|
|
768
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of selector"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "classes",
|
|
772
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "styles",
|
|
776
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "a-carousel",
|
|
782
|
+
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
783
|
+
"attributes": [
|
|
784
|
+
{
|
|
785
|
+
"name": "effect",
|
|
786
|
+
"description": "Default: scrollx\n\n(ZH) 动画效果函数\n\n(EN) Transition effect"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "id",
|
|
790
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "slick-go-to",
|
|
794
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "dot-position",
|
|
798
|
+
"description": "Default: bottom\n\n(ZH) 面板指示点位置,可选 top bottom left right start end,请使用 dotPlacement 替换\n\n(EN) The position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "dot-placement",
|
|
802
|
+
"description": "Default: bottom\n\n(ZH) 面板指示点位置,可选 top bottom start end\n\n(EN) The position of the dots, which can be one of top bottom start end"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "dots",
|
|
806
|
+
"description": "Default: true\n\n(ZH) 是否显示面板指示点,如果为 object 则可以指定 dotsClass\n\n(EN) Whether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "wait-for-animate",
|
|
810
|
+
"description": "Default: false\n\n(ZH) 是否等待切换动画\n\n(EN) Whether to wait for the animation when switching"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "autoplay",
|
|
814
|
+
"description": "Default: false\n\n(ZH) 是否自动切换,如果为 object 可以指定 dotDuration 来展示指示点进度条\n\n(EN) Whether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "prev-arrow",
|
|
818
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "next-arrow",
|
|
822
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
823
|
+
}
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "a-checkbox",
|
|
828
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
829
|
+
"attributes": [
|
|
830
|
+
{
|
|
831
|
+
"name": "default-checked",
|
|
832
|
+
"description": "Default: false\n\n(ZH) 初始是否选中\n\n(EN) Specifies the initial state: whether or not the checkbox is selected"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "checked",
|
|
836
|
+
"description": "Default: false\n\n(ZH) 指定当前是否选中\n\n(EN) Specifies whether the checkbox is selected"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "disabled",
|
|
840
|
+
"description": "Default: false\n\n(ZH) 失效状态\n\n(EN) If disable checkbox"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "title",
|
|
844
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "value",
|
|
848
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "tab-index",
|
|
852
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "name",
|
|
856
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "id",
|
|
860
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "auto-focus",
|
|
864
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "type",
|
|
868
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "skip-group",
|
|
872
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "required",
|
|
876
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "indeterminate",
|
|
880
|
+
"description": "Default: false\n\n(ZH) 设置 indeterminate 状态,只负责样式控制\n\n(EN) The indeterminate checked state of checkbox"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "classes",
|
|
884
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "styles",
|
|
888
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "options",
|
|
892
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "default-value",
|
|
896
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "label-render",
|
|
900
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
901
|
+
}
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "a-collapse",
|
|
906
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
907
|
+
"attributes": [
|
|
908
|
+
{
|
|
909
|
+
"name": "active-key",
|
|
910
|
+
"description": "Default: 手风琴模式下默认第一个元素\n\n(ZH) 当前激活 tab 面板的 key\n\n(EN) Key of the active panel"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "default-active-key",
|
|
914
|
+
"description": "Default: -\n\n(ZH) 初始化选中面板的 key\n\n(EN) Key of the initial active panel"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "accordion",
|
|
918
|
+
"description": "Default: false\n\n(ZH) 手风琴模式\n\n(EN) If true, Collapse renders as Accordion"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "destroy-on-hidden",
|
|
922
|
+
"description": "Default: false\n\n(ZH) 销毁折叠隐藏的面板\n\n(EN) Destroy Inactive Panel"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "root-class",
|
|
926
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "bordered",
|
|
930
|
+
"description": "Default: true\n\n(ZH) 带边框风格的折叠面板\n\n(EN) Toggles rendering of the border around the collapse block"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "prefix-cls",
|
|
934
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "expand-icon",
|
|
938
|
+
"description": "Default: -\n\n(ZH) 自定义切换图标\n\n(EN) Allow to customize collapse icon"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "expand-icon-placement",
|
|
942
|
+
"description": "Default: start\n\n(ZH) 设置图标位置\n\n(EN) Set expand icon placement"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "ghost",
|
|
946
|
+
"description": "Default: false\n\n(ZH) 使折叠面板透明且无边框\n\n(EN) Make the collapse borderless and its background transparent"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "size",
|
|
950
|
+
"description": "Default: middle\n\n(ZH) 设置折叠面板大小\n\n(EN) Set the size of collapse"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "collapsible",
|
|
954
|
+
"description": "Default: -\n\n(ZH) 所有子面板是否可折叠或指定可折叠触发区域\n\n(EN) Specify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "label-render",
|
|
958
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "content-render",
|
|
962
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "classes",
|
|
966
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "styles",
|
|
970
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "items",
|
|
974
|
+
"description": "Default: -\n\n(ZH) 折叠项目内容\n\n(EN) collapse items content"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "key",
|
|
978
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "header",
|
|
982
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "show-arrow",
|
|
986
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "force-render",
|
|
990
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "id",
|
|
994
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "extra",
|
|
998
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "a-color-picker",
|
|
1004
|
+
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
1005
|
+
"attributes": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "mode",
|
|
1008
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"name": "value",
|
|
1012
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "default-value",
|
|
1016
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "open",
|
|
1020
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "disabled",
|
|
1024
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "placement",
|
|
1028
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "trigger",
|
|
1032
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "format",
|
|
1036
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "default-format",
|
|
1040
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "allow-clear",
|
|
1044
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "presets",
|
|
1048
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "arrow",
|
|
1052
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "panel-render",
|
|
1056
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "show-text",
|
|
1060
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "size",
|
|
1064
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "classes",
|
|
1068
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "styles",
|
|
1072
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "root-class",
|
|
1076
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "disabled-alpha",
|
|
1080
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "disabled-format",
|
|
1084
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "a-config-provider",
|
|
1090
|
+
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
1091
|
+
"attributes": [
|
|
1092
|
+
{
|
|
1093
|
+
"name": "get-target-container",
|
|
1094
|
+
"description": "Default: () => window\n\n(ZH) 配置 Affix、Anchor 滚动监听容器。\n\n(EN) Config Affix, Anchor scroll target container"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "get-popup-container",
|
|
1098
|
+
"description": "Default: () => document.body\n\n(ZH) 弹出框(Select, Tooltip, Menu 等等)渲染父节点,默认渲染到 body 上。\n\n(EN) To set the container of the popup element. The default is to create a div element in body"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "prefix-cls",
|
|
1102
|
+
"description": "Default: ant\n\n(ZH) 设置统一样式前缀\n\n(EN) Set prefix className"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "icon-prefix-cls",
|
|
1106
|
+
"description": "Default: anticon\n\n(ZH) 设置图标统一样式前缀\n\n(EN) Set icon prefix className"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "render-empty",
|
|
1110
|
+
"description": "Default: -\n\n(ZH) 自定义组件空状态。参考 空状态\n\n(EN) Set empty content of components. Ref Empty"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "csp",
|
|
1114
|
+
"description": "Default: -\n\n(ZH) 设置 Content Security Policy 配置\n\n(EN) Set Content Security Policy config"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "variant",
|
|
1118
|
+
"description": "Default: -\n\n(ZH) 设置全局输入组件形态变体\n\n(EN) Set variant of data entry components"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "input",
|
|
1122
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "input-number",
|
|
1126
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "text-area",
|
|
1130
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "mentions",
|
|
1134
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "input-search",
|
|
1138
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "otp",
|
|
1142
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "select",
|
|
1146
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "pagination",
|
|
1150
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"name": "locale",
|
|
1154
|
+
"description": "Default: -\n\n(ZH) 语言包配置,语言包可到 antd/locale 目录下寻找\n\n(EN) Language package setting, you can find the packages in antd/locale"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "component-size",
|
|
1158
|
+
"description": "Default: -\n\n(ZH) 设置 antd 组件大小\n\n(EN) Config antd component size"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "component-disabled",
|
|
1162
|
+
"description": "Default: -\n\n(ZH) 设置 antd 组件禁用状态\n\n(EN) Config antd component disabled"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "direction",
|
|
1166
|
+
"description": "Default: ltr\n\n(ZH) 设置文本展示方向。 示例\n\n(EN) Set direction of layout. See demo"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "space",
|
|
1170
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "splitter",
|
|
1174
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "virtual",
|
|
1178
|
+
"description": "Default: -\n\n(ZH) 设置 false 时关闭虚拟滚动\n\n(EN) Disable virtual scroll when set to false"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "popup-match-select-width",
|
|
1182
|
+
"description": "Default: -\n\n(ZH) 下拉菜单和选择器同宽。默认将设置 min-width,当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动\n\n(EN) Determine 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"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "popup-overflow",
|
|
1186
|
+
"description": "Default: 'viewport'\n\n(ZH) Select 类组件弹层展示逻辑,默认为可视区域滚动,可配置成滚动区域滚动\n\n(EN) Select like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "theme",
|
|
1190
|
+
"description": "Default: -\n\n(ZH) 设置主题,参考 定制主题\n\n(EN) Set theme, ref Customize Theme"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "warning",
|
|
1194
|
+
"description": "Default: -\n\n(ZH) 设置警告等级,strict 为 false 时会将废弃相关信息聚合为单条信息\n\n(EN) Config warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "alert",
|
|
1198
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "anchor",
|
|
1202
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "button",
|
|
1206
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "calendar",
|
|
1210
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"name": "carousel",
|
|
1214
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "cascader",
|
|
1218
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "tree-select",
|
|
1222
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "collapse",
|
|
1226
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "divider",
|
|
1230
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "typography",
|
|
1234
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "skeleton",
|
|
1238
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "spin",
|
|
1242
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "segmented",
|
|
1246
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "statistic",
|
|
1250
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "steps",
|
|
1254
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "layout",
|
|
1258
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "progress",
|
|
1262
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "result",
|
|
1266
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "slider",
|
|
1270
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "breadcrumb",
|
|
1274
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "menu",
|
|
1278
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "float-button",
|
|
1282
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "float-button-group",
|
|
1286
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "checkbox",
|
|
1290
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "descriptions",
|
|
1294
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "empty",
|
|
1298
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "badge",
|
|
1302
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "radio",
|
|
1306
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "rate",
|
|
1310
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "switch",
|
|
1314
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "transfer",
|
|
1318
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "avatar",
|
|
1322
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "message",
|
|
1326
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "tag",
|
|
1330
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "card",
|
|
1334
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "tabs",
|
|
1338
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "timeline",
|
|
1342
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "time-picker",
|
|
1346
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "notification",
|
|
1350
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "tree",
|
|
1354
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "color-picker",
|
|
1358
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "date-picker",
|
|
1362
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "range-picker",
|
|
1366
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "dropdown",
|
|
1370
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "flex",
|
|
1374
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "wave",
|
|
1378
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "tooltip",
|
|
1382
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "popover",
|
|
1386
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "popconfirm",
|
|
1390
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1391
|
+
}
|
|
1392
|
+
]
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "a-descriptions",
|
|
1396
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1397
|
+
"attributes": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "bordered",
|
|
1400
|
+
"description": "Default: false\n\n(ZH) 是否展示边框\n\n(EN) Whether to display the border"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "size",
|
|
1404
|
+
"description": "Default: -\n\n(ZH) 设置列表的大小。可以设置为 middle 、small, 或不填(只有设置 bordered={true} 生效)\n\n(EN) Set the size of the list. Can be set to middle,small, or not filled"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "title",
|
|
1408
|
+
"description": "Default: -\n\n(ZH) 描述列表的标题,显示在最顶部\n\n(EN) The title of the description list, placed at the top"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "extra",
|
|
1412
|
+
"description": "Default: -\n\n(ZH) 描述列表的操作区域,显示在右上方\n\n(EN) The action area of the description list, placed at the top-right"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "label-render",
|
|
1416
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "content-render",
|
|
1420
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "column",
|
|
1424
|
+
"description": "Default: 3\n\n(ZH) 一行的 DescriptionItems 数量,可以写成像素值或支持响应式的对象写法 { xs: 8, sm: 16, md: 24}\n\n(EN) The number of DescriptionItems in a row, could be an object (like { xs: 8, sm: 16, md: 24}, but must have bordered={true}) or a number"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "layout",
|
|
1428
|
+
"description": "Default: horizontal\n\n(ZH) 描述布局\n\n(EN) Define description layout"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "colon",
|
|
1432
|
+
"description": "Default: true\n\n(ZH) 配置 Descriptions.Item 的 colon 的默认值。表示是否显示 label 后面的冒号\n\n(EN) Change default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "styles",
|
|
1436
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "classes",
|
|
1440
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "items",
|
|
1444
|
+
"description": "Default: -\n\n(ZH) 描述列表项内容\n\n(EN) Describe the contents of the list item"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "id",
|
|
1448
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1449
|
+
}
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "a-divider",
|
|
1454
|
+
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1455
|
+
"attributes": [
|
|
1456
|
+
{
|
|
1457
|
+
"name": "dashed",
|
|
1458
|
+
"description": "Default: false\n\nWhether line is dashed"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "orientation",
|
|
1462
|
+
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "plain",
|
|
1466
|
+
"description": "Default: true\n\nDivider text show as plain style"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "size",
|
|
1470
|
+
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "title-placement",
|
|
1474
|
+
"description": "Default: center\n\nThe position of title inside divider"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "variant",
|
|
1478
|
+
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "vertical",
|
|
1482
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "classes",
|
|
1486
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "styles",
|
|
1490
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1491
|
+
}
|
|
1492
|
+
]
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"name": "a-dropdown",
|
|
1496
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1497
|
+
"attributes": [
|
|
1498
|
+
{
|
|
1499
|
+
"name": "classes",
|
|
1500
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Dropdown 组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "styles",
|
|
1504
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Dropdown 组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "menu",
|
|
1508
|
+
"description": "Default: -\n\n(ZH) 菜单配置项\n\n(EN) The menu props"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "auto-focus",
|
|
1512
|
+
"description": "Default: -\n\n(ZH) 打开后自动聚焦首个菜单项\n\n(EN) Focus the first menu item when opened"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "arrow",
|
|
1516
|
+
"description": "Default: false\n\n(ZH) 下拉框箭头是否显示,可配置 pointAtCenter\n\n(EN) Whether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "trigger",
|
|
1520
|
+
"description": "Default: ['hover']\n\n(ZH) 触发下拉的行为,移动端不支持 hover\n\n(EN) The trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "popup-render",
|
|
1524
|
+
"description": "Default: -\n\n(ZH) 自定义弹出框内容\n\n(EN) Customize popup content"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "open",
|
|
1528
|
+
"description": "Default: -\n\n(ZH) 菜单是否显示\n\n(EN) Whether the dropdown menu is currently open"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "disabled",
|
|
1532
|
+
"description": "Default: -\n\n(ZH) 菜单是否禁用\n\n(EN) Whether the dropdown menu is disabled"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "destroy-on-hidden",
|
|
1536
|
+
"description": "Default: false\n\n(ZH) 关闭后是否销毁 Dropdown\n\n(EN) Whether destroy dropdown when hidden"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "align",
|
|
1540
|
+
"description": "Default: -\n\n(ZH) 对齐配置\n\n(EN) Popup align config"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "get-popup-container",
|
|
1544
|
+
"description": "Default: () => document.body\n\n(ZH) 菜单渲染父节点。默认渲染到 body 上,如果你遇到菜单滚动定位问题,试试修改为滚动的区域,并相对其定位。示例\n\n(EN) To 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"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "prefix-cls",
|
|
1548
|
+
"description": "Default: -\n\n(ZH) 自定义前缀类名\n\n(EN) Customize prefix class name"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "transition-name",
|
|
1552
|
+
"description": "Default: -\n\n(ZH) 动画名称\n\n(EN) Motion name of dropdown"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "placement",
|
|
1556
|
+
"description": "Default: bottomLeft\n\n(ZH) 菜单弹出位置:bottom bottomLeft bottomRight top topLeft topRight\n\n(EN) Placement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "force-render",
|
|
1560
|
+
"description": "Default: -\n\n(ZH) 强制渲染下拉菜单\n\n(EN) Force render dropdown overlay"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "mouse-enter-delay",
|
|
1564
|
+
"description": "Default: 0.15\n\n(ZH) 鼠标移入后显示延时,单位秒\n\n(EN) Delay in seconds before showing dropdown"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "mouse-leave-delay",
|
|
1568
|
+
"description": "Default: 0.1\n\n(ZH) 鼠标移出后隐藏延时,单位秒\n\n(EN) Delay in seconds before hiding dropdown"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"name": "open-class-name",
|
|
1572
|
+
"description": "Default: -\n\n(ZH) 菜单显示时附加在触发元素上的 class\n\n(EN) Class added to trigger when dropdown is open"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "auto-adjust-overflow",
|
|
1576
|
+
"description": "Default: true\n\n(ZH) 下拉框被遮挡时自动调整位置\n\n(EN) Whether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1577
|
+
}
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "a-drawer",
|
|
1582
|
+
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
1583
|
+
"attributes": [
|
|
1584
|
+
{
|
|
1585
|
+
"name": "size",
|
|
1586
|
+
"description": "Default: 'default'\n\n(ZH) 预设抽屉宽度(或高度),default 378px 和 large 736px,或自定义数字\n\n(EN) -"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"name": "resizable",
|
|
1590
|
+
"description": "Default: -\n\n(ZH) 是否启用拖拽改变尺寸\n\n(EN) -"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "root-class",
|
|
1594
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"name": "open",
|
|
1598
|
+
"description": "Default: -\n\n(ZH) Drawer 是否可见\n\n(EN) -"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "after-open-change",
|
|
1602
|
+
"description": "Default: -\n\n(ZH) 切换抽屉时动画结束后的回调\n\n(EN) -"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "destroy-on-close",
|
|
1606
|
+
"description": "Default: false\n\n(ZH) 关闭时销毁 Drawer 里的子元素\n\n(EN) Deprecated."
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"name": "destroy-on-hidden",
|
|
1610
|
+
"description": "Default: false\n\n(ZH) 关闭时销毁 Drawer 里的子元素\n\n(EN) -"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "mask",
|
|
1614
|
+
"description": "Default: true\n\n(ZH) 遮罩效果\n\n(EN) -"
|
|
1615
|
+
}
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "a-flex",
|
|
1620
|
+
"description": "(ZH) 用于对齐的弹性布局容器。\n\n(EN) A flex layout container for alignment.",
|
|
1621
|
+
"attributes": [
|
|
1622
|
+
{
|
|
1623
|
+
"name": "vertical",
|
|
1624
|
+
"description": "Default: false\n\nflex 主轴的方向是否垂直,使用 flex-direction: column"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "wrap",
|
|
1628
|
+
"description": "Default: nowrap\n\n设置元素单行显示还是多行显示"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"name": "justify",
|
|
1632
|
+
"description": "Default: normal\n\n设置元素在主轴方向上的对齐方式"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "align",
|
|
1636
|
+
"description": "Default: normal\n\n设置元素在交叉轴方向上的对齐方式"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"name": "flex",
|
|
1640
|
+
"description": "Default: normal\n\nflex CSS 简写属性"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "gap",
|
|
1644
|
+
"description": "Default: -\n\n设置网格之间的间隙"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "component",
|
|
1648
|
+
"description": "Default: div\n\n自定义元素类型"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "classes",
|
|
1652
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "styles",
|
|
1656
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "image",
|
|
1660
|
+
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "description",
|
|
1664
|
+
"description": "Default: -\n\nCustomize description"
|
|
1665
|
+
}
|
|
1666
|
+
]
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "a-empty",
|
|
1670
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1671
|
+
"attributes": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "classes",
|
|
1674
|
+
"description": "Default: -\n\n用于自定义组件内部各语义化结构的 class,支持对象或函数"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "styles",
|
|
1678
|
+
"description": "Default: -\n\n用于自定义组件内部各语义化结构的行内 style,支持对象或函数"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "image",
|
|
1682
|
+
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\n设置显示图片,为 string 时表示自定义图片地址。"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "description",
|
|
1686
|
+
"description": "Default: -\n\n自定义描述内容"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"name": "vertical",
|
|
1690
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "wrap",
|
|
1694
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "justify",
|
|
1698
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "align",
|
|
1702
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "flex",
|
|
1706
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"name": "gap",
|
|
1710
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "component",
|
|
1714
|
+
"description": "Default: div\n\ncustom element type"
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "a-float-button",
|
|
1720
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1721
|
+
"attributes": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "shape",
|
|
1724
|
+
"description": "Default: circle\n\n(ZH) 设置按钮形状\n\n(EN) Setting button shape"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "trigger",
|
|
1728
|
+
"description": "Default: -\n\n(ZH) 触发方式(有触发方式为菜单模式)\n\n(EN) Which action can trigger menu open/close"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "open",
|
|
1732
|
+
"description": "Default: -\n\n(ZH) 受控展开,需配合 trigger 一起使用\n\n(EN) Whether the menu is visible or not, use it with trigger"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "close-icon",
|
|
1736
|
+
"description": "Default: -\n\n(ZH) 自定义关闭按钮\n\n(EN) Customize close button icon"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "placement",
|
|
1740
|
+
"description": "Default: top\n\n(ZH) 自定义菜单弹出位置\n\n(EN) Customize menu animation placement"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "classes",
|
|
1744
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "styles",
|
|
1748
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "icon",
|
|
1752
|
+
"description": "Default: -\n\n(ZH) 自定义图标\n\n(EN) Set the icon component of button"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "content",
|
|
1756
|
+
"description": "Default: -\n\n(ZH) 文字及其它内容\n\n(EN) Text and other"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "~~description~~",
|
|
1760
|
+
"description": "Default: -\n\n(ZH) 请使用 content 代替\n\n(EN) Please use content instead"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "tooltip",
|
|
1764
|
+
"description": "Default: -\n\n(ZH) 气泡卡片的内容\n\n(EN) The text shown in the tooltip"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "type",
|
|
1768
|
+
"description": "Default: default\n\n(ZH) 设置按钮类型\n\n(EN) Setting button type"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "href",
|
|
1772
|
+
"description": "Default: -\n\n(ZH) 点击跳转的地址,指定此属性 button 的行为和 a 链接一致\n\n(EN) The target of hyperlink"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "target",
|
|
1776
|
+
"description": "Default: () => window\n\n(ZH) 设置需要监听其滚动事件的元素\n\n(EN) Specifies where to display the linked URL"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "html-type",
|
|
1780
|
+
"description": "Default: button\n\n(ZH) 设置 button 原生的 type 值,可选值请参考 HTML 标准\n\n(EN) Set the original html type of button, see: MDN"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "badge",
|
|
1784
|
+
"description": "Default: -\n\n(ZH) 带徽标数字的悬浮按钮(不支持 status 以及相关属性)\n\n(EN) Attach Badge to FloatButton. status and other props related are not supported."
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "duration",
|
|
1788
|
+
"description": "Default: 450\n\n(ZH) 回到顶部所需时间(ms)\n\n(EN) Time to return to top(ms)"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "visibility-height",
|
|
1792
|
+
"description": "Default: 400\n\n(ZH) 滚动高度达到此参数值才出现 BackTop\n\n(EN) The BackTop button will not show until the scroll height reaches this value"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "aria-label",
|
|
1796
|
+
"description": "Default: -\n\n-"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "style",
|
|
1800
|
+
"description": "Default: -\n\n-"
|
|
1801
|
+
}
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "a-grid",
|
|
1806
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1807
|
+
"attributes": []
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"name": "a-form",
|
|
1811
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1812
|
+
"attributes": [
|
|
1813
|
+
{
|
|
1814
|
+
"name": "classes",
|
|
1815
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"name": "styles",
|
|
1819
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "colon",
|
|
1823
|
+
"description": "Default: true\n\n(ZH) 配置 Form.Item 的 colon 的默认值。表示是否显示 label 后面的冒号 (只有在属性 layout 为 horizontal 时有效)\n\n(EN) Configure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "name",
|
|
1827
|
+
"description": "Default: -\n\n(ZH) 表单名称,会作为表单字段 id 前缀使用\n\n(EN) Form name. Will be the prefix of Field id"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"name": "layout",
|
|
1831
|
+
"description": "Default: horizontal\n\n(ZH) 表单布局\n\n(EN) Form layout"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"name": "label-align",
|
|
1835
|
+
"description": "Default: right\n\n(ZH) label 标签的文本对齐方式\n\n(EN) The text align of label of all items"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "label-wrap",
|
|
1839
|
+
"description": "Default: false\n\n(ZH) label 标签的文本换行方式\n\n(EN) whether label can be wrap"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "label-col",
|
|
1843
|
+
"description": "Default: -\n\n(ZH) label 标签布局,同 组件,设置 span offset 值,如 {span: 3, offset: 12} 或 sm: {span: 3, offset: 12}\n\n(EN) Label layout, like component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "wrapper-col",
|
|
1847
|
+
"description": "Default: -\n\n(ZH) 需要为输入控件设置布局样式时,使用该属性,用法同 labelCol\n\n(EN) The layout for input controls, same as labelCol"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "feedback-icons",
|
|
1851
|
+
"description": "Default: -\n\n(ZH) 当 Form.Item 有 hasFeedback 属性时可以自定义图标\n\n(EN) Can be passed custom icons while Form.Item element has hasFeedback"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "size",
|
|
1855
|
+
"description": "Default: -\n\n(ZH) 设置字段组件的尺寸(仅限 antd 组件)\n\n(EN) Set field component size (antd components only)"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "disabled",
|
|
1859
|
+
"description": "Default: false\n\n(ZH) 设置表单组件禁用,仅对 antd 组件有效\n\n(EN) Set form component disable, only available for antd components"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "scroll-to-first-error",
|
|
1863
|
+
"description": "Default: false\n\n(ZH) 提交失败自动滚动到第一个错误字段\n\n(EN) Auto scroll to first failed field when submit"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "required-mark",
|
|
1867
|
+
"description": "Default: true\n\n(ZH) 必选样式,可以切换为必选或者可选展示样式。此为 Form 配置,Form.Item 无法单独配置\n\n(EN) Required mark style. Can use required mark or optional mark. You can not config to single Form.Item since this is a Form level config"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "variant",
|
|
1871
|
+
"description": "Default: outlined\n\n(ZH) 表单内控件变体\n\n(EN) Variant of components inside form"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "validate-messages",
|
|
1875
|
+
"description": "Default: -\n\n(ZH) 验证提示模板,说明见下\n\n(EN) Validation prompt template, description see below"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "model",
|
|
1879
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "rules",
|
|
1883
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "validate-trigger",
|
|
1887
|
+
"description": "Default: onChange\n\n(ZH) 统一设置字段触发验证的时机\n\n(EN) Config field validate trigger"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "preserve",
|
|
1891
|
+
"description": "Default: true\n\n(ZH) 当字段被删除时保留字段值。你可以通过 getFieldsValue(true) 来获取保留字段值\n\n(EN) Keep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "clear-on-destroy",
|
|
1895
|
+
"description": "Default: false\n\n(ZH) 当表单被卸载时清空表单值\n\n(EN) Clear form values when the form is uninstalled"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "validate-on-rule-change",
|
|
1899
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1900
|
+
}
|
|
1901
|
+
]
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "a-icon",
|
|
1905
|
+
"description": "(ZH) 语义化的矢量图形。\n\n(EN) Semantic vector graphics.",
|
|
1906
|
+
"attributes": []
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "a-date-picker",
|
|
1910
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1911
|
+
"attributes": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "multiple",
|
|
1914
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "default-value",
|
|
1918
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "value",
|
|
1922
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "locale",
|
|
1926
|
+
"description": "Default: 默认配置\n\n(ZH) 国际化配置\n\n(EN) Localization configuration"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"name": "size",
|
|
1930
|
+
"description": "Default: -\n\n(ZH) 输入框大小,large 高度为 40px,small 为 24px,默认是 32px\n\n(EN) To determine the size of the input box, the height of large and small, are 40px and 24px respectively, while default size is 32px"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "placement",
|
|
1934
|
+
"description": "Default: bottomLeft\n\n(ZH) 选择框弹出的位置\n\n(EN) The position where the selection box pops up"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "bordered",
|
|
1938
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "status",
|
|
1942
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "variant",
|
|
1946
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of picker"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "dropdown-class-name",
|
|
1950
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "popup-class-name",
|
|
1954
|
+
"description": "Default: -\n\n(ZH) 额外的弹出日历 className,使用 classNames.popup.root 替代\n\n(EN) To customize the className of the popup calendar, use classNames.popup.root instead"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"name": "root-class",
|
|
1958
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "popup-style",
|
|
1962
|
+
"description": "Default: {}\n\n(ZH) 额外的弹出日历样式,使用 styles.popup.root 替代\n\n(EN) To customize the style of the popup calendar, use styles.popup.root instead"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "classes",
|
|
1966
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) 用于自定义组件内部各语义化结构的 class,支持对象或函数"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "styles",
|
|
1970
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数"
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "a-image",
|
|
1976
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
1977
|
+
"attributes": [
|
|
1978
|
+
{
|
|
1979
|
+
"name": "preview",
|
|
1980
|
+
"description": "Default: true\n\n(ZH) 预览参数,为 false 时禁用\n\n(EN) Preview configuration; set to false to disable"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "wrapper-style",
|
|
1984
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "classes",
|
|
1988
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "styles",
|
|
1992
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"name": "root-class",
|
|
1996
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
1997
|
+
}
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "a-input",
|
|
2002
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2003
|
+
"attributes": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "size",
|
|
2006
|
+
"description": "Default: -\n\n(ZH) 控件大小。注:标准表单内的输入框大小限制为 middle\n\n(EN) The size of the input box. Note: in the context of a form, the middle size is used"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "value",
|
|
2010
|
+
"description": "Default: -\n\n(ZH) 输入框内容\n\n(EN) The input content value"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "default-value",
|
|
2014
|
+
"description": "Default: -\n\n(ZH) 输入框默认内容\n\n(EN) The initial input content"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "type",
|
|
2018
|
+
"description": "Default: text\n\n(ZH) 声明 input 类型,同原生 input 标签的 type 属性,见:MDN(请直接使用 Input.TextArea 代替 type=\"textarea\")\n\n(EN) The type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "show-count",
|
|
2022
|
+
"description": "Default: false\n\n(ZH) 是否展示字数\n\n(EN) Whether to show character count"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "auto-complete",
|
|
2026
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "html-size",
|
|
2030
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "placeholder",
|
|
2034
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "count",
|
|
2038
|
+
"description": "Default: -\n\n(ZH) 字符计数配置\n\n(EN) Character count config"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "maxlength",
|
|
2042
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "readonly",
|
|
2046
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "hidden",
|
|
2050
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "data-attrs",
|
|
2054
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "components",
|
|
2058
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"name": "prefix",
|
|
2062
|
+
"description": "Default: -\n\n(ZH) 带有前缀图标的 input\n\n(EN) The prefix icon for the Input"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "suffix",
|
|
2066
|
+
"description": "Default: -\n\n(ZH) 带有后缀图标的 input\n\n(EN) The suffix icon for the Input"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "allow-clear",
|
|
2070
|
+
"description": "Default: -\n\n(ZH) 可以点击清除图标删除内容\n\n(EN) If allow to remove input content with clear icon"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "auto-focus",
|
|
2074
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "input-mode",
|
|
2078
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"name": "disabled",
|
|
2082
|
+
"description": "Default: false\n\n(ZH) 是否禁用状态,默认为 false\n\n(EN) Whether the input is disabled"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "status",
|
|
2086
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "addon-before",
|
|
2090
|
+
"description": "Default: -\n\n(ZH) 带标签的 input,设置前置标签,请使用 Space.Compact 替换\n\n(EN) The label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "addon-after",
|
|
2094
|
+
"description": "Default: -\n\n(ZH) 带标签的 input,设置后置标签,请使用 Space.Compact 替换\n\n(EN) The label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"name": "bordered",
|
|
2098
|
+
"description": "Default: true\n\n(ZH) 是否有边框, 请使用 variant 替换\n\n(EN) Whether has border style, please use variant instead"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "variant",
|
|
2102
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of Input"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "classes",
|
|
2106
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"name": "styles",
|
|
2110
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"name": "length",
|
|
2114
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"name": "formatter",
|
|
2118
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "separator",
|
|
2122
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "mask",
|
|
2126
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"name": "input-prefix-cls",
|
|
2130
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"name": "action",
|
|
2134
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "visibility-toggle",
|
|
2138
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "icon-render",
|
|
2142
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "icon-visible",
|
|
2146
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"name": "on",
|
|
2150
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"name": "enter-button",
|
|
2154
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"name": "loading",
|
|
2158
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "rows",
|
|
2162
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "minlength",
|
|
2166
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2167
|
+
}
|
|
2168
|
+
]
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "a-input-number",
|
|
2172
|
+
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2173
|
+
"attributes": [
|
|
2174
|
+
{
|
|
2175
|
+
"name": "size",
|
|
2176
|
+
"description": "Default: -\n\n(ZH) 输入框大小\n\n(EN) The height of input box"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"name": "status",
|
|
2180
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "disabled",
|
|
2184
|
+
"description": "Default: false\n\n(ZH) 禁用\n\n(EN) If the input is disabled"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "addon-before",
|
|
2188
|
+
"description": "Default: -\n\n(ZH) 带标签的 input,设置前置标签,请使用 Space.Compact 替换\n\n(EN) The label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"name": "addon-after",
|
|
2192
|
+
"description": "Default: -\n\n(ZH) 带标签的 input,设置后置标签,请使用 Space.Compact 替换\n\n(EN) The label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"name": "prefix",
|
|
2196
|
+
"description": "Default: -\n\n(ZH) 带有前缀图标的 input\n\n(EN) The prefix icon for the Input"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "suffix",
|
|
2200
|
+
"description": "Default: -\n\n(ZH) 带有后缀图标的 input\n\n(EN) The suffix icon for the Input"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "bordered",
|
|
2204
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"name": "variant",
|
|
2208
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of Input"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "classes",
|
|
2212
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "styles",
|
|
2216
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "controls",
|
|
2220
|
+
"description": "Default: -\n\n(ZH) 是否显示增减按钮,也可设置自定义箭头图标\n\n(EN) Whether to show +- controls, or set custom arrow icons"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "type",
|
|
2224
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2225
|
+
}
|
|
2226
|
+
]
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "a-masonry",
|
|
2230
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2231
|
+
"attributes": [
|
|
2232
|
+
{
|
|
2233
|
+
"name": "classes",
|
|
2234
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "styles",
|
|
2238
|
+
"description": "Default: -\n\n(ZH) 语义化结构 style,支持对象和函数形式\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "columns",
|
|
2242
|
+
"description": "Default: 3\n\n(ZH) 列数,可以是固定值或响应式配置\n\n(EN) Number of columns, can be a fixed value or a responsive configuration"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "fresh",
|
|
2246
|
+
"description": "Default: false\n\n(ZH) 是否持续监听子项尺寸变化\n\n(EN) Whether to continuously monitor the size changes of child items"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "gutter",
|
|
2250
|
+
"description": "Default: 0\n\n(ZH) 间距,可以是固定值、响应式配置或水平垂直间距配置\n\n(EN) Spacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "items",
|
|
2254
|
+
"description": "Default: -\n\n(ZH) 瀑布流项\n\n(EN) Masonry items"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"name": "item-render",
|
|
2258
|
+
"description": "Default: -\n\n(ZH) 自定义项渲染\n\n(EN) Custom item rendering function"
|
|
2259
|
+
}
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "a-mentions",
|
|
2264
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2265
|
+
"attributes": [
|
|
2266
|
+
{
|
|
2267
|
+
"name": "loading",
|
|
2268
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"name": "status",
|
|
2272
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "options",
|
|
2276
|
+
"description": "Default: []\n\n(ZH) 选项配置\n\n(EN) Option Configuration"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "popup-class-name",
|
|
2280
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "variant",
|
|
2284
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of Input"
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"name": "classes",
|
|
2288
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"name": "styles",
|
|
2292
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "size",
|
|
2296
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "label-render",
|
|
2300
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "allow-clear",
|
|
2304
|
+
"description": "Default: false\n\n(ZH) 可以点击清除图标删除内容\n\n(EN) If allow to remove mentions content with clear icon"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "disabled",
|
|
2308
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2309
|
+
}
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "a-menu",
|
|
2314
|
+
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
2315
|
+
"attributes": [
|
|
2316
|
+
{
|
|
2317
|
+
"name": "icon",
|
|
2318
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "danger",
|
|
2322
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "title",
|
|
2326
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "event-key",
|
|
2330
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "warn-key",
|
|
2334
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "attribute",
|
|
2338
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"name": "on-key-down",
|
|
2342
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "on-focus",
|
|
2346
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "role",
|
|
2350
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "theme",
|
|
2354
|
+
"description": "Default: light\n\n(ZH) 主题颜色\n\n(EN) -"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "inline-indent",
|
|
2358
|
+
"description": "Default: 24\n\n(ZH) inline 模式的菜单缩进宽度\n\n(EN) -"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "_internal-disable-menu-item-title-tooltip",
|
|
2362
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "items",
|
|
2366
|
+
"description": "Default: -\n\n(ZH) 菜单内容\n\n(EN) -"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "classes",
|
|
2370
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) -"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "styles",
|
|
2374
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) -"
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"name": "root-class",
|
|
2378
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"name": "label-render",
|
|
2382
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "extra-render",
|
|
2386
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "item-icon",
|
|
2390
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2391
|
+
}
|
|
2392
|
+
]
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "a-message",
|
|
2396
|
+
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2397
|
+
"attributes": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "content",
|
|
2400
|
+
"description": "Default: -\n\n(ZH) 提示内容\n\n(EN) -"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "duration",
|
|
2404
|
+
"description": "Default: 3\n\n(ZH) 自动关闭的延时,单位秒。设为 0 时不自动关闭\n\n(EN) -"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"name": "type",
|
|
2408
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "on-close",
|
|
2412
|
+
"description": "Default: -\n\n(ZH) 关闭时触发的回调函数\n\n(EN) -"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "icon",
|
|
2416
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "key",
|
|
2420
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "style",
|
|
2424
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "class",
|
|
2428
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "classes",
|
|
2432
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "styles",
|
|
2436
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "on-click",
|
|
2440
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "pause-on-hover",
|
|
2444
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "a-layout",
|
|
2450
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2451
|
+
"attributes": [
|
|
2452
|
+
{
|
|
2453
|
+
"name": "breakpoint",
|
|
2454
|
+
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "collapsed",
|
|
2458
|
+
"description": "Default: -\n\nTo set the current status"
|
|
2459
|
+
},
|
|
2460
|
+
{
|
|
2461
|
+
"name": "collapsed-width",
|
|
2462
|
+
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "collapsible",
|
|
2466
|
+
"description": "Default: false\n\nWhether can be collapsed"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "reverse-arrow",
|
|
2470
|
+
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "theme",
|
|
2474
|
+
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "trigger",
|
|
2478
|
+
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "width",
|
|
2482
|
+
"description": "Default: 200\n\nWidth of the sidebar"
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"name": "zero-width-trigger-style",
|
|
2486
|
+
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
2487
|
+
}
|
|
2488
|
+
]
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "a-modal",
|
|
2492
|
+
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2493
|
+
"attributes": []
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "a-components overview",
|
|
2497
|
+
"description": "(ZH) \n\n(EN)",
|
|
2498
|
+
"attributes": []
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "a-组件总览",
|
|
2502
|
+
"description": "(ZH) \n\n(EN)",
|
|
2503
|
+
"attributes": []
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "a-notification",
|
|
2507
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2508
|
+
"attributes": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "title",
|
|
2511
|
+
"description": "Default: -\n\n(ZH) 通知提醒标题\n\n(EN) The title of notification box"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "description",
|
|
2515
|
+
"description": "Default: -\n\n(ZH) 通知提醒内容,必选\n\n(EN) The content of notification box (required)"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "actions",
|
|
2519
|
+
"description": "Default: -\n\n(ZH) 自定义按钮组\n\n(EN) Customized button group"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "key",
|
|
2523
|
+
"description": "Default: -\n\n(ZH) 当前通知唯一标志\n\n(EN) The unique identifier of the Notification"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "on-close",
|
|
2527
|
+
"description": "Default: -\n\n(ZH) 当通知关闭时触发\n\n(EN) Trigger when notification closed"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "duration",
|
|
2531
|
+
"description": "Default: 4.5\n\n(ZH) 默认 4.5 秒后自动关闭,配置为 0 | false 则不会自动关闭\n\n(EN) Time in seconds before Notification is closed. When set to 0 or false, it will never be closed automatically"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "show-progress",
|
|
2535
|
+
"description": "Default: -\n\n(ZH) 显示自动关闭通知框的进度条\n\n(EN) Show progress bar for auto-closing notification"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "pause-on-hover",
|
|
2539
|
+
"description": "Default: true\n\n(ZH) 悬停时是否暂停计时器\n\n(EN) keep the timer running or not on hover"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "icon",
|
|
2543
|
+
"description": "Default: -\n\n(ZH) 自定义图标\n\n(EN) Customized icon"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "placement",
|
|
2547
|
+
"description": "Default: topRight\n\n(ZH) 弹出位置,可选 top | topLeft | topRight | bottom | bottomLeft | bottomRight\n\n(EN) Position of Notification, can be one of top | topLeft | topRight | bottom | bottomLeft | bottomRight"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "style",
|
|
2551
|
+
"description": "Default: -\n\n(ZH) 自定义内联样式\n\n(EN) Customized inline style"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "class",
|
|
2555
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"name": "classes",
|
|
2559
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"name": "styles",
|
|
2563
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"name": "type",
|
|
2567
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"name": "on-click",
|
|
2571
|
+
"description": "Default: -\n\n(ZH) 点击通知时触发的回调函数\n\n(EN) Specify a function that will be called when the notification is clicked"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "close-icon",
|
|
2575
|
+
"description": "Default: true\n\n(ZH) 自定义关闭图标\n\n(EN) Custom close icon"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"name": "closable",
|
|
2579
|
+
"description": "Default: true\n\n(ZH) 是否显示右上角的关闭按钮\n\n(EN) -"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"name": "props",
|
|
2583
|
+
"description": "Default: -\n\n(ZH) 透传至通知 div 上的 props 对象,支持传入 data-* aria-* 或 role 作为对象的属性。需要注意的是,虽然在 TypeScript 类型中声明的类型支持传入 data-* 作为对象的属性,但目前只允许传入 data-testid 作为对象的属性。 详见 https://github.com/microsoft/TypeScript/issues/28960\n\n(EN) An object that can contain data-*, aria-*, or role props, to be put on the notification div. This currently only allows data-testid instead of data-* in TypeScript. See https://github.com/microsoft/TypeScript/issues/28960."
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "role",
|
|
2587
|
+
"description": "Default: alert\n\n(ZH) 供屏幕阅读器识别的通知内容语义,默认为 alert。此情况下屏幕阅读器会立即打断当前正在阅读的其他内容,转而阅读通知内容\n\n(EN) The semantics of notification content recognized by screen readers. The default value is alert. When set as the default value, the screen reader will promptly interrupt any ongoing content reading and prioritize the notification content for immediate attention."
|
|
2588
|
+
}
|
|
2589
|
+
]
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "a-pagination",
|
|
2593
|
+
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2594
|
+
"attributes": []
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "a-popconfirm",
|
|
2598
|
+
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
2599
|
+
"attributes": [
|
|
2600
|
+
{
|
|
2601
|
+
"name": "cancel-button-props",
|
|
2602
|
+
"description": "Default: -\n\n(ZH) cancel 按钮 props\n\n(EN) The cancel button props"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "cancel-text",
|
|
2606
|
+
"description": "Default: 取消\n\n(ZH) 取消按钮文字\n\n(EN) The text of the Cancel button"
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"name": "disabled",
|
|
2610
|
+
"description": "Default: false\n\n(ZH) 阻止点击 Popconfirm 子元素时弹出确认框\n\n(EN) Whether to show popconfirm when clicking its children node"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "icon",
|
|
2614
|
+
"description": "Default: -\n\n(ZH) 自定义弹出气泡 Icon 图标\n\n(EN) Customize icon of confirmation"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "ok-button-props",
|
|
2618
|
+
"description": "Default: -\n\n(ZH) ok 按钮 props\n\n(EN) The ok button props"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "ok-text",
|
|
2622
|
+
"description": "Default: 确定\n\n(ZH) 确认按钮文字\n\n(EN) The text of the Confirm button"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "ok-type",
|
|
2626
|
+
"description": "Default: primary\n\n(ZH) 确认按钮类型\n\n(EN) Button type of the Confirm button"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "show-cancel",
|
|
2630
|
+
"description": "Default: true\n\n(ZH) 是否显示取消按钮\n\n(EN) Show cancel button"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "title",
|
|
2634
|
+
"description": "Default: -\n\n(ZH) 确认框标题\n\n(EN) The title of the confirmation box"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "description",
|
|
2638
|
+
"description": "Default: -\n\n(ZH) 确认内容的详细描述\n\n(EN) The description of the confirmation box"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"name": "classes",
|
|
2642
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "styles",
|
|
2646
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
2647
|
+
}
|
|
2648
|
+
]
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "a-progress",
|
|
2652
|
+
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
2653
|
+
"attributes": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "classes",
|
|
2656
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "styles",
|
|
2660
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "type",
|
|
2664
|
+
"description": "Default: line\n\n(ZH) 类型,可选 line circle dashboard\n\n(EN) To set the type, options: line circle dashboard"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "percent",
|
|
2668
|
+
"description": "Default: 0\n\n(ZH) 百分比\n\n(EN) To set the completion percentage"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "format",
|
|
2672
|
+
"description": "Default: (percent) => percent + %\n\n(ZH) 内容的模板函数\n\n(EN) The template function of the content"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "status",
|
|
2676
|
+
"description": "Default: -\n\n(ZH) 状态,可选:success exception normal active(仅限 line)\n\n(EN) To set the status of the Progress, options: success exception normal active(line only)"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "show-info",
|
|
2680
|
+
"description": "Default: true\n\n(ZH) 是否显示进度数值或状态图标\n\n(EN) Whether to display the progress value and the status icon"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"name": "stroke-width",
|
|
2684
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "stroke-linecap",
|
|
2688
|
+
"description": "Default: round\n\n(ZH) 进度条的样式\n\n(EN) To set the style of the progress linecap"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "stroke-color",
|
|
2692
|
+
"description": "Default: -\n\n(ZH) 进度条的色彩\n\n(EN) The color of progress bar"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"name": "trail-color",
|
|
2696
|
+
"description": "Default: -\n\n(ZH) 未完成的分段的颜色。已废弃,请使用 railColor\n\n(EN) The color of unfilled part. Please use railColor instead"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "rail-color",
|
|
2700
|
+
"description": "Default: -\n\n(ZH) 未完成的分段的颜色\n\n(EN) The color of unfilled part"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "width",
|
|
2704
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"name": "success",
|
|
2708
|
+
"description": "Default: -\n\n(ZH) 成功进度条相关配置\n\n(EN) Configs of successfully progress bar"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "gap-degree",
|
|
2712
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "gap-placement",
|
|
2716
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "gap-position",
|
|
2720
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "size",
|
|
2724
|
+
"description": "Default: \"default\"\n\n(ZH) 进度条的尺寸\n\n(EN) Progress size"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "steps",
|
|
2728
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"name": "percent-position",
|
|
2732
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"name": "rounding",
|
|
2736
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2737
|
+
}
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"name": "a-popover",
|
|
2742
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2743
|
+
"attributes": [
|
|
2744
|
+
{
|
|
2745
|
+
"name": "title",
|
|
2746
|
+
"description": "Default: -\n\n(ZH) 卡片标题\n\n(EN) Title of the card"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "content",
|
|
2750
|
+
"description": "Default: -\n\n(ZH) 卡片内容\n\n(EN) Content of the card"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "classes",
|
|
2754
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "styles",
|
|
2758
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
2759
|
+
}
|
|
2760
|
+
]
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "a-radio",
|
|
2764
|
+
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
2765
|
+
"attributes": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "default-value",
|
|
2768
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "value",
|
|
2772
|
+
"description": "Default: -\n\n(ZH) 根据 value 进行比较,判断是否选中\n\n(EN) According to value for comparison, to determine whether the selected"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"name": "size",
|
|
2776
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "disabled",
|
|
2780
|
+
"description": "Default: false\n\n(ZH) 禁用 Radio\n\n(EN) Disable radio"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "name",
|
|
2784
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"name": "id",
|
|
2788
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "option-type",
|
|
2792
|
+
"description": "Default: -\n\n(ZH) Control the appearance for Radio to display as button or not\n\n(EN) Control the appearance for Radio to display as button or not"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "orientation",
|
|
2796
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "button-style",
|
|
2800
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "block",
|
|
2804
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "vertical",
|
|
2808
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "label-render",
|
|
2812
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2813
|
+
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "classes",
|
|
2816
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "styles",
|
|
2820
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
2821
|
+
}
|
|
2822
|
+
]
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "a-result",
|
|
2826
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
2827
|
+
"attributes": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "icon",
|
|
2830
|
+
"description": "Default: -\n\n(ZH) 自定义 icon\n\n(EN) Custom back icon"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "status",
|
|
2834
|
+
"description": "Default: info\n\n(ZH) 结果的状态,决定图标和颜色\n\n(EN) Result status, decide icons and colors"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "title",
|
|
2838
|
+
"description": "Default: -\n\n(ZH) title 文字\n\n(EN) The title"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"name": "sub-title",
|
|
2842
|
+
"description": "Default: -\n\n(ZH) subTitle 文字\n\n(EN) The subTitle"
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "extra",
|
|
2846
|
+
"description": "Default: -\n\n(ZH) 操作区\n\n(EN) Operating area"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "classes",
|
|
2850
|
+
"description": "Default: -\n\n(ZH) 自定义组件内部各语义化结构的类名。支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "styles",
|
|
2854
|
+
"description": "Default: -\n\n(ZH) 自定义组件内部各语义化结构的内联样式。支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
2855
|
+
}
|
|
2856
|
+
]
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"name": "a-rate",
|
|
2860
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
2861
|
+
"attributes": [
|
|
2862
|
+
{
|
|
2863
|
+
"name": "root-class",
|
|
2864
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "size",
|
|
2868
|
+
"description": "Default: 'middle'\n\n(ZH) 星星尺寸\n\n(EN) Star size"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "tooltips",
|
|
2872
|
+
"description": "Default: -\n\n(ZH) 自定义每项的提示信息\n\n(EN) Customize tooltip by each character"
|
|
2873
|
+
}
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "a-qrcode",
|
|
2878
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
2879
|
+
"attributes": [
|
|
2880
|
+
{
|
|
2881
|
+
"name": "type",
|
|
2882
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "icon",
|
|
2886
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"name": "icon-size",
|
|
2890
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"name": "bordered",
|
|
2894
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "error-level",
|
|
2898
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"name": "status",
|
|
2902
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "status-render",
|
|
2906
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"name": "color",
|
|
2910
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "classes",
|
|
2914
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"name": "styles",
|
|
2918
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2919
|
+
}
|
|
2920
|
+
]
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"name": "a-segmented",
|
|
2924
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
2925
|
+
"attributes": [
|
|
2926
|
+
{
|
|
2927
|
+
"name": "options",
|
|
2928
|
+
"description": "Default: []\n\n(ZH) 数据化配置选项内容\n\n(EN) Set children optional"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "root-class",
|
|
2932
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "block",
|
|
2936
|
+
"description": "Default: false\n\n(ZH) 将宽度调整为父元素宽度的选项\n\n(EN) Option to fit width to its parent\\'s width"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"name": "size",
|
|
2940
|
+
"description": "Default: middle\n\n(ZH) 控件尺寸\n\n(EN) The size of the Segmented."
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"name": "vertical",
|
|
2944
|
+
"description": "Default: false\n\n(ZH) 排列方向,与 orientation 同时存在,以 orientation 优先\n\n(EN) Orientation,Simultaneously existing with orientation, orientation takes priority"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"name": "orientation",
|
|
2948
|
+
"description": "Default: horizontal\n\n(ZH) 排列方向\n\n(EN) Orientation"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"name": "classes",
|
|
2952
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Segmented 组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"name": "styles",
|
|
2956
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Segmented 组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"name": "shape",
|
|
2960
|
+
"description": "Default: default\n\n(ZH) 形状\n\n(EN) shape of Segmented"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"name": "icon-render",
|
|
2964
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"name": "label-render",
|
|
2968
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
2969
|
+
}
|
|
2970
|
+
]
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "a-skeleton",
|
|
2974
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
2975
|
+
"attributes": [
|
|
2976
|
+
{
|
|
2977
|
+
"name": "active",
|
|
2978
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) Show animation effect"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "loading",
|
|
2982
|
+
"description": "Default: -\n\n(ZH) 为 true 时,显示占位图。反之则直接展示子组件\n\n(EN) Display the skeleton when true"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "avatar",
|
|
2986
|
+
"description": "Default: false\n\n(ZH) 是否显示头像占位图\n\n(EN) Show avatar placeholder"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "title",
|
|
2990
|
+
"description": "Default: true\n\n(ZH) 是否显示标题占位图\n\n(EN) Show title placeholder"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"name": "paragraph",
|
|
2994
|
+
"description": "Default: true\n\n(ZH) 是否显示段落占位图\n\n(EN) Show paragraph placeholder"
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "round",
|
|
2998
|
+
"description": "Default: false\n\n(ZH) 为 true 时,段落和标题显示圆角\n\n(EN) Show paragraph and title radius when true"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "classes",
|
|
3002
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "styles",
|
|
3006
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3007
|
+
}
|
|
3008
|
+
]
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"name": "a-select",
|
|
3012
|
+
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3013
|
+
"attributes": [
|
|
3014
|
+
{
|
|
3015
|
+
"name": "allow-clear",
|
|
3016
|
+
"description": "Default: false\n\n(ZH) 支持清除\n\n(EN) Show clear button"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"name": "auto-clear-search-value",
|
|
3020
|
+
"description": "Default: true\n\n(ZH) 是否在选中项后清空搜索框,只在 mode 为 multiple 或 tags 时有效\n\n(EN) Whether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "classes",
|
|
3024
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"name": "default-active-first-option",
|
|
3028
|
+
"description": "Default: true\n\n(ZH) 是否默认高亮第一个选项\n\n(EN) Whether active first option by default"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "disabled",
|
|
3032
|
+
"description": "Default: false\n\n(ZH) 是否禁用\n\n(EN) Disable this option"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"name": "dropdown-class-name",
|
|
3036
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的 className 属性,**已废弃,请使用 classes.popup.root 替换**\n\n(EN) The className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "dropdown-match-select-width",
|
|
3040
|
+
"description": "Default: -\n\n(ZH) 下拉菜单和选择器同宽,**已废弃,请使用 popupMatchSelectWidth 替换**\n\n(EN) Determine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"name": "dropdown-render",
|
|
3044
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容,**已废弃,请使用 popupRender 替换**\n\n(EN) Customize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "dropdown-style",
|
|
3048
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的 style 属性,**已废弃,请使用 styles.popup.root 替换**\n\n(EN) The style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "field-names",
|
|
3052
|
+
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\n(ZH) 自定义节点 label、value、options、groupLabel 的字段\n\n(EN) Customize node label, value, options, groupLabel field name"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "filter-option",
|
|
3056
|
+
"description": "Default: true\n\n(ZH) 是否根据输入项进行筛选。当其为一个函数时,会接收 inputValue option 两个参数,当 option 符合筛选条件时,应返回 true,反之则返回 false\n\n(EN) If true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "filter-sort",
|
|
3060
|
+
"description": "Default: -\n\n(ZH) 搜索时对筛选结果项的排序函数, 类似Array.sort里的 compareFunction\n\n(EN) Sort function for search options sorting, see Array.sort's compareFunction"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "get-popup-container",
|
|
3064
|
+
"description": "Default: () => document.body\n\n(ZH) 菜单渲染父节点。默认渲染到 body 上,如果你遇到菜单滚动定位问题,试试修改为滚动的区域,并相对其定位\n\n(EN) Parent 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"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "label-in-value",
|
|
3068
|
+
"description": "Default: false\n\n(ZH) 是否把每个选项的 label 包装到 value 中,会把 Select 的 value 类型从 string 变为 { value: string, label: VueNode } 的格式\n\n(EN) Whether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
"name": "list-height",
|
|
3072
|
+
"description": "Default: 256\n\n(ZH) 设置弹窗滚动高度\n\n(EN) Config popup height"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "loading",
|
|
3076
|
+
"description": "Default: false\n\n(ZH) 加载中状态\n\n(EN) Indicate loading state"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "max-count",
|
|
3080
|
+
"description": "Default: -\n\n(ZH) 最多可选择的项目数,仅在 mode 为 multiple 或 tags 时生效\n\n(EN) The max number of items can be selected, only applies when mode is multiple or tags"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"name": "max-tag-count",
|
|
3084
|
+
"description": "Default: -\n\n(ZH) 最多显示多少个 tag,responsive 会根据宽度自适应\n\n(EN) Max tag count to show. responsive will cost render performance"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "max-tag-placeholder",
|
|
3088
|
+
"description": "Default: -\n\n(ZH) 隐藏 tag 时显示的内容\n\n(EN) Placeholder for not showing tags"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "max-tag-text-length",
|
|
3092
|
+
"description": "Default: -\n\n(ZH) 最大显示的 tag 文本长度\n\n(EN) Max tag text length to show"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "menu-item-selected-icon",
|
|
3096
|
+
"description": "Default: -\n\n(ZH) 自定义多选时当前选中的条目图标\n\n(EN) The custom menuItemSelected icon with multiple options"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "mode",
|
|
3100
|
+
"description": "Default: -\n\n(ZH) 设置 Select 的模式为多选或标签\n\n(EN) Set mode of Select"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "not-found-content",
|
|
3104
|
+
"description": "Default: Not Found\n\n(ZH) 当下拉列表为空时显示的内容\n\n(EN) Specify content to show when no result matches"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "open",
|
|
3108
|
+
"description": "Default: -\n\n(ZH) 是否展开下拉菜单\n\n(EN) Controlled open state of dropdown"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "option-filter-prop",
|
|
3112
|
+
"description": "Default: value\n\n(ZH) 搜索时过滤对应的 option 属性,如设置为 children 表示对内置 option 的 children 进行搜索。若通过 options 属性配置选项内容,建议设置 optionFilterProp=\"label\" 来对内容进行搜索。当为字符串数组时,会使用 OR 匹配多个字段\n\n(EN) Which prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "options",
|
|
3116
|
+
"description": "Default: -\n\n(ZH) 数据化配置选项内容,相比 jsx 定义会获得更好的渲染性能\n\n(EN) Select options. Will get better perf than jsx definition"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "option-render",
|
|
3120
|
+
"description": "Default: -\n\n(ZH) 自定义渲染下拉选项\n\n(EN) Customize the rendering dropdown options"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "placeholder",
|
|
3124
|
+
"description": "Default: -\n\n(ZH) 选择框默认文本\n\n(EN) The placeholder of select"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "placement",
|
|
3128
|
+
"description": "Default: bottomLeft\n\n(ZH) 选择框弹出的位置\n\n(EN) The position where the selection box pops up"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"name": "popup-class-name",
|
|
3132
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的 className 属性,使用 classes.popup.root 替换\n\n(EN) The className of dropdown menu, use classes.popup.root instead"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "popup-match-select-width",
|
|
3136
|
+
"description": "Default: true\n\n(ZH) 下拉菜单和选择器同宽。默认将设置 min-width,当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动\n\n(EN) Determine 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"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "popup-render",
|
|
3140
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容\n\n(EN) Customize dropdown content"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "prefix",
|
|
3144
|
+
"description": "Default: -\n\n(ZH) 自定义前缀\n\n(EN) The custom prefix"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"name": "remove-icon",
|
|
3148
|
+
"description": "Default: -\n\n(ZH) 自定义的多选框清除图标\n\n(EN) The custom remove icon"
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "search-value",
|
|
3152
|
+
"description": "Default: -\n\n(ZH) 控制搜索文本\n\n(EN) The current input \"search\" text"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"name": "show-search",
|
|
3156
|
+
"description": "Default: 单选为 false,多选为 true\n\n(ZH) 配置是否可搜索\n\n(EN) Whether select is searchable"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "size",
|
|
3160
|
+
"description": "Default: -\n\n(ZH) 选择框大小\n\n(EN) Size of Select input"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "status",
|
|
3164
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "styles",
|
|
3168
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "suffix-icon",
|
|
3172
|
+
"description": "Default: -\n\n(ZH) 自定义的选择框后缀图标。以防止图标被用于其他交互,替换的图标默认不会响应展开、收缩事件,可以通过添加 pointer-events: none 样式透传\n\n(EN) The custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "tag-render",
|
|
3176
|
+
"description": "Default: -\n\n(ZH) 自定义 tag 内容 render,仅在 mode 为 multiple 或 tags 时生效\n\n(EN) Customize tag render, only applies when mode is set to multiple or tags"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"name": "label-render",
|
|
3180
|
+
"description": "Default: -\n\n(ZH) 自定义当前选中的 label 内容 render\n\n(EN) Customize selected label render"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "token-separators",
|
|
3184
|
+
"description": "Default: -\n\n(ZH) 自动分词的分隔符,仅在 mode=\"tags\" 时生效\n\n(EN) Separator used to tokenize, only applies when mode=\"tags\""
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"name": "value",
|
|
3188
|
+
"description": "Default: -\n\n(ZH) 指定当前选中的条目,多选时为数组\n\n(EN) Default to filter with this property"
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"name": "variant",
|
|
3192
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of selector"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "virtual",
|
|
3196
|
+
"description": "Default: true\n\n(ZH) 设置 false 时关闭虚拟滚动\n\n(EN) Disable virtual scroll when set to false"
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "title",
|
|
3200
|
+
"description": "Default: -\n\n(ZH) undefined\n\n(EN) title attribute of Select Option"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "key",
|
|
3204
|
+
"description": "Default: -\n\nGroup key"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "label",
|
|
3208
|
+
"description": "Default: -\n\nGroup label"
|
|
3209
|
+
}
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "a-space",
|
|
3214
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3215
|
+
"attributes": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "align",
|
|
3218
|
+
"description": "Default: -\n\n(ZH) 对齐方式\n\n(EN) Align items"
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
"name": "classes",
|
|
3222
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "orientation",
|
|
3226
|
+
"description": "Default: horizontal\n\n(ZH) 设置布局方向\n\n(EN) Set direction of layout"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "separator",
|
|
3230
|
+
"description": "Default: -\n\n(ZH) 设置分隔符\n\n(EN) Set separator"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "size",
|
|
3234
|
+
"description": "Default: middle\n\n(ZH) 设置子组件大小\n\n(EN) Set child component size"
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "styles",
|
|
3238
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "vertical",
|
|
3242
|
+
"description": "Default: false\n\n(ZH) 是否垂直,和 orientation 同时配置以 orientation 优先\n\n(EN) Orientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "wrap",
|
|
3246
|
+
"description": "Default: false\n\n(ZH) 是否自动换行,仅在 horizontal 时有效\n\n(EN) Auto wrap line, when horizontal effective"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"name": "block",
|
|
3250
|
+
"description": "Default: false\n\n(ZH) 将宽度调整为父元素宽度的选项\n\n(EN) Option to fit width to its parent's width"
|
|
3251
|
+
}
|
|
3252
|
+
]
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "a-splitter",
|
|
3256
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3257
|
+
"attributes": [
|
|
3258
|
+
{
|
|
3259
|
+
"name": "classes",
|
|
3260
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"name": "collapsible-icon",
|
|
3264
|
+
"description": "Default: -\n\n(ZH) 自定义折叠图标\n\n(EN) Custom collapsible icon"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "dragger-icon",
|
|
3268
|
+
"description": "Default: -\n\n(ZH) 自定义拖拽图标\n\n(EN) Custom dragger icon"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "lazy",
|
|
3272
|
+
"description": "Default: false\n\n(ZH) 延迟渲染模式\n\n(EN) Lazy rendering mode"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "orientation",
|
|
3276
|
+
"description": "Default: horizontal\n\n(ZH) 布局方向\n\n(EN) Layout direction"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "styles",
|
|
3280
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "vertical",
|
|
3284
|
+
"description": "Default: false\n\n(ZH) 排列方向,与 orientation 同时存在,以 orientation 优先\n\n(EN) Orientation, Simultaneously existing with orientation, orientation takes priority"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "collapsible",
|
|
3288
|
+
"description": "Default: false\n\n(ZH) 启用折叠\n\n(EN) Enable collapsible"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"name": "default-size",
|
|
3292
|
+
"description": "Default: -\n\n(ZH) 面板初始大小,支持像素和百分比\n\n(EN) Initial panel size, supports px and percentage"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "max",
|
|
3296
|
+
"description": "Default: -\n\n(ZH) 最大阈值,支持像素和百分比\n\n(EN) Maximum threshold, supports px and percentage"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "min",
|
|
3300
|
+
"description": "Default: -\n\n(ZH) 最小阈值,支持像素和百分比\n\n(EN) Minimum threshold, supports px and percentage"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "resizable",
|
|
3304
|
+
"description": "Default: true\n\n(ZH) 是否启用拉伸\n\n(EN) Whether to enable resize"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "size",
|
|
3308
|
+
"description": "Default: -\n\n(ZH) 受控面板大小,支持像素和百分比\n\n(EN) Controlled panel size, supports px and percentage"
|
|
3309
|
+
}
|
|
3310
|
+
]
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "a-spin",
|
|
3314
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3315
|
+
"attributes": [
|
|
3316
|
+
{
|
|
3317
|
+
"name": "spinning",
|
|
3318
|
+
"description": "Default: true\n\n(ZH) 是否为加载中状态\n\n(EN) Whether Spin is visible"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"name": "size",
|
|
3322
|
+
"description": "Default: default\n\n(ZH) 组件大小,可选值为 small default large\n\n(EN) The size of Spin, options: small, default and large"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"name": "tip",
|
|
3326
|
+
"description": "Default: -\n\n(ZH) 当作为包裹元素时,可以自定义描述文案\n\n(EN) Customize description content when Spin has children"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "delay",
|
|
3330
|
+
"description": "Default: -\n\n(ZH) 延迟显示加载效果的时间(防止闪烁)\n\n(EN) Specifies a delay in milliseconds for loading state (prevent flush)"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "wrapper-class-name",
|
|
3334
|
+
"description": "Default: -\n\n(ZH) 包装器的类属性\n\n(EN) The className of wrapper when Spin has children"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "indicator",
|
|
3338
|
+
"description": "Default: -\n\n(ZH) 加载指示符\n\n(EN) React node of the spinning indicator"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"name": "fullscreen",
|
|
3342
|
+
"description": "Default: false\n\n(ZH) 显示带有 Spin 组件的背景\n\n(EN) Display a backdrop with the Spin component"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "percent",
|
|
3346
|
+
"description": "Default: -\n\n(ZH) 展示进度,当设置 percent=\"auto\" 时会预估一个永远不会停止的进度\n\n(EN) The progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "classes",
|
|
3350
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"name": "styles",
|
|
3354
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3355
|
+
}
|
|
3356
|
+
]
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"name": "a-slider",
|
|
3360
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3361
|
+
"attributes": [
|
|
3362
|
+
{
|
|
3363
|
+
"name": "classes",
|
|
3364
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "styles",
|
|
3368
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3369
|
+
}
|
|
3370
|
+
]
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"name": "a-steps",
|
|
3374
|
+
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
3375
|
+
"attributes": [
|
|
3376
|
+
{
|
|
3377
|
+
"name": "root-class",
|
|
3378
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"name": "classes",
|
|
3382
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"name": "styles",
|
|
3386
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"name": "variant",
|
|
3390
|
+
"description": "Default: filled\n\n(ZH) 设置样式变体\n\n(EN) Config style variant"
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "size",
|
|
3394
|
+
"description": "Default: default\n\n(ZH) 指定大小,目前支持普通(default)和迷你(small)\n\n(EN) To specify the size of the step bar, default and small are currently supported"
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"name": "type",
|
|
3398
|
+
"description": "Default: default\n\n(ZH) 步骤条类型,可选 default dot inline navigation panel\n\n(EN) Type of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
"name": "direction",
|
|
3402
|
+
"description": "Default: horizontal\n\n(ZH) 指定步骤条方向。目前支持水平(horizontal)和竖直(vertical)两种方向\n\n(EN) To specify the direction of the step bar, horizontal or vertical"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"name": "orientation",
|
|
3406
|
+
"description": "Default: horizontal\n\n(ZH) 指定步骤条方向。目前支持水平(horizontal)和竖直(vertical)两种方向\n\n(EN) To specify the orientation of the step bar, horizontal or vertical"
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "label-placement",
|
|
3410
|
+
"description": "Default: horizontal\n\n(ZH) 指定标签放置位置,默认水平放图标右侧,可选 vertical 放图标下方\n\n(EN) Place title and content with horizontal or vertical direction"
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "title-placement",
|
|
3414
|
+
"description": "Default: horizontal\n\n(ZH) 指定标签放置位置,默认水平放图标右侧,可选 vertical 放图标下方\n\n(EN) Place title and content with horizontal or vertical direction"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"name": "progress-dot",
|
|
3418
|
+
"description": "Default: false\n\n(ZH) 点状步骤条,可以设置为一个 function,titlePlacement 将强制为 vertical\n\n(EN) Steps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "responsive",
|
|
3422
|
+
"description": "Default: true\n\n(ZH) 当屏幕宽度小于 532px 时自动变为垂直模式\n\n(EN) Change to vertical direction when screen width smaller than 532px"
|
|
3423
|
+
},
|
|
3424
|
+
{
|
|
3425
|
+
"name": "ellipsis",
|
|
3426
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"name": "offset",
|
|
3430
|
+
"description": "Default: -\n\n(ZH) Set offset cell, only work when type is inline.\n\n(EN) Set offset cell, only work when type is inline."
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"name": "current",
|
|
3434
|
+
"description": "Default: 0\n\n(ZH) 指定当前步骤,从 0 开始记数。在子 Step 元素中,可以通过 status 属性覆盖状态\n\n(EN) To set the current step, counting from 0. You can overwrite this state by using status of Step"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"name": "initial",
|
|
3438
|
+
"description": "Default: 0\n\n(ZH) 起始序号,从 0 开始记数\n\n(EN) Set the initial step, counting from 0"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"name": "items",
|
|
3442
|
+
"description": "Default: []\n\n(ZH) 配置选项卡内容\n\n(EN) StepItem content"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "percent",
|
|
3446
|
+
"description": "Default: -\n\n(ZH) 当前 process 步骤显示的进度条进度(只对基本类型的 Steps 生效)\n\n(EN) Progress circle percentage of current step in process status (only works on basic Steps)"
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"name": "status",
|
|
3450
|
+
"description": "Default: process\n\n(ZH) 指定当前步骤的状态,可选 wait process finish error\n\n(EN) To specify the status of current step, can be set to one of the following values: wait process finish error"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"name": "icon-render",
|
|
3454
|
+
"description": "Default: -\n\n(ZH) 自定义渲染图标,请优先使用 items.icon\n\n(EN) Custom render icon, please use items.icon first"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"name": "on-change",
|
|
3458
|
+
"description": "Default: -\n\n(ZH) 点击切换步骤时触发\n\n(EN) Trigger when Step is changed"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "prefix-cls",
|
|
3462
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3463
|
+
}
|
|
3464
|
+
]
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "a-statistic",
|
|
3468
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3469
|
+
"attributes": [
|
|
3470
|
+
{
|
|
3471
|
+
"name": "formatter",
|
|
3472
|
+
"description": "Default: -\n\n(ZH) 自定义数值展示\n\n(EN) Customize value display logic"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"name": "decimal-separator",
|
|
3476
|
+
"description": "Default: .\n\n(ZH) 设置小数点\n\n(EN) The decimal separator"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "group-separator",
|
|
3480
|
+
"description": "Default: ,\n\n(ZH) 设置千分位标识符\n\n(EN) Group separator"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "precision",
|
|
3484
|
+
"description": "Default: -\n\n(ZH) 数值精度\n\n(EN) The precision of input value"
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"name": "value",
|
|
3488
|
+
"description": "Default: -\n\n(ZH) 数值内容\n\n(EN) Display value"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "value-style",
|
|
3492
|
+
"description": "Default: -\n\n(ZH) 设置数值区域的样式\n\n(EN) Set value section style"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"name": "value-render",
|
|
3496
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "title",
|
|
3500
|
+
"description": "Default: -\n\n(ZH) 数值的标题\n\n(EN) Display title"
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"name": "prefix",
|
|
3504
|
+
"description": "Default: -\n\n(ZH) 设置数值的前缀\n\n(EN) The prefix node of value"
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"name": "suffix",
|
|
3508
|
+
"description": "Default: -\n\n(ZH) 设置数值的后缀\n\n(EN) The suffix node of value"
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "loading",
|
|
3512
|
+
"description": "Default: false\n\n(ZH) 数值是否加载中\n\n(EN) Loading status of Statistic"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "classes",
|
|
3516
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Statistic 组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the Statistic component. Supports object or function."
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "styles",
|
|
3520
|
+
"description": "Default: -\n\n(ZH) 用于自定义 Statistic 组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the Statistic component. Supports object or function."
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"name": "type",
|
|
3524
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "format",
|
|
3528
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "a-switch",
|
|
3534
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
3535
|
+
"attributes": [
|
|
3536
|
+
{
|
|
3537
|
+
"name": "size",
|
|
3538
|
+
"description": "Default: default\n\n(ZH) 开关大小,可选值:default small\n\n(EN) The size of the Switch, options: default small"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"name": "checked",
|
|
3542
|
+
"description": "Default: false\n\n(ZH) 指定当前是否选中\n\n(EN) Determine whether the Switch is checked"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "default-checked",
|
|
3546
|
+
"description": "Default: false\n\n(ZH) 初始是否选中\n\n(EN) Whether to set the initial state"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "value",
|
|
3550
|
+
"description": "Default: -\n\n(ZH) checked 的别名\n\n(EN) Alias for checked"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"name": "default-value",
|
|
3554
|
+
"description": "Default: -\n\n(ZH) defaultChecked 的别名\n\n(EN) Alias for defaultChecked"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"name": "checked-children",
|
|
3558
|
+
"description": "Default: -\n\n(ZH) 选中时的内容\n\n(EN) The content to be shown when the state is checked"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "un-checked-children",
|
|
3562
|
+
"description": "Default: -\n\n(ZH) 非选中时的内容\n\n(EN) The content to be shown when the state is unchecked"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"name": "disabled",
|
|
3566
|
+
"description": "Default: false\n\n(ZH) 是否禁用\n\n(EN) Disable switch"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"name": "loading",
|
|
3570
|
+
"description": "Default: false\n\n(ZH) 加载中的开关\n\n(EN) Loading state of switch"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "auto-focus",
|
|
3574
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "title",
|
|
3578
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "tab-index",
|
|
3582
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "id",
|
|
3586
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"name": "classes",
|
|
3590
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "styles",
|
|
3594
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3595
|
+
}
|
|
3596
|
+
]
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "a-tag",
|
|
3600
|
+
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
3601
|
+
"attributes": [
|
|
3602
|
+
{
|
|
3603
|
+
"name": "checked",
|
|
3604
|
+
"description": "Default: -\n\n(ZH) It is an absolute controlled component and has no uncontrolled mode. .zh-cn 该组件为完全受控组件,不支持非受控用法。\n\n(EN) It is an absolute controlled component and has no uncontrolled mode. .zh-cn 该组件为完全受控组件,不支持非受控用法。"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "icon",
|
|
3608
|
+
"description": "Default: -\n\n(ZH) 设置图标\n\n(EN) Set the icon of tag"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "disabled",
|
|
3612
|
+
"description": "Default: false\n\n(ZH) 是否禁用标签\n\n(EN) Whether the tag is disabled"
|
|
3613
|
+
}
|
|
3614
|
+
]
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "a-tabs",
|
|
3618
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
3619
|
+
"attributes": [
|
|
3620
|
+
{
|
|
3621
|
+
"name": "destroy-inactive-tab-pane",
|
|
3622
|
+
"description": "Default: false\n\n(ZH) 被隐藏时是否销毁 DOM 结构,使用 destroyOnHidden 代替\n\n(EN) Whether destroy inactive TabPane when change tab, use destroyOnHidden instead"
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "class",
|
|
3626
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"name": "style",
|
|
3630
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3631
|
+
}
|
|
3632
|
+
]
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "a-time-picker",
|
|
3636
|
+
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
3637
|
+
"attributes": [
|
|
3638
|
+
{
|
|
3639
|
+
"name": "addon",
|
|
3640
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "status",
|
|
3644
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "popup-class-name",
|
|
3648
|
+
"description": "Default: -\n\n(ZH) 弹出层类名,请使用 classNames.popup 替换\n\n(EN) The className of panel, please use classNames.popup instead"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "popup-style",
|
|
3652
|
+
"description": "Default: -\n\n(ZH) 弹出层样式对象, 请使用 styles.popup 替换\n\n(EN) The style of panel, please use styles.popup instead"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"name": "root-class",
|
|
3656
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "classes",
|
|
3660
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"name": "styles",
|
|
3664
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"name": "a-table",
|
|
3670
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
3671
|
+
"attributes": [
|
|
3672
|
+
{
|
|
3673
|
+
"name": "classes",
|
|
3674
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "styles",
|
|
3678
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "dropdown-prefix-cls",
|
|
3682
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"name": "data-source",
|
|
3686
|
+
"description": "Default: -\n\n(ZH) 数据数组\n\n(EN) Data record array to be displayed"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"name": "columns",
|
|
3690
|
+
"description": "Default: -\n\n(ZH) 表格列的配置描述,具体项见下表\n\n(EN) Columns of table"
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "pagination",
|
|
3694
|
+
"description": "Default: -\n\n(ZH) 分页器,参考配置项或 pagination 文档,设为 false 时不展示和进行分页\n\n(EN) Config of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "loading",
|
|
3698
|
+
"description": "Default: false\n\n(ZH) 页面是否加载中\n\n(EN) Loading status of table"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"name": "size",
|
|
3702
|
+
"description": "Default: large\n\n(ZH) 表格大小\n\n(EN) Size of table"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "bordered",
|
|
3706
|
+
"description": "Default: false\n\n(ZH) 是否展示外边框和列边框\n\n(EN) Whether to show all table borders"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"name": "locale",
|
|
3710
|
+
"description": "Default: 默认值\n\n(ZH) 默认文案设置,目前包括排序、过滤、空数据文案\n\n(EN) The i18n text including filter, sort, empty text, etc"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "row-selection",
|
|
3714
|
+
"description": "Default: -\n\n(ZH) 表格行是否可选择,配置项\n\n(EN) Row selection config"
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "get-popup-container",
|
|
3718
|
+
"description": "Default: () => TableHtmlElement\n\n(ZH) 设置表格内各类浮层的渲染节点,如筛选菜单\n\n(EN) The render container of dropdowns in table"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "scroll",
|
|
3722
|
+
"description": "Default: -\n\n(ZH) 表格是否可滚动,也可以指定滚动区域的宽、高,配置项\n\n(EN) Whether the table can be scrollable, config"
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "sort-directions",
|
|
3726
|
+
"description": "Default: \\[ascend, descend]\n\n(ZH) 支持的排序方式,取值为 ascend descend\n\n(EN) Supported sort way, could be ascend, descend"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "show-sorter-tooltip",
|
|
3730
|
+
"description": "Default: { target: 'full-header' }\n\n(ZH) 表头是否显示下一次排序的 tooltip 提示。当参数类型为对象时,将被设置为 Tooltip 的属性\n\n(EN) The header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "virtual",
|
|
3734
|
+
"description": "Default: -\n\n(ZH) 支持虚拟列表\n\n(EN) Support virtual list"
|
|
3735
|
+
}
|
|
3736
|
+
]
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"name": "a-timeline",
|
|
3740
|
+
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
3741
|
+
"attributes": [
|
|
3742
|
+
{
|
|
3743
|
+
"name": "pending",
|
|
3744
|
+
"description": "Default: false\n\n(ZH) 指定最后一个幽灵节点是否存在或内容,请使用 item.loading 代替\n\n(EN) Set the last ghost node's existence or its content. Use item.loading instead"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "pending-dot",
|
|
3748
|
+
"description": "Default: -\n\n(ZH) 当最后一个幽灵节点存在時,指定其时间图点,请使用 item.icon 代替\n\n(EN) Set the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "reverse",
|
|
3752
|
+
"description": "Default: false\n\n(ZH) 节点排序\n\n(EN) Whether reverse nodes or not"
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "mode",
|
|
3756
|
+
"description": "Default: start\n\n(ZH) 通过设置 mode 可以改变时间轴和内容的相对位置\n\n(EN) By sending alternate the timeline will distribute the nodes to the left and right"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "items",
|
|
3760
|
+
"description": "Default: -\n\n(ZH) 选项配置\n\n(EN) Each node of timeline"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"name": "dot-render",
|
|
3764
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"name": "label-render",
|
|
3768
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "content-render",
|
|
3772
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "key",
|
|
3776
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "prefix-cls",
|
|
3780
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "class",
|
|
3784
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"name": "color",
|
|
3788
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "dot",
|
|
3792
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "position",
|
|
3796
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "style",
|
|
3800
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "label",
|
|
3804
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "children",
|
|
3808
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3809
|
+
}
|
|
3810
|
+
]
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"name": "a-tooltip",
|
|
3814
|
+
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
3815
|
+
"attributes": [
|
|
3816
|
+
{
|
|
3817
|
+
"name": "align",
|
|
3818
|
+
"description": "Default: -\n\n(ZH) 浮层对齐方式配置\n\n(EN) Popup alignment config"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "arrow",
|
|
3822
|
+
"description": "Default: -\n\n(ZH) 支持显示、隐藏以及将箭头保持居中定位\n\n(EN) Show, hide or keep arrow in the center"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"name": "auto-adjust-overflow",
|
|
3826
|
+
"description": "Default: -\n\n(ZH) 气泡框不可见时自动调整位置\n\n(EN) Auto adjust placement when tooltip is invisible"
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "color",
|
|
3830
|
+
"description": "Default: -\n\n(ZH) 设置背景颜色,使用该属性后内部文字颜色将自适应\n\n(EN) The background color. After using this attribute, the internal text color will adapt automatically"
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "open",
|
|
3834
|
+
"description": "Default: -\n\n(ZH) 是否显示\n\n(EN) Whether tooltip is visible"
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"name": "default-open",
|
|
3838
|
+
"description": "Default: false\n\n(ZH) 默认是否显示\n\n(EN) Initial open state"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "get-popup-container",
|
|
3842
|
+
"description": "Default: -\n\n(ZH) 浮层渲染父节点\n\n(EN) Specify container for tooltip"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "destroy-on-hidden",
|
|
3846
|
+
"description": "Default: -\n\n(ZH) 隐藏后是否销毁\n\n(EN) Destroy tooltip when hidden"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "z-index",
|
|
3850
|
+
"description": "Default: -\n\n(ZH) 设置浮层 z-index\n\n(EN) Set z-index of tooltip"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "placement",
|
|
3854
|
+
"description": "Default: top\n\n(ZH) 气泡框位置\n\n(EN) Tooltip placement"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "trigger",
|
|
3858
|
+
"description": "Default: -\n\n(ZH) 触发行为\n\n(EN) Trigger action"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "fresh",
|
|
3862
|
+
"description": "Default: -\n\n(ZH) 在隐藏状态也更新内容\n\n(EN) Update content even when tooltip is hidden"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"name": "mouse-enter-delay",
|
|
3866
|
+
"description": "Default: 0.1\n\n(ZH) 鼠标移入后显示延时,单位秒\n\n(EN) Delay in seconds before showing tooltip"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"name": "mouse-leave-delay",
|
|
3870
|
+
"description": "Default: 0.1\n\n(ZH) 鼠标移出后隐藏延时,单位秒\n\n(EN) Delay in seconds before hiding tooltip"
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "classes",
|
|
3874
|
+
"description": "Default: -\n\n(ZH) 语义化结构 class,支持对象或函数\n\n(EN) Semantic DOM class. Supports object or function"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"name": "styles",
|
|
3878
|
+
"description": "Default: -\n\n(ZH) 语义化结构 style,支持对象或函数\n\n(EN) Semantic DOM style. Supports object or function"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "get-tooltip-container",
|
|
3882
|
+
"description": "Default: -\n\n(ZH) getPopupContainer 的兼容别名\n\n(EN) Legacy alias of getPopupContainer"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "motion",
|
|
3886
|
+
"description": "Default: -\n\n(ZH) 浮层动画配置\n\n(EN) Popup motion config"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "after-open-change",
|
|
3890
|
+
"description": "Default: -\n\n(ZH) 显隐变化后的回调\n\n(EN) Callback after visibility change"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"name": "builtin-placements",
|
|
3894
|
+
"description": "Default: -\n\n(ZH) 内置位置配置\n\n(EN) Built-in placement config"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "title",
|
|
3898
|
+
"description": "Default: -\n\n(ZH) 提示文字\n\n(EN) The text shown in the tooltip"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "overlay",
|
|
3902
|
+
"description": "Default: -\n\n(ZH) title 的兼容别名\n\n(EN) Legacy alias of title"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "open-class",
|
|
3906
|
+
"description": "Default: -\n\n(ZH) 气泡显示时附加在子元素上的 class\n\n(EN) Class added to child when tooltip is open"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "unique",
|
|
3910
|
+
"description": "Default: -\n\n(ZH) 在 AUniqueProvider/ConfigProvider 中启用唯一显示\n\n(EN) Enable unique display inside AUniqueProvider/ConfigProvider"
|
|
3911
|
+
}
|
|
3912
|
+
]
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "a-tour",
|
|
3916
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
3917
|
+
"attributes": [
|
|
3918
|
+
{
|
|
3919
|
+
"name": "steps",
|
|
3920
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "prefix-cls",
|
|
3924
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "current",
|
|
3928
|
+
"description": "Default: -\n\n(ZH) 当前处于哪一步\n\n(EN) What is the current step"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"name": "indicators-render",
|
|
3932
|
+
"description": "Default: -\n\n(ZH) 自定义指示器\n\n(EN) custom indicator"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "actions-render",
|
|
3936
|
+
"description": "Default: -\n\n(ZH) 自定义操作按钮\n\n(EN) custom action"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "type",
|
|
3940
|
+
"description": "Default: default\n\n(ZH) 类型,影响底色与文字颜色\n\n(EN) Type, affects the background color and text color"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "classes",
|
|
3944
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "styles",
|
|
3948
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3949
|
+
}
|
|
3950
|
+
]
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "a-tree",
|
|
3954
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
3955
|
+
"attributes": [
|
|
3956
|
+
{
|
|
3957
|
+
"name": "root-class",
|
|
3958
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "show-line",
|
|
3962
|
+
"description": "Default: false\n\n(ZH) 是否展示连接线\n\n(EN) Shows a connecting line"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "classes",
|
|
3966
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "styles",
|
|
3970
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "multiple",
|
|
3974
|
+
"description": "Default: false\n\n(ZH) 支持点选多个节点(节点本身)\n\n(EN) Allows selecting multiple treeNodes"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "auto-expand-parent",
|
|
3978
|
+
"description": "Default: false\n\n(ZH) 是否自动展开父节点\n\n(EN) Whether to automatically expand a parent treeNode"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "check-strictly",
|
|
3982
|
+
"description": "Default: false\n\n(ZH) checkable 状态下节点选择完全受控(父子节点选中状态不再关联)\n\n(EN) Check treeNode precisely; parent treeNode and children treeNodes are not associated"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "checkable",
|
|
3986
|
+
"description": "Default: false\n\n(ZH) 节点前添加 Checkbox 复选框\n\n(EN) Add a Checkbox before the treeNodes"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "disabled",
|
|
3990
|
+
"description": "Default: false\n\n(ZH) 将树禁用\n\n(EN) Whether the tree is disabled"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "default-expand-all",
|
|
3994
|
+
"description": "Default: false\n\n(ZH) 默认展开所有树节点\n\n(EN) Whether to expand all treeNodes by default"
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"name": "default-expand-parent",
|
|
3998
|
+
"description": "Default: true\n\n(ZH) 默认展开父节点\n\n(EN) If auto expand parent treeNodes when init"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
"name": "default-expanded-keys",
|
|
4002
|
+
"description": "Default: \\[]\n\n(ZH) 默认展开指定的树节点\n\n(EN) Specify the keys of the default expanded treeNodes"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "expanded-keys",
|
|
4006
|
+
"description": "Default: \\[]\n\n(ZH) (受控)展开指定的树节点\n\n(EN) (Controlled) Specifies the keys of the expanded treeNodes"
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "checked-keys",
|
|
4010
|
+
"description": "Default: \\[]\n\n(ZH) (受控)选中复选框的树节点(注意:父子节点有关联,如果传入父节点 key,则子节点自动选中;相应当子节点 key 都传入,父节点也自动选中。当设置 checkable 和 checkStrictly,它是一个有checked和halfChecked属性的对象,并且父子节点的选中与否不再关联\n\n(EN) (Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other"
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "default-checked-keys",
|
|
4014
|
+
"description": "Default: \\[]\n\n(ZH) 默认选中复选框的树节点\n\n(EN) Specifies the keys of the default checked treeNodes"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "selected-keys",
|
|
4018
|
+
"description": "Default: -\n\n(ZH) (受控)设置选中的树节点,多选需设置 multiple 为 true\n\n(EN) (Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "default-selected-keys",
|
|
4022
|
+
"description": "Default: \\[]\n\n(ZH) 默认选中的树节点\n\n(EN) Specifies the keys of the default selected treeNodes"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "selectable",
|
|
4026
|
+
"description": "Default: true\n\n(ZH) 是否可选中\n\n(EN) Whether it can be selected"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"name": "filter-ant-tree-node",
|
|
4030
|
+
"description": "Default: -\n\n(ZH) Click on the tree node to trigger\n\n(EN) Click on the tree node to trigger"
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"name": "loaded-keys",
|
|
4034
|
+
"description": "Default: \\[]\n\n(ZH) (受控)已经加载的节点,需要配合 loadData 使用\n\n(EN) (Controlled) Set loaded tree nodes. Need to work with loadData"
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"name": "draggable",
|
|
4038
|
+
"description": "Default: false\n\n(ZH) 设置节点可拖拽,可以通过 icon: false 关闭拖拽提示图标\n\n(EN) Specifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "show-icon",
|
|
4042
|
+
"description": "Default: false\n\n(ZH) 控制是否展示 icon 节点,没有默认样式\n\n(EN) Controls whether to display the icon node (no default style)"
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"name": "icon",
|
|
4046
|
+
"description": "Default: -\n\n(ZH) 在标题之前插入自定义图标。需要设置 showIcon 为 true\n\n(EN) Insert a custom icon before the title. Need to set showIcon to true"
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"name": "switcher-icon",
|
|
4050
|
+
"description": "Default: -\n\n(ZH) 自定义树节点的展开/折叠图标(带有默认 rotate 角度样式)\n\n(EN) Customize expand/collapse icons for tree nodes (With default rotate angular style)"
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"name": "switcher-loading-icon",
|
|
4054
|
+
"description": "Default: -\n\n(ZH) 自定义树节点的加载图标\n\n(EN) Customize loading icons for tree nodes"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "prefix-cls",
|
|
4058
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "block-node",
|
|
4062
|
+
"description": "Default: false\n\n(ZH) 是否节点占据一行\n\n(EN) Whether treeNode fill remaining horizontal space"
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"name": "tabindex",
|
|
4066
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "expand-action",
|
|
4070
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "class-name",
|
|
4074
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) Additional class to Tree"
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"name": "disable-checkbox",
|
|
4078
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "title",
|
|
4082
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
"name": "key",
|
|
4086
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"name": "event-key",
|
|
4090
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "is-leaf",
|
|
4094
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"name": "checked",
|
|
4098
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"name": "expanded",
|
|
4102
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "loading",
|
|
4106
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"name": "selected",
|
|
4110
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"name": "children",
|
|
4114
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4115
|
+
}
|
|
4116
|
+
]
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "a-tree-select",
|
|
4120
|
+
"description": "(ZH) 树型选择控件。\n\n(EN) Tree selection control.",
|
|
4121
|
+
"attributes": [
|
|
4122
|
+
{
|
|
4123
|
+
"name": "size",
|
|
4124
|
+
"description": "Default: -\n\n(ZH) 选择框大小\n\n(EN) To set the size of the select input"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "disabled",
|
|
4128
|
+
"description": "Default: false\n\n(ZH) 是否禁用\n\n(EN) Disabled or not"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "status",
|
|
4132
|
+
"description": "Default: -\n\n(ZH) 设置校验状态\n\n(EN) Set validation status"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "variant",
|
|
4136
|
+
"description": "Default: outlined\n\n(ZH) 形态变体\n\n(EN) Variants of selector"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "styles",
|
|
4140
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "classes",
|
|
4144
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"name": "suffix-icon",
|
|
4148
|
+
"description": "Default: -\n\n(ZH) 自定义的选择框后缀图标\n\n(EN) The custom suffix icon"
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "placement",
|
|
4152
|
+
"description": "Default: bottomLeft\n\n(ZH) 选择框弹出的位置\n\n(EN) The position where the selection box pops up"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "popup-class-name",
|
|
4156
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的 className 属性,使用 classNames.popup.root 替换\n\n(EN) The className of dropdown menu, use classNames.popup.root instead"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "dropdown-class-name",
|
|
4160
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"name": "dropdown-render",
|
|
4164
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容,使用 popupRender 替换\n\n(EN) Customize dropdown content, use popupRender instead"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"name": "popup-render",
|
|
4168
|
+
"description": "Default: -\n\n(ZH) 自定义下拉框内容\n\n(EN) Customize dropdown content"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"name": "dropdown-style",
|
|
4172
|
+
"description": "Default: -\n\n(ZH) 下拉菜单的样式,使用 styles.popup.root 替换\n\n(EN) To set the style of the dropdown menu, use styles.popup.root instead"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "bordered",
|
|
4176
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"name": "tree-line",
|
|
4180
|
+
"description": "Default: false\n\n(ZH) 是否展示线条样式,请参考 Tree - showLine\n\n(EN) Show the line. Ref Tree - showLine"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"name": "switcher-icon",
|
|
4184
|
+
"description": "Default: -\n\n(ZH) 自定义树节点的展开/折叠图标\n\n(EN) Customize collapse/expand icon of tree node"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "root-class",
|
|
4188
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"name": "dropdown-match-select-width",
|
|
4192
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "popup-match-select-width",
|
|
4196
|
+
"description": "Default: true\n\n(ZH) 下拉菜单和选择器同宽。默认将设置 min-width,当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动\n\n(EN) Determine whether the popup 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"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"name": "show-arrow",
|
|
4200
|
+
"description": "Default: -\n\n(ZH) Deprecated.\n\n(EN) Deprecated."
|
|
4201
|
+
}
|
|
4202
|
+
]
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "a-typography",
|
|
4206
|
+
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
4207
|
+
"attributes": [
|
|
4208
|
+
{
|
|
4209
|
+
"name": "code",
|
|
4210
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Code style"
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"name": "copyable",
|
|
4214
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Whether to be copyable, customize it via setting an object"
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"name": "delete",
|
|
4218
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Deleted line style"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "disabled",
|
|
4222
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Disabled content"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "editable",
|
|
4226
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) If editable. Can control edit state when is object"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"name": "ellipsis",
|
|
4230
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Display ellipsis when text overflows, can configure rows and expandable by using object"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "keyboard",
|
|
4234
|
+
"description": "Default: false\n\nKeyboard style"
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"name": "mark",
|
|
4238
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Marked style"
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "strong",
|
|
4242
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Bold style"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"name": "italic",
|
|
4246
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Italic style"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "type",
|
|
4250
|
+
"description": "Default: -\n\n(ZH) undefined\n\n(EN) Content type"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"name": "underline",
|
|
4254
|
+
"description": "Default: false\n\n(ZH) undefined\n\n(EN) Underlined style"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "classes",
|
|
4258
|
+
"description": "Default: -\n\n(ZH) undefined\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"name": "styles",
|
|
4262
|
+
"description": "Default: -\n\n(ZH) undefined\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "level",
|
|
4266
|
+
"description": "Default: 1\n\nSet content importance. Match with h1, h2, h3, h4, h5"
|
|
4267
|
+
}
|
|
4268
|
+
]
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"name": "a-upload",
|
|
4272
|
+
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
4273
|
+
"attributes": [
|
|
4274
|
+
{
|
|
4275
|
+
"name": "type",
|
|
4276
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "name",
|
|
4280
|
+
"description": "Default: file\n\n(ZH) 发到后台的文件参数名\n\n(EN) The name of uploading file"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "default-file-list",
|
|
4284
|
+
"description": "Default: -\n\n(ZH) 默认已经上传的文件列表\n\n(EN) Default list of files that have been uploaded"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "file-list",
|
|
4288
|
+
"description": "Default: -\n\n(ZH) 已经上传的文件列表(受控),使用此参数时,如果遇到 onChange 只调用一次的问题,请参考 #2423\n\n(EN) List of files that have been uploaded (controlled). Here is a common issue #2423 when using it"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"name": "action",
|
|
4292
|
+
"description": "Default: -\n\n(ZH) 上传的地址\n\n(EN) Uploading URL"
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"name": "directory",
|
|
4296
|
+
"description": "Default: false\n\n(ZH) 支持上传文件夹(caniuse)\n\n(EN) Support upload whole directory (caniuse)"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "data",
|
|
4300
|
+
"description": "Default: -\n\n(ZH) 上传所需额外参数或返回上传额外参数的方法\n\n(EN) Uploading extra params or function which can return uploading extra params"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"name": "method",
|
|
4304
|
+
"description": "Default: post\n\n(ZH) 上传请求的 http method\n\n(EN) The http method of upload request"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "headers",
|
|
4308
|
+
"description": "Default: -\n\n(ZH) 设置上传的请求头部,IE10 以上有效\n\n(EN) Set request headers, valid above IE10"
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "show-upload-list",
|
|
4312
|
+
"description": "Default: true\n\n(ZH) 是否展示文件列表, 可设为一个对象,用于单独设定 extra(5.20.0+), showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon 和 downloadIcon\n\n(EN) Whether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"name": "multiple",
|
|
4316
|
+
"description": "Default: false\n\n(ZH) 是否支持多选文件,ie10+ 支持。开启后按住 ctrl 可选择多个文件\n\n(EN) Whether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "accept",
|
|
4320
|
+
"description": "Default: -\n\n(ZH) 接受上传的文件类型,详见 input accept Attribute\n\n(EN) File types that can be accepted. See input accept Attribute"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "before-upload",
|
|
4324
|
+
"description": "Default: -\n\n(ZH) 上传文件之前的钩子,参数为上传的文件,若返回 false 则停止上传。支持返回一个 Promise 对象,Promise 对象 reject 时则停止上传,resolve 时开始上传( resolve 传入 File 或 Blob 对象则上传 resolve 传入对象);也可以返回 Upload.LIST_IGNORE,此时列表中将不展示此文件。 **注意:IE9 不支持该方法**\n\n(EN) Hook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "list-type",
|
|
4328
|
+
"description": "Default: text\n\n(ZH) 上传列表的内建样式,支持四种基本样式 text, picture, picture-card 和 picture-circle\n\n(EN) Built-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "classes",
|
|
4332
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的 class,支持对象或函数\n\n(EN) Customize class for each semantic structure inside the component. Supports object or function."
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "styles",
|
|
4336
|
+
"description": "Default: -\n\n(ZH) 用于自定义组件内部各语义化结构的行内 style,支持对象或函数\n\n(EN) Customize inline style for each semantic structure inside the component. Supports object or function."
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "root-class",
|
|
4340
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "support-server-render",
|
|
4344
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "disabled",
|
|
4348
|
+
"description": "Default: false\n\n(ZH) 是否禁用\n\n(EN) Disable upload button"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "prefix-cls",
|
|
4352
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "custom-request",
|
|
4356
|
+
"description": "Default: -\n\n(ZH) 通过覆盖默认的上传行为,可以自定义自己的上传实现\n\n(EN) Override for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "with-credentials",
|
|
4360
|
+
"description": "Default: false\n\n(ZH) 上传请求时是否携带 cookie\n\n(EN) The ajax upload with cookie sent"
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"name": "open-file-dialog-on-click",
|
|
4364
|
+
"description": "Default: true\n\n(ZH) 点击打开文件对话框\n\n(EN) Click open file dialog"
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "locale",
|
|
4368
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "id",
|
|
4372
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "preview-file",
|
|
4376
|
+
"description": "Default: -\n\n(ZH) 自定义文件预览逻辑\n\n(EN) Customize preview file logic"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"name": "icon-render",
|
|
4380
|
+
"description": "Default: -\n\n(ZH) 自定义显示 icon\n\n(EN) Custom show icon"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"name": "is-image-url",
|
|
4384
|
+
"description": "Default: (内部实现)\n\n(ZH) 自定义缩略图是否使用 标签进行显示\n\n(EN) Customize if render in thumbnail"
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"name": "progress",
|
|
4388
|
+
"description": "Default: { strokeWidth: 2, showInfo: false }\n\n(ZH) 自定义进度条样式\n\n(EN) Custom progress bar"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "item-render",
|
|
4392
|
+
"description": "Default: -\n\n(ZH) 自定义上传列表项\n\n(EN) Custom item of uploadList"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "max-count",
|
|
4396
|
+
"description": "Default: -\n\n(ZH) 限制上传数量。当为 1 时,始终用最新上传的文件代替当前文件\n\n(EN) Limit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
4397
|
+
},
|
|
4398
|
+
{
|
|
4399
|
+
"name": "on-remove",
|
|
4400
|
+
"description": "Default: -\n\n(ZH) 点击移除文件时的回调,返回值为 false 时不移除。支持返回一个 Promise 对象,Promise 对象 resolve(false) 或 reject 时不移除\n\n(EN) A callback function, will be executed when removing file button is clicked, remove event will be prevented when the return value is false or a Promise which resolve(false) or reject"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "on-preview",
|
|
4404
|
+
"description": "Default: -\n\n(ZH) 点击文件链接或预览图标时的回调\n\n(EN) A callback function, will be executed when the file link or preview icon is clicked"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "on-download",
|
|
4408
|
+
"description": "Default: (跳转新标签页)\n\n(ZH) 点击下载文件时的回调,如果没有指定,则默认跳转到文件 url 对应的标签页\n\n(EN) Click the method to download the file, pass the method to perform the method logic, and do not pass the default jump to the new TAB"
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "capture",
|
|
4412
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "has-control-inside",
|
|
4416
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "pastable",
|
|
4420
|
+
"description": "Default: false\n\n(ZH) 是否支持粘贴文件\n\n(EN) Support paste file"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "height",
|
|
4424
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "items",
|
|
4428
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "show-remove-icon",
|
|
4432
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "show-download-icon",
|
|
4436
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "show-preview-icon",
|
|
4440
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "remove-icon",
|
|
4444
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "download-icon",
|
|
4448
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "preview-icon",
|
|
4452
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "extra",
|
|
4456
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"name": "append-action",
|
|
4460
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"name": "append-action-visible",
|
|
4464
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4465
|
+
}
|
|
4466
|
+
]
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "a-transfer",
|
|
4470
|
+
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4471
|
+
"attributes": []
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "a-watermark",
|
|
4475
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
4476
|
+
"attributes": [
|
|
4477
|
+
{
|
|
4478
|
+
"name": "z-index",
|
|
4479
|
+
"description": "Default: 9\n\n(ZH) 追加的水印元素的 z-index\n\n(EN) The z-index of the appended watermark element"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "rotate",
|
|
4483
|
+
"description": "Default: -22\n\n(ZH) 水印绘制时,旋转的角度,单位 °\n\n(EN) When the watermark is drawn, the rotation Angle, unit °"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"name": "width",
|
|
4487
|
+
"description": "Default: 120\n\n(ZH) 水印的宽度,content 的默认值为自身的宽度\n\n(EN) The width of the watermark, the default value of content is its own width"
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "height",
|
|
4491
|
+
"description": "Default: 64\n\n(ZH) 水印的高度,content 的默认值为自身的高度\n\n(EN) The height of the watermark, the default value of content is its own height"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "image",
|
|
4495
|
+
"description": "Default: -\n\n(ZH) 图片源,建议导出 2 倍或 3 倍图,优先级高 (支持 base64 格式)\n\n(EN) Image source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"name": "content",
|
|
4499
|
+
"description": "Default: -\n\n(ZH) 水印文字内容\n\n(EN) Watermark text content"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "font",
|
|
4503
|
+
"description": "Default: Font\n\n(ZH) 文字样式\n\n(EN) Text style"
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "root-class",
|
|
4507
|
+
"description": "Default: -\n\n(ZH) -\n\n(EN) -"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "gap",
|
|
4511
|
+
"description": "Default: \\[100, 100\\]\n\n(ZH) 水印之间的间距\n\n(EN) The spacing between watermarks"
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"name": "offset",
|
|
4515
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\n(ZH) 水印距离容器左上角的偏移量,默认为 gap/2\n\n(EN) The offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "inherit",
|
|
4519
|
+
"description": "Default: true\n\n(ZH) 是否将水印传导给弹出组件如 Modal、Drawer\n\n(EN) Pass the watermark to the pop-up component such as Modal, Drawer"
|
|
4520
|
+
}
|
|
4521
|
+
]
|
|
4522
|
+
}
|
|
4523
|
+
]
|
|
4524
|
+
}
|