antdv-next 1.0.0-beta.2 → 1.0.0-rc.1
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/PurePanel.mjs +4 -4
- package/dist/_util/hooks/useClosable.d.mts +0 -1
- package/dist/_util/hooks/useClosable.mjs +1 -1
- package/dist/_util/hooks/useMergeSemantic.d.mts +2 -3
- package/dist/_util/hooks/useMergeSemantic.mjs +9 -9
- package/dist/_util/tools.mjs +1 -1
- package/dist/_util/warning.d.mts +0 -1
- package/dist/affix/index.d.mts +3 -3
- package/dist/alert/Alert.d.mts +24 -7
- package/dist/alert/Alert.mjs +91 -28
- package/dist/anchor/Anchor.d.mts +18 -7
- package/dist/antd.css +1 -1
- package/dist/antd.js +101 -112
- package/dist/app/App.d.mts +2 -2
- package/dist/app/App.mjs +2 -2
- package/dist/auto-complete/index.d.mts +23 -11
- package/dist/auto-complete/index.mjs +1 -1
- package/dist/avatar/Avatar.d.mts +3 -3
- package/dist/avatar/AvatarGroup.d.mts +2 -2
- package/dist/avatar/style/index.mjs +2 -2
- package/dist/badge/Ribbon.d.mts +18 -2
- package/dist/badge/Ribbon.mjs +44 -23
- package/dist/badge/SingleNumber.mjs +2 -1
- package/dist/badge/index.d.mts +14 -7
- package/dist/badge/style/ribbon.mjs +1 -1
- package/dist/breadcrumb/Breadcrumb.d.mts +17 -6
- package/dist/breadcrumb/Breadcrumb.mjs +18 -3
- package/dist/breadcrumb/BreadcrumbItem.d.mts +1 -0
- package/dist/breadcrumb/BreadcrumbItem.mjs +29 -4
- package/dist/breadcrumb/style/index.mjs +5 -5
- package/dist/button/Button.d.mts +18 -10
- package/dist/button/buttonHelper.d.mts +0 -1
- package/dist/button/index.d.mts +1 -1
- package/dist/button/style/compact.mjs +28 -19
- package/dist/button/style/token.d.mts +0 -5
- package/dist/button/style/variant.mjs +27 -3
- package/dist/calendar/generateCalendar.d.mts +20 -7
- package/dist/calendar/generateCalendar.mjs +1 -1
- package/dist/calendar/index.d.mts +3 -3
- package/dist/card/Card.d.mts +23 -6
- package/dist/card/CardGrid.d.mts +2 -2
- package/dist/card/CardMeta.d.mts +20 -7
- package/dist/cascader/index.d.mts +28 -7
- package/dist/checkbox/Checkbox.d.mts +16 -7
- package/dist/checkbox/Checkbox.mjs +1 -1
- package/dist/checkbox/Group.d.mts +4 -3
- package/dist/checkbox/Group.mjs +11 -2
- package/dist/collapse/Collapse.d.mts +19 -6
- package/dist/collapse/Collapse.mjs +1 -1
- package/dist/color-picker/ColorPicker.d.mts +3 -3
- package/dist/color-picker/interface.d.mts +15 -7
- package/dist/color-picker/style/input.mjs +2 -0
- package/dist/components.d.mts +2 -3
- package/dist/config-provider/context.d.mts +58 -12
- package/dist/config-provider/context.mjs +3 -3
- package/dist/config-provider/define.d.mts +7 -1
- package/dist/config-provider/index.d.mts +3 -4
- package/dist/config-provider/index.mjs +82 -8
- package/dist/date-picker/generatePicker/index.d.mts +15 -15
- package/dist/date-picker/generatePicker/interface.d.mts +37 -10
- package/dist/date-picker/hooks/useMergedPickerSemantic.mjs +2 -2
- package/dist/date-picker/index.d.mts +25 -25
- package/dist/descriptions/Cell.mjs +5 -5
- package/dist/descriptions/DescriptionsContext.d.mts +13 -0
- package/dist/descriptions/Item.d.mts +3 -3
- package/dist/descriptions/hooks/useRow.mjs +7 -7
- package/dist/descriptions/index.d.mts +22 -7
- package/dist/divider/index.d.mts +15 -5
- package/dist/drawer/DrawerPanel.d.mts +28 -3
- package/dist/drawer/DrawerPanel.mjs +3 -3
- package/dist/drawer/index.d.mts +4 -4
- package/dist/drawer/index.mjs +4 -0
- package/dist/drawer/style/index.mjs +9 -2
- package/dist/dropdown/dropdown.d.mts +20 -7
- package/dist/empty/index.d.mts +18 -7
- package/dist/flex/index.d.mts +3 -3
- package/dist/float-button/FloatButton.d.mts +3 -4
- package/dist/float-button/FloatButtonGroup.d.mts +22 -3
- package/dist/form/Form.d.mts +16 -7
- package/dist/form/FormItem/index.d.mts +3 -3
- package/dist/form/FormItem/index.mjs +1 -1
- package/dist/form/FormItemInput.d.mts +0 -1
- package/dist/image/PreviewGroup.d.mts +3 -5
- package/dist/image/index.d.mts +34 -14
- package/dist/index.d.mts +3 -4
- package/dist/input/Input.d.mts +17 -4
- package/dist/input/Input.mjs +2 -2
- package/dist/input/OTP/index.d.mts +13 -4
- package/dist/input/Password.mjs +3 -3
- package/dist/input/Search.d.mts +21 -9
- package/dist/input/TextArea.d.mts +16 -7
- package/dist/input/TextArea.mjs +2 -2
- package/dist/input/index.d.mts +11 -11
- package/dist/input/style/index.mjs +5 -2
- package/dist/input/style/variants.mjs +2 -1
- package/dist/input-number/index.d.mts +20 -7
- package/dist/layout/index.d.mts +6 -6
- package/dist/layout/layout.d.mts +0 -1
- package/dist/locale/index.d.mts +0 -1
- package/dist/masonry/Masonry.d.mts +14 -7
- package/dist/masonry/MasonryItem.mjs +2 -2
- package/dist/mentions/index.d.mts +18 -7
- package/dist/mentions/index.mjs +2 -2
- package/dist/mentions/style/index.mjs +2 -2
- package/dist/menu/MenuContext.d.mts +0 -1
- package/dist/menu/MenuDivider.d.mts +2 -2
- package/dist/menu/MenuItem.d.mts +3 -3
- package/dist/menu/MenuItem.mjs +4 -3
- package/dist/menu/SubMenu.d.mts +3 -3
- package/dist/menu/SubMenu.mjs +5 -0
- package/dist/menu/index.d.mts +5 -5
- package/dist/menu/menu.d.mts +42 -10
- package/dist/menu/menu.mjs +2 -2
- package/dist/menu/style/index.d.mts +1 -1
- package/dist/menu/style/vertical.mjs +1 -1
- package/dist/message/PurePanel.d.mts +5 -7
- package/dist/message/index.mjs +2 -2
- package/dist/message/interface.d.mts +20 -4
- package/dist/message/useMessage.d.mts +0 -1
- package/dist/modal/Modal.d.mts +3 -3
- package/dist/modal/confirm.mjs +8 -4
- package/dist/modal/interface.d.mts +22 -3
- package/dist/modal/style/index.mjs +11 -8
- package/dist/notification/PurePanel.d.mts +8 -8
- package/dist/notification/index.mjs +2 -2
- package/dist/notification/interface.d.mts +18 -5
- package/dist/notification/style/index.mjs +8 -8
- package/dist/notification/useNotification.d.mts +2 -3
- package/dist/package.d.mts +4 -0
- package/dist/package.mjs +1 -1
- package/dist/pagination/Pagination.d.mts +3 -3
- package/dist/pagination/Pagination.mjs +11 -10
- package/dist/pagination/interface.d.mts +14 -5
- package/dist/pagination/style/bordered.mjs +2 -2
- package/dist/pagination/style/index.d.mts +10 -5
- package/dist/pagination/style/index.mjs +52 -103
- package/dist/popconfirm/PurePanel.d.mts +5 -7
- package/dist/popconfirm/index.d.mts +8 -6
- package/dist/popconfirm/index.mjs +7 -3
- package/dist/popover/index.d.mts +16 -9
- package/dist/popover/index.mjs +8 -5
- package/dist/progress/Line.mjs +3 -3
- package/dist/progress/progress.d.mts +20 -7
- package/dist/qrcode/index.d.mts +3 -3
- package/dist/qrcode/index.mjs +2 -1
- package/dist/qrcode/interface.d.mts +11 -3
- package/dist/radio/group.mjs +3 -3
- package/dist/radio/index.d.mts +5 -5
- package/dist/radio/interface.d.mts +13 -3
- package/dist/radio/radio.d.mts +3 -3
- package/dist/radio/radio.mjs +1 -1
- package/dist/rate/index.d.mts +3 -3
- package/dist/result/index.d.mts +22 -7
- package/dist/result/index.mjs +11 -6
- package/dist/result/noFound.d.mts +2 -2
- package/dist/result/serverError.d.mts +2 -2
- package/dist/result/unauthorized.d.mts +2 -2
- package/dist/segmented/index.d.mts +18 -7
- package/dist/select/index.d.mts +48 -20
- package/dist/skeleton/Avatar.d.mts +2 -2
- package/dist/skeleton/Button.d.mts +2 -2
- package/dist/skeleton/Image.d.mts +2 -2
- package/dist/skeleton/Input.d.mts +2 -2
- package/dist/skeleton/Node.d.mts +3 -3
- package/dist/skeleton/Skeleton.d.mts +22 -7
- package/dist/slider/index.d.mts +19 -6
- package/dist/slider/index.mjs +4 -4
- package/dist/space/index.d.mts +18 -9
- package/dist/spin/Indicator/Progress.mjs +3 -3
- package/dist/spin/index.d.mts +19 -6
- package/dist/splitter/SplitBar.mjs +12 -12
- package/dist/splitter/Splitter.d.mts +3 -3
- package/dist/splitter/Splitter.mjs +1 -1
- package/dist/splitter/hooks/useItems.mjs +2 -2
- package/dist/splitter/hooks/useResizable.mjs +5 -5
- package/dist/splitter/hooks/useResize.mjs +2 -2
- package/dist/splitter/index.d.mts +2 -2
- package/dist/splitter/interface.d.mts +21 -7
- package/dist/splitter/style/index.mjs +2 -28
- package/dist/statistic/Statistic.d.mts +21 -6
- package/dist/statistic/Statistic.mjs +1 -1
- package/dist/statistic/Timer.d.mts +5 -5
- package/dist/statistic/index.d.mts +5 -5
- package/dist/steps/context.mjs +5 -2
- package/dist/steps/index.d.mts +31 -9
- package/dist/steps/index.mjs +3 -3
- package/dist/style/motion/fade.mjs +25 -0
- package/dist/switch/index.d.mts +14 -7
- package/dist/switch/index.mjs +2 -2
- package/dist/table/Column.d.mts +3 -3
- package/dist/table/ColumnGroup.d.mts +3 -3
- package/dist/table/InternalTable.d.mts +35 -13
- package/dist/table/InternalTable.mjs +12 -6
- package/dist/table/Table.d.mts +3 -3
- package/dist/table/TableMeasureRowContext.mjs +20 -0
- package/dist/table/hooks/useFilter/FilterDropdown.mjs +17 -12
- package/dist/table/hooks/useSelection.mjs +1 -1
- package/dist/table/interface.d.mts +1 -2
- package/dist/table/style/virtual.mjs +1 -1
- package/dist/tabs/TabPane.d.mts +3 -3
- package/dist/tabs/index.d.mts +27 -11
- package/dist/tabs/index.mjs +5 -5
- package/dist/tag/CheckableTag.d.mts +3 -3
- package/dist/tag/CheckableTagGroup.d.mts +3 -3
- package/dist/tag/index.d.mts +16 -7
- package/dist/tag/index.mjs +1 -1
- package/dist/tag/style/index.mjs +1 -1
- package/dist/theme/index.d.mts +1 -2
- package/dist/theme/interface/maps/index.d.mts +0 -1
- package/dist/theme/useToken.mjs +3 -3
- package/dist/theme/util/genStyleUtils.mjs +3 -2
- package/dist/time-picker/index.d.mts +38 -14
- package/dist/time-picker/index.mjs +1 -1
- package/dist/timeline/Timeline.d.mts +49 -14
- package/dist/timeline/Timeline.mjs +82 -11
- package/dist/timeline/index.d.mts +1 -2
- package/dist/timeline/style/horizontal.mjs +73 -0
- package/dist/timeline/style/index.d.mts +10 -5
- package/dist/timeline/style/index.mjs +93 -137
- package/dist/timeline/useItems.mjs +52 -0
- package/dist/tooltip/PurePanel.d.mts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.mts +2 -2
- package/dist/tooltip/index.d.mts +17 -8
- package/dist/tooltip/index.mjs +11 -3
- package/dist/tooltip/style/index.d.mts +7 -1
- package/dist/tooltip/style/index.mjs +3 -2
- package/dist/tour/index.d.mts +3 -3
- package/dist/tour/index.mjs +1 -1
- package/dist/tour/interface.d.mts +29 -3
- package/dist/transfer/Actions.d.mts +2 -2
- package/dist/transfer/ListItem.mjs +4 -4
- package/dist/transfer/Section.d.mts +2 -2
- package/dist/transfer/Transfer.d.mts +3 -3
- package/dist/transfer/Transfer.mjs +4 -4
- package/dist/transfer/index.d.mts +1 -1
- package/dist/transfer/interface.d.mts +32 -7
- package/dist/transfer/search.d.mts +3 -3
- package/dist/tree/DirectoryTree.d.mts +3 -3
- package/dist/tree/Tree.d.mts +18 -7
- package/dist/tree/index.d.mts +0 -1
- package/dist/tree-select/index.d.mts +41 -12
- package/dist/tree-select/style/index.d.mts +1 -1
- package/dist/typography/Editable.mjs +4 -4
- package/dist/typography/Link.d.mts +3 -3
- package/dist/typography/Paragraph.d.mts +3 -3
- package/dist/typography/Text.d.mts +3 -3
- package/dist/typography/Title.d.mts +3 -3
- package/dist/typography/Typography.d.mts +3 -3
- package/dist/typography/Typography.mjs +2 -12
- package/dist/typography/index.d.mts +9 -10
- package/dist/typography/interface.d.mts +0 -2
- package/dist/typography/style/mixins.mjs +3 -3
- package/dist/upload/Dragger.d.mts +3 -3
- package/dist/upload/Upload.d.mts +3 -4
- package/dist/upload/index.d.mts +3 -3
- package/dist/upload/interface.d.mts +13 -4
- package/dist/watermark/index.d.mts +2 -2
- package/dist/watermark/index.mjs +3 -3
- package/package.json +45 -41
- package/web-tags.json +1108 -1067
- package/web-types.json +3861 -4257
- package/dist/timeline/TimelineItem.d.mts +0 -20
- package/dist/timeline/TimelineItem.mjs +0 -115
- package/dist/timeline/TimelineItemList.mjs +0 -158
- /package/dist/{reset.css/reset.css → reset.css} +0 -0
package/web-tags.json
CHANGED
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-
|
|
2
|
+
"version": "1.0.0-rc.1",
|
|
3
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\nOffset from the top of the viewport (in pixels)"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "offset-bottom",
|
|
14
|
-
"description": "Default: -\n\nOffset from the bottom of the viewport (in pixels)"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "target",
|
|
18
|
-
"description": "Default: () => window\n\nSpecifies the scrollable area DOM node"
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
4
|
{
|
|
23
5
|
"name": "a-alert",
|
|
24
6
|
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
@@ -85,6 +67,24 @@
|
|
|
85
67
|
}
|
|
86
68
|
]
|
|
87
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"name": "a-affix",
|
|
72
|
+
"description": "(ZH) 将页面元素钉在可视范围。\n\n(EN) Stick an element to the viewport.",
|
|
73
|
+
"attributes": [
|
|
74
|
+
{
|
|
75
|
+
"name": "offset-top",
|
|
76
|
+
"description": "Default: 0\n\nOffset from the top of the viewport (in pixels)"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "offset-bottom",
|
|
80
|
+
"description": "Default: -\n\nOffset from the bottom of the viewport (in pixels)"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "target",
|
|
84
|
+
"description": "Default: () => window\n\nSpecifies the scrollable area DOM node"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
88
|
{
|
|
89
89
|
"name": "a-anchor",
|
|
90
90
|
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
@@ -140,20 +140,84 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"name": "a-
|
|
144
|
-
"description": "(ZH)
|
|
143
|
+
"name": "a-auto-complete",
|
|
144
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
145
145
|
"attributes": [
|
|
146
146
|
{
|
|
147
|
-
"name": "
|
|
148
|
-
"description": "Default:
|
|
147
|
+
"name": "allow-clear",
|
|
148
|
+
"description": "Default: false\n\nShow clear button"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "Default:
|
|
151
|
+
"name": "backfill",
|
|
152
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"name": "
|
|
156
|
-
"description": "Default:
|
|
155
|
+
"name": "classes",
|
|
156
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "default-active-first-option",
|
|
160
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "disabled",
|
|
164
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "get-popup-container",
|
|
168
|
+
"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"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "not-found-content",
|
|
172
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "open",
|
|
176
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "options",
|
|
180
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "placeholder",
|
|
184
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "popup-match-select-width",
|
|
188
|
+
"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"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "popup-render",
|
|
192
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "show-search",
|
|
196
|
+
"description": "Default: true\n\nSearch configuration"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "size",
|
|
200
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "status",
|
|
204
|
+
"description": "Default: -\n\nSet validation status"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "styles",
|
|
208
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "value",
|
|
212
|
+
"description": "Default: -\n\nSelected option"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "variant",
|
|
216
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "virtual",
|
|
220
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
157
221
|
}
|
|
158
222
|
]
|
|
159
223
|
},
|
|
@@ -317,6 +381,24 @@
|
|
|
317
381
|
}
|
|
318
382
|
]
|
|
319
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"name": "a-app",
|
|
386
|
+
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
387
|
+
"attributes": [
|
|
388
|
+
{
|
|
389
|
+
"name": "message",
|
|
390
|
+
"description": "Default: -\n\nGlobal config for Message"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "notification",
|
|
394
|
+
"description": "Default: -\n\nGlobal config for Notification"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "component",
|
|
398
|
+
"description": "Default: div\n\nConfig render element, if false will not create DOM node"
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
320
402
|
{
|
|
321
403
|
"name": "a-button",
|
|
322
404
|
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
@@ -392,97 +474,123 @@
|
|
|
392
474
|
]
|
|
393
475
|
},
|
|
394
476
|
{
|
|
395
|
-
"name": "a-
|
|
396
|
-
"description": "(ZH)
|
|
477
|
+
"name": "a-card",
|
|
478
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
397
479
|
"attributes": [
|
|
398
480
|
{
|
|
399
|
-
"name": "
|
|
400
|
-
"description": "Default:
|
|
481
|
+
"name": "title",
|
|
482
|
+
"description": "Default: -\n\nCard title"
|
|
401
483
|
},
|
|
402
484
|
{
|
|
403
|
-
"name": "
|
|
404
|
-
"description": "Default:
|
|
485
|
+
"name": "extra",
|
|
486
|
+
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
405
487
|
},
|
|
406
488
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"description": "Default:
|
|
489
|
+
"name": "bordered",
|
|
490
|
+
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
409
491
|
},
|
|
410
492
|
{
|
|
411
|
-
"name": "
|
|
412
|
-
"description": "Default:
|
|
493
|
+
"name": "head-style",
|
|
494
|
+
"description": "Default: -\n\nDeprecated."
|
|
413
495
|
},
|
|
414
496
|
{
|
|
415
|
-
"name": "
|
|
416
|
-
"description": "Default:
|
|
497
|
+
"name": "body-style",
|
|
498
|
+
"description": "Default: -\n\nDeprecated."
|
|
417
499
|
},
|
|
418
500
|
{
|
|
419
|
-
"name": "
|
|
420
|
-
"description": "Default:
|
|
501
|
+
"name": "loading",
|
|
502
|
+
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
421
503
|
},
|
|
422
504
|
{
|
|
423
|
-
"name": "
|
|
424
|
-
"description": "Default:
|
|
505
|
+
"name": "hoverable",
|
|
506
|
+
"description": "Default: false\n\nLift up when hovering card"
|
|
425
507
|
},
|
|
426
508
|
{
|
|
427
|
-
"name": "
|
|
428
|
-
"description": "Default: -\n\
|
|
509
|
+
"name": "id",
|
|
510
|
+
"description": "Default: -\n\n-"
|
|
429
511
|
},
|
|
430
512
|
{
|
|
431
|
-
"name": "
|
|
432
|
-
"description": "Default:
|
|
513
|
+
"name": "size",
|
|
514
|
+
"description": "Default: default\n\nSize of card"
|
|
433
515
|
},
|
|
434
516
|
{
|
|
435
|
-
"name": "
|
|
436
|
-
"description": "Default: -\n\
|
|
517
|
+
"name": "type",
|
|
518
|
+
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
437
519
|
},
|
|
438
520
|
{
|
|
439
|
-
"name": "
|
|
440
|
-
"description": "Default:
|
|
521
|
+
"name": "cover",
|
|
522
|
+
"description": "Default: -\n\nCard cover"
|
|
441
523
|
},
|
|
442
524
|
{
|
|
443
|
-
"name": "
|
|
444
|
-
"description": "Default: -\n\
|
|
525
|
+
"name": "actions",
|
|
526
|
+
"description": "Default: -\n\nThe action list, shows at the bottom of the Card"
|
|
445
527
|
},
|
|
446
528
|
{
|
|
447
|
-
"name": "
|
|
448
|
-
"description": "Default:
|
|
529
|
+
"name": "tab-list",
|
|
530
|
+
"description": "Default: -\n\nList of TabPane's head"
|
|
449
531
|
},
|
|
450
532
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"description": "Default: -\n\
|
|
533
|
+
"name": "tab-bar-extra-content",
|
|
534
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
453
535
|
},
|
|
454
536
|
{
|
|
455
|
-
"name": "
|
|
456
|
-
"description": "Default: -\n\
|
|
537
|
+
"name": "active-tab-key",
|
|
538
|
+
"description": "Default: -\n\nCurrent TabPane's key"
|
|
457
539
|
},
|
|
458
540
|
{
|
|
459
|
-
"name": "
|
|
460
|
-
"description": "Default:
|
|
541
|
+
"name": "default-active-tab-key",
|
|
542
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeTabKey is not set"
|
|
461
543
|
},
|
|
462
544
|
{
|
|
463
|
-
"name": "
|
|
464
|
-
"description": "Default: -\n\
|
|
545
|
+
"name": "tab-props",
|
|
546
|
+
"description": "Default: -\n\nTabs"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "classes",
|
|
550
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "styles",
|
|
554
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
465
555
|
},
|
|
466
556
|
{
|
|
467
557
|
"name": "variant",
|
|
468
|
-
"description": "Default: outlined\n\nVariants of
|
|
558
|
+
"description": "Default: outlined\n\nVariants of Card"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "a-card-grid",
|
|
564
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
565
|
+
"attributes": [
|
|
566
|
+
{
|
|
567
|
+
"name": "prefix-cls",
|
|
568
|
+
"description": "Default: -\n\n-"
|
|
469
569
|
},
|
|
470
570
|
{
|
|
471
|
-
"name": "
|
|
472
|
-
"description": "Default:
|
|
571
|
+
"name": "hoverable",
|
|
572
|
+
"description": "Default: false\n\nLift up when hovering card"
|
|
473
573
|
}
|
|
474
574
|
]
|
|
475
575
|
},
|
|
476
576
|
{
|
|
477
|
-
"name": "a-
|
|
478
|
-
"description": "(ZH)
|
|
577
|
+
"name": "a-card-meta",
|
|
578
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
479
579
|
"attributes": [
|
|
480
580
|
{
|
|
481
581
|
"name": "prefix-cls",
|
|
482
582
|
"description": "Default: -\n\n-"
|
|
483
583
|
},
|
|
484
584
|
{
|
|
485
|
-
"name": "
|
|
585
|
+
"name": "avatar",
|
|
586
|
+
"description": "Default: -\n\n-"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "title",
|
|
590
|
+
"description": "Default: -\n\nCard title"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "description",
|
|
486
594
|
"description": "Default: -\n\n-"
|
|
487
595
|
},
|
|
488
596
|
{
|
|
@@ -492,10 +600,32 @@
|
|
|
492
600
|
{
|
|
493
601
|
"name": "styles",
|
|
494
602
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
495
|
-
}
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "a-calendar",
|
|
608
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
609
|
+
"attributes": [
|
|
496
610
|
{
|
|
497
|
-
"name": "
|
|
498
|
-
"description": "Default:
|
|
611
|
+
"name": "prefix-cls",
|
|
612
|
+
"description": "Default: -\n\n-"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "root-class",
|
|
616
|
+
"description": "Default: -\n\n-"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "classes",
|
|
620
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "styles",
|
|
624
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "locale",
|
|
628
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
499
629
|
},
|
|
500
630
|
{
|
|
501
631
|
"name": "valid-range",
|
|
@@ -503,7 +633,7 @@
|
|
|
503
633
|
},
|
|
504
634
|
{
|
|
505
635
|
"name": "disabled-date",
|
|
506
|
-
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it
|
|
636
|
+
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
507
637
|
},
|
|
508
638
|
{
|
|
509
639
|
"name": "date-full-cell-render",
|
|
@@ -708,76 +838,20 @@
|
|
|
708
838
|
]
|
|
709
839
|
},
|
|
710
840
|
{
|
|
711
|
-
"name": "a-
|
|
712
|
-
"description": "(ZH)
|
|
841
|
+
"name": "a-checkbox",
|
|
842
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
713
843
|
"attributes": [
|
|
714
844
|
{
|
|
715
|
-
"name": "
|
|
716
|
-
"description": "Default:
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "extra",
|
|
720
|
-
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"name": "bordered",
|
|
724
|
-
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "head-style",
|
|
728
|
-
"description": "Default: -\n\nDeprecated."
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "body-style",
|
|
732
|
-
"description": "Default: -\n\nDeprecated."
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"name": "loading",
|
|
736
|
-
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "hoverable",
|
|
740
|
-
"description": "Default: false\n\nLift up when hovering card"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "id",
|
|
744
|
-
"description": "Default: -\n\n-"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "size",
|
|
748
|
-
"description": "Default: default\n\nSize of card"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "type",
|
|
752
|
-
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"name": "cover",
|
|
756
|
-
"description": "Default: -\n\nCard cover"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "actions",
|
|
760
|
-
"description": "Default: -\n\nThe action list, shows at the bottom of the Card"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"name": "tab-list",
|
|
764
|
-
"description": "Default: -\n\nList of TabPane's head"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "tab-bar-extra-content",
|
|
768
|
-
"description": "Default: -\n\nExtra content in tab bar"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"name": "active-tab-key",
|
|
772
|
-
"description": "Default: -\n\nCurrent TabPane's key"
|
|
845
|
+
"name": "checked",
|
|
846
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected"
|
|
773
847
|
},
|
|
774
848
|
{
|
|
775
|
-
"name": "
|
|
776
|
-
"description": "Default:
|
|
849
|
+
"name": "disabled",
|
|
850
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
777
851
|
},
|
|
778
852
|
{
|
|
779
|
-
"name": "
|
|
780
|
-
"description": "Default:
|
|
853
|
+
"name": "indeterminate",
|
|
854
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
781
855
|
},
|
|
782
856
|
{
|
|
783
857
|
"name": "classes",
|
|
@@ -786,54 +860,32 @@
|
|
|
786
860
|
{
|
|
787
861
|
"name": "styles",
|
|
788
862
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"name": "variant",
|
|
792
|
-
"description": "Default: outlined\n\nVariants of Card"
|
|
793
863
|
}
|
|
794
864
|
]
|
|
795
865
|
},
|
|
796
866
|
{
|
|
797
|
-
"name": "a-
|
|
798
|
-
"description": "(ZH)
|
|
867
|
+
"name": "a-checkbox-group",
|
|
868
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
799
869
|
"attributes": [
|
|
800
870
|
{
|
|
801
|
-
"name": "
|
|
802
|
-
"description": "Default:
|
|
871
|
+
"name": "options",
|
|
872
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
803
873
|
},
|
|
804
874
|
{
|
|
805
|
-
"name": "
|
|
806
|
-
"description": "Default: false\n\
|
|
807
|
-
}
|
|
808
|
-
]
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "a-card-meta",
|
|
812
|
-
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
813
|
-
"attributes": [
|
|
814
|
-
{
|
|
815
|
-
"name": "prefix-cls",
|
|
816
|
-
"description": "Default: -\n\n-"
|
|
875
|
+
"name": "disabled",
|
|
876
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
817
877
|
},
|
|
818
878
|
{
|
|
819
|
-
"name": "
|
|
820
|
-
"description": "Default: -\n\
|
|
879
|
+
"name": "name",
|
|
880
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
821
881
|
},
|
|
822
882
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"description": "Default:
|
|
883
|
+
"name": "value",
|
|
884
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value"
|
|
825
885
|
},
|
|
826
886
|
{
|
|
827
|
-
"name": "
|
|
887
|
+
"name": "label-render",
|
|
828
888
|
"description": "Default: -\n\n-"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"name": "classes",
|
|
832
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "styles",
|
|
836
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
837
889
|
}
|
|
838
890
|
]
|
|
839
891
|
},
|
|
@@ -1157,64 +1209,6 @@
|
|
|
1157
1209
|
"description": "输入或选择日期的控件。",
|
|
1158
1210
|
"attributes": []
|
|
1159
1211
|
},
|
|
1160
|
-
{
|
|
1161
|
-
"name": "a-descriptions",
|
|
1162
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1163
|
-
"attributes": [
|
|
1164
|
-
{
|
|
1165
|
-
"name": "bordered",
|
|
1166
|
-
"description": "Default: false\n\nWhether to display the border"
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "size",
|
|
1170
|
-
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "title",
|
|
1174
|
-
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "extra",
|
|
1178
|
-
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"name": "label-render",
|
|
1182
|
-
"description": "Default: -\n\n-"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"name": "content-render",
|
|
1186
|
-
"description": "Default: -\n\n-"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "column",
|
|
1190
|
-
"description": "Default: 3\n\nThe 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"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"name": "layout",
|
|
1194
|
-
"description": "Default: horizontal\n\nDefine description layout"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "colon",
|
|
1198
|
-
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"name": "styles",
|
|
1202
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "classes",
|
|
1206
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "items",
|
|
1210
|
-
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "id",
|
|
1214
|
-
"description": "Default: -\n\n-"
|
|
1215
|
-
}
|
|
1216
|
-
]
|
|
1217
|
-
},
|
|
1218
1212
|
{
|
|
1219
1213
|
"name": "a-divider",
|
|
1220
1214
|
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
@@ -1258,53 +1252,59 @@
|
|
|
1258
1252
|
]
|
|
1259
1253
|
},
|
|
1260
1254
|
{
|
|
1261
|
-
"name": "a-
|
|
1262
|
-
"description": "(ZH)
|
|
1255
|
+
"name": "a-descriptions",
|
|
1256
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1263
1257
|
"attributes": [
|
|
1264
1258
|
{
|
|
1265
|
-
"name": "
|
|
1266
|
-
"description": "Default: false\n\
|
|
1259
|
+
"name": "bordered",
|
|
1260
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1267
1261
|
},
|
|
1268
1262
|
{
|
|
1269
|
-
"name": "
|
|
1270
|
-
"description": "Default:
|
|
1263
|
+
"name": "size",
|
|
1264
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1271
1265
|
},
|
|
1272
1266
|
{
|
|
1273
|
-
"name": "
|
|
1274
|
-
"description": "Default:
|
|
1267
|
+
"name": "title",
|
|
1268
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1275
1269
|
},
|
|
1276
1270
|
{
|
|
1277
|
-
"name": "
|
|
1278
|
-
"description": "Default: -\n\
|
|
1271
|
+
"name": "extra",
|
|
1272
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1279
1273
|
},
|
|
1280
1274
|
{
|
|
1281
|
-
"name": "
|
|
1282
|
-
"description": "Default: -\n\
|
|
1283
|
-
}
|
|
1284
|
-
]
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
"name": "a-checkbox-group",
|
|
1288
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1289
|
-
"attributes": [
|
|
1275
|
+
"name": "label-render",
|
|
1276
|
+
"description": "Default: -\n\n-"
|
|
1277
|
+
},
|
|
1290
1278
|
{
|
|
1291
|
-
"name": "
|
|
1292
|
-
"description": "Default:
|
|
1279
|
+
"name": "content-render",
|
|
1280
|
+
"description": "Default: -\n\n-"
|
|
1293
1281
|
},
|
|
1294
1282
|
{
|
|
1295
|
-
"name": "
|
|
1296
|
-
"description": "Default:
|
|
1283
|
+
"name": "column",
|
|
1284
|
+
"description": "Default: 3\n\nThe 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"
|
|
1297
1285
|
},
|
|
1298
1286
|
{
|
|
1299
|
-
"name": "
|
|
1300
|
-
"description": "Default:
|
|
1287
|
+
"name": "layout",
|
|
1288
|
+
"description": "Default: horizontal\n\nDefine description layout"
|
|
1301
1289
|
},
|
|
1302
1290
|
{
|
|
1303
|
-
"name": "
|
|
1304
|
-
"description": "Default:
|
|
1291
|
+
"name": "colon",
|
|
1292
|
+
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1305
1293
|
},
|
|
1306
1294
|
{
|
|
1307
|
-
"name": "
|
|
1295
|
+
"name": "styles",
|
|
1296
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "classes",
|
|
1300
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "items",
|
|
1304
|
+
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "id",
|
|
1308
1308
|
"description": "Default: -\n\n-"
|
|
1309
1309
|
}
|
|
1310
1310
|
]
|
|
@@ -1498,8 +1498,47 @@
|
|
|
1498
1498
|
]
|
|
1499
1499
|
},
|
|
1500
1500
|
{
|
|
1501
|
-
"name": "a-
|
|
1502
|
-
"description": "(ZH)
|
|
1501
|
+
"name": "a-empty",
|
|
1502
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1503
|
+
"attributes": [
|
|
1504
|
+
{
|
|
1505
|
+
"name": "vertical",
|
|
1506
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "wrap",
|
|
1510
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "justify",
|
|
1514
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "align",
|
|
1518
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "flex",
|
|
1522
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "gap",
|
|
1526
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "component",
|
|
1530
|
+
"description": "Default: div\n\ncustom element type"
|
|
1531
|
+
}
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "a-flex",
|
|
1536
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1537
|
+
"attributes": []
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "a-float-button-group",
|
|
1541
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1503
1542
|
"attributes": [
|
|
1504
1543
|
{
|
|
1505
1544
|
"name": "shape",
|
|
@@ -1627,40 +1666,6 @@
|
|
|
1627
1666
|
}
|
|
1628
1667
|
]
|
|
1629
1668
|
},
|
|
1630
|
-
{
|
|
1631
|
-
"name": "a-empty",
|
|
1632
|
-
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1633
|
-
"attributes": [
|
|
1634
|
-
{
|
|
1635
|
-
"name": "vertical",
|
|
1636
|
-
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "wrap",
|
|
1640
|
-
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "justify",
|
|
1644
|
-
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "align",
|
|
1648
|
-
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"name": "flex",
|
|
1652
|
-
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1653
|
-
},
|
|
1654
|
-
{
|
|
1655
|
-
"name": "gap",
|
|
1656
|
-
"description": "Default: -\n\nSets the gap between grids"
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"name": "component",
|
|
1660
|
-
"description": "Default: div\n\ncustom element type"
|
|
1661
|
-
}
|
|
1662
|
-
]
|
|
1663
|
-
},
|
|
1664
1669
|
{
|
|
1665
1670
|
"name": "a-form",
|
|
1666
1671
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
@@ -1866,11 +1871,6 @@
|
|
|
1866
1871
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1867
1872
|
"attributes": []
|
|
1868
1873
|
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "a-flex",
|
|
1871
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1872
|
-
"attributes": []
|
|
1873
|
-
},
|
|
1874
1874
|
{
|
|
1875
1875
|
"name": "a-row",
|
|
1876
1876
|
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
@@ -2305,6 +2305,40 @@
|
|
|
2305
2305
|
}
|
|
2306
2306
|
]
|
|
2307
2307
|
},
|
|
2308
|
+
{
|
|
2309
|
+
"name": "a-masonry",
|
|
2310
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2311
|
+
"attributes": [
|
|
2312
|
+
{
|
|
2313
|
+
"name": "classes",
|
|
2314
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "styles",
|
|
2318
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "columns",
|
|
2322
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "fresh",
|
|
2326
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "gutter",
|
|
2330
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "items",
|
|
2334
|
+
"description": "Default: -\n\nMasonry items"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "item-render",
|
|
2338
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2339
|
+
}
|
|
2340
|
+
]
|
|
2341
|
+
},
|
|
2308
2342
|
{
|
|
2309
2343
|
"name": "a-layout",
|
|
2310
2344
|
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
@@ -2358,36 +2392,52 @@
|
|
|
2358
2392
|
]
|
|
2359
2393
|
},
|
|
2360
2394
|
{
|
|
2361
|
-
"name": "a-
|
|
2362
|
-
"description": "(ZH)
|
|
2395
|
+
"name": "a-mentions",
|
|
2396
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2363
2397
|
"attributes": [
|
|
2364
2398
|
{
|
|
2365
|
-
"name": "
|
|
2366
|
-
"description": "Default: -\n\
|
|
2399
|
+
"name": "loading",
|
|
2400
|
+
"description": "Default: -\n\n-"
|
|
2367
2401
|
},
|
|
2368
2402
|
{
|
|
2369
|
-
"name": "
|
|
2370
|
-
"description": "Default: -\n\
|
|
2403
|
+
"name": "status",
|
|
2404
|
+
"description": "Default: -\n\nSet validation status"
|
|
2371
2405
|
},
|
|
2372
2406
|
{
|
|
2373
|
-
"name": "
|
|
2374
|
-
"description": "Default:
|
|
2407
|
+
"name": "options",
|
|
2408
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2375
2409
|
},
|
|
2376
2410
|
{
|
|
2377
|
-
"name": "
|
|
2378
|
-
"description": "Default:
|
|
2411
|
+
"name": "popup-class-name",
|
|
2412
|
+
"description": "Default: -\n\n-"
|
|
2379
2413
|
},
|
|
2380
2414
|
{
|
|
2381
|
-
"name": "
|
|
2382
|
-
"description": "Default:
|
|
2415
|
+
"name": "variant",
|
|
2416
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2383
2417
|
},
|
|
2384
2418
|
{
|
|
2385
|
-
"name": "
|
|
2386
|
-
"description": "Default: -\n\
|
|
2419
|
+
"name": "classes",
|
|
2420
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2387
2421
|
},
|
|
2388
2422
|
{
|
|
2389
|
-
"name": "
|
|
2390
|
-
"description": "Default: -\n\
|
|
2423
|
+
"name": "styles",
|
|
2424
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "size",
|
|
2428
|
+
"description": "Default: -\n\n-"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "label-render",
|
|
2432
|
+
"description": "Default: -\n\n-"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "allow-clear",
|
|
2436
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "disabled",
|
|
2440
|
+
"description": "Default: -\n\n-"
|
|
2391
2441
|
}
|
|
2392
2442
|
]
|
|
2393
2443
|
},
|
|
@@ -2498,362 +2548,366 @@
|
|
|
2498
2548
|
]
|
|
2499
2549
|
},
|
|
2500
2550
|
{
|
|
2501
|
-
"name": "a-
|
|
2502
|
-
"description": "
|
|
2503
|
-
"attributes": []
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"name": "a-arguments",
|
|
2507
|
-
"description": "Display global messages as feedback in response to user operations.",
|
|
2508
|
-
"attributes": []
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"name": "a-config",
|
|
2512
|
-
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2513
|
-
"attributes": []
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "a-global-configuration",
|
|
2517
|
-
"description": "Prompt notification message globally.",
|
|
2518
|
-
"attributes": []
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "a-静态方法",
|
|
2522
|
-
"description": "全局展示通知提醒信息。",
|
|
2523
|
-
"attributes": []
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "a-参数",
|
|
2527
|
-
"description": "全局展示操作反馈信息。",
|
|
2528
|
-
"attributes": []
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"name": "a-全局配置",
|
|
2532
|
-
"description": "全局展示通知提醒信息。",
|
|
2533
|
-
"attributes": []
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "a-args-props",
|
|
2537
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2538
|
-
"attributes": []
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"name": "a-notification-use-notification",
|
|
2542
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2543
|
-
"attributes": []
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "a-closable-type",
|
|
2547
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2548
|
-
"attributes": []
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"name": "a-mentions",
|
|
2552
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2551
|
+
"name": "a-modal",
|
|
2552
|
+
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2553
2553
|
"attributes": [
|
|
2554
2554
|
{
|
|
2555
|
-
"name": "
|
|
2556
|
-
"description": "Default: -\n\
|
|
2555
|
+
"name": "after-close",
|
|
2556
|
+
"description": "Default: -\n\nSpecify a function that will be called when modal is closed completely"
|
|
2557
2557
|
},
|
|
2558
2558
|
{
|
|
2559
|
-
"name": "
|
|
2560
|
-
"description": "Default: -\n\
|
|
2559
|
+
"name": "after-open-change",
|
|
2560
|
+
"description": "Default: -\n\nCallback when the animation ends when Modal is turned on and off"
|
|
2561
2561
|
},
|
|
2562
2562
|
{
|
|
2563
|
-
"name": "
|
|
2564
|
-
"description": "Default:
|
|
2563
|
+
"name": "cancel-button-props",
|
|
2564
|
+
"description": "Default: -\n\nThe cancel button props"
|
|
2565
2565
|
},
|
|
2566
2566
|
{
|
|
2567
|
-
"name": "
|
|
2568
|
-
"description": "Default:
|
|
2567
|
+
"name": "cancel-text",
|
|
2568
|
+
"description": "Default: Cancel\n\nText of the Cancel button"
|
|
2569
2569
|
},
|
|
2570
2570
|
{
|
|
2571
|
-
"name": "
|
|
2572
|
-
"description": "Default:
|
|
2571
|
+
"name": "centered",
|
|
2572
|
+
"description": "Default: false\n\nCentered Modal"
|
|
2573
2573
|
},
|
|
2574
2574
|
{
|
|
2575
2575
|
"name": "classes",
|
|
2576
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2576
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Modal component. Supports object or function."
|
|
2577
2577
|
},
|
|
2578
2578
|
{
|
|
2579
|
-
"name": "
|
|
2580
|
-
"description": "Default:
|
|
2579
|
+
"name": "closable",
|
|
2580
|
+
"description": "Default: true\n\nWhether a close (x) button is visible on top right or not"
|
|
2581
2581
|
},
|
|
2582
2582
|
{
|
|
2583
|
-
"name": "
|
|
2584
|
-
"description": "Default: -\n\
|
|
2583
|
+
"name": "close-icon",
|
|
2584
|
+
"description": "Default: -\n\nCustom close icon. Close button will be hidden when setting to null or false"
|
|
2585
2585
|
},
|
|
2586
2586
|
{
|
|
2587
|
-
"name": "
|
|
2588
|
-
"description": "Default:
|
|
2587
|
+
"name": "confirm-loading",
|
|
2588
|
+
"description": "Default: false\n\nWhether to apply loading visual effect for OK button or not"
|
|
2589
2589
|
},
|
|
2590
2590
|
{
|
|
2591
|
-
"name": "
|
|
2592
|
-
"description": "Default: false\n\
|
|
2591
|
+
"name": "destroy-on-hidden",
|
|
2592
|
+
"description": "Default: false\n\nWhether to unmount child components on close"
|
|
2593
2593
|
},
|
|
2594
2594
|
{
|
|
2595
|
-
"name": "
|
|
2596
|
-
"description": "Default:
|
|
2597
|
-
}
|
|
2598
|
-
]
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "a-pagination",
|
|
2602
|
-
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2603
|
-
"attributes": [
|
|
2604
|
-
{
|
|
2605
|
-
"name": "align",
|
|
2606
|
-
"description": "Default: -\n\nAlignment of pagination"
|
|
2595
|
+
"name": "focus-trigger-after-close",
|
|
2596
|
+
"description": "Default: true\n\nWhether need to focus trigger element after dialog is closed"
|
|
2607
2597
|
},
|
|
2608
2598
|
{
|
|
2609
|
-
"name": "
|
|
2610
|
-
"description": "Default:
|
|
2599
|
+
"name": "footer",
|
|
2600
|
+
"description": "Default: (OK and Cancel buttons)\n\nFooter content, set as footer={null} when you don't need default buttons"
|
|
2611
2601
|
},
|
|
2612
2602
|
{
|
|
2613
|
-
"name": "
|
|
2614
|
-
"description": "Default:
|
|
2603
|
+
"name": "force-render",
|
|
2604
|
+
"description": "Default: false\n\nForce render Modal"
|
|
2615
2605
|
},
|
|
2616
2606
|
{
|
|
2617
|
-
"name": "
|
|
2618
|
-
"description": "Default:
|
|
2607
|
+
"name": "get-container",
|
|
2608
|
+
"description": "Default: document.body\n\nThe mounted node for Modal but still display at fullscreen"
|
|
2619
2609
|
},
|
|
2620
2610
|
{
|
|
2621
|
-
"name": "
|
|
2622
|
-
"description": "Default:
|
|
2611
|
+
"name": "keyboard",
|
|
2612
|
+
"description": "Default: true\n\nWhether support press esc to close"
|
|
2623
2613
|
},
|
|
2624
2614
|
{
|
|
2625
|
-
"name": "
|
|
2626
|
-
"description": "Default:
|
|
2615
|
+
"name": "loading",
|
|
2616
|
+
"description": "Default: false\n\nShow the skeleton"
|
|
2627
2617
|
},
|
|
2628
2618
|
{
|
|
2629
|
-
"name": "
|
|
2630
|
-
"description": "Default:
|
|
2619
|
+
"name": "mask",
|
|
2620
|
+
"description": "Default: true\n\nMask effect"
|
|
2631
2621
|
},
|
|
2632
2622
|
{
|
|
2633
|
-
"name": "
|
|
2634
|
-
"description": "Default:
|
|
2623
|
+
"name": "mask-closable",
|
|
2624
|
+
"description": "Default: true\n\nWhether to close the modal dialog when the mask (area outside the modal) is clicked"
|
|
2635
2625
|
},
|
|
2636
2626
|
{
|
|
2637
|
-
"name": "
|
|
2638
|
-
"description": "Default: -\n\
|
|
2627
|
+
"name": "modal-render",
|
|
2628
|
+
"description": "Default: -\n\nCustom modal content render"
|
|
2639
2629
|
},
|
|
2640
2630
|
{
|
|
2641
|
-
"name": "
|
|
2642
|
-
"description": "Default:
|
|
2631
|
+
"name": "mouse-position",
|
|
2632
|
+
"description": "Default: -\n\nSet animation start position"
|
|
2643
2633
|
},
|
|
2644
2634
|
{
|
|
2645
|
-
"name": "
|
|
2646
|
-
"description": "Default: -\n\
|
|
2635
|
+
"name": "ok-button-props",
|
|
2636
|
+
"description": "Default: -\n\nThe ok button props"
|
|
2647
2637
|
},
|
|
2648
2638
|
{
|
|
2649
|
-
"name": "
|
|
2650
|
-
"description": "Default:
|
|
2639
|
+
"name": "ok-text",
|
|
2640
|
+
"description": "Default: OK\n\nText of the OK button"
|
|
2651
2641
|
},
|
|
2652
2642
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"description": "Default:
|
|
2643
|
+
"name": "ok-type",
|
|
2644
|
+
"description": "Default: primary\n\nButton type of the OK button"
|
|
2655
2645
|
},
|
|
2656
2646
|
{
|
|
2657
|
-
"name": "
|
|
2658
|
-
"description": "Default: false\n\
|
|
2647
|
+
"name": "open",
|
|
2648
|
+
"description": "Default: false\n\nWhether the modal dialog is visible or not"
|
|
2659
2649
|
},
|
|
2660
2650
|
{
|
|
2661
|
-
"name": "
|
|
2662
|
-
"description": "Default: -\n\
|
|
2651
|
+
"name": "root-class",
|
|
2652
|
+
"description": "Default: -\n\nRoot container class"
|
|
2663
2653
|
},
|
|
2664
2654
|
{
|
|
2665
|
-
"name": "
|
|
2666
|
-
"description": "Default:
|
|
2655
|
+
"name": "root-style",
|
|
2656
|
+
"description": "Default: -\n\nRoot container style"
|
|
2667
2657
|
},
|
|
2668
2658
|
{
|
|
2669
|
-
"name": "
|
|
2670
|
-
"description": "Default:
|
|
2659
|
+
"name": "styles",
|
|
2660
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
|
|
2671
2661
|
},
|
|
2672
2662
|
{
|
|
2673
|
-
"name": "
|
|
2674
|
-
"description": "Default: -\n\
|
|
2663
|
+
"name": "title",
|
|
2664
|
+
"description": "Default: -\n\nThe modal dialog's title"
|
|
2675
2665
|
},
|
|
2676
2666
|
{
|
|
2677
|
-
"name": "
|
|
2678
|
-
"description": "Default: -\n\
|
|
2667
|
+
"name": "transition-name",
|
|
2668
|
+
"description": "Default: -\n\nTransition name of dialog"
|
|
2679
2669
|
},
|
|
2680
2670
|
{
|
|
2681
|
-
"name": "
|
|
2682
|
-
"description": "Default:
|
|
2671
|
+
"name": "mask-transition-name",
|
|
2672
|
+
"description": "Default: -\n\nTransition name of mask"
|
|
2683
2673
|
},
|
|
2684
2674
|
{
|
|
2685
|
-
"name": "
|
|
2686
|
-
"description": "Default:
|
|
2675
|
+
"name": "width",
|
|
2676
|
+
"description": "Default: 520\n\nWidth of the modal dialog"
|
|
2687
2677
|
},
|
|
2688
2678
|
{
|
|
2689
|
-
"name": "
|
|
2690
|
-
"description": "Default:
|
|
2679
|
+
"name": "wrap-class-name",
|
|
2680
|
+
"description": "Default: -\n\nThe class name of the container of the modal dialog"
|
|
2691
2681
|
},
|
|
2692
2682
|
{
|
|
2693
|
-
"name": "
|
|
2694
|
-
"description": "Default: -\n\
|
|
2683
|
+
"name": "wrap-props",
|
|
2684
|
+
"description": "Default: -\n\nWrapper element props"
|
|
2695
2685
|
},
|
|
2696
2686
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"description": "Default:
|
|
2687
|
+
"name": "z-index",
|
|
2688
|
+
"description": "Default: 1000\n\nThe z-index of the Modal"
|
|
2689
|
+
}
|
|
2690
|
+
]
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "a-static-methods",
|
|
2694
|
+
"description": "Prompt notification message globally.",
|
|
2695
|
+
"attributes": []
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "a-arguments",
|
|
2699
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2700
|
+
"attributes": []
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "a-config",
|
|
2704
|
+
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2705
|
+
"attributes": []
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "a-global-configuration",
|
|
2709
|
+
"description": "Prompt notification message globally.",
|
|
2710
|
+
"attributes": []
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "a-静态方法",
|
|
2714
|
+
"description": "全局展示通知提醒信息。",
|
|
2715
|
+
"attributes": []
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "a-参数",
|
|
2719
|
+
"description": "全局展示操作反馈信息。",
|
|
2720
|
+
"attributes": []
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "a-全局配置",
|
|
2724
|
+
"description": "全局展示通知提醒信息。",
|
|
2725
|
+
"attributes": []
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "a-args-props",
|
|
2729
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2730
|
+
"attributes": []
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "a-notification-use-notification",
|
|
2734
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2735
|
+
"attributes": []
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "a-closable-type",
|
|
2739
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2740
|
+
"attributes": []
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"name": "a-popconfirm",
|
|
2744
|
+
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
2745
|
+
"attributes": [
|
|
2746
|
+
{
|
|
2747
|
+
"name": "cancel-button-props",
|
|
2748
|
+
"description": "Default: -\n\nThe cancel button props"
|
|
2699
2749
|
},
|
|
2700
2750
|
{
|
|
2701
|
-
"name": "
|
|
2702
|
-
"description": "Default:
|
|
2751
|
+
"name": "cancel-text",
|
|
2752
|
+
"description": "Default: Cancel\n\nThe text of the Cancel button"
|
|
2703
2753
|
},
|
|
2704
2754
|
{
|
|
2705
|
-
"name": "
|
|
2706
|
-
"description": "Default:
|
|
2755
|
+
"name": "disabled",
|
|
2756
|
+
"description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
|
|
2707
2757
|
},
|
|
2708
2758
|
{
|
|
2709
|
-
"name": "
|
|
2710
|
-
"description": "Default: -\n\
|
|
2759
|
+
"name": "icon",
|
|
2760
|
+
"description": "Default: -\n\nCustomize icon of confirmation"
|
|
2711
2761
|
},
|
|
2712
2762
|
{
|
|
2713
|
-
"name": "
|
|
2714
|
-
"description": "Default: -\n\
|
|
2715
|
-
}
|
|
2716
|
-
]
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"name": "a-modal",
|
|
2720
|
-
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2721
|
-
"attributes": [
|
|
2763
|
+
"name": "ok-button-props",
|
|
2764
|
+
"description": "Default: -\n\nThe ok button props"
|
|
2765
|
+
},
|
|
2722
2766
|
{
|
|
2723
|
-
"name": "
|
|
2724
|
-
"description": "Default:
|
|
2767
|
+
"name": "ok-text",
|
|
2768
|
+
"description": "Default: OK\n\nThe text of the Confirm button"
|
|
2725
2769
|
},
|
|
2726
2770
|
{
|
|
2727
|
-
"name": "
|
|
2728
|
-
"description": "Default:
|
|
2771
|
+
"name": "ok-type",
|
|
2772
|
+
"description": "Default: primary\n\nButton type of the Confirm button"
|
|
2729
2773
|
},
|
|
2730
2774
|
{
|
|
2731
|
-
"name": "cancel
|
|
2732
|
-
"description": "Default:
|
|
2775
|
+
"name": "show-cancel",
|
|
2776
|
+
"description": "Default: true\n\nShow cancel button"
|
|
2733
2777
|
},
|
|
2734
2778
|
{
|
|
2735
|
-
"name": "
|
|
2736
|
-
"description": "Default:
|
|
2779
|
+
"name": "title",
|
|
2780
|
+
"description": "Default: -\n\nThe title of the confirmation box"
|
|
2737
2781
|
},
|
|
2738
2782
|
{
|
|
2739
|
-
"name": "
|
|
2740
|
-
"description": "Default:
|
|
2783
|
+
"name": "description",
|
|
2784
|
+
"description": "Default: -\n\nThe description of the confirmation box"
|
|
2741
2785
|
},
|
|
2742
2786
|
{
|
|
2743
2787
|
"name": "classes",
|
|
2744
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
2788
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2745
2789
|
},
|
|
2746
2790
|
{
|
|
2747
|
-
"name": "
|
|
2748
|
-
"description": "Default:
|
|
2791
|
+
"name": "styles",
|
|
2792
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2793
|
+
}
|
|
2794
|
+
]
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "a-pagination",
|
|
2798
|
+
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2799
|
+
"attributes": [
|
|
2800
|
+
{
|
|
2801
|
+
"name": "align",
|
|
2802
|
+
"description": "Default: -\n\nAlignment of pagination"
|
|
2749
2803
|
},
|
|
2750
2804
|
{
|
|
2751
|
-
"name": "
|
|
2752
|
-
"description": "Default: -\n\
|
|
2805
|
+
"name": "classes",
|
|
2806
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2753
2807
|
},
|
|
2754
2808
|
{
|
|
2755
|
-
"name": "
|
|
2756
|
-
"description": "Default:
|
|
2809
|
+
"name": "current",
|
|
2810
|
+
"description": "Default: -\n\nCurrent page number"
|
|
2757
2811
|
},
|
|
2758
2812
|
{
|
|
2759
|
-
"name": "
|
|
2760
|
-
"description": "Default:
|
|
2813
|
+
"name": "default-current",
|
|
2814
|
+
"description": "Default: 1\n\nDefault initial page number"
|
|
2761
2815
|
},
|
|
2762
2816
|
{
|
|
2763
|
-
"name": "
|
|
2764
|
-
"description": "Default:
|
|
2817
|
+
"name": "default-page-size",
|
|
2818
|
+
"description": "Default: 10\n\nDefault number of data items per page"
|
|
2765
2819
|
},
|
|
2766
2820
|
{
|
|
2767
|
-
"name": "
|
|
2768
|
-
"description": "Default:
|
|
2821
|
+
"name": "disabled",
|
|
2822
|
+
"description": "Default: -\n\nDisable pagination"
|
|
2769
2823
|
},
|
|
2770
2824
|
{
|
|
2771
|
-
"name": "
|
|
2772
|
-
"description": "Default: false\n\
|
|
2825
|
+
"name": "hide-on-single-page",
|
|
2826
|
+
"description": "Default: false\n\nWhether to hide pager on single page"
|
|
2773
2827
|
},
|
|
2774
2828
|
{
|
|
2775
|
-
"name": "
|
|
2776
|
-
"description": "Default:
|
|
2829
|
+
"name": "item-render",
|
|
2830
|
+
"description": "Default: -\n\nTo customize item's innerHTML"
|
|
2777
2831
|
},
|
|
2778
2832
|
{
|
|
2779
|
-
"name": "
|
|
2780
|
-
"description": "Default:
|
|
2833
|
+
"name": "page-size",
|
|
2834
|
+
"description": "Default: -\n\nNumber of data items per page"
|
|
2781
2835
|
},
|
|
2782
2836
|
{
|
|
2783
|
-
"name": "
|
|
2784
|
-
"description": "Default:
|
|
2837
|
+
"name": "page-size-options",
|
|
2838
|
+
"description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
|
|
2785
2839
|
},
|
|
2786
2840
|
{
|
|
2787
|
-
"name": "
|
|
2788
|
-
"description": "Default:
|
|
2841
|
+
"name": "responsive",
|
|
2842
|
+
"description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
|
|
2789
2843
|
},
|
|
2790
2844
|
{
|
|
2791
|
-
"name": "
|
|
2792
|
-
"description": "Default:
|
|
2845
|
+
"name": "root-class",
|
|
2846
|
+
"description": "Default: -\n\nRoot container class"
|
|
2793
2847
|
},
|
|
2794
2848
|
{
|
|
2795
|
-
"name": "
|
|
2796
|
-
"description": "Default:
|
|
2849
|
+
"name": "show-less-items",
|
|
2850
|
+
"description": "Default: false\n\nShow less page items"
|
|
2797
2851
|
},
|
|
2798
2852
|
{
|
|
2799
|
-
"name": "
|
|
2800
|
-
"description": "Default:
|
|
2853
|
+
"name": "show-quick-jumper",
|
|
2854
|
+
"description": "Default: false\n\nDetermine whether you can jump to pages directly"
|
|
2801
2855
|
},
|
|
2802
2856
|
{
|
|
2803
|
-
"name": "
|
|
2804
|
-
"description": "Default: -\n\
|
|
2857
|
+
"name": "show-size-changer",
|
|
2858
|
+
"description": "Default: -\n\nDetermine whether to show pageSize select"
|
|
2805
2859
|
},
|
|
2806
2860
|
{
|
|
2807
|
-
"name": "
|
|
2808
|
-
"description": "Default:
|
|
2861
|
+
"name": "total-boundary-show-size-changer",
|
|
2862
|
+
"description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
|
|
2809
2863
|
},
|
|
2810
2864
|
{
|
|
2811
|
-
"name": "
|
|
2812
|
-
"description": "Default:
|
|
2865
|
+
"name": "show-title",
|
|
2866
|
+
"description": "Default: true\n\nShow page item's title"
|
|
2813
2867
|
},
|
|
2814
2868
|
{
|
|
2815
|
-
"name": "
|
|
2816
|
-
"description": "Default:
|
|
2869
|
+
"name": "show-total",
|
|
2870
|
+
"description": "Default: -\n\nTo display the total number and range"
|
|
2817
2871
|
},
|
|
2818
2872
|
{
|
|
2819
|
-
"name": "
|
|
2820
|
-
"description": "Default: -\n\
|
|
2873
|
+
"name": "simple",
|
|
2874
|
+
"description": "Default: -\n\nWhether to use simple mode"
|
|
2821
2875
|
},
|
|
2822
2876
|
{
|
|
2823
|
-
"name": "
|
|
2824
|
-
"description": "Default:
|
|
2877
|
+
"name": "size",
|
|
2878
|
+
"description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
|
|
2825
2879
|
},
|
|
2826
2880
|
{
|
|
2827
2881
|
"name": "styles",
|
|
2828
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
2882
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2829
2883
|
},
|
|
2830
2884
|
{
|
|
2831
|
-
"name": "
|
|
2832
|
-
"description": "Default:
|
|
2885
|
+
"name": "total",
|
|
2886
|
+
"description": "Default: 0\n\nTotal number of data items"
|
|
2833
2887
|
},
|
|
2834
2888
|
{
|
|
2835
|
-
"name": "
|
|
2836
|
-
"description": "Default: -\n\
|
|
2889
|
+
"name": "locale",
|
|
2890
|
+
"description": "Default: -\n\nPagination locale"
|
|
2837
2891
|
},
|
|
2838
2892
|
{
|
|
2839
|
-
"name": "
|
|
2840
|
-
"description": "Default: -\n\
|
|
2893
|
+
"name": "prev-icon",
|
|
2894
|
+
"description": "Default: -\n\nCustom previous icon"
|
|
2841
2895
|
},
|
|
2842
2896
|
{
|
|
2843
|
-
"name": "
|
|
2844
|
-
"description": "Default:
|
|
2897
|
+
"name": "next-icon",
|
|
2898
|
+
"description": "Default: -\n\nCustom next icon"
|
|
2845
2899
|
},
|
|
2846
2900
|
{
|
|
2847
|
-
"name": "
|
|
2848
|
-
"description": "Default: -\n\
|
|
2901
|
+
"name": "jump-prev-icon",
|
|
2902
|
+
"description": "Default: -\n\nCustom jump-prev icon"
|
|
2849
2903
|
},
|
|
2850
2904
|
{
|
|
2851
|
-
"name": "
|
|
2852
|
-
"description": "Default: -\n\
|
|
2905
|
+
"name": "jump-next-icon",
|
|
2906
|
+
"description": "Default: -\n\nCustom jump-next icon"
|
|
2853
2907
|
},
|
|
2854
2908
|
{
|
|
2855
|
-
"name": "
|
|
2856
|
-
"description": "Default:
|
|
2909
|
+
"name": "select-component-class",
|
|
2910
|
+
"description": "Default: -\n\nDeprecated, not official support"
|
|
2857
2911
|
}
|
|
2858
2912
|
]
|
|
2859
2913
|
},
|
|
@@ -3015,60 +3069,6 @@
|
|
|
3015
3069
|
}
|
|
3016
3070
|
]
|
|
3017
3071
|
},
|
|
3018
|
-
{
|
|
3019
|
-
"name": "a-popconfirm",
|
|
3020
|
-
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
3021
|
-
"attributes": [
|
|
3022
|
-
{
|
|
3023
|
-
"name": "cancel-button-props",
|
|
3024
|
-
"description": "Default: -\n\nThe cancel button props"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"name": "cancel-text",
|
|
3028
|
-
"description": "Default: Cancel\n\nThe text of the Cancel button"
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"name": "disabled",
|
|
3032
|
-
"description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
|
|
3033
|
-
},
|
|
3034
|
-
{
|
|
3035
|
-
"name": "icon",
|
|
3036
|
-
"description": "Default: -\n\nCustomize icon of confirmation"
|
|
3037
|
-
},
|
|
3038
|
-
{
|
|
3039
|
-
"name": "ok-button-props",
|
|
3040
|
-
"description": "Default: -\n\nThe ok button props"
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
"name": "ok-text",
|
|
3044
|
-
"description": "Default: OK\n\nThe text of the Confirm button"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"name": "ok-type",
|
|
3048
|
-
"description": "Default: primary\n\nButton type of the Confirm button"
|
|
3049
|
-
},
|
|
3050
|
-
{
|
|
3051
|
-
"name": "show-cancel",
|
|
3052
|
-
"description": "Default: true\n\nShow cancel button"
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"name": "title",
|
|
3056
|
-
"description": "Default: -\n\nThe title of the confirmation box"
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"name": "description",
|
|
3060
|
-
"description": "Default: -\n\nThe description of the confirmation box"
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "classes",
|
|
3064
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3065
|
-
},
|
|
3066
|
-
{
|
|
3067
|
-
"name": "styles",
|
|
3068
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3069
|
-
}
|
|
3070
|
-
]
|
|
3071
|
-
},
|
|
3072
3072
|
{
|
|
3073
3073
|
"name": "a-radio/radio-button",
|
|
3074
3074
|
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
@@ -3153,6 +3153,40 @@
|
|
|
3153
3153
|
}
|
|
3154
3154
|
]
|
|
3155
3155
|
},
|
|
3156
|
+
{
|
|
3157
|
+
"name": "a-result",
|
|
3158
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3159
|
+
"attributes": [
|
|
3160
|
+
{
|
|
3161
|
+
"name": "classes",
|
|
3162
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "extra",
|
|
3166
|
+
"description": "Default: -\n\nOperating area"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "icon",
|
|
3170
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"name": "status",
|
|
3174
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "styles",
|
|
3178
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "sub-title",
|
|
3182
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "title",
|
|
3186
|
+
"description": "Default: -\n\nThe title"
|
|
3187
|
+
}
|
|
3188
|
+
]
|
|
3189
|
+
},
|
|
3156
3190
|
{
|
|
3157
3191
|
"name": "a-rate",
|
|
3158
3192
|
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
@@ -3187,19 +3221,73 @@
|
|
|
3187
3221
|
},
|
|
3188
3222
|
{
|
|
3189
3223
|
"name": "size",
|
|
3190
|
-
"description": "Default: 'middle'\n\nStar size"
|
|
3224
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "style",
|
|
3228
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "tooltips",
|
|
3232
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "value",
|
|
3236
|
+
"description": "Default: -\n\nThe current value"
|
|
3237
|
+
}
|
|
3238
|
+
]
|
|
3239
|
+
},
|
|
3240
|
+
{
|
|
3241
|
+
"name": "a-segmented",
|
|
3242
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3243
|
+
"attributes": [
|
|
3244
|
+
{
|
|
3245
|
+
"name": "block",
|
|
3246
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"name": "classes",
|
|
3250
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "default-value",
|
|
3254
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"name": "disabled",
|
|
3258
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"name": "options",
|
|
3262
|
+
"description": "Default: []\n\nSet children optional"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "orientation",
|
|
3266
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"name": "size",
|
|
3270
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3191
3271
|
},
|
|
3192
3272
|
{
|
|
3193
|
-
"name": "
|
|
3194
|
-
"description": "Default: -\n\
|
|
3273
|
+
"name": "styles",
|
|
3274
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3195
3275
|
},
|
|
3196
3276
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"description": "Default:
|
|
3277
|
+
"name": "vertical",
|
|
3278
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3199
3279
|
},
|
|
3200
3280
|
{
|
|
3201
3281
|
"name": "value",
|
|
3202
|
-
"description": "Default: -\n\
|
|
3282
|
+
"description": "Default: -\n\nCurrently selected value"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "shape",
|
|
3286
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "name",
|
|
3290
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3203
3291
|
}
|
|
3204
3292
|
]
|
|
3205
3293
|
},
|
|
@@ -3394,36 +3482,76 @@
|
|
|
3394
3482
|
]
|
|
3395
3483
|
},
|
|
3396
3484
|
{
|
|
3397
|
-
"name": "a-
|
|
3398
|
-
"description": "(ZH)
|
|
3485
|
+
"name": "a-slider",
|
|
3486
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3399
3487
|
"attributes": [
|
|
3400
3488
|
{
|
|
3401
3489
|
"name": "classes",
|
|
3402
3490
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3403
3491
|
},
|
|
3404
3492
|
{
|
|
3405
|
-
"name": "
|
|
3406
|
-
"description": "Default:
|
|
3493
|
+
"name": "default-value",
|
|
3494
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3407
3495
|
},
|
|
3408
3496
|
{
|
|
3409
|
-
"name": "
|
|
3410
|
-
"description": "Default:
|
|
3497
|
+
"name": "disabled",
|
|
3498
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3411
3499
|
},
|
|
3412
3500
|
{
|
|
3413
|
-
"name": "
|
|
3414
|
-
"description": "Default:
|
|
3501
|
+
"name": "dots",
|
|
3502
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "included",
|
|
3506
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
"name": "keyboard",
|
|
3510
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"name": "marks",
|
|
3514
|
+
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"name": "max",
|
|
3518
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3519
|
+
},
|
|
3520
|
+
{
|
|
3521
|
+
"name": "min",
|
|
3522
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"name": "orientation",
|
|
3526
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "range",
|
|
3530
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "reverse",
|
|
3534
|
+
"description": "Default: false\n\nReverse the component"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "step",
|
|
3538
|
+
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3415
3539
|
},
|
|
3416
3540
|
{
|
|
3417
3541
|
"name": "styles",
|
|
3418
3542
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3419
3543
|
},
|
|
3420
3544
|
{
|
|
3421
|
-
"name": "
|
|
3422
|
-
"description": "Default: -\n\nThe
|
|
3545
|
+
"name": "tooltip",
|
|
3546
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3423
3547
|
},
|
|
3424
3548
|
{
|
|
3425
|
-
"name": "
|
|
3426
|
-
"description": "Default: -\n\nThe
|
|
3549
|
+
"name": "value",
|
|
3550
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number]"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"name": "vertical",
|
|
3554
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3427
3555
|
}
|
|
3428
3556
|
]
|
|
3429
3557
|
},
|
|
@@ -3505,130 +3633,6 @@
|
|
|
3505
3633
|
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3506
3634
|
"attributes": []
|
|
3507
3635
|
},
|
|
3508
|
-
{
|
|
3509
|
-
"name": "a-slider",
|
|
3510
|
-
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3511
|
-
"attributes": [
|
|
3512
|
-
{
|
|
3513
|
-
"name": "classes",
|
|
3514
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"name": "default-value",
|
|
3518
|
-
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
"name": "disabled",
|
|
3522
|
-
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3523
|
-
},
|
|
3524
|
-
{
|
|
3525
|
-
"name": "dots",
|
|
3526
|
-
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"name": "included",
|
|
3530
|
-
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"name": "keyboard",
|
|
3534
|
-
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"name": "marks",
|
|
3538
|
-
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"name": "max",
|
|
3542
|
-
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"name": "min",
|
|
3546
|
-
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "orientation",
|
|
3550
|
-
"description": "Default: horizontal\n\nOrientation direction"
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"name": "range",
|
|
3554
|
-
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3555
|
-
},
|
|
3556
|
-
{
|
|
3557
|
-
"name": "reverse",
|
|
3558
|
-
"description": "Default: false\n\nReverse the component"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "step",
|
|
3562
|
-
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"name": "styles",
|
|
3566
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3567
|
-
},
|
|
3568
|
-
{
|
|
3569
|
-
"name": "tooltip",
|
|
3570
|
-
"description": "Default: -\n\nThe tooltip related props"
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"name": "value",
|
|
3574
|
-
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number]"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"name": "vertical",
|
|
3578
|
-
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3579
|
-
}
|
|
3580
|
-
]
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"name": "a-spin",
|
|
3584
|
-
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3585
|
-
"attributes": [
|
|
3586
|
-
{
|
|
3587
|
-
"name": "spinning",
|
|
3588
|
-
"description": "Default: true\n\nWhether Spin is visible"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"name": "size",
|
|
3592
|
-
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"name": "tip",
|
|
3596
|
-
"description": "Default: -\n\nCustomize description content when Spin has children"
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"name": "delay",
|
|
3600
|
-
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"name": "wrapper-class-name",
|
|
3604
|
-
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"name": "indicator",
|
|
3608
|
-
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3609
|
-
},
|
|
3610
|
-
{
|
|
3611
|
-
"name": "fullscreen",
|
|
3612
|
-
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "percent",
|
|
3616
|
-
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3617
|
-
},
|
|
3618
|
-
{
|
|
3619
|
-
"name": "root-class",
|
|
3620
|
-
"description": "Default: -\n\nRoot container class"
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"name": "classes",
|
|
3624
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3625
|
-
},
|
|
3626
|
-
{
|
|
3627
|
-
"name": "styles",
|
|
3628
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3629
|
-
}
|
|
3630
|
-
]
|
|
3631
|
-
},
|
|
3632
3636
|
{
|
|
3633
3637
|
"name": "a-space",
|
|
3634
3638
|
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
@@ -3695,56 +3699,52 @@
|
|
|
3695
3699
|
]
|
|
3696
3700
|
},
|
|
3697
3701
|
{
|
|
3698
|
-
"name": "a-
|
|
3699
|
-
"description": "(ZH)
|
|
3702
|
+
"name": "a-spin",
|
|
3703
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3700
3704
|
"attributes": [
|
|
3701
3705
|
{
|
|
3702
|
-
"name": "
|
|
3703
|
-
"description": "Default:
|
|
3704
|
-
},
|
|
3705
|
-
{
|
|
3706
|
-
"name": "classes",
|
|
3707
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3706
|
+
"name": "spinning",
|
|
3707
|
+
"description": "Default: true\n\nWhether Spin is visible"
|
|
3708
3708
|
},
|
|
3709
3709
|
{
|
|
3710
|
-
"name": "
|
|
3711
|
-
"description": "Default:
|
|
3710
|
+
"name": "size",
|
|
3711
|
+
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3712
3712
|
},
|
|
3713
3713
|
{
|
|
3714
|
-
"name": "
|
|
3715
|
-
"description": "Default:
|
|
3714
|
+
"name": "tip",
|
|
3715
|
+
"description": "Default: -\n\nCustomize description content when Spin has children"
|
|
3716
3716
|
},
|
|
3717
3717
|
{
|
|
3718
|
-
"name": "
|
|
3719
|
-
"description": "Default:
|
|
3718
|
+
"name": "delay",
|
|
3719
|
+
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3720
3720
|
},
|
|
3721
3721
|
{
|
|
3722
|
-
"name": "
|
|
3723
|
-
"description": "Default:
|
|
3722
|
+
"name": "wrapper-class-name",
|
|
3723
|
+
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3724
3724
|
},
|
|
3725
3725
|
{
|
|
3726
|
-
"name": "
|
|
3727
|
-
"description": "Default:
|
|
3726
|
+
"name": "indicator",
|
|
3727
|
+
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3728
3728
|
},
|
|
3729
3729
|
{
|
|
3730
|
-
"name": "
|
|
3731
|
-
"description": "Default:
|
|
3730
|
+
"name": "fullscreen",
|
|
3731
|
+
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3732
3732
|
},
|
|
3733
3733
|
{
|
|
3734
|
-
"name": "
|
|
3735
|
-
"description": "Default:
|
|
3734
|
+
"name": "percent",
|
|
3735
|
+
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
|
-
"name": "
|
|
3739
|
-
"description": "Default: -\n\
|
|
3738
|
+
"name": "root-class",
|
|
3739
|
+
"description": "Default: -\n\nRoot container class"
|
|
3740
3740
|
},
|
|
3741
3741
|
{
|
|
3742
|
-
"name": "
|
|
3743
|
-
"description": "Default:
|
|
3742
|
+
"name": "classes",
|
|
3743
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3744
3744
|
},
|
|
3745
3745
|
{
|
|
3746
|
-
"name": "
|
|
3747
|
-
"description": "Default: -\n\
|
|
3746
|
+
"name": "styles",
|
|
3747
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3748
3748
|
}
|
|
3749
3749
|
]
|
|
3750
3750
|
},
|
|
@@ -3937,6 +3937,60 @@
|
|
|
3937
3937
|
}
|
|
3938
3938
|
]
|
|
3939
3939
|
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "a-switch",
|
|
3942
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
3943
|
+
"attributes": [
|
|
3944
|
+
{
|
|
3945
|
+
"name": "auto-focus",
|
|
3946
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"name": "checked",
|
|
3950
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "checked-children",
|
|
3954
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"name": "classes",
|
|
3958
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "default-checked",
|
|
3962
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "default-value",
|
|
3966
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "disabled",
|
|
3970
|
+
"description": "Default: false\n\nDisable switch"
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "loading",
|
|
3974
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "size",
|
|
3978
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "styles",
|
|
3982
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "un-checked-children",
|
|
3986
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "value",
|
|
3990
|
+
"description": "Default: -\n\nAlias for checked"
|
|
3991
|
+
}
|
|
3992
|
+
]
|
|
3993
|
+
},
|
|
3940
3994
|
{
|
|
3941
3995
|
"name": "a-table",
|
|
3942
3996
|
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
@@ -4206,60 +4260,6 @@
|
|
|
4206
4260
|
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4207
4261
|
"attributes": []
|
|
4208
4262
|
},
|
|
4209
|
-
{
|
|
4210
|
-
"name": "a-switch",
|
|
4211
|
-
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4212
|
-
"attributes": [
|
|
4213
|
-
{
|
|
4214
|
-
"name": "auto-focus",
|
|
4215
|
-
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4216
|
-
},
|
|
4217
|
-
{
|
|
4218
|
-
"name": "checked",
|
|
4219
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
"name": "checked-children",
|
|
4223
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4224
|
-
},
|
|
4225
|
-
{
|
|
4226
|
-
"name": "classes",
|
|
4227
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4228
|
-
},
|
|
4229
|
-
{
|
|
4230
|
-
"name": "default-checked",
|
|
4231
|
-
"description": "Default: false\n\nWhether to set the initial state"
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"name": "default-value",
|
|
4235
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4236
|
-
},
|
|
4237
|
-
{
|
|
4238
|
-
"name": "disabled",
|
|
4239
|
-
"description": "Default: false\n\nDisable switch"
|
|
4240
|
-
},
|
|
4241
|
-
{
|
|
4242
|
-
"name": "loading",
|
|
4243
|
-
"description": "Default: false\n\nLoading state of switch"
|
|
4244
|
-
},
|
|
4245
|
-
{
|
|
4246
|
-
"name": "size",
|
|
4247
|
-
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
"name": "styles",
|
|
4251
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4252
|
-
},
|
|
4253
|
-
{
|
|
4254
|
-
"name": "un-checked-children",
|
|
4255
|
-
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4256
|
-
},
|
|
4257
|
-
{
|
|
4258
|
-
"name": "value",
|
|
4259
|
-
"description": "Default: -\n\nAlias for checked"
|
|
4260
|
-
}
|
|
4261
|
-
]
|
|
4262
|
-
},
|
|
4263
4263
|
{
|
|
4264
4264
|
"name": "a-tooltip",
|
|
4265
4265
|
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
@@ -4362,6 +4362,52 @@
|
|
|
4362
4362
|
}
|
|
4363
4363
|
]
|
|
4364
4364
|
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "a-timeline",
|
|
4367
|
+
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
4368
|
+
"attributes": [
|
|
4369
|
+
{
|
|
4370
|
+
"name": "classes",
|
|
4371
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4372
|
+
},
|
|
4373
|
+
{
|
|
4374
|
+
"name": "items",
|
|
4375
|
+
"description": "Default: -\n\nEach node of timeline"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
"name": "mode",
|
|
4379
|
+
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "pending",
|
|
4383
|
+
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "pending-dot",
|
|
4387
|
+
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"name": "reverse",
|
|
4391
|
+
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "styles",
|
|
4395
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "dot-render",
|
|
4399
|
+
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "label-render",
|
|
4403
|
+
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"name": "content-render",
|
|
4407
|
+
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
4408
|
+
}
|
|
4409
|
+
]
|
|
4410
|
+
},
|
|
4365
4411
|
{
|
|
4366
4412
|
"name": "a-tour",
|
|
4367
4413
|
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
@@ -4445,320 +4491,284 @@
|
|
|
4445
4491
|
]
|
|
4446
4492
|
},
|
|
4447
4493
|
{
|
|
4448
|
-
"name": "a-
|
|
4449
|
-
"description": "
|
|
4450
|
-
"attributes": []
|
|
4451
|
-
},
|
|
4452
|
-
{
|
|
4453
|
-
"name": "a-tree-node-props",
|
|
4454
|
-
"description": "Multiple-level structure list.",
|
|
4455
|
-
"attributes": []
|
|
4456
|
-
},
|
|
4457
|
-
{
|
|
4458
|
-
"name": "a-directory-tree-props",
|
|
4459
|
-
"description": "Multiple-level structure list.",
|
|
4460
|
-
"attributes": []
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
"name": "a-tree-属性",
|
|
4464
|
-
"description": "多层次的结构列表。",
|
|
4465
|
-
"attributes": []
|
|
4466
|
-
},
|
|
4467
|
-
{
|
|
4468
|
-
"name": "a-tree-node-属性",
|
|
4469
|
-
"description": "多层次的结构列表。",
|
|
4470
|
-
"attributes": []
|
|
4471
|
-
},
|
|
4472
|
-
{
|
|
4473
|
-
"name": "a-directory-tree-属性",
|
|
4474
|
-
"description": "多层次的结构列表。",
|
|
4475
|
-
"attributes": []
|
|
4476
|
-
},
|
|
4477
|
-
{
|
|
4478
|
-
"name": "a-tree-select",
|
|
4479
|
-
"description": "(ZH) 树型选择控件。\n\n(EN) Tree selection control.",
|
|
4494
|
+
"name": "a-transfer",
|
|
4495
|
+
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4480
4496
|
"attributes": [
|
|
4481
4497
|
{
|
|
4482
|
-
"name": "
|
|
4483
|
-
"description": "Default:
|
|
4498
|
+
"name": "actions",
|
|
4499
|
+
"description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
|
|
4484
4500
|
},
|
|
4485
4501
|
{
|
|
4486
4502
|
"name": "classes",
|
|
4487
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
4488
|
-
},
|
|
4489
|
-
{
|
|
4490
|
-
"name": "styles",
|
|
4491
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"name": "root-class",
|
|
4495
|
-
"description": "Default: -\n\nRoot container class"
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"name": "default-open",
|
|
4499
|
-
"description": "Default: -\n\nInitial open state of dropdown"
|
|
4503
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4500
4504
|
},
|
|
4501
4505
|
{
|
|
4502
|
-
"name": "
|
|
4503
|
-
"description": "Default:
|
|
4506
|
+
"name": "data-source",
|
|
4507
|
+
"description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
|
|
4504
4508
|
},
|
|
4505
4509
|
{
|
|
4506
4510
|
"name": "disabled",
|
|
4507
|
-
"description": "Default: false\n\
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"name": "popup-match-select-width",
|
|
4511
|
-
"description": "Default: true\n\nDetermine 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"
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
"name": "popup-render",
|
|
4515
|
-
"description": "Default: -\n\nCustomize dropdown content"
|
|
4516
|
-
},
|
|
4517
|
-
{
|
|
4518
|
-
"name": "field-names",
|
|
4519
|
-
"description": "Default: { label: 'label', value: 'value', children: 'children' }\n\nCustomize node label, value, children field name"
|
|
4520
|
-
},
|
|
4521
|
-
{
|
|
4522
|
-
"name": "get-popup-container",
|
|
4523
|
-
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu"
|
|
4524
|
-
},
|
|
4525
|
-
{
|
|
4526
|
-
"name": "label-in-value",
|
|
4527
|
-
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode, halfChecked: boolean }"
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"name": "list-height",
|
|
4531
|
-
"description": "Default: 256\n\nConfig popup height"
|
|
4532
|
-
},
|
|
4533
|
-
{
|
|
4534
|
-
"name": "load-data",
|
|
4535
|
-
"description": "Default: -\n\nLoad data asynchronously"
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"name": "max-tag-count",
|
|
4539
|
-
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
4511
|
+
"description": "Default: false\n\nWhether disabled transfer"
|
|
4540
4512
|
},
|
|
4541
4513
|
{
|
|
4542
|
-
"name": "
|
|
4543
|
-
"description": "Default: -\n\
|
|
4514
|
+
"name": "filter-option",
|
|
4515
|
+
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4544
4516
|
},
|
|
4545
4517
|
{
|
|
4546
|
-
"name": "
|
|
4547
|
-
"description": "Default: -\n\
|
|
4518
|
+
"name": "footer",
|
|
4519
|
+
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4548
4520
|
},
|
|
4549
4521
|
{
|
|
4550
|
-
"name": "
|
|
4551
|
-
"description": "Default: -\n\
|
|
4522
|
+
"name": "locale",
|
|
4523
|
+
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4552
4524
|
},
|
|
4553
4525
|
{
|
|
4554
|
-
"name": "
|
|
4555
|
-
"description": "Default: false\n\
|
|
4526
|
+
"name": "one-way",
|
|
4527
|
+
"description": "Default: false\n\nDisplay as single direction style"
|
|
4556
4528
|
},
|
|
4557
4529
|
{
|
|
4558
|
-
"name": "
|
|
4559
|
-
"description": "Default:
|
|
4530
|
+
"name": "pagination",
|
|
4531
|
+
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4560
4532
|
},
|
|
4561
4533
|
{
|
|
4562
|
-
"name": "
|
|
4563
|
-
"description": "Default: -\n\
|
|
4534
|
+
"name": "render",
|
|
4535
|
+
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
4564
4536
|
},
|
|
4565
4537
|
{
|
|
4566
|
-
"name": "
|
|
4567
|
-
"description": "Default: -\n\
|
|
4538
|
+
"name": "row-key",
|
|
4539
|
+
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4568
4540
|
},
|
|
4569
4541
|
{
|
|
4570
|
-
"name": "
|
|
4571
|
-
"description": "Default:
|
|
4542
|
+
"name": "select-all-labels",
|
|
4543
|
+
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4572
4544
|
},
|
|
4573
4545
|
{
|
|
4574
|
-
"name": "
|
|
4575
|
-
"description": "Default:
|
|
4546
|
+
"name": "selected-keys",
|
|
4547
|
+
"description": "Default: []\n\nA set of keys of selected items"
|
|
4576
4548
|
},
|
|
4577
4549
|
{
|
|
4578
|
-
"name": "
|
|
4579
|
-
"description": "Default:
|
|
4550
|
+
"name": "selections-icon",
|
|
4551
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
4580
4552
|
},
|
|
4581
4553
|
{
|
|
4582
4554
|
"name": "show-search",
|
|
4583
|
-
"description": "Default:
|
|
4555
|
+
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4584
4556
|
},
|
|
4585
4557
|
{
|
|
4586
|
-
"name": "
|
|
4587
|
-
"description": "Default:
|
|
4558
|
+
"name": "show-select-all",
|
|
4559
|
+
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4588
4560
|
},
|
|
4589
4561
|
{
|
|
4590
4562
|
"name": "status",
|
|
4591
4563
|
"description": "Default: -\n\nSet validation status"
|
|
4592
4564
|
},
|
|
4593
4565
|
{
|
|
4594
|
-
"name": "
|
|
4595
|
-
"description": "Default:
|
|
4566
|
+
"name": "styles",
|
|
4567
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4596
4568
|
},
|
|
4597
4569
|
{
|
|
4598
|
-
"name": "
|
|
4599
|
-
"description": "Default:
|
|
4570
|
+
"name": "target-keys",
|
|
4571
|
+
"description": "Default: []\n\nA set of keys of elements that are listed on the right column"
|
|
4600
4572
|
},
|
|
4601
4573
|
{
|
|
4602
|
-
"name": "
|
|
4603
|
-
"description": "Default: -\n\
|
|
4574
|
+
"name": "titles",
|
|
4575
|
+
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4576
|
+
}
|
|
4577
|
+
]
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "a-tree",
|
|
4581
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4582
|
+
"attributes": [
|
|
4583
|
+
{
|
|
4584
|
+
"name": "allow-drop",
|
|
4585
|
+
"description": "Default: -\n\nWhether to allow dropping on the node"
|
|
4604
4586
|
},
|
|
4605
4587
|
{
|
|
4606
|
-
"name": "
|
|
4607
|
-
"description": "Default:
|
|
4588
|
+
"name": "auto-expand-parent",
|
|
4589
|
+
"description": "Default: false\n\nWhether to automatically expand a parent treeNode"
|
|
4608
4590
|
},
|
|
4609
4591
|
{
|
|
4610
|
-
"name": "
|
|
4611
|
-
"description": "Default: false\n\nWhether
|
|
4592
|
+
"name": "block-node",
|
|
4593
|
+
"description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
|
|
4612
4594
|
},
|
|
4613
4595
|
{
|
|
4614
|
-
"name": "
|
|
4615
|
-
"description": "Default: false\n\
|
|
4596
|
+
"name": "checkable",
|
|
4597
|
+
"description": "Default: false\n\nAdd a Checkbox before the treeNodes"
|
|
4616
4598
|
},
|
|
4617
4599
|
{
|
|
4618
|
-
"name": "
|
|
4619
|
-
"description": "Default: []\n\
|
|
4600
|
+
"name": "checked-keys",
|
|
4601
|
+
"description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other"
|
|
4620
4602
|
},
|
|
4621
4603
|
{
|
|
4622
|
-
"name": "
|
|
4623
|
-
"description": "Default: false\n\
|
|
4604
|
+
"name": "check-strictly",
|
|
4605
|
+
"description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
|
|
4624
4606
|
},
|
|
4625
4607
|
{
|
|
4626
|
-
"name": "
|
|
4627
|
-
"description": "Default: -\n\nCustomize
|
|
4608
|
+
"name": "classes",
|
|
4609
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "default-checked-keys",
|
|
4613
|
+
"description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
|
|
4628
4614
|
},
|
|
4629
4615
|
{
|
|
4630
|
-
"name": "
|
|
4616
|
+
"name": "default-expand-all",
|
|
4631
4617
|
"description": "Default: false\n\nWhether to expand all treeNodes by default"
|
|
4632
4618
|
},
|
|
4633
4619
|
{
|
|
4634
|
-
"name": "
|
|
4635
|
-
"description": "Default:
|
|
4620
|
+
"name": "default-expanded-keys",
|
|
4621
|
+
"description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
|
|
4636
4622
|
},
|
|
4637
4623
|
{
|
|
4638
|
-
"name": "
|
|
4639
|
-
"description": "Default:
|
|
4624
|
+
"name": "default-expand-parent",
|
|
4625
|
+
"description": "Default: true\n\nIf auto expand parent treeNodes when init"
|
|
4640
4626
|
},
|
|
4641
4627
|
{
|
|
4642
|
-
"name": "
|
|
4643
|
-
"description": "Default:
|
|
4628
|
+
"name": "default-selected-keys",
|
|
4629
|
+
"description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
|
|
4644
4630
|
},
|
|
4645
4631
|
{
|
|
4646
|
-
"name": "
|
|
4647
|
-
"description": "Default: false\n\
|
|
4632
|
+
"name": "disabled",
|
|
4633
|
+
"description": "Default: false\n\nWhether the tree is disabled"
|
|
4648
4634
|
},
|
|
4649
4635
|
{
|
|
4650
|
-
"name": "
|
|
4651
|
-
"description": "Default: false\n\
|
|
4636
|
+
"name": "draggable",
|
|
4637
|
+
"description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
|
|
4652
4638
|
},
|
|
4653
4639
|
{
|
|
4654
|
-
"name": "
|
|
4655
|
-
"description": "Default: []\n\n(Controlled)
|
|
4640
|
+
"name": "expanded-keys",
|
|
4641
|
+
"description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes"
|
|
4656
4642
|
},
|
|
4657
4643
|
{
|
|
4658
|
-
"name": "
|
|
4659
|
-
"description": "Default: title
|
|
4644
|
+
"name": "field-names",
|
|
4645
|
+
"description": "Default: { title: title, key: key, children: children }\n\nCustomize node title, key, children field name"
|
|
4660
4646
|
},
|
|
4661
4647
|
{
|
|
4662
|
-
"name": "
|
|
4663
|
-
"description": "Default: -\n\
|
|
4648
|
+
"name": "filter-ant-tree-node",
|
|
4649
|
+
"description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
|
|
4664
4650
|
},
|
|
4665
4651
|
{
|
|
4666
|
-
"name": "
|
|
4667
|
-
"description": "Default:
|
|
4652
|
+
"name": "height",
|
|
4653
|
+
"description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
|
|
4668
4654
|
},
|
|
4669
4655
|
{
|
|
4670
|
-
"name": "
|
|
4671
|
-
"description": "Default: -\n\
|
|
4656
|
+
"name": "icon",
|
|
4657
|
+
"description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
|
|
4672
4658
|
},
|
|
4673
4659
|
{
|
|
4674
|
-
"name": "
|
|
4675
|
-
"description": "Default: -\n\
|
|
4676
|
-
}
|
|
4677
|
-
]
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"name": "a-transfer",
|
|
4681
|
-
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4682
|
-
"attributes": [
|
|
4660
|
+
"name": "load-data",
|
|
4661
|
+
"description": "Default: -\n\nLoad data asynchronously"
|
|
4662
|
+
},
|
|
4683
4663
|
{
|
|
4684
|
-
"name": "
|
|
4685
|
-
"description": "Default: [
|
|
4664
|
+
"name": "loaded-keys",
|
|
4665
|
+
"description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
|
|
4686
4666
|
},
|
|
4687
4667
|
{
|
|
4688
|
-
"name": "
|
|
4689
|
-
"description": "Default:
|
|
4668
|
+
"name": "multiple",
|
|
4669
|
+
"description": "Default: false\n\nAllows selecting multiple treeNodes"
|
|
4690
4670
|
},
|
|
4691
4671
|
{
|
|
4692
|
-
"name": "
|
|
4693
|
-
"description": "Default:
|
|
4672
|
+
"name": "root-style",
|
|
4673
|
+
"description": "Default: -\n\nStyle on the root element"
|
|
4694
4674
|
},
|
|
4695
4675
|
{
|
|
4696
|
-
"name": "
|
|
4697
|
-
"description": "Default:
|
|
4676
|
+
"name": "selectable",
|
|
4677
|
+
"description": "Default: true\n\nWhether it can be selected"
|
|
4698
4678
|
},
|
|
4699
4679
|
{
|
|
4700
|
-
"name": "
|
|
4701
|
-
"description": "Default: -\n\
|
|
4680
|
+
"name": "selected-keys",
|
|
4681
|
+
"description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true"
|
|
4702
4682
|
},
|
|
4703
4683
|
{
|
|
4704
|
-
"name": "
|
|
4705
|
-
"description": "Default:
|
|
4684
|
+
"name": "show-icon",
|
|
4685
|
+
"description": "Default: false\n\nControls whether to display the icon node (no default style)"
|
|
4706
4686
|
},
|
|
4707
4687
|
{
|
|
4708
|
-
"name": "
|
|
4709
|
-
"description": "Default:
|
|
4688
|
+
"name": "show-line",
|
|
4689
|
+
"description": "Default: false\n\nShows a connecting line"
|
|
4710
4690
|
},
|
|
4711
4691
|
{
|
|
4712
|
-
"name": "
|
|
4713
|
-
"description": "Default:
|
|
4692
|
+
"name": "styles",
|
|
4693
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4714
4694
|
},
|
|
4715
4695
|
{
|
|
4716
|
-
"name": "
|
|
4717
|
-
"description": "Default:
|
|
4696
|
+
"name": "switcher-icon",
|
|
4697
|
+
"description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
|
|
4718
4698
|
},
|
|
4719
4699
|
{
|
|
4720
|
-
"name": "
|
|
4721
|
-
"description": "Default: -\n\
|
|
4700
|
+
"name": "switcher-loading-icon",
|
|
4701
|
+
"description": "Default: -\n\nCustomize loading icons for tree nodes"
|
|
4722
4702
|
},
|
|
4723
4703
|
{
|
|
4724
|
-
"name": "
|
|
4725
|
-
"description": "Default: -\n\
|
|
4704
|
+
"name": "title-render",
|
|
4705
|
+
"description": "Default: -\n\nCustomize tree node title render"
|
|
4726
4706
|
},
|
|
4727
4707
|
{
|
|
4728
|
-
"name": "
|
|
4729
|
-
"description": "Default: -\n\
|
|
4708
|
+
"name": "tree-data",
|
|
4709
|
+
"description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
|
|
4730
4710
|
},
|
|
4731
4711
|
{
|
|
4732
|
-
"name": "
|
|
4733
|
-
"description": "Default:
|
|
4712
|
+
"name": "virtual",
|
|
4713
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
4714
|
+
}
|
|
4715
|
+
]
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "a-tree-node",
|
|
4719
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4720
|
+
"attributes": [
|
|
4721
|
+
{
|
|
4722
|
+
"name": "checkable",
|
|
4723
|
+
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
4734
4724
|
},
|
|
4735
4725
|
{
|
|
4736
|
-
"name": "
|
|
4737
|
-
"description": "Default:
|
|
4726
|
+
"name": "disable-checkbox",
|
|
4727
|
+
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4738
4728
|
},
|
|
4739
4729
|
{
|
|
4740
|
-
"name": "
|
|
4741
|
-
"description": "Default: false\n\
|
|
4730
|
+
"name": "disabled",
|
|
4731
|
+
"description": "Default: false\n\nDisables the treeNode"
|
|
4742
4732
|
},
|
|
4743
4733
|
{
|
|
4744
|
-
"name": "
|
|
4745
|
-
"description": "Default:
|
|
4734
|
+
"name": "icon",
|
|
4735
|
+
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4746
4736
|
},
|
|
4747
4737
|
{
|
|
4748
|
-
"name": "
|
|
4749
|
-
"description": "Default: -\n\
|
|
4738
|
+
"name": "is-leaf",
|
|
4739
|
+
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
4750
4740
|
},
|
|
4751
4741
|
{
|
|
4752
|
-
"name": "
|
|
4753
|
-
"description": "Default:
|
|
4742
|
+
"name": "key",
|
|
4743
|
+
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
4754
4744
|
},
|
|
4755
4745
|
{
|
|
4756
|
-
"name": "
|
|
4757
|
-
"description": "Default:
|
|
4746
|
+
"name": "selectable",
|
|
4747
|
+
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4758
4748
|
},
|
|
4759
4749
|
{
|
|
4760
|
-
"name": "
|
|
4761
|
-
"description": "Default:
|
|
4750
|
+
"name": "title",
|
|
4751
|
+
"description": "Default: ---\n\nTitle"
|
|
4752
|
+
}
|
|
4753
|
+
]
|
|
4754
|
+
},
|
|
4755
|
+
{
|
|
4756
|
+
"name": "a-directory-tree",
|
|
4757
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4758
|
+
"attributes": [
|
|
4759
|
+
{
|
|
4760
|
+
"name": "expand-action",
|
|
4761
|
+
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4762
|
+
}
|
|
4763
|
+
]
|
|
4764
|
+
},
|
|
4765
|
+
{
|
|
4766
|
+
"name": "a-typography",
|
|
4767
|
+
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
4768
|
+
"attributes": [
|
|
4769
|
+
{
|
|
4770
|
+
"name": "direction",
|
|
4771
|
+
"description": "Default: -\n\nDirection control"
|
|
4762
4772
|
}
|
|
4763
4773
|
]
|
|
4764
4774
|
},
|
|
@@ -4941,133 +4951,164 @@
|
|
|
4941
4951
|
]
|
|
4942
4952
|
},
|
|
4943
4953
|
{
|
|
4944
|
-
"name": "a-
|
|
4945
|
-
"description": "
|
|
4946
|
-
"attributes": []
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"name": "a-editable",
|
|
4950
|
-
"description": "Basic text writing, including headings, body text, lists, and more.",
|
|
4951
|
-
"attributes": []
|
|
4952
|
-
},
|
|
4953
|
-
{
|
|
4954
|
-
"name": "a-ellipsis",
|
|
4955
|
-
"description": "Basic text writing, including headings, body text, lists, and more.",
|
|
4956
|
-
"attributes": []
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"name": "a-copyable-配置",
|
|
4960
|
-
"description": "文本的基本格式。",
|
|
4961
|
-
"attributes": []
|
|
4962
|
-
},
|
|
4963
|
-
{
|
|
4964
|
-
"name": "a-editable-配置",
|
|
4965
|
-
"description": "文本的基本格式。",
|
|
4954
|
+
"name": "a-tree-select-props",
|
|
4955
|
+
"description": "Tree selection control.",
|
|
4966
4956
|
"attributes": []
|
|
4967
4957
|
},
|
|
4968
4958
|
{
|
|
4969
|
-
"name": "a-
|
|
4970
|
-
"description": "
|
|
4959
|
+
"name": "a-tree-select",
|
|
4960
|
+
"description": "树型选择控件。",
|
|
4971
4961
|
"attributes": []
|
|
4972
4962
|
},
|
|
4973
4963
|
{
|
|
4974
4964
|
"name": "a-upload",
|
|
4975
4965
|
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
4976
|
-
"attributes": []
|
|
4977
|
-
},
|
|
4978
|
-
{
|
|
4979
|
-
"name": "a-watermark",
|
|
4980
|
-
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
4981
4966
|
"attributes": [
|
|
4982
4967
|
{
|
|
4983
|
-
"name": "
|
|
4984
|
-
"description": "Default:
|
|
4968
|
+
"name": "accept",
|
|
4969
|
+
"description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
|
|
4985
4970
|
},
|
|
4986
4971
|
{
|
|
4987
|
-
"name": "
|
|
4988
|
-
"description": "Default:
|
|
4972
|
+
"name": "action",
|
|
4973
|
+
"description": "Default: -\n\nUploading URL"
|
|
4989
4974
|
},
|
|
4990
4975
|
{
|
|
4991
|
-
"name": "
|
|
4992
|
-
"description": "Default:
|
|
4976
|
+
"name": "before-upload",
|
|
4977
|
+
"description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
4993
4978
|
},
|
|
4994
4979
|
{
|
|
4995
|
-
"name": "
|
|
4996
|
-
"description": "Default:
|
|
4980
|
+
"name": "custom-request",
|
|
4981
|
+
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
4997
4982
|
},
|
|
4998
4983
|
{
|
|
4999
|
-
"name": "
|
|
5000
|
-
"description": "Default:
|
|
4984
|
+
"name": "classes",
|
|
4985
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5001
4986
|
},
|
|
5002
4987
|
{
|
|
5003
|
-
"name": "
|
|
5004
|
-
"description": "Default: -\n\
|
|
4988
|
+
"name": "data",
|
|
4989
|
+
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
5005
4990
|
},
|
|
5006
4991
|
{
|
|
5007
|
-
"name": "
|
|
5008
|
-
"description": "Default:
|
|
4992
|
+
"name": "directory",
|
|
4993
|
+
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
5009
4994
|
},
|
|
5010
4995
|
{
|
|
5011
|
-
"name": "
|
|
5012
|
-
"description": "Default:
|
|
4996
|
+
"name": "disabled",
|
|
4997
|
+
"description": "Default: false\n\nDisable upload button"
|
|
5013
4998
|
},
|
|
5014
4999
|
{
|
|
5015
|
-
"name": "
|
|
5016
|
-
"description": "Default:
|
|
5000
|
+
"name": "file-list",
|
|
5001
|
+
"description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it"
|
|
5017
5002
|
},
|
|
5018
5003
|
{
|
|
5019
|
-
"name": "
|
|
5020
|
-
"description": "Default:
|
|
5004
|
+
"name": "headers",
|
|
5005
|
+
"description": "Default: -\n\nSet request headers, valid above IE10"
|
|
5021
5006
|
},
|
|
5022
5007
|
{
|
|
5023
|
-
"name": "
|
|
5024
|
-
"description": "Default: -\n\
|
|
5008
|
+
"name": "icon-render",
|
|
5009
|
+
"description": "Default: -\n\nCustom show icon"
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"name": "is-image-url",
|
|
5013
|
+
"description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "item-render",
|
|
5017
|
+
"description": "Default: -\n\nCustom item of uploadList"
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "list-type",
|
|
5021
|
+
"description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
5022
|
+
},
|
|
5023
|
+
{
|
|
5024
|
+
"name": "max-count",
|
|
5025
|
+
"description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
"name": "method",
|
|
5029
|
+
"description": "Default: post\n\nThe http method of upload request"
|
|
5030
|
+
},
|
|
5031
|
+
{
|
|
5032
|
+
"name": "multiple",
|
|
5033
|
+
"description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"name": "name",
|
|
5037
|
+
"description": "Default: file\n\nThe name of uploading file"
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "open-file-dialog-on-click",
|
|
5041
|
+
"description": "Default: true\n\nClick open file dialog"
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"name": "pastable",
|
|
5045
|
+
"description": "Default: false\n\nSupport paste file"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"name": "preview-file",
|
|
5049
|
+
"description": "Default: -\n\nCustomize preview file logic"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "progress",
|
|
5053
|
+
"description": "Default: { strokeWidth: 2, showInfo: false }\n\nCustom progress bar"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"name": "show-upload-list",
|
|
5057
|
+
"description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"name": "styles",
|
|
5061
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5062
|
+
},
|
|
5063
|
+
{
|
|
5064
|
+
"name": "with-credentials",
|
|
5065
|
+
"description": "Default: false\n\nThe ajax upload with cookie sent"
|
|
5025
5066
|
}
|
|
5026
5067
|
]
|
|
5027
5068
|
},
|
|
5028
5069
|
{
|
|
5029
|
-
"name": "a-
|
|
5030
|
-
"description": "(ZH)
|
|
5070
|
+
"name": "a-watermark",
|
|
5071
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5031
5072
|
"attributes": [
|
|
5032
5073
|
{
|
|
5033
|
-
"name": "
|
|
5034
|
-
"description": "Default:
|
|
5074
|
+
"name": "width",
|
|
5075
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5035
5076
|
},
|
|
5036
5077
|
{
|
|
5037
|
-
"name": "
|
|
5038
|
-
"description": "Default:
|
|
5078
|
+
"name": "height",
|
|
5079
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5039
5080
|
},
|
|
5040
5081
|
{
|
|
5041
|
-
"name": "
|
|
5042
|
-
"description": "Default:
|
|
5082
|
+
"name": "inherit",
|
|
5083
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5043
5084
|
},
|
|
5044
5085
|
{
|
|
5045
|
-
"name": "
|
|
5046
|
-
"description": "Default:
|
|
5086
|
+
"name": "rotate",
|
|
5087
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5047
5088
|
},
|
|
5048
5089
|
{
|
|
5049
|
-
"name": "
|
|
5050
|
-
"description": "Default:
|
|
5090
|
+
"name": "z-index",
|
|
5091
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5051
5092
|
},
|
|
5052
5093
|
{
|
|
5053
|
-
"name": "
|
|
5054
|
-
"description": "Default:
|
|
5094
|
+
"name": "image",
|
|
5095
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5055
5096
|
},
|
|
5056
5097
|
{
|
|
5057
|
-
"name": "
|
|
5058
|
-
"description": "Default: -\n\
|
|
5098
|
+
"name": "content",
|
|
5099
|
+
"description": "Default: -\n\nWatermark text content"
|
|
5059
5100
|
},
|
|
5060
5101
|
{
|
|
5061
|
-
"name": "
|
|
5062
|
-
"description": "Default:
|
|
5102
|
+
"name": "font",
|
|
5103
|
+
"description": "Default: Font\n\nText style"
|
|
5063
5104
|
},
|
|
5064
5105
|
{
|
|
5065
|
-
"name": "
|
|
5066
|
-
"description": "Default:
|
|
5106
|
+
"name": "gap",
|
|
5107
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5067
5108
|
},
|
|
5068
5109
|
{
|
|
5069
|
-
"name": "
|
|
5070
|
-
"description": "Default:
|
|
5110
|
+
"name": "offset",
|
|
5111
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5071
5112
|
}
|
|
5072
5113
|
]
|
|
5073
5114
|
},
|