antdv-next 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +7 -2
- 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 +3 -3
- package/dist/affix/index.d.ts +3 -3
- 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 +12783 -10789
- package/dist/antd-with-locales.js +81 -85
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +11588 -9596
- package/dist/antd.js +81 -85
- 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/hooks/useCheckable.d.ts +2 -2
- 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 +4 -4
- package/dist/collapse/Collapse.d.ts +5 -3
- package/dist/collapse/Collapse.js +19 -2
- package/dist/collapse/CollapsePanel.d.ts +17 -5
- package/dist/collapse/CollapsePanel.js +77 -69
- package/dist/collapse/index.d.ts +2 -2
- package/dist/collapse/index.js +3 -1
- 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/components.d.ts +4 -2
- package/dist/components.js +5 -1
- 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/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/index.js +1 -1
- 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/ItemHolder.js +1 -1
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +5 -5
- package/dist/form/FormItem/index.js +24 -13
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +6 -6
- 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/form/types.d.ts +6 -3
- package/dist/form/utils/messages.d.ts +1 -0
- package/dist/form/utils/messages.js +1 -0
- package/dist/form/utils/validateUtil.js +2 -0
- 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 +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
- package/dist/image/hooks/usePreviewConfig.d.ts +11 -11
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -1
- 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/Search.js +3 -4
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +7 -7
- 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/locale/zh_CN.js +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 +16 -0
- package/dist/menu/MenuItemGroup.js +51 -0
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +7 -5
- package/dist/menu/index.js +4 -1
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/menu.js +5 -14
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PurePanel.d.ts +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/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/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/Pagination.js +6 -6
- 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/index.js +2 -0
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/style/select-input.js +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/hooks/useSizes.js +1 -3
- 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 +7 -7
- 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/index.js +0 -3
- 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 +3 -3
- package/dist/theme/index.d.ts +7 -7
- package/dist/theme/util/genStyleUtils.d.ts +14 -14
- 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/Transfer.d.ts +2 -2
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/DirectoryTree.js +8 -0
- package/dist/tree/Tree.d.ts +2 -2
- package/dist/tree/Tree.js +8 -0
- package/dist/tree/style/index.d.ts +7 -3
- package/dist/tree/style/index.js +10 -9
- 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/global.d.ts +4 -0
- package/package.json +13 -13
- package/web-tags.json +1614 -1530
- package/web-types.json +5376 -5168
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
2
|
+
"version": "1.1.4",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -399,6 +399,80 @@
|
|
|
399
399
|
}
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"name": "a-button",
|
|
404
|
+
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
405
|
+
"attributes": [
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-insert-space",
|
|
408
|
+
"description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "block",
|
|
412
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "classes",
|
|
416
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "color",
|
|
420
|
+
"description": "Default: -\n\nSet button color"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "danger",
|
|
424
|
+
"description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "disabled",
|
|
428
|
+
"description": "Default: false\n\nDisabled state of button"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "ghost",
|
|
432
|
+
"description": "Default: false\n\nMake background transparent and invert text and border colors"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "href",
|
|
436
|
+
"description": "Default: -\n\nRedirect url of link button"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "html-type",
|
|
440
|
+
"description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "icon-placement",
|
|
444
|
+
"description": "Default: start\n\nSet the icon position of button"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "loading",
|
|
448
|
+
"description": "Default: false\n\nSet the loading status of button"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "shape",
|
|
452
|
+
"description": "Default: default\n\nCan be used to set button shape"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "size",
|
|
456
|
+
"description": "Default: middle\n\nSet the size of button"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "styles",
|
|
460
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "target",
|
|
464
|
+
"description": "Default: -\n\nSame as target attribute of a, works when href is specified"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "type",
|
|
468
|
+
"description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "variant",
|
|
472
|
+
"description": "Default: -\n\nSet button variant"
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
},
|
|
402
476
|
{
|
|
403
477
|
"name": "a-calendar",
|
|
404
478
|
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
@@ -481,80 +555,6 @@
|
|
|
481
555
|
}
|
|
482
556
|
]
|
|
483
557
|
},
|
|
484
|
-
{
|
|
485
|
-
"name": "a-button",
|
|
486
|
-
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
487
|
-
"attributes": [
|
|
488
|
-
{
|
|
489
|
-
"name": "auto-insert-space",
|
|
490
|
-
"description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "block",
|
|
494
|
-
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "classes",
|
|
498
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "color",
|
|
502
|
-
"description": "Default: -\n\nSet button color"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"name": "danger",
|
|
506
|
-
"description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "disabled",
|
|
510
|
-
"description": "Default: false\n\nDisabled state of button"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "ghost",
|
|
514
|
-
"description": "Default: false\n\nMake background transparent and invert text and border colors"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "href",
|
|
518
|
-
"description": "Default: -\n\nRedirect url of link button"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "html-type",
|
|
522
|
-
"description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "icon-placement",
|
|
526
|
-
"description": "Default: start\n\nSet the icon position of button"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "loading",
|
|
530
|
-
"description": "Default: false\n\nSet the loading status of button"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "shape",
|
|
534
|
-
"description": "Default: default\n\nCan be used to set button shape"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "size",
|
|
538
|
-
"description": "Default: middle\n\nSet the size of button"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "styles",
|
|
542
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "target",
|
|
546
|
-
"description": "Default: -\n\nSame as target attribute of a, works when href is specified"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "type",
|
|
550
|
-
"description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "variant",
|
|
554
|
-
"description": "Default: -\n\nSet button variant"
|
|
555
|
-
}
|
|
556
|
-
]
|
|
557
|
-
},
|
|
558
558
|
{
|
|
559
559
|
"name": "a-card",
|
|
560
560
|
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
@@ -686,66 +686,108 @@
|
|
|
686
686
|
]
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
|
-
"name": "a-
|
|
690
|
-
"description": "(ZH)
|
|
689
|
+
"name": "a-cascader",
|
|
690
|
+
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
691
691
|
"attributes": [
|
|
692
692
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"description": "Default:
|
|
693
|
+
"name": "allow-clear",
|
|
694
|
+
"description": "Default: true\n\nShow clear button"
|
|
695
695
|
},
|
|
696
696
|
{
|
|
697
|
-
"name": "
|
|
698
|
-
"description": "Default:
|
|
697
|
+
"name": "change-on-select",
|
|
698
|
+
"description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"description": "Default:
|
|
701
|
+
"name": "classes",
|
|
702
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
"name": "disabled",
|
|
706
|
-
"description": "Default: false\n\
|
|
706
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
707
707
|
},
|
|
708
708
|
{
|
|
709
|
-
"name": "
|
|
710
|
-
"description": "Default:
|
|
709
|
+
"name": "expand-trigger",
|
|
710
|
+
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
|
-
"name": "
|
|
714
|
-
"description": "Default:
|
|
713
|
+
"name": "field-names",
|
|
714
|
+
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
|
-
"name": "
|
|
718
|
-
"description": "Default:
|
|
717
|
+
"name": "get-popup-container",
|
|
718
|
+
"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"
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
|
-
"name": "
|
|
722
|
-
"description": "Default: -\n\
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
721
|
+
"name": "load-data",
|
|
722
|
+
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "max-tag-count",
|
|
726
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "max-tag-placeholder",
|
|
730
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "max-tag-text-length",
|
|
734
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "multiple",
|
|
738
|
+
"description": "Default: -\n\nSupport multiple or not"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "open",
|
|
742
|
+
"description": "Default: -\n\nSet visible of cascader popup"
|
|
743
|
+
},
|
|
730
744
|
{
|
|
731
745
|
"name": "options",
|
|
732
|
-
"description": "Default:
|
|
746
|
+
"description": "Default: -\n\nThe data options of cascade"
|
|
733
747
|
},
|
|
734
748
|
{
|
|
735
|
-
"name": "
|
|
736
|
-
"description": "Default:
|
|
749
|
+
"name": "placeholder",
|
|
750
|
+
"description": "Default: -\n\nThe input placeholder"
|
|
737
751
|
},
|
|
738
752
|
{
|
|
739
|
-
"name": "
|
|
740
|
-
"description": "Default:
|
|
753
|
+
"name": "placement",
|
|
754
|
+
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "popup-menu-column-style",
|
|
758
|
+
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"name": "show-checked-strategy",
|
|
762
|
+
"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)"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "show-search",
|
|
766
|
+
"description": "Default: false\n\nWhether show search input in single mode"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "~~search-value~~",
|
|
770
|
+
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "size",
|
|
774
|
+
"description": "Default: -\n\nThe input size"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "status",
|
|
778
|
+
"description": "Default: -\n\nSet validation status"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "styles",
|
|
782
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
741
783
|
},
|
|
742
784
|
{
|
|
743
785
|
"name": "value",
|
|
744
|
-
"description": "Default:
|
|
786
|
+
"description": "Default: -\n\nThe selected value, support v-model:value"
|
|
745
787
|
},
|
|
746
788
|
{
|
|
747
|
-
"name": "
|
|
748
|
-
"description": "Default:
|
|
789
|
+
"name": "variant",
|
|
790
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
749
791
|
}
|
|
750
792
|
]
|
|
751
793
|
},
|
|
@@ -796,108 +838,66 @@
|
|
|
796
838
|
]
|
|
797
839
|
},
|
|
798
840
|
{
|
|
799
|
-
"name": "a-
|
|
800
|
-
"description": "(ZH)
|
|
841
|
+
"name": "a-checkbox",
|
|
842
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
801
843
|
"attributes": [
|
|
802
844
|
{
|
|
803
|
-
"name": "
|
|
804
|
-
"description": "Default:
|
|
845
|
+
"name": "checked",
|
|
846
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
805
847
|
},
|
|
806
848
|
{
|
|
807
|
-
"name": "
|
|
808
|
-
"description": "Default:
|
|
849
|
+
"name": "checked-value",
|
|
850
|
+
"description": "Default: true\n\nThe value when checked"
|
|
809
851
|
},
|
|
810
852
|
{
|
|
811
|
-
"name": "
|
|
812
|
-
"description": "Default:
|
|
853
|
+
"name": "default-checked",
|
|
854
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
813
855
|
},
|
|
814
856
|
{
|
|
815
857
|
"name": "disabled",
|
|
816
|
-
"description": "Default: false\n\
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "expand-trigger",
|
|
820
|
-
"description": "Default: click\n\nexpand current item when click or hover, one of click hover"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "field-names",
|
|
824
|
-
"description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"name": "get-popup-container",
|
|
828
|
-
"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"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"name": "load-data",
|
|
832
|
-
"description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "max-tag-count",
|
|
836
|
-
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
858
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
837
859
|
},
|
|
838
860
|
{
|
|
839
|
-
"name": "
|
|
840
|
-
"description": "Default:
|
|
861
|
+
"name": "indeterminate",
|
|
862
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
841
863
|
},
|
|
842
864
|
{
|
|
843
|
-
"name": "
|
|
844
|
-
"description": "Default:
|
|
865
|
+
"name": "un-checked-value",
|
|
866
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
845
867
|
},
|
|
846
868
|
{
|
|
847
|
-
"name": "
|
|
848
|
-
"description": "Default: -\n\
|
|
869
|
+
"name": "classes",
|
|
870
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
849
871
|
},
|
|
850
872
|
{
|
|
851
|
-
"name": "
|
|
852
|
-
"description": "Default: -\n\
|
|
853
|
-
}
|
|
873
|
+
"name": "styles",
|
|
874
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
875
|
+
}
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "a-checkbox-group",
|
|
880
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
881
|
+
"attributes": [
|
|
854
882
|
{
|
|
855
883
|
"name": "options",
|
|
856
|
-
"description": "Default:
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "placeholder",
|
|
860
|
-
"description": "Default: -\n\nThe input placeholder"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"name": "placement",
|
|
864
|
-
"description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"name": "popup-menu-column-style",
|
|
868
|
-
"description": "Default: -\n\nThe style of the drop-down menu column"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"name": "show-checked-strategy",
|
|
872
|
-
"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)"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"name": "show-search",
|
|
876
|
-
"description": "Default: false\n\nWhether show search input in single mode"
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"name": "~~search-value~~",
|
|
880
|
-
"description": "Default: -\n\nSet search value, Need work with showSearch"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "size",
|
|
884
|
-
"description": "Default: -\n\nThe input size"
|
|
884
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
885
885
|
},
|
|
886
886
|
{
|
|
887
|
-
"name": "
|
|
888
|
-
"description": "Default:
|
|
887
|
+
"name": "disabled",
|
|
888
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
|
-
"name": "
|
|
892
|
-
"description": "Default: -\n\
|
|
891
|
+
"name": "name",
|
|
892
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
893
893
|
},
|
|
894
894
|
{
|
|
895
895
|
"name": "value",
|
|
896
|
-
"description": "Default:
|
|
896
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
897
897
|
},
|
|
898
898
|
{
|
|
899
|
-
"name": "
|
|
900
|
-
"description": "Default:
|
|
899
|
+
"name": "label-render",
|
|
900
|
+
"description": "Default: -\n\n-"
|
|
901
901
|
}
|
|
902
902
|
]
|
|
903
903
|
},
|
|
@@ -994,64 +994,74 @@
|
|
|
994
994
|
]
|
|
995
995
|
},
|
|
996
996
|
{
|
|
997
|
-
"name": "a-
|
|
998
|
-
"description": "
|
|
999
|
-
"attributes": [
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
997
|
+
"name": "a-config-provider",
|
|
998
|
+
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
999
|
+
"attributes": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "component-disabled",
|
|
1002
|
+
"description": "Default: -\n\nConfig antd component disabled"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "component-size",
|
|
1006
|
+
"description": "Default: -\n\nConfig antd component size"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "csp",
|
|
1010
|
+
"description": "Default: -\n\nSet Content Security Policy config"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "direction",
|
|
1014
|
+
"description": "Default: ltr\n\nSet direction of layout. See demo"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "get-popup-container",
|
|
1018
|
+
"description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "get-target-container",
|
|
1022
|
+
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "icon-prefix-cls",
|
|
1026
|
+
"description": "Default: anticon\n\nSet icon prefix className"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "locale",
|
|
1030
|
+
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "popup-match-select-width",
|
|
1034
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "popup-overflow",
|
|
1038
|
+
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "prefix-cls",
|
|
1042
|
+
"description": "Default: ant\n\nSet prefix className"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "render-empty",
|
|
1046
|
+
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "theme",
|
|
1050
|
+
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "variant",
|
|
1054
|
+
"description": "Default: -\n\nSet variant of data entry components"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "virtual",
|
|
1058
|
+
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "warning",
|
|
1062
|
+
"description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1055
1065
|
},
|
|
1056
1066
|
{
|
|
1057
1067
|
"name": "a-color-picker",
|
|
@@ -1156,98 +1166,28 @@
|
|
|
1156
1166
|
]
|
|
1157
1167
|
},
|
|
1158
1168
|
{
|
|
1159
|
-
"name": "a-
|
|
1160
|
-
"description": "(ZH)
|
|
1169
|
+
"name": "a-descriptions",
|
|
1170
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1161
1171
|
"attributes": [
|
|
1162
1172
|
{
|
|
1163
|
-
"name": "
|
|
1164
|
-
"description": "Default:
|
|
1173
|
+
"name": "bordered",
|
|
1174
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1165
1175
|
},
|
|
1166
1176
|
{
|
|
1167
|
-
"name": "
|
|
1168
|
-
"description": "Default: -\n\
|
|
1177
|
+
"name": "size",
|
|
1178
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1169
1179
|
},
|
|
1170
1180
|
{
|
|
1171
|
-
"name": "
|
|
1172
|
-
"description": "Default: -\n\
|
|
1181
|
+
"name": "title",
|
|
1182
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1173
1183
|
},
|
|
1174
1184
|
{
|
|
1175
|
-
"name": "
|
|
1176
|
-
"description": "Default:
|
|
1185
|
+
"name": "extra",
|
|
1186
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1177
1187
|
},
|
|
1178
1188
|
{
|
|
1179
|
-
"name": "
|
|
1180
|
-
"description": "Default:
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "get-target-container",
|
|
1184
|
-
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "icon-prefix-cls",
|
|
1188
|
-
"description": "Default: anticon\n\nSet icon prefix className"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "locale",
|
|
1192
|
-
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"name": "popup-match-select-width",
|
|
1196
|
-
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"name": "popup-overflow",
|
|
1200
|
-
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "prefix-cls",
|
|
1204
|
-
"description": "Default: ant\n\nSet prefix className"
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"name": "render-empty",
|
|
1208
|
-
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"name": "theme",
|
|
1212
|
-
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"name": "variant",
|
|
1216
|
-
"description": "Default: -\n\nSet variant of data entry components"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"name": "virtual",
|
|
1220
|
-
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"name": "warning",
|
|
1224
|
-
"description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
1225
|
-
}
|
|
1226
|
-
]
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"name": "a-descriptions",
|
|
1230
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1231
|
-
"attributes": [
|
|
1232
|
-
{
|
|
1233
|
-
"name": "bordered",
|
|
1234
|
-
"description": "Default: false\n\nWhether to display the border"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"name": "size",
|
|
1238
|
-
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "title",
|
|
1242
|
-
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"name": "extra",
|
|
1246
|
-
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "label-render",
|
|
1250
|
-
"description": "Default: -\n\n-"
|
|
1189
|
+
"name": "label-render",
|
|
1190
|
+
"description": "Default: -\n\n-"
|
|
1251
1191
|
},
|
|
1252
1192
|
{
|
|
1253
1193
|
"name": "content-render",
|
|
@@ -1325,6 +1265,66 @@
|
|
|
1325
1265
|
}
|
|
1326
1266
|
]
|
|
1327
1267
|
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "a-localization",
|
|
1270
|
+
"description": "To select or input a date.",
|
|
1271
|
+
"attributes": []
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "a-common-api",
|
|
1275
|
+
"description": "To select or input a date.",
|
|
1276
|
+
"attributes": []
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "a-common-methods",
|
|
1280
|
+
"description": "To select or input a date.",
|
|
1281
|
+
"attributes": []
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "a-date-picker",
|
|
1285
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1286
|
+
"attributes": []
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "a-date-picker[picker=year]",
|
|
1290
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1291
|
+
"attributes": []
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"name": "a-date-picker[picker=quarter]",
|
|
1295
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1296
|
+
"attributes": []
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "a-date-picker[picker=month]",
|
|
1300
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1301
|
+
"attributes": []
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "a-date-picker[picker=week]",
|
|
1305
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1306
|
+
"attributes": []
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "a-range-picker",
|
|
1310
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1311
|
+
"attributes": []
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"name": "a-国际化配置",
|
|
1315
|
+
"description": "输入或选择日期的控件。",
|
|
1316
|
+
"attributes": []
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "a-共同的-api",
|
|
1320
|
+
"description": "输入或选择日期的控件。",
|
|
1321
|
+
"attributes": []
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"name": "a-共同的方法",
|
|
1325
|
+
"description": "输入或选择日期的控件。",
|
|
1326
|
+
"attributes": []
|
|
1327
|
+
},
|
|
1328
1328
|
{
|
|
1329
1329
|
"name": "a-drawer",
|
|
1330
1330
|
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
1393
1393
|
"name": "push",
|
|
1394
|
-
"description": "Default: { distance: 180 }\n\nNested drawers push behavior"
|
|
1394
|
+
"description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
|
|
1395
1395
|
},
|
|
1396
1396
|
{
|
|
1397
1397
|
"name": "resizable",
|
|
@@ -1428,36 +1428,132 @@
|
|
|
1428
1428
|
]
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
1431
|
-
"name": "a-
|
|
1432
|
-
"description": "(ZH)
|
|
1431
|
+
"name": "a-float-button-group",
|
|
1432
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1433
1433
|
"attributes": [
|
|
1434
1434
|
{
|
|
1435
|
-
"name": "
|
|
1436
|
-
"description": "Default:
|
|
1435
|
+
"name": "shape",
|
|
1436
|
+
"description": "Default: circle\n\nSetting button shape of children"
|
|
1437
1437
|
},
|
|
1438
1438
|
{
|
|
1439
|
-
"name": "
|
|
1440
|
-
"description": "Default:
|
|
1439
|
+
"name": "trigger",
|
|
1440
|
+
"description": "Default: -\n\nWhich action can trigger menu open/close"
|
|
1441
1441
|
},
|
|
1442
1442
|
{
|
|
1443
|
-
"name": "
|
|
1444
|
-
"description": "Default:
|
|
1443
|
+
"name": "open",
|
|
1444
|
+
"description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
|
|
1445
1445
|
},
|
|
1446
1446
|
{
|
|
1447
|
-
"name": "
|
|
1448
|
-
"description": "Default:
|
|
1447
|
+
"name": "close-icon",
|
|
1448
|
+
"description": "Default: -\n\nCustomize close button icon"
|
|
1449
1449
|
},
|
|
1450
1450
|
{
|
|
1451
|
-
"name": "
|
|
1452
|
-
"description": "Default:
|
|
1451
|
+
"name": "placement",
|
|
1452
|
+
"description": "Default: top\n\nCustomize menu animation placement"
|
|
1453
1453
|
},
|
|
1454
1454
|
{
|
|
1455
|
-
"name": "
|
|
1456
|
-
"description": "Default: -\n\
|
|
1455
|
+
"name": "classes",
|
|
1456
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1457
1457
|
},
|
|
1458
1458
|
{
|
|
1459
|
-
"name": "
|
|
1460
|
-
"description": "Default:
|
|
1459
|
+
"name": "styles",
|
|
1460
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "a-float-button",
|
|
1466
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1467
|
+
"attributes": [
|
|
1468
|
+
{
|
|
1469
|
+
"name": "icon",
|
|
1470
|
+
"description": "Default: -\n\nSet the icon component of button"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "content",
|
|
1474
|
+
"description": "Default: -\n\nText and other"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "~~description~~",
|
|
1478
|
+
"description": "Default: -\n\nPlease use content instead"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "tooltip",
|
|
1482
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "type",
|
|
1486
|
+
"description": "Default: default\n\nSetting button type"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "shape",
|
|
1490
|
+
"description": "Default: circle\n\nSetting button shape"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "href",
|
|
1494
|
+
"description": "Default: -\n\nThe target of hyperlink"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "target",
|
|
1498
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "html-type",
|
|
1502
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "badge",
|
|
1506
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "classes",
|
|
1510
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "styles",
|
|
1514
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "a-float-back-top",
|
|
1520
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1521
|
+
"attributes": [
|
|
1522
|
+
{
|
|
1523
|
+
"name": "duration",
|
|
1524
|
+
"description": "Default: 450\n\nTime to return to top(ms)"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "target",
|
|
1528
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "visibility-height",
|
|
1532
|
+
"description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "badge",
|
|
1536
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "html-type",
|
|
1540
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "aria-label",
|
|
1544
|
+
"description": "Default: -\n\n-"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "style",
|
|
1548
|
+
"description": "Default: -\n\n-"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "classes",
|
|
1552
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "styles",
|
|
1556
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1461
1557
|
}
|
|
1462
1558
|
]
|
|
1463
1559
|
},
|
|
@@ -1547,6 +1643,45 @@
|
|
|
1547
1643
|
}
|
|
1548
1644
|
]
|
|
1549
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "a-empty",
|
|
1648
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1649
|
+
"attributes": [
|
|
1650
|
+
{
|
|
1651
|
+
"name": "vertical",
|
|
1652
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "wrap",
|
|
1656
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "justify",
|
|
1660
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"name": "align",
|
|
1664
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "flex",
|
|
1668
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "gap",
|
|
1672
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "component",
|
|
1676
|
+
"description": "Default: div\n\ncustom element type"
|
|
1677
|
+
}
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "a-flex",
|
|
1682
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1683
|
+
"attributes": []
|
|
1684
|
+
},
|
|
1550
1685
|
{
|
|
1551
1686
|
"name": "a-form",
|
|
1552
1687
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
@@ -1625,7 +1760,7 @@
|
|
|
1625
1760
|
},
|
|
1626
1761
|
{
|
|
1627
1762
|
"name": "validate-trigger",
|
|
1628
|
-
"description": "Default: change\n\nConfig field validate trigger"
|
|
1763
|
+
"description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
|
|
1629
1764
|
},
|
|
1630
1765
|
{
|
|
1631
1766
|
"name": "preserve",
|
|
@@ -1637,7 +1772,7 @@
|
|
|
1637
1772
|
},
|
|
1638
1773
|
{
|
|
1639
1774
|
"name": "validate-on-rule-change",
|
|
1640
|
-
"description": "Default:
|
|
1775
|
+
"description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
|
|
1641
1776
|
},
|
|
1642
1777
|
{
|
|
1643
1778
|
"name": "root-class",
|
|
@@ -1703,7 +1838,7 @@
|
|
|
1703
1838
|
},
|
|
1704
1839
|
{
|
|
1705
1840
|
"name": "validate-trigger",
|
|
1706
|
-
"description": "Default: change\n\nWhen to validate the value of children node"
|
|
1841
|
+
"description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
|
|
1707
1842
|
},
|
|
1708
1843
|
{
|
|
1709
1844
|
"name": "validate-debounce",
|
|
@@ -1753,117 +1888,168 @@
|
|
|
1753
1888
|
"attributes": []
|
|
1754
1889
|
},
|
|
1755
1890
|
{
|
|
1756
|
-
"name": "a-
|
|
1757
|
-
"description": "
|
|
1891
|
+
"name": "a-common-icon",
|
|
1892
|
+
"description": "Semantic vector graphics.",
|
|
1758
1893
|
"attributes": []
|
|
1759
1894
|
},
|
|
1760
1895
|
{
|
|
1761
|
-
"name": "a-
|
|
1762
|
-
"description": "
|
|
1896
|
+
"name": "a-custom-icon",
|
|
1897
|
+
"description": "Semantic vector graphics.",
|
|
1898
|
+
"attributes": []
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "a-about-svg-icons",
|
|
1902
|
+
"description": "Semantic vector graphics.",
|
|
1903
|
+
"attributes": []
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "a-set-two-tone-color",
|
|
1907
|
+
"description": "Semantic vector graphics.",
|
|
1908
|
+
"attributes": []
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "a-custom-font-icon",
|
|
1912
|
+
"description": "Semantic vector graphics.",
|
|
1913
|
+
"attributes": []
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "a-custom-svg-icon",
|
|
1917
|
+
"description": "Semantic vector graphics.",
|
|
1918
|
+
"attributes": []
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "a-通用图标",
|
|
1922
|
+
"description": "语义化的矢量图形。",
|
|
1923
|
+
"attributes": []
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "a-自定义-icon",
|
|
1927
|
+
"description": "语义化的矢量图形。",
|
|
1928
|
+
"attributes": []
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "a-关于-svg-图标",
|
|
1932
|
+
"description": "语义化的矢量图形。",
|
|
1933
|
+
"attributes": []
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "a-双色图标主色",
|
|
1937
|
+
"description": "语义化的矢量图形。",
|
|
1938
|
+
"attributes": []
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "a-自定义-font-图标",
|
|
1942
|
+
"description": "语义化的矢量图形。",
|
|
1943
|
+
"attributes": []
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "a-自定义-svg-图标",
|
|
1947
|
+
"description": "语义化的矢量图形。",
|
|
1948
|
+
"attributes": []
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "a-input",
|
|
1952
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1763
1953
|
"attributes": [
|
|
1764
1954
|
{
|
|
1765
|
-
"name": "
|
|
1766
|
-
"description": "Default:
|
|
1955
|
+
"name": "allow-clear",
|
|
1956
|
+
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
1767
1957
|
},
|
|
1768
1958
|
{
|
|
1769
|
-
"name": "
|
|
1770
|
-
"description": "Default:
|
|
1959
|
+
"name": "classes",
|
|
1960
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1771
1961
|
},
|
|
1772
1962
|
{
|
|
1773
|
-
"name": "
|
|
1774
|
-
"description": "Default:
|
|
1963
|
+
"name": "count",
|
|
1964
|
+
"description": "Default: -\n\nCharacter count config"
|
|
1775
1965
|
},
|
|
1776
1966
|
{
|
|
1777
|
-
"name": "
|
|
1778
|
-
"description": "Default:
|
|
1779
|
-
}
|
|
1780
|
-
]
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"name": "a-col",
|
|
1784
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1785
|
-
"attributes": [
|
|
1786
|
-
{
|
|
1787
|
-
"name": "flex",
|
|
1788
|
-
"description": "Default: -\n\nFlex layout style"
|
|
1967
|
+
"name": "default-value",
|
|
1968
|
+
"description": "Default: -\n\nThe initial input content"
|
|
1789
1969
|
},
|
|
1790
1970
|
{
|
|
1791
|
-
"name": "
|
|
1792
|
-
"description": "Default:
|
|
1971
|
+
"name": "disabled",
|
|
1972
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
1793
1973
|
},
|
|
1794
1974
|
{
|
|
1795
|
-
"name": "
|
|
1796
|
-
"description": "Default:
|
|
1975
|
+
"name": "id",
|
|
1976
|
+
"description": "Default: -\n\nThe ID for input"
|
|
1797
1977
|
},
|
|
1798
1978
|
{
|
|
1799
|
-
"name": "
|
|
1800
|
-
"description": "Default:
|
|
1979
|
+
"name": "maxlength",
|
|
1980
|
+
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
1801
1981
|
},
|
|
1802
1982
|
{
|
|
1803
|
-
"name": "
|
|
1804
|
-
"description": "Default:
|
|
1983
|
+
"name": "prefix",
|
|
1984
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
1805
1985
|
},
|
|
1806
1986
|
{
|
|
1807
|
-
"name": "
|
|
1808
|
-
"description": "Default:
|
|
1987
|
+
"name": "show-count",
|
|
1988
|
+
"description": "Default: false\n\nWhether to show character count"
|
|
1809
1989
|
},
|
|
1810
1990
|
{
|
|
1811
|
-
"name": "
|
|
1812
|
-
"description": "Default: -\n\
|
|
1991
|
+
"name": "status",
|
|
1992
|
+
"description": "Default: -\n\nSet validation status"
|
|
1813
1993
|
},
|
|
1814
1994
|
{
|
|
1815
|
-
"name": "
|
|
1816
|
-
"description": "Default: -\n\
|
|
1995
|
+
"name": "styles",
|
|
1996
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1817
1997
|
},
|
|
1818
1998
|
{
|
|
1819
|
-
"name": "
|
|
1820
|
-
"description": "Default: -\n\
|
|
1999
|
+
"name": "size",
|
|
2000
|
+
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
1821
2001
|
},
|
|
1822
2002
|
{
|
|
1823
|
-
"name": "
|
|
1824
|
-
"description": "Default: -\n\
|
|
2003
|
+
"name": "suffix",
|
|
2004
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
1825
2005
|
},
|
|
1826
2006
|
{
|
|
1827
|
-
"name": "
|
|
1828
|
-
"description": "Default:
|
|
2007
|
+
"name": "type",
|
|
2008
|
+
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
1829
2009
|
},
|
|
1830
2010
|
{
|
|
1831
|
-
"name": "
|
|
1832
|
-
"description": "Default: -\n\
|
|
2011
|
+
"name": "value",
|
|
2012
|
+
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
1833
2013
|
},
|
|
1834
2014
|
{
|
|
1835
|
-
"name": "
|
|
1836
|
-
"description": "Default:
|
|
2015
|
+
"name": "variant",
|
|
2016
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
1837
2017
|
}
|
|
1838
2018
|
]
|
|
1839
2019
|
},
|
|
1840
2020
|
{
|
|
1841
|
-
"name": "a-
|
|
1842
|
-
"description": "(ZH)
|
|
2021
|
+
"name": "a-text-area",
|
|
2022
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1843
2023
|
"attributes": [
|
|
1844
2024
|
{
|
|
1845
|
-
"name": "
|
|
1846
|
-
"description": "Default:
|
|
2025
|
+
"name": "auto-size",
|
|
2026
|
+
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
1847
2027
|
},
|
|
1848
2028
|
{
|
|
1849
|
-
"name": "
|
|
1850
|
-
"description": "Default: -\n\
|
|
2029
|
+
"name": "classes",
|
|
2030
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1851
2031
|
},
|
|
1852
2032
|
{
|
|
1853
|
-
"name": "
|
|
1854
|
-
"description": "Default: -\n\
|
|
1855
|
-
}
|
|
2033
|
+
"name": "styles",
|
|
2034
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2035
|
+
}
|
|
2036
|
+
]
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "a-input-search",
|
|
2040
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2041
|
+
"attributes": [
|
|
1856
2042
|
{
|
|
1857
|
-
"name": "
|
|
1858
|
-
"description": "Default: -\n\nCustomize
|
|
2043
|
+
"name": "classes",
|
|
2044
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1859
2045
|
},
|
|
1860
2046
|
{
|
|
1861
|
-
"name": "
|
|
1862
|
-
"description": "Default:
|
|
2047
|
+
"name": "enter-button",
|
|
2048
|
+
"description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
|
|
1863
2049
|
},
|
|
1864
2050
|
{
|
|
1865
|
-
"name": "
|
|
1866
|
-
"description": "Default:
|
|
2051
|
+
"name": "loading",
|
|
2052
|
+
"description": "Default: false\n\nSearch box with loading"
|
|
1867
2053
|
},
|
|
1868
2054
|
{
|
|
1869
2055
|
"name": "styles",
|
|
@@ -1872,159 +2058,84 @@
|
|
|
1872
2058
|
]
|
|
1873
2059
|
},
|
|
1874
2060
|
{
|
|
1875
|
-
"name": "a-
|
|
1876
|
-
"description": "(ZH)
|
|
2061
|
+
"name": "a-input-password",
|
|
2062
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1877
2063
|
"attributes": [
|
|
1878
2064
|
{
|
|
1879
|
-
"name": "
|
|
1880
|
-
"description": "Default: -\n\
|
|
2065
|
+
"name": "classes",
|
|
2066
|
+
"description": "Default: -\n\nSemantic DOM class"
|
|
1881
2067
|
},
|
|
1882
2068
|
{
|
|
1883
|
-
"name": "
|
|
1884
|
-
"description": "Default:
|
|
2069
|
+
"name": "icon-render",
|
|
2070
|
+
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
1885
2071
|
},
|
|
1886
2072
|
{
|
|
1887
|
-
"name": "
|
|
1888
|
-
"description": "Default: -\n\
|
|
2073
|
+
"name": "styles",
|
|
2074
|
+
"description": "Default: -\n\nSemantic DOM style"
|
|
1889
2075
|
},
|
|
1890
2076
|
{
|
|
1891
|
-
"name": "
|
|
1892
|
-
"description": "Default:
|
|
2077
|
+
"name": "visibility-toggle",
|
|
2078
|
+
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "a-input-otp",
|
|
2084
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2085
|
+
"attributes": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "classes",
|
|
2088
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1893
2089
|
},
|
|
1894
2090
|
{
|
|
1895
|
-
"name": "
|
|
1896
|
-
"description": "Default:
|
|
2091
|
+
"name": "default-value",
|
|
2092
|
+
"description": "Default: -\n\nDefault value"
|
|
1897
2093
|
},
|
|
1898
2094
|
{
|
|
1899
|
-
"name": "
|
|
1900
|
-
"description": "Default:
|
|
2095
|
+
"name": "disabled",
|
|
2096
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
1901
2097
|
},
|
|
1902
2098
|
{
|
|
1903
|
-
"name": "
|
|
1904
|
-
"description": "Default: -\n\
|
|
2099
|
+
"name": "formatter",
|
|
2100
|
+
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
1905
2101
|
},
|
|
1906
2102
|
{
|
|
1907
|
-
"name": "
|
|
1908
|
-
"description": "Default: -\n\
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "html-type",
|
|
1912
|
-
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "badge",
|
|
1916
|
-
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "classes",
|
|
1920
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2103
|
+
"name": "separator",
|
|
2104
|
+
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
1921
2105
|
},
|
|
1922
2106
|
{
|
|
1923
2107
|
"name": "styles",
|
|
1924
2108
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1925
|
-
}
|
|
1926
|
-
]
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "a-float-back-top",
|
|
1930
|
-
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1931
|
-
"attributes": [
|
|
1932
|
-
{
|
|
1933
|
-
"name": "duration",
|
|
1934
|
-
"description": "Default: 450\n\nTime to return to top(ms)"
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"name": "target",
|
|
1938
|
-
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "visibility-height",
|
|
1942
|
-
"description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
|
|
1943
2109
|
},
|
|
1944
2110
|
{
|
|
1945
|
-
"name": "
|
|
1946
|
-
"description": "Default:
|
|
2111
|
+
"name": "mask",
|
|
2112
|
+
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
1947
2113
|
},
|
|
1948
2114
|
{
|
|
1949
|
-
"name": "
|
|
1950
|
-
"description": "Default:
|
|
2115
|
+
"name": "length",
|
|
2116
|
+
"description": "Default: 6\n\nThe number of input elements"
|
|
1951
2117
|
},
|
|
1952
2118
|
{
|
|
1953
|
-
"name": "
|
|
1954
|
-
"description": "Default: -\n\
|
|
2119
|
+
"name": "status",
|
|
2120
|
+
"description": "Default: -\n\nSet validation status"
|
|
1955
2121
|
},
|
|
1956
2122
|
{
|
|
1957
|
-
"name": "
|
|
1958
|
-
"description": "Default:
|
|
2123
|
+
"name": "size",
|
|
2124
|
+
"description": "Default: middle\n\nThe size of the input box"
|
|
1959
2125
|
},
|
|
1960
2126
|
{
|
|
1961
|
-
"name": "
|
|
1962
|
-
"description": "Default:
|
|
2127
|
+
"name": "variant",
|
|
2128
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
1963
2129
|
},
|
|
1964
2130
|
{
|
|
1965
|
-
"name": "
|
|
1966
|
-
"description": "Default: -\n\
|
|
2131
|
+
"name": "value",
|
|
2132
|
+
"description": "Default: -\n\nThe input content value"
|
|
1967
2133
|
}
|
|
1968
2134
|
]
|
|
1969
2135
|
},
|
|
1970
2136
|
{
|
|
1971
|
-
"name": "a-
|
|
1972
|
-
"description": "
|
|
1973
|
-
"attributes": []
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"name": "a-custom-icon",
|
|
1977
|
-
"description": "Semantic vector graphics.",
|
|
1978
|
-
"attributes": []
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "a-about-svg-icons",
|
|
1982
|
-
"description": "Semantic vector graphics.",
|
|
1983
|
-
"attributes": []
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "a-set-two-tone-color",
|
|
1987
|
-
"description": "Semantic vector graphics.",
|
|
1988
|
-
"attributes": []
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "a-custom-font-icon",
|
|
1992
|
-
"description": "Semantic vector graphics.",
|
|
1993
|
-
"attributes": []
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "a-custom-svg-icon",
|
|
1997
|
-
"description": "Semantic vector graphics.",
|
|
1998
|
-
"attributes": []
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"name": "a-通用图标",
|
|
2002
|
-
"description": "语义化的矢量图形。",
|
|
2003
|
-
"attributes": []
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "a-自定义-icon",
|
|
2007
|
-
"description": "语义化的矢量图形。",
|
|
2008
|
-
"attributes": []
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "a-关于-svg-图标",
|
|
2012
|
-
"description": "语义化的矢量图形。",
|
|
2013
|
-
"attributes": []
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"name": "a-双色图标主色",
|
|
2017
|
-
"description": "语义化的矢量图形。",
|
|
2018
|
-
"attributes": []
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"name": "a-自定义-font-图标",
|
|
2022
|
-
"description": "语义化的矢量图形。",
|
|
2023
|
-
"attributes": []
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"name": "a-自定义-svg-图标",
|
|
2027
|
-
"description": "语义化的矢量图形。",
|
|
2137
|
+
"name": "a-types",
|
|
2138
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2028
2139
|
"attributes": []
|
|
2029
2140
|
},
|
|
2030
2141
|
{
|
|
@@ -2121,6 +2232,56 @@
|
|
|
2121
2232
|
}
|
|
2122
2233
|
]
|
|
2123
2234
|
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "a-mentions",
|
|
2237
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2238
|
+
"attributes": [
|
|
2239
|
+
{
|
|
2240
|
+
"name": "loading",
|
|
2241
|
+
"description": "Default: -\n\n-"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "status",
|
|
2245
|
+
"description": "Default: -\n\nSet validation status"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "options",
|
|
2249
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "popup-class-name",
|
|
2253
|
+
"description": "Default: -\n\n-"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "variant",
|
|
2257
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "classes",
|
|
2261
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"name": "styles",
|
|
2265
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "size",
|
|
2269
|
+
"description": "Default: -\n\n-"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "label-render",
|
|
2273
|
+
"description": "Default: -\n\n-"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "allow-clear",
|
|
2277
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "disabled",
|
|
2281
|
+
"description": "Default: -\n\n-"
|
|
2282
|
+
}
|
|
2283
|
+
]
|
|
2284
|
+
},
|
|
2124
2285
|
{
|
|
2125
2286
|
"name": "a-input-number",
|
|
2126
2287
|
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
@@ -2184,8 +2345,8 @@
|
|
|
2184
2345
|
]
|
|
2185
2346
|
},
|
|
2186
2347
|
{
|
|
2187
|
-
"name": "a-
|
|
2188
|
-
"description": "(ZH)
|
|
2348
|
+
"name": "a-menu",
|
|
2349
|
+
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
2189
2350
|
"attributes": [
|
|
2190
2351
|
{
|
|
2191
2352
|
"name": "classes",
|
|
@@ -2196,88 +2357,114 @@
|
|
|
2196
2357
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2197
2358
|
},
|
|
2198
2359
|
{
|
|
2199
|
-
"name": "
|
|
2200
|
-
"description": "Default:
|
|
2360
|
+
"name": "root-class",
|
|
2361
|
+
"description": "Default: -\n\nRoot container class"
|
|
2201
2362
|
},
|
|
2202
2363
|
{
|
|
2203
|
-
"name": "
|
|
2204
|
-
"description": "Default:
|
|
2364
|
+
"name": "default-open-keys",
|
|
2365
|
+
"description": "Default: -\n\nArray with the keys of default opened sub menus"
|
|
2205
2366
|
},
|
|
2206
2367
|
{
|
|
2207
|
-
"name": "
|
|
2208
|
-
"description": "Default:
|
|
2368
|
+
"name": "default-selected-keys",
|
|
2369
|
+
"description": "Default: -\n\nArray with the keys of default selected menu items"
|
|
2209
2370
|
},
|
|
2210
2371
|
{
|
|
2211
|
-
"name": "
|
|
2212
|
-
"description": "Default: -\n\
|
|
2372
|
+
"name": "expand-icon",
|
|
2373
|
+
"description": "Default: -\n\nCustom expand icon of submenu"
|
|
2213
2374
|
},
|
|
2214
2375
|
{
|
|
2215
|
-
"name": "
|
|
2216
|
-
"description": "Default:
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"name": "a-mentions",
|
|
2222
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2223
|
-
"attributes": [
|
|
2224
|
-
{
|
|
2225
|
-
"name": "loading",
|
|
2226
|
-
"description": "Default: -\n\n-"
|
|
2376
|
+
"name": "force-sub-menu-render",
|
|
2377
|
+
"description": "Default: false\n\nRender submenu into DOM before it becomes visible"
|
|
2227
2378
|
},
|
|
2228
2379
|
{
|
|
2229
|
-
"name": "
|
|
2230
|
-
"description": "Default: -\n\
|
|
2380
|
+
"name": "inline-collapsed",
|
|
2381
|
+
"description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
|
|
2231
2382
|
},
|
|
2232
2383
|
{
|
|
2233
|
-
"name": "
|
|
2234
|
-
"description": "Default:
|
|
2384
|
+
"name": "inline-indent",
|
|
2385
|
+
"description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
|
|
2235
2386
|
},
|
|
2236
2387
|
{
|
|
2237
|
-
"name": "
|
|
2238
|
-
"description": "Default: -\n\
|
|
2388
|
+
"name": "items",
|
|
2389
|
+
"description": "Default: -\n\nMenu item content"
|
|
2239
2390
|
},
|
|
2240
2391
|
{
|
|
2241
|
-
"name": "
|
|
2242
|
-
"description": "Default:
|
|
2392
|
+
"name": "mode",
|
|
2393
|
+
"description": "Default: vertical\n\nType of menu"
|
|
2243
2394
|
},
|
|
2244
2395
|
{
|
|
2245
|
-
"name": "
|
|
2246
|
-
"description": "Default:
|
|
2396
|
+
"name": "multiple",
|
|
2397
|
+
"description": "Default: false\n\nAllows selection of multiple items"
|
|
2247
2398
|
},
|
|
2248
2399
|
{
|
|
2249
|
-
"name": "
|
|
2250
|
-
"description": "Default: -\n\
|
|
2400
|
+
"name": "open-keys",
|
|
2401
|
+
"description": "Default: -\n\nArray with the keys of currently opened sub-menus"
|
|
2251
2402
|
},
|
|
2252
2403
|
{
|
|
2253
|
-
"name": "
|
|
2254
|
-
"description": "Default: -\n\
|
|
2404
|
+
"name": "overflowed-indicator",
|
|
2405
|
+
"description": "Default: -\n\nCustomized the ellipsis icon when menu is collapsed horizontally"
|
|
2255
2406
|
},
|
|
2256
2407
|
{
|
|
2257
|
-
"name": "
|
|
2258
|
-
"description": "Default:
|
|
2408
|
+
"name": "selectable",
|
|
2409
|
+
"description": "Default: true\n\nAllows selecting menu items"
|
|
2259
2410
|
},
|
|
2260
2411
|
{
|
|
2261
|
-
"name": "
|
|
2262
|
-
"description": "Default:
|
|
2412
|
+
"name": "selected-keys",
|
|
2413
|
+
"description": "Default: -\n\nArray with the keys of currently selected menu items"
|
|
2263
2414
|
},
|
|
2264
2415
|
{
|
|
2265
|
-
"name": "
|
|
2266
|
-
"description": "Default:
|
|
2267
|
-
}
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"name": "a-modal",
|
|
2272
|
-
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2273
|
-
"attributes": [
|
|
2416
|
+
"name": "sub-menu-close-delay",
|
|
2417
|
+
"description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
|
|
2418
|
+
},
|
|
2274
2419
|
{
|
|
2275
|
-
"name": "
|
|
2276
|
-
"description": "Default:
|
|
2420
|
+
"name": "sub-menu-open-delay",
|
|
2421
|
+
"description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
|
|
2277
2422
|
},
|
|
2278
2423
|
{
|
|
2279
|
-
"name": "
|
|
2280
|
-
"description": "Default:
|
|
2424
|
+
"name": "theme",
|
|
2425
|
+
"description": "Default: light\n\nColor theme of the menu"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "trigger-sub-menu-action",
|
|
2429
|
+
"description": "Default: hover\n\nWhich action can trigger submenu open/close"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "get-popup-container",
|
|
2433
|
+
"description": "Default: () => document.body\n\nTo set the container of the submenu popup. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "item-icon",
|
|
2437
|
+
"description": "Default: -\n\nCustom menu item icon render"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "label-render",
|
|
2441
|
+
"description": "Default: -\n\nCustom label render"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "icon-render",
|
|
2445
|
+
"description": "Default: -\n\nCustom icon render (items mode)"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "extra-render",
|
|
2449
|
+
"description": "Default: -\n\nCustom extra render"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "popup-render",
|
|
2453
|
+
"description": "Default: -\n\nCustom popup renderer for submenu"
|
|
2454
|
+
}
|
|
2455
|
+
]
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"name": "a-modal",
|
|
2459
|
+
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2460
|
+
"attributes": [
|
|
2461
|
+
{
|
|
2462
|
+
"name": "after-close",
|
|
2463
|
+
"description": "Default: -\n\nSpecify a function that will be called when modal is closed completely"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "after-open-change",
|
|
2467
|
+
"description": "Default: -\n\nCallback when the animation ends when Modal is turned on and off"
|
|
2281
2468
|
},
|
|
2282
2469
|
{
|
|
2283
2470
|
"name": "cancel-button-props",
|
|
@@ -2444,116 +2631,6 @@
|
|
|
2444
2631
|
"description": "全局展示通知提醒信息。",
|
|
2445
2632
|
"attributes": []
|
|
2446
2633
|
},
|
|
2447
|
-
{
|
|
2448
|
-
"name": "a-menu",
|
|
2449
|
-
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
2450
|
-
"attributes": [
|
|
2451
|
-
{
|
|
2452
|
-
"name": "classes",
|
|
2453
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "styles",
|
|
2457
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "root-class",
|
|
2461
|
-
"description": "Default: -\n\nRoot container class"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "default-open-keys",
|
|
2465
|
-
"description": "Default: -\n\nArray with the keys of default opened sub menus"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "default-selected-keys",
|
|
2469
|
-
"description": "Default: -\n\nArray with the keys of default selected menu items"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"name": "expand-icon",
|
|
2473
|
-
"description": "Default: -\n\nCustom expand icon of submenu"
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "force-sub-menu-render",
|
|
2477
|
-
"description": "Default: false\n\nRender submenu into DOM before it becomes visible"
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"name": "inline-collapsed",
|
|
2481
|
-
"description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "inline-indent",
|
|
2485
|
-
"description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"name": "items",
|
|
2489
|
-
"description": "Default: -\n\nMenu item content"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "mode",
|
|
2493
|
-
"description": "Default: vertical\n\nType of menu"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "multiple",
|
|
2497
|
-
"description": "Default: false\n\nAllows selection of multiple items"
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"name": "open-keys",
|
|
2501
|
-
"description": "Default: -\n\nArray with the keys of currently opened sub-menus"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "overflowed-indicator",
|
|
2505
|
-
"description": "Default: -\n\nCustomized the ellipsis icon when menu is collapsed horizontally"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"name": "selectable",
|
|
2509
|
-
"description": "Default: true\n\nAllows selecting menu items"
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"name": "selected-keys",
|
|
2513
|
-
"description": "Default: -\n\nArray with the keys of currently selected menu items"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "sub-menu-close-delay",
|
|
2517
|
-
"description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"name": "sub-menu-open-delay",
|
|
2521
|
-
"description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "theme",
|
|
2525
|
-
"description": "Default: light\n\nColor theme of the menu"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "trigger-sub-menu-action",
|
|
2529
|
-
"description": "Default: hover\n\nWhich action can trigger submenu open/close"
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"name": "get-popup-container",
|
|
2533
|
-
"description": "Default: () => document.body\n\nTo set the container of the submenu popup. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition"
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"name": "item-icon",
|
|
2537
|
-
"description": "Default: -\n\nCustom menu item icon render"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "label-render",
|
|
2541
|
-
"description": "Default: -\n\nCustom label render"
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "icon-render",
|
|
2545
|
-
"description": "Default: -\n\nCustom icon render (items mode)"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "extra-render",
|
|
2549
|
-
"description": "Default: -\n\nCustom extra render"
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "popup-render",
|
|
2553
|
-
"description": "Default: -\n\nCustom popup renderer for submenu"
|
|
2554
|
-
}
|
|
2555
|
-
]
|
|
2556
|
-
},
|
|
2557
2634
|
{
|
|
2558
2635
|
"name": "a-args-props",
|
|
2559
2636
|
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
@@ -2570,56 +2647,82 @@
|
|
|
2570
2647
|
"attributes": []
|
|
2571
2648
|
},
|
|
2572
2649
|
{
|
|
2573
|
-
"name": "a-
|
|
2574
|
-
"description": "(ZH)
|
|
2650
|
+
"name": "a-row",
|
|
2651
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
2575
2652
|
"attributes": [
|
|
2576
2653
|
{
|
|
2577
|
-
"name": "
|
|
2578
|
-
"description": "Default:
|
|
2654
|
+
"name": "align",
|
|
2655
|
+
"description": "Default: top\n\nVertical alignment"
|
|
2579
2656
|
},
|
|
2580
2657
|
{
|
|
2581
|
-
"name": "
|
|
2582
|
-
"description": "Default:
|
|
2658
|
+
"name": "gutter",
|
|
2659
|
+
"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]"
|
|
2583
2660
|
},
|
|
2584
2661
|
{
|
|
2585
|
-
"name": "
|
|
2586
|
-
"description": "Default:
|
|
2662
|
+
"name": "justify",
|
|
2663
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
2587
2664
|
},
|
|
2588
2665
|
{
|
|
2589
|
-
"name": "
|
|
2590
|
-
"description": "Default:
|
|
2666
|
+
"name": "wrap",
|
|
2667
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
2668
|
+
}
|
|
2669
|
+
]
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"name": "a-col",
|
|
2673
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
2674
|
+
"attributes": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "flex",
|
|
2677
|
+
"description": "Default: -\n\nFlex layout style"
|
|
2591
2678
|
},
|
|
2592
2679
|
{
|
|
2593
|
-
"name": "
|
|
2594
|
-
"description": "Default:
|
|
2680
|
+
"name": "offset",
|
|
2681
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
2595
2682
|
},
|
|
2596
2683
|
{
|
|
2597
|
-
"name": "
|
|
2598
|
-
"description": "Default:
|
|
2684
|
+
"name": "order",
|
|
2685
|
+
"description": "Default: 0\n\nRaster order"
|
|
2599
2686
|
},
|
|
2600
2687
|
{
|
|
2601
|
-
"name": "
|
|
2602
|
-
"description": "Default:
|
|
2688
|
+
"name": "pull",
|
|
2689
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
2603
2690
|
},
|
|
2604
2691
|
{
|
|
2605
|
-
"name": "
|
|
2606
|
-
"description": "Default:
|
|
2692
|
+
"name": "push",
|
|
2693
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
2607
2694
|
},
|
|
2608
2695
|
{
|
|
2609
|
-
"name": "
|
|
2610
|
-
"description": "Default:
|
|
2696
|
+
"name": "span",
|
|
2697
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
2611
2698
|
},
|
|
2612
2699
|
{
|
|
2613
|
-
"name": "
|
|
2614
|
-
"description": "Default: -\n\
|
|
2700
|
+
"name": "xs",
|
|
2701
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
2615
2702
|
},
|
|
2616
2703
|
{
|
|
2617
|
-
"name": "
|
|
2618
|
-
"description": "Default: -\n\
|
|
2704
|
+
"name": "sm",
|
|
2705
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
2619
2706
|
},
|
|
2620
2707
|
{
|
|
2621
|
-
"name": "
|
|
2622
|
-
"description": "Default: -\n\
|
|
2708
|
+
"name": "md",
|
|
2709
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"name": "lg",
|
|
2713
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "xl",
|
|
2717
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "xxl",
|
|
2721
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "xxxl",
|
|
2725
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
2623
2726
|
}
|
|
2624
2727
|
]
|
|
2625
2728
|
},
|
|
@@ -2764,32 +2867,86 @@
|
|
|
2764
2867
|
]
|
|
2765
2868
|
},
|
|
2766
2869
|
{
|
|
2767
|
-
"name": "a-
|
|
2768
|
-
"description": "(ZH)
|
|
2870
|
+
"name": "a-popconfirm",
|
|
2871
|
+
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
2769
2872
|
"attributes": [
|
|
2770
2873
|
{
|
|
2771
|
-
"name": "
|
|
2772
|
-
"description": "Default: -\n\
|
|
2874
|
+
"name": "cancel-button-props",
|
|
2875
|
+
"description": "Default: -\n\nThe cancel button props"
|
|
2773
2876
|
},
|
|
2774
2877
|
{
|
|
2775
|
-
"name": "
|
|
2776
|
-
"description": "Default:
|
|
2878
|
+
"name": "cancel-text",
|
|
2879
|
+
"description": "Default: Cancel\n\nThe text of the Cancel button"
|
|
2777
2880
|
},
|
|
2778
2881
|
{
|
|
2779
|
-
"name": "
|
|
2780
|
-
"description": "Default:
|
|
2882
|
+
"name": "disabled",
|
|
2883
|
+
"description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
|
|
2781
2884
|
},
|
|
2782
2885
|
{
|
|
2783
|
-
"name": "
|
|
2784
|
-
"description": "Default:
|
|
2886
|
+
"name": "icon",
|
|
2887
|
+
"description": "Default: -\n\nCustomize icon of confirmation"
|
|
2785
2888
|
},
|
|
2786
2889
|
{
|
|
2787
|
-
"name": "
|
|
2788
|
-
"description": "Default:
|
|
2890
|
+
"name": "ok-button-props",
|
|
2891
|
+
"description": "Default: -\n\nThe ok button props"
|
|
2789
2892
|
},
|
|
2790
2893
|
{
|
|
2791
|
-
"name": "
|
|
2792
|
-
"description": "Default:
|
|
2894
|
+
"name": "ok-text",
|
|
2895
|
+
"description": "Default: OK\n\nThe text of the Confirm button"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"name": "ok-type",
|
|
2899
|
+
"description": "Default: primary\n\nButton type of the Confirm button"
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "show-cancel",
|
|
2903
|
+
"description": "Default: true\n\nShow cancel button"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "title",
|
|
2907
|
+
"description": "Default: -\n\nThe title of the confirmation box"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "description",
|
|
2911
|
+
"description": "Default: -\n\nThe description of the confirmation box"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "classes",
|
|
2915
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "styles",
|
|
2919
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2920
|
+
}
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "a-progress",
|
|
2925
|
+
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
2926
|
+
"attributes": [
|
|
2927
|
+
{
|
|
2928
|
+
"name": "classes",
|
|
2929
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "styles",
|
|
2933
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "root-class",
|
|
2937
|
+
"description": "Default: -\n\nRoot container class"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "type",
|
|
2941
|
+
"description": "Default: line\n\nTo set the type, options: line circle dashboard"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "percent",
|
|
2945
|
+
"description": "Default: 0\n\nTo set the completion percentage"
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
"name": "format",
|
|
2949
|
+
"description": "Default: (percent) => percent + %\n\nThe template function of the content"
|
|
2793
2950
|
},
|
|
2794
2951
|
{
|
|
2795
2952
|
"name": "status",
|
|
@@ -2833,6 +2990,56 @@
|
|
|
2833
2990
|
}
|
|
2834
2991
|
]
|
|
2835
2992
|
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "a-rate",
|
|
2995
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
2996
|
+
"attributes": [
|
|
2997
|
+
{
|
|
2998
|
+
"name": "allow-clear",
|
|
2999
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "allow-half",
|
|
3003
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"name": "character",
|
|
3007
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "class-name",
|
|
3011
|
+
"description": "Default: -\n\nThe custom class name of rate"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "count",
|
|
3015
|
+
"description": "Default: 5\n\nStar count"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "disabled",
|
|
3019
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "keyboard",
|
|
3023
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "size",
|
|
3027
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "style",
|
|
3031
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "tooltips",
|
|
3035
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"name": "value",
|
|
3039
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3040
|
+
}
|
|
3041
|
+
]
|
|
3042
|
+
},
|
|
2836
3043
|
{
|
|
2837
3044
|
"name": "a-radio/radio-button",
|
|
2838
3045
|
"description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
|
|
@@ -3018,122 +3225,248 @@
|
|
|
3018
3225
|
]
|
|
3019
3226
|
},
|
|
3020
3227
|
{
|
|
3021
|
-
"name": "a-
|
|
3022
|
-
"description": "(ZH)
|
|
3228
|
+
"name": "a-skeleton",
|
|
3229
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3023
3230
|
"attributes": [
|
|
3024
3231
|
{
|
|
3025
|
-
"name": "
|
|
3026
|
-
"description": "Default:
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "allow-half",
|
|
3030
|
-
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "character",
|
|
3034
|
-
"description": "Default: -\n\nThe custom character of rate"
|
|
3035
|
-
},
|
|
3036
|
-
{
|
|
3037
|
-
"name": "class-name",
|
|
3038
|
-
"description": "Default: -\n\nThe custom class name of rate"
|
|
3232
|
+
"name": "active",
|
|
3233
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3039
3234
|
},
|
|
3040
3235
|
{
|
|
3041
|
-
"name": "
|
|
3042
|
-
"description": "Default:
|
|
3236
|
+
"name": "avatar",
|
|
3237
|
+
"description": "Default: false\n\nShow avatar placeholder"
|
|
3043
3238
|
},
|
|
3044
3239
|
{
|
|
3045
|
-
"name": "
|
|
3046
|
-
"description": "Default:
|
|
3240
|
+
"name": "loading",
|
|
3241
|
+
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3047
3242
|
},
|
|
3048
3243
|
{
|
|
3049
|
-
"name": "
|
|
3050
|
-
"description": "Default: true\n\
|
|
3244
|
+
"name": "paragraph",
|
|
3245
|
+
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3051
3246
|
},
|
|
3052
3247
|
{
|
|
3053
|
-
"name": "
|
|
3054
|
-
"description": "Default:
|
|
3248
|
+
"name": "round",
|
|
3249
|
+
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3055
3250
|
},
|
|
3056
3251
|
{
|
|
3057
|
-
"name": "
|
|
3058
|
-
"description": "Default:
|
|
3252
|
+
"name": "title",
|
|
3253
|
+
"description": "Default: true\n\nShow title placeholder"
|
|
3059
3254
|
},
|
|
3060
3255
|
{
|
|
3061
|
-
"name": "
|
|
3062
|
-
"description": "Default: -\n\nCustomize
|
|
3256
|
+
"name": "classes",
|
|
3257
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3063
3258
|
},
|
|
3064
3259
|
{
|
|
3065
|
-
"name": "
|
|
3066
|
-
"description": "Default: -\n\
|
|
3260
|
+
"name": "styles",
|
|
3261
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3067
3262
|
}
|
|
3068
3263
|
]
|
|
3069
3264
|
},
|
|
3070
3265
|
{
|
|
3071
|
-
"name": "a-
|
|
3072
|
-
"description": "(ZH)
|
|
3266
|
+
"name": "a-skeleton-avatar",
|
|
3267
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3073
3268
|
"attributes": [
|
|
3074
3269
|
{
|
|
3075
|
-
"name": "
|
|
3076
|
-
"description": "Default: false\n\nShow
|
|
3270
|
+
"name": "active",
|
|
3271
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3077
3272
|
},
|
|
3078
3273
|
{
|
|
3079
|
-
"name": "
|
|
3080
|
-
"description": "Default:
|
|
3274
|
+
"name": "shape",
|
|
3275
|
+
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3081
3276
|
},
|
|
3082
3277
|
{
|
|
3083
|
-
"name": "
|
|
3084
|
-
"description": "Default:
|
|
3278
|
+
"name": "size",
|
|
3279
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3085
3280
|
},
|
|
3086
3281
|
{
|
|
3087
|
-
"name": "
|
|
3088
|
-
"description": "Default:
|
|
3282
|
+
"name": "classes",
|
|
3283
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3089
3284
|
},
|
|
3090
3285
|
{
|
|
3091
|
-
"name": "
|
|
3092
|
-
"description": "Default:
|
|
3093
|
-
}
|
|
3286
|
+
"name": "styles",
|
|
3287
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3288
|
+
}
|
|
3289
|
+
]
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"name": "a-skeleton-title",
|
|
3293
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3294
|
+
"attributes": [
|
|
3094
3295
|
{
|
|
3095
|
-
"name": "
|
|
3096
|
-
"description": "Default: -\n\
|
|
3097
|
-
}
|
|
3296
|
+
"name": "width",
|
|
3297
|
+
"description": "Default: -\n\nSet the width of title"
|
|
3298
|
+
}
|
|
3299
|
+
]
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "a-skeleton-paragraph",
|
|
3303
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3304
|
+
"attributes": [
|
|
3098
3305
|
{
|
|
3099
|
-
"name": "
|
|
3100
|
-
"description": "Default: -\n\
|
|
3306
|
+
"name": "rows",
|
|
3307
|
+
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3101
3308
|
},
|
|
3102
3309
|
{
|
|
3103
|
-
"name": "
|
|
3104
|
-
"description": "Default: -\n\
|
|
3105
|
-
}
|
|
3310
|
+
"name": "width",
|
|
3311
|
+
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3312
|
+
}
|
|
3313
|
+
]
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"name": "a-skeleton-button",
|
|
3317
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3318
|
+
"attributes": [
|
|
3106
3319
|
{
|
|
3107
|
-
"name": "
|
|
3108
|
-
"description": "Default:
|
|
3320
|
+
"name": "active",
|
|
3321
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3109
3322
|
},
|
|
3110
3323
|
{
|
|
3111
|
-
"name": "
|
|
3112
|
-
"description": "Default:
|
|
3324
|
+
"name": "block",
|
|
3325
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3113
3326
|
},
|
|
3114
3327
|
{
|
|
3115
|
-
"name": "
|
|
3116
|
-
"description": "Default:
|
|
3328
|
+
"name": "shape",
|
|
3329
|
+
"description": "Default: -\n\nSet the shape of button"
|
|
3117
3330
|
},
|
|
3118
3331
|
{
|
|
3119
|
-
"name": "
|
|
3120
|
-
"description": "Default:
|
|
3332
|
+
"name": "size",
|
|
3333
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3121
3334
|
},
|
|
3122
3335
|
{
|
|
3123
|
-
"name": "
|
|
3124
|
-
"description": "Default:
|
|
3336
|
+
"name": "classes",
|
|
3337
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3125
3338
|
},
|
|
3126
3339
|
{
|
|
3127
|
-
"name": "
|
|
3128
|
-
"description": "Default:
|
|
3340
|
+
"name": "styles",
|
|
3341
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"name": "a-skeleton-input",
|
|
3347
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3348
|
+
"attributes": [
|
|
3349
|
+
{
|
|
3350
|
+
"name": "active",
|
|
3351
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3129
3352
|
},
|
|
3130
3353
|
{
|
|
3131
|
-
"name": "
|
|
3132
|
-
"description": "Default:
|
|
3354
|
+
"name": "size",
|
|
3355
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3133
3356
|
},
|
|
3134
3357
|
{
|
|
3135
|
-
"name": "
|
|
3136
|
-
"description": "Default:
|
|
3358
|
+
"name": "classes",
|
|
3359
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "styles",
|
|
3363
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3364
|
+
}
|
|
3365
|
+
]
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
"name": "a-skeleton-image",
|
|
3369
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3370
|
+
"attributes": [
|
|
3371
|
+
{
|
|
3372
|
+
"name": "active",
|
|
3373
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"name": "classes",
|
|
3377
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "styles",
|
|
3381
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3382
|
+
}
|
|
3383
|
+
]
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "a-skeleton-node",
|
|
3387
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3388
|
+
"attributes": [
|
|
3389
|
+
{
|
|
3390
|
+
"name": "active",
|
|
3391
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "classes",
|
|
3395
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"name": "styles",
|
|
3399
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3400
|
+
}
|
|
3401
|
+
]
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "a-select",
|
|
3405
|
+
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3406
|
+
"attributes": [
|
|
3407
|
+
{
|
|
3408
|
+
"name": "allow-clear",
|
|
3409
|
+
"description": "Default: false\n\nShow clear button"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "auto-clear-search-value",
|
|
3413
|
+
"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"
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "classes",
|
|
3417
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"name": "default-active-first-option",
|
|
3421
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "disabled",
|
|
3425
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "dropdown-class-name",
|
|
3429
|
+
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "dropdown-match-select-width",
|
|
3433
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"name": "dropdown-render",
|
|
3437
|
+
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"name": "dropdown-style",
|
|
3441
|
+
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "field-names",
|
|
3445
|
+
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"name": "filter-option",
|
|
3449
|
+
"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"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "filter-sort",
|
|
3453
|
+
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "get-popup-container",
|
|
3457
|
+
"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"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "label-in-value",
|
|
3461
|
+
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "list-height",
|
|
3465
|
+
"description": "Default: 256\n\nConfig popup height"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "loading",
|
|
3469
|
+
"description": "Default: false\n\nIndicate loading state"
|
|
3137
3470
|
},
|
|
3138
3471
|
{
|
|
3139
3472
|
"name": "max-count",
|
|
@@ -3257,60 +3590,6 @@
|
|
|
3257
3590
|
}
|
|
3258
3591
|
]
|
|
3259
3592
|
},
|
|
3260
|
-
{
|
|
3261
|
-
"name": "a-segmented",
|
|
3262
|
-
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3263
|
-
"attributes": [
|
|
3264
|
-
{
|
|
3265
|
-
"name": "block",
|
|
3266
|
-
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"name": "classes",
|
|
3270
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3271
|
-
},
|
|
3272
|
-
{
|
|
3273
|
-
"name": "default-value",
|
|
3274
|
-
"description": "Default: -\n\nDefault selected value"
|
|
3275
|
-
},
|
|
3276
|
-
{
|
|
3277
|
-
"name": "disabled",
|
|
3278
|
-
"description": "Default: false\n\nDisable all segments"
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"name": "options",
|
|
3282
|
-
"description": "Default: []\n\nSet children optional"
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "orientation",
|
|
3286
|
-
"description": "Default: horizontal\n\nOrientation"
|
|
3287
|
-
},
|
|
3288
|
-
{
|
|
3289
|
-
"name": "size",
|
|
3290
|
-
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3291
|
-
},
|
|
3292
|
-
{
|
|
3293
|
-
"name": "styles",
|
|
3294
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "vertical",
|
|
3298
|
-
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "value",
|
|
3302
|
-
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"name": "shape",
|
|
3306
|
-
"description": "Default: default\n\nshape of Segmented"
|
|
3307
|
-
},
|
|
3308
|
-
{
|
|
3309
|
-
"name": "name",
|
|
3310
|
-
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3311
|
-
}
|
|
3312
|
-
]
|
|
3313
|
-
},
|
|
3314
3593
|
{
|
|
3315
3594
|
"name": "a-slider",
|
|
3316
3595
|
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
@@ -3385,6 +3664,60 @@
|
|
|
3385
3664
|
}
|
|
3386
3665
|
]
|
|
3387
3666
|
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "a-segmented",
|
|
3669
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3670
|
+
"attributes": [
|
|
3671
|
+
{
|
|
3672
|
+
"name": "block",
|
|
3673
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"name": "classes",
|
|
3677
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "default-value",
|
|
3681
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "disabled",
|
|
3685
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "options",
|
|
3689
|
+
"description": "Default: []\n\nSet children optional"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "orientation",
|
|
3693
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "size",
|
|
3697
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"name": "styles",
|
|
3701
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "vertical",
|
|
3705
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "value",
|
|
3709
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "shape",
|
|
3713
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"name": "name",
|
|
3717
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3718
|
+
}
|
|
3719
|
+
]
|
|
3720
|
+
},
|
|
3388
3721
|
{
|
|
3389
3722
|
"name": "a-spin",
|
|
3390
3723
|
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
@@ -3436,395 +3769,87 @@
|
|
|
3436
3769
|
]
|
|
3437
3770
|
},
|
|
3438
3771
|
{
|
|
3439
|
-
"name": "a-
|
|
3440
|
-
"description": "(ZH)
|
|
3772
|
+
"name": "a-statistic",
|
|
3773
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3441
3774
|
"attributes": [
|
|
3442
3775
|
{
|
|
3443
|
-
"name": "
|
|
3444
|
-
"description": "Default:
|
|
3776
|
+
"name": "classes",
|
|
3777
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
|
|
3445
3778
|
},
|
|
3446
3779
|
{
|
|
3447
|
-
"name": "
|
|
3448
|
-
"description": "Default:
|
|
3780
|
+
"name": "decimal-separator",
|
|
3781
|
+
"description": "Default: .\n\nThe decimal separator"
|
|
3449
3782
|
},
|
|
3450
3783
|
{
|
|
3451
|
-
"name": "
|
|
3452
|
-
"description": "Default: -\n\
|
|
3784
|
+
"name": "formatter",
|
|
3785
|
+
"description": "Default: -\n\nCustomize value display logic"
|
|
3453
3786
|
},
|
|
3454
3787
|
{
|
|
3455
|
-
"name": "
|
|
3456
|
-
"description": "Default:
|
|
3788
|
+
"name": "group-separator",
|
|
3789
|
+
"description": "Default: ,\n\nGroup separator"
|
|
3457
3790
|
},
|
|
3458
3791
|
{
|
|
3459
|
-
"name": "
|
|
3460
|
-
"description": "Default: false\n\
|
|
3792
|
+
"name": "loading",
|
|
3793
|
+
"description": "Default: false\n\nLoading status of Statistic"
|
|
3461
3794
|
},
|
|
3462
3795
|
{
|
|
3463
|
-
"name": "
|
|
3464
|
-
"description": "Default:
|
|
3796
|
+
"name": "precision",
|
|
3797
|
+
"description": "Default: -\n\nThe precision of input value"
|
|
3465
3798
|
},
|
|
3466
3799
|
{
|
|
3467
|
-
"name": "
|
|
3468
|
-
"description": "Default: -\n\
|
|
3800
|
+
"name": "prefix",
|
|
3801
|
+
"description": "Default: -\n\nThe prefix node of value"
|
|
3469
3802
|
},
|
|
3470
3803
|
{
|
|
3471
3804
|
"name": "styles",
|
|
3472
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3473
|
-
}
|
|
3474
|
-
]
|
|
3475
|
-
},
|
|
3476
|
-
{
|
|
3477
|
-
"name": "a-skeleton-avatar",
|
|
3478
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3479
|
-
"attributes": [
|
|
3480
|
-
{
|
|
3481
|
-
"name": "active",
|
|
3482
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"name": "shape",
|
|
3486
|
-
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3487
|
-
},
|
|
3488
|
-
{
|
|
3489
|
-
"name": "size",
|
|
3490
|
-
"description": "Default: medium\n\nSet the size of avatar"
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"name": "classes",
|
|
3494
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"name": "styles",
|
|
3498
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3499
|
-
}
|
|
3500
|
-
]
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"name": "a-skeleton-title",
|
|
3504
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3505
|
-
"attributes": [
|
|
3506
|
-
{
|
|
3507
|
-
"name": "width",
|
|
3508
|
-
"description": "Default: -\n\nSet the width of title"
|
|
3509
|
-
}
|
|
3510
|
-
]
|
|
3511
|
-
},
|
|
3512
|
-
{
|
|
3513
|
-
"name": "a-skeleton-paragraph",
|
|
3514
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3515
|
-
"attributes": [
|
|
3516
|
-
{
|
|
3517
|
-
"name": "rows",
|
|
3518
|
-
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
"name": "width",
|
|
3522
|
-
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3523
|
-
}
|
|
3524
|
-
]
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"name": "a-skeleton-button",
|
|
3528
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3529
|
-
"attributes": [
|
|
3530
|
-
{
|
|
3531
|
-
"name": "active",
|
|
3532
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3533
|
-
},
|
|
3534
|
-
{
|
|
3535
|
-
"name": "block",
|
|
3536
|
-
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"name": "shape",
|
|
3540
|
-
"description": "Default: -\n\nSet the shape of button"
|
|
3541
|
-
},
|
|
3542
|
-
{
|
|
3543
|
-
"name": "size",
|
|
3544
|
-
"description": "Default: medium\n\nSet the size of button"
|
|
3545
|
-
},
|
|
3546
|
-
{
|
|
3547
|
-
"name": "classes",
|
|
3548
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"name": "styles",
|
|
3552
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3553
|
-
}
|
|
3554
|
-
]
|
|
3555
|
-
},
|
|
3556
|
-
{
|
|
3557
|
-
"name": "a-skeleton-input",
|
|
3558
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3559
|
-
"attributes": [
|
|
3560
|
-
{
|
|
3561
|
-
"name": "active",
|
|
3562
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"name": "size",
|
|
3566
|
-
"description": "Default: medium\n\nSet the size of input"
|
|
3567
|
-
},
|
|
3568
|
-
{
|
|
3569
|
-
"name": "classes",
|
|
3570
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"name": "styles",
|
|
3574
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3575
|
-
}
|
|
3576
|
-
]
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "a-skeleton-image",
|
|
3580
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3581
|
-
"attributes": [
|
|
3582
|
-
{
|
|
3583
|
-
"name": "active",
|
|
3584
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"name": "classes",
|
|
3588
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"name": "styles",
|
|
3592
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3593
|
-
}
|
|
3594
|
-
]
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"name": "a-skeleton-node",
|
|
3598
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3599
|
-
"attributes": [
|
|
3600
|
-
{
|
|
3601
|
-
"name": "active",
|
|
3602
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
"name": "classes",
|
|
3606
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3607
|
-
},
|
|
3608
|
-
{
|
|
3609
|
-
"name": "styles",
|
|
3610
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3611
|
-
}
|
|
3612
|
-
]
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "a-input",
|
|
3616
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
3617
|
-
"attributes": [
|
|
3618
|
-
{
|
|
3619
|
-
"name": "allow-clear",
|
|
3620
|
-
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"name": "classes",
|
|
3624
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3625
|
-
},
|
|
3626
|
-
{
|
|
3627
|
-
"name": "count",
|
|
3628
|
-
"description": "Default: -\n\nCharacter count config"
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"name": "default-value",
|
|
3632
|
-
"description": "Default: -\n\nThe initial input content"
|
|
3633
|
-
},
|
|
3634
|
-
{
|
|
3635
|
-
"name": "disabled",
|
|
3636
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
3637
|
-
},
|
|
3638
|
-
{
|
|
3639
|
-
"name": "id",
|
|
3640
|
-
"description": "Default: -\n\nThe ID for input"
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"name": "maxlength",
|
|
3644
|
-
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"name": "prefix",
|
|
3648
|
-
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
3649
|
-
},
|
|
3650
|
-
{
|
|
3651
|
-
"name": "show-count",
|
|
3652
|
-
"description": "Default: false\n\nWhether to show character count"
|
|
3653
|
-
},
|
|
3654
|
-
{
|
|
3655
|
-
"name": "status",
|
|
3656
|
-
"description": "Default: -\n\nSet validation status"
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
"name": "styles",
|
|
3660
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"name": "size",
|
|
3664
|
-
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
3665
|
-
},
|
|
3666
|
-
{
|
|
3667
|
-
"name": "suffix",
|
|
3668
|
-
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
3669
|
-
},
|
|
3670
|
-
{
|
|
3671
|
-
"name": "type",
|
|
3672
|
-
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"name": "value",
|
|
3676
|
-
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
3677
|
-
},
|
|
3678
|
-
{
|
|
3679
|
-
"name": "variant",
|
|
3680
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
3681
|
-
}
|
|
3682
|
-
]
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"name": "a-text-area",
|
|
3686
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
3687
|
-
"attributes": [
|
|
3688
|
-
{
|
|
3689
|
-
"name": "auto-size",
|
|
3690
|
-
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"name": "classes",
|
|
3694
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"name": "styles",
|
|
3698
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3699
|
-
}
|
|
3700
|
-
]
|
|
3701
|
-
},
|
|
3702
|
-
{
|
|
3703
|
-
"name": "a-input-search",
|
|
3704
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
3705
|
-
"attributes": [
|
|
3706
|
-
{
|
|
3707
|
-
"name": "classes",
|
|
3708
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"name": "enter-button",
|
|
3712
|
-
"description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
|
|
3713
|
-
},
|
|
3714
|
-
{
|
|
3715
|
-
"name": "loading",
|
|
3716
|
-
"description": "Default: false\n\nSearch box with loading"
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"name": "styles",
|
|
3720
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3721
|
-
}
|
|
3722
|
-
]
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"name": "a-input-password",
|
|
3726
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
3727
|
-
"attributes": [
|
|
3728
|
-
{
|
|
3729
|
-
"name": "classes",
|
|
3730
|
-
"description": "Default: -\n\nSemantic DOM class"
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"name": "icon-render",
|
|
3734
|
-
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
3735
|
-
},
|
|
3736
|
-
{
|
|
3737
|
-
"name": "styles",
|
|
3738
|
-
"description": "Default: -\n\nSemantic DOM style"
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"name": "visibility-toggle",
|
|
3742
|
-
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
3743
|
-
}
|
|
3744
|
-
]
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"name": "a-input-otp",
|
|
3748
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
3749
|
-
"attributes": [
|
|
3750
|
-
{
|
|
3751
|
-
"name": "classes",
|
|
3752
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"name": "default-value",
|
|
3756
|
-
"description": "Default: -\n\nDefault value"
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "disabled",
|
|
3760
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"name": "formatter",
|
|
3764
|
-
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"name": "separator",
|
|
3768
|
-
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"name": "styles",
|
|
3772
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3773
|
-
},
|
|
3774
|
-
{
|
|
3775
|
-
"name": "mask",
|
|
3776
|
-
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"name": "length",
|
|
3780
|
-
"description": "Default: 6\n\nThe number of input elements"
|
|
3805
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
|
|
3781
3806
|
},
|
|
3782
3807
|
{
|
|
3783
|
-
"name": "
|
|
3784
|
-
"description": "Default: -\n\
|
|
3808
|
+
"name": "suffix",
|
|
3809
|
+
"description": "Default: -\n\nThe suffix node of value"
|
|
3785
3810
|
},
|
|
3786
3811
|
{
|
|
3787
|
-
"name": "
|
|
3788
|
-
"description": "Default:
|
|
3812
|
+
"name": "title",
|
|
3813
|
+
"description": "Default: -\n\nDisplay title"
|
|
3789
3814
|
},
|
|
3790
3815
|
{
|
|
3791
|
-
"name": "
|
|
3792
|
-
"description": "Default:
|
|
3816
|
+
"name": "value",
|
|
3817
|
+
"description": "Default: -\n\nDisplay value"
|
|
3793
3818
|
},
|
|
3794
3819
|
{
|
|
3795
|
-
"name": "value",
|
|
3796
|
-
"description": "Default: -\n\
|
|
3820
|
+
"name": "value-style",
|
|
3821
|
+
"description": "Default: -\n\nSet value section style"
|
|
3797
3822
|
}
|
|
3798
3823
|
]
|
|
3799
3824
|
},
|
|
3800
3825
|
{
|
|
3801
|
-
"name": "a-
|
|
3802
|
-
"description": "(ZH)
|
|
3826
|
+
"name": "a-statistic-timer",
|
|
3827
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3803
3828
|
"attributes": []
|
|
3804
3829
|
},
|
|
3805
3830
|
{
|
|
3806
|
-
"name": "a-
|
|
3807
|
-
"description": "(ZH)
|
|
3831
|
+
"name": "a-space",
|
|
3832
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3808
3833
|
"attributes": [
|
|
3809
3834
|
{
|
|
3810
|
-
"name": "
|
|
3811
|
-
"description": "Default: -\n\
|
|
3835
|
+
"name": "align",
|
|
3836
|
+
"description": "Default: -\n\nAlign items"
|
|
3812
3837
|
},
|
|
3813
3838
|
{
|
|
3814
|
-
"name": "
|
|
3815
|
-
"description": "Default: -\n\
|
|
3839
|
+
"name": "classes",
|
|
3840
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3816
3841
|
},
|
|
3817
3842
|
{
|
|
3818
|
-
"name": "
|
|
3819
|
-
"description": "Default:
|
|
3843
|
+
"name": "orientation",
|
|
3844
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3820
3845
|
},
|
|
3821
3846
|
{
|
|
3822
|
-
"name": "
|
|
3823
|
-
"description": "Default:
|
|
3847
|
+
"name": "separator",
|
|
3848
|
+
"description": "Default: -\n\nSet separator"
|
|
3824
3849
|
},
|
|
3825
3850
|
{
|
|
3826
|
-
"name": "
|
|
3827
|
-
"description": "Default:
|
|
3851
|
+
"name": "size",
|
|
3852
|
+
"description": "Default: small\n\nThe space size"
|
|
3828
3853
|
},
|
|
3829
3854
|
{
|
|
3830
3855
|
"name": "styles",
|
|
@@ -3832,99 +3857,38 @@
|
|
|
3832
3857
|
},
|
|
3833
3858
|
{
|
|
3834
3859
|
"name": "vertical",
|
|
3835
|
-
"description": "Default: false\n\nOrientation, Simultaneously
|
|
3836
|
-
}
|
|
3837
|
-
]
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"name": "a-splitter-panel",
|
|
3841
|
-
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3842
|
-
"attributes": [
|
|
3843
|
-
{
|
|
3844
|
-
"name": "collapsible",
|
|
3845
|
-
"description": "Default: false\n\nEnable collapsible"
|
|
3846
|
-
},
|
|
3847
|
-
{
|
|
3848
|
-
"name": "default-size",
|
|
3849
|
-
"description": "Default: -\n\nInitial panel size, supports px and percentage"
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"name": "max",
|
|
3853
|
-
"description": "Default: -\n\nMaximum threshold, supports px and percentage"
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"name": "min",
|
|
3857
|
-
"description": "Default: -\n\nMinimum threshold, supports px and percentage"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"name": "resizable",
|
|
3861
|
-
"description": "Default: true\n\nWhether to enable resize"
|
|
3860
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3862
3861
|
},
|
|
3863
3862
|
{
|
|
3864
|
-
"name": "
|
|
3865
|
-
"description": "Default:
|
|
3863
|
+
"name": "wrap",
|
|
3864
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3866
3865
|
}
|
|
3867
3866
|
]
|
|
3868
3867
|
},
|
|
3869
3868
|
{
|
|
3870
|
-
"name": "a-
|
|
3871
|
-
"description": "(ZH)
|
|
3869
|
+
"name": "a-size",
|
|
3870
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3871
|
+
"attributes": []
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "a-space-compact",
|
|
3875
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3872
3876
|
"attributes": [
|
|
3873
3877
|
{
|
|
3874
|
-
"name": "
|
|
3875
|
-
"description": "Default: false\n\
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "checked",
|
|
3879
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
3880
|
-
},
|
|
3881
|
-
{
|
|
3882
|
-
"name": "checked-children",
|
|
3883
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"name": "checked-value",
|
|
3887
|
-
"description": "Default: true\n\nThe value when checked"
|
|
3888
|
-
},
|
|
3889
|
-
{
|
|
3890
|
-
"name": "classes",
|
|
3891
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3892
|
-
},
|
|
3893
|
-
{
|
|
3894
|
-
"name": "default-checked",
|
|
3895
|
-
"description": "Default: false\n\nWhether to set the initial state"
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
"name": "default-value",
|
|
3899
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"name": "disabled",
|
|
3903
|
-
"description": "Default: false\n\nDisable switch"
|
|
3878
|
+
"name": "block",
|
|
3879
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
3904
3880
|
},
|
|
3905
3881
|
{
|
|
3906
|
-
"name": "
|
|
3907
|
-
"description": "Default:
|
|
3882
|
+
"name": "orientation",
|
|
3883
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3908
3884
|
},
|
|
3909
3885
|
{
|
|
3910
3886
|
"name": "size",
|
|
3911
|
-
"description": "Default:
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "styles",
|
|
3915
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "un-checked-children",
|
|
3919
|
-
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "un-checked-value",
|
|
3923
|
-
"description": "Default: false\n\nThe value when unchecked"
|
|
3887
|
+
"description": "Default: middle\n\nSet child component size"
|
|
3924
3888
|
},
|
|
3925
3889
|
{
|
|
3926
|
-
"name": "
|
|
3927
|
-
"description": "Default:
|
|
3890
|
+
"name": "vertical",
|
|
3891
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3928
3892
|
}
|
|
3929
3893
|
]
|
|
3930
3894
|
},
|
|
@@ -3995,134 +3959,101 @@
|
|
|
3995
3959
|
]
|
|
3996
3960
|
},
|
|
3997
3961
|
{
|
|
3998
|
-
"name": "a-
|
|
3999
|
-
"description": "(ZH)
|
|
3962
|
+
"name": "a-masonry",
|
|
3963
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
4000
3964
|
"attributes": [
|
|
4001
3965
|
{
|
|
4002
3966
|
"name": "classes",
|
|
4003
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
3967
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4004
3968
|
},
|
|
4005
3969
|
{
|
|
4006
3970
|
"name": "styles",
|
|
4007
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "dropdown-prefix-cls",
|
|
4011
|
-
"description": "Default: -\n\n-"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"name": "data-source",
|
|
4015
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
3971
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4016
3972
|
},
|
|
4017
3973
|
{
|
|
4018
3974
|
"name": "columns",
|
|
4019
|
-
"description": "Default:
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"name": "pagination",
|
|
4023
|
-
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"name": "loading",
|
|
4027
|
-
"description": "Default: false\n\nLoading status of table"
|
|
3975
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
4028
3976
|
},
|
|
4029
3977
|
{
|
|
4030
|
-
"name": "
|
|
4031
|
-
"description": "Default:
|
|
3978
|
+
"name": "fresh",
|
|
3979
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
4032
3980
|
},
|
|
4033
3981
|
{
|
|
4034
|
-
"name": "
|
|
4035
|
-
"description": "Default:
|
|
3982
|
+
"name": "gutter",
|
|
3983
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
4036
3984
|
},
|
|
4037
3985
|
{
|
|
4038
|
-
"name": "
|
|
4039
|
-
"description": "Default:
|
|
3986
|
+
"name": "items",
|
|
3987
|
+
"description": "Default: -\n\nMasonry items"
|
|
4040
3988
|
},
|
|
4041
3989
|
{
|
|
4042
|
-
"name": "
|
|
4043
|
-
"description": "Default: -\n\
|
|
4044
|
-
}
|
|
3990
|
+
"name": "item-render",
|
|
3991
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
3992
|
+
}
|
|
3993
|
+
]
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "a-switch",
|
|
3997
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
3998
|
+
"attributes": [
|
|
4045
3999
|
{
|
|
4046
|
-
"name": "
|
|
4047
|
-
"description": "Default:
|
|
4000
|
+
"name": "auto-focus",
|
|
4001
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4048
4002
|
},
|
|
4049
4003
|
{
|
|
4050
|
-
"name": "
|
|
4051
|
-
"description": "Default:
|
|
4004
|
+
"name": "checked",
|
|
4005
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4052
4006
|
},
|
|
4053
4007
|
{
|
|
4054
|
-
"name": "
|
|
4055
|
-
"description": "Default:
|
|
4008
|
+
"name": "checked-children",
|
|
4009
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4056
4010
|
},
|
|
4057
4011
|
{
|
|
4058
|
-
"name": "
|
|
4059
|
-
"description": "Default:
|
|
4012
|
+
"name": "checked-value",
|
|
4013
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4060
4014
|
},
|
|
4061
|
-
{
|
|
4062
|
-
"name": "virtual",
|
|
4063
|
-
"description": "Default: -\n\nSupport virtual list"
|
|
4064
|
-
}
|
|
4065
|
-
]
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"name": "a-statistic",
|
|
4069
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4070
|
-
"attributes": [
|
|
4071
4015
|
{
|
|
4072
4016
|
"name": "classes",
|
|
4073
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
4017
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4074
4018
|
},
|
|
4075
4019
|
{
|
|
4076
|
-
"name": "
|
|
4077
|
-
"description": "Default:
|
|
4020
|
+
"name": "default-checked",
|
|
4021
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4078
4022
|
},
|
|
4079
4023
|
{
|
|
4080
|
-
"name": "
|
|
4081
|
-
"description": "Default: -\n\
|
|
4024
|
+
"name": "default-value",
|
|
4025
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4082
4026
|
},
|
|
4083
4027
|
{
|
|
4084
|
-
"name": "
|
|
4085
|
-
"description": "Default:
|
|
4028
|
+
"name": "disabled",
|
|
4029
|
+
"description": "Default: false\n\nDisable switch"
|
|
4086
4030
|
},
|
|
4087
4031
|
{
|
|
4088
4032
|
"name": "loading",
|
|
4089
|
-
"description": "Default: false\n\nLoading
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"name": "precision",
|
|
4093
|
-
"description": "Default: -\n\nThe precision of input value"
|
|
4033
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4094
4034
|
},
|
|
4095
4035
|
{
|
|
4096
|
-
"name": "
|
|
4097
|
-
"description": "Default:
|
|
4036
|
+
"name": "size",
|
|
4037
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4098
4038
|
},
|
|
4099
4039
|
{
|
|
4100
4040
|
"name": "styles",
|
|
4101
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
4041
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4102
4042
|
},
|
|
4103
4043
|
{
|
|
4104
|
-
"name": "
|
|
4105
|
-
"description": "Default: -\n\nThe
|
|
4044
|
+
"name": "un-checked-children",
|
|
4045
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4106
4046
|
},
|
|
4107
4047
|
{
|
|
4108
|
-
"name": "
|
|
4109
|
-
"description": "Default:
|
|
4048
|
+
"name": "un-checked-value",
|
|
4049
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4110
4050
|
},
|
|
4111
4051
|
{
|
|
4112
4052
|
"name": "value",
|
|
4113
|
-
"description": "Default: -\n\
|
|
4114
|
-
},
|
|
4115
|
-
{
|
|
4116
|
-
"name": "value-style",
|
|
4117
|
-
"description": "Default: -\n\nSet value section style"
|
|
4053
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4118
4054
|
}
|
|
4119
4055
|
]
|
|
4120
4056
|
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "a-statistic-timer",
|
|
4123
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4124
|
-
"attributes": []
|
|
4125
|
-
},
|
|
4126
4057
|
{
|
|
4127
4058
|
"name": "a-tag",
|
|
4128
4059
|
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
@@ -4227,6 +4158,76 @@
|
|
|
4227
4158
|
"description": "进行标记和分类的小标签。",
|
|
4228
4159
|
"attributes": []
|
|
4229
4160
|
},
|
|
4161
|
+
{
|
|
4162
|
+
"name": "a-table",
|
|
4163
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4164
|
+
"attributes": [
|
|
4165
|
+
{
|
|
4166
|
+
"name": "classes",
|
|
4167
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "styles",
|
|
4171
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "dropdown-prefix-cls",
|
|
4175
|
+
"description": "Default: -\n\n-"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "data-source",
|
|
4179
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "columns",
|
|
4183
|
+
"description": "Default: -\n\nColumns of table"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "pagination",
|
|
4187
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"name": "loading",
|
|
4191
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "size",
|
|
4195
|
+
"description": "Default: large\n\nSize of table"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "bordered",
|
|
4199
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "locale",
|
|
4203
|
+
"description": "Default: Default Value\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "row-selection",
|
|
4207
|
+
"description": "Default: -\n\nRow selection config"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"name": "get-popup-container",
|
|
4211
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"name": "scroll",
|
|
4215
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "sort-directions",
|
|
4219
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"name": "show-sorter-tooltip",
|
|
4223
|
+
"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"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"name": "virtual",
|
|
4227
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4228
|
+
}
|
|
4229
|
+
]
|
|
4230
|
+
},
|
|
4230
4231
|
{
|
|
4231
4232
|
"name": "a-tabs",
|
|
4232
4233
|
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
@@ -4241,7 +4242,7 @@
|
|
|
4241
4242
|
},
|
|
4242
4243
|
{
|
|
4243
4244
|
"name": "animated",
|
|
4244
|
-
"description": "Default: { inkBar: true, tabPane: false }\n\nWhether to change tabs with animation"
|
|
4245
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4245
4246
|
},
|
|
4246
4247
|
{
|
|
4247
4248
|
"name": "centered",
|
|
@@ -4269,7 +4270,7 @@
|
|
|
4269
4270
|
},
|
|
4270
4271
|
{
|
|
4271
4272
|
"name": "more",
|
|
4272
|
-
"description": "Default: { icon: , trigger: 'hover' }\n\nCustomize the collapse menu"
|
|
4273
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4273
4274
|
},
|
|
4274
4275
|
{
|
|
4275
4276
|
"name": "more-icon",
|
|
@@ -4368,6 +4369,88 @@
|
|
|
4368
4369
|
}
|
|
4369
4370
|
]
|
|
4370
4371
|
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "a-tour",
|
|
4374
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4375
|
+
"attributes": [
|
|
4376
|
+
{
|
|
4377
|
+
"name": "steps",
|
|
4378
|
+
"description": "Default: -\n\nTour steps"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "open",
|
|
4382
|
+
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "current",
|
|
4386
|
+
"description": "Default: -\n\nWhat is the current step"
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "arrow",
|
|
4390
|
+
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "close-icon",
|
|
4394
|
+
"description": "Default: true\n\nCustomize close icon"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"name": "disabled-interaction",
|
|
4398
|
+
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "gap",
|
|
4402
|
+
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"name": "placement",
|
|
4406
|
+
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"name": "mask",
|
|
4410
|
+
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "type",
|
|
4414
|
+
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"name": "scroll-into-view-options",
|
|
4418
|
+
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"name": "indicators-render",
|
|
4422
|
+
"description": "Default: -\n\nCustom indicator"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "actions-render",
|
|
4426
|
+
"description": "Default: -\n\nCustom action"
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"name": "z-index",
|
|
4430
|
+
"description": "Default: 1001\n\nTour zIndex"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "get-popup-container",
|
|
4434
|
+
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"name": "classes",
|
|
4438
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4439
|
+
},
|
|
4440
|
+
{
|
|
4441
|
+
"name": "styles",
|
|
4442
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "root-class",
|
|
4446
|
+
"description": "Default: -\n\nRoot container class"
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
"name": "prefix-cls",
|
|
4450
|
+
"description": "Default: -\n\n-"
|
|
4451
|
+
}
|
|
4452
|
+
]
|
|
4453
|
+
},
|
|
4371
4454
|
{
|
|
4372
4455
|
"name": "a-tooltip",
|
|
4373
4456
|
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
@@ -4673,157 +4756,85 @@
|
|
|
4673
4756
|
"description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
|
|
4674
4757
|
},
|
|
4675
4758
|
{
|
|
4676
|
-
"name": "disabled",
|
|
4677
|
-
"description": "Default: false\n\nWhether disabled transfer"
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"name": "filter-option",
|
|
4681
|
-
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4682
|
-
},
|
|
4683
|
-
{
|
|
4684
|
-
"name": "footer",
|
|
4685
|
-
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"name": "locale",
|
|
4689
|
-
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4690
|
-
},
|
|
4691
|
-
{
|
|
4692
|
-
"name": "one-way",
|
|
4693
|
-
"description": "Default: false\n\nDisplay as single direction style"
|
|
4694
|
-
},
|
|
4695
|
-
{
|
|
4696
|
-
"name": "pagination",
|
|
4697
|
-
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4698
|
-
},
|
|
4699
|
-
{
|
|
4700
|
-
"name": "render",
|
|
4701
|
-
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
"name": "row-key",
|
|
4705
|
-
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"name": "select-all-labels",
|
|
4709
|
-
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4710
|
-
},
|
|
4711
|
-
{
|
|
4712
|
-
"name": "selected-keys",
|
|
4713
|
-
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4714
|
-
},
|
|
4715
|
-
{
|
|
4716
|
-
"name": "selections-icon",
|
|
4717
|
-
"description": "Default: -\n\nCustom dropdown icon"
|
|
4718
|
-
},
|
|
4719
|
-
{
|
|
4720
|
-
"name": "show-search",
|
|
4721
|
-
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"name": "show-select-all",
|
|
4725
|
-
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4726
|
-
},
|
|
4727
|
-
{
|
|
4728
|
-
"name": "status",
|
|
4729
|
-
"description": "Default: -\n\nSet validation status"
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
"name": "styles",
|
|
4733
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4734
|
-
},
|
|
4735
|
-
{
|
|
4736
|
-
"name": "target-keys",
|
|
4737
|
-
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4738
|
-
},
|
|
4739
|
-
{
|
|
4740
|
-
"name": "titles",
|
|
4741
|
-
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4742
|
-
}
|
|
4743
|
-
]
|
|
4744
|
-
},
|
|
4745
|
-
{
|
|
4746
|
-
"name": "a-tour",
|
|
4747
|
-
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4748
|
-
"attributes": [
|
|
4749
|
-
{
|
|
4750
|
-
"name": "steps",
|
|
4751
|
-
"description": "Default: -\n\nTour steps"
|
|
4752
|
-
},
|
|
4753
|
-
{
|
|
4754
|
-
"name": "open",
|
|
4755
|
-
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4756
|
-
},
|
|
4757
|
-
{
|
|
4758
|
-
"name": "current",
|
|
4759
|
-
"description": "Default: -\n\nWhat is the current step"
|
|
4759
|
+
"name": "disabled",
|
|
4760
|
+
"description": "Default: false\n\nWhether disabled transfer"
|
|
4760
4761
|
},
|
|
4761
4762
|
{
|
|
4762
|
-
"name": "
|
|
4763
|
-
"description": "Default:
|
|
4763
|
+
"name": "filter-option",
|
|
4764
|
+
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4764
4765
|
},
|
|
4765
4766
|
{
|
|
4766
|
-
"name": "
|
|
4767
|
-
"description": "Default:
|
|
4767
|
+
"name": "footer",
|
|
4768
|
+
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4768
4769
|
},
|
|
4769
4770
|
{
|
|
4770
|
-
"name": "
|
|
4771
|
-
"description": "Default:
|
|
4771
|
+
"name": "locale",
|
|
4772
|
+
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4772
4773
|
},
|
|
4773
4774
|
{
|
|
4774
|
-
"name": "
|
|
4775
|
-
"description": "Default:
|
|
4775
|
+
"name": "one-way",
|
|
4776
|
+
"description": "Default: false\n\nDisplay as single direction style"
|
|
4776
4777
|
},
|
|
4777
4778
|
{
|
|
4778
|
-
"name": "
|
|
4779
|
-
"description": "Default:
|
|
4779
|
+
"name": "pagination",
|
|
4780
|
+
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4780
4781
|
},
|
|
4781
4782
|
{
|
|
4782
|
-
"name": "
|
|
4783
|
-
"description": "Default:
|
|
4783
|
+
"name": "render",
|
|
4784
|
+
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
4784
4785
|
},
|
|
4785
4786
|
{
|
|
4786
|
-
"name": "
|
|
4787
|
-
"description": "Default:
|
|
4787
|
+
"name": "row-key",
|
|
4788
|
+
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4788
4789
|
},
|
|
4789
4790
|
{
|
|
4790
|
-
"name": "
|
|
4791
|
-
"description": "Default:
|
|
4791
|
+
"name": "select-all-labels",
|
|
4792
|
+
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4792
4793
|
},
|
|
4793
4794
|
{
|
|
4794
|
-
"name": "
|
|
4795
|
-
"description": "Default:
|
|
4795
|
+
"name": "selected-keys",
|
|
4796
|
+
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4796
4797
|
},
|
|
4797
4798
|
{
|
|
4798
|
-
"name": "
|
|
4799
|
-
"description": "Default: -\n\nCustom
|
|
4799
|
+
"name": "selections-icon",
|
|
4800
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
4800
4801
|
},
|
|
4801
4802
|
{
|
|
4802
|
-
"name": "
|
|
4803
|
-
"description": "Default:
|
|
4803
|
+
"name": "show-search",
|
|
4804
|
+
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4804
4805
|
},
|
|
4805
4806
|
{
|
|
4806
|
-
"name": "
|
|
4807
|
-
"description": "Default:
|
|
4807
|
+
"name": "show-select-all",
|
|
4808
|
+
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4808
4809
|
},
|
|
4809
4810
|
{
|
|
4810
|
-
"name": "
|
|
4811
|
-
"description": "Default: -\n\
|
|
4811
|
+
"name": "status",
|
|
4812
|
+
"description": "Default: -\n\nSet validation status"
|
|
4812
4813
|
},
|
|
4813
4814
|
{
|
|
4814
4815
|
"name": "styles",
|
|
4815
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
4816
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4816
4817
|
},
|
|
4817
4818
|
{
|
|
4818
|
-
"name": "
|
|
4819
|
-
"description": "Default:
|
|
4819
|
+
"name": "target-keys",
|
|
4820
|
+
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4820
4821
|
},
|
|
4821
4822
|
{
|
|
4822
|
-
"name": "
|
|
4823
|
-
"description": "Default: -\n\
|
|
4823
|
+
"name": "titles",
|
|
4824
|
+
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4824
4825
|
}
|
|
4825
4826
|
]
|
|
4826
4827
|
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "a-tree-select-props",
|
|
4830
|
+
"description": "Tree selection control.",
|
|
4831
|
+
"attributes": []
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"name": "a-tree-select",
|
|
4835
|
+
"description": "树型选择控件。",
|
|
4836
|
+
"attributes": []
|
|
4837
|
+
},
|
|
4827
4838
|
{
|
|
4828
4839
|
"name": "a-typography",
|
|
4829
4840
|
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
@@ -5013,14 +5024,50 @@
|
|
|
5013
5024
|
]
|
|
5014
5025
|
},
|
|
5015
5026
|
{
|
|
5016
|
-
"name": "a-
|
|
5017
|
-
"description": "
|
|
5018
|
-
"attributes": [
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5027
|
+
"name": "a-watermark",
|
|
5028
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5029
|
+
"attributes": [
|
|
5030
|
+
{
|
|
5031
|
+
"name": "width",
|
|
5032
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
"name": "height",
|
|
5036
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"name": "inherit",
|
|
5040
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"name": "rotate",
|
|
5044
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5045
|
+
},
|
|
5046
|
+
{
|
|
5047
|
+
"name": "z-index",
|
|
5048
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "image",
|
|
5052
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"name": "content",
|
|
5056
|
+
"description": "Default: -\n\nWatermark text content"
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"name": "font",
|
|
5060
|
+
"description": "Default: Font\n\nText style"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"name": "gap",
|
|
5064
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "offset",
|
|
5068
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5069
|
+
}
|
|
5070
|
+
]
|
|
5024
5071
|
},
|
|
5025
5072
|
{
|
|
5026
5073
|
"name": "a-upload",
|
|
@@ -5112,7 +5159,7 @@
|
|
|
5112
5159
|
},
|
|
5113
5160
|
{
|
|
5114
5161
|
"name": "progress",
|
|
5115
|
-
"description": "Default: { strokeWidth: 2, showInfo: false }\n\nCustom progress bar"
|
|
5162
|
+
"description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
|
|
5116
5163
|
},
|
|
5117
5164
|
{
|
|
5118
5165
|
"name": "show-upload-list",
|
|
@@ -5129,113 +5176,150 @@
|
|
|
5129
5176
|
]
|
|
5130
5177
|
},
|
|
5131
5178
|
{
|
|
5132
|
-
"name": "a-
|
|
5133
|
-
"description": "(ZH)
|
|
5179
|
+
"name": "a-splitter",
|
|
5180
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
5134
5181
|
"attributes": [
|
|
5135
5182
|
{
|
|
5136
|
-
"name": "
|
|
5137
|
-
"description": "Default:
|
|
5183
|
+
"name": "classes",
|
|
5184
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
5138
5185
|
},
|
|
5139
5186
|
{
|
|
5140
|
-
"name": "
|
|
5141
|
-
"description": "Default:
|
|
5187
|
+
"name": "collapsible-icon",
|
|
5188
|
+
"description": "Default: -\n\nCustom collapsible icon"
|
|
5142
5189
|
},
|
|
5143
5190
|
{
|
|
5144
|
-
"name": "
|
|
5145
|
-
"description": "Default:
|
|
5191
|
+
"name": "dragger-icon",
|
|
5192
|
+
"description": "Default: -\n\nCustom dragger icon"
|
|
5146
5193
|
},
|
|
5147
5194
|
{
|
|
5148
|
-
"name": "
|
|
5149
|
-
"description": "Default:
|
|
5195
|
+
"name": "lazy",
|
|
5196
|
+
"description": "Default: false\n\nLazy rendering mode"
|
|
5150
5197
|
},
|
|
5151
5198
|
{
|
|
5152
|
-
"name": "
|
|
5153
|
-
"description": "Default:
|
|
5199
|
+
"name": "orientation",
|
|
5200
|
+
"description": "Default: horizontal\n\nLayout direction"
|
|
5154
5201
|
},
|
|
5155
5202
|
{
|
|
5156
|
-
"name": "
|
|
5157
|
-
"description": "Default: -\n\
|
|
5203
|
+
"name": "styles",
|
|
5204
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
5158
5205
|
},
|
|
5159
5206
|
{
|
|
5160
|
-
"name": "
|
|
5161
|
-
"description": "Default:
|
|
5207
|
+
"name": "vertical",
|
|
5208
|
+
"description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
|
|
5209
|
+
}
|
|
5210
|
+
]
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"name": "a-splitter-panel",
|
|
5214
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
5215
|
+
"attributes": [
|
|
5216
|
+
{
|
|
5217
|
+
"name": "collapsible",
|
|
5218
|
+
"description": "Default: false\n\nEnable collapsible"
|
|
5162
5219
|
},
|
|
5163
5220
|
{
|
|
5164
|
-
"name": "
|
|
5165
|
-
"description": "Default:
|
|
5221
|
+
"name": "default-size",
|
|
5222
|
+
"description": "Default: -\n\nInitial panel size, supports px and percentage"
|
|
5166
5223
|
},
|
|
5167
5224
|
{
|
|
5168
|
-
"name": "
|
|
5169
|
-
"description": "Default:
|
|
5225
|
+
"name": "max",
|
|
5226
|
+
"description": "Default: -\n\nMaximum threshold, supports px and percentage"
|
|
5170
5227
|
},
|
|
5171
5228
|
{
|
|
5172
|
-
"name": "
|
|
5173
|
-
"description": "Default:
|
|
5229
|
+
"name": "min",
|
|
5230
|
+
"description": "Default: -\n\nMinimum threshold, supports px and percentage"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "resizable",
|
|
5234
|
+
"description": "Default: true\n\nWhether to enable resize"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "size",
|
|
5238
|
+
"description": "Default: -\n\nControlled panel size, supports px and percentage"
|
|
5174
5239
|
}
|
|
5175
5240
|
]
|
|
5176
5241
|
},
|
|
5177
5242
|
{
|
|
5178
|
-
"name": "a-
|
|
5179
|
-
"description": "(ZH)
|
|
5243
|
+
"name": "a-menu-item",
|
|
5244
|
+
"description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
|
|
5180
5245
|
"attributes": [
|
|
5181
5246
|
{
|
|
5182
|
-
"name": "
|
|
5183
|
-
"description": "Default:
|
|
5247
|
+
"name": "danger",
|
|
5248
|
+
"description": "Default: false\n\n(ZH) Display the danger style.\n\n(EN) Display the danger style."
|
|
5184
5249
|
},
|
|
5185
5250
|
{
|
|
5186
|
-
"name": "
|
|
5187
|
-
"description": "Default:
|
|
5251
|
+
"name": "disabled",
|
|
5252
|
+
"description": "Default: false\n\n(ZH) Whether the menu item is disabled.\n\n(EN) Whether the menu item is disabled."
|
|
5188
5253
|
},
|
|
5189
5254
|
{
|
|
5190
|
-
"name": "
|
|
5191
|
-
"description": "Default:
|
|
5255
|
+
"name": "icon",
|
|
5256
|
+
"description": "Default: -\n\n(ZH) Icon of the menu item.\n\n(EN) Icon of the menu item."
|
|
5192
5257
|
},
|
|
5193
5258
|
{
|
|
5194
|
-
"name": "
|
|
5195
|
-
"description": "Default: -\n\
|
|
5259
|
+
"name": "extra",
|
|
5260
|
+
"description": "Default: -\n\n(ZH) Extra content rendered at the end of the menu item.\n\n(EN) Extra content rendered at the end of the menu item."
|
|
5196
5261
|
},
|
|
5197
5262
|
{
|
|
5198
|
-
"name": "
|
|
5199
|
-
"description": "Default:
|
|
5263
|
+
"name": "title",
|
|
5264
|
+
"description": "Default: -\n\n(ZH) Title content used for the collapsed tooltip.\n\n(EN) Title content used for the collapsed tooltip."
|
|
5265
|
+
}
|
|
5266
|
+
]
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "a-sub-menu",
|
|
5270
|
+
"description": "(ZH) Submenu container used to group related menu items.\n\n(EN) Submenu container used to group related menu items.",
|
|
5271
|
+
"attributes": [
|
|
5272
|
+
{
|
|
5273
|
+
"name": "disabled",
|
|
5274
|
+
"description": "Default: false\n\n(ZH) Whether the submenu is disabled.\n\n(EN) Whether the submenu is disabled."
|
|
5200
5275
|
},
|
|
5201
5276
|
{
|
|
5202
|
-
"name": "
|
|
5203
|
-
"description": "Default: -\n\
|
|
5277
|
+
"name": "icon",
|
|
5278
|
+
"description": "Default: -\n\n(ZH) Icon of the submenu.\n\n(EN) Icon of the submenu."
|
|
5204
5279
|
},
|
|
5205
5280
|
{
|
|
5206
|
-
"name": "
|
|
5207
|
-
"description": "Default:
|
|
5281
|
+
"name": "title",
|
|
5282
|
+
"description": "Default: -\n\n(ZH) Title content of the submenu.\n\n(EN) Title content of the submenu."
|
|
5208
5283
|
},
|
|
5209
5284
|
{
|
|
5210
|
-
"name": "
|
|
5211
|
-
"description": "Default:
|
|
5285
|
+
"name": "popup-class-name",
|
|
5286
|
+
"description": "Default: -\n\n(ZH) Submenu popup class name. Not effective when `mode=\"inline\"`.\n\n(EN) Submenu popup class name. Not effective when `mode=\"inline\"`."
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"name": "popup-offset",
|
|
5290
|
+
"description": "Default: -\n\n(ZH) Submenu popup offset. Not effective when `mode=\"inline\"`.\n\n(EN) Submenu popup offset. Not effective when `mode=\"inline\"`."
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"name": "popup-style",
|
|
5294
|
+
"description": "Default: -\n\n(ZH) Inline style of the submenu popup.\n\n(EN) Inline style of the submenu popup."
|
|
5295
|
+
},
|
|
5296
|
+
{
|
|
5297
|
+
"name": "popup-render",
|
|
5298
|
+
"description": "Default: -\n\n(ZH) Custom renderer for the current submenu popup.\n\n(EN) Custom renderer for the current submenu popup."
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"name": "theme",
|
|
5302
|
+
"description": "Default: -\n\n(ZH) Color theme of the submenu. Inherits from Menu by default.\n\n(EN) Color theme of the submenu. Inherits from Menu by default."
|
|
5212
5303
|
}
|
|
5213
5304
|
]
|
|
5214
5305
|
},
|
|
5215
5306
|
{
|
|
5216
|
-
"name": "a-
|
|
5217
|
-
"description": "(ZH)
|
|
5218
|
-
"attributes": [
|
|
5307
|
+
"name": "a-menu-divider",
|
|
5308
|
+
"description": "(ZH) Divider line between menu items.\n\n(EN) Divider line between menu items.",
|
|
5309
|
+
"attributes": [
|
|
5310
|
+
{
|
|
5311
|
+
"name": "dashed",
|
|
5312
|
+
"description": "Default: false\n\n(ZH) Whether the divider line is dashed.\n\n(EN) Whether the divider line is dashed."
|
|
5313
|
+
}
|
|
5314
|
+
]
|
|
5219
5315
|
},
|
|
5220
5316
|
{
|
|
5221
|
-
"name": "a-
|
|
5222
|
-
"description": "(ZH)
|
|
5317
|
+
"name": "a-menu-item-group",
|
|
5318
|
+
"description": "(ZH) Group container for related menu items.\n\n(EN) Group container for related menu items.",
|
|
5223
5319
|
"attributes": [
|
|
5224
5320
|
{
|
|
5225
|
-
"name": "
|
|
5226
|
-
"description": "Default:
|
|
5227
|
-
},
|
|
5228
|
-
{
|
|
5229
|
-
"name": "orientation",
|
|
5230
|
-
"description": "Default: horizontal\n\nSet direction of layout"
|
|
5231
|
-
},
|
|
5232
|
-
{
|
|
5233
|
-
"name": "size",
|
|
5234
|
-
"description": "Default: middle\n\nSet child component size"
|
|
5235
|
-
},
|
|
5236
|
-
{
|
|
5237
|
-
"name": "vertical",
|
|
5238
|
-
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
5321
|
+
"name": "title",
|
|
5322
|
+
"description": "Default: -\n\n(ZH) Title content of the menu item group.\n\n(EN) Title content of the menu item group."
|
|
5239
5323
|
}
|
|
5240
5324
|
]
|
|
5241
5325
|
},
|