antdv-next 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/gapSize.js +1 -0
- 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/vnode/index.d.ts +9 -0
- package/dist/_util/vnode/index.js +154 -0
- package/dist/_util/vueNode.d.ts +5 -5
- package/dist/_util/wave/WaveEffect.d.ts +5 -5
- package/dist/_util/wave/index.d.ts +2 -2
- package/dist/_util/wave/style.d.ts +2 -2
- package/dist/_util/zindexContext.d.ts +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 +11087 -11526
- package/dist/antd-with-locales.js +82 -82
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +8918 -9373
- package/dist/antd.js +80 -80
- 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 +5 -4
- package/dist/badge/index.js +4 -2
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +6 -5
- package/dist/breadcrumb/Breadcrumb.js +7 -4
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.js +1 -1
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/BreadcrumbSeparator.js +1 -1
- package/dist/breadcrumb/index.d.ts +3 -2
- package/dist/breadcrumb/index.js +3 -1
- 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/locale/es_US.d.ts +2 -0
- package/dist/calendar/locale/es_US.js +7 -0
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +3 -3
- package/dist/card/Card.js +3 -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/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/checkbox/style/index.js +1 -0
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/components.d.ts +16 -13
- package/dist/components.js +9 -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/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.js +11 -1
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
- package/dist/date-picker/generatePicker/generateSinglePicker.js +11 -1
- 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/locale/es_US.d.ts +7 -0
- package/dist/date-picker/locale/es_US.js +15 -0
- 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/Cell.js +2 -4
- package/dist/descriptions/Item.d.ts +11 -3
- package/dist/descriptions/Item.js +73 -1
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +8 -8
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/hooks/useRow.js +4 -2
- package/dist/descriptions/index.d.ts +7 -5
- package/dist/descriptions/index.js +19 -4
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/descriptions/style/index.js +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/index.js +2 -6
- 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/flex/style/index.js +1 -0
- 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/Form.js +3 -0
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +6 -2
- package/dist/form/FormItem/index.js +32 -8
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/FormItemLabel.js +2 -2
- package/dist/form/context.d.ts +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/form/utils/messages.js +21 -21
- package/dist/form/utils/validateUtil.js +1 -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 +10 -10
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +18 -15
- package/dist/index.js +5 -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/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/input-number/style/index.js +12 -0
- 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/es_US.d.ts +6 -0
- package/dist/locale/es_US.js +15 -0
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +2 -2
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +5 -5
- 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/interface.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/package.json.d.ts +1 -0
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Line.js +1 -1
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/index.d.ts +2 -2
- package/dist/progress/progress.d.ts +3 -3
- package/dist/progress/progress.js +4 -3
- 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/group.js +2 -1
- 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/radio/style/index.js +1 -0
- package/dist/rate/index.d.ts +4 -3
- package/dist/rate/index.js +9 -7
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +4 -4
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/useIcons.d.ts +5 -5
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Avatar.js +11 -8
- package/dist/skeleton/Button.d.ts +7 -3
- package/dist/skeleton/Button.js +7 -5
- package/dist/skeleton/Element.d.ts +7 -3
- package/dist/skeleton/Element.js +7 -1
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +7 -3
- package/dist/skeleton/Input.js +7 -5
- 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 +3 -3
- package/dist/slider/index.js +1 -1
- 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/space/style/index.js +2 -0
- 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 +8 -7
- package/dist/spin/index.js +7 -5
- 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/SplitBar.js +1 -12
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +4 -3
- package/dist/steps/index.js +3 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/style/motion/motion.js +1 -7
- package/dist/switch/index.d.ts +4 -3
- package/dist/switch/index.js +4 -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/InternalTable.js +4 -3
- 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 +12 -12
- 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/bordered.js +1 -1
- package/dist/table/style/index.d.ts +2 -2
- package/dist/table/style/size.js +1 -1
- 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 +2 -1
- 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 +4 -4
- package/dist/theme/useToken.js +4 -1
- package/dist/theme/util/genStyleUtils.d.ts +14 -14
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/time-picker/index.js +25 -14
- package/dist/timeline/Timeline.d.ts +3 -2
- package/dist/timeline/Timeline.js +4 -1
- package/dist/timeline/TimelineItem.d.ts +16 -0
- package/dist/timeline/TimelineItem.js +90 -0
- package/dist/timeline/index.d.ts +2 -1
- package/dist/timeline/index.js +2 -1
- 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/index.js +1 -1
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/panelRender.js +2 -8
- 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/search.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/Tree.d.ts +3 -6
- package/dist/tree/Tree.js +2 -1
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +2 -2
- package/dist/tree-select/index.d.ts +3 -3
- package/dist/tree-select/style/index.d.ts +2 -2
- package/dist/typography/Base/CopyBtn.d.ts +2 -2
- package/dist/typography/Base/Ellipsis.d.ts +3 -3
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Editable.d.ts +2 -2
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Typography.d.ts +2 -2
- package/dist/typography/hooks/useCopyClick.d.ts +3 -3
- package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
- package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
- package/dist/typography/index.d.ts +5 -5
- package/dist/typography/style/index.d.ts +2 -2
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/upload/style/list.js +1 -0
- package/dist/upload/style/picture.js +1 -1
- 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 +9 -8
- package/web-tags.json +1676 -1663
- package/web-types.json +4942 -4885
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
2
|
+
"version": "1.1.1",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -307,98 +307,6 @@
|
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
|
-
{
|
|
311
|
-
"name": "a-badge",
|
|
312
|
-
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
313
|
-
"attributes": [
|
|
314
|
-
{
|
|
315
|
-
"name": "count",
|
|
316
|
-
"description": "Default: -\n\nNumber to show in badge"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"name": "show-zero",
|
|
320
|
-
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "overflow-count",
|
|
324
|
-
"description": "Default: 99\n\nMax count to show"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "dot",
|
|
328
|
-
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "scroll-number-prefix-cls",
|
|
332
|
-
"description": "Default: -\n\n-"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "status",
|
|
336
|
-
"description": "Default: -\n\nSet Badge as a status dot"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "color",
|
|
340
|
-
"description": "Default: -\n\nCustomize Badge dot color"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "text",
|
|
344
|
-
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "size",
|
|
348
|
-
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "offset",
|
|
352
|
-
"description": "Default: -\n\nSet offset of the badge dot"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "title",
|
|
356
|
-
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "classes",
|
|
360
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "styles",
|
|
364
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
365
|
-
}
|
|
366
|
-
]
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "a-breadcrumb",
|
|
370
|
-
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
371
|
-
"attributes": [
|
|
372
|
-
{
|
|
373
|
-
"name": "classes",
|
|
374
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"name": "dropdown-icon",
|
|
378
|
-
"description": "Default: -\n\nCustom dropdown icon"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "item-render",
|
|
382
|
-
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "params",
|
|
386
|
-
"description": "Default: -\n\nRouting parameters"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "items",
|
|
390
|
-
"description": "Default: -\n\nThe routing stack information of router"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "separator",
|
|
394
|
-
"description": "Default: /\n\nCustom separator"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "styles",
|
|
398
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
310
|
{
|
|
403
311
|
"name": "a-button",
|
|
404
312
|
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
@@ -473,6 +381,64 @@
|
|
|
473
381
|
}
|
|
474
382
|
]
|
|
475
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"name": "a-badge",
|
|
386
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
387
|
+
"attributes": [
|
|
388
|
+
{
|
|
389
|
+
"name": "count",
|
|
390
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "show-zero",
|
|
394
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "overflow-count",
|
|
398
|
+
"description": "Default: 99\n\nMax count to show"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "dot",
|
|
402
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "scroll-number-prefix-cls",
|
|
406
|
+
"description": "Default: -\n\n-"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "status",
|
|
410
|
+
"description": "Default: -\n\nSet Badge as a status dot"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "color",
|
|
414
|
+
"description": "Default: -\n\nCustomize Badge dot color"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "text",
|
|
418
|
+
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "size",
|
|
422
|
+
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "offset",
|
|
426
|
+
"description": "Default: -\n\nSet offset of the badge dot"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "title",
|
|
430
|
+
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "classes",
|
|
434
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "styles",
|
|
438
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
439
|
+
}
|
|
440
|
+
]
|
|
441
|
+
},
|
|
476
442
|
{
|
|
477
443
|
"name": "a-calendar",
|
|
478
444
|
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
@@ -555,6 +521,40 @@
|
|
|
555
521
|
}
|
|
556
522
|
]
|
|
557
523
|
},
|
|
524
|
+
{
|
|
525
|
+
"name": "a-breadcrumb",
|
|
526
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
527
|
+
"attributes": [
|
|
528
|
+
{
|
|
529
|
+
"name": "classes",
|
|
530
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "dropdown-icon",
|
|
534
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "item-render",
|
|
538
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "params",
|
|
542
|
+
"description": "Default: -\n\nRouting parameters"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "items",
|
|
546
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "separator",
|
|
550
|
+
"description": "Default: /\n\nCustom separator"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"name": "styles",
|
|
554
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
555
|
+
}
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
558
|
{
|
|
559
559
|
"name": "a-card",
|
|
560
560
|
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
@@ -685,52 +685,6 @@
|
|
|
685
685
|
}
|
|
686
686
|
]
|
|
687
687
|
},
|
|
688
|
-
{
|
|
689
|
-
"name": "a-carousel",
|
|
690
|
-
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
691
|
-
"attributes": [
|
|
692
|
-
{
|
|
693
|
-
"name": "effect",
|
|
694
|
-
"description": "Default: scrollx\n\nTransition effect"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "id",
|
|
698
|
-
"description": "Default: -\n\n-"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "slick-go-to",
|
|
702
|
-
"description": "Default: -\n\n-"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "dot-position",
|
|
706
|
-
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "dot-placement",
|
|
710
|
-
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "dots",
|
|
714
|
-
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "wait-for-animate",
|
|
718
|
-
"description": "Default: false\n\nWhether to wait for the animation when switching"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"name": "autoplay",
|
|
722
|
-
"description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "prev-arrow",
|
|
726
|
-
"description": "Default: -\n\n-"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "next-arrow",
|
|
730
|
-
"description": "Default: -\n\n-"
|
|
731
|
-
}
|
|
732
|
-
]
|
|
733
|
-
},
|
|
734
688
|
{
|
|
735
689
|
"name": "a-cascader",
|
|
736
690
|
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
@@ -838,32 +792,78 @@
|
|
|
838
792
|
]
|
|
839
793
|
},
|
|
840
794
|
{
|
|
841
|
-
"name": "a-
|
|
842
|
-
"description": "(ZH)
|
|
795
|
+
"name": "a-carousel",
|
|
796
|
+
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
843
797
|
"attributes": [
|
|
844
798
|
{
|
|
845
|
-
"name": "
|
|
846
|
-
"description": "Default:
|
|
799
|
+
"name": "effect",
|
|
800
|
+
"description": "Default: scrollx\n\nTransition effect"
|
|
847
801
|
},
|
|
848
802
|
{
|
|
849
|
-
"name": "
|
|
850
|
-
"description": "Default:
|
|
803
|
+
"name": "id",
|
|
804
|
+
"description": "Default: -\n\n-"
|
|
851
805
|
},
|
|
852
806
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"description": "Default:
|
|
807
|
+
"name": "slick-go-to",
|
|
808
|
+
"description": "Default: -\n\n-"
|
|
855
809
|
},
|
|
856
810
|
{
|
|
857
|
-
"name": "
|
|
858
|
-
"description": "Default:
|
|
811
|
+
"name": "dot-position",
|
|
812
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
859
813
|
},
|
|
860
814
|
{
|
|
861
|
-
"name": "
|
|
862
|
-
"description": "Default:
|
|
815
|
+
"name": "dot-placement",
|
|
816
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
863
817
|
},
|
|
864
818
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "Default:
|
|
819
|
+
"name": "dots",
|
|
820
|
+
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "wait-for-animate",
|
|
824
|
+
"description": "Default: false\n\nWhether to wait for the animation when switching"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "autoplay",
|
|
828
|
+
"description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "prev-arrow",
|
|
832
|
+
"description": "Default: -\n\n-"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "next-arrow",
|
|
836
|
+
"description": "Default: -\n\n-"
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "a-checkbox",
|
|
842
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
843
|
+
"attributes": [
|
|
844
|
+
{
|
|
845
|
+
"name": "checked",
|
|
846
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "checked-value",
|
|
850
|
+
"description": "Default: true\n\nThe value when checked"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "default-checked",
|
|
854
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "disabled",
|
|
858
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "indeterminate",
|
|
862
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "un-checked-value",
|
|
866
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
867
867
|
},
|
|
868
868
|
{
|
|
869
869
|
"name": "classes",
|
|
@@ -993,108 +993,6 @@
|
|
|
993
993
|
}
|
|
994
994
|
]
|
|
995
995
|
},
|
|
996
|
-
{
|
|
997
|
-
"name": "a-color-picker",
|
|
998
|
-
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
999
|
-
"attributes": [
|
|
1000
|
-
{
|
|
1001
|
-
"name": "allow-clear",
|
|
1002
|
-
"description": "Default: false\n\nAllow clearing color selected"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "arrow",
|
|
1006
|
-
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "auto-adjust-overflow",
|
|
1010
|
-
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"name": "classes",
|
|
1014
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"name": "default-format",
|
|
1018
|
-
"description": "Default: hex\n\nDefault format of color"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "default-value",
|
|
1022
|
-
"description": "Default: -\n\nDefault value of color"
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"name": "destroy-on-hidden",
|
|
1026
|
-
"description": "Default: false\n\nWhether destroy dom when close"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "disabled",
|
|
1030
|
-
"description": "Default: false\n\nDisable ColorPicker"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "disabled-alpha",
|
|
1034
|
-
"description": "Default: false\n\nDisable Alpha"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"name": "disabled-format",
|
|
1038
|
-
"description": "Default: false\n\nDisable format of color"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "format",
|
|
1042
|
-
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "get-popup-container",
|
|
1046
|
-
"description": "Default: -\n\nSpecify container for popup"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "mode",
|
|
1050
|
-
"description": "Default: single\n\nConfigure single or gradient color"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "open",
|
|
1054
|
-
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "placement",
|
|
1058
|
-
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"name": "presets",
|
|
1062
|
-
"description": "Default: -\n\nPreset colors"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "panel-render",
|
|
1066
|
-
"description": "Default: -\n\nCustom Render Panel"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "root-class",
|
|
1070
|
-
"description": "Default: -\n\nRoot container class"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"name": "show-text",
|
|
1074
|
-
"description": "Default: false\n\nShow color text"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "size",
|
|
1078
|
-
"description": "Default: middle\n\nSetting the trigger size"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "styles",
|
|
1082
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "trigger",
|
|
1086
|
-
"description": "Default: click\n\nColorPicker trigger mode"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "value-format",
|
|
1090
|
-
"description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"name": "value",
|
|
1094
|
-
"description": "Default: -\n\nValue of color, support v-model:value"
|
|
1095
|
-
}
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
996
|
{
|
|
1099
997
|
"name": "a-config-provider",
|
|
1100
998
|
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
@@ -1165,6 +1063,66 @@
|
|
|
1165
1063
|
}
|
|
1166
1064
|
]
|
|
1167
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "a-localization",
|
|
1068
|
+
"description": "To select or input a date.",
|
|
1069
|
+
"attributes": []
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "a-common-api",
|
|
1073
|
+
"description": "To select or input a date.",
|
|
1074
|
+
"attributes": []
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "a-common-methods",
|
|
1078
|
+
"description": "To select or input a date.",
|
|
1079
|
+
"attributes": []
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "a-date-picker",
|
|
1083
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1084
|
+
"attributes": []
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "a-date-picker[picker=year]",
|
|
1088
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1089
|
+
"attributes": []
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "a-date-picker[picker=quarter]",
|
|
1093
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1094
|
+
"attributes": []
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "a-date-picker[picker=month]",
|
|
1098
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1099
|
+
"attributes": []
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"name": "a-date-picker[picker=week]",
|
|
1103
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1104
|
+
"attributes": []
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "a-range-picker",
|
|
1108
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1109
|
+
"attributes": []
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"name": "a-国际化配置",
|
|
1113
|
+
"description": "输入或选择日期的控件。",
|
|
1114
|
+
"attributes": []
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "a-共同的-api",
|
|
1118
|
+
"description": "输入或选择日期的控件。",
|
|
1119
|
+
"attributes": []
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"name": "a-共同的方法",
|
|
1123
|
+
"description": "输入或选择日期的控件。",
|
|
1124
|
+
"attributes": []
|
|
1125
|
+
},
|
|
1168
1126
|
{
|
|
1169
1127
|
"name": "a-divider",
|
|
1170
1128
|
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
@@ -1237,7 +1195,7 @@
|
|
|
1237
1195
|
},
|
|
1238
1196
|
{
|
|
1239
1197
|
"name": "column",
|
|
1240
|
-
"description": "Default: 3\n\nThe number of DescriptionItems in a row, could be
|
|
1198
|
+
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1241
1199
|
},
|
|
1242
1200
|
{
|
|
1243
1201
|
"name": "layout",
|
|
@@ -1266,64 +1224,38 @@
|
|
|
1266
1224
|
]
|
|
1267
1225
|
},
|
|
1268
1226
|
{
|
|
1269
|
-
"name": "a-
|
|
1270
|
-
"description": "
|
|
1271
|
-
"attributes": [
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
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": []
|
|
1227
|
+
"name": "a-empty",
|
|
1228
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1229
|
+
"attributes": [
|
|
1230
|
+
{
|
|
1231
|
+
"name": "vertical",
|
|
1232
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "wrap",
|
|
1236
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "justify",
|
|
1240
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "align",
|
|
1244
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "flex",
|
|
1248
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "gap",
|
|
1252
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "component",
|
|
1256
|
+
"description": "Default: div\n\ncustom element type"
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1327
1259
|
},
|
|
1328
1260
|
{
|
|
1329
1261
|
"name": "a-drawer",
|
|
@@ -1427,6 +1359,194 @@
|
|
|
1427
1359
|
}
|
|
1428
1360
|
]
|
|
1429
1361
|
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "a-dropdown",
|
|
1364
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1365
|
+
"attributes": [
|
|
1366
|
+
{
|
|
1367
|
+
"name": "classes",
|
|
1368
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "styles",
|
|
1372
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "menu",
|
|
1376
|
+
"description": "Default: -\n\nThe menu props"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"name": "auto-focus",
|
|
1380
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "arrow",
|
|
1384
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "trigger",
|
|
1388
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "popup-render",
|
|
1392
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "open",
|
|
1396
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"name": "disabled",
|
|
1400
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "destroy-on-hidden",
|
|
1404
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "align",
|
|
1408
|
+
"description": "Default: -\n\nPopup align config"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "get-popup-container",
|
|
1412
|
+
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "prefix-cls",
|
|
1416
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "transition-name",
|
|
1420
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "placement",
|
|
1424
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "force-render",
|
|
1428
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "mouse-enter-delay",
|
|
1432
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "mouse-leave-delay",
|
|
1436
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "open-class-name",
|
|
1440
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "auto-adjust-overflow",
|
|
1444
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1445
|
+
}
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "a-color-picker",
|
|
1450
|
+
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
1451
|
+
"attributes": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "allow-clear",
|
|
1454
|
+
"description": "Default: false\n\nAllow clearing color selected"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "arrow",
|
|
1458
|
+
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "auto-adjust-overflow",
|
|
1462
|
+
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "classes",
|
|
1466
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "default-format",
|
|
1470
|
+
"description": "Default: hex\n\nDefault format of color"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "default-value",
|
|
1474
|
+
"description": "Default: -\n\nDefault value of color"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "destroy-on-hidden",
|
|
1478
|
+
"description": "Default: false\n\nWhether destroy dom when close"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "disabled",
|
|
1482
|
+
"description": "Default: false\n\nDisable ColorPicker"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "disabled-alpha",
|
|
1486
|
+
"description": "Default: false\n\nDisable Alpha"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "disabled-format",
|
|
1490
|
+
"description": "Default: false\n\nDisable format of color"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "format",
|
|
1494
|
+
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "get-popup-container",
|
|
1498
|
+
"description": "Default: -\n\nSpecify container for popup"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "mode",
|
|
1502
|
+
"description": "Default: single\n\nConfigure single or gradient color"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "open",
|
|
1506
|
+
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "placement",
|
|
1510
|
+
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "presets",
|
|
1514
|
+
"description": "Default: -\n\nPreset colors"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "panel-render",
|
|
1518
|
+
"description": "Default: -\n\nCustom Render Panel"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"name": "root-class",
|
|
1522
|
+
"description": "Default: -\n\nRoot container class"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "show-text",
|
|
1526
|
+
"description": "Default: false\n\nShow color text"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "size",
|
|
1530
|
+
"description": "Default: middle\n\nSetting the trigger size"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "styles",
|
|
1534
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "trigger",
|
|
1538
|
+
"description": "Default: click\n\nColorPicker trigger mode"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "value-format",
|
|
1542
|
+
"description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "value",
|
|
1546
|
+
"description": "Default: -\n\nValue of color, support v-model:value"
|
|
1547
|
+
}
|
|
1548
|
+
]
|
|
1549
|
+
},
|
|
1430
1550
|
{
|
|
1431
1551
|
"name": "a-float-button-group",
|
|
1432
1552
|
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
@@ -1558,41 +1678,86 @@
|
|
|
1558
1678
|
]
|
|
1559
1679
|
},
|
|
1560
1680
|
{
|
|
1561
|
-
"name": "a-
|
|
1562
|
-
"description": "(ZH)
|
|
1681
|
+
"name": "a-row",
|
|
1682
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1563
1683
|
"attributes": [
|
|
1564
1684
|
{
|
|
1565
|
-
"name": "
|
|
1566
|
-
"description": "Default:
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"name": "styles",
|
|
1570
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "image",
|
|
1574
|
-
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1685
|
+
"name": "align",
|
|
1686
|
+
"description": "Default: top\n\nVertical alignment"
|
|
1575
1687
|
},
|
|
1576
1688
|
{
|
|
1577
|
-
"name": "
|
|
1578
|
-
"description": "Default:
|
|
1689
|
+
"name": "gutter",
|
|
1690
|
+
"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]"
|
|
1579
1691
|
},
|
|
1580
1692
|
{
|
|
1581
|
-
"name": "
|
|
1582
|
-
"description": "Default:
|
|
1693
|
+
"name": "justify",
|
|
1694
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
1583
1695
|
},
|
|
1584
1696
|
{
|
|
1585
|
-
"name": "
|
|
1586
|
-
"description": "Default:
|
|
1697
|
+
"name": "wrap",
|
|
1698
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "a-col",
|
|
1704
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1705
|
+
"attributes": [
|
|
1706
|
+
{
|
|
1707
|
+
"name": "flex",
|
|
1708
|
+
"description": "Default: -\n\nFlex layout style"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "offset",
|
|
1712
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "order",
|
|
1716
|
+
"description": "Default: 0\n\nRaster order"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "pull",
|
|
1720
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "push",
|
|
1724
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "span",
|
|
1728
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "xs",
|
|
1732
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "sm",
|
|
1736
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "md",
|
|
1740
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "lg",
|
|
1744
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "xl",
|
|
1748
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "xxl",
|
|
1752
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "xxxl",
|
|
1756
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1587
1757
|
}
|
|
1588
1758
|
]
|
|
1589
1759
|
},
|
|
1590
1760
|
{
|
|
1591
|
-
"name": "a-flex",
|
|
1592
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1593
|
-
"attributes": []
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
1761
|
"name": "a-form",
|
|
1597
1762
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1598
1763
|
"attributes": [
|
|
@@ -1793,10 +1958,114 @@
|
|
|
1793
1958
|
]
|
|
1794
1959
|
},
|
|
1795
1960
|
{
|
|
1796
|
-
"name": "a
|
|
1797
|
-
"description": "
|
|
1961
|
+
"name": "a-类型",
|
|
1962
|
+
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1798
1963
|
"attributes": []
|
|
1799
1964
|
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "a-image",
|
|
1967
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
1968
|
+
"attributes": [
|
|
1969
|
+
{
|
|
1970
|
+
"name": "preview",
|
|
1971
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "wrapper-style",
|
|
1975
|
+
"description": "Default: -\n\nDeprecated."
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "classes",
|
|
1979
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "styles",
|
|
1983
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "root-class",
|
|
1987
|
+
"description": "Default: -\n\n-"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "alt",
|
|
1991
|
+
"description": "Default: -\n\nImage description"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "height",
|
|
1995
|
+
"description": "Default: -\n\nImage height"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"name": "src",
|
|
1999
|
+
"description": "Default: -\n\nImage URL"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "width",
|
|
2003
|
+
"description": "Default: -\n\nImage width"
|
|
2004
|
+
}
|
|
2005
|
+
]
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "a-input-number",
|
|
2009
|
+
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2010
|
+
"attributes": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "size",
|
|
2013
|
+
"description": "Default: -\n\nThe height of input box"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "status",
|
|
2017
|
+
"description": "Default: -\n\nSet validation status"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "disabled",
|
|
2021
|
+
"description": "Default: false\n\nIf the input is disabled"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "addon-before",
|
|
2025
|
+
"description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "addon-after",
|
|
2029
|
+
"description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "prefix",
|
|
2033
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "suffix",
|
|
2037
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "bordered",
|
|
2041
|
+
"description": "Default: -\n\nDeprecated."
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "variant",
|
|
2045
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "classes",
|
|
2049
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "styles",
|
|
2053
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "controls",
|
|
2057
|
+
"description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "type",
|
|
2061
|
+
"description": "Default: -\n\n-"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "step",
|
|
2065
|
+
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2066
|
+
}
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
1800
2069
|
{
|
|
1801
2070
|
"name": "a-common-icon",
|
|
1802
2071
|
"description": "Semantic vector graphics.",
|
|
@@ -1858,162 +2127,80 @@
|
|
|
1858
2127
|
"attributes": []
|
|
1859
2128
|
},
|
|
1860
2129
|
{
|
|
1861
|
-
"name": "a-
|
|
1862
|
-
"description": "(ZH)
|
|
2130
|
+
"name": "a-layout",
|
|
2131
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
1863
2132
|
"attributes": [
|
|
1864
2133
|
{
|
|
1865
|
-
"name": "
|
|
1866
|
-
"description": "Default:
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"name": "gutter",
|
|
1870
|
-
"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]"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "justify",
|
|
1874
|
-
"description": "Default: start\n\nHorizontal arrangement"
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"name": "wrap",
|
|
1878
|
-
"description": "Default: true\n\nAuto wrap line"
|
|
2134
|
+
"name": "has-sider",
|
|
2135
|
+
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
1879
2136
|
}
|
|
1880
2137
|
]
|
|
1881
2138
|
},
|
|
1882
2139
|
{
|
|
1883
|
-
"name": "a-
|
|
1884
|
-
"description": "(ZH)
|
|
2140
|
+
"name": "a-layout-sider",
|
|
2141
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
1885
2142
|
"attributes": [
|
|
1886
2143
|
{
|
|
1887
|
-
"name": "
|
|
1888
|
-
"description": "Default: -\n\
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "offset",
|
|
1892
|
-
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"name": "order",
|
|
1896
|
-
"description": "Default: 0\n\nRaster order"
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"name": "pull",
|
|
1900
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
"name": "push",
|
|
1904
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
2144
|
+
"name": "breakpoint",
|
|
2145
|
+
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
1905
2146
|
},
|
|
1906
2147
|
{
|
|
1907
|
-
"name": "
|
|
1908
|
-
"description": "Default:
|
|
2148
|
+
"name": "collapsed",
|
|
2149
|
+
"description": "Default: -\n\nTo set the current status"
|
|
1909
2150
|
},
|
|
1910
2151
|
{
|
|
1911
|
-
"name": "
|
|
1912
|
-
"description": "Default:
|
|
2152
|
+
"name": "collapsed-width",
|
|
2153
|
+
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
1913
2154
|
},
|
|
1914
2155
|
{
|
|
1915
|
-
"name": "
|
|
1916
|
-
"description": "Default:
|
|
2156
|
+
"name": "collapsible",
|
|
2157
|
+
"description": "Default: false\n\nWhether can be collapsed"
|
|
1917
2158
|
},
|
|
1918
2159
|
{
|
|
1919
|
-
"name": "
|
|
1920
|
-
"description": "Default:
|
|
2160
|
+
"name": "reverse-arrow",
|
|
2161
|
+
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
1921
2162
|
},
|
|
1922
2163
|
{
|
|
1923
|
-
"name": "
|
|
1924
|
-
"description": "Default:
|
|
2164
|
+
"name": "theme",
|
|
2165
|
+
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
1925
2166
|
},
|
|
1926
2167
|
{
|
|
1927
|
-
"name": "
|
|
1928
|
-
"description": "Default: -\n\
|
|
2168
|
+
"name": "trigger",
|
|
2169
|
+
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
1929
2170
|
},
|
|
1930
2171
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"description": "Default:
|
|
2172
|
+
"name": "width",
|
|
2173
|
+
"description": "Default: 200\n\nWidth of the sidebar"
|
|
1933
2174
|
},
|
|
1934
2175
|
{
|
|
1935
|
-
"name": "
|
|
1936
|
-
"description": "Default: -\n\
|
|
2176
|
+
"name": "zero-width-trigger-style",
|
|
2177
|
+
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
1937
2178
|
}
|
|
1938
2179
|
]
|
|
1939
2180
|
},
|
|
1940
2181
|
{
|
|
1941
|
-
"name": "a-
|
|
1942
|
-
"description": "(ZH)
|
|
2182
|
+
"name": "a-mentions",
|
|
2183
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
1943
2184
|
"attributes": [
|
|
1944
2185
|
{
|
|
1945
|
-
"name": "
|
|
1946
|
-
"description": "Default:
|
|
2186
|
+
"name": "loading",
|
|
2187
|
+
"description": "Default: -\n\n-"
|
|
1947
2188
|
},
|
|
1948
2189
|
{
|
|
1949
|
-
"name": "
|
|
1950
|
-
"description": "Default: -\n\
|
|
2190
|
+
"name": "status",
|
|
2191
|
+
"description": "Default: -\n\nSet validation status"
|
|
1951
2192
|
},
|
|
1952
2193
|
{
|
|
1953
|
-
"name": "
|
|
1954
|
-
"description": "Default:
|
|
2194
|
+
"name": "options",
|
|
2195
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
1955
2196
|
},
|
|
1956
2197
|
{
|
|
1957
|
-
"name": "
|
|
1958
|
-
"description": "Default: -\n\
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "disabled",
|
|
1962
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"name": "id",
|
|
1966
|
-
"description": "Default: -\n\nThe ID for input"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "maxlength",
|
|
1970
|
-
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"name": "prefix",
|
|
1974
|
-
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"name": "show-count",
|
|
1978
|
-
"description": "Default: false\n\nWhether to show character count"
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "status",
|
|
1982
|
-
"description": "Default: -\n\nSet validation status"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"name": "styles",
|
|
1986
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1987
|
-
},
|
|
1988
|
-
{
|
|
1989
|
-
"name": "size",
|
|
1990
|
-
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "suffix",
|
|
1994
|
-
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
"name": "type",
|
|
1998
|
-
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"name": "value",
|
|
2002
|
-
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
2198
|
+
"name": "popup-class-name",
|
|
2199
|
+
"description": "Default: -\n\n-"
|
|
2003
2200
|
},
|
|
2004
2201
|
{
|
|
2005
2202
|
"name": "variant",
|
|
2006
2203
|
"description": "Default: outlined\n\nVariants of Input"
|
|
2007
|
-
}
|
|
2008
|
-
]
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "a-text-area",
|
|
2012
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2013
|
-
"attributes": [
|
|
2014
|
-
{
|
|
2015
|
-
"name": "auto-size",
|
|
2016
|
-
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
2017
2204
|
},
|
|
2018
2205
|
{
|
|
2019
2206
|
"name": "classes",
|
|
@@ -2022,731 +2209,675 @@
|
|
|
2022
2209
|
{
|
|
2023
2210
|
"name": "styles",
|
|
2024
2211
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2025
|
-
}
|
|
2026
|
-
]
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"name": "a-input-search",
|
|
2030
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2031
|
-
"attributes": [
|
|
2212
|
+
},
|
|
2032
2213
|
{
|
|
2033
|
-
"name": "
|
|
2034
|
-
"description": "Default: -\n\
|
|
2214
|
+
"name": "size",
|
|
2215
|
+
"description": "Default: -\n\n-"
|
|
2035
2216
|
},
|
|
2036
2217
|
{
|
|
2037
|
-
"name": "
|
|
2038
|
-
"description": "Default:
|
|
2218
|
+
"name": "label-render",
|
|
2219
|
+
"description": "Default: -\n\n-"
|
|
2039
2220
|
},
|
|
2040
2221
|
{
|
|
2041
|
-
"name": "
|
|
2042
|
-
"description": "Default: false\n\
|
|
2222
|
+
"name": "allow-clear",
|
|
2223
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2043
2224
|
},
|
|
2044
2225
|
{
|
|
2045
|
-
"name": "
|
|
2046
|
-
"description": "Default: -\n\
|
|
2226
|
+
"name": "disabled",
|
|
2227
|
+
"description": "Default: -\n\n-"
|
|
2047
2228
|
}
|
|
2048
2229
|
]
|
|
2049
2230
|
},
|
|
2050
2231
|
{
|
|
2051
|
-
"name": "a-
|
|
2052
|
-
"description": "
|
|
2232
|
+
"name": "a-flex",
|
|
2233
|
+
"description": "用于对齐的弹性布局容器。",
|
|
2234
|
+
"attributes": []
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "a-menu",
|
|
2238
|
+
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
2053
2239
|
"attributes": [
|
|
2054
2240
|
{
|
|
2055
2241
|
"name": "classes",
|
|
2056
|
-
"description": "Default: -\n\
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "icon-render",
|
|
2060
|
-
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
2242
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2061
2243
|
},
|
|
2062
2244
|
{
|
|
2063
2245
|
"name": "styles",
|
|
2064
|
-
"description": "Default: -\n\
|
|
2246
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2065
2247
|
},
|
|
2066
2248
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"description": "Default:
|
|
2069
|
-
}
|
|
2070
|
-
]
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"name": "a-input-otp",
|
|
2074
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2075
|
-
"attributes": [
|
|
2076
|
-
{
|
|
2077
|
-
"name": "classes",
|
|
2078
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2249
|
+
"name": "root-class",
|
|
2250
|
+
"description": "Default: -\n\nRoot container class"
|
|
2079
2251
|
},
|
|
2080
2252
|
{
|
|
2081
|
-
"name": "default-
|
|
2082
|
-
"description": "Default: -\n\
|
|
2253
|
+
"name": "default-open-keys",
|
|
2254
|
+
"description": "Default: -\n\nArray with the keys of default opened sub menus"
|
|
2083
2255
|
},
|
|
2084
2256
|
{
|
|
2085
|
-
"name": "
|
|
2086
|
-
"description": "Default:
|
|
2257
|
+
"name": "default-selected-keys",
|
|
2258
|
+
"description": "Default: -\n\nArray with the keys of default selected menu items"
|
|
2087
2259
|
},
|
|
2088
2260
|
{
|
|
2089
|
-
"name": "
|
|
2090
|
-
"description": "Default: -\n\
|
|
2261
|
+
"name": "expand-icon",
|
|
2262
|
+
"description": "Default: -\n\nCustom expand icon of submenu"
|
|
2091
2263
|
},
|
|
2092
2264
|
{
|
|
2093
|
-
"name": "
|
|
2094
|
-
"description": "Default:
|
|
2265
|
+
"name": "force-sub-menu-render",
|
|
2266
|
+
"description": "Default: false\n\nRender submenu into DOM before it becomes visible"
|
|
2095
2267
|
},
|
|
2096
2268
|
{
|
|
2097
|
-
"name": "
|
|
2098
|
-
"description": "Default: -\n\
|
|
2269
|
+
"name": "inline-collapsed",
|
|
2270
|
+
"description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
|
|
2099
2271
|
},
|
|
2100
2272
|
{
|
|
2101
|
-
"name": "
|
|
2102
|
-
"description": "Default:
|
|
2273
|
+
"name": "inline-indent",
|
|
2274
|
+
"description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
|
|
2103
2275
|
},
|
|
2104
2276
|
{
|
|
2105
|
-
"name": "
|
|
2106
|
-
"description": "Default:
|
|
2277
|
+
"name": "items",
|
|
2278
|
+
"description": "Default: -\n\nMenu item content"
|
|
2107
2279
|
},
|
|
2108
2280
|
{
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "Default:
|
|
2281
|
+
"name": "mode",
|
|
2282
|
+
"description": "Default: vertical\n\nType of menu"
|
|
2111
2283
|
},
|
|
2112
2284
|
{
|
|
2113
|
-
"name": "
|
|
2114
|
-
"description": "Default:
|
|
2285
|
+
"name": "multiple",
|
|
2286
|
+
"description": "Default: false\n\nAllows selection of multiple items"
|
|
2115
2287
|
},
|
|
2116
2288
|
{
|
|
2117
|
-
"name": "
|
|
2118
|
-
"description": "Default:
|
|
2289
|
+
"name": "open-keys",
|
|
2290
|
+
"description": "Default: -\n\nArray with the keys of currently opened sub-menus"
|
|
2119
2291
|
},
|
|
2120
2292
|
{
|
|
2121
|
-
"name": "
|
|
2122
|
-
"description": "Default: -\n\
|
|
2123
|
-
}
|
|
2124
|
-
]
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"name": "a-dropdown",
|
|
2128
|
-
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
2129
|
-
"attributes": [
|
|
2130
|
-
{
|
|
2131
|
-
"name": "classes",
|
|
2132
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
2293
|
+
"name": "overflowed-indicator",
|
|
2294
|
+
"description": "Default: -\n\nCustomized the ellipsis icon when menu is collapsed horizontally"
|
|
2133
2295
|
},
|
|
2134
2296
|
{
|
|
2135
|
-
"name": "
|
|
2136
|
-
"description": "Default:
|
|
2297
|
+
"name": "selectable",
|
|
2298
|
+
"description": "Default: true\n\nAllows selecting menu items"
|
|
2137
2299
|
},
|
|
2138
2300
|
{
|
|
2139
|
-
"name": "
|
|
2140
|
-
"description": "Default: -\n\
|
|
2301
|
+
"name": "selected-keys",
|
|
2302
|
+
"description": "Default: -\n\nArray with the keys of currently selected menu items"
|
|
2141
2303
|
},
|
|
2142
2304
|
{
|
|
2143
|
-
"name": "
|
|
2144
|
-
"description": "Default:
|
|
2305
|
+
"name": "sub-menu-close-delay",
|
|
2306
|
+
"description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
|
|
2145
2307
|
},
|
|
2146
2308
|
{
|
|
2147
|
-
"name": "
|
|
2148
|
-
"description": "Default:
|
|
2309
|
+
"name": "sub-menu-open-delay",
|
|
2310
|
+
"description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
|
|
2149
2311
|
},
|
|
2150
2312
|
{
|
|
2151
|
-
"name": "
|
|
2152
|
-
"description": "Default:
|
|
2313
|
+
"name": "theme",
|
|
2314
|
+
"description": "Default: light\n\nColor theme of the menu"
|
|
2153
2315
|
},
|
|
2154
2316
|
{
|
|
2155
|
-
"name": "
|
|
2156
|
-
"description": "Default:
|
|
2317
|
+
"name": "trigger-sub-menu-action",
|
|
2318
|
+
"description": "Default: hover\n\nWhich action can trigger submenu open/close"
|
|
2157
2319
|
},
|
|
2158
2320
|
{
|
|
2159
|
-
"name": "
|
|
2160
|
-
"description": "Default:
|
|
2321
|
+
"name": "get-popup-container",
|
|
2322
|
+
"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"
|
|
2161
2323
|
},
|
|
2162
2324
|
{
|
|
2163
|
-
"name": "
|
|
2164
|
-
"description": "Default: -\n\
|
|
2325
|
+
"name": "item-icon",
|
|
2326
|
+
"description": "Default: -\n\nCustom menu item icon render"
|
|
2165
2327
|
},
|
|
2166
2328
|
{
|
|
2167
|
-
"name": "
|
|
2168
|
-
"description": "Default:
|
|
2329
|
+
"name": "label-render",
|
|
2330
|
+
"description": "Default: -\n\nCustom label render"
|
|
2169
2331
|
},
|
|
2170
2332
|
{
|
|
2171
|
-
"name": "
|
|
2172
|
-
"description": "Default: -\n\
|
|
2333
|
+
"name": "icon-render",
|
|
2334
|
+
"description": "Default: -\n\nCustom icon render (items mode)"
|
|
2173
2335
|
},
|
|
2174
2336
|
{
|
|
2175
|
-
"name": "
|
|
2176
|
-
"description": "Default:
|
|
2337
|
+
"name": "extra-render",
|
|
2338
|
+
"description": "Default: -\n\nCustom extra render"
|
|
2177
2339
|
},
|
|
2178
2340
|
{
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "Default: -\n\
|
|
2181
|
-
}
|
|
2341
|
+
"name": "popup-render",
|
|
2342
|
+
"description": "Default: -\n\nCustom popup renderer for submenu"
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"name": "a-masonry",
|
|
2348
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2349
|
+
"attributes": [
|
|
2182
2350
|
{
|
|
2183
|
-
"name": "
|
|
2184
|
-
"description": "Default: -\n\
|
|
2351
|
+
"name": "classes",
|
|
2352
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2185
2353
|
},
|
|
2186
2354
|
{
|
|
2187
|
-
"name": "
|
|
2188
|
-
"description": "Default:
|
|
2355
|
+
"name": "styles",
|
|
2356
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2189
2357
|
},
|
|
2190
2358
|
{
|
|
2191
|
-
"name": "
|
|
2192
|
-
"description": "Default:
|
|
2359
|
+
"name": "columns",
|
|
2360
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2193
2361
|
},
|
|
2194
2362
|
{
|
|
2195
|
-
"name": "
|
|
2196
|
-
"description": "Default:
|
|
2363
|
+
"name": "fresh",
|
|
2364
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2197
2365
|
},
|
|
2198
2366
|
{
|
|
2199
|
-
"name": "
|
|
2200
|
-
"description": "Default: 0
|
|
2367
|
+
"name": "gutter",
|
|
2368
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2201
2369
|
},
|
|
2202
2370
|
{
|
|
2203
|
-
"name": "
|
|
2204
|
-
"description": "Default: -\n\
|
|
2371
|
+
"name": "items",
|
|
2372
|
+
"description": "Default: -\n\nMasonry items"
|
|
2205
2373
|
},
|
|
2206
2374
|
{
|
|
2207
|
-
"name": "
|
|
2208
|
-
"description": "Default:
|
|
2375
|
+
"name": "item-render",
|
|
2376
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2209
2377
|
}
|
|
2210
2378
|
]
|
|
2211
2379
|
},
|
|
2212
2380
|
{
|
|
2213
|
-
"name": "a-
|
|
2214
|
-
"description": "
|
|
2215
|
-
"attributes": [
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2381
|
+
"name": "a-static-methods",
|
|
2382
|
+
"description": "Prompt notification message globally.",
|
|
2383
|
+
"attributes": []
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "a-arguments",
|
|
2387
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2388
|
+
"attributes": []
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "a-config",
|
|
2392
|
+
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2393
|
+
"attributes": []
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "a-global-configuration",
|
|
2397
|
+
"description": "Prompt notification message globally.",
|
|
2398
|
+
"attributes": []
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "a-静态方法",
|
|
2402
|
+
"description": "全局展示通知提醒信息。",
|
|
2403
|
+
"attributes": []
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "a-参数",
|
|
2407
|
+
"description": "全局展示操作反馈信息。",
|
|
2408
|
+
"attributes": []
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "a-全局配置",
|
|
2412
|
+
"description": "全局展示通知提醒信息。",
|
|
2413
|
+
"attributes": []
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "a-modal",
|
|
2417
|
+
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2418
|
+
"attributes": [
|
|
2224
2419
|
{
|
|
2225
|
-
"name": "
|
|
2226
|
-
"description": "Default: -\n\
|
|
2420
|
+
"name": "after-close",
|
|
2421
|
+
"description": "Default: -\n\nSpecify a function that will be called when modal is closed completely"
|
|
2227
2422
|
},
|
|
2228
2423
|
{
|
|
2229
|
-
"name": "
|
|
2230
|
-
"description": "Default: -\n\
|
|
2424
|
+
"name": "after-open-change",
|
|
2425
|
+
"description": "Default: -\n\nCallback when the animation ends when Modal is turned on and off"
|
|
2231
2426
|
},
|
|
2232
2427
|
{
|
|
2233
|
-
"name": "
|
|
2234
|
-
"description": "Default: -\n\
|
|
2428
|
+
"name": "cancel-button-props",
|
|
2429
|
+
"description": "Default: -\n\nThe cancel button props"
|
|
2235
2430
|
},
|
|
2236
2431
|
{
|
|
2237
|
-
"name": "
|
|
2238
|
-
"description": "Default:
|
|
2432
|
+
"name": "cancel-text",
|
|
2433
|
+
"description": "Default: Cancel\n\nText of the Cancel button"
|
|
2239
2434
|
},
|
|
2240
2435
|
{
|
|
2241
|
-
"name": "
|
|
2242
|
-
"description": "Default:
|
|
2436
|
+
"name": "centered",
|
|
2437
|
+
"description": "Default: false\n\nCentered Modal"
|
|
2243
2438
|
},
|
|
2244
2439
|
{
|
|
2245
|
-
"name": "
|
|
2246
|
-
"description": "Default: -\n\
|
|
2440
|
+
"name": "classes",
|
|
2441
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Modal component. Supports object or function."
|
|
2247
2442
|
},
|
|
2248
2443
|
{
|
|
2249
|
-
"name": "
|
|
2250
|
-
"description": "Default:
|
|
2251
|
-
}
|
|
2252
|
-
]
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"name": "a-layout",
|
|
2256
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2257
|
-
"attributes": [
|
|
2258
|
-
{
|
|
2259
|
-
"name": "has-sider",
|
|
2260
|
-
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "a-layout-sider",
|
|
2266
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2267
|
-
"attributes": [
|
|
2268
|
-
{
|
|
2269
|
-
"name": "breakpoint",
|
|
2270
|
-
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2444
|
+
"name": "closable",
|
|
2445
|
+
"description": "Default: true\n\nWhether a close (x) button is visible on top right or not"
|
|
2271
2446
|
},
|
|
2272
2447
|
{
|
|
2273
|
-
"name": "
|
|
2274
|
-
"description": "Default: -\n\
|
|
2448
|
+
"name": "close-icon",
|
|
2449
|
+
"description": "Default: -\n\nCustom close icon. Close button will be hidden when setting to null or false"
|
|
2275
2450
|
},
|
|
2276
2451
|
{
|
|
2277
|
-
"name": "
|
|
2278
|
-
"description": "Default:
|
|
2452
|
+
"name": "confirm-loading",
|
|
2453
|
+
"description": "Default: false\n\nWhether to apply loading visual effect for OK button or not"
|
|
2279
2454
|
},
|
|
2280
2455
|
{
|
|
2281
|
-
"name": "
|
|
2282
|
-
"description": "Default: false\n\nWhether
|
|
2456
|
+
"name": "destroy-on-hidden",
|
|
2457
|
+
"description": "Default: false\n\nWhether to unmount child components on close"
|
|
2283
2458
|
},
|
|
2284
2459
|
{
|
|
2285
|
-
"name": "
|
|
2286
|
-
"description": "Default:
|
|
2460
|
+
"name": "focus-trigger-after-close",
|
|
2461
|
+
"description": "Default: true\n\nWhether need to focus trigger element after dialog is closed"
|
|
2287
2462
|
},
|
|
2288
2463
|
{
|
|
2289
|
-
"name": "
|
|
2290
|
-
"description": "Default:
|
|
2464
|
+
"name": "footer",
|
|
2465
|
+
"description": "Default: (OK and Cancel buttons)\n\nFooter content, set as footer={null} when you don't need default buttons"
|
|
2291
2466
|
},
|
|
2292
2467
|
{
|
|
2293
|
-
"name": "
|
|
2294
|
-
"description": "Default:
|
|
2468
|
+
"name": "force-render",
|
|
2469
|
+
"description": "Default: false\n\nForce render Modal"
|
|
2295
2470
|
},
|
|
2296
2471
|
{
|
|
2297
|
-
"name": "
|
|
2298
|
-
"description": "Default:
|
|
2472
|
+
"name": "get-container",
|
|
2473
|
+
"description": "Default: document.body\n\nThe mounted node for Modal but still display at fullscreen"
|
|
2299
2474
|
},
|
|
2300
2475
|
{
|
|
2301
|
-
"name": "
|
|
2302
|
-
"description": "Default:
|
|
2303
|
-
}
|
|
2304
|
-
]
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"name": "a-masonry",
|
|
2308
|
-
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2309
|
-
"attributes": [
|
|
2310
|
-
{
|
|
2311
|
-
"name": "classes",
|
|
2312
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2476
|
+
"name": "keyboard",
|
|
2477
|
+
"description": "Default: true\n\nWhether support press esc to close"
|
|
2313
2478
|
},
|
|
2314
2479
|
{
|
|
2315
|
-
"name": "
|
|
2316
|
-
"description": "Default:
|
|
2480
|
+
"name": "loading",
|
|
2481
|
+
"description": "Default: false\n\nShow the skeleton"
|
|
2317
2482
|
},
|
|
2318
2483
|
{
|
|
2319
|
-
"name": "
|
|
2320
|
-
"description": "Default:
|
|
2484
|
+
"name": "mask",
|
|
2485
|
+
"description": "Default: true\n\nMask effect"
|
|
2321
2486
|
},
|
|
2322
2487
|
{
|
|
2323
|
-
"name": "
|
|
2324
|
-
"description": "Default:
|
|
2488
|
+
"name": "~~mask-closable~~",
|
|
2489
|
+
"description": "Default: true\n\nWhether to close the modal dialog when the mask (area outside the modal) is clicked"
|
|
2325
2490
|
},
|
|
2326
2491
|
{
|
|
2327
|
-
"name": "
|
|
2328
|
-
"description": "Default:
|
|
2492
|
+
"name": "modal-render",
|
|
2493
|
+
"description": "Default: -\n\nCustom modal content render"
|
|
2329
2494
|
},
|
|
2330
2495
|
{
|
|
2331
|
-
"name": "
|
|
2332
|
-
"description": "Default: -\n\
|
|
2496
|
+
"name": "mouse-position",
|
|
2497
|
+
"description": "Default: -\n\nSet animation start position"
|
|
2333
2498
|
},
|
|
2334
2499
|
{
|
|
2335
|
-
"name": "
|
|
2336
|
-
"description": "Default: -\n\
|
|
2337
|
-
}
|
|
2338
|
-
]
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "a-input-number",
|
|
2342
|
-
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2343
|
-
"attributes": [
|
|
2344
|
-
{
|
|
2345
|
-
"name": "size",
|
|
2346
|
-
"description": "Default: -\n\nThe height of input box"
|
|
2500
|
+
"name": "ok-button-props",
|
|
2501
|
+
"description": "Default: -\n\nThe ok button props"
|
|
2347
2502
|
},
|
|
2348
2503
|
{
|
|
2349
|
-
"name": "
|
|
2350
|
-
"description": "Default:
|
|
2504
|
+
"name": "ok-text",
|
|
2505
|
+
"description": "Default: OK\n\nText of the OK button"
|
|
2351
2506
|
},
|
|
2352
2507
|
{
|
|
2353
|
-
"name": "
|
|
2354
|
-
"description": "Default:
|
|
2508
|
+
"name": "ok-type",
|
|
2509
|
+
"description": "Default: primary\n\nButton type of the OK button"
|
|
2355
2510
|
},
|
|
2356
2511
|
{
|
|
2357
|
-
"name": "
|
|
2358
|
-
"description": "Default:
|
|
2512
|
+
"name": "open",
|
|
2513
|
+
"description": "Default: false\n\nWhether the modal dialog is visible or not, support v-model:open"
|
|
2359
2514
|
},
|
|
2360
2515
|
{
|
|
2361
|
-
"name": "
|
|
2362
|
-
"description": "Default: -\n\
|
|
2516
|
+
"name": "root-class",
|
|
2517
|
+
"description": "Default: -\n\nRoot container class"
|
|
2363
2518
|
},
|
|
2364
2519
|
{
|
|
2365
|
-
"name": "
|
|
2366
|
-
"description": "Default: -\n\
|
|
2520
|
+
"name": "root-style",
|
|
2521
|
+
"description": "Default: -\n\nRoot container style"
|
|
2367
2522
|
},
|
|
2368
2523
|
{
|
|
2369
|
-
"name": "
|
|
2370
|
-
"description": "Default: -\n\
|
|
2524
|
+
"name": "styles",
|
|
2525
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
|
|
2371
2526
|
},
|
|
2372
2527
|
{
|
|
2373
|
-
"name": "
|
|
2374
|
-
"description": "Default: -\n\
|
|
2528
|
+
"name": "title",
|
|
2529
|
+
"description": "Default: -\n\nThe modal dialog's title"
|
|
2375
2530
|
},
|
|
2376
2531
|
{
|
|
2377
|
-
"name": "
|
|
2378
|
-
"description": "Default:
|
|
2532
|
+
"name": "transition-name",
|
|
2533
|
+
"description": "Default: -\n\nTransition name of dialog"
|
|
2379
2534
|
},
|
|
2380
2535
|
{
|
|
2381
|
-
"name": "
|
|
2382
|
-
"description": "Default: -\n\
|
|
2536
|
+
"name": "mask-transition-name",
|
|
2537
|
+
"description": "Default: -\n\nTransition name of mask"
|
|
2383
2538
|
},
|
|
2384
2539
|
{
|
|
2385
|
-
"name": "
|
|
2386
|
-
"description": "Default:
|
|
2540
|
+
"name": "width",
|
|
2541
|
+
"description": "Default: 520\n\nWidth of the modal dialog"
|
|
2387
2542
|
},
|
|
2388
2543
|
{
|
|
2389
|
-
"name": "
|
|
2390
|
-
"description": "Default: -\n\
|
|
2544
|
+
"name": "wrap-class-name",
|
|
2545
|
+
"description": "Default: -\n\nThe class name of the container of the modal dialog"
|
|
2391
2546
|
},
|
|
2392
2547
|
{
|
|
2393
|
-
"name": "
|
|
2394
|
-
"description": "Default: -\n\
|
|
2548
|
+
"name": "wrap-props",
|
|
2549
|
+
"description": "Default: -\n\nWrapper element props"
|
|
2395
2550
|
},
|
|
2396
2551
|
{
|
|
2397
|
-
"name": "
|
|
2398
|
-
"description": "Default:
|
|
2552
|
+
"name": "z-index",
|
|
2553
|
+
"description": "Default: 1000\n\nThe z-index of the Modal"
|
|
2399
2554
|
}
|
|
2400
2555
|
]
|
|
2401
2556
|
},
|
|
2402
2557
|
{
|
|
2403
|
-
"name": "a-
|
|
2404
|
-
"description": "(ZH)
|
|
2558
|
+
"name": "a-pagination",
|
|
2559
|
+
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2405
2560
|
"attributes": [
|
|
2561
|
+
{
|
|
2562
|
+
"name": "align",
|
|
2563
|
+
"description": "Default: -\n\nAlignment of pagination"
|
|
2564
|
+
},
|
|
2406
2565
|
{
|
|
2407
2566
|
"name": "classes",
|
|
2408
2567
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2409
2568
|
},
|
|
2410
2569
|
{
|
|
2411
|
-
"name": "
|
|
2412
|
-
"description": "Default: -\n\
|
|
2570
|
+
"name": "current",
|
|
2571
|
+
"description": "Default: -\n\nCurrent page number"
|
|
2413
2572
|
},
|
|
2414
2573
|
{
|
|
2415
|
-
"name": "
|
|
2416
|
-
"description": "Default:
|
|
2574
|
+
"name": "default-current",
|
|
2575
|
+
"description": "Default: 1\n\nDefault initial page number"
|
|
2417
2576
|
},
|
|
2418
2577
|
{
|
|
2419
|
-
"name": "default-
|
|
2420
|
-
"description": "Default:
|
|
2578
|
+
"name": "default-page-size",
|
|
2579
|
+
"description": "Default: 10\n\nDefault number of data items per page"
|
|
2421
2580
|
},
|
|
2422
2581
|
{
|
|
2423
|
-
"name": "
|
|
2424
|
-
"description": "Default: -\n\
|
|
2582
|
+
"name": "disabled",
|
|
2583
|
+
"description": "Default: -\n\nDisable pagination"
|
|
2425
2584
|
},
|
|
2426
2585
|
{
|
|
2427
|
-
"name": "
|
|
2428
|
-
"description": "Default:
|
|
2586
|
+
"name": "hide-on-single-page",
|
|
2587
|
+
"description": "Default: false\n\nWhether to hide pager on single page"
|
|
2429
2588
|
},
|
|
2430
2589
|
{
|
|
2431
|
-
"name": "
|
|
2432
|
-
"description": "Default:
|
|
2590
|
+
"name": "item-render",
|
|
2591
|
+
"description": "Default: -\n\nTo customize item's innerHTML"
|
|
2433
2592
|
},
|
|
2434
2593
|
{
|
|
2435
|
-
"name": "
|
|
2436
|
-
"description": "Default: -\n\
|
|
2594
|
+
"name": "page-size",
|
|
2595
|
+
"description": "Default: -\n\nNumber of data items per page"
|
|
2437
2596
|
},
|
|
2438
2597
|
{
|
|
2439
|
-
"name": "
|
|
2440
|
-
"description": "Default:
|
|
2598
|
+
"name": "page-size-options",
|
|
2599
|
+
"description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
|
|
2441
2600
|
},
|
|
2442
2601
|
{
|
|
2443
|
-
"name": "
|
|
2444
|
-
"description": "Default: -\n\
|
|
2602
|
+
"name": "responsive",
|
|
2603
|
+
"description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
|
|
2445
2604
|
},
|
|
2446
2605
|
{
|
|
2447
|
-
"name": "
|
|
2448
|
-
"description": "Default:
|
|
2606
|
+
"name": "root-class",
|
|
2607
|
+
"description": "Default: -\n\nRoot container class"
|
|
2449
2608
|
},
|
|
2450
2609
|
{
|
|
2451
|
-
"name": "
|
|
2452
|
-
"description": "Default: false\n\
|
|
2610
|
+
"name": "show-less-items",
|
|
2611
|
+
"description": "Default: false\n\nShow less page items"
|
|
2453
2612
|
},
|
|
2454
2613
|
{
|
|
2455
|
-
"name": "
|
|
2456
|
-
"description": "Default:
|
|
2614
|
+
"name": "show-quick-jumper",
|
|
2615
|
+
"description": "Default: false\n\nDetermine whether you can jump to pages directly"
|
|
2457
2616
|
},
|
|
2458
2617
|
{
|
|
2459
|
-
"name": "
|
|
2460
|
-
"description": "Default: -\n\
|
|
2618
|
+
"name": "show-size-changer",
|
|
2619
|
+
"description": "Default: -\n\nDetermine whether to show pageSize select"
|
|
2461
2620
|
},
|
|
2462
2621
|
{
|
|
2463
|
-
"name": "
|
|
2464
|
-
"description": "Default:
|
|
2622
|
+
"name": "total-boundary-show-size-changer",
|
|
2623
|
+
"description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
|
|
2465
2624
|
},
|
|
2466
2625
|
{
|
|
2467
|
-
"name": "
|
|
2468
|
-
"description": "Default:
|
|
2626
|
+
"name": "show-title",
|
|
2627
|
+
"description": "Default: true\n\nShow page item's title"
|
|
2469
2628
|
},
|
|
2470
2629
|
{
|
|
2471
|
-
"name": "
|
|
2472
|
-
"description": "Default:
|
|
2630
|
+
"name": "show-total",
|
|
2631
|
+
"description": "Default: -\n\nTo display the total number and range"
|
|
2473
2632
|
},
|
|
2474
2633
|
{
|
|
2475
|
-
"name": "
|
|
2476
|
-
"description": "Default:
|
|
2634
|
+
"name": "simple",
|
|
2635
|
+
"description": "Default: -\n\nWhether to use simple mode"
|
|
2477
2636
|
},
|
|
2478
2637
|
{
|
|
2479
|
-
"name": "
|
|
2480
|
-
"description": "Default:
|
|
2638
|
+
"name": "size",
|
|
2639
|
+
"description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
|
|
2481
2640
|
},
|
|
2482
2641
|
{
|
|
2483
|
-
"name": "
|
|
2484
|
-
"description": "Default:
|
|
2642
|
+
"name": "styles",
|
|
2643
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2485
2644
|
},
|
|
2486
2645
|
{
|
|
2487
|
-
"name": "
|
|
2488
|
-
"description": "Default:
|
|
2646
|
+
"name": "total",
|
|
2647
|
+
"description": "Default: 0\n\nTotal number of data items"
|
|
2489
2648
|
},
|
|
2490
2649
|
{
|
|
2491
|
-
"name": "
|
|
2492
|
-
"description": "Default: -\n\
|
|
2650
|
+
"name": "locale",
|
|
2651
|
+
"description": "Default: -\n\nPagination locale"
|
|
2493
2652
|
},
|
|
2494
2653
|
{
|
|
2495
|
-
"name": "
|
|
2496
|
-
"description": "Default: -\n\nCustom
|
|
2654
|
+
"name": "prev-icon",
|
|
2655
|
+
"description": "Default: -\n\nCustom previous icon"
|
|
2497
2656
|
},
|
|
2498
2657
|
{
|
|
2499
|
-
"name": "
|
|
2500
|
-
"description": "Default: -\n\nCustom
|
|
2658
|
+
"name": "next-icon",
|
|
2659
|
+
"description": "Default: -\n\nCustom next icon"
|
|
2501
2660
|
},
|
|
2502
2661
|
{
|
|
2503
|
-
"name": "
|
|
2504
|
-
"description": "Default: -\n\nCustom
|
|
2662
|
+
"name": "jump-prev-icon",
|
|
2663
|
+
"description": "Default: -\n\nCustom jump-prev icon"
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"name": "jump-next-icon",
|
|
2667
|
+
"description": "Default: -\n\nCustom jump-next icon"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"name": "select-component-class",
|
|
2671
|
+
"description": "Default: -\n\nDeprecated, not official support"
|
|
2505
2672
|
}
|
|
2506
2673
|
]
|
|
2507
2674
|
},
|
|
2508
2675
|
{
|
|
2509
|
-
"name": "a-
|
|
2510
|
-
"description": "
|
|
2511
|
-
"attributes": []
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "a-arguments",
|
|
2515
|
-
"description": "Display global messages as feedback in response to user operations.",
|
|
2516
|
-
"attributes": []
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"name": "a-config",
|
|
2520
|
-
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2521
|
-
"attributes": []
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"name": "a-global-configuration",
|
|
2525
|
-
"description": "Prompt notification message globally.",
|
|
2526
|
-
"attributes": []
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "a-静态方法",
|
|
2530
|
-
"description": "全局展示通知提醒信息。",
|
|
2531
|
-
"attributes": []
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "a-参数",
|
|
2535
|
-
"description": "全局展示操作反馈信息。",
|
|
2536
|
-
"attributes": []
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"name": "a-全局配置",
|
|
2540
|
-
"description": "全局展示通知提醒信息。",
|
|
2541
|
-
"attributes": []
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "a-mentions",
|
|
2545
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2676
|
+
"name": "a-input",
|
|
2677
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2546
2678
|
"attributes": [
|
|
2547
2679
|
{
|
|
2548
|
-
"name": "
|
|
2549
|
-
"description": "Default:
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "status",
|
|
2553
|
-
"description": "Default: -\n\nSet validation status"
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"name": "options",
|
|
2557
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "popup-class-name",
|
|
2561
|
-
"description": "Default: -\n\n-"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "variant",
|
|
2565
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2680
|
+
"name": "allow-clear",
|
|
2681
|
+
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
2566
2682
|
},
|
|
2567
2683
|
{
|
|
2568
2684
|
"name": "classes",
|
|
2569
2685
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2570
2686
|
},
|
|
2571
2687
|
{
|
|
2572
|
-
"name": "
|
|
2573
|
-
"description": "Default: -\n\
|
|
2688
|
+
"name": "count",
|
|
2689
|
+
"description": "Default: -\n\nCharacter count config"
|
|
2574
2690
|
},
|
|
2575
2691
|
{
|
|
2576
|
-
"name": "
|
|
2577
|
-
"description": "Default: -\n\
|
|
2692
|
+
"name": "default-value",
|
|
2693
|
+
"description": "Default: -\n\nThe initial input content"
|
|
2578
2694
|
},
|
|
2579
2695
|
{
|
|
2580
|
-
"name": "
|
|
2581
|
-
"description": "Default:
|
|
2696
|
+
"name": "disabled",
|
|
2697
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
2582
2698
|
},
|
|
2583
2699
|
{
|
|
2584
|
-
"name": "
|
|
2585
|
-
"description": "Default:
|
|
2700
|
+
"name": "id",
|
|
2701
|
+
"description": "Default: -\n\nThe ID for input"
|
|
2586
2702
|
},
|
|
2587
2703
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"description": "Default: -\n\
|
|
2590
|
-
}
|
|
2591
|
-
]
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "a-args-props",
|
|
2595
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2596
|
-
"attributes": []
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"name": "a-notification-use-notification",
|
|
2600
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2601
|
-
"attributes": []
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"name": "a-closable-type",
|
|
2605
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2606
|
-
"attributes": []
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"name": "a-modal",
|
|
2610
|
-
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
2611
|
-
"attributes": [
|
|
2612
|
-
{
|
|
2613
|
-
"name": "after-close",
|
|
2614
|
-
"description": "Default: -\n\nSpecify a function that will be called when modal is closed completely"
|
|
2704
|
+
"name": "maxlength",
|
|
2705
|
+
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
2615
2706
|
},
|
|
2616
2707
|
{
|
|
2617
|
-
"name": "
|
|
2618
|
-
"description": "Default: -\n\
|
|
2708
|
+
"name": "prefix",
|
|
2709
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2619
2710
|
},
|
|
2620
2711
|
{
|
|
2621
|
-
"name": "
|
|
2622
|
-
"description": "Default:
|
|
2712
|
+
"name": "show-count",
|
|
2713
|
+
"description": "Default: false\n\nWhether to show character count"
|
|
2623
2714
|
},
|
|
2624
2715
|
{
|
|
2625
|
-
"name": "
|
|
2626
|
-
"description": "Default:
|
|
2716
|
+
"name": "status",
|
|
2717
|
+
"description": "Default: -\n\nSet validation status"
|
|
2627
2718
|
},
|
|
2628
2719
|
{
|
|
2629
|
-
"name": "
|
|
2630
|
-
"description": "Default:
|
|
2720
|
+
"name": "styles",
|
|
2721
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2631
2722
|
},
|
|
2632
2723
|
{
|
|
2633
|
-
"name": "
|
|
2634
|
-
"description": "Default: -\n\
|
|
2724
|
+
"name": "size",
|
|
2725
|
+
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
2635
2726
|
},
|
|
2636
2727
|
{
|
|
2637
|
-
"name": "
|
|
2638
|
-
"description": "Default:
|
|
2728
|
+
"name": "suffix",
|
|
2729
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2639
2730
|
},
|
|
2640
2731
|
{
|
|
2641
|
-
"name": "
|
|
2642
|
-
"description": "Default:
|
|
2732
|
+
"name": "type",
|
|
2733
|
+
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
2643
2734
|
},
|
|
2644
2735
|
{
|
|
2645
|
-
"name": "
|
|
2646
|
-
"description": "Default:
|
|
2736
|
+
"name": "value",
|
|
2737
|
+
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
2647
2738
|
},
|
|
2648
2739
|
{
|
|
2649
|
-
"name": "
|
|
2650
|
-
"description": "Default:
|
|
2651
|
-
}
|
|
2740
|
+
"name": "variant",
|
|
2741
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "a-text-area",
|
|
2747
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2748
|
+
"attributes": [
|
|
2652
2749
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"description": "Default:
|
|
2750
|
+
"name": "auto-size",
|
|
2751
|
+
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
2655
2752
|
},
|
|
2656
2753
|
{
|
|
2657
|
-
"name": "
|
|
2658
|
-
"description": "Default:
|
|
2754
|
+
"name": "classes",
|
|
2755
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2659
2756
|
},
|
|
2660
2757
|
{
|
|
2661
|
-
"name": "
|
|
2662
|
-
"description": "Default:
|
|
2663
|
-
}
|
|
2758
|
+
"name": "styles",
|
|
2759
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2760
|
+
}
|
|
2761
|
+
]
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "a-input-search",
|
|
2765
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2766
|
+
"attributes": [
|
|
2664
2767
|
{
|
|
2665
|
-
"name": "
|
|
2666
|
-
"description": "Default:
|
|
2768
|
+
"name": "classes",
|
|
2769
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2667
2770
|
},
|
|
2668
2771
|
{
|
|
2669
|
-
"name": "
|
|
2670
|
-
"description": "Default:
|
|
2772
|
+
"name": "enter-button",
|
|
2773
|
+
"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."
|
|
2671
2774
|
},
|
|
2672
2775
|
{
|
|
2673
2776
|
"name": "loading",
|
|
2674
|
-
"description": "Default: false\n\
|
|
2777
|
+
"description": "Default: false\n\nSearch box with loading"
|
|
2675
2778
|
},
|
|
2676
2779
|
{
|
|
2677
|
-
"name": "
|
|
2678
|
-
"description": "Default:
|
|
2679
|
-
}
|
|
2780
|
+
"name": "styles",
|
|
2781
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2782
|
+
}
|
|
2783
|
+
]
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "a-input-password",
|
|
2787
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2788
|
+
"attributes": [
|
|
2680
2789
|
{
|
|
2681
|
-
"name": "
|
|
2682
|
-
"description": "Default:
|
|
2790
|
+
"name": "classes",
|
|
2791
|
+
"description": "Default: -\n\nSemantic DOM class"
|
|
2683
2792
|
},
|
|
2684
2793
|
{
|
|
2685
|
-
"name": "
|
|
2686
|
-
"description": "Default:
|
|
2794
|
+
"name": "icon-render",
|
|
2795
|
+
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
2687
2796
|
},
|
|
2688
2797
|
{
|
|
2689
|
-
"name": "
|
|
2690
|
-
"description": "Default: -\n\
|
|
2798
|
+
"name": "styles",
|
|
2799
|
+
"description": "Default: -\n\nSemantic DOM style"
|
|
2691
2800
|
},
|
|
2692
2801
|
{
|
|
2693
|
-
"name": "
|
|
2694
|
-
"description": "Default:
|
|
2695
|
-
}
|
|
2802
|
+
"name": "visibility-toggle",
|
|
2803
|
+
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
2804
|
+
}
|
|
2805
|
+
]
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "a-input-otp",
|
|
2809
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2810
|
+
"attributes": [
|
|
2696
2811
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"description": "Default:
|
|
2812
|
+
"name": "classes",
|
|
2813
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2699
2814
|
},
|
|
2700
2815
|
{
|
|
2701
|
-
"name": "
|
|
2702
|
-
"description": "Default:
|
|
2816
|
+
"name": "default-value",
|
|
2817
|
+
"description": "Default: -\n\nDefault value"
|
|
2703
2818
|
},
|
|
2704
2819
|
{
|
|
2705
|
-
"name": "
|
|
2706
|
-
"description": "Default: false\n\nWhether the
|
|
2820
|
+
"name": "disabled",
|
|
2821
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
2707
2822
|
},
|
|
2708
2823
|
{
|
|
2709
|
-
"name": "
|
|
2710
|
-
"description": "Default: -\n\
|
|
2824
|
+
"name": "formatter",
|
|
2825
|
+
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
2711
2826
|
},
|
|
2712
2827
|
{
|
|
2713
|
-
"name": "
|
|
2714
|
-
"description": "Default: -\n\
|
|
2828
|
+
"name": "separator",
|
|
2829
|
+
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
2715
2830
|
},
|
|
2716
2831
|
{
|
|
2717
2832
|
"name": "styles",
|
|
2718
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "title",
|
|
2722
|
-
"description": "Default: -\n\nThe modal dialog's title"
|
|
2833
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2723
2834
|
},
|
|
2724
2835
|
{
|
|
2725
|
-
"name": "
|
|
2726
|
-
"description": "Default:
|
|
2836
|
+
"name": "mask",
|
|
2837
|
+
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
2727
2838
|
},
|
|
2728
2839
|
{
|
|
2729
|
-
"name": "
|
|
2730
|
-
"description": "Default:
|
|
2840
|
+
"name": "length",
|
|
2841
|
+
"description": "Default: 6\n\nThe number of input elements"
|
|
2731
2842
|
},
|
|
2732
2843
|
{
|
|
2733
|
-
"name": "
|
|
2734
|
-
"description": "Default:
|
|
2844
|
+
"name": "status",
|
|
2845
|
+
"description": "Default: -\n\nSet validation status"
|
|
2735
2846
|
},
|
|
2736
2847
|
{
|
|
2737
|
-
"name": "
|
|
2738
|
-
"description": "Default:
|
|
2848
|
+
"name": "size",
|
|
2849
|
+
"description": "Default: middle\n\nThe size of the input box"
|
|
2739
2850
|
},
|
|
2740
2851
|
{
|
|
2741
|
-
"name": "
|
|
2742
|
-
"description": "Default:
|
|
2852
|
+
"name": "variant",
|
|
2853
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2743
2854
|
},
|
|
2744
2855
|
{
|
|
2745
|
-
"name": "
|
|
2746
|
-
"description": "Default:
|
|
2856
|
+
"name": "value",
|
|
2857
|
+
"description": "Default: -\n\nThe input content value"
|
|
2747
2858
|
}
|
|
2748
2859
|
]
|
|
2749
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "a-types",
|
|
2863
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2864
|
+
"attributes": []
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"name": "a-args-props",
|
|
2868
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2869
|
+
"attributes": []
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"name": "a-notification-use-notification",
|
|
2873
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2874
|
+
"attributes": []
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "a-closable-type",
|
|
2878
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2879
|
+
"attributes": []
|
|
2880
|
+
},
|
|
2750
2881
|
{
|
|
2751
2882
|
"name": "a-popover",
|
|
2752
2883
|
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
@@ -2824,186 +2955,72 @@
|
|
|
2824
2955
|
]
|
|
2825
2956
|
},
|
|
2826
2957
|
{
|
|
2827
|
-
"name": "a-
|
|
2828
|
-
"description": "(ZH)
|
|
2958
|
+
"name": "a-progress",
|
|
2959
|
+
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
2829
2960
|
"attributes": [
|
|
2830
|
-
{
|
|
2831
|
-
"name": "align",
|
|
2832
|
-
"description": "Default: -\n\nAlignment of pagination"
|
|
2833
|
-
},
|
|
2834
2961
|
{
|
|
2835
2962
|
"name": "classes",
|
|
2836
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"name": "current",
|
|
2840
|
-
"description": "Default: -\n\nCurrent page number"
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"name": "default-current",
|
|
2844
|
-
"description": "Default: 1\n\nDefault initial page number"
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"name": "default-page-size",
|
|
2848
|
-
"description": "Default: 10\n\nDefault number of data items per page"
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"name": "disabled",
|
|
2852
|
-
"description": "Default: -\n\nDisable pagination"
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "hide-on-single-page",
|
|
2856
|
-
"description": "Default: false\n\nWhether to hide pager on single page"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "item-render",
|
|
2860
|
-
"description": "Default: -\n\nTo customize item's innerHTML"
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
"name": "page-size",
|
|
2864
|
-
"description": "Default: -\n\nNumber of data items per page"
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"name": "page-size-options",
|
|
2868
|
-
"description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
|
|
2963
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2869
2964
|
},
|
|
2870
2965
|
{
|
|
2871
|
-
"name": "
|
|
2872
|
-
"description": "Default: -\n\
|
|
2966
|
+
"name": "styles",
|
|
2967
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2873
2968
|
},
|
|
2874
2969
|
{
|
|
2875
2970
|
"name": "root-class",
|
|
2876
2971
|
"description": "Default: -\n\nRoot container class"
|
|
2877
2972
|
},
|
|
2878
|
-
{
|
|
2879
|
-
"name": "show-less-items",
|
|
2880
|
-
"description": "Default: false\n\nShow less page items"
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"name": "show-quick-jumper",
|
|
2884
|
-
"description": "Default: false\n\nDetermine whether you can jump to pages directly"
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
"name": "show-size-changer",
|
|
2888
|
-
"description": "Default: -\n\nDetermine whether to show pageSize select"
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"name": "total-boundary-show-size-changer",
|
|
2892
|
-
"description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"name": "show-title",
|
|
2896
|
-
"description": "Default: true\n\nShow page item's title"
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"name": "show-total",
|
|
2900
|
-
"description": "Default: -\n\nTo display the total number and range"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "simple",
|
|
2904
|
-
"description": "Default: -\n\nWhether to use simple mode"
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"name": "size",
|
|
2908
|
-
"description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"name": "styles",
|
|
2912
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"name": "total",
|
|
2916
|
-
"description": "Default: 0\n\nTotal number of data items"
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"name": "locale",
|
|
2920
|
-
"description": "Default: -\n\nPagination locale"
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"name": "prev-icon",
|
|
2924
|
-
"description": "Default: -\n\nCustom previous icon"
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"name": "next-icon",
|
|
2928
|
-
"description": "Default: -\n\nCustom next icon"
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"name": "jump-prev-icon",
|
|
2932
|
-
"description": "Default: -\n\nCustom jump-prev icon"
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"name": "jump-next-icon",
|
|
2936
|
-
"description": "Default: -\n\nCustom jump-next icon"
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"name": "select-component-class",
|
|
2940
|
-
"description": "Default: -\n\nDeprecated, not official support"
|
|
2941
|
-
}
|
|
2942
|
-
]
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"name": "a-qrcode",
|
|
2946
|
-
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
2947
|
-
"attributes": [
|
|
2948
|
-
{
|
|
2949
|
-
"name": "value",
|
|
2950
|
-
"description": "Default: -\n\nscanned text"
|
|
2951
|
-
},
|
|
2952
2973
|
{
|
|
2953
2974
|
"name": "type",
|
|
2954
|
-
"description": "Default:
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"name": "icon",
|
|
2958
|
-
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
2975
|
+
"description": "Default: line\n\nTo set the type, options: line circle dashboard"
|
|
2959
2976
|
},
|
|
2960
2977
|
{
|
|
2961
|
-
"name": "
|
|
2962
|
-
"description": "Default:
|
|
2978
|
+
"name": "percent",
|
|
2979
|
+
"description": "Default: 0\n\nTo set the completion percentage"
|
|
2963
2980
|
},
|
|
2964
2981
|
{
|
|
2965
|
-
"name": "
|
|
2966
|
-
"description": "Default:
|
|
2982
|
+
"name": "format",
|
|
2983
|
+
"description": "Default: (percent) => percent + %\n\nThe template function of the content"
|
|
2967
2984
|
},
|
|
2968
2985
|
{
|
|
2969
|
-
"name": "
|
|
2970
|
-
"description": "Default:
|
|
2986
|
+
"name": "status",
|
|
2987
|
+
"description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
|
|
2971
2988
|
},
|
|
2972
2989
|
{
|
|
2973
|
-
"name": "
|
|
2974
|
-
"description": "Default:
|
|
2990
|
+
"name": "show-info",
|
|
2991
|
+
"description": "Default: true\n\nWhether to display the progress value and the status icon"
|
|
2975
2992
|
},
|
|
2976
2993
|
{
|
|
2977
|
-
"name": "
|
|
2978
|
-
"description": "Default:
|
|
2994
|
+
"name": "stroke-width",
|
|
2995
|
+
"description": "Default: -\n\n-"
|
|
2979
2996
|
},
|
|
2980
2997
|
{
|
|
2981
|
-
"name": "
|
|
2982
|
-
"description": "Default:
|
|
2998
|
+
"name": "stroke-linecap",
|
|
2999
|
+
"description": "Default: round\n\nTo set the style of the progress linecap"
|
|
2983
3000
|
},
|
|
2984
3001
|
{
|
|
2985
|
-
"name": "
|
|
2986
|
-
"description": "Default:
|
|
3002
|
+
"name": "stroke-color",
|
|
3003
|
+
"description": "Default: -\n\nThe color of progress bar"
|
|
2987
3004
|
},
|
|
2988
3005
|
{
|
|
2989
|
-
"name": "
|
|
2990
|
-
"description": "Default:
|
|
3006
|
+
"name": "rail-color",
|
|
3007
|
+
"description": "Default: -\n\nThe color of unfilled part"
|
|
2991
3008
|
},
|
|
2992
3009
|
{
|
|
2993
|
-
"name": "
|
|
2994
|
-
"description": "Default:
|
|
3010
|
+
"name": "success",
|
|
3011
|
+
"description": "Default: -\n\nConfigs of successfully progress bar"
|
|
2995
3012
|
},
|
|
2996
3013
|
{
|
|
2997
|
-
"name": "
|
|
2998
|
-
"description": "Default:
|
|
3014
|
+
"name": "trail-color",
|
|
3015
|
+
"description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
|
|
2999
3016
|
},
|
|
3000
3017
|
{
|
|
3001
|
-
"name": "
|
|
3002
|
-
"description": "Default: -\n\
|
|
3018
|
+
"name": "width",
|
|
3019
|
+
"description": "Default: -\n\nDeprecated. Use size instead"
|
|
3003
3020
|
},
|
|
3004
3021
|
{
|
|
3005
|
-
"name": "
|
|
3006
|
-
"description": "Default:
|
|
3022
|
+
"name": "size",
|
|
3023
|
+
"description": "Default: default\n\nProgress size"
|
|
3007
3024
|
}
|
|
3008
3025
|
]
|
|
3009
3026
|
},
|
|
@@ -3092,156 +3109,140 @@
|
|
|
3092
3109
|
]
|
|
3093
3110
|
},
|
|
3094
3111
|
{
|
|
3095
|
-
"name": "a-
|
|
3096
|
-
"description": "(ZH)
|
|
3112
|
+
"name": "a-rate",
|
|
3113
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3097
3114
|
"attributes": [
|
|
3098
3115
|
{
|
|
3099
|
-
"name": "
|
|
3100
|
-
"description": "Default:
|
|
3116
|
+
"name": "allow-clear",
|
|
3117
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3101
3118
|
},
|
|
3102
3119
|
{
|
|
3103
|
-
"name": "
|
|
3104
|
-
"description": "Default:
|
|
3120
|
+
"name": "allow-half",
|
|
3121
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3105
3122
|
},
|
|
3106
3123
|
{
|
|
3107
|
-
"name": "
|
|
3108
|
-
"description": "Default: -\n\
|
|
3124
|
+
"name": "character",
|
|
3125
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3109
3126
|
},
|
|
3110
3127
|
{
|
|
3111
|
-
"name": "
|
|
3112
|
-
"description": "Default:
|
|
3128
|
+
"name": "class-name",
|
|
3129
|
+
"description": "Default: -\n\nThe custom class name of rate"
|
|
3113
3130
|
},
|
|
3114
3131
|
{
|
|
3115
|
-
"name": "
|
|
3116
|
-
"description": "Default:
|
|
3132
|
+
"name": "count",
|
|
3133
|
+
"description": "Default: 5\n\nStar count"
|
|
3117
3134
|
},
|
|
3118
3135
|
{
|
|
3119
|
-
"name": "
|
|
3120
|
-
"description": "Default:
|
|
3136
|
+
"name": "disabled",
|
|
3137
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3121
3138
|
},
|
|
3122
3139
|
{
|
|
3123
|
-
"name": "
|
|
3124
|
-
"description": "Default:
|
|
3125
|
-
}
|
|
3126
|
-
]
|
|
3127
|
-
},
|
|
3128
|
-
{
|
|
3129
|
-
"name": "a-progress",
|
|
3130
|
-
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
3131
|
-
"attributes": [
|
|
3132
|
-
{
|
|
3133
|
-
"name": "classes",
|
|
3134
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3140
|
+
"name": "keyboard",
|
|
3141
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3135
3142
|
},
|
|
3136
3143
|
{
|
|
3137
|
-
"name": "
|
|
3138
|
-
"description": "Default:
|
|
3144
|
+
"name": "size",
|
|
3145
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3139
3146
|
},
|
|
3140
3147
|
{
|
|
3141
|
-
"name": "
|
|
3142
|
-
"description": "Default: -\n\
|
|
3148
|
+
"name": "style",
|
|
3149
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3143
3150
|
},
|
|
3144
3151
|
{
|
|
3145
|
-
"name": "
|
|
3146
|
-
"description": "Default:
|
|
3152
|
+
"name": "tooltips",
|
|
3153
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3147
3154
|
},
|
|
3148
3155
|
{
|
|
3149
|
-
"name": "
|
|
3150
|
-
"description": "Default:
|
|
3156
|
+
"name": "value",
|
|
3157
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3158
|
+
}
|
|
3159
|
+
]
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "a-segmented",
|
|
3163
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3164
|
+
"attributes": [
|
|
3165
|
+
{
|
|
3166
|
+
"name": "block",
|
|
3167
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3151
3168
|
},
|
|
3152
3169
|
{
|
|
3153
|
-
"name": "
|
|
3154
|
-
"description": "Default:
|
|
3170
|
+
"name": "classes",
|
|
3171
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3155
3172
|
},
|
|
3156
3173
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"description": "Default: -\n\
|
|
3174
|
+
"name": "default-value",
|
|
3175
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3159
3176
|
},
|
|
3160
3177
|
{
|
|
3161
|
-
"name": "
|
|
3162
|
-
"description": "Default:
|
|
3178
|
+
"name": "disabled",
|
|
3179
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3163
3180
|
},
|
|
3164
3181
|
{
|
|
3165
|
-
"name": "
|
|
3166
|
-
"description": "Default:
|
|
3182
|
+
"name": "options",
|
|
3183
|
+
"description": "Default: []\n\nSet children optional"
|
|
3167
3184
|
},
|
|
3168
3185
|
{
|
|
3169
|
-
"name": "
|
|
3170
|
-
"description": "Default:
|
|
3186
|
+
"name": "orientation",
|
|
3187
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3171
3188
|
},
|
|
3172
3189
|
{
|
|
3173
|
-
"name": "
|
|
3174
|
-
"description": "Default:
|
|
3190
|
+
"name": "size",
|
|
3191
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3175
3192
|
},
|
|
3176
3193
|
{
|
|
3177
|
-
"name": "
|
|
3178
|
-
"description": "Default: -\n\
|
|
3194
|
+
"name": "styles",
|
|
3195
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3179
3196
|
},
|
|
3180
3197
|
{
|
|
3181
|
-
"name": "
|
|
3182
|
-
"description": "Default:
|
|
3198
|
+
"name": "vertical",
|
|
3199
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3183
3200
|
},
|
|
3184
3201
|
{
|
|
3185
|
-
"name": "
|
|
3186
|
-
"description": "Default: -\n\
|
|
3202
|
+
"name": "value",
|
|
3203
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3187
3204
|
},
|
|
3188
3205
|
{
|
|
3189
|
-
"name": "
|
|
3190
|
-
"description": "Default:
|
|
3206
|
+
"name": "shape",
|
|
3207
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3191
3208
|
},
|
|
3192
3209
|
{
|
|
3193
|
-
"name": "
|
|
3194
|
-
"description": "Default:
|
|
3210
|
+
"name": "name",
|
|
3211
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3195
3212
|
}
|
|
3196
3213
|
]
|
|
3197
3214
|
},
|
|
3198
3215
|
{
|
|
3199
|
-
"name": "a-
|
|
3200
|
-
"description": "(ZH)
|
|
3216
|
+
"name": "a-result",
|
|
3217
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3201
3218
|
"attributes": [
|
|
3202
3219
|
{
|
|
3203
|
-
"name": "
|
|
3204
|
-
"description": "Default:
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "allow-half",
|
|
3208
|
-
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "character",
|
|
3212
|
-
"description": "Default: -\n\nThe custom character of rate"
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "class-name",
|
|
3216
|
-
"description": "Default: -\n\nThe custom class name of rate"
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"name": "count",
|
|
3220
|
-
"description": "Default: 5\n\nStar count"
|
|
3220
|
+
"name": "classes",
|
|
3221
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3221
3222
|
},
|
|
3222
3223
|
{
|
|
3223
|
-
"name": "
|
|
3224
|
-
"description": "Default:
|
|
3224
|
+
"name": "extra",
|
|
3225
|
+
"description": "Default: -\n\nOperating area"
|
|
3225
3226
|
},
|
|
3226
3227
|
{
|
|
3227
|
-
"name": "
|
|
3228
|
-
"description": "Default:
|
|
3228
|
+
"name": "icon",
|
|
3229
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3229
3230
|
},
|
|
3230
3231
|
{
|
|
3231
|
-
"name": "
|
|
3232
|
-
"description": "Default:
|
|
3232
|
+
"name": "status",
|
|
3233
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3233
3234
|
},
|
|
3234
3235
|
{
|
|
3235
|
-
"name": "
|
|
3236
|
-
"description": "Default: -\n\
|
|
3236
|
+
"name": "styles",
|
|
3237
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3237
3238
|
},
|
|
3238
3239
|
{
|
|
3239
|
-
"name": "
|
|
3240
|
-
"description": "Default: -\n\
|
|
3240
|
+
"name": "sub-title",
|
|
3241
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3241
3242
|
},
|
|
3242
3243
|
{
|
|
3243
|
-
"name": "
|
|
3244
|
-
"description": "Default: -\n\nThe
|
|
3244
|
+
"name": "title",
|
|
3245
|
+
"description": "Default: -\n\nThe title"
|
|
3245
3246
|
}
|
|
3246
3247
|
]
|
|
3247
3248
|
},
|
|
@@ -3406,32 +3407,98 @@
|
|
|
3406
3407
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3407
3408
|
},
|
|
3408
3409
|
{
|
|
3409
|
-
"name": "suffix-icon",
|
|
3410
|
-
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3410
|
+
"name": "suffix-icon",
|
|
3411
|
+
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "tag-render",
|
|
3415
|
+
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "label-render",
|
|
3419
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "token-separators",
|
|
3423
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "value",
|
|
3427
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"name": "variant",
|
|
3431
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "virtual",
|
|
3435
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3436
|
+
}
|
|
3437
|
+
]
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"name": "a-qrcode",
|
|
3441
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
3442
|
+
"attributes": [
|
|
3443
|
+
{
|
|
3444
|
+
"name": "value",
|
|
3445
|
+
"description": "Default: -\n\nscanned text"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"name": "type",
|
|
3449
|
+
"description": "Default: canvas\n\nrender type"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "icon",
|
|
3453
|
+
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "size",
|
|
3457
|
+
"description": "Default: 160\n\nQRCode size"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "icon-size",
|
|
3461
|
+
"description": "Default: 40\n\ninclude image size"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "color",
|
|
3465
|
+
"description": "Default: #000\n\nQRCode Color"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "classes",
|
|
3469
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "bg-color",
|
|
3473
|
+
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "margin-size",
|
|
3477
|
+
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3411
3478
|
},
|
|
3412
3479
|
{
|
|
3413
|
-
"name": "
|
|
3414
|
-
"description": "Default:
|
|
3480
|
+
"name": "bordered",
|
|
3481
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3415
3482
|
},
|
|
3416
3483
|
{
|
|
3417
|
-
"name": "
|
|
3418
|
-
"description": "Default:
|
|
3484
|
+
"name": "error-level",
|
|
3485
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3419
3486
|
},
|
|
3420
3487
|
{
|
|
3421
|
-
"name": "
|
|
3422
|
-
"description": "Default:
|
|
3488
|
+
"name": "boost-level",
|
|
3489
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3423
3490
|
},
|
|
3424
3491
|
{
|
|
3425
|
-
"name": "
|
|
3426
|
-
"description": "Default:
|
|
3492
|
+
"name": "status",
|
|
3493
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3427
3494
|
},
|
|
3428
3495
|
{
|
|
3429
|
-
"name": "
|
|
3430
|
-
"description": "Default:
|
|
3496
|
+
"name": "status-render",
|
|
3497
|
+
"description": "Default: -\n\ncustom status render"
|
|
3431
3498
|
},
|
|
3432
3499
|
{
|
|
3433
|
-
"name": "
|
|
3434
|
-
"description": "Default:
|
|
3500
|
+
"name": "styles",
|
|
3501
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3435
3502
|
}
|
|
3436
3503
|
]
|
|
3437
3504
|
},
|
|
@@ -3487,7 +3554,7 @@
|
|
|
3487
3554
|
},
|
|
3488
3555
|
{
|
|
3489
3556
|
"name": "size",
|
|
3490
|
-
"description": "Default:
|
|
3557
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3491
3558
|
},
|
|
3492
3559
|
{
|
|
3493
3560
|
"name": "classes",
|
|
@@ -3541,7 +3608,7 @@
|
|
|
3541
3608
|
},
|
|
3542
3609
|
{
|
|
3543
3610
|
"name": "size",
|
|
3544
|
-
"description": "Default:
|
|
3611
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3545
3612
|
},
|
|
3546
3613
|
{
|
|
3547
3614
|
"name": "classes",
|
|
@@ -3563,7 +3630,7 @@
|
|
|
3563
3630
|
},
|
|
3564
3631
|
{
|
|
3565
3632
|
"name": "size",
|
|
3566
|
-
"description": "Default:
|
|
3633
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3567
3634
|
},
|
|
3568
3635
|
{
|
|
3569
3636
|
"name": "classes",
|
|
@@ -3814,72 +3881,6 @@
|
|
|
3814
3881
|
}
|
|
3815
3882
|
]
|
|
3816
3883
|
},
|
|
3817
|
-
{
|
|
3818
|
-
"name": "a-steps",
|
|
3819
|
-
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
3820
|
-
"attributes": [
|
|
3821
|
-
{
|
|
3822
|
-
"name": "classes",
|
|
3823
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "current",
|
|
3827
|
-
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"name": "icon-render",
|
|
3831
|
-
"description": "Default: -\n\nCustom render icon, please use items.icon first"
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"name": "initial",
|
|
3835
|
-
"description": "Default: 0\n\nSet the initial step, counting from 0"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"name": "items",
|
|
3839
|
-
"description": "Default: []\n\nStepItem content"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "orientation",
|
|
3843
|
-
"description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"name": "percent",
|
|
3847
|
-
"description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"name": "progress-dot",
|
|
3851
|
-
"description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"name": "responsive",
|
|
3855
|
-
"description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
|
|
3856
|
-
},
|
|
3857
|
-
{
|
|
3858
|
-
"name": "size",
|
|
3859
|
-
"description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
"name": "status",
|
|
3863
|
-
"description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
|
|
3864
|
-
},
|
|
3865
|
-
{
|
|
3866
|
-
"name": "styles",
|
|
3867
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"name": "title-placement",
|
|
3871
|
-
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"name": "type",
|
|
3875
|
-
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "variant",
|
|
3879
|
-
"description": "Default: filled\n\nConfig style variant"
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
3884
|
{
|
|
3884
3885
|
"name": "a-statistic",
|
|
3885
3886
|
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
@@ -3940,221 +3941,121 @@
|
|
|
3940
3941
|
"attributes": []
|
|
3941
3942
|
},
|
|
3942
3943
|
{
|
|
3943
|
-
"name": "a-
|
|
3944
|
-
"description": "(ZH)
|
|
3945
|
-
"attributes": [
|
|
3946
|
-
{
|
|
3947
|
-
"name": "spinning",
|
|
3948
|
-
"description": "Default: true\n\nWhether Spin is visible"
|
|
3949
|
-
},
|
|
3950
|
-
{
|
|
3951
|
-
"name": "size",
|
|
3952
|
-
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3953
|
-
},
|
|
3954
|
-
{
|
|
3955
|
-
"name": "tip",
|
|
3956
|
-
"description": "Default: -\n\nCustomize description content when Spin has children"
|
|
3957
|
-
},
|
|
3958
|
-
{
|
|
3959
|
-
"name": "delay",
|
|
3960
|
-
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3961
|
-
},
|
|
3962
|
-
{
|
|
3963
|
-
"name": "wrapper-class-name",
|
|
3964
|
-
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3965
|
-
},
|
|
3966
|
-
{
|
|
3967
|
-
"name": "indicator",
|
|
3968
|
-
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"name": "fullscreen",
|
|
3972
|
-
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3973
|
-
},
|
|
3974
|
-
{
|
|
3975
|
-
"name": "percent",
|
|
3976
|
-
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"name": "root-class",
|
|
3980
|
-
"description": "Default: -\n\nRoot container class"
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
"name": "classes",
|
|
3984
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"name": "styles",
|
|
3988
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3989
|
-
}
|
|
3990
|
-
]
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"name": "a-switch",
|
|
3994
|
-
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
3944
|
+
"name": "a-steps",
|
|
3945
|
+
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
3995
3946
|
"attributes": [
|
|
3996
|
-
{
|
|
3997
|
-
"name": "auto-focus",
|
|
3998
|
-
"description": "Default: false\n\nAuto focus when component mounted"
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"name": "checked",
|
|
4002
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"name": "checked-children",
|
|
4006
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4007
|
-
},
|
|
4008
|
-
{
|
|
4009
|
-
"name": "checked-value",
|
|
4010
|
-
"description": "Default: true\n\nThe value when checked"
|
|
4011
|
-
},
|
|
4012
3947
|
{
|
|
4013
3948
|
"name": "classes",
|
|
4014
3949
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4015
3950
|
},
|
|
4016
3951
|
{
|
|
4017
|
-
"name": "
|
|
4018
|
-
"description": "Default:
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"name": "default-value",
|
|
4022
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"name": "disabled",
|
|
4026
|
-
"description": "Default: false\n\nDisable switch"
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"name": "loading",
|
|
4030
|
-
"description": "Default: false\n\nLoading state of switch"
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"name": "size",
|
|
4034
|
-
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"name": "styles",
|
|
4038
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3952
|
+
"name": "current",
|
|
3953
|
+
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
4039
3954
|
},
|
|
4040
3955
|
{
|
|
4041
|
-
"name": "
|
|
4042
|
-
"description": "Default: -\n\
|
|
3956
|
+
"name": "icon-render",
|
|
3957
|
+
"description": "Default: -\n\nCustom render icon, please use items.icon first"
|
|
4043
3958
|
},
|
|
4044
3959
|
{
|
|
4045
|
-
"name": "
|
|
4046
|
-
"description": "Default:
|
|
3960
|
+
"name": "initial",
|
|
3961
|
+
"description": "Default: 0\n\nSet the initial step, counting from 0"
|
|
4047
3962
|
},
|
|
4048
3963
|
{
|
|
4049
|
-
"name": "
|
|
4050
|
-
"description": "Default:
|
|
4051
|
-
}
|
|
4052
|
-
]
|
|
4053
|
-
},
|
|
4054
|
-
{
|
|
4055
|
-
"name": "a-tag",
|
|
4056
|
-
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
4057
|
-
"attributes": [
|
|
4058
|
-
{
|
|
4059
|
-
"name": "closable",
|
|
4060
|
-
"description": "Default: false\n\nWhether the Tag can be closed"
|
|
3964
|
+
"name": "items",
|
|
3965
|
+
"description": "Default: []\n\nStepItem content"
|
|
4061
3966
|
},
|
|
4062
3967
|
{
|
|
4063
|
-
"name": "
|
|
4064
|
-
"description": "Default:
|
|
3968
|
+
"name": "orientation",
|
|
3969
|
+
"description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
|
|
4065
3970
|
},
|
|
4066
3971
|
{
|
|
4067
|
-
"name": "
|
|
4068
|
-
"description": "Default: -\n\
|
|
3972
|
+
"name": "percent",
|
|
3973
|
+
"description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
|
|
4069
3974
|
},
|
|
4070
3975
|
{
|
|
4071
|
-
"name": "
|
|
4072
|
-
"description": "Default:
|
|
3976
|
+
"name": "progress-dot",
|
|
3977
|
+
"description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
|
|
4073
3978
|
},
|
|
4074
3979
|
{
|
|
4075
|
-
"name": "
|
|
4076
|
-
"description": "Default:
|
|
3980
|
+
"name": "responsive",
|
|
3981
|
+
"description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
|
|
4077
3982
|
},
|
|
4078
3983
|
{
|
|
4079
|
-
"name": "
|
|
4080
|
-
"description": "Default:
|
|
3984
|
+
"name": "size",
|
|
3985
|
+
"description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
|
|
4081
3986
|
},
|
|
4082
3987
|
{
|
|
4083
|
-
"name": "
|
|
4084
|
-
"description": "Default:
|
|
3988
|
+
"name": "status",
|
|
3989
|
+
"description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
|
|
4085
3990
|
},
|
|
4086
3991
|
{
|
|
4087
3992
|
"name": "styles",
|
|
4088
3993
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4089
3994
|
},
|
|
4090
3995
|
{
|
|
4091
|
-
"name": "
|
|
4092
|
-
"description": "Default:
|
|
3996
|
+
"name": "title-placement",
|
|
3997
|
+
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
4093
3998
|
},
|
|
4094
3999
|
{
|
|
4095
|
-
"name": "
|
|
4096
|
-
"description": "Default:
|
|
4097
|
-
}
|
|
4098
|
-
]
|
|
4099
|
-
},
|
|
4100
|
-
{
|
|
4101
|
-
"name": "a-checkable-tag",
|
|
4102
|
-
"description": "Used for marking and categorization.",
|
|
4103
|
-
"attributes": [
|
|
4104
|
-
{
|
|
4105
|
-
"name": "checked",
|
|
4106
|
-
"description": "Default: false\n\nChecked status of Tag. This is a controlled component"
|
|
4000
|
+
"name": "type",
|
|
4001
|
+
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
4107
4002
|
},
|
|
4108
4003
|
{
|
|
4109
|
-
"name": "
|
|
4110
|
-
"description": "Default:
|
|
4004
|
+
"name": "variant",
|
|
4005
|
+
"description": "Default: filled\n\nConfig style variant"
|
|
4111
4006
|
}
|
|
4112
4007
|
]
|
|
4113
4008
|
},
|
|
4114
4009
|
{
|
|
4115
|
-
"name": "a-
|
|
4116
|
-
"description": "Used for
|
|
4010
|
+
"name": "a-spin",
|
|
4011
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
4117
4012
|
"attributes": [
|
|
4118
4013
|
{
|
|
4119
|
-
"name": "
|
|
4120
|
-
"description": "Default:
|
|
4014
|
+
"name": "spinning",
|
|
4015
|
+
"description": "Default: true\n\nWhether Spin is visible"
|
|
4121
4016
|
},
|
|
4122
4017
|
{
|
|
4123
|
-
"name": "
|
|
4124
|
-
"description": "Default:
|
|
4018
|
+
"name": "size",
|
|
4019
|
+
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
4125
4020
|
},
|
|
4126
4021
|
{
|
|
4127
|
-
"name": "
|
|
4128
|
-
"description": "Default:
|
|
4022
|
+
"name": "tip",
|
|
4023
|
+
"description": "Default: -\n\nCustomize description content when Spin has children"
|
|
4129
4024
|
},
|
|
4130
4025
|
{
|
|
4131
|
-
"name": "
|
|
4132
|
-
"description": "Default:
|
|
4026
|
+
"name": "delay",
|
|
4027
|
+
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
4133
4028
|
},
|
|
4134
4029
|
{
|
|
4135
|
-
"name": "
|
|
4136
|
-
"description": "Default: -\n\
|
|
4030
|
+
"name": "wrapper-class-name",
|
|
4031
|
+
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
4137
4032
|
},
|
|
4138
4033
|
{
|
|
4139
|
-
"name": "
|
|
4140
|
-
"description": "Default: -\n\
|
|
4034
|
+
"name": "indicator",
|
|
4035
|
+
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
4141
4036
|
},
|
|
4142
4037
|
{
|
|
4143
|
-
"name": "
|
|
4144
|
-
"description": "Default:
|
|
4038
|
+
"name": "fullscreen",
|
|
4039
|
+
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"name": "percent",
|
|
4043
|
+
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "root-class",
|
|
4047
|
+
"description": "Default: -\n\nRoot container class"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "classes",
|
|
4051
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "styles",
|
|
4055
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4145
4056
|
}
|
|
4146
4057
|
]
|
|
4147
4058
|
},
|
|
4148
|
-
{
|
|
4149
|
-
"name": "a-tag-checkable-tag",
|
|
4150
|
-
"description": "进行标记和分类的小标签。",
|
|
4151
|
-
"attributes": []
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
"name": "a-tag-checkable-tag-group",
|
|
4155
|
-
"description": "进行标记和分类的小标签。",
|
|
4156
|
-
"attributes": []
|
|
4157
|
-
},
|
|
4158
4059
|
{
|
|
4159
4060
|
"name": "a-table",
|
|
4160
4061
|
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
@@ -4316,329 +4217,299 @@
|
|
|
4316
4217
|
]
|
|
4317
4218
|
},
|
|
4318
4219
|
{
|
|
4319
|
-
"name": "a-
|
|
4320
|
-
"description": "(ZH)
|
|
4321
|
-
"attributes": []
|
|
4322
|
-
},
|
|
4323
|
-
{
|
|
4324
|
-
"name": "a-segmented",
|
|
4325
|
-
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
4220
|
+
"name": "a-switch",
|
|
4221
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4326
4222
|
"attributes": [
|
|
4327
4223
|
{
|
|
4328
|
-
"name": "
|
|
4329
|
-
"description": "Default: false\n\
|
|
4224
|
+
"name": "auto-focus",
|
|
4225
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "checked",
|
|
4229
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "checked-children",
|
|
4233
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "checked-value",
|
|
4237
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4330
4238
|
},
|
|
4331
4239
|
{
|
|
4332
4240
|
"name": "classes",
|
|
4333
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
4241
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4334
4242
|
},
|
|
4335
4243
|
{
|
|
4336
|
-
"name": "default-
|
|
4337
|
-
"description": "Default:
|
|
4244
|
+
"name": "default-checked",
|
|
4245
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4338
4246
|
},
|
|
4339
4247
|
{
|
|
4340
|
-
"name": "
|
|
4341
|
-
"description": "Default:
|
|
4248
|
+
"name": "default-value",
|
|
4249
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4342
4250
|
},
|
|
4343
4251
|
{
|
|
4344
|
-
"name": "
|
|
4345
|
-
"description": "Default:
|
|
4252
|
+
"name": "disabled",
|
|
4253
|
+
"description": "Default: false\n\nDisable switch"
|
|
4346
4254
|
},
|
|
4347
4255
|
{
|
|
4348
|
-
"name": "
|
|
4349
|
-
"description": "Default:
|
|
4256
|
+
"name": "loading",
|
|
4257
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4350
4258
|
},
|
|
4351
4259
|
{
|
|
4352
4260
|
"name": "size",
|
|
4353
|
-
"description": "Default:
|
|
4261
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4354
4262
|
},
|
|
4355
4263
|
{
|
|
4356
4264
|
"name": "styles",
|
|
4357
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
"name": "vertical",
|
|
4361
|
-
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
4265
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4362
4266
|
},
|
|
4363
4267
|
{
|
|
4364
|
-
"name": "
|
|
4365
|
-
"description": "Default: -\n\
|
|
4268
|
+
"name": "un-checked-children",
|
|
4269
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4366
4270
|
},
|
|
4367
4271
|
{
|
|
4368
|
-
"name": "
|
|
4369
|
-
"description": "Default:
|
|
4272
|
+
"name": "un-checked-value",
|
|
4273
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4370
4274
|
},
|
|
4371
4275
|
{
|
|
4372
|
-
"name": "
|
|
4373
|
-
"description": "Default: -\n\
|
|
4276
|
+
"name": "value",
|
|
4277
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4374
4278
|
}
|
|
4375
4279
|
]
|
|
4376
4280
|
},
|
|
4377
4281
|
{
|
|
4378
|
-
"name": "a-
|
|
4379
|
-
"description": "(ZH)
|
|
4282
|
+
"name": "a-timeline",
|
|
4283
|
+
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
4380
4284
|
"attributes": [
|
|
4381
4285
|
{
|
|
4382
|
-
"name": "
|
|
4383
|
-
"description": "Default: -\n\
|
|
4384
|
-
},
|
|
4385
|
-
{
|
|
4386
|
-
"name": "open",
|
|
4387
|
-
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4388
|
-
},
|
|
4389
|
-
{
|
|
4390
|
-
"name": "current",
|
|
4391
|
-
"description": "Default: -\n\nWhat is the current step"
|
|
4392
|
-
},
|
|
4393
|
-
{
|
|
4394
|
-
"name": "arrow",
|
|
4395
|
-
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4396
|
-
},
|
|
4397
|
-
{
|
|
4398
|
-
"name": "close-icon",
|
|
4399
|
-
"description": "Default: true\n\nCustomize close icon"
|
|
4400
|
-
},
|
|
4401
|
-
{
|
|
4402
|
-
"name": "disabled-interaction",
|
|
4403
|
-
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4404
|
-
},
|
|
4405
|
-
{
|
|
4406
|
-
"name": "gap",
|
|
4407
|
-
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4408
|
-
},
|
|
4409
|
-
{
|
|
4410
|
-
"name": "placement",
|
|
4411
|
-
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"name": "mask",
|
|
4415
|
-
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"name": "type",
|
|
4419
|
-
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4286
|
+
"name": "classes",
|
|
4287
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4420
4288
|
},
|
|
4421
4289
|
{
|
|
4422
|
-
"name": "
|
|
4423
|
-
"description": "Default:
|
|
4290
|
+
"name": "items",
|
|
4291
|
+
"description": "Default: -\n\nEach node of timeline"
|
|
4424
4292
|
},
|
|
4425
4293
|
{
|
|
4426
|
-
"name": "
|
|
4427
|
-
"description": "Default: -\n\
|
|
4294
|
+
"name": "mode",
|
|
4295
|
+
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
4428
4296
|
},
|
|
4429
4297
|
{
|
|
4430
|
-
"name": "
|
|
4431
|
-
"description": "Default:
|
|
4298
|
+
"name": "pending",
|
|
4299
|
+
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
4432
4300
|
},
|
|
4433
4301
|
{
|
|
4434
|
-
"name": "
|
|
4435
|
-
"description": "Default:
|
|
4302
|
+
"name": "pending-dot",
|
|
4303
|
+
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
4436
4304
|
},
|
|
4437
4305
|
{
|
|
4438
|
-
"name": "
|
|
4439
|
-
"description": "Default:
|
|
4306
|
+
"name": "reverse",
|
|
4307
|
+
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
4440
4308
|
},
|
|
4441
4309
|
{
|
|
4442
|
-
"name": "
|
|
4443
|
-
"description": "Default: -\n\nCustomize
|
|
4310
|
+
"name": "styles",
|
|
4311
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4444
4312
|
},
|
|
4445
4313
|
{
|
|
4446
|
-
"name": "
|
|
4447
|
-
"description": "Default: -\n\
|
|
4314
|
+
"name": "dot-render",
|
|
4315
|
+
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
4448
4316
|
},
|
|
4449
4317
|
{
|
|
4450
|
-
"name": "
|
|
4451
|
-
"description": "Default: -\n\
|
|
4318
|
+
"name": "label-render",
|
|
4319
|
+
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
4452
4320
|
},
|
|
4453
4321
|
{
|
|
4454
|
-
"name": "
|
|
4455
|
-
"description": "Default: -\n\
|
|
4322
|
+
"name": "content-render",
|
|
4323
|
+
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
4456
4324
|
}
|
|
4457
4325
|
]
|
|
4458
4326
|
},
|
|
4459
4327
|
{
|
|
4460
|
-
"name": "a-
|
|
4461
|
-
"description": "(ZH)
|
|
4328
|
+
"name": "a-time-picker",
|
|
4329
|
+
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4330
|
+
"attributes": []
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"name": "a-tooltip",
|
|
4334
|
+
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
4462
4335
|
"attributes": [
|
|
4463
4336
|
{
|
|
4464
|
-
"name": "
|
|
4465
|
-
"description": "Default: -\n\
|
|
4337
|
+
"name": "align",
|
|
4338
|
+
"description": "Default: -\n\nPopup alignment config"
|
|
4466
4339
|
},
|
|
4467
4340
|
{
|
|
4468
|
-
"name": "
|
|
4469
|
-
"description": "Default:
|
|
4341
|
+
"name": "arrow",
|
|
4342
|
+
"description": "Default: -\n\nShow, hide or keep arrow in the center"
|
|
4470
4343
|
},
|
|
4471
4344
|
{
|
|
4472
|
-
"name": "
|
|
4473
|
-
"description": "Default:
|
|
4345
|
+
"name": "auto-adjust-overflow",
|
|
4346
|
+
"description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
|
|
4474
4347
|
},
|
|
4475
4348
|
{
|
|
4476
|
-
"name": "
|
|
4477
|
-
"description": "Default:
|
|
4349
|
+
"name": "color",
|
|
4350
|
+
"description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
|
|
4478
4351
|
},
|
|
4479
4352
|
{
|
|
4480
|
-
"name": "
|
|
4481
|
-
"description": "Default:
|
|
4353
|
+
"name": "open",
|
|
4354
|
+
"description": "Default: -\n\nWhether tooltip is visible"
|
|
4482
4355
|
},
|
|
4483
4356
|
{
|
|
4484
|
-
"name": "
|
|
4485
|
-
"description": "Default: false\n\
|
|
4357
|
+
"name": "default-open",
|
|
4358
|
+
"description": "Default: false\n\nInitial open state"
|
|
4486
4359
|
},
|
|
4487
4360
|
{
|
|
4488
|
-
"name": "
|
|
4489
|
-
"description": "Default: -\n\
|
|
4361
|
+
"name": "get-popup-container",
|
|
4362
|
+
"description": "Default: -\n\nSpecify container for tooltip"
|
|
4490
4363
|
},
|
|
4491
4364
|
{
|
|
4492
|
-
"name": "
|
|
4493
|
-
"description": "Default:
|
|
4365
|
+
"name": "destroy-on-hidden",
|
|
4366
|
+
"description": "Default: -\n\nDestroy tooltip when hidden"
|
|
4494
4367
|
},
|
|
4495
4368
|
{
|
|
4496
|
-
"name": "
|
|
4497
|
-
"description": "Default:
|
|
4369
|
+
"name": "z-index",
|
|
4370
|
+
"description": "Default: -\n\nSet z-index of tooltip"
|
|
4498
4371
|
},
|
|
4499
4372
|
{
|
|
4500
|
-
"name": "
|
|
4501
|
-
"description": "Default:
|
|
4373
|
+
"name": "placement",
|
|
4374
|
+
"description": "Default: top\n\nTooltip placement"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "trigger",
|
|
4378
|
+
"description": "Default: -\n\nTrigger action"
|
|
4502
4379
|
},
|
|
4503
4380
|
{
|
|
4504
|
-
"name": "
|
|
4505
|
-
"description": "Default:
|
|
4381
|
+
"name": "fresh",
|
|
4382
|
+
"description": "Default: -\n\nUpdate content even when tooltip is hidden"
|
|
4506
4383
|
},
|
|
4507
4384
|
{
|
|
4508
|
-
"name": "
|
|
4509
|
-
"description": "Default:
|
|
4385
|
+
"name": "mouse-enter-delay",
|
|
4386
|
+
"description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
|
|
4510
4387
|
},
|
|
4511
4388
|
{
|
|
4512
|
-
"name": "
|
|
4513
|
-
"description": "Default:
|
|
4389
|
+
"name": "mouse-leave-delay",
|
|
4390
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
|
|
4514
4391
|
},
|
|
4515
4392
|
{
|
|
4516
|
-
"name": "
|
|
4517
|
-
"description": "Default:
|
|
4393
|
+
"name": "classes",
|
|
4394
|
+
"description": "Default: -\n\nSemantic DOM class. Supports object or function"
|
|
4518
4395
|
},
|
|
4519
4396
|
{
|
|
4520
|
-
"name": "
|
|
4521
|
-
"description": "Default:
|
|
4397
|
+
"name": "styles",
|
|
4398
|
+
"description": "Default: -\n\nSemantic DOM style. Supports object or function"
|
|
4522
4399
|
},
|
|
4523
4400
|
{
|
|
4524
|
-
"name": "
|
|
4525
|
-
"description": "Default:
|
|
4401
|
+
"name": "get-tooltip-container",
|
|
4402
|
+
"description": "Default: -\n\nLegacy alias of getPopupContainer"
|
|
4526
4403
|
},
|
|
4527
4404
|
{
|
|
4528
|
-
"name": "
|
|
4529
|
-
"description": "Default: -\n\
|
|
4405
|
+
"name": "motion",
|
|
4406
|
+
"description": "Default: -\n\nPopup motion config"
|
|
4530
4407
|
},
|
|
4531
4408
|
{
|
|
4532
|
-
"name": "
|
|
4533
|
-
"description": "Default: -\n\
|
|
4409
|
+
"name": "after-open-change",
|
|
4410
|
+
"description": "Default: -\n\nCallback after visibility change"
|
|
4534
4411
|
},
|
|
4535
4412
|
{
|
|
4536
|
-
"name": "
|
|
4537
|
-
"description": "Default: -\n\
|
|
4413
|
+
"name": "builtin-placements",
|
|
4414
|
+
"description": "Default: -\n\nBuilt-in placement config"
|
|
4538
4415
|
},
|
|
4539
4416
|
{
|
|
4540
|
-
"name": "
|
|
4541
|
-
"description": "Default: -\n\
|
|
4417
|
+
"name": "title",
|
|
4418
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
4542
4419
|
},
|
|
4543
4420
|
{
|
|
4544
|
-
"name": "
|
|
4545
|
-
"description": "Default:
|
|
4421
|
+
"name": "overlay",
|
|
4422
|
+
"description": "Default: -\n\nLegacy alias of title"
|
|
4546
4423
|
},
|
|
4547
4424
|
{
|
|
4548
|
-
"name": "
|
|
4549
|
-
"description": "Default:
|
|
4425
|
+
"name": "open-class",
|
|
4426
|
+
"description": "Default: -\n\nClass added to child when tooltip is open"
|
|
4550
4427
|
},
|
|
4551
4428
|
{
|
|
4552
|
-
"name": "
|
|
4553
|
-
"description": "Default: -\n\
|
|
4554
|
-
}
|
|
4429
|
+
"name": "unique",
|
|
4430
|
+
"description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
|
|
4431
|
+
}
|
|
4432
|
+
]
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "a-tour",
|
|
4436
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4437
|
+
"attributes": [
|
|
4555
4438
|
{
|
|
4556
|
-
"name": "
|
|
4557
|
-
"description": "Default:
|
|
4439
|
+
"name": "steps",
|
|
4440
|
+
"description": "Default: -\n\nTour steps"
|
|
4558
4441
|
},
|
|
4559
4442
|
{
|
|
4560
|
-
"name": "
|
|
4561
|
-
"description": "Default:
|
|
4443
|
+
"name": "open",
|
|
4444
|
+
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4562
4445
|
},
|
|
4563
4446
|
{
|
|
4564
|
-
"name": "
|
|
4565
|
-
"description": "Default:
|
|
4447
|
+
"name": "current",
|
|
4448
|
+
"description": "Default: -\n\nWhat is the current step"
|
|
4566
4449
|
},
|
|
4567
4450
|
{
|
|
4568
|
-
"name": "
|
|
4569
|
-
"description": "Default:
|
|
4451
|
+
"name": "arrow",
|
|
4452
|
+
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4570
4453
|
},
|
|
4571
4454
|
{
|
|
4572
|
-
"name": "
|
|
4573
|
-
"description": "Default:
|
|
4455
|
+
"name": "close-icon",
|
|
4456
|
+
"description": "Default: true\n\nCustomize close icon"
|
|
4574
4457
|
},
|
|
4575
4458
|
{
|
|
4576
|
-
"name": "
|
|
4577
|
-
"description": "Default:
|
|
4459
|
+
"name": "disabled-interaction",
|
|
4460
|
+
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4578
4461
|
},
|
|
4579
4462
|
{
|
|
4580
|
-
"name": "
|
|
4581
|
-
"description": "Default:
|
|
4463
|
+
"name": "gap",
|
|
4464
|
+
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4582
4465
|
},
|
|
4583
4466
|
{
|
|
4584
|
-
"name": "
|
|
4585
|
-
"description": "Default:
|
|
4467
|
+
"name": "placement",
|
|
4468
|
+
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4586
4469
|
},
|
|
4587
4470
|
{
|
|
4588
|
-
"name": "
|
|
4589
|
-
"description": "Default:
|
|
4471
|
+
"name": "mask",
|
|
4472
|
+
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4590
4473
|
},
|
|
4591
4474
|
{
|
|
4592
|
-
"name": "
|
|
4593
|
-
"description": "Default:
|
|
4594
|
-
}
|
|
4595
|
-
]
|
|
4596
|
-
},
|
|
4597
|
-
{
|
|
4598
|
-
"name": "a-tree-node",
|
|
4599
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4600
|
-
"attributes": [
|
|
4475
|
+
"name": "type",
|
|
4476
|
+
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4477
|
+
},
|
|
4601
4478
|
{
|
|
4602
|
-
"name": "
|
|
4603
|
-
"description": "Default:
|
|
4479
|
+
"name": "scroll-into-view-options",
|
|
4480
|
+
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4604
4481
|
},
|
|
4605
4482
|
{
|
|
4606
|
-
"name": "
|
|
4607
|
-
"description": "Default:
|
|
4483
|
+
"name": "indicators-render",
|
|
4484
|
+
"description": "Default: -\n\nCustom indicator"
|
|
4608
4485
|
},
|
|
4609
4486
|
{
|
|
4610
|
-
"name": "
|
|
4611
|
-
"description": "Default:
|
|
4487
|
+
"name": "actions-render",
|
|
4488
|
+
"description": "Default: -\n\nCustom action"
|
|
4612
4489
|
},
|
|
4613
4490
|
{
|
|
4614
|
-
"name": "
|
|
4615
|
-
"description": "Default:
|
|
4491
|
+
"name": "z-index",
|
|
4492
|
+
"description": "Default: 1001\n\nTour zIndex"
|
|
4616
4493
|
},
|
|
4617
4494
|
{
|
|
4618
|
-
"name": "
|
|
4619
|
-
"description": "Default:
|
|
4495
|
+
"name": "get-popup-container",
|
|
4496
|
+
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4620
4497
|
},
|
|
4621
4498
|
{
|
|
4622
|
-
"name": "
|
|
4623
|
-
"description": "Default:
|
|
4499
|
+
"name": "classes",
|
|
4500
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4624
4501
|
},
|
|
4625
4502
|
{
|
|
4626
|
-
"name": "
|
|
4627
|
-
"description": "Default:
|
|
4503
|
+
"name": "styles",
|
|
4504
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4628
4505
|
},
|
|
4629
4506
|
{
|
|
4630
|
-
"name": "
|
|
4631
|
-
"description": "Default:
|
|
4632
|
-
}
|
|
4633
|
-
]
|
|
4634
|
-
},
|
|
4635
|
-
{
|
|
4636
|
-
"name": "a-directory-tree",
|
|
4637
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4638
|
-
"attributes": [
|
|
4507
|
+
"name": "root-class",
|
|
4508
|
+
"description": "Default: -\n\nRoot container class"
|
|
4509
|
+
},
|
|
4639
4510
|
{
|
|
4640
|
-
"name": "
|
|
4641
|
-
"description": "Default:
|
|
4511
|
+
"name": "prefix-cls",
|
|
4512
|
+
"description": "Default: -\n\n-"
|
|
4642
4513
|
}
|
|
4643
4514
|
]
|
|
4644
4515
|
},
|
|
@@ -4729,153 +4600,109 @@
|
|
|
4729
4600
|
]
|
|
4730
4601
|
},
|
|
4731
4602
|
{
|
|
4732
|
-
"name": "a-
|
|
4733
|
-
"description": "(ZH)
|
|
4734
|
-
"attributes": [
|
|
4735
|
-
{
|
|
4736
|
-
"name": "classes",
|
|
4737
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4738
|
-
},
|
|
4739
|
-
{
|
|
4740
|
-
"name": "items",
|
|
4741
|
-
"description": "Default: -\n\nEach node of timeline"
|
|
4742
|
-
},
|
|
4743
|
-
{
|
|
4744
|
-
"name": "mode",
|
|
4745
|
-
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
4746
|
-
},
|
|
4747
|
-
{
|
|
4748
|
-
"name": "pending",
|
|
4749
|
-
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
4750
|
-
},
|
|
4751
|
-
{
|
|
4752
|
-
"name": "pending-dot",
|
|
4753
|
-
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
4754
|
-
},
|
|
4755
|
-
{
|
|
4756
|
-
"name": "reverse",
|
|
4757
|
-
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
4758
|
-
},
|
|
4759
|
-
{
|
|
4760
|
-
"name": "styles",
|
|
4761
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4762
|
-
},
|
|
4763
|
-
{
|
|
4764
|
-
"name": "dot-render",
|
|
4765
|
-
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
4766
|
-
},
|
|
4767
|
-
{
|
|
4768
|
-
"name": "label-render",
|
|
4769
|
-
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
4770
|
-
},
|
|
4771
|
-
{
|
|
4772
|
-
"name": "content-render",
|
|
4773
|
-
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
4774
|
-
}
|
|
4775
|
-
]
|
|
4776
|
-
},
|
|
4777
|
-
{
|
|
4778
|
-
"name": "a-tooltip",
|
|
4779
|
-
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
4603
|
+
"name": "a-tag",
|
|
4604
|
+
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
4780
4605
|
"attributes": [
|
|
4781
4606
|
{
|
|
4782
|
-
"name": "
|
|
4783
|
-
"description": "Default:
|
|
4784
|
-
},
|
|
4785
|
-
{
|
|
4786
|
-
"name": "arrow",
|
|
4787
|
-
"description": "Default: -\n\nShow, hide or keep arrow in the center"
|
|
4607
|
+
"name": "closable",
|
|
4608
|
+
"description": "Default: false\n\nWhether the Tag can be closed"
|
|
4788
4609
|
},
|
|
4789
4610
|
{
|
|
4790
|
-
"name": "
|
|
4791
|
-
"description": "Default: -\n\
|
|
4611
|
+
"name": "close-icon",
|
|
4612
|
+
"description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
|
|
4792
4613
|
},
|
|
4793
4614
|
{
|
|
4794
4615
|
"name": "color",
|
|
4795
|
-
"description": "Default: -\n\
|
|
4796
|
-
},
|
|
4797
|
-
{
|
|
4798
|
-
"name": "open",
|
|
4799
|
-
"description": "Default: -\n\nWhether tooltip is visible"
|
|
4800
|
-
},
|
|
4801
|
-
{
|
|
4802
|
-
"name": "default-open",
|
|
4803
|
-
"description": "Default: false\n\nInitial open state"
|
|
4804
|
-
},
|
|
4805
|
-
{
|
|
4806
|
-
"name": "get-popup-container",
|
|
4807
|
-
"description": "Default: -\n\nSpecify container for tooltip"
|
|
4808
|
-
},
|
|
4809
|
-
{
|
|
4810
|
-
"name": "destroy-on-hidden",
|
|
4811
|
-
"description": "Default: -\n\nDestroy tooltip when hidden"
|
|
4812
|
-
},
|
|
4813
|
-
{
|
|
4814
|
-
"name": "z-index",
|
|
4815
|
-
"description": "Default: -\n\nSet z-index of tooltip"
|
|
4816
|
-
},
|
|
4817
|
-
{
|
|
4818
|
-
"name": "placement",
|
|
4819
|
-
"description": "Default: top\n\nTooltip placement"
|
|
4616
|
+
"description": "Default: -\n\nColor of the Tag"
|
|
4820
4617
|
},
|
|
4821
4618
|
{
|
|
4822
|
-
"name": "
|
|
4823
|
-
"description": "Default: -\n\
|
|
4619
|
+
"name": "classes",
|
|
4620
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4824
4621
|
},
|
|
4825
4622
|
{
|
|
4826
|
-
"name": "
|
|
4827
|
-
"description": "Default:
|
|
4623
|
+
"name": "disabled",
|
|
4624
|
+
"description": "Default: false\n\nWhether the tag is disabled"
|
|
4828
4625
|
},
|
|
4829
4626
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"description": "Default:
|
|
4627
|
+
"name": "href",
|
|
4628
|
+
"description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
|
|
4832
4629
|
},
|
|
4833
4630
|
{
|
|
4834
|
-
"name": "
|
|
4835
|
-
"description": "Default:
|
|
4631
|
+
"name": "icon",
|
|
4632
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4836
4633
|
},
|
|
4837
4634
|
{
|
|
4838
|
-
"name": "
|
|
4839
|
-
"description": "Default: -\n\
|
|
4635
|
+
"name": "styles",
|
|
4636
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4840
4637
|
},
|
|
4841
4638
|
{
|
|
4842
|
-
"name": "
|
|
4843
|
-
"description": "Default: -\n\
|
|
4639
|
+
"name": "target",
|
|
4640
|
+
"description": "Default: -\n\nSame as target attribute of , works when href is specified"
|
|
4844
4641
|
},
|
|
4845
4642
|
{
|
|
4846
|
-
"name": "
|
|
4847
|
-
"description": "Default:
|
|
4643
|
+
"name": "variant",
|
|
4644
|
+
"description": "Default: filled\n\nVariant of the tag"
|
|
4645
|
+
}
|
|
4646
|
+
]
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"name": "a-checkable-tag",
|
|
4650
|
+
"description": "Used for marking and categorization.",
|
|
4651
|
+
"attributes": [
|
|
4652
|
+
{
|
|
4653
|
+
"name": "checked",
|
|
4654
|
+
"description": "Default: false\n\nChecked status of Tag. This is a controlled component"
|
|
4848
4655
|
},
|
|
4849
4656
|
{
|
|
4850
|
-
"name": "
|
|
4851
|
-
"description": "Default: -\n\
|
|
4657
|
+
"name": "icon",
|
|
4658
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4659
|
+
}
|
|
4660
|
+
]
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"name": "a-checkable-tag-group",
|
|
4664
|
+
"description": "Used for marking and categorization.",
|
|
4665
|
+
"attributes": [
|
|
4666
|
+
{
|
|
4667
|
+
"name": "classes",
|
|
4668
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4852
4669
|
},
|
|
4853
4670
|
{
|
|
4854
|
-
"name": "
|
|
4855
|
-
"description": "Default: -\n\
|
|
4671
|
+
"name": "default-value",
|
|
4672
|
+
"description": "Default: -\n\nInitial value"
|
|
4856
4673
|
},
|
|
4857
4674
|
{
|
|
4858
|
-
"name": "
|
|
4859
|
-
"description": "Default:
|
|
4675
|
+
"name": "disabled",
|
|
4676
|
+
"description": "Default: false\n\nDisable check/uncheck"
|
|
4860
4677
|
},
|
|
4861
4678
|
{
|
|
4862
|
-
"name": "
|
|
4863
|
-
"description": "Default:
|
|
4679
|
+
"name": "multiple",
|
|
4680
|
+
"description": "Default: false\n\nMultiple select mode"
|
|
4864
4681
|
},
|
|
4865
4682
|
{
|
|
4866
|
-
"name": "
|
|
4867
|
-
"description": "Default: -\n\
|
|
4683
|
+
"name": "options",
|
|
4684
|
+
"description": "Default: -\n\nOption list"
|
|
4868
4685
|
},
|
|
4869
4686
|
{
|
|
4870
|
-
"name": "
|
|
4871
|
-
"description": "Default: -\n\
|
|
4687
|
+
"name": "styles",
|
|
4688
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4872
4689
|
},
|
|
4873
4690
|
{
|
|
4874
|
-
"name": "
|
|
4875
|
-
"description": "Default: -\n\
|
|
4691
|
+
"name": "value",
|
|
4692
|
+
"description": "Default: -\n\nValue of checked tag(s), support v-model:value"
|
|
4876
4693
|
}
|
|
4877
4694
|
]
|
|
4878
4695
|
},
|
|
4696
|
+
{
|
|
4697
|
+
"name": "a-tag-checkable-tag",
|
|
4698
|
+
"description": "进行标记和分类的小标签。",
|
|
4699
|
+
"attributes": []
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"name": "a-tag-checkable-tag-group",
|
|
4703
|
+
"description": "进行标记和分类的小标签。",
|
|
4704
|
+
"attributes": []
|
|
4705
|
+
},
|
|
4879
4706
|
{
|
|
4880
4707
|
"name": "a-tree-select-props",
|
|
4881
4708
|
"description": "Tree selection control.",
|
|
@@ -5074,6 +4901,192 @@
|
|
|
5074
4901
|
}
|
|
5075
4902
|
]
|
|
5076
4903
|
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "a-tree",
|
|
4906
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4907
|
+
"attributes": [
|
|
4908
|
+
{
|
|
4909
|
+
"name": "allow-drop",
|
|
4910
|
+
"description": "Default: -\n\nWhether to allow dropping on the node"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "auto-expand-parent",
|
|
4914
|
+
"description": "Default: false\n\nWhether to automatically expand a parent treeNode"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "block-node",
|
|
4918
|
+
"description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "checkable",
|
|
4922
|
+
"description": "Default: false\n\nAdd a Checkbox before the treeNodes"
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"name": "checked-keys",
|
|
4926
|
+
"description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other, support v-model:checked-keys"
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "check-strictly",
|
|
4930
|
+
"description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "classes",
|
|
4934
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "default-checked-keys",
|
|
4938
|
+
"description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "default-expand-all",
|
|
4942
|
+
"description": "Default: false\n\nWhether to expand all treeNodes by default"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "default-expanded-keys",
|
|
4946
|
+
"description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "default-expand-parent",
|
|
4950
|
+
"description": "Default: true\n\nIf auto expand parent treeNodes when init"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "default-selected-keys",
|
|
4954
|
+
"description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "disabled",
|
|
4958
|
+
"description": "Default: false\n\nWhether the tree is disabled"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "draggable",
|
|
4962
|
+
"description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "expanded-keys",
|
|
4966
|
+
"description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes, support v-model:expanded-keys"
|
|
4967
|
+
},
|
|
4968
|
+
{
|
|
4969
|
+
"name": "field-names",
|
|
4970
|
+
"description": "Default: { title: title, key: key, children: children }\n\nCustomize node title, key, children field name"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"name": "filter-ant-tree-node",
|
|
4974
|
+
"description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "height",
|
|
4978
|
+
"description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "icon",
|
|
4982
|
+
"description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"name": "load-data",
|
|
4986
|
+
"description": "Default: -\n\nLoad data asynchronously"
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"name": "loaded-keys",
|
|
4990
|
+
"description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"name": "multiple",
|
|
4994
|
+
"description": "Default: false\n\nAllows selecting multiple treeNodes"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "root-style",
|
|
4998
|
+
"description": "Default: -\n\nStyle on the root element"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "selectable",
|
|
5002
|
+
"description": "Default: true\n\nWhether it can be selected"
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"name": "selected-keys",
|
|
5006
|
+
"description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"name": "show-icon",
|
|
5010
|
+
"description": "Default: false\n\nControls whether to display the icon node (no default style)"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "show-line",
|
|
5014
|
+
"description": "Default: false\n\nShows a connecting line"
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "styles",
|
|
5018
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"name": "switcher-icon",
|
|
5022
|
+
"description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "switcher-loading-icon",
|
|
5026
|
+
"description": "Default: -\n\nCustomize loading icons for tree nodes"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"name": "title-render",
|
|
5030
|
+
"description": "Default: -\n\nCustomize tree node title render"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "tree-data",
|
|
5034
|
+
"description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "virtual",
|
|
5038
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
5039
|
+
}
|
|
5040
|
+
]
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"name": "a-tree-node",
|
|
5044
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
5045
|
+
"attributes": [
|
|
5046
|
+
{
|
|
5047
|
+
"name": "checkable",
|
|
5048
|
+
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "disable-checkbox",
|
|
5052
|
+
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"name": "disabled",
|
|
5056
|
+
"description": "Default: false\n\nDisables the treeNode"
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"name": "icon",
|
|
5060
|
+
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"name": "is-leaf",
|
|
5064
|
+
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"name": "key",
|
|
5068
|
+
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"name": "selectable",
|
|
5072
|
+
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"name": "title",
|
|
5076
|
+
"description": "Default: ---\n\nTitle"
|
|
5077
|
+
}
|
|
5078
|
+
]
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"name": "a-directory-tree",
|
|
5082
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
5083
|
+
"attributes": [
|
|
5084
|
+
{
|
|
5085
|
+
"name": "expand-action",
|
|
5086
|
+
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
5087
|
+
}
|
|
5088
|
+
]
|
|
5089
|
+
},
|
|
5077
5090
|
{
|
|
5078
5091
|
"name": "a-watermark",
|
|
5079
5092
|
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|