antdv-next 1.2.0 → 1.2.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/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +2 -2
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/vueNode.d.ts +5 -5
- package/dist/_util/wave/WaveEffect.d.ts +5 -5
- package/dist/_util/wave/index.d.ts +2 -2
- package/dist/_util/wave/style.d.ts +2 -2
- package/dist/_util/zindexContext.d.ts +2 -2
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/index.js +5 -4
- package/dist/affix/style/index.d.ts +2 -2
- package/dist/alert/Alert.d.ts +2 -2
- package/dist/alert/style/index.d.ts +2 -2
- package/dist/anchor/Anchor.d.ts +2 -2
- package/dist/anchor/AnchorLink.d.ts +2 -2
- package/dist/anchor/style/index.d.ts +2 -2
- package/dist/antd-with-locales.esm.js +7446 -7458
- package/dist/antd-with-locales.js +74 -74
- package/dist/antd.esm.js +3052 -3064
- package/dist/antd.js +71 -71
- package/dist/app/App.d.ts +2 -2
- package/dist/app/context.d.ts +2 -2
- package/dist/app/style/index.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +2 -2
- package/dist/avatar/Avatar.d.ts +2 -2
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/buttonHelper.d.ts +1 -1
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +2 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +2 -2
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +2 -2
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/index.d.ts +2 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +15 -15
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +4 -4
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/util.d.ts +3 -3
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/Item.d.ts +2 -2
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +10 -10
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/index.d.ts +2 -2
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/style/index.d.ts +2 -2
- package/dist/drawer/DrawerPanel.d.ts +2 -2
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/style/index.d.ts +2 -2
- package/dist/drawer/useFocusable.d.ts +2 -2
- package/dist/dropdown/dropdown.d.ts +2 -2
- package/dist/dropdown/style/index.d.ts +2 -2
- package/dist/empty/empty.d.ts +2 -2
- package/dist/empty/index.d.ts +5 -5
- package/dist/empty/simple.d.ts +2 -2
- package/dist/empty/style/index.d.ts +2 -2
- package/dist/flex/index.d.ts +2 -2
- package/dist/flex/style/index.d.ts +2 -2
- package/dist/float-button/BackTop.d.ts +2 -2
- package/dist/float-button/FloatButton.d.ts +2 -2
- package/dist/float-button/FloatButtonGroup.d.ts +2 -2
- package/dist/float-button/PurePanel.d.ts +2 -2
- package/dist/float-button/context.d.ts +3 -3
- package/dist/float-button/style/index.d.ts +2 -2
- package/dist/form/ErrorList.d.ts +2 -2
- package/dist/form/Form.d.ts +2 -2
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +2 -2
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
- package/dist/image/hooks/usePreviewConfig.d.ts +6 -6
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +2 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +2 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +2 -2
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/index.js +3 -3
- package/dist/message/style/index.d.ts +2 -2
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
- package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
- package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
- package/dist/modal/components/NormalOkBtn.d.ts +2 -2
- package/dist/modal/confirm.js +8 -2
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/index.js +3 -3
- package/dist/notification/style/index.d.ts +2 -2
- package/dist/notification/style/pure-panel.d.ts +4 -4
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +4 -4
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/useIcons.d.ts +5 -5
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +4 -4
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +2 -2
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +2 -2
- package/dist/spin/index.d.ts +2 -2
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +2 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/style/index.d.ts +2 -2
- package/dist/table/Column.d.ts +2 -2
- package/dist/table/ColumnGroup.d.ts +2 -2
- package/dist/table/ExpandIcon.d.ts +2 -2
- package/dist/table/InternalTable.d.ts +2 -2
- package/dist/table/Table.d.ts +2 -2
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/useFilter/index.d.ts +10 -10
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +2 -2
- package/dist/tag/CheckableTagGroup.d.ts +2 -2
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +2 -2
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +5 -4
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/timeline/Timeline.d.ts +2 -2
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Section.js +5 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/search.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/Tree.d.ts +2 -2
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +2 -2
- package/dist/tree-select/index.d.ts +3 -3
- package/dist/tree-select/style/index.d.ts +2 -2
- package/dist/typography/Base/CopyBtn.d.ts +2 -2
- package/dist/typography/Base/Ellipsis.d.ts +3 -3
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Editable.d.ts +2 -2
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Typography.d.ts +2 -2
- package/dist/typography/hooks/useCopyClick.d.ts +3 -3
- package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
- package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
- package/dist/typography/index.d.ts +5 -5
- package/dist/typography/style/index.d.ts +2 -2
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/package.json +5 -5
- package/web-tags.json +1344 -1344
- package/web-types.json +4204 -4204
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.1",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -248,60 +248,70 @@
|
|
|
248
248
|
]
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
|
-
"name": "a-
|
|
252
|
-
"description": "(ZH)
|
|
251
|
+
"name": "a-avatar",
|
|
252
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
253
253
|
"attributes": [
|
|
254
254
|
{
|
|
255
|
-
"name": "
|
|
256
|
-
"description": "Default:
|
|
255
|
+
"name": "shape",
|
|
256
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
|
-
"name": "
|
|
260
|
-
"description": "Default:
|
|
259
|
+
"name": "size",
|
|
260
|
+
"description": "Default: medium\n\nThe size of the avatar"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
"name": "
|
|
264
|
-
"description": "Default:
|
|
263
|
+
"name": "gap",
|
|
264
|
+
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"name": "
|
|
268
|
-
"description": "Default:
|
|
267
|
+
"name": "src",
|
|
268
|
+
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
"name": "
|
|
272
|
-
"description": "Default: -\n\
|
|
271
|
+
"name": "src-set",
|
|
272
|
+
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"name": "
|
|
276
|
-
"description": "Default:
|
|
275
|
+
"name": "draggable",
|
|
276
|
+
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
-
"name": "
|
|
280
|
-
"description": "Default: -\n\
|
|
279
|
+
"name": "icon",
|
|
280
|
+
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
281
281
|
},
|
|
282
282
|
{
|
|
283
|
-
"name": "
|
|
284
|
-
"description": "Default: -\n\
|
|
283
|
+
"name": "alt",
|
|
284
|
+
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
"name": "
|
|
288
|
-
"description": "Default: -\n\
|
|
287
|
+
"name": "cross-origin",
|
|
288
|
+
"description": "Default: -\n\nCORS settings attributes"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
"name": "
|
|
292
|
-
"description": "Default: -\n\
|
|
291
|
+
"name": "on-error",
|
|
292
|
+
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "a-avatar-group",
|
|
298
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
299
|
+
"attributes": [
|
|
300
|
+
{
|
|
301
|
+
"name": "prefix-cls",
|
|
302
|
+
"description": "Default: -\n\n-"
|
|
293
303
|
},
|
|
294
304
|
{
|
|
295
|
-
"name": "
|
|
296
|
-
"description": "Default: -\n\
|
|
305
|
+
"name": "max",
|
|
306
|
+
"description": "Default: -\n\n-"
|
|
297
307
|
},
|
|
298
308
|
{
|
|
299
|
-
"name": "
|
|
300
|
-
"description": "Default:
|
|
309
|
+
"name": "size",
|
|
310
|
+
"description": "Default: default\n\nThe size of the avatar"
|
|
301
311
|
},
|
|
302
312
|
{
|
|
303
|
-
"name": "
|
|
304
|
-
"description": "Default:
|
|
313
|
+
"name": "shape",
|
|
314
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
305
315
|
}
|
|
306
316
|
]
|
|
307
317
|
},
|
|
@@ -340,152 +350,60 @@
|
|
|
340
350
|
]
|
|
341
351
|
},
|
|
342
352
|
{
|
|
343
|
-
"name": "a-
|
|
344
|
-
"description": "(ZH)
|
|
353
|
+
"name": "a-badge",
|
|
354
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
345
355
|
"attributes": [
|
|
346
356
|
{
|
|
347
|
-
"name": "
|
|
348
|
-
"description": "Default: -\n\
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "root-class",
|
|
352
|
-
"description": "Default: -\n\n-"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "classes",
|
|
356
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "styles",
|
|
360
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "locale",
|
|
364
|
-
"description": "Default: (default)\n\nThe calendar's locale"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "valid-range",
|
|
368
|
-
"description": "Default: -\n\nTo set valid range"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "disabled-date",
|
|
372
|
-
"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"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "date-full-cell-render",
|
|
376
|
-
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "date-cell-render",
|
|
380
|
-
"description": "Default: -\n\nDeprecated."
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "month-full-cell-render",
|
|
384
|
-
"description": "Default: -\n\nDeprecated."
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "month-cell-render",
|
|
388
|
-
"description": "Default: -\n\nDeprecated."
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "cell-render",
|
|
392
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
357
|
+
"name": "count",
|
|
358
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
393
359
|
},
|
|
394
360
|
{
|
|
395
|
-
"name": "
|
|
396
|
-
"description": "Default:
|
|
361
|
+
"name": "show-zero",
|
|
362
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
397
363
|
},
|
|
398
364
|
{
|
|
399
|
-
"name": "
|
|
400
|
-
"description": "Default:
|
|
365
|
+
"name": "overflow-count",
|
|
366
|
+
"description": "Default: 99\n\nMax count to show"
|
|
401
367
|
},
|
|
402
368
|
{
|
|
403
|
-
"name": "
|
|
404
|
-
"description": "Default:
|
|
369
|
+
"name": "dot",
|
|
370
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
405
371
|
},
|
|
406
372
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"description": "Default: -\n\
|
|
373
|
+
"name": "scroll-number-prefix-cls",
|
|
374
|
+
"description": "Default: -\n\n-"
|
|
409
375
|
},
|
|
410
376
|
{
|
|
411
|
-
"name": "
|
|
412
|
-
"description": "Default:
|
|
377
|
+
"name": "status",
|
|
378
|
+
"description": "Default: -\n\nSet Badge as a status dot"
|
|
413
379
|
},
|
|
414
380
|
{
|
|
415
|
-
"name": "
|
|
416
|
-
"description": "Default:
|
|
381
|
+
"name": "color",
|
|
382
|
+
"description": "Default: -\n\nCustomize Badge dot color"
|
|
417
383
|
},
|
|
418
384
|
{
|
|
419
|
-
"name": "
|
|
420
|
-
"description": "Default:
|
|
421
|
-
}
|
|
422
|
-
]
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"name": "a-avatar",
|
|
426
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
427
|
-
"attributes": [
|
|
428
|
-
{
|
|
429
|
-
"name": "shape",
|
|
430
|
-
"description": "Default: circle\n\nThe shape of avatar"
|
|
385
|
+
"name": "text",
|
|
386
|
+
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
431
387
|
},
|
|
432
388
|
{
|
|
433
389
|
"name": "size",
|
|
434
|
-
"description": "Default:
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "gap",
|
|
438
|
-
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "src",
|
|
442
|
-
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "src-set",
|
|
446
|
-
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "draggable",
|
|
450
|
-
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"name": "icon",
|
|
454
|
-
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "alt",
|
|
458
|
-
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "cross-origin",
|
|
462
|
-
"description": "Default: -\n\nCORS settings attributes"
|
|
390
|
+
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
463
391
|
},
|
|
464
392
|
{
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "Default: -\n\
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "a-avatar-group",
|
|
472
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
473
|
-
"attributes": [
|
|
474
|
-
{
|
|
475
|
-
"name": "prefix-cls",
|
|
476
|
-
"description": "Default: -\n\n-"
|
|
393
|
+
"name": "offset",
|
|
394
|
+
"description": "Default: -\n\nSet offset of the badge dot"
|
|
477
395
|
},
|
|
478
396
|
{
|
|
479
|
-
"name": "
|
|
480
|
-
"description": "Default: -\n\
|
|
397
|
+
"name": "title",
|
|
398
|
+
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
481
399
|
},
|
|
482
400
|
{
|
|
483
|
-
"name": "
|
|
484
|
-
"description": "Default:
|
|
401
|
+
"name": "classes",
|
|
402
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
485
403
|
},
|
|
486
404
|
{
|
|
487
|
-
"name": "
|
|
488
|
-
"description": "Default:
|
|
405
|
+
"name": "styles",
|
|
406
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
489
407
|
}
|
|
490
408
|
]
|
|
491
409
|
},
|
|
@@ -610,154 +528,48 @@
|
|
|
610
528
|
]
|
|
611
529
|
},
|
|
612
530
|
{
|
|
613
|
-
"name": "a-
|
|
614
|
-
"description": "(ZH)
|
|
531
|
+
"name": "a-card",
|
|
532
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
615
533
|
"attributes": [
|
|
616
534
|
{
|
|
617
|
-
"name": "
|
|
618
|
-
"description": "Default:
|
|
535
|
+
"name": "title",
|
|
536
|
+
"description": "Default: -\n\nCard title"
|
|
619
537
|
},
|
|
620
538
|
{
|
|
621
|
-
"name": "
|
|
622
|
-
"description": "Default:
|
|
539
|
+
"name": "extra",
|
|
540
|
+
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
623
541
|
},
|
|
624
542
|
{
|
|
625
|
-
"name": "
|
|
626
|
-
"description": "Default:
|
|
543
|
+
"name": "bordered",
|
|
544
|
+
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
627
545
|
},
|
|
628
546
|
{
|
|
629
|
-
"name": "
|
|
630
|
-
"description": "Default:
|
|
547
|
+
"name": "head-style",
|
|
548
|
+
"description": "Default: -\n\nDeprecated."
|
|
631
549
|
},
|
|
632
550
|
{
|
|
633
|
-
"name": "
|
|
634
|
-
"description": "Default:
|
|
551
|
+
"name": "body-style",
|
|
552
|
+
"description": "Default: -\n\nDeprecated."
|
|
635
553
|
},
|
|
636
554
|
{
|
|
637
|
-
"name": "
|
|
638
|
-
"description": "Default:
|
|
555
|
+
"name": "loading",
|
|
556
|
+
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
639
557
|
},
|
|
640
558
|
{
|
|
641
|
-
"name": "
|
|
642
|
-
"description": "Default:
|
|
559
|
+
"name": "hoverable",
|
|
560
|
+
"description": "Default: false\n\nLift up when hovering card"
|
|
643
561
|
},
|
|
644
562
|
{
|
|
645
|
-
"name": "
|
|
646
|
-
"description": "Default: -\n\
|
|
563
|
+
"name": "id",
|
|
564
|
+
"description": "Default: -\n\n-"
|
|
647
565
|
},
|
|
648
566
|
{
|
|
649
|
-
"name": "
|
|
650
|
-
"description": "Default:
|
|
567
|
+
"name": "size",
|
|
568
|
+
"description": "Default: default\n\nSize of card"
|
|
651
569
|
},
|
|
652
570
|
{
|
|
653
|
-
"name": "
|
|
654
|
-
"description": "Default: -\n\
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "max-tag-text-length",
|
|
658
|
-
"description": "Default: -\n\nMax tag text length to show"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "multiple",
|
|
662
|
-
"description": "Default: -\n\nSupport multiple or not"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "open",
|
|
666
|
-
"description": "Default: -\n\nSet visible of cascader popup"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "options",
|
|
670
|
-
"description": "Default: -\n\nThe data options of cascade"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "placeholder",
|
|
674
|
-
"description": "Default: -\n\nThe input placeholder"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "placement",
|
|
678
|
-
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "popup-menu-column-style",
|
|
682
|
-
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "show-checked-strategy",
|
|
686
|
-
"description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "show-search",
|
|
690
|
-
"description": "Default: false\n\nWhether show search input in single mode"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "~~search-value~~",
|
|
694
|
-
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "size",
|
|
698
|
-
"description": "Default: -\n\nThe input size"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "status",
|
|
702
|
-
"description": "Default: -\n\nSet validation status"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "styles",
|
|
706
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "value",
|
|
710
|
-
"description": "Default: -\n\nThe selected value, support v-model:value"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "variant",
|
|
714
|
-
"description": "Default: outlined\n\nVariants of selector"
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "a-card",
|
|
720
|
-
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
721
|
-
"attributes": [
|
|
722
|
-
{
|
|
723
|
-
"name": "title",
|
|
724
|
-
"description": "Default: -\n\nCard title"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "extra",
|
|
728
|
-
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "bordered",
|
|
732
|
-
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"name": "head-style",
|
|
736
|
-
"description": "Default: -\n\nDeprecated."
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "body-style",
|
|
740
|
-
"description": "Default: -\n\nDeprecated."
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "loading",
|
|
744
|
-
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "hoverable",
|
|
748
|
-
"description": "Default: false\n\nLift up when hovering card"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "id",
|
|
752
|
-
"description": "Default: -\n\n-"
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"name": "size",
|
|
756
|
-
"description": "Default: default\n\nSize of card"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "type",
|
|
760
|
-
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
571
|
+
"name": "type",
|
|
572
|
+
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
761
573
|
},
|
|
762
574
|
{
|
|
763
575
|
"name": "cover",
|
|
@@ -846,140 +658,328 @@
|
|
|
846
658
|
]
|
|
847
659
|
},
|
|
848
660
|
{
|
|
849
|
-
"name": "a-
|
|
850
|
-
"description": "(ZH)
|
|
661
|
+
"name": "a-calendar",
|
|
662
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
851
663
|
"attributes": [
|
|
852
664
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"description": "Default:
|
|
665
|
+
"name": "prefix-cls",
|
|
666
|
+
"description": "Default: -\n\n-"
|
|
855
667
|
},
|
|
856
668
|
{
|
|
857
|
-
"name": "
|
|
858
|
-
"description": "Default:
|
|
669
|
+
"name": "root-class",
|
|
670
|
+
"description": "Default: -\n\n-"
|
|
859
671
|
},
|
|
860
672
|
{
|
|
861
|
-
"name": "
|
|
862
|
-
"description": "Default:
|
|
673
|
+
"name": "classes",
|
|
674
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
863
675
|
},
|
|
864
676
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "Default:
|
|
677
|
+
"name": "styles",
|
|
678
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
867
679
|
},
|
|
868
680
|
{
|
|
869
|
-
"name": "
|
|
870
|
-
"description": "Default:
|
|
681
|
+
"name": "locale",
|
|
682
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
871
683
|
},
|
|
872
684
|
{
|
|
873
|
-
"name": "
|
|
874
|
-
"description": "Default:
|
|
685
|
+
"name": "valid-range",
|
|
686
|
+
"description": "Default: -\n\nTo set valid range"
|
|
875
687
|
},
|
|
876
688
|
{
|
|
877
|
-
"name": "
|
|
878
|
-
"description": "Default: -\n\
|
|
689
|
+
"name": "disabled-date",
|
|
690
|
+
"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"
|
|
879
691
|
},
|
|
880
692
|
{
|
|
881
|
-
"name": "
|
|
882
|
-
"description": "Default: -\n\nCustomize
|
|
883
|
-
}
|
|
884
|
-
]
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "a-checkbox-group",
|
|
888
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
889
|
-
"attributes": [
|
|
693
|
+
"name": "date-full-cell-render",
|
|
694
|
+
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
695
|
+
},
|
|
890
696
|
{
|
|
891
|
-
"name": "
|
|
892
|
-
"description": "Default:
|
|
697
|
+
"name": "date-cell-render",
|
|
698
|
+
"description": "Default: -\n\nDeprecated."
|
|
893
699
|
},
|
|
894
700
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "Default:
|
|
701
|
+
"name": "month-full-cell-render",
|
|
702
|
+
"description": "Default: -\n\nDeprecated."
|
|
897
703
|
},
|
|
898
704
|
{
|
|
899
|
-
"name": "
|
|
900
|
-
"description": "Default: -\n\
|
|
705
|
+
"name": "month-cell-render",
|
|
706
|
+
"description": "Default: -\n\nDeprecated."
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "cell-render",
|
|
710
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "full-cell-render",
|
|
714
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "header-render",
|
|
718
|
+
"description": "Default: -\n\nRender custom header in panel"
|
|
901
719
|
},
|
|
902
720
|
{
|
|
903
721
|
"name": "value",
|
|
904
|
-
"description": "Default:
|
|
722
|
+
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
905
723
|
},
|
|
906
724
|
{
|
|
907
|
-
"name": "
|
|
908
|
-
"description": "Default: -\n\
|
|
725
|
+
"name": "default-value",
|
|
726
|
+
"description": "Default: -\n\nThe date selected by default"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "mode",
|
|
730
|
+
"description": "Default: month\n\nThe display mode of the calendar"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "fullscreen",
|
|
734
|
+
"description": "Default: true\n\nWhether to display in full-screen"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "show-week",
|
|
738
|
+
"description": "Default: false\n\nWhether to display week number"
|
|
909
739
|
}
|
|
910
740
|
]
|
|
911
741
|
},
|
|
912
742
|
{
|
|
913
|
-
"name": "a-
|
|
914
|
-
"description": "(ZH)
|
|
743
|
+
"name": "a-cascader",
|
|
744
|
+
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
915
745
|
"attributes": [
|
|
916
746
|
{
|
|
917
747
|
"name": "allow-clear",
|
|
918
|
-
"description": "Default:
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"name": "arrow",
|
|
922
|
-
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
748
|
+
"description": "Default: true\n\nShow clear button"
|
|
923
749
|
},
|
|
924
750
|
{
|
|
925
|
-
"name": "
|
|
926
|
-
"description": "Default:
|
|
751
|
+
"name": "change-on-select",
|
|
752
|
+
"description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
|
|
927
753
|
},
|
|
928
754
|
{
|
|
929
755
|
"name": "classes",
|
|
930
756
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
931
757
|
},
|
|
932
758
|
{
|
|
933
|
-
"name": "
|
|
934
|
-
"description": "Default:
|
|
759
|
+
"name": "disabled",
|
|
760
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
935
761
|
},
|
|
936
762
|
{
|
|
937
|
-
"name": "
|
|
938
|
-
"description": "Default:
|
|
763
|
+
"name": "expand-trigger",
|
|
764
|
+
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
939
765
|
},
|
|
940
766
|
{
|
|
941
|
-
"name": "
|
|
942
|
-
"description": "Default:
|
|
767
|
+
"name": "field-names",
|
|
768
|
+
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
943
769
|
},
|
|
944
770
|
{
|
|
945
|
-
"name": "
|
|
946
|
-
"description": "Default:
|
|
771
|
+
"name": "get-popup-container",
|
|
772
|
+
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
|
|
947
773
|
},
|
|
948
774
|
{
|
|
949
|
-
"name": "
|
|
950
|
-
"description": "Default:
|
|
775
|
+
"name": "load-data",
|
|
776
|
+
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
951
777
|
},
|
|
952
778
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"description": "Default:
|
|
779
|
+
"name": "max-tag-count",
|
|
780
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
955
781
|
},
|
|
956
782
|
{
|
|
957
|
-
"name": "
|
|
958
|
-
"description": "Default: -\n\
|
|
783
|
+
"name": "max-tag-placeholder",
|
|
784
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
959
785
|
},
|
|
960
786
|
{
|
|
961
|
-
"name": "
|
|
962
|
-
"description": "Default: -\n\
|
|
787
|
+
"name": "max-tag-text-length",
|
|
788
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
963
789
|
},
|
|
964
790
|
{
|
|
965
|
-
"name": "
|
|
966
|
-
"description": "Default:
|
|
791
|
+
"name": "multiple",
|
|
792
|
+
"description": "Default: -\n\nSupport multiple or not"
|
|
967
793
|
},
|
|
968
794
|
{
|
|
969
795
|
"name": "open",
|
|
970
|
-
"description": "Default: -\n\
|
|
796
|
+
"description": "Default: -\n\nSet visible of cascader popup"
|
|
971
797
|
},
|
|
972
798
|
{
|
|
973
|
-
"name": "
|
|
974
|
-
"description": "Default:
|
|
799
|
+
"name": "options",
|
|
800
|
+
"description": "Default: -\n\nThe data options of cascade"
|
|
975
801
|
},
|
|
976
802
|
{
|
|
977
|
-
"name": "
|
|
978
|
-
"description": "Default: -\n\
|
|
803
|
+
"name": "placeholder",
|
|
804
|
+
"description": "Default: -\n\nThe input placeholder"
|
|
979
805
|
},
|
|
980
806
|
{
|
|
981
|
-
"name": "
|
|
982
|
-
"description": "Default:
|
|
807
|
+
"name": "placement",
|
|
808
|
+
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "popup-menu-column-style",
|
|
812
|
+
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "show-checked-strategy",
|
|
816
|
+
"description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "show-search",
|
|
820
|
+
"description": "Default: false\n\nWhether show search input in single mode"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "~~search-value~~",
|
|
824
|
+
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "size",
|
|
828
|
+
"description": "Default: -\n\nThe input size"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "status",
|
|
832
|
+
"description": "Default: -\n\nSet validation status"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "styles",
|
|
836
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "value",
|
|
840
|
+
"description": "Default: -\n\nThe selected value, support v-model:value"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "variant",
|
|
844
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "a-checkbox",
|
|
850
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
851
|
+
"attributes": [
|
|
852
|
+
{
|
|
853
|
+
"name": "checked",
|
|
854
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "checked-value",
|
|
858
|
+
"description": "Default: true\n\nThe value when checked"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "default-checked",
|
|
862
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "disabled",
|
|
866
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "indeterminate",
|
|
870
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "un-checked-value",
|
|
874
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "classes",
|
|
878
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "styles",
|
|
882
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "a-checkbox-group",
|
|
888
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
889
|
+
"attributes": [
|
|
890
|
+
{
|
|
891
|
+
"name": "options",
|
|
892
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "disabled",
|
|
896
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "name",
|
|
900
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "value",
|
|
904
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "label-render",
|
|
908
|
+
"description": "Default: -\n\n-"
|
|
909
|
+
}
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "a-color-picker",
|
|
914
|
+
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
915
|
+
"attributes": [
|
|
916
|
+
{
|
|
917
|
+
"name": "allow-clear",
|
|
918
|
+
"description": "Default: false\n\nAllow clearing color selected"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "arrow",
|
|
922
|
+
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "auto-adjust-overflow",
|
|
926
|
+
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "classes",
|
|
930
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"name": "default-format",
|
|
934
|
+
"description": "Default: hex\n\nDefault format of color"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"name": "default-value",
|
|
938
|
+
"description": "Default: -\n\nDefault value of color"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "destroy-on-hidden",
|
|
942
|
+
"description": "Default: false\n\nWhether destroy dom when close"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "disabled",
|
|
946
|
+
"description": "Default: false\n\nDisable ColorPicker"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "disabled-alpha",
|
|
950
|
+
"description": "Default: false\n\nDisable Alpha"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "disabled-format",
|
|
954
|
+
"description": "Default: false\n\nDisable format of color"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "format",
|
|
958
|
+
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "get-popup-container",
|
|
962
|
+
"description": "Default: -\n\nSpecify container for popup"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "mode",
|
|
966
|
+
"description": "Default: single\n\nConfigure single or gradient color"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "open",
|
|
970
|
+
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "placement",
|
|
974
|
+
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "presets",
|
|
978
|
+
"description": "Default: -\n\nPreset colors"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "panel-render",
|
|
982
|
+
"description": "Default: -\n\nCustom Render Panel"
|
|
983
983
|
},
|
|
984
984
|
{
|
|
985
985
|
"name": "root-class",
|
|
@@ -1173,64 +1173,6 @@
|
|
|
1173
1173
|
}
|
|
1174
1174
|
]
|
|
1175
1175
|
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "a-descriptions",
|
|
1178
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1179
|
-
"attributes": [
|
|
1180
|
-
{
|
|
1181
|
-
"name": "bordered",
|
|
1182
|
-
"description": "Default: false\n\nWhether to display the border"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"name": "size",
|
|
1186
|
-
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "title",
|
|
1190
|
-
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"name": "extra",
|
|
1194
|
-
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "label-render",
|
|
1198
|
-
"description": "Default: -\n\n-"
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"name": "content-render",
|
|
1202
|
-
"description": "Default: -\n\n-"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "column",
|
|
1206
|
-
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "layout",
|
|
1210
|
-
"description": "Default: horizontal\n\nDefine description layout"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "colon",
|
|
1214
|
-
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"name": "styles",
|
|
1218
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "classes",
|
|
1222
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "items",
|
|
1226
|
-
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"name": "id",
|
|
1230
|
-
"description": "Default: -\n\n-"
|
|
1231
|
-
}
|
|
1232
|
-
]
|
|
1233
|
-
},
|
|
1234
1176
|
{
|
|
1235
1177
|
"name": "a-localization",
|
|
1236
1178
|
"description": "To select or input a date.",
|
|
@@ -1292,146 +1234,102 @@
|
|
|
1292
1234
|
"attributes": []
|
|
1293
1235
|
},
|
|
1294
1236
|
{
|
|
1295
|
-
"name": "a-
|
|
1296
|
-
"description": "(ZH)
|
|
1237
|
+
"name": "a-descriptions",
|
|
1238
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1297
1239
|
"attributes": [
|
|
1298
1240
|
{
|
|
1299
|
-
"name": "
|
|
1300
|
-
"description": "Default: false\n\nWhether
|
|
1241
|
+
"name": "bordered",
|
|
1242
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1301
1243
|
},
|
|
1302
1244
|
{
|
|
1303
|
-
"name": "
|
|
1304
|
-
"description": "Default:
|
|
1245
|
+
"name": "size",
|
|
1246
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1305
1247
|
},
|
|
1306
1248
|
{
|
|
1307
|
-
"name": "
|
|
1308
|
-
"description": "Default:
|
|
1249
|
+
"name": "title",
|
|
1250
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1309
1251
|
},
|
|
1310
1252
|
{
|
|
1311
|
-
"name": "
|
|
1312
|
-
"description": "Default: -\n\nThe
|
|
1253
|
+
"name": "extra",
|
|
1254
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1313
1255
|
},
|
|
1314
1256
|
{
|
|
1315
|
-
"name": "
|
|
1316
|
-
"description": "Default:
|
|
1257
|
+
"name": "label-render",
|
|
1258
|
+
"description": "Default: -\n\n-"
|
|
1317
1259
|
},
|
|
1318
1260
|
{
|
|
1319
|
-
"name": "
|
|
1320
|
-
"description": "Default:
|
|
1261
|
+
"name": "content-render",
|
|
1262
|
+
"description": "Default: -\n\n-"
|
|
1321
1263
|
},
|
|
1322
1264
|
{
|
|
1323
|
-
"name": "
|
|
1324
|
-
"description": "Default:
|
|
1265
|
+
"name": "column",
|
|
1266
|
+
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1325
1267
|
},
|
|
1326
1268
|
{
|
|
1327
|
-
"name": "
|
|
1328
|
-
"description": "Default:
|
|
1269
|
+
"name": "layout",
|
|
1270
|
+
"description": "Default: horizontal\n\nDefine description layout"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "colon",
|
|
1274
|
+
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1329
1275
|
},
|
|
1330
1276
|
{
|
|
1331
1277
|
"name": "styles",
|
|
1332
1278
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1333
|
-
}
|
|
1334
|
-
]
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "a-drawer",
|
|
1338
|
-
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
1339
|
-
"attributes": [
|
|
1340
|
-
{
|
|
1341
|
-
"name": "after-open-change",
|
|
1342
|
-
"description": "Default: -\n\nCallback after the animation ends when switching drawers"
|
|
1343
1279
|
},
|
|
1344
1280
|
{
|
|
1345
1281
|
"name": "classes",
|
|
1346
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "closable",
|
|
1350
|
-
"description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "close-icon",
|
|
1354
|
-
"description": "Default: -\n\nCustom close icon"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "~~destroy-on-close~~",
|
|
1358
|
-
"description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"name": "destroy-on-hidden",
|
|
1362
|
-
"description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "extra",
|
|
1366
|
-
"description": "Default: -\n\nExtra actions area at corner"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "footer",
|
|
1370
|
-
"description": "Default: -\n\nThe footer for Drawer"
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "force-render",
|
|
1374
|
-
"description": "Default: false\n\nPre-render Drawer component forcibly"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "get-container",
|
|
1378
|
-
"description": "Default: document.body\n\nMounted node and display window for Drawer"
|
|
1282
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1379
1283
|
},
|
|
1380
1284
|
{
|
|
1381
|
-
"name": "
|
|
1382
|
-
"description": "Default:
|
|
1285
|
+
"name": "items",
|
|
1286
|
+
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1383
1287
|
},
|
|
1384
1288
|
{
|
|
1385
|
-
"name": "
|
|
1386
|
-
"description": "Default:
|
|
1387
|
-
}
|
|
1289
|
+
"name": "id",
|
|
1290
|
+
"description": "Default: -\n\n-"
|
|
1291
|
+
}
|
|
1292
|
+
]
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "a-divider",
|
|
1296
|
+
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1297
|
+
"attributes": [
|
|
1388
1298
|
{
|
|
1389
|
-
"name": "
|
|
1390
|
-
"description": "Default:
|
|
1299
|
+
"name": "dashed",
|
|
1300
|
+
"description": "Default: false\n\nWhether line is dashed"
|
|
1391
1301
|
},
|
|
1392
1302
|
{
|
|
1393
|
-
"name": "
|
|
1394
|
-
"description": "Default:
|
|
1303
|
+
"name": "orientation",
|
|
1304
|
+
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1395
1305
|
},
|
|
1396
1306
|
{
|
|
1397
|
-
"name": "
|
|
1398
|
-
"description": "Default:
|
|
1307
|
+
"name": "plain",
|
|
1308
|
+
"description": "Default: true\n\nDivider text show as plain style"
|
|
1399
1309
|
},
|
|
1400
1310
|
{
|
|
1401
|
-
"name": "
|
|
1402
|
-
"description": "Default:
|
|
1311
|
+
"name": "size",
|
|
1312
|
+
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1403
1313
|
},
|
|
1404
1314
|
{
|
|
1405
|
-
"name": "
|
|
1406
|
-
"description": "Default:
|
|
1315
|
+
"name": "title-placement",
|
|
1316
|
+
"description": "Default: center\n\nThe position of title inside divider"
|
|
1407
1317
|
},
|
|
1408
1318
|
{
|
|
1409
|
-
"name": "
|
|
1410
|
-
"description": "Default:
|
|
1319
|
+
"name": "variant",
|
|
1320
|
+
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1411
1321
|
},
|
|
1412
1322
|
{
|
|
1413
|
-
"name": "
|
|
1414
|
-
"description": "Default:
|
|
1323
|
+
"name": "vertical",
|
|
1324
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1415
1325
|
},
|
|
1416
1326
|
{
|
|
1417
|
-
"name": "
|
|
1418
|
-
"description": "Default:
|
|
1327
|
+
"name": "classes",
|
|
1328
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1419
1329
|
},
|
|
1420
1330
|
{
|
|
1421
1331
|
"name": "styles",
|
|
1422
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"name": "title",
|
|
1426
|
-
"description": "Default: -\n\nThe title for Drawer"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "open",
|
|
1430
|
-
"description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"name": "z-index",
|
|
1434
|
-
"description": "Default: 1000\n\nThe z-index of the Drawer"
|
|
1332
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1435
1333
|
}
|
|
1436
1334
|
]
|
|
1437
1335
|
},
|
|
@@ -1521,6 +1419,108 @@
|
|
|
1521
1419
|
}
|
|
1522
1420
|
]
|
|
1523
1421
|
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "a-drawer",
|
|
1424
|
+
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
1425
|
+
"attributes": [
|
|
1426
|
+
{
|
|
1427
|
+
"name": "after-open-change",
|
|
1428
|
+
"description": "Default: -\n\nCallback after the animation ends when switching drawers"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "classes",
|
|
1432
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "closable",
|
|
1436
|
+
"description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "close-icon",
|
|
1440
|
+
"description": "Default: -\n\nCustom close icon"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "~~destroy-on-close~~",
|
|
1444
|
+
"description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "destroy-on-hidden",
|
|
1448
|
+
"description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "extra",
|
|
1452
|
+
"description": "Default: -\n\nExtra actions area at corner"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "footer",
|
|
1456
|
+
"description": "Default: -\n\nThe footer for Drawer"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "force-render",
|
|
1460
|
+
"description": "Default: false\n\nPre-render Drawer component forcibly"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "get-container",
|
|
1464
|
+
"description": "Default: document.body\n\nMounted node and display window for Drawer"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "keyboard",
|
|
1468
|
+
"description": "Default: true\n\nWhether support press esc to close"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "loading",
|
|
1472
|
+
"description": "Default: false\n\nShow the Skeleton"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "mask",
|
|
1476
|
+
"description": "Default: true\n\nMask effect"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "mask-closable",
|
|
1480
|
+
"description": "Default: true\n\nClicking on the mask (area outside the Drawer) to close the Drawer or not"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "placement",
|
|
1484
|
+
"description": "Default: right\n\nThe placement of the Drawer"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "push",
|
|
1488
|
+
"description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "resizable",
|
|
1492
|
+
"description": "Default: -\n\nEnable resizable by dragging"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"name": "root-class",
|
|
1496
|
+
"description": "Default: -\n\nRoot container class"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "root-style",
|
|
1500
|
+
"description": "Default: -\n\nStyle of wrapper element which contains mask"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "size",
|
|
1504
|
+
"description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "styles",
|
|
1508
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "title",
|
|
1512
|
+
"description": "Default: -\n\nThe title for Drawer"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "open",
|
|
1516
|
+
"description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "z-index",
|
|
1520
|
+
"description": "Default: 1000\n\nThe z-index of the Drawer"
|
|
1521
|
+
}
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1524
1524
|
{
|
|
1525
1525
|
"name": "a-empty",
|
|
1526
1526
|
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
@@ -1892,89 +1892,9 @@
|
|
|
1892
1892
|
"attributes": []
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
|
-
"name": "a-
|
|
1896
|
-
"description": "
|
|
1897
|
-
"attributes": [
|
|
1898
|
-
{
|
|
1899
|
-
"name": "align",
|
|
1900
|
-
"description": "Default: top\n\nVertical alignment"
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
"name": "gutter",
|
|
1904
|
-
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"name": "justify",
|
|
1908
|
-
"description": "Default: start\n\nHorizontal arrangement"
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "wrap",
|
|
1912
|
-
"description": "Default: true\n\nAuto wrap line"
|
|
1913
|
-
}
|
|
1914
|
-
]
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"name": "a-col",
|
|
1918
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1919
|
-
"attributes": [
|
|
1920
|
-
{
|
|
1921
|
-
"name": "flex",
|
|
1922
|
-
"description": "Default: -\n\nFlex layout style"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "offset",
|
|
1926
|
-
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "order",
|
|
1930
|
-
"description": "Default: 0\n\nRaster order"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "pull",
|
|
1934
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"name": "push",
|
|
1938
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "span",
|
|
1942
|
-
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "xs",
|
|
1946
|
-
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"name": "sm",
|
|
1950
|
-
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"name": "md",
|
|
1954
|
-
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"name": "lg",
|
|
1958
|
-
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "xl",
|
|
1962
|
-
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"name": "xxl",
|
|
1966
|
-
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "xxxl",
|
|
1970
|
-
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1971
|
-
}
|
|
1972
|
-
]
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "a-common-icon",
|
|
1976
|
-
"description": "Semantic vector graphics.",
|
|
1977
|
-
"attributes": []
|
|
1895
|
+
"name": "a-common-icon",
|
|
1896
|
+
"description": "Semantic vector graphics.",
|
|
1897
|
+
"attributes": []
|
|
1978
1898
|
},
|
|
1979
1899
|
{
|
|
1980
1900
|
"name": "a-custom-icon",
|
|
@@ -2032,86 +1952,96 @@
|
|
|
2032
1952
|
"attributes": []
|
|
2033
1953
|
},
|
|
2034
1954
|
{
|
|
2035
|
-
"name": "a-
|
|
2036
|
-
"description": "(ZH)
|
|
1955
|
+
"name": "a-row",
|
|
1956
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
2037
1957
|
"attributes": [
|
|
2038
1958
|
{
|
|
2039
|
-
"name": "
|
|
2040
|
-
"description": "Default:
|
|
1959
|
+
"name": "align",
|
|
1960
|
+
"description": "Default: top\n\nVertical alignment"
|
|
2041
1961
|
},
|
|
2042
1962
|
{
|
|
2043
|
-
"name": "
|
|
2044
|
-
"description": "Default:
|
|
1963
|
+
"name": "gutter",
|
|
1964
|
+
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
2045
1965
|
},
|
|
2046
1966
|
{
|
|
2047
|
-
"name": "
|
|
2048
|
-
"description": "Default:
|
|
1967
|
+
"name": "justify",
|
|
1968
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
2049
1969
|
},
|
|
2050
1970
|
{
|
|
2051
|
-
"name": "
|
|
2052
|
-
"description": "Default:
|
|
2053
|
-
}
|
|
1971
|
+
"name": "wrap",
|
|
1972
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
1973
|
+
}
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "a-col",
|
|
1978
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1979
|
+
"attributes": [
|
|
2054
1980
|
{
|
|
2055
|
-
"name": "
|
|
2056
|
-
"description": "Default: -\n\
|
|
1981
|
+
"name": "flex",
|
|
1982
|
+
"description": "Default: -\n\nFlex layout style"
|
|
2057
1983
|
},
|
|
2058
1984
|
{
|
|
2059
|
-
"name": "
|
|
2060
|
-
"description": "Default:
|
|
1985
|
+
"name": "offset",
|
|
1986
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
2061
1987
|
},
|
|
2062
1988
|
{
|
|
2063
|
-
"name": "
|
|
2064
|
-
"description": "Default:
|
|
1989
|
+
"name": "order",
|
|
1990
|
+
"description": "Default: 0\n\nRaster order"
|
|
2065
1991
|
},
|
|
2066
1992
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"description": "Default:
|
|
1993
|
+
"name": "pull",
|
|
1994
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
2069
1995
|
},
|
|
2070
1996
|
{
|
|
2071
|
-
"name": "
|
|
2072
|
-
"description": "Default:
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "a-input-number",
|
|
2078
|
-
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2079
|
-
"attributes": [
|
|
1997
|
+
"name": "push",
|
|
1998
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1999
|
+
},
|
|
2080
2000
|
{
|
|
2081
|
-
"name": "
|
|
2082
|
-
"description": "Default:
|
|
2001
|
+
"name": "span",
|
|
2002
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
2083
2003
|
},
|
|
2084
2004
|
{
|
|
2085
|
-
"name": "
|
|
2086
|
-
"description": "Default: -\n\
|
|
2005
|
+
"name": "xs",
|
|
2006
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
2087
2007
|
},
|
|
2088
2008
|
{
|
|
2089
|
-
"name": "
|
|
2090
|
-
"description": "Default:
|
|
2009
|
+
"name": "sm",
|
|
2010
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
2091
2011
|
},
|
|
2092
2012
|
{
|
|
2093
|
-
"name": "
|
|
2094
|
-
"description": "Default: -\n\
|
|
2013
|
+
"name": "md",
|
|
2014
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
2095
2015
|
},
|
|
2096
2016
|
{
|
|
2097
|
-
"name": "
|
|
2098
|
-
"description": "Default: -\n\
|
|
2017
|
+
"name": "lg",
|
|
2018
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
2099
2019
|
},
|
|
2100
2020
|
{
|
|
2101
|
-
"name": "
|
|
2102
|
-
"description": "Default: -\n\
|
|
2021
|
+
"name": "xl",
|
|
2022
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
2103
2023
|
},
|
|
2104
2024
|
{
|
|
2105
|
-
"name": "
|
|
2106
|
-
"description": "Default: -\n\
|
|
2025
|
+
"name": "xxl",
|
|
2026
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
2107
2027
|
},
|
|
2108
2028
|
{
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "Default: -\n\
|
|
2029
|
+
"name": "xxxl",
|
|
2030
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "a-image",
|
|
2036
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
2037
|
+
"attributes": [
|
|
2038
|
+
{
|
|
2039
|
+
"name": "preview",
|
|
2040
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2111
2041
|
},
|
|
2112
2042
|
{
|
|
2113
|
-
"name": "
|
|
2114
|
-
"description": "Default:
|
|
2043
|
+
"name": "wrapper-style",
|
|
2044
|
+
"description": "Default: -\n\nDeprecated."
|
|
2115
2045
|
},
|
|
2116
2046
|
{
|
|
2117
2047
|
"name": "classes",
|
|
@@ -2122,24 +2052,24 @@
|
|
|
2122
2052
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2123
2053
|
},
|
|
2124
2054
|
{
|
|
2125
|
-
"name": "
|
|
2126
|
-
"description": "Default: -\n\
|
|
2055
|
+
"name": "root-class",
|
|
2056
|
+
"description": "Default: -\n\n-"
|
|
2127
2057
|
},
|
|
2128
2058
|
{
|
|
2129
|
-
"name": "
|
|
2130
|
-
"description": "Default: -\n\
|
|
2059
|
+
"name": "alt",
|
|
2060
|
+
"description": "Default: -\n\nImage description"
|
|
2131
2061
|
},
|
|
2132
2062
|
{
|
|
2133
|
-
"name": "
|
|
2134
|
-
"description": "Default:
|
|
2063
|
+
"name": "height",
|
|
2064
|
+
"description": "Default: -\n\nImage height"
|
|
2135
2065
|
},
|
|
2136
2066
|
{
|
|
2137
|
-
"name": "
|
|
2138
|
-
"description": "Default:
|
|
2067
|
+
"name": "src",
|
|
2068
|
+
"description": "Default: -\n\nImage URL"
|
|
2139
2069
|
},
|
|
2140
2070
|
{
|
|
2141
|
-
"name": "
|
|
2142
|
-
"description": "Default:
|
|
2071
|
+
"name": "width",
|
|
2072
|
+
"description": "Default: -\n\nImage width"
|
|
2143
2073
|
}
|
|
2144
2074
|
]
|
|
2145
2075
|
},
|
|
@@ -2334,40 +2264,6 @@
|
|
|
2334
2264
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2335
2265
|
"attributes": []
|
|
2336
2266
|
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "a-masonry",
|
|
2339
|
-
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2340
|
-
"attributes": [
|
|
2341
|
-
{
|
|
2342
|
-
"name": "classes",
|
|
2343
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "styles",
|
|
2347
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "columns",
|
|
2351
|
-
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "fresh",
|
|
2355
|
-
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"name": "gutter",
|
|
2359
|
-
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"name": "items",
|
|
2363
|
-
"description": "Default: -\n\nMasonry items"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "item-render",
|
|
2367
|
-
"description": "Default: -\n\nCustom item rendering function"
|
|
2368
|
-
}
|
|
2369
|
-
]
|
|
2370
|
-
},
|
|
2371
2267
|
{
|
|
2372
2268
|
"name": "a-layout",
|
|
2373
2269
|
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
@@ -2421,52 +2317,156 @@
|
|
|
2421
2317
|
]
|
|
2422
2318
|
},
|
|
2423
2319
|
{
|
|
2424
|
-
"name": "a-
|
|
2425
|
-
"description": "(ZH)
|
|
2320
|
+
"name": "a-input-number",
|
|
2321
|
+
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2426
2322
|
"attributes": [
|
|
2427
2323
|
{
|
|
2428
|
-
"name": "
|
|
2429
|
-
"description": "Default: -\n\
|
|
2324
|
+
"name": "size",
|
|
2325
|
+
"description": "Default: -\n\nThe height of input box"
|
|
2430
2326
|
},
|
|
2431
2327
|
{
|
|
2432
|
-
"name": "
|
|
2433
|
-
"description": "Default: -\n\
|
|
2328
|
+
"name": "status",
|
|
2329
|
+
"description": "Default: -\n\nSet validation status"
|
|
2434
2330
|
},
|
|
2435
2331
|
{
|
|
2436
|
-
"name": "
|
|
2437
|
-
"description": "Default:
|
|
2332
|
+
"name": "disabled",
|
|
2333
|
+
"description": "Default: false\n\nIf the input is disabled"
|
|
2438
2334
|
},
|
|
2439
2335
|
{
|
|
2440
|
-
"name": "
|
|
2441
|
-
"description": "Default: -\n\
|
|
2336
|
+
"name": "addon-before",
|
|
2337
|
+
"description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2442
2338
|
},
|
|
2443
2339
|
{
|
|
2444
|
-
"name": "
|
|
2445
|
-
"description": "Default: -\n\
|
|
2340
|
+
"name": "addon-after",
|
|
2341
|
+
"description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2446
2342
|
},
|
|
2447
2343
|
{
|
|
2448
|
-
"name": "
|
|
2449
|
-
"description": "Default: -\n\
|
|
2344
|
+
"name": "prefix",
|
|
2345
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2450
2346
|
},
|
|
2451
2347
|
{
|
|
2452
|
-
"name": "
|
|
2453
|
-
"description": "Default:
|
|
2348
|
+
"name": "suffix",
|
|
2349
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2454
2350
|
},
|
|
2455
2351
|
{
|
|
2456
|
-
"name": "
|
|
2457
|
-
"description": "Default: -\n\
|
|
2352
|
+
"name": "bordered",
|
|
2353
|
+
"description": "Default: -\n\nDeprecated."
|
|
2458
2354
|
},
|
|
2459
2355
|
{
|
|
2460
|
-
"name": "
|
|
2461
|
-
"description": "Default:
|
|
2356
|
+
"name": "variant",
|
|
2357
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2462
2358
|
},
|
|
2463
2359
|
{
|
|
2464
|
-
"name": "
|
|
2465
|
-
"description": "Default: -\n\
|
|
2360
|
+
"name": "classes",
|
|
2361
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2466
2362
|
},
|
|
2467
2363
|
{
|
|
2468
|
-
"name": "
|
|
2469
|
-
"description": "Default:
|
|
2364
|
+
"name": "styles",
|
|
2365
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"name": "controls",
|
|
2369
|
+
"description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "type",
|
|
2373
|
+
"description": "Default: -\n\n-"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "max",
|
|
2377
|
+
"description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "min",
|
|
2381
|
+
"description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "step",
|
|
2385
|
+
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "a-masonry",
|
|
2391
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2392
|
+
"attributes": [
|
|
2393
|
+
{
|
|
2394
|
+
"name": "classes",
|
|
2395
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "styles",
|
|
2399
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "columns",
|
|
2403
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "fresh",
|
|
2407
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "gutter",
|
|
2411
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "items",
|
|
2415
|
+
"description": "Default: -\n\nMasonry items"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "item-render",
|
|
2419
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2420
|
+
}
|
|
2421
|
+
]
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "a-menu",
|
|
2425
|
+
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
2426
|
+
"attributes": [
|
|
2427
|
+
{
|
|
2428
|
+
"name": "classes",
|
|
2429
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "styles",
|
|
2433
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "root-class",
|
|
2437
|
+
"description": "Default: -\n\nRoot container class"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "default-open-keys",
|
|
2441
|
+
"description": "Default: -\n\nArray with the keys of default opened sub menus"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "default-selected-keys",
|
|
2445
|
+
"description": "Default: -\n\nArray with the keys of default selected menu items"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "expand-icon",
|
|
2449
|
+
"description": "Default: -\n\nCustom expand icon of submenu"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "force-sub-menu-render",
|
|
2453
|
+
"description": "Default: false\n\nRender submenu into DOM before it becomes visible"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "inline-collapsed",
|
|
2457
|
+
"description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "inline-indent",
|
|
2461
|
+
"description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "items",
|
|
2465
|
+
"description": "Default: -\n\nMenu item content"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "mode",
|
|
2469
|
+
"description": "Default: vertical\n\nType of menu"
|
|
2470
2470
|
},
|
|
2471
2471
|
{
|
|
2472
2472
|
"name": "multiple",
|
|
@@ -2530,56 +2530,6 @@
|
|
|
2530
2530
|
}
|
|
2531
2531
|
]
|
|
2532
2532
|
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "a-mentions",
|
|
2535
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2536
|
-
"attributes": [
|
|
2537
|
-
{
|
|
2538
|
-
"name": "loading",
|
|
2539
|
-
"description": "Default: -\n\n-"
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "status",
|
|
2543
|
-
"description": "Default: -\n\nSet validation status"
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "options",
|
|
2547
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2548
|
-
},
|
|
2549
|
-
{
|
|
2550
|
-
"name": "popup-class-name",
|
|
2551
|
-
"description": "Default: -\n\n-"
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"name": "variant",
|
|
2555
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"name": "classes",
|
|
2559
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "styles",
|
|
2563
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"name": "size",
|
|
2567
|
-
"description": "Default: -\n\n-"
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"name": "label-render",
|
|
2571
|
-
"description": "Default: -\n\n-"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "allow-clear",
|
|
2575
|
-
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "disabled",
|
|
2579
|
-
"description": "Default: -\n\n-"
|
|
2580
|
-
}
|
|
2581
|
-
]
|
|
2582
|
-
},
|
|
2583
2533
|
{
|
|
2584
2534
|
"name": "a-static-methods",
|
|
2585
2535
|
"description": "Prompt notification message globally.",
|
|
@@ -2776,6 +2726,56 @@
|
|
|
2776
2726
|
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2777
2727
|
"attributes": []
|
|
2778
2728
|
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "a-mentions",
|
|
2731
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2732
|
+
"attributes": [
|
|
2733
|
+
{
|
|
2734
|
+
"name": "loading",
|
|
2735
|
+
"description": "Default: -\n\n-"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "status",
|
|
2739
|
+
"description": "Default: -\n\nSet validation status"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "options",
|
|
2743
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "popup-class-name",
|
|
2747
|
+
"description": "Default: -\n\n-"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "variant",
|
|
2751
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "classes",
|
|
2755
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "styles",
|
|
2759
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "size",
|
|
2763
|
+
"description": "Default: -\n\n-"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "label-render",
|
|
2767
|
+
"description": "Default: -\n\n-"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "allow-clear",
|
|
2771
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "disabled",
|
|
2775
|
+
"description": "Default: -\n\n-"
|
|
2776
|
+
}
|
|
2777
|
+
]
|
|
2778
|
+
},
|
|
2779
2779
|
{
|
|
2780
2780
|
"name": "a-pagination",
|
|
2781
2781
|
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
@@ -2948,28 +2948,6 @@
|
|
|
2948
2948
|
}
|
|
2949
2949
|
]
|
|
2950
2950
|
},
|
|
2951
|
-
{
|
|
2952
|
-
"name": "a-popover",
|
|
2953
|
-
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2954
|
-
"attributes": [
|
|
2955
|
-
{
|
|
2956
|
-
"name": "title",
|
|
2957
|
-
"description": "Default: -\n\nTitle of the card"
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"name": "content",
|
|
2961
|
-
"description": "Default: -\n\nContent of the card"
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"name": "classes",
|
|
2965
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2966
|
-
},
|
|
2967
|
-
{
|
|
2968
|
-
"name": "styles",
|
|
2969
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2970
|
-
}
|
|
2971
|
-
]
|
|
2972
|
-
},
|
|
2973
2951
|
{
|
|
2974
2952
|
"name": "a-progress",
|
|
2975
2953
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -3041,152 +3019,152 @@
|
|
|
3041
3019
|
]
|
|
3042
3020
|
},
|
|
3043
3021
|
{
|
|
3044
|
-
"name": "a-
|
|
3045
|
-
"description": "(ZH)
|
|
3022
|
+
"name": "a-qrcode",
|
|
3023
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
3046
3024
|
"attributes": [
|
|
3047
3025
|
{
|
|
3048
|
-
"name": "
|
|
3049
|
-
"description": "Default:
|
|
3026
|
+
"name": "value",
|
|
3027
|
+
"description": "Default: -\n\nscanned text"
|
|
3050
3028
|
},
|
|
3051
3029
|
{
|
|
3052
|
-
"name": "
|
|
3053
|
-
"description": "Default:
|
|
3030
|
+
"name": "type",
|
|
3031
|
+
"description": "Default: canvas\n\nrender type"
|
|
3054
3032
|
},
|
|
3055
3033
|
{
|
|
3056
|
-
"name": "
|
|
3057
|
-
"description": "Default:
|
|
3034
|
+
"name": "icon",
|
|
3035
|
+
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3058
3036
|
},
|
|
3059
3037
|
{
|
|
3060
|
-
"name": "
|
|
3061
|
-
"description": "Default:
|
|
3038
|
+
"name": "size",
|
|
3039
|
+
"description": "Default: 160\n\nQRCode size"
|
|
3062
3040
|
},
|
|
3063
3041
|
{
|
|
3064
|
-
"name": "
|
|
3065
|
-
"description": "Default:
|
|
3066
|
-
}
|
|
3067
|
-
]
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "a-radio-group",
|
|
3071
|
-
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
3072
|
-
"attributes": [
|
|
3073
|
-
{
|
|
3074
|
-
"name": "block",
|
|
3075
|
-
"description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
|
|
3042
|
+
"name": "icon-size",
|
|
3043
|
+
"description": "Default: 40\n\ninclude image size"
|
|
3076
3044
|
},
|
|
3077
3045
|
{
|
|
3078
|
-
"name": "
|
|
3079
|
-
"description": "Default:
|
|
3046
|
+
"name": "color",
|
|
3047
|
+
"description": "Default: #000\n\nQRCode Color"
|
|
3080
3048
|
},
|
|
3081
3049
|
{
|
|
3082
3050
|
"name": "classes",
|
|
3083
3051
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3084
3052
|
},
|
|
3085
3053
|
{
|
|
3086
|
-
"name": "
|
|
3087
|
-
"description": "Default:
|
|
3054
|
+
"name": "bg-color",
|
|
3055
|
+
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3088
3056
|
},
|
|
3089
3057
|
{
|
|
3090
|
-
"name": "
|
|
3091
|
-
"description": "Default:
|
|
3058
|
+
"name": "margin-size",
|
|
3059
|
+
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3092
3060
|
},
|
|
3093
3061
|
{
|
|
3094
|
-
"name": "
|
|
3095
|
-
"description": "Default:
|
|
3062
|
+
"name": "bordered",
|
|
3063
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3096
3064
|
},
|
|
3097
3065
|
{
|
|
3098
|
-
"name": "
|
|
3099
|
-
"description": "Default:
|
|
3066
|
+
"name": "error-level",
|
|
3067
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3100
3068
|
},
|
|
3101
3069
|
{
|
|
3102
|
-
"name": "
|
|
3103
|
-
"description": "Default:
|
|
3070
|
+
"name": "boost-level",
|
|
3071
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3104
3072
|
},
|
|
3105
3073
|
{
|
|
3106
|
-
"name": "
|
|
3107
|
-
"description": "Default:
|
|
3074
|
+
"name": "status",
|
|
3075
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3108
3076
|
},
|
|
3109
3077
|
{
|
|
3110
|
-
"name": "
|
|
3111
|
-
"description": "Default: -\n\
|
|
3078
|
+
"name": "status-render",
|
|
3079
|
+
"description": "Default: -\n\ncustom status render"
|
|
3112
3080
|
},
|
|
3113
3081
|
{
|
|
3114
3082
|
"name": "styles",
|
|
3115
3083
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"name": "value",
|
|
3119
|
-
"description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"name": "vertical",
|
|
3123
|
-
"description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3124
3084
|
}
|
|
3125
3085
|
]
|
|
3126
3086
|
},
|
|
3127
3087
|
{
|
|
3128
|
-
"name": "a-
|
|
3129
|
-
"description": "(ZH)
|
|
3088
|
+
"name": "a-radio/radio-button",
|
|
3089
|
+
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
3130
3090
|
"attributes": [
|
|
3131
3091
|
{
|
|
3132
|
-
"name": "
|
|
3133
|
-
"description": "Default:
|
|
3092
|
+
"name": "checked",
|
|
3093
|
+
"description": "Default: false\n\nSpecifies whether the radio is selected, support v-model:checked"
|
|
3134
3094
|
},
|
|
3135
3095
|
{
|
|
3136
|
-
"name": "
|
|
3137
|
-
"description": "Default:
|
|
3096
|
+
"name": "classes",
|
|
3097
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3138
3098
|
},
|
|
3139
3099
|
{
|
|
3140
|
-
"name": "
|
|
3141
|
-
"description": "Default:
|
|
3100
|
+
"name": "disabled",
|
|
3101
|
+
"description": "Default: false\n\nDisable radio"
|
|
3142
3102
|
},
|
|
3143
3103
|
{
|
|
3144
|
-
"name": "
|
|
3145
|
-
"description": "Default:
|
|
3104
|
+
"name": "styles",
|
|
3105
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3146
3106
|
},
|
|
3147
3107
|
{
|
|
3148
|
-
"name": "
|
|
3149
|
-
"description": "Default:
|
|
3108
|
+
"name": "value",
|
|
3109
|
+
"description": "Default: -\n\nAccording to value for comparison, to determine whether the selected"
|
|
3110
|
+
}
|
|
3111
|
+
]
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"name": "a-radio-group",
|
|
3115
|
+
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
3116
|
+
"attributes": [
|
|
3117
|
+
{
|
|
3118
|
+
"name": "block",
|
|
3119
|
+
"description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
|
|
3150
3120
|
},
|
|
3151
3121
|
{
|
|
3152
|
-
"name": "
|
|
3153
|
-
"description": "Default:
|
|
3122
|
+
"name": "button-style",
|
|
3123
|
+
"description": "Default: outline\n\nThe style type of radio button"
|
|
3154
3124
|
},
|
|
3155
3125
|
{
|
|
3156
3126
|
"name": "classes",
|
|
3157
3127
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3158
3128
|
},
|
|
3159
3129
|
{
|
|
3160
|
-
"name": "
|
|
3161
|
-
"description": "Default:
|
|
3130
|
+
"name": "default-value",
|
|
3131
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3162
3132
|
},
|
|
3163
3133
|
{
|
|
3164
|
-
"name": "
|
|
3165
|
-
"description": "Default:
|
|
3134
|
+
"name": "disabled",
|
|
3135
|
+
"description": "Default: false\n\nDisable all radio buttons"
|
|
3166
3136
|
},
|
|
3167
3137
|
{
|
|
3168
|
-
"name": "
|
|
3169
|
-
"description": "Default:
|
|
3138
|
+
"name": "name",
|
|
3139
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
|
|
3170
3140
|
},
|
|
3171
3141
|
{
|
|
3172
|
-
"name": "
|
|
3173
|
-
"description": "Default:
|
|
3142
|
+
"name": "options",
|
|
3143
|
+
"description": "Default: -\n\nSet children optional"
|
|
3174
3144
|
},
|
|
3175
3145
|
{
|
|
3176
|
-
"name": "
|
|
3177
|
-
"description": "Default:
|
|
3146
|
+
"name": "option-type",
|
|
3147
|
+
"description": "Default: default\n\nSet Radio optionType"
|
|
3178
3148
|
},
|
|
3179
3149
|
{
|
|
3180
|
-
"name": "
|
|
3181
|
-
"description": "Default:
|
|
3150
|
+
"name": "orientation",
|
|
3151
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3182
3152
|
},
|
|
3183
3153
|
{
|
|
3184
|
-
"name": "
|
|
3185
|
-
"description": "Default: -\n\
|
|
3154
|
+
"name": "size",
|
|
3155
|
+
"description": "Default: -\n\nThe size of radio button style"
|
|
3186
3156
|
},
|
|
3187
3157
|
{
|
|
3188
3158
|
"name": "styles",
|
|
3189
3159
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "value",
|
|
3163
|
+
"description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "vertical",
|
|
3167
|
+
"description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3190
3168
|
}
|
|
3191
3169
|
]
|
|
3192
3170
|
},
|
|
@@ -3257,284 +3235,20 @@
|
|
|
3257
3235
|
"description": "Default: -\n\nCustom back icon"
|
|
3258
3236
|
},
|
|
3259
3237
|
{
|
|
3260
|
-
"name": "status",
|
|
3261
|
-
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"name": "styles",
|
|
3265
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"name": "sub-title",
|
|
3269
|
-
"description": "Default: -\n\nThe subTitle"
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"name": "title",
|
|
3273
|
-
"description": "Default: -\n\nThe title"
|
|
3274
|
-
}
|
|
3275
|
-
]
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"name": "a-select",
|
|
3279
|
-
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3280
|
-
"attributes": [
|
|
3281
|
-
{
|
|
3282
|
-
"name": "allow-clear",
|
|
3283
|
-
"description": "Default: false\n\nShow clear button"
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
"name": "auto-clear-search-value",
|
|
3287
|
-
"description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"name": "classes",
|
|
3291
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"name": "default-active-first-option",
|
|
3295
|
-
"description": "Default: true\n\nWhether active first option by default"
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"name": "disabled",
|
|
3299
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"name": "dropdown-class-name",
|
|
3303
|
-
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "dropdown-match-select-width",
|
|
3307
|
-
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3308
|
-
},
|
|
3309
|
-
{
|
|
3310
|
-
"name": "dropdown-render",
|
|
3311
|
-
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "dropdown-style",
|
|
3315
|
-
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
"name": "field-names",
|
|
3319
|
-
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"name": "filter-option",
|
|
3323
|
-
"description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"name": "filter-sort",
|
|
3327
|
-
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"name": "get-popup-container",
|
|
3331
|
-
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "label-in-value",
|
|
3335
|
-
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"name": "list-height",
|
|
3339
|
-
"description": "Default: 256\n\nConfig popup height"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "loading",
|
|
3343
|
-
"description": "Default: false\n\nIndicate loading state"
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"name": "max-count",
|
|
3347
|
-
"description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"name": "max-tag-count",
|
|
3351
|
-
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"name": "max-tag-placeholder",
|
|
3355
|
-
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"name": "max-tag-text-length",
|
|
3359
|
-
"description": "Default: -\n\nMax tag text length to show"
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "menu-item-selected-icon",
|
|
3363
|
-
"description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"name": "mode",
|
|
3367
|
-
"description": "Default: -\n\nSet mode of Select"
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"name": "not-found-content",
|
|
3371
|
-
"description": "Default: Not Found\n\nSpecify content to show when no result matches"
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"name": "open",
|
|
3375
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "option-filter-prop",
|
|
3379
|
-
"description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"name": "options",
|
|
3383
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
3384
|
-
},
|
|
3385
|
-
{
|
|
3386
|
-
"name": "option-render",
|
|
3387
|
-
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
"name": "placeholder",
|
|
3391
|
-
"description": "Default: -\n\nThe placeholder of select"
|
|
3392
|
-
},
|
|
3393
|
-
{
|
|
3394
|
-
"name": "placement",
|
|
3395
|
-
"description": "Default: bottomLeft\n\nThe position where the selection box pops up"
|
|
3396
|
-
},
|
|
3397
|
-
{
|
|
3398
|
-
"name": "popup-class-name",
|
|
3399
|
-
"description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"name": "popup-match-select-width",
|
|
3403
|
-
"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"
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"name": "popup-render",
|
|
3407
|
-
"description": "Default: -\n\nCustomize dropdown content"
|
|
3408
|
-
},
|
|
3409
|
-
{
|
|
3410
|
-
"name": "prefix",
|
|
3411
|
-
"description": "Default: -\n\nThe custom prefix"
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
"name": "remove-icon",
|
|
3415
|
-
"description": "Default: -\n\nThe custom remove icon"
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"name": "search-value",
|
|
3419
|
-
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"name": "show-search",
|
|
3423
|
-
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"name": "size",
|
|
3427
|
-
"description": "Default: -\n\nSize of Select input"
|
|
3428
|
-
},
|
|
3429
|
-
{
|
|
3430
|
-
"name": "status",
|
|
3431
|
-
"description": "Default: -\n\nSet validation status"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"name": "styles",
|
|
3435
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"name": "suffix-icon",
|
|
3439
|
-
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"name": "tag-render",
|
|
3443
|
-
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3444
|
-
},
|
|
3445
|
-
{
|
|
3446
|
-
"name": "label-render",
|
|
3447
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"name": "token-separators",
|
|
3451
|
-
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"name": "value",
|
|
3455
|
-
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"name": "variant",
|
|
3459
|
-
"description": "Default: outlined\n\nVariants of selector"
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"name": "virtual",
|
|
3463
|
-
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3464
|
-
}
|
|
3465
|
-
]
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"name": "a-slider",
|
|
3469
|
-
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3470
|
-
"attributes": [
|
|
3471
|
-
{
|
|
3472
|
-
"name": "classes",
|
|
3473
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"name": "default-value",
|
|
3477
|
-
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"name": "disabled",
|
|
3481
|
-
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"name": "dots",
|
|
3485
|
-
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"name": "included",
|
|
3489
|
-
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3490
|
-
},
|
|
3491
|
-
{
|
|
3492
|
-
"name": "keyboard",
|
|
3493
|
-
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"name": "marks",
|
|
3497
|
-
"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"
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"name": "max",
|
|
3501
|
-
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"name": "min",
|
|
3505
|
-
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"name": "orientation",
|
|
3509
|
-
"description": "Default: horizontal\n\nOrientation direction"
|
|
3510
|
-
},
|
|
3511
|
-
{
|
|
3512
|
-
"name": "range",
|
|
3513
|
-
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"name": "reverse",
|
|
3517
|
-
"description": "Default: false\n\nReverse the component"
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"name": "step",
|
|
3521
|
-
"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"
|
|
3238
|
+
"name": "status",
|
|
3239
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3522
3240
|
},
|
|
3523
3241
|
{
|
|
3524
3242
|
"name": "styles",
|
|
3525
3243
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3526
3244
|
},
|
|
3527
3245
|
{
|
|
3528
|
-
"name": "
|
|
3529
|
-
"description": "Default: -\n\nThe
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"name": "value",
|
|
3533
|
-
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3246
|
+
"name": "sub-title",
|
|
3247
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3534
3248
|
},
|
|
3535
3249
|
{
|
|
3536
|
-
"name": "
|
|
3537
|
-
"description": "Default:
|
|
3250
|
+
"name": "title",
|
|
3251
|
+
"description": "Default: -\n\nThe title"
|
|
3538
3252
|
}
|
|
3539
3253
|
]
|
|
3540
3254
|
},
|
|
@@ -3592,6 +3306,28 @@
|
|
|
3592
3306
|
}
|
|
3593
3307
|
]
|
|
3594
3308
|
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "a-popover",
|
|
3311
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3312
|
+
"attributes": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "title",
|
|
3315
|
+
"description": "Default: -\n\nTitle of the card"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "content",
|
|
3319
|
+
"description": "Default: -\n\nContent of the card"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "classes",
|
|
3323
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "styles",
|
|
3327
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3328
|
+
}
|
|
3329
|
+
]
|
|
3330
|
+
},
|
|
3595
3331
|
{
|
|
3596
3332
|
"name": "a-skeleton",
|
|
3597
3333
|
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
@@ -3763,73 +3499,272 @@
|
|
|
3763
3499
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3764
3500
|
},
|
|
3765
3501
|
{
|
|
3766
|
-
"name": "styles",
|
|
3767
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3768
|
-
}
|
|
3769
|
-
]
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"name": "a-
|
|
3773
|
-
"description": "(ZH)
|
|
3774
|
-
"attributes": [
|
|
3775
|
-
{
|
|
3776
|
-
"name": "
|
|
3777
|
-
"description": "Default:
|
|
3502
|
+
"name": "styles",
|
|
3503
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3504
|
+
}
|
|
3505
|
+
]
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "a-select",
|
|
3509
|
+
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3510
|
+
"attributes": [
|
|
3511
|
+
{
|
|
3512
|
+
"name": "allow-clear",
|
|
3513
|
+
"description": "Default: false\n\nShow clear button"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "auto-clear-search-value",
|
|
3517
|
+
"description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "classes",
|
|
3521
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "default-active-first-option",
|
|
3525
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"name": "disabled",
|
|
3529
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"name": "dropdown-class-name",
|
|
3533
|
+
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"name": "dropdown-match-select-width",
|
|
3537
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "dropdown-render",
|
|
3541
|
+
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"name": "dropdown-style",
|
|
3545
|
+
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "field-names",
|
|
3549
|
+
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "filter-option",
|
|
3553
|
+
"description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"name": "filter-sort",
|
|
3557
|
+
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "get-popup-container",
|
|
3561
|
+
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"name": "label-in-value",
|
|
3565
|
+
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "list-height",
|
|
3569
|
+
"description": "Default: 256\n\nConfig popup height"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"name": "loading",
|
|
3573
|
+
"description": "Default: false\n\nIndicate loading state"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"name": "max-count",
|
|
3577
|
+
"description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "max-tag-count",
|
|
3581
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "max-tag-placeholder",
|
|
3585
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "max-tag-text-length",
|
|
3589
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"name": "menu-item-selected-icon",
|
|
3593
|
+
"description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "mode",
|
|
3597
|
+
"description": "Default: -\n\nSet mode of Select"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "not-found-content",
|
|
3601
|
+
"description": "Default: Not Found\n\nSpecify content to show when no result matches"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "open",
|
|
3605
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "option-filter-prop",
|
|
3609
|
+
"description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "options",
|
|
3613
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"name": "option-render",
|
|
3617
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"name": "placeholder",
|
|
3621
|
+
"description": "Default: -\n\nThe placeholder of select"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"name": "placement",
|
|
3625
|
+
"description": "Default: bottomLeft\n\nThe position where the selection box pops up"
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"name": "popup-class-name",
|
|
3629
|
+
"description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "popup-match-select-width",
|
|
3633
|
+
"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"
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "popup-render",
|
|
3637
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"name": "prefix",
|
|
3641
|
+
"description": "Default: -\n\nThe custom prefix"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "remove-icon",
|
|
3645
|
+
"description": "Default: -\n\nThe custom remove icon"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "search-value",
|
|
3649
|
+
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "show-search",
|
|
3653
|
+
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "size",
|
|
3657
|
+
"description": "Default: -\n\nSize of Select input"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"name": "status",
|
|
3661
|
+
"description": "Default: -\n\nSet validation status"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "styles",
|
|
3665
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "suffix-icon",
|
|
3669
|
+
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "tag-render",
|
|
3673
|
+
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "label-render",
|
|
3677
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "token-separators",
|
|
3681
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "value",
|
|
3685
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "variant",
|
|
3689
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "virtual",
|
|
3693
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3694
|
+
}
|
|
3695
|
+
]
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"name": "a-slider",
|
|
3699
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3700
|
+
"attributes": [
|
|
3701
|
+
{
|
|
3702
|
+
"name": "classes",
|
|
3703
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "default-value",
|
|
3707
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3708
|
+
},
|
|
3709
|
+
{
|
|
3710
|
+
"name": "disabled",
|
|
3711
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "dots",
|
|
3715
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "included",
|
|
3719
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "keyboard",
|
|
3723
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3778
3724
|
},
|
|
3779
3725
|
{
|
|
3780
|
-
"name": "
|
|
3781
|
-
"description": "Default:
|
|
3726
|
+
"name": "marks",
|
|
3727
|
+
"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"
|
|
3782
3728
|
},
|
|
3783
3729
|
{
|
|
3784
|
-
"name": "
|
|
3785
|
-
"description": "Default:
|
|
3730
|
+
"name": "max",
|
|
3731
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3786
3732
|
},
|
|
3787
3733
|
{
|
|
3788
|
-
"name": "
|
|
3789
|
-
"description": "Default:
|
|
3734
|
+
"name": "min",
|
|
3735
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3790
3736
|
},
|
|
3791
3737
|
{
|
|
3792
|
-
"name": "
|
|
3793
|
-
"description": "Default:
|
|
3738
|
+
"name": "orientation",
|
|
3739
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3794
3740
|
},
|
|
3795
3741
|
{
|
|
3796
|
-
"name": "
|
|
3797
|
-
"description": "Default:
|
|
3742
|
+
"name": "range",
|
|
3743
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3798
3744
|
},
|
|
3799
3745
|
{
|
|
3800
|
-
"name": "
|
|
3801
|
-
"description": "Default: false\n\
|
|
3746
|
+
"name": "reverse",
|
|
3747
|
+
"description": "Default: false\n\nReverse the component"
|
|
3802
3748
|
},
|
|
3803
3749
|
{
|
|
3804
|
-
"name": "
|
|
3805
|
-
"description": "Default:
|
|
3806
|
-
}
|
|
3807
|
-
]
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "a-size",
|
|
3811
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3812
|
-
"attributes": []
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"name": "a-space-compact",
|
|
3816
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3817
|
-
"attributes": [
|
|
3750
|
+
"name": "step",
|
|
3751
|
+
"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"
|
|
3752
|
+
},
|
|
3818
3753
|
{
|
|
3819
|
-
"name": "
|
|
3820
|
-
"description": "Default:
|
|
3754
|
+
"name": "styles",
|
|
3755
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3821
3756
|
},
|
|
3822
3757
|
{
|
|
3823
|
-
"name": "
|
|
3824
|
-
"description": "Default:
|
|
3758
|
+
"name": "tooltip",
|
|
3759
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3825
3760
|
},
|
|
3826
3761
|
{
|
|
3827
|
-
"name": "
|
|
3828
|
-
"description": "Default:
|
|
3762
|
+
"name": "value",
|
|
3763
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3829
3764
|
},
|
|
3830
3765
|
{
|
|
3831
3766
|
"name": "vertical",
|
|
3832
|
-
"description": "Default: false\n\
|
|
3767
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3833
3768
|
}
|
|
3834
3769
|
]
|
|
3835
3770
|
},
|
|
@@ -3952,165 +3887,129 @@
|
|
|
3952
3887
|
]
|
|
3953
3888
|
},
|
|
3954
3889
|
{
|
|
3955
|
-
"name": "a-
|
|
3956
|
-
"description": "(ZH)
|
|
3890
|
+
"name": "a-space",
|
|
3891
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3957
3892
|
"attributes": [
|
|
3958
3893
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "Default:
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
"name": "checked",
|
|
3964
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
3965
|
-
},
|
|
3966
|
-
{
|
|
3967
|
-
"name": "checked-children",
|
|
3968
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"name": "checked-value",
|
|
3972
|
-
"description": "Default: true\n\nThe value when checked"
|
|
3894
|
+
"name": "align",
|
|
3895
|
+
"description": "Default: -\n\nAlign items"
|
|
3973
3896
|
},
|
|
3974
3897
|
{
|
|
3975
3898
|
"name": "classes",
|
|
3976
3899
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3977
3900
|
},
|
|
3978
3901
|
{
|
|
3979
|
-
"name": "
|
|
3980
|
-
"description": "Default:
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
"name": "default-value",
|
|
3984
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"name": "disabled",
|
|
3988
|
-
"description": "Default: false\n\nDisable switch"
|
|
3902
|
+
"name": "orientation",
|
|
3903
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3989
3904
|
},
|
|
3990
3905
|
{
|
|
3991
|
-
"name": "
|
|
3992
|
-
"description": "Default:
|
|
3906
|
+
"name": "separator",
|
|
3907
|
+
"description": "Default: -\n\nSet separator"
|
|
3993
3908
|
},
|
|
3994
3909
|
{
|
|
3995
3910
|
"name": "size",
|
|
3996
|
-
"description": "Default:
|
|
3911
|
+
"description": "Default: small\n\nThe space size"
|
|
3997
3912
|
},
|
|
3998
3913
|
{
|
|
3999
3914
|
"name": "styles",
|
|
4000
3915
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4001
3916
|
},
|
|
4002
3917
|
{
|
|
4003
|
-
"name": "
|
|
4004
|
-
"description": "Default:
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "un-checked-value",
|
|
4008
|
-
"description": "Default: false\n\nThe value when unchecked"
|
|
3918
|
+
"name": "vertical",
|
|
3919
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
4009
3920
|
},
|
|
4010
3921
|
{
|
|
4011
|
-
"name": "
|
|
4012
|
-
"description": "Default:
|
|
3922
|
+
"name": "wrap",
|
|
3923
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
4013
3924
|
}
|
|
4014
3925
|
]
|
|
4015
3926
|
},
|
|
4016
3927
|
{
|
|
4017
|
-
"name": "a-
|
|
4018
|
-
"description": "(ZH)
|
|
3928
|
+
"name": "a-size",
|
|
3929
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3930
|
+
"attributes": []
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "a-space-compact",
|
|
3934
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
4019
3935
|
"attributes": [
|
|
4020
3936
|
{
|
|
4021
|
-
"name": "
|
|
4022
|
-
"description": "Default: false\n\
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"name": "classes",
|
|
4026
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"name": "columns",
|
|
4030
|
-
"description": "Default: -\n\nColumns of table"
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"name": "data-source",
|
|
4034
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"name": "expandable",
|
|
4038
|
-
"description": "Default: -\n\nConfig expandable content"
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"name": "get-popup-container",
|
|
4042
|
-
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"name": "loading",
|
|
4046
|
-
"description": "Default: false\n\nLoading status of table"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"name": "locale",
|
|
4050
|
-
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
3937
|
+
"name": "block",
|
|
3938
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
4051
3939
|
},
|
|
4052
3940
|
{
|
|
4053
|
-
"name": "
|
|
4054
|
-
"description": "Default:
|
|
3941
|
+
"name": "orientation",
|
|
3942
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
4055
3943
|
},
|
|
4056
3944
|
{
|
|
4057
|
-
"name": "
|
|
4058
|
-
"description": "Default:
|
|
3945
|
+
"name": "size",
|
|
3946
|
+
"description": "Default: middle\n\nSet child component size"
|
|
4059
3947
|
},
|
|
4060
3948
|
{
|
|
4061
|
-
"name": "
|
|
4062
|
-
"description": "Default:
|
|
4063
|
-
}
|
|
3949
|
+
"name": "vertical",
|
|
3950
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3951
|
+
}
|
|
3952
|
+
]
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "a-statistic",
|
|
3956
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3957
|
+
"attributes": [
|
|
4064
3958
|
{
|
|
4065
|
-
"name": "
|
|
4066
|
-
"description": "Default: -\n\
|
|
3959
|
+
"name": "classes",
|
|
3960
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
|
|
4067
3961
|
},
|
|
4068
3962
|
{
|
|
4069
|
-
"name": "
|
|
4070
|
-
"description": "Default:
|
|
3963
|
+
"name": "decimal-separator",
|
|
3964
|
+
"description": "Default: .\n\nThe decimal separator"
|
|
4071
3965
|
},
|
|
4072
3966
|
{
|
|
4073
|
-
"name": "
|
|
4074
|
-
"description": "Default: -\n\
|
|
3967
|
+
"name": "formatter",
|
|
3968
|
+
"description": "Default: -\n\nCustomize value display logic"
|
|
4075
3969
|
},
|
|
4076
3970
|
{
|
|
4077
|
-
"name": "
|
|
4078
|
-
"description": "Default:
|
|
3971
|
+
"name": "group-separator",
|
|
3972
|
+
"description": "Default: ,\n\nGroup separator"
|
|
4079
3973
|
},
|
|
4080
3974
|
{
|
|
4081
|
-
"name": "
|
|
4082
|
-
"description": "Default:
|
|
3975
|
+
"name": "loading",
|
|
3976
|
+
"description": "Default: false\n\nLoading status of Statistic"
|
|
4083
3977
|
},
|
|
4084
3978
|
{
|
|
4085
|
-
"name": "
|
|
4086
|
-
"description": "Default:
|
|
3979
|
+
"name": "precision",
|
|
3980
|
+
"description": "Default: -\n\nThe precision of input value"
|
|
4087
3981
|
},
|
|
4088
3982
|
{
|
|
4089
|
-
"name": "
|
|
4090
|
-
"description": "Default:
|
|
3983
|
+
"name": "prefix",
|
|
3984
|
+
"description": "Default: -\n\nThe prefix node of value"
|
|
4091
3985
|
},
|
|
4092
3986
|
{
|
|
4093
|
-
"name": "
|
|
4094
|
-
"description": "Default: -\n\
|
|
3987
|
+
"name": "styles",
|
|
3988
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
|
|
4095
3989
|
},
|
|
4096
3990
|
{
|
|
4097
|
-
"name": "
|
|
4098
|
-
"description": "Default: -\n\
|
|
3991
|
+
"name": "suffix",
|
|
3992
|
+
"description": "Default: -\n\nThe suffix node of value"
|
|
4099
3993
|
},
|
|
4100
3994
|
{
|
|
4101
|
-
"name": "
|
|
4102
|
-
"description": "Default:
|
|
3995
|
+
"name": "title",
|
|
3996
|
+
"description": "Default: -\n\nDisplay title"
|
|
4103
3997
|
},
|
|
4104
3998
|
{
|
|
4105
|
-
"name": "
|
|
4106
|
-
"description": "Default: -\n\
|
|
3999
|
+
"name": "value",
|
|
4000
|
+
"description": "Default: -\n\nDisplay value"
|
|
4107
4001
|
},
|
|
4108
4002
|
{
|
|
4109
|
-
"name": "
|
|
4110
|
-
"description": "Default: -\n\
|
|
4003
|
+
"name": "value-style",
|
|
4004
|
+
"description": "Default: -\n\nSet value section style"
|
|
4111
4005
|
}
|
|
4112
4006
|
]
|
|
4113
4007
|
},
|
|
4008
|
+
{
|
|
4009
|
+
"name": "a-statistic-timer",
|
|
4010
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4011
|
+
"attributes": []
|
|
4012
|
+
},
|
|
4114
4013
|
{
|
|
4115
4014
|
"name": "a-steps",
|
|
4116
4015
|
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
@@ -4174,96 +4073,68 @@
|
|
|
4174
4073
|
{
|
|
4175
4074
|
"name": "variant",
|
|
4176
4075
|
"description": "Default: filled\n\nConfig style variant"
|
|
4177
|
-
}
|
|
4178
|
-
]
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"name": "a-
|
|
4182
|
-
"description": "(ZH)
|
|
4183
|
-
"attributes": [
|
|
4184
|
-
{
|
|
4185
|
-
"name": "active-key",
|
|
4186
|
-
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4187
|
-
},
|
|
4188
|
-
{
|
|
4189
|
-
"name": "add-icon",
|
|
4190
|
-
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4191
|
-
},
|
|
4192
|
-
{
|
|
4193
|
-
"name": "animated",
|
|
4194
|
-
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4195
|
-
},
|
|
4196
|
-
{
|
|
4197
|
-
"name": "centered",
|
|
4198
|
-
"description": "Default: false\n\nCenters tabs"
|
|
4199
|
-
},
|
|
4076
|
+
}
|
|
4077
|
+
]
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "a-switch",
|
|
4081
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4082
|
+
"attributes": [
|
|
4200
4083
|
{
|
|
4201
|
-
"name": "
|
|
4202
|
-
"description": "Default:
|
|
4084
|
+
"name": "auto-focus",
|
|
4085
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4203
4086
|
},
|
|
4204
4087
|
{
|
|
4205
|
-
"name": "
|
|
4206
|
-
"description": "Default:
|
|
4088
|
+
"name": "checked",
|
|
4089
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4207
4090
|
},
|
|
4208
4091
|
{
|
|
4209
|
-
"name": "
|
|
4210
|
-
"description": "Default:
|
|
4092
|
+
"name": "checked-children",
|
|
4093
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4211
4094
|
},
|
|
4212
4095
|
{
|
|
4213
|
-
"name": "
|
|
4214
|
-
"description": "Default:
|
|
4096
|
+
"name": "checked-value",
|
|
4097
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4215
4098
|
},
|
|
4216
4099
|
{
|
|
4217
|
-
"name": "
|
|
4218
|
-
"description": "Default:
|
|
4100
|
+
"name": "classes",
|
|
4101
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4219
4102
|
},
|
|
4220
4103
|
{
|
|
4221
|
-
"name": "
|
|
4222
|
-
"description": "Default:
|
|
4104
|
+
"name": "default-checked",
|
|
4105
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4223
4106
|
},
|
|
4224
4107
|
{
|
|
4225
|
-
"name": "
|
|
4226
|
-
"description": "Default: -\n\
|
|
4108
|
+
"name": "default-value",
|
|
4109
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4227
4110
|
},
|
|
4228
4111
|
{
|
|
4229
|
-
"name": "
|
|
4230
|
-
"description": "Default:
|
|
4112
|
+
"name": "disabled",
|
|
4113
|
+
"description": "Default: false\n\nDisable switch"
|
|
4231
4114
|
},
|
|
4232
4115
|
{
|
|
4233
|
-
"name": "
|
|
4234
|
-
"description": "Default:
|
|
4116
|
+
"name": "loading",
|
|
4117
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4235
4118
|
},
|
|
4236
4119
|
{
|
|
4237
4120
|
"name": "size",
|
|
4238
|
-
"description": "Default:
|
|
4121
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4239
4122
|
},
|
|
4240
4123
|
{
|
|
4241
4124
|
"name": "styles",
|
|
4242
4125
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4243
4126
|
},
|
|
4244
4127
|
{
|
|
4245
|
-
"name": "
|
|
4246
|
-
"description": "Default: -\n\
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"name": "tab-bar-gutter",
|
|
4250
|
-
"description": "Default: -\n\nThe gap between tabs"
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"name": "tab-bar-style",
|
|
4254
|
-
"description": "Default: -\n\nTab bar style object"
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"name": "tab-placement",
|
|
4258
|
-
"description": "Default: top\n\nPlacement of tabs"
|
|
4128
|
+
"name": "un-checked-children",
|
|
4129
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4259
4130
|
},
|
|
4260
4131
|
{
|
|
4261
|
-
"name": "
|
|
4262
|
-
"description": "Default: false\n\
|
|
4132
|
+
"name": "un-checked-value",
|
|
4133
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4263
4134
|
},
|
|
4264
4135
|
{
|
|
4265
|
-
"name": "
|
|
4266
|
-
"description": "Default:
|
|
4136
|
+
"name": "value",
|
|
4137
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4267
4138
|
}
|
|
4268
4139
|
]
|
|
4269
4140
|
},
|
|
@@ -4377,64 +4248,95 @@
|
|
|
4377
4248
|
"attributes": []
|
|
4378
4249
|
},
|
|
4379
4250
|
{
|
|
4380
|
-
"name": "a-
|
|
4381
|
-
"description": "(ZH)
|
|
4251
|
+
"name": "a-tabs",
|
|
4252
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4382
4253
|
"attributes": [
|
|
4254
|
+
{
|
|
4255
|
+
"name": "active-key",
|
|
4256
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"name": "add-icon",
|
|
4260
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "animated",
|
|
4264
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "centered",
|
|
4268
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4269
|
+
},
|
|
4383
4270
|
{
|
|
4384
4271
|
"name": "classes",
|
|
4385
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
4272
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4386
4273
|
},
|
|
4387
4274
|
{
|
|
4388
|
-
"name": "
|
|
4389
|
-
"description": "Default:
|
|
4275
|
+
"name": "default-active-key",
|
|
4276
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4390
4277
|
},
|
|
4391
4278
|
{
|
|
4392
|
-
"name": "
|
|
4393
|
-
"description": "Default:
|
|
4279
|
+
"name": "hide-add",
|
|
4280
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4394
4281
|
},
|
|
4395
4282
|
{
|
|
4396
|
-
"name": "
|
|
4397
|
-
"description": "Default:
|
|
4283
|
+
"name": "indicator",
|
|
4284
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4398
4285
|
},
|
|
4399
4286
|
{
|
|
4400
|
-
"name": "
|
|
4401
|
-
"description": "Default:
|
|
4287
|
+
"name": "items",
|
|
4288
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4402
4289
|
},
|
|
4403
4290
|
{
|
|
4404
|
-
"name": "
|
|
4405
|
-
"description": "Default:
|
|
4291
|
+
"name": "more",
|
|
4292
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4406
4293
|
},
|
|
4407
4294
|
{
|
|
4408
|
-
"name": "
|
|
4409
|
-
"description": "Default: -\n\
|
|
4295
|
+
"name": "more-icon",
|
|
4296
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "remove-icon",
|
|
4300
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"name": "render-tab-bar",
|
|
4304
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "size",
|
|
4308
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4410
4309
|
},
|
|
4411
4310
|
{
|
|
4412
4311
|
"name": "styles",
|
|
4413
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
4312
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4414
4313
|
},
|
|
4415
4314
|
{
|
|
4416
|
-
"name": "
|
|
4417
|
-
"description": "Default: -\n\
|
|
4315
|
+
"name": "tab-bar-extra-content",
|
|
4316
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4418
4317
|
},
|
|
4419
4318
|
{
|
|
4420
|
-
"name": "
|
|
4421
|
-
"description": "Default: -\n\
|
|
4319
|
+
"name": "tab-bar-gutter",
|
|
4320
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4422
4321
|
},
|
|
4423
4322
|
{
|
|
4424
|
-
"name": "
|
|
4425
|
-
"description": "Default: -\n\
|
|
4323
|
+
"name": "tab-bar-style",
|
|
4324
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4426
4325
|
},
|
|
4427
4326
|
{
|
|
4428
|
-
"name": "
|
|
4429
|
-
"description": "Default:
|
|
4327
|
+
"name": "tab-placement",
|
|
4328
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "destroy-on-hidden",
|
|
4332
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "type",
|
|
4336
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4430
4337
|
}
|
|
4431
4338
|
]
|
|
4432
4339
|
},
|
|
4433
|
-
{
|
|
4434
|
-
"name": "a-statistic-timer",
|
|
4435
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4436
|
-
"attributes": []
|
|
4437
|
-
},
|
|
4438
4340
|
{
|
|
4439
4341
|
"name": "a-timeline",
|
|
4440
4342
|
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
@@ -4937,6 +4839,104 @@
|
|
|
4937
4839
|
}
|
|
4938
4840
|
]
|
|
4939
4841
|
},
|
|
4842
|
+
{
|
|
4843
|
+
"name": "a-table",
|
|
4844
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4845
|
+
"attributes": [
|
|
4846
|
+
{
|
|
4847
|
+
"name": "bordered",
|
|
4848
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "classes",
|
|
4852
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"name": "columns",
|
|
4856
|
+
"description": "Default: -\n\nColumns of table"
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"name": "data-source",
|
|
4860
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "expandable",
|
|
4864
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
"name": "get-popup-container",
|
|
4868
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "loading",
|
|
4872
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"name": "locale",
|
|
4876
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"name": "pagination",
|
|
4880
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4881
|
+
},
|
|
4882
|
+
{
|
|
4883
|
+
"name": "row-class-name",
|
|
4884
|
+
"description": "Default: -\n\nRow's className"
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
"name": "row-key",
|
|
4888
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"name": "row-selection",
|
|
4892
|
+
"description": "Default: -\n\nRow selection config"
|
|
4893
|
+
},
|
|
4894
|
+
{
|
|
4895
|
+
"name": "row-hoverable",
|
|
4896
|
+
"description": "Default: true\n\nRow hover"
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "scroll",
|
|
4900
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"name": "show-header",
|
|
4904
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
"name": "show-sorter-tooltip",
|
|
4908
|
+
"description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
|
|
4909
|
+
},
|
|
4910
|
+
{
|
|
4911
|
+
"name": "size",
|
|
4912
|
+
"description": "Default: large\n\nSize of table"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"name": "sort-directions",
|
|
4916
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "sticky",
|
|
4920
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"name": "styles",
|
|
4924
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4925
|
+
},
|
|
4926
|
+
{
|
|
4927
|
+
"name": "table-layout",
|
|
4928
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "dropdown-prefix-cls",
|
|
4932
|
+
"description": "Default: -\n\n-"
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"name": "virtual",
|
|
4936
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4937
|
+
}
|
|
4938
|
+
]
|
|
4939
|
+
},
|
|
4940
4940
|
{
|
|
4941
4941
|
"name": "a-tree-select-props",
|
|
4942
4942
|
"description": "Tree selection control.",
|