antdv-next 1.2.2 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +7 -7
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +4 -9
- 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/wave/util.d.ts +1 -1
- package/dist/_util/wave/util.js +1 -1
- package/dist/_util/zindexContext.d.ts +2 -2
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/style/index.d.ts +2 -2
- package/dist/alert/Alert.d.ts +17 -10
- package/dist/alert/Alert.js +9 -3
- package/dist/alert/style/index.d.ts +3 -3
- package/dist/anchor/Anchor.d.ts +3 -3
- package/dist/anchor/Anchor.js +2 -2
- package/dist/anchor/AnchorLink.d.ts +9 -4
- package/dist/anchor/AnchorLink.js +5 -1
- package/dist/anchor/style/index.d.ts +2 -2
- package/dist/antd-with-locales.esm.js +14614 -14290
- package/dist/antd-with-locales.js +73 -80
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +10754 -10431
- package/dist/antd.js +70 -77
- package/dist/app/App.d.ts +2 -2
- package/dist/app/App.js +6 -1
- package/dist/app/context.d.ts +2 -2
- package/dist/app/style/index.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +6 -6
- package/dist/auto-complete/index.js +1 -1
- package/dist/avatar/Avatar.d.ts +5 -5
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +3 -3
- package/dist/badge/Ribbon.d.ts +4 -4
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +6 -6
- package/dist/badge/style/index.d.ts +7 -2
- package/dist/badge/style/index.js +4 -3
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/border-beam/BorderBeam.d.ts +19 -0
- package/dist/border-beam/BorderBeam.js +82 -0
- package/dist/border-beam/hooks/useBorderSize.d.ts +12 -0
- package/dist/border-beam/hooks/useBorderSize.js +42 -0
- package/dist/border-beam/index.d.ts +3 -0
- package/dist/border-beam/index.js +7 -0
- package/dist/border-beam/style/index.d.ts +7 -0
- package/dist/border-beam/style/index.js +59 -0
- package/dist/border-beam/util.d.ts +11 -0
- package/dist/border-beam/util.js +35 -0
- package/dist/breadcrumb/Breadcrumb.d.ts +7 -7
- package/dist/breadcrumb/BreadcrumbItem.d.ts +7 -7
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +4 -4
- package/dist/button/Button.js +1 -0
- 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/button/style/index.js +5 -0
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +12 -10
- package/dist/calendar/generateCalendar.js +8 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +11 -11
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +6 -6
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +5 -5
- 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 +4 -4
- package/dist/cascader/index.js +11 -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 +4 -4
- package/dist/checkbox/style/index.d.ts +4 -4
- package/dist/collapse/Collapse.d.ts +5 -5
- package/dist/collapse/CollapsePanel.d.ts +5 -5
- 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 +4 -4
- package/dist/color-picker/interface.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/components.d.ts +4 -1
- package/dist/components.js +3 -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 +67 -34
- 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/config-provider/index.js +2 -0
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +5 -5
- package/dist/date-picker/generatePicker/SuffixIcon.js +1 -1
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +4 -4
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +9 -9
- package/dist/date-picker/generatePicker/generateSinglePicker.js +4 -0
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/style/index.js +13 -3
- package/dist/date-picker/util.d.ts +3 -3
- package/dist/descriptions/Cell.d.ts +5 -5
- package/dist/descriptions/Item.d.ts +5 -5
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/Row.js +3 -3
- package/dist/descriptions/hooks/useItems.d.ts +13 -13
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/index.d.ts +5 -5
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/style/index.d.ts +2 -2
- package/dist/drawer/DrawerPanel.d.ts +7 -7
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/index.js +5 -2
- 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/dropdown/style/index.js +1 -1
- package/dist/empty/empty.d.ts +2 -2
- package/dist/empty/index.d.ts +8 -8
- package/dist/empty/simple.d.ts +2 -2
- package/dist/empty/style/index.d.ts +2 -2
- package/dist/flex/index.d.ts +2 -2
- package/dist/flex/style/index.d.ts +2 -2
- package/dist/float-button/BackTop.d.ts +2 -2
- package/dist/float-button/BackTop.js +5 -0
- package/dist/float-button/FloatButton.d.ts +8 -7
- package/dist/float-button/FloatButton.js +6 -0
- package/dist/float-button/FloatButtonGroup.d.ts +4 -4
- package/dist/float-button/FloatButtonGroup.js +5 -0
- package/dist/float-button/PurePanel.d.ts +2 -2
- package/dist/float-button/PurePanel.js +10 -0
- 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 +8 -4
- package/dist/form/ErrorList.js +13 -2
- package/dist/form/Form.d.ts +9 -2
- package/dist/form/Form.js +10 -4
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +6 -6
- package/dist/form/FormItemInput.js +6 -2
- package/dist/form/FormItemLabel.d.ts +7 -7
- package/dist/form/context.d.ts +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
- package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
- package/dist/image/index.d.ts +12 -5
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -1
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +10 -7
- package/dist/input/Input.js +8 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/OTPInput.js +4 -0
- package/dist/input/OTP/index.d.ts +4 -4
- package/dist/input/Password.d.ts +4 -4
- package/dist/input/Password.js +4 -0
- package/dist/input/Search.d.ts +14 -4
- package/dist/input/Search.js +19 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input/style/variants.js +14 -8
- package/dist/input-number/index.d.ts +9 -9
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/MasonryItem.d.ts +4 -4
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +6 -6
- package/dist/mentions/index.js +7 -1
- 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 +5 -5
- package/dist/menu/MenuItemGroup.d.ts +4 -4
- package/dist/menu/OverrideContext.d.ts +5 -5
- package/dist/menu/SubMenu.d.ts +4 -4
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/menu/style/index.js +11 -3
- package/dist/menu/style/vertical.js +2 -1
- package/dist/message/PureList.d.ts +28 -0
- package/dist/message/PureList.js +75 -0
- package/dist/message/PurePanel.d.ts +17 -9
- package/dist/message/PurePanel.js +33 -38
- package/dist/message/index.d.ts +3 -0
- package/dist/message/index.js +3 -1
- package/dist/message/interface.d.ts +11 -5
- package/dist/message/style/index.d.ts +12 -6
- package/dist/message/style/index.js +102 -98
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/message/useMessage.js +18 -14
- package/dist/message/util.js +1 -1
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/Modal.js +7 -3
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +4 -4
- package/dist/modal/components/ConfirmOkBtn.d.ts +4 -4
- package/dist/modal/components/NormalCancelBtn.d.ts +4 -4
- package/dist/modal/components/NormalOkBtn.d.ts +4 -4
- package/dist/modal/interface.d.ts +22 -14
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +4 -4
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PureList.d.ts +32 -0
- package/dist/notification/PureList.js +72 -0
- package/dist/notification/PurePanel.d.ts +16 -13
- package/dist/notification/PurePanel.js +42 -19
- package/dist/notification/index.d.ts +3 -0
- package/dist/notification/index.js +3 -1
- package/dist/notification/interface.d.ts +8 -8
- package/dist/notification/style/index.d.ts +27 -26
- package/dist/notification/style/index.js +104 -174
- package/dist/notification/style/notification.d.ts +23 -0
- package/dist/notification/style/notification.js +195 -0
- package/dist/notification/style/placement.d.ts +1 -0
- package/dist/notification/style/placement.js +125 -60
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/notification/useNotification.js +22 -14
- package/dist/notification/util.d.ts +14 -4
- package/dist/notification/util.js +18 -52
- package/dist/package.js +1 -1
- package/dist/package.json.d.ts +12 -12
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/interface.d.ts +7 -7
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +6 -7
- package/dist/popconfirm/PurePanel.js +4 -1
- package/dist/popconfirm/index.d.ts +16 -12
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +7 -7
- package/dist/popover/index.d.ts +5 -5
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +7 -7
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +4 -4
- package/dist/result/style/index.js +1 -1
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +4 -4
- package/dist/segmented/index.js +1 -1
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +8 -8
- package/dist/select/index.js +1 -1
- package/dist/select/style/dropdown.js +1 -1
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/style/select-input.js +10 -5
- package/dist/select/useIcons.d.ts +5 -5
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +6 -6
- 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 +16 -3
- 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 +4 -4
- package/dist/spin/index.d.ts +7 -7
- 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/Panel.js +14 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/Splitter.js +8 -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/interface.d.ts +21 -4
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +6 -6
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +3 -3
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +8 -8
- package/dist/steps/style/index.d.ts +3 -3
- package/dist/style/compact-item-vertical.js +2 -1
- package/dist/style/compact-item.js +6 -6
- package/dist/switch/index.d.ts +5 -5
- 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 +6 -4
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilledColumns.d.ts +14 -0
- package/dist/table/hooks/useFilledColumns.js +41 -0
- package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/useFilter/index.d.ts +21 -21
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +9 -7
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +4 -4
- package/dist/tag/CheckableTagGroup.d.ts +4 -4
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +7 -5
- package/dist/tag/index.js +7 -2
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +4 -4
- package/dist/theme/interface/alias.d.ts +14 -0
- package/dist/theme/interface/components.d.ts +118 -116
- package/dist/theme/interface/maps/colors.d.ts +14 -0
- package/dist/theme/interface/maps/font.d.ts +5 -5
- package/dist/theme/themes/default/theme.d.ts +2 -2
- package/dist/theme/themes/shared/genColorMapToken.js +2 -0
- package/dist/theme/useToken.js +1 -1
- package/dist/theme/util/alias.js +2 -0
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +6 -6
- package/dist/time-picker/index.js +4 -0
- package/dist/timeline/Timeline.d.ts +11 -11
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +5 -5
- 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 +5 -0
- package/dist/tour/interface.d.ts +6 -4
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/panelRender.js +4 -9
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +4 -4
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +4 -4
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/Transfer.js +34 -4
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/interface.d.ts +47 -15
- package/dist/transfer/search.d.ts +4 -4
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/DirectoryTree.js +0 -4
- package/dist/tree/Tree.d.ts +10 -8
- package/dist/tree/Tree.js +0 -4
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/dropIndicator.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +4 -4
- package/dist/tree-select/index.d.ts +8 -6
- package/dist/tree-select/index.js +1 -1
- 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 +5 -5
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Base/index.js +31 -26
- package/dist/typography/Editable.d.ts +11 -4
- package/dist/typography/Editable.js +18 -3
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Link.js +4 -0
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Paragraph.js +4 -0
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Text.js +4 -0
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Title.js +4 -0
- 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/interface.d.ts +25 -17
- 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/utils.js +1 -1
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/dist/watermark/index.js +4 -3
- package/package.json +65 -29
- package/web-tags.json +1251 -1233
- package/web-types.json +3794 -3750
- package/dist/notification/style/pure-panel.d.ts +0 -12
- package/dist/notification/style/pure-panel.js +0 -18
- package/dist/notification/style/stack.d.ts +0 -9
- package/dist/notification/style/stack.js +0 -88
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.3.0",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -19,6 +19,60 @@
|
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"name": "a-anchor",
|
|
24
|
+
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
25
|
+
"attributes": [
|
|
26
|
+
{
|
|
27
|
+
"name": "affix",
|
|
28
|
+
"description": "Default: true\n\nFixed mode of Anchor"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "bounds",
|
|
32
|
+
"description": "Default: 5\n\nBounding distance of anchor area"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "classes",
|
|
36
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "get-container",
|
|
40
|
+
"description": "Default: () => window\n\nScrolling container"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "get-current-anchor",
|
|
44
|
+
"description": "Default: -\n\nCustomize the anchor highlight"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "offset-top",
|
|
48
|
+
"description": "Default: -\n\nPixels to offset from top when calculating position of scroll"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "show-ink-in-fixed",
|
|
52
|
+
"description": "Default: false\n\nWhether show ink-square when affix={false}"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "styles",
|
|
56
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "target-offset",
|
|
60
|
+
"description": "Default: -\n\nAnchor scroll offset, default as offsetTop, example"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "items",
|
|
64
|
+
"description": "Default: -\n\nData configuration option content, support nesting through children"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "direction",
|
|
68
|
+
"description": "Default: vertical\n\nSet Anchor direction"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "replace",
|
|
72
|
+
"description": "Default: false\n\nReplace items' href in browser history instead of pushing it"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
22
76
|
{
|
|
23
77
|
"name": "a-alert",
|
|
24
78
|
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
@@ -86,56 +140,78 @@
|
|
|
86
140
|
]
|
|
87
141
|
},
|
|
88
142
|
{
|
|
89
|
-
"name": "a-
|
|
90
|
-
"description": "(ZH)
|
|
143
|
+
"name": "a-app",
|
|
144
|
+
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
91
145
|
"attributes": [
|
|
92
146
|
{
|
|
93
|
-
"name": "
|
|
94
|
-
"description": "Default:
|
|
147
|
+
"name": "message",
|
|
148
|
+
"description": "Default: -\n\nGlobal config for Message"
|
|
95
149
|
},
|
|
96
150
|
{
|
|
97
|
-
"name": "
|
|
98
|
-
"description": "Default:
|
|
151
|
+
"name": "notification",
|
|
152
|
+
"description": "Default: -\n\nGlobal config for Notification"
|
|
99
153
|
},
|
|
100
154
|
{
|
|
101
|
-
"name": "
|
|
102
|
-
"description": "Default:
|
|
155
|
+
"name": "component",
|
|
156
|
+
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "a-badge",
|
|
162
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
163
|
+
"attributes": [
|
|
164
|
+
{
|
|
165
|
+
"name": "count",
|
|
166
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
103
167
|
},
|
|
104
168
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "Default:
|
|
169
|
+
"name": "show-zero",
|
|
170
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
107
171
|
},
|
|
108
172
|
{
|
|
109
|
-
"name": "
|
|
110
|
-
"description": "Default:
|
|
173
|
+
"name": "overflow-count",
|
|
174
|
+
"description": "Default: 99\n\nMax count to show"
|
|
111
175
|
},
|
|
112
176
|
{
|
|
113
|
-
"name": "
|
|
114
|
-
"description": "Default:
|
|
177
|
+
"name": "dot",
|
|
178
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
115
179
|
},
|
|
116
180
|
{
|
|
117
|
-
"name": "
|
|
118
|
-
"description": "Default:
|
|
181
|
+
"name": "scroll-number-prefix-cls",
|
|
182
|
+
"description": "Default: -\n\n-"
|
|
119
183
|
},
|
|
120
184
|
{
|
|
121
|
-
"name": "
|
|
122
|
-
"description": "Default: -\n\
|
|
185
|
+
"name": "status",
|
|
186
|
+
"description": "Default: -\n\nSet Badge as a status dot"
|
|
123
187
|
},
|
|
124
188
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "Default: -\n\
|
|
189
|
+
"name": "color",
|
|
190
|
+
"description": "Default: -\n\nCustomize Badge dot color"
|
|
127
191
|
},
|
|
128
192
|
{
|
|
129
|
-
"name": "
|
|
130
|
-
"description": "Default: -\n\
|
|
193
|
+
"name": "text",
|
|
194
|
+
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
131
195
|
},
|
|
132
196
|
{
|
|
133
|
-
"name": "
|
|
134
|
-
"description": "Default:
|
|
197
|
+
"name": "size",
|
|
198
|
+
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
135
199
|
},
|
|
136
200
|
{
|
|
137
|
-
"name": "
|
|
138
|
-
"description": "Default:
|
|
201
|
+
"name": "offset",
|
|
202
|
+
"description": "Default: -\n\nSet offset of the badge dot"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "title",
|
|
206
|
+
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "classes",
|
|
210
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "styles",
|
|
214
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
139
215
|
}
|
|
140
216
|
]
|
|
141
217
|
},
|
|
@@ -208,92 +284,16 @@
|
|
|
208
284
|
]
|
|
209
285
|
},
|
|
210
286
|
{
|
|
211
|
-
"name": "a-
|
|
212
|
-
"description": "(ZH)
|
|
287
|
+
"name": "a-border-beam",
|
|
288
|
+
"description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
|
|
213
289
|
"attributes": [
|
|
214
290
|
{
|
|
215
|
-
"name": "
|
|
216
|
-
"description": "Default:
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "backfill",
|
|
220
|
-
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "classes",
|
|
224
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "default-active-first-option",
|
|
228
|
-
"description": "Default: true\n\nWhether active first option by default"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "disabled",
|
|
232
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "get-popup-container",
|
|
236
|
-
"description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"name": "label-render",
|
|
240
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"name": "not-found-content",
|
|
244
|
-
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "open",
|
|
248
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "options",
|
|
252
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "option-render",
|
|
256
|
-
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "placeholder",
|
|
260
|
-
"description": "Default: -\n\nThe placeholder of input"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "popup-match-select-width",
|
|
264
|
-
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "popup-render",
|
|
268
|
-
"description": "Default: -\n\nCustomize dropdown content"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "show-search",
|
|
272
|
-
"description": "Default: true\n\nSearch configuration"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "size",
|
|
276
|
-
"description": "Default: -\n\nThe size of the input box"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "status",
|
|
280
|
-
"description": "Default: -\n\nSet validation status"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"name": "styles",
|
|
284
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "value",
|
|
288
|
-
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"name": "variant",
|
|
292
|
-
"description": "Default: outlined\n\nVariants of input"
|
|
291
|
+
"name": "color",
|
|
292
|
+
"description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
-
"name": "
|
|
296
|
-
"description": "Default:
|
|
295
|
+
"name": "outset",
|
|
296
|
+
"description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
|
|
297
297
|
}
|
|
298
298
|
]
|
|
299
299
|
},
|
|
@@ -618,60 +618,92 @@
|
|
|
618
618
|
]
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
|
-
"name": "a-
|
|
622
|
-
"description": "(ZH)
|
|
621
|
+
"name": "a-auto-complete",
|
|
622
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
623
623
|
"attributes": [
|
|
624
624
|
{
|
|
625
|
-
"name": "
|
|
626
|
-
"description": "Default:
|
|
625
|
+
"name": "allow-clear",
|
|
626
|
+
"description": "Default: false\n\nShow clear button"
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
|
-
"name": "
|
|
630
|
-
"description": "Default: false\n\
|
|
629
|
+
"name": "backfill",
|
|
630
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
|
-
"name": "
|
|
634
|
-
"description": "Default:
|
|
633
|
+
"name": "classes",
|
|
634
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
|
-
"name": "
|
|
638
|
-
"description": "Default:
|
|
637
|
+
"name": "default-active-first-option",
|
|
638
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
|
-
"name": "
|
|
642
|
-
"description": "Default:
|
|
641
|
+
"name": "disabled",
|
|
642
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
|
-
"name": "
|
|
646
|
-
"description": "Default:
|
|
645
|
+
"name": "get-popup-container",
|
|
646
|
+
"description": "Default: () => document.body\n\nParent node of the dropdown. Default to body, if you encountered positioning problems during scroll, try changing to the scrollable area and position relative to it"
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
|
-
"name": "
|
|
650
|
-
"description": "Default: -\n\nCustomize
|
|
649
|
+
"name": "label-render",
|
|
650
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
|
-
"name": "
|
|
654
|
-
"description": "Default: -\n\
|
|
653
|
+
"name": "not-found-content",
|
|
654
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"name": "
|
|
658
|
-
"description": "Default: -\n\
|
|
657
|
+
"name": "open",
|
|
658
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
|
-
"name": "
|
|
662
|
-
"description": "Default: -\n\
|
|
661
|
+
"name": "options",
|
|
662
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
663
663
|
},
|
|
664
664
|
{
|
|
665
|
-
"name": "
|
|
666
|
-
"description": "Default: -\n\
|
|
665
|
+
"name": "option-render",
|
|
666
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
|
-
"name": "
|
|
670
|
-
"description": "Default: -\n\
|
|
669
|
+
"name": "placeholder",
|
|
670
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "popup-match-select-width",
|
|
674
|
+
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "popup-render",
|
|
678
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "show-search",
|
|
682
|
+
"description": "Default: true\n\nSearch configuration"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "size",
|
|
686
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "status",
|
|
690
|
+
"description": "Default: -\n\nSet validation status"
|
|
671
691
|
},
|
|
672
692
|
{
|
|
673
693
|
"name": "styles",
|
|
674
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
694
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "value",
|
|
698
|
+
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "variant",
|
|
702
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "virtual",
|
|
706
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
675
707
|
}
|
|
676
708
|
]
|
|
677
709
|
},
|
|
@@ -721,24 +753,6 @@
|
|
|
721
753
|
}
|
|
722
754
|
]
|
|
723
755
|
},
|
|
724
|
-
{
|
|
725
|
-
"name": "a-app",
|
|
726
|
-
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
727
|
-
"attributes": [
|
|
728
|
-
{
|
|
729
|
-
"name": "message",
|
|
730
|
-
"description": "Default: -\n\nGlobal config for Message"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "notification",
|
|
734
|
-
"description": "Default: -\n\nGlobal config for Notification"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "component",
|
|
738
|
-
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
739
|
-
}
|
|
740
|
-
]
|
|
741
|
-
},
|
|
742
756
|
{
|
|
743
757
|
"name": "a-cascader",
|
|
744
758
|
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
@@ -845,6 +859,70 @@
|
|
|
845
859
|
}
|
|
846
860
|
]
|
|
847
861
|
},
|
|
862
|
+
{
|
|
863
|
+
"name": "a-checkbox",
|
|
864
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
865
|
+
"attributes": [
|
|
866
|
+
{
|
|
867
|
+
"name": "checked",
|
|
868
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "checked-value",
|
|
872
|
+
"description": "Default: true\n\nThe value when checked"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "default-checked",
|
|
876
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "disabled",
|
|
880
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "indeterminate",
|
|
884
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "un-checked-value",
|
|
888
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "classes",
|
|
892
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "styles",
|
|
896
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "a-checkbox-group",
|
|
902
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
903
|
+
"attributes": [
|
|
904
|
+
{
|
|
905
|
+
"name": "options",
|
|
906
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "disabled",
|
|
910
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "name",
|
|
914
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "value",
|
|
918
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "label-render",
|
|
922
|
+
"description": "Default: -\n\n-"
|
|
923
|
+
}
|
|
924
|
+
]
|
|
925
|
+
},
|
|
848
926
|
{
|
|
849
927
|
"name": "a-collapse",
|
|
850
928
|
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
@@ -1109,70 +1187,6 @@
|
|
|
1109
1187
|
}
|
|
1110
1188
|
]
|
|
1111
1189
|
},
|
|
1112
|
-
{
|
|
1113
|
-
"name": "a-checkbox",
|
|
1114
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1115
|
-
"attributes": [
|
|
1116
|
-
{
|
|
1117
|
-
"name": "checked",
|
|
1118
|
-
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "checked-value",
|
|
1122
|
-
"description": "Default: true\n\nThe value when checked"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "default-checked",
|
|
1126
|
-
"description": "Default: false\n\nWhether to set the initial state"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"name": "disabled",
|
|
1130
|
-
"description": "Default: false\n\nIf disable checkbox"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "indeterminate",
|
|
1134
|
-
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "un-checked-value",
|
|
1138
|
-
"description": "Default: false\n\nThe value when unchecked"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"name": "classes",
|
|
1142
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "styles",
|
|
1146
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1147
|
-
}
|
|
1148
|
-
]
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"name": "a-checkbox-group",
|
|
1152
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1153
|
-
"attributes": [
|
|
1154
|
-
{
|
|
1155
|
-
"name": "options",
|
|
1156
|
-
"description": "Default: \\[]\n\nSpecifies options"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "disabled",
|
|
1160
|
-
"description": "Default: false\n\nIf disable all checkboxes"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"name": "name",
|
|
1164
|
-
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "value",
|
|
1168
|
-
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "label-render",
|
|
1172
|
-
"description": "Default: -\n\n-"
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
},
|
|
1176
1190
|
{
|
|
1177
1191
|
"name": "a-localization",
|
|
1178
1192
|
"description": "To select or input a date.",
|
|
@@ -1233,48 +1247,6 @@
|
|
|
1233
1247
|
"description": "输入或选择日期的控件。",
|
|
1234
1248
|
"attributes": []
|
|
1235
1249
|
},
|
|
1236
|
-
{
|
|
1237
|
-
"name": "a-divider",
|
|
1238
|
-
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1239
|
-
"attributes": [
|
|
1240
|
-
{
|
|
1241
|
-
"name": "dashed",
|
|
1242
|
-
"description": "Default: false\n\nWhether line is dashed"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"name": "orientation",
|
|
1246
|
-
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "plain",
|
|
1250
|
-
"description": "Default: true\n\nDivider text show as plain style"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"name": "size",
|
|
1254
|
-
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "title-placement",
|
|
1258
|
-
"description": "Default: center\n\nThe position of title inside divider"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"name": "variant",
|
|
1262
|
-
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"name": "vertical",
|
|
1266
|
-
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"name": "classes",
|
|
1270
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "styles",
|
|
1274
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1275
|
-
}
|
|
1276
|
-
]
|
|
1277
|
-
},
|
|
1278
1250
|
{
|
|
1279
1251
|
"name": "a-descriptions",
|
|
1280
1252
|
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
@@ -1334,88 +1306,44 @@
|
|
|
1334
1306
|
]
|
|
1335
1307
|
},
|
|
1336
1308
|
{
|
|
1337
|
-
"name": "a-
|
|
1338
|
-
"description": "(ZH)
|
|
1309
|
+
"name": "a-divider",
|
|
1310
|
+
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1339
1311
|
"attributes": [
|
|
1340
1312
|
{
|
|
1341
|
-
"name": "
|
|
1342
|
-
"description": "Default:
|
|
1313
|
+
"name": "dashed",
|
|
1314
|
+
"description": "Default: false\n\nWhether line is dashed"
|
|
1343
1315
|
},
|
|
1344
1316
|
{
|
|
1345
|
-
"name": "
|
|
1346
|
-
"description": "Default:
|
|
1317
|
+
"name": "orientation",
|
|
1318
|
+
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1347
1319
|
},
|
|
1348
1320
|
{
|
|
1349
|
-
"name": "
|
|
1350
|
-
"description": "Default:
|
|
1321
|
+
"name": "plain",
|
|
1322
|
+
"description": "Default: true\n\nDivider text show as plain style"
|
|
1351
1323
|
},
|
|
1352
1324
|
{
|
|
1353
|
-
"name": "
|
|
1354
|
-
"description": "Default: -\n\
|
|
1325
|
+
"name": "size",
|
|
1326
|
+
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1355
1327
|
},
|
|
1356
1328
|
{
|
|
1357
|
-
"name": "
|
|
1358
|
-
"description": "Default:
|
|
1329
|
+
"name": "title-placement",
|
|
1330
|
+
"description": "Default: center\n\nThe position of title inside divider"
|
|
1359
1331
|
},
|
|
1360
1332
|
{
|
|
1361
|
-
"name": "
|
|
1362
|
-
"description": "Default:
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "popup-render",
|
|
1366
|
-
"description": "Default: -\n\nCustomize popup content"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "open",
|
|
1370
|
-
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "disabled",
|
|
1374
|
-
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "destroy-on-hidden",
|
|
1378
|
-
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "align",
|
|
1382
|
-
"description": "Default: -\n\nPopup align config"
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"name": "get-popup-container",
|
|
1386
|
-
"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"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"name": "prefix-cls",
|
|
1390
|
-
"description": "Default: -\n\nCustomize prefix class name"
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"name": "transition-name",
|
|
1394
|
-
"description": "Default: -\n\nMotion name of dropdown"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "placement",
|
|
1398
|
-
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"name": "force-render",
|
|
1402
|
-
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "mouse-enter-delay",
|
|
1406
|
-
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1333
|
+
"name": "variant",
|
|
1334
|
+
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1407
1335
|
},
|
|
1408
1336
|
{
|
|
1409
|
-
"name": "
|
|
1410
|
-
"description": "Default:
|
|
1337
|
+
"name": "vertical",
|
|
1338
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1411
1339
|
},
|
|
1412
1340
|
{
|
|
1413
|
-
"name": "
|
|
1414
|
-
"description": "Default: -\n\
|
|
1341
|
+
"name": "classes",
|
|
1342
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1415
1343
|
},
|
|
1416
1344
|
{
|
|
1417
|
-
"name": "
|
|
1418
|
-
"description": "Default:
|
|
1345
|
+
"name": "styles",
|
|
1346
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1419
1347
|
}
|
|
1420
1348
|
]
|
|
1421
1349
|
},
|
|
@@ -1424,36 +1352,35 @@
|
|
|
1424
1352
|
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1425
1353
|
"attributes": [
|
|
1426
1354
|
{
|
|
1427
|
-
"name": "
|
|
1428
|
-
"description": "Default:
|
|
1355
|
+
"name": "vertical",
|
|
1356
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1429
1357
|
},
|
|
1430
1358
|
{
|
|
1431
|
-
"name": "
|
|
1432
|
-
"description": "Default:
|
|
1359
|
+
"name": "wrap",
|
|
1360
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1433
1361
|
},
|
|
1434
1362
|
{
|
|
1435
|
-
"name": "
|
|
1436
|
-
"description": "Default:
|
|
1363
|
+
"name": "justify",
|
|
1364
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1437
1365
|
},
|
|
1438
1366
|
{
|
|
1439
|
-
"name": "
|
|
1440
|
-
"description": "Default:
|
|
1367
|
+
"name": "align",
|
|
1368
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1441
1369
|
},
|
|
1442
1370
|
{
|
|
1443
|
-
"name": "
|
|
1444
|
-
"description": "Default:
|
|
1371
|
+
"name": "flex",
|
|
1372
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1445
1373
|
},
|
|
1446
1374
|
{
|
|
1447
|
-
"name": "
|
|
1448
|
-
"description": "Default: -\n\
|
|
1375
|
+
"name": "gap",
|
|
1376
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"name": "component",
|
|
1380
|
+
"description": "Default: div\n\ncustom element type"
|
|
1449
1381
|
}
|
|
1450
1382
|
]
|
|
1451
1383
|
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "a-flex",
|
|
1454
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1455
|
-
"attributes": []
|
|
1456
|
-
},
|
|
1457
1384
|
{
|
|
1458
1385
|
"name": "a-drawer",
|
|
1459
1386
|
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
@@ -1557,233 +1484,215 @@
|
|
|
1557
1484
|
]
|
|
1558
1485
|
},
|
|
1559
1486
|
{
|
|
1560
|
-
"name": "a-
|
|
1561
|
-
"description": "(ZH)
|
|
1487
|
+
"name": "a-dropdown",
|
|
1488
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1562
1489
|
"attributes": [
|
|
1563
1490
|
{
|
|
1564
1491
|
"name": "classes",
|
|
1565
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
1492
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1566
1493
|
},
|
|
1567
1494
|
{
|
|
1568
1495
|
"name": "styles",
|
|
1569
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"name": "colon",
|
|
1573
|
-
"description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"name": "name",
|
|
1577
|
-
"description": "Default: -\n\nForm name. Will be the prefix of Field id"
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "layout",
|
|
1581
|
-
"description": "Default: horizontal\n\nForm layout"
|
|
1496
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1582
1497
|
},
|
|
1583
1498
|
{
|
|
1584
|
-
"name": "
|
|
1585
|
-
"description": "Default:
|
|
1499
|
+
"name": "menu",
|
|
1500
|
+
"description": "Default: -\n\nThe menu props"
|
|
1586
1501
|
},
|
|
1587
1502
|
{
|
|
1588
|
-
"name": "
|
|
1589
|
-
"description": "Default:
|
|
1503
|
+
"name": "auto-focus",
|
|
1504
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1590
1505
|
},
|
|
1591
1506
|
{
|
|
1592
|
-
"name": "
|
|
1593
|
-
"description": "Default:
|
|
1507
|
+
"name": "arrow",
|
|
1508
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1594
1509
|
},
|
|
1595
1510
|
{
|
|
1596
|
-
"name": "
|
|
1597
|
-
"description": "Default:
|
|
1511
|
+
"name": "trigger",
|
|
1512
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1598
1513
|
},
|
|
1599
1514
|
{
|
|
1600
|
-
"name": "
|
|
1601
|
-
"description": "Default: -\n\
|
|
1515
|
+
"name": "popup-render",
|
|
1516
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1602
1517
|
},
|
|
1603
1518
|
{
|
|
1604
|
-
"name": "
|
|
1605
|
-
"description": "Default: -\n\
|
|
1519
|
+
"name": "open",
|
|
1520
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1606
1521
|
},
|
|
1607
1522
|
{
|
|
1608
1523
|
"name": "disabled",
|
|
1609
|
-
"description": "Default:
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "scroll-to-first-error",
|
|
1613
|
-
"description": "Default: false\n\nAuto scroll to first failed field when submit"
|
|
1524
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1614
1525
|
},
|
|
1615
1526
|
{
|
|
1616
|
-
"name": "
|
|
1617
|
-
"description": "Default:
|
|
1527
|
+
"name": "destroy-on-hidden",
|
|
1528
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1618
1529
|
},
|
|
1619
1530
|
{
|
|
1620
|
-
"name": "
|
|
1621
|
-
"description": "Default:
|
|
1531
|
+
"name": "align",
|
|
1532
|
+
"description": "Default: -\n\nPopup align config"
|
|
1622
1533
|
},
|
|
1623
1534
|
{
|
|
1624
|
-
"name": "
|
|
1625
|
-
"description": "Default:
|
|
1535
|
+
"name": "get-popup-container",
|
|
1536
|
+
"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"
|
|
1626
1537
|
},
|
|
1627
1538
|
{
|
|
1628
|
-
"name": "
|
|
1629
|
-
"description": "Default: -\n\
|
|
1539
|
+
"name": "prefix-cls",
|
|
1540
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1630
1541
|
},
|
|
1631
1542
|
{
|
|
1632
|
-
"name": "
|
|
1633
|
-
"description": "Default: -\n\
|
|
1543
|
+
"name": "transition-name",
|
|
1544
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1634
1545
|
},
|
|
1635
1546
|
{
|
|
1636
|
-
"name": "
|
|
1637
|
-
"description": "Default:
|
|
1547
|
+
"name": "placement",
|
|
1548
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1638
1549
|
},
|
|
1639
1550
|
{
|
|
1640
|
-
"name": "
|
|
1641
|
-
"description": "Default:
|
|
1551
|
+
"name": "force-render",
|
|
1552
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1642
1553
|
},
|
|
1643
1554
|
{
|
|
1644
|
-
"name": "
|
|
1645
|
-
"description": "Default:
|
|
1555
|
+
"name": "mouse-enter-delay",
|
|
1556
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1646
1557
|
},
|
|
1647
1558
|
{
|
|
1648
|
-
"name": "
|
|
1649
|
-
"description": "Default:
|
|
1559
|
+
"name": "mouse-leave-delay",
|
|
1560
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1650
1561
|
},
|
|
1651
1562
|
{
|
|
1652
|
-
"name": "
|
|
1653
|
-
"description": "Default: -\n\
|
|
1563
|
+
"name": "open-class-name",
|
|
1564
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1654
1565
|
},
|
|
1655
1566
|
{
|
|
1656
|
-
"name": "
|
|
1657
|
-
"description": "Default:
|
|
1567
|
+
"name": "auto-adjust-overflow",
|
|
1568
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1658
1569
|
}
|
|
1659
1570
|
]
|
|
1660
1571
|
},
|
|
1661
1572
|
{
|
|
1662
|
-
"name": "a-
|
|
1663
|
-
"description": "
|
|
1573
|
+
"name": "a-flex",
|
|
1574
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1575
|
+
"attributes": []
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"name": "a-float-button-group",
|
|
1579
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1664
1580
|
"attributes": [
|
|
1665
1581
|
{
|
|
1666
|
-
"name": "
|
|
1667
|
-
"description": "Default:
|
|
1582
|
+
"name": "shape",
|
|
1583
|
+
"description": "Default: circle\n\nSetting button shape of children"
|
|
1668
1584
|
},
|
|
1669
1585
|
{
|
|
1670
|
-
"name": "
|
|
1671
|
-
"description": "Default: -\n\
|
|
1586
|
+
"name": "trigger",
|
|
1587
|
+
"description": "Default: -\n\nWhich action can trigger menu open/close"
|
|
1672
1588
|
},
|
|
1673
1589
|
{
|
|
1674
|
-
"name": "
|
|
1675
|
-
"description": "Default:
|
|
1590
|
+
"name": "open",
|
|
1591
|
+
"description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
|
|
1676
1592
|
},
|
|
1677
1593
|
{
|
|
1678
|
-
"name": "
|
|
1679
|
-
"description": "Default: -\n\
|
|
1594
|
+
"name": "close-icon",
|
|
1595
|
+
"description": "Default: -\n\nCustomize close button icon"
|
|
1680
1596
|
},
|
|
1681
1597
|
{
|
|
1682
|
-
"name": "
|
|
1683
|
-
"description": "Default:
|
|
1598
|
+
"name": "placement",
|
|
1599
|
+
"description": "Default: top\n\nCustomize menu animation placement"
|
|
1684
1600
|
},
|
|
1685
1601
|
{
|
|
1686
|
-
"name": "
|
|
1687
|
-
"description": "Default:
|
|
1602
|
+
"name": "classes",
|
|
1603
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1688
1604
|
},
|
|
1689
1605
|
{
|
|
1690
|
-
"name": "
|
|
1691
|
-
"description": "Default: -\n\
|
|
1692
|
-
}
|
|
1606
|
+
"name": "styles",
|
|
1607
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1608
|
+
}
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "a-float-button",
|
|
1613
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1614
|
+
"attributes": [
|
|
1693
1615
|
{
|
|
1694
|
-
"name": "
|
|
1695
|
-
"description": "Default: -\n\
|
|
1616
|
+
"name": "icon",
|
|
1617
|
+
"description": "Default: -\n\nSet the icon component of button"
|
|
1696
1618
|
},
|
|
1697
1619
|
{
|
|
1698
|
-
"name": "
|
|
1699
|
-
"description": "Default:
|
|
1620
|
+
"name": "content",
|
|
1621
|
+
"description": "Default: -\n\nText and other"
|
|
1700
1622
|
},
|
|
1701
1623
|
{
|
|
1702
|
-
"name": "
|
|
1703
|
-
"description": "Default: -\n\
|
|
1624
|
+
"name": "~~description~~",
|
|
1625
|
+
"description": "Default: -\n\nPlease use content instead"
|
|
1704
1626
|
},
|
|
1705
1627
|
{
|
|
1706
|
-
"name": "
|
|
1707
|
-
"description": "Default:
|
|
1628
|
+
"name": "tooltip",
|
|
1629
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
1708
1630
|
},
|
|
1709
1631
|
{
|
|
1710
|
-
"name": "
|
|
1711
|
-
"description": "Default:
|
|
1632
|
+
"name": "type",
|
|
1633
|
+
"description": "Default: default\n\nSetting button type"
|
|
1712
1634
|
},
|
|
1713
1635
|
{
|
|
1714
|
-
"name": "
|
|
1715
|
-
"description": "Default:
|
|
1636
|
+
"name": "shape",
|
|
1637
|
+
"description": "Default: circle\n\nSetting button shape"
|
|
1716
1638
|
},
|
|
1717
1639
|
{
|
|
1718
|
-
"name": "
|
|
1719
|
-
"description": "Default: -\n\
|
|
1640
|
+
"name": "href",
|
|
1641
|
+
"description": "Default: -\n\nThe target of hyperlink"
|
|
1720
1642
|
},
|
|
1721
1643
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "Default:
|
|
1644
|
+
"name": "target",
|
|
1645
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1724
1646
|
},
|
|
1725
1647
|
{
|
|
1726
|
-
"name": "
|
|
1727
|
-
"description": "Default:
|
|
1648
|
+
"name": "html-type",
|
|
1649
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1728
1650
|
},
|
|
1729
1651
|
{
|
|
1730
|
-
"name": "
|
|
1731
|
-
"description": "Default: -\n\
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"name": "hidden",
|
|
1735
|
-
"description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"name": "message-variables",
|
|
1739
|
-
"description": "Default: -\n\nThe default validate field info"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "tooltip",
|
|
1743
|
-
"description": "Default: -\n\nConfig tooltip info"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "layout",
|
|
1747
|
-
"description": "Default: -\n\nForm item layout"
|
|
1652
|
+
"name": "badge",
|
|
1653
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1748
1654
|
},
|
|
1749
1655
|
{
|
|
1750
|
-
"name": "
|
|
1751
|
-
"description": "Default: -\n\
|
|
1656
|
+
"name": "classes",
|
|
1657
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1752
1658
|
},
|
|
1753
1659
|
{
|
|
1754
|
-
"name": "
|
|
1755
|
-
"description": "Default: -\n\
|
|
1660
|
+
"name": "styles",
|
|
1661
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1756
1662
|
}
|
|
1757
1663
|
]
|
|
1758
1664
|
},
|
|
1759
1665
|
{
|
|
1760
|
-
"name": "a
|
|
1761
|
-
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1762
|
-
"attributes": []
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"name": "a-float-button-group",
|
|
1666
|
+
"name": "a-float-back-top",
|
|
1766
1667
|
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1767
1668
|
"attributes": [
|
|
1768
1669
|
{
|
|
1769
|
-
"name": "
|
|
1770
|
-
"description": "Default:
|
|
1670
|
+
"name": "duration",
|
|
1671
|
+
"description": "Default: 450\n\nTime to return to top(ms)"
|
|
1771
1672
|
},
|
|
1772
1673
|
{
|
|
1773
|
-
"name": "
|
|
1774
|
-
"description": "Default: -\n\
|
|
1674
|
+
"name": "target",
|
|
1675
|
+
"description": "Default: -\n\nSpecifies where to display the linked URL"
|
|
1775
1676
|
},
|
|
1776
1677
|
{
|
|
1777
|
-
"name": "
|
|
1778
|
-
"description": "Default:
|
|
1678
|
+
"name": "visibility-height",
|
|
1679
|
+
"description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
|
|
1779
1680
|
},
|
|
1780
1681
|
{
|
|
1781
|
-
"name": "
|
|
1782
|
-
"description": "Default: -\n\
|
|
1682
|
+
"name": "badge",
|
|
1683
|
+
"description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
|
|
1783
1684
|
},
|
|
1784
1685
|
{
|
|
1785
|
-
"name": "
|
|
1786
|
-
"description": "Default:
|
|
1686
|
+
"name": "html-type",
|
|
1687
|
+
"description": "Default: button\n\nSet the original html type of button, see: MDN"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "aria-label",
|
|
1691
|
+
"description": "Default: -\n\n-"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "style",
|
|
1695
|
+
"description": "Default: -\n\n-"
|
|
1787
1696
|
},
|
|
1788
1697
|
{
|
|
1789
1698
|
"name": "classes",
|
|
@@ -1796,101 +1705,210 @@
|
|
|
1796
1705
|
]
|
|
1797
1706
|
},
|
|
1798
1707
|
{
|
|
1799
|
-
"name": "a-
|
|
1800
|
-
"description": "(ZH)
|
|
1708
|
+
"name": "a-form",
|
|
1709
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1801
1710
|
"attributes": [
|
|
1802
1711
|
{
|
|
1803
|
-
"name": "
|
|
1804
|
-
"description": "Default: -\n\
|
|
1712
|
+
"name": "classes",
|
|
1713
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1805
1714
|
},
|
|
1806
1715
|
{
|
|
1807
|
-
"name": "
|
|
1808
|
-
"description": "Default: -\n\
|
|
1716
|
+
"name": "styles",
|
|
1717
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1809
1718
|
},
|
|
1810
1719
|
{
|
|
1811
|
-
"name": "
|
|
1812
|
-
"description": "Default:
|
|
1720
|
+
"name": "colon",
|
|
1721
|
+
"description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
|
|
1813
1722
|
},
|
|
1814
1723
|
{
|
|
1815
|
-
"name": "
|
|
1816
|
-
"description": "Default: -\n\
|
|
1724
|
+
"name": "name",
|
|
1725
|
+
"description": "Default: -\n\nForm name. Will be the prefix of Field id"
|
|
1817
1726
|
},
|
|
1818
1727
|
{
|
|
1819
|
-
"name": "
|
|
1820
|
-
"description": "Default:
|
|
1728
|
+
"name": "layout",
|
|
1729
|
+
"description": "Default: horizontal\n\nForm layout"
|
|
1821
1730
|
},
|
|
1822
1731
|
{
|
|
1823
|
-
"name": "
|
|
1824
|
-
"description": "Default:
|
|
1732
|
+
"name": "label-align",
|
|
1733
|
+
"description": "Default: right\n\nThe text align of label of all items"
|
|
1825
1734
|
},
|
|
1826
1735
|
{
|
|
1827
|
-
"name": "
|
|
1828
|
-
"description": "Default:
|
|
1736
|
+
"name": "label-wrap",
|
|
1737
|
+
"description": "Default: false\n\nwhether label can be wrap"
|
|
1829
1738
|
},
|
|
1830
1739
|
{
|
|
1831
|
-
"name": "
|
|
1832
|
-
"description": "Default: -\n\
|
|
1740
|
+
"name": "label-col",
|
|
1741
|
+
"description": "Default: -\n\nLabel layout, like Col component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
|
|
1833
1742
|
},
|
|
1834
1743
|
{
|
|
1835
|
-
"name": "
|
|
1836
|
-
"description": "Default:
|
|
1744
|
+
"name": "wrapper-col",
|
|
1745
|
+
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1837
1746
|
},
|
|
1838
1747
|
{
|
|
1839
|
-
"name": "
|
|
1840
|
-
"description": "Default: -\n\
|
|
1748
|
+
"name": "feedback-icons",
|
|
1749
|
+
"description": "Default: -\n\nCan be passed custom icons while Form.Item element has hasFeedback"
|
|
1841
1750
|
},
|
|
1842
1751
|
{
|
|
1843
|
-
"name": "
|
|
1844
|
-
"description": "Default: -\n\
|
|
1752
|
+
"name": "size",
|
|
1753
|
+
"description": "Default: -\n\nSet field component size (antd components only)"
|
|
1845
1754
|
},
|
|
1846
1755
|
{
|
|
1847
|
-
"name": "
|
|
1848
|
-
"description": "Default:
|
|
1756
|
+
"name": "disabled",
|
|
1757
|
+
"description": "Default: false\n\nSet form component disable, only available for antd components"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "scroll-to-first-error",
|
|
1761
|
+
"description": "Default: false\n\nAuto scroll to first failed field when submit"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "required-mark",
|
|
1765
|
+
"description": "Default: true\n\nRequired mark style. Can use required mark or optional mark. You can not config to single Form.Item since this is a Form level config"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "variant",
|
|
1769
|
+
"description": "Default: outlined\n\nVariant of components inside form"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"name": "validate-messages",
|
|
1773
|
+
"description": "Default: -\n\nValidation prompt template, description see below"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "model",
|
|
1777
|
+
"description": "Default: -\n\nForm model"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "rules",
|
|
1781
|
+
"description": "Default: -\n\nForm rules"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "validate-trigger",
|
|
1785
|
+
"description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"name": "preserve",
|
|
1789
|
+
"description": "Default: true\n\nKeep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"name": "clear-on-destroy",
|
|
1793
|
+
"description": "Default: false\n\nClear form values when the form is uninstalled"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "validate-on-rule-change",
|
|
1797
|
+
"description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "root-class",
|
|
1801
|
+
"description": "Default: -\n\nRoot container class"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "prefix-cls",
|
|
1805
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1849
1806
|
}
|
|
1850
1807
|
]
|
|
1851
1808
|
},
|
|
1852
1809
|
{
|
|
1853
|
-
"name": "a-
|
|
1854
|
-
"description": "(ZH)
|
|
1810
|
+
"name": "a-form-item",
|
|
1811
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1855
1812
|
"attributes": [
|
|
1856
1813
|
{
|
|
1857
|
-
"name": "
|
|
1858
|
-
"description": "Default:
|
|
1814
|
+
"name": "name",
|
|
1815
|
+
"description": "Default: -\n\nField name"
|
|
1859
1816
|
},
|
|
1860
1817
|
{
|
|
1861
|
-
"name": "
|
|
1862
|
-
"description": "Default: -\n\
|
|
1818
|
+
"name": "label",
|
|
1819
|
+
"description": "Default: -\n\nLabel text"
|
|
1863
1820
|
},
|
|
1864
1821
|
{
|
|
1865
|
-
"name": "
|
|
1866
|
-
"description": "Default:
|
|
1822
|
+
"name": "label-align",
|
|
1823
|
+
"description": "Default: right\n\nThe text align of label"
|
|
1867
1824
|
},
|
|
1868
1825
|
{
|
|
1869
|
-
"name": "
|
|
1870
|
-
"description": "Default: -\n\
|
|
1826
|
+
"name": "label-col",
|
|
1827
|
+
"description": "Default: -\n\nThe layout of label. If both Form and Form.Item exists, use Item first"
|
|
1871
1828
|
},
|
|
1872
1829
|
{
|
|
1873
|
-
"name": "
|
|
1874
|
-
"description": "Default:
|
|
1830
|
+
"name": "wrapper-col",
|
|
1831
|
+
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1875
1832
|
},
|
|
1876
1833
|
{
|
|
1877
|
-
"name": "
|
|
1878
|
-
"description": "Default:
|
|
1834
|
+
"name": "colon",
|
|
1835
|
+
"description": "Default: true\n\nUsed with label, whether to display : after label text"
|
|
1879
1836
|
},
|
|
1880
1837
|
{
|
|
1881
|
-
"name": "
|
|
1882
|
-
"description": "Default: -\n\
|
|
1838
|
+
"name": "extra",
|
|
1839
|
+
"description": "Default: -\n\nThe extra prompt message"
|
|
1883
1840
|
},
|
|
1884
1841
|
{
|
|
1885
|
-
"name": "
|
|
1886
|
-
"description": "Default: -\n\
|
|
1842
|
+
"name": "help",
|
|
1843
|
+
"description": "Default: -\n\nThe prompt message. If not provided, the prompt message will be generated by the validation rule"
|
|
1887
1844
|
},
|
|
1888
1845
|
{
|
|
1889
|
-
"name": "
|
|
1890
|
-
"description": "Default:
|
|
1846
|
+
"name": "has-feedback",
|
|
1847
|
+
"description": "Default: false\n\nDisplay validation status icon"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "validate-status",
|
|
1851
|
+
"description": "Default: -\n\nThe validation status"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "required",
|
|
1855
|
+
"description": "Default: false\n\nDisplay required style. It will be generated by the validation rule"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "rules",
|
|
1859
|
+
"description": "Default: -\n\nRules for field validation"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "validate-trigger",
|
|
1863
|
+
"description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "validate-debounce",
|
|
1867
|
+
"description": "Default: -\n\nDelay milliseconds to start validation"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "validate-first",
|
|
1871
|
+
"description": "Default: false\n\nWhether stop validate on first rule of error for this field. Will parallel validate when parallel configured"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "no-style",
|
|
1875
|
+
"description": "Default: false\n\nNo style for true, used as a pure field control"
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "id",
|
|
1879
|
+
"description": "Default: -\n\nSet sub label htmlFor"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "hidden",
|
|
1883
|
+
"description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "message-variables",
|
|
1887
|
+
"description": "Default: -\n\nThe default validate field info"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "tooltip",
|
|
1891
|
+
"description": "Default: -\n\nConfig tooltip info"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "layout",
|
|
1895
|
+
"description": "Default: -\n\nForm item layout"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "root-class",
|
|
1899
|
+
"description": "Default: -\n\nRoot container class"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "prefix-cls",
|
|
1903
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1891
1904
|
}
|
|
1892
1905
|
]
|
|
1893
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "a-类型",
|
|
1909
|
+
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1910
|
+
"attributes": []
|
|
1911
|
+
},
|
|
1894
1912
|
{
|
|
1895
1913
|
"name": "a-row",
|
|
1896
1914
|
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
@@ -1971,48 +1989,6 @@
|
|
|
1971
1989
|
}
|
|
1972
1990
|
]
|
|
1973
1991
|
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "a-image",
|
|
1976
|
-
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
1977
|
-
"attributes": [
|
|
1978
|
-
{
|
|
1979
|
-
"name": "preview",
|
|
1980
|
-
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "wrapper-style",
|
|
1984
|
-
"description": "Default: -\n\nDeprecated."
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"name": "classes",
|
|
1988
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "styles",
|
|
1992
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"name": "root-class",
|
|
1996
|
-
"description": "Default: -\n\n-"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"name": "alt",
|
|
2000
|
-
"description": "Default: -\n\nImage description"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"name": "height",
|
|
2004
|
-
"description": "Default: -\n\nImage height"
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"name": "src",
|
|
2008
|
-
"description": "Default: -\n\nImage URL"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "width",
|
|
2012
|
-
"description": "Default: -\n\nImage width"
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
2015
|
-
},
|
|
2016
1992
|
{
|
|
2017
1993
|
"name": "a-common-icon",
|
|
2018
1994
|
"description": "Semantic vector graphics.",
|
|
@@ -2073,6 +2049,48 @@
|
|
|
2073
2049
|
"description": "语义化的矢量图形。",
|
|
2074
2050
|
"attributes": []
|
|
2075
2051
|
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "a-image",
|
|
2054
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
2055
|
+
"attributes": [
|
|
2056
|
+
{
|
|
2057
|
+
"name": "preview",
|
|
2058
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"name": "wrapper-style",
|
|
2062
|
+
"description": "Default: -\n\nDeprecated."
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "classes",
|
|
2066
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "styles",
|
|
2070
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "root-class",
|
|
2074
|
+
"description": "Default: -\n\n-"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "alt",
|
|
2078
|
+
"description": "Default: -\n\nImage description"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"name": "height",
|
|
2082
|
+
"description": "Default: -\n\nImage height"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "src",
|
|
2086
|
+
"description": "Default: -\n\nImage URL"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "width",
|
|
2090
|
+
"description": "Default: -\n\nImage width"
|
|
2091
|
+
}
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2076
2094
|
{
|
|
2077
2095
|
"name": "a-input",
|
|
2078
2096
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
@@ -2339,50 +2357,134 @@
|
|
|
2339
2357
|
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2340
2358
|
"attributes": [
|
|
2341
2359
|
{
|
|
2342
|
-
"name": "has-sider",
|
|
2343
|
-
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2360
|
+
"name": "has-sider",
|
|
2361
|
+
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2362
|
+
}
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "a-layout-sider",
|
|
2367
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2368
|
+
"attributes": [
|
|
2369
|
+
{
|
|
2370
|
+
"name": "breakpoint",
|
|
2371
|
+
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"name": "collapsed",
|
|
2375
|
+
"description": "Default: -\n\nTo set the current status"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "collapsed-width",
|
|
2379
|
+
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "collapsible",
|
|
2383
|
+
"description": "Default: false\n\nWhether can be collapsed"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "reverse-arrow",
|
|
2387
|
+
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "theme",
|
|
2391
|
+
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "trigger",
|
|
2395
|
+
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "width",
|
|
2399
|
+
"description": "Default: 200\n\nWidth of the sidebar"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "zero-width-trigger-style",
|
|
2403
|
+
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
2404
|
+
}
|
|
2405
|
+
]
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "a-masonry",
|
|
2409
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2410
|
+
"attributes": [
|
|
2411
|
+
{
|
|
2412
|
+
"name": "classes",
|
|
2413
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "styles",
|
|
2417
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "columns",
|
|
2421
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "fresh",
|
|
2425
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "gutter",
|
|
2429
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "items",
|
|
2433
|
+
"description": "Default: -\n\nMasonry items"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "item-render",
|
|
2437
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2344
2438
|
}
|
|
2345
2439
|
]
|
|
2346
2440
|
},
|
|
2347
2441
|
{
|
|
2348
|
-
"name": "a-
|
|
2349
|
-
"description": "(ZH)
|
|
2442
|
+
"name": "a-mentions",
|
|
2443
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2350
2444
|
"attributes": [
|
|
2351
2445
|
{
|
|
2352
|
-
"name": "
|
|
2353
|
-
"description": "Default: -\n\
|
|
2446
|
+
"name": "loading",
|
|
2447
|
+
"description": "Default: -\n\n-"
|
|
2354
2448
|
},
|
|
2355
2449
|
{
|
|
2356
|
-
"name": "
|
|
2357
|
-
"description": "Default: -\n\
|
|
2450
|
+
"name": "status",
|
|
2451
|
+
"description": "Default: -\n\nSet validation status"
|
|
2358
2452
|
},
|
|
2359
2453
|
{
|
|
2360
|
-
"name": "
|
|
2361
|
-
"description": "Default:
|
|
2454
|
+
"name": "options",
|
|
2455
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2362
2456
|
},
|
|
2363
2457
|
{
|
|
2364
|
-
"name": "
|
|
2365
|
-
"description": "Default:
|
|
2458
|
+
"name": "popup-class-name",
|
|
2459
|
+
"description": "Default: -\n\n-"
|
|
2366
2460
|
},
|
|
2367
2461
|
{
|
|
2368
|
-
"name": "
|
|
2369
|
-
"description": "Default:
|
|
2462
|
+
"name": "variant",
|
|
2463
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2370
2464
|
},
|
|
2371
2465
|
{
|
|
2372
|
-
"name": "
|
|
2373
|
-
"description": "Default:
|
|
2466
|
+
"name": "classes",
|
|
2467
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2374
2468
|
},
|
|
2375
2469
|
{
|
|
2376
|
-
"name": "
|
|
2377
|
-
"description": "Default: -\n\
|
|
2470
|
+
"name": "styles",
|
|
2471
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2378
2472
|
},
|
|
2379
2473
|
{
|
|
2380
|
-
"name": "
|
|
2381
|
-
"description": "Default:
|
|
2474
|
+
"name": "size",
|
|
2475
|
+
"description": "Default: -\n\n-"
|
|
2382
2476
|
},
|
|
2383
2477
|
{
|
|
2384
|
-
"name": "
|
|
2385
|
-
"description": "Default: -\n\
|
|
2478
|
+
"name": "label-render",
|
|
2479
|
+
"description": "Default: -\n\n-"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "allow-clear",
|
|
2483
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"name": "disabled",
|
|
2487
|
+
"description": "Default: -\n\n-"
|
|
2386
2488
|
}
|
|
2387
2489
|
]
|
|
2388
2490
|
},
|
|
@@ -2531,90 +2633,6 @@
|
|
|
2531
2633
|
"description": "全局展示通知提醒信息。",
|
|
2532
2634
|
"attributes": []
|
|
2533
2635
|
},
|
|
2534
|
-
{
|
|
2535
|
-
"name": "a-mentions",
|
|
2536
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2537
|
-
"attributes": [
|
|
2538
|
-
{
|
|
2539
|
-
"name": "loading",
|
|
2540
|
-
"description": "Default: -\n\n-"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"name": "status",
|
|
2544
|
-
"description": "Default: -\n\nSet validation status"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"name": "options",
|
|
2548
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"name": "popup-class-name",
|
|
2552
|
-
"description": "Default: -\n\n-"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"name": "variant",
|
|
2556
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"name": "classes",
|
|
2560
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"name": "styles",
|
|
2564
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"name": "size",
|
|
2568
|
-
"description": "Default: -\n\n-"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "label-render",
|
|
2572
|
-
"description": "Default: -\n\n-"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "allow-clear",
|
|
2576
|
-
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "disabled",
|
|
2580
|
-
"description": "Default: -\n\n-"
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"name": "a-masonry",
|
|
2586
|
-
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2587
|
-
"attributes": [
|
|
2588
|
-
{
|
|
2589
|
-
"name": "classes",
|
|
2590
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"name": "styles",
|
|
2594
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"name": "columns",
|
|
2598
|
-
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "fresh",
|
|
2602
|
-
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"name": "gutter",
|
|
2606
|
-
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"name": "items",
|
|
2610
|
-
"description": "Default: -\n\nMasonry items"
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"name": "item-render",
|
|
2614
|
-
"description": "Default: -\n\nCustom item rendering function"
|
|
2615
|
-
}
|
|
2616
|
-
]
|
|
2617
|
-
},
|
|
2618
2636
|
{
|
|
2619
2637
|
"name": "a-modal",
|
|
2620
2638
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2736,65 +2754,161 @@
|
|
|
2736
2754
|
"description": "Default: -\n\nThe modal dialog's title"
|
|
2737
2755
|
},
|
|
2738
2756
|
{
|
|
2739
|
-
"name": "transition-name",
|
|
2740
|
-
"description": "Default: -\n\nTransition name of dialog"
|
|
2757
|
+
"name": "transition-name",
|
|
2758
|
+
"description": "Default: -\n\nTransition name of dialog"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "mask-transition-name",
|
|
2762
|
+
"description": "Default: -\n\nTransition name of mask"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "width",
|
|
2766
|
+
"description": "Default: 520\n\nWidth of the modal dialog"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"name": "wrap-class-name",
|
|
2770
|
+
"description": "Default: -\n\nThe class name of the container of the modal dialog"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "wrap-props",
|
|
2774
|
+
"description": "Default: -\n\nWrapper element props"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "z-index",
|
|
2778
|
+
"description": "Default: 1000\n\nThe z-index of the Modal"
|
|
2779
|
+
}
|
|
2780
|
+
]
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "a-args-props",
|
|
2784
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2785
|
+
"attributes": []
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "a-notification-use-notification",
|
|
2789
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2790
|
+
"attributes": []
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"name": "a-closable-type",
|
|
2794
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2795
|
+
"attributes": []
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"name": "a-pagination",
|
|
2799
|
+
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2800
|
+
"attributes": [
|
|
2801
|
+
{
|
|
2802
|
+
"name": "align",
|
|
2803
|
+
"description": "Default: -\n\nAlignment of pagination"
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "classes",
|
|
2807
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "current",
|
|
2811
|
+
"description": "Default: -\n\nCurrent page number"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "default-current",
|
|
2815
|
+
"description": "Default: 1\n\nDefault initial page number"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "default-page-size",
|
|
2819
|
+
"description": "Default: 10\n\nDefault number of data items per page"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "disabled",
|
|
2823
|
+
"description": "Default: -\n\nDisable pagination"
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "hide-on-single-page",
|
|
2827
|
+
"description": "Default: false\n\nWhether to hide pager on single page"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "item-render",
|
|
2831
|
+
"description": "Default: -\n\nTo customize item's innerHTML"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "page-size",
|
|
2835
|
+
"description": "Default: -\n\nNumber of data items per page"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"name": "page-size-options",
|
|
2839
|
+
"description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "responsive",
|
|
2843
|
+
"description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "root-class",
|
|
2847
|
+
"description": "Default: -\n\nRoot container class"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "show-less-items",
|
|
2851
|
+
"description": "Default: false\n\nShow less page items"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"name": "show-quick-jumper",
|
|
2855
|
+
"description": "Default: false\n\nDetermine whether you can jump to pages directly"
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "show-size-changer",
|
|
2859
|
+
"description": "Default: -\n\nDetermine whether to show pageSize select"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "total-boundary-show-size-changer",
|
|
2863
|
+
"description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "show-title",
|
|
2867
|
+
"description": "Default: true\n\nShow page item's title"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "show-total",
|
|
2871
|
+
"description": "Default: -\n\nTo display the total number and range"
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "simple",
|
|
2875
|
+
"description": "Default: -\n\nWhether to use simple mode"
|
|
2741
2876
|
},
|
|
2742
2877
|
{
|
|
2743
|
-
"name": "
|
|
2744
|
-
"description": "Default:
|
|
2878
|
+
"name": "size",
|
|
2879
|
+
"description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
|
|
2745
2880
|
},
|
|
2746
2881
|
{
|
|
2747
|
-
"name": "
|
|
2748
|
-
"description": "Default:
|
|
2882
|
+
"name": "styles",
|
|
2883
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2749
2884
|
},
|
|
2750
2885
|
{
|
|
2751
|
-
"name": "
|
|
2752
|
-
"description": "Default:
|
|
2886
|
+
"name": "total",
|
|
2887
|
+
"description": "Default: 0\n\nTotal number of data items"
|
|
2753
2888
|
},
|
|
2754
2889
|
{
|
|
2755
|
-
"name": "
|
|
2756
|
-
"description": "Default: -\n\
|
|
2890
|
+
"name": "locale",
|
|
2891
|
+
"description": "Default: -\n\nPagination locale"
|
|
2757
2892
|
},
|
|
2758
2893
|
{
|
|
2759
|
-
"name": "
|
|
2760
|
-
"description": "Default:
|
|
2761
|
-
}
|
|
2762
|
-
]
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"name": "a-args-props",
|
|
2766
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2767
|
-
"attributes": []
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "a-notification-use-notification",
|
|
2771
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2772
|
-
"attributes": []
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"name": "a-closable-type",
|
|
2776
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2777
|
-
"attributes": []
|
|
2778
|
-
},
|
|
2779
|
-
{
|
|
2780
|
-
"name": "a-popover",
|
|
2781
|
-
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2782
|
-
"attributes": [
|
|
2894
|
+
"name": "prev-icon",
|
|
2895
|
+
"description": "Default: -\n\nCustom previous icon"
|
|
2896
|
+
},
|
|
2783
2897
|
{
|
|
2784
|
-
"name": "
|
|
2785
|
-
"description": "Default: -\n\
|
|
2898
|
+
"name": "next-icon",
|
|
2899
|
+
"description": "Default: -\n\nCustom next icon"
|
|
2786
2900
|
},
|
|
2787
2901
|
{
|
|
2788
|
-
"name": "
|
|
2789
|
-
"description": "Default: -\n\
|
|
2902
|
+
"name": "jump-prev-icon",
|
|
2903
|
+
"description": "Default: -\n\nCustom jump-prev icon"
|
|
2790
2904
|
},
|
|
2791
2905
|
{
|
|
2792
|
-
"name": "
|
|
2793
|
-
"description": "Default: -\n\
|
|
2906
|
+
"name": "jump-next-icon",
|
|
2907
|
+
"description": "Default: -\n\nCustom jump-next icon"
|
|
2794
2908
|
},
|
|
2795
2909
|
{
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "Default: -\n\
|
|
2910
|
+
"name": "select-component-class",
|
|
2911
|
+
"description": "Default: -\n\nDeprecated, not official support"
|
|
2798
2912
|
}
|
|
2799
2913
|
]
|
|
2800
2914
|
},
|
|
@@ -2852,6 +2966,28 @@
|
|
|
2852
2966
|
}
|
|
2853
2967
|
]
|
|
2854
2968
|
},
|
|
2969
|
+
{
|
|
2970
|
+
"name": "a-popover",
|
|
2971
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2972
|
+
"attributes": [
|
|
2973
|
+
{
|
|
2974
|
+
"name": "title",
|
|
2975
|
+
"description": "Default: -\n\nTitle of the card"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "content",
|
|
2979
|
+
"description": "Default: -\n\nContent of the card"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "classes",
|
|
2983
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "styles",
|
|
2987
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2988
|
+
}
|
|
2989
|
+
]
|
|
2990
|
+
},
|
|
2855
2991
|
{
|
|
2856
2992
|
"name": "a-progress",
|
|
2857
2993
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -2963,196 +3099,28 @@
|
|
|
2963
3099
|
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
2964
3100
|
},
|
|
2965
3101
|
{
|
|
2966
|
-
"name": "bordered",
|
|
2967
|
-
"description": "Default: true\n\nWhether has border style"
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"name": "error-level",
|
|
2971
|
-
"description": "Default: 'M'\n\nError Code Level"
|
|
2972
|
-
},
|
|
2973
|
-
{
|
|
2974
|
-
"name": "boost-level",
|
|
2975
|
-
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "status",
|
|
2979
|
-
"description": "Default: 'active'\n\nQRCode status"
|
|
2980
|
-
},
|
|
2981
|
-
{
|
|
2982
|
-
"name": "status-render",
|
|
2983
|
-
"description": "Default: -\n\ncustom status render"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "styles",
|
|
2987
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2988
|
-
}
|
|
2989
|
-
]
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"name": "a-pagination",
|
|
2993
|
-
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
2994
|
-
"attributes": [
|
|
2995
|
-
{
|
|
2996
|
-
"name": "align",
|
|
2997
|
-
"description": "Default: -\n\nAlignment of pagination"
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"name": "classes",
|
|
3001
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
3004
|
-
"name": "current",
|
|
3005
|
-
"description": "Default: -\n\nCurrent page number"
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"name": "default-current",
|
|
3009
|
-
"description": "Default: 1\n\nDefault initial page number"
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"name": "default-page-size",
|
|
3013
|
-
"description": "Default: 10\n\nDefault number of data items per page"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"name": "disabled",
|
|
3017
|
-
"description": "Default: -\n\nDisable pagination"
|
|
3018
|
-
},
|
|
3019
|
-
{
|
|
3020
|
-
"name": "hide-on-single-page",
|
|
3021
|
-
"description": "Default: false\n\nWhether to hide pager on single page"
|
|
3022
|
-
},
|
|
3023
|
-
{
|
|
3024
|
-
"name": "item-render",
|
|
3025
|
-
"description": "Default: -\n\nTo customize item's innerHTML"
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"name": "page-size",
|
|
3029
|
-
"description": "Default: -\n\nNumber of data items per page"
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"name": "page-size-options",
|
|
3033
|
-
"description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"name": "responsive",
|
|
3037
|
-
"description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"name": "root-class",
|
|
3041
|
-
"description": "Default: -\n\nRoot container class"
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"name": "show-less-items",
|
|
3045
|
-
"description": "Default: false\n\nShow less page items"
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "show-quick-jumper",
|
|
3049
|
-
"description": "Default: false\n\nDetermine whether you can jump to pages directly"
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"name": "show-size-changer",
|
|
3053
|
-
"description": "Default: -\n\nDetermine whether to show pageSize select"
|
|
3054
|
-
},
|
|
3055
|
-
{
|
|
3056
|
-
"name": "total-boundary-show-size-changer",
|
|
3057
|
-
"description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
"name": "show-title",
|
|
3061
|
-
"description": "Default: true\n\nShow page item's title"
|
|
3062
|
-
},
|
|
3063
|
-
{
|
|
3064
|
-
"name": "show-total",
|
|
3065
|
-
"description": "Default: -\n\nTo display the total number and range"
|
|
3066
|
-
},
|
|
3067
|
-
{
|
|
3068
|
-
"name": "simple",
|
|
3069
|
-
"description": "Default: -\n\nWhether to use simple mode"
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"name": "size",
|
|
3073
|
-
"description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
|
|
3074
|
-
},
|
|
3075
|
-
{
|
|
3076
|
-
"name": "styles",
|
|
3077
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
"name": "total",
|
|
3081
|
-
"description": "Default: 0\n\nTotal number of data items"
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"name": "locale",
|
|
3085
|
-
"description": "Default: -\n\nPagination locale"
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"name": "prev-icon",
|
|
3089
|
-
"description": "Default: -\n\nCustom previous icon"
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"name": "next-icon",
|
|
3093
|
-
"description": "Default: -\n\nCustom next icon"
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"name": "jump-prev-icon",
|
|
3097
|
-
"description": "Default: -\n\nCustom jump-prev icon"
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"name": "jump-next-icon",
|
|
3101
|
-
"description": "Default: -\n\nCustom jump-next icon"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"name": "select-component-class",
|
|
3105
|
-
"description": "Default: -\n\nDeprecated, not official support"
|
|
3106
|
-
}
|
|
3107
|
-
]
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"name": "a-rate",
|
|
3111
|
-
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3112
|
-
"attributes": [
|
|
3113
|
-
{
|
|
3114
|
-
"name": "allow-clear",
|
|
3115
|
-
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"name": "allow-half",
|
|
3119
|
-
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"name": "character",
|
|
3123
|
-
"description": "Default: -\n\nThe custom character of rate"
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "class-name",
|
|
3127
|
-
"description": "Default: -\n\nThe custom class name of rate"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"name": "count",
|
|
3131
|
-
"description": "Default: 5\n\nStar count"
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"name": "disabled",
|
|
3135
|
-
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3102
|
+
"name": "bordered",
|
|
3103
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3136
3104
|
},
|
|
3137
3105
|
{
|
|
3138
|
-
"name": "
|
|
3139
|
-
"description": "Default:
|
|
3106
|
+
"name": "error-level",
|
|
3107
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3140
3108
|
},
|
|
3141
3109
|
{
|
|
3142
|
-
"name": "
|
|
3143
|
-
"description": "Default:
|
|
3110
|
+
"name": "boost-level",
|
|
3111
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3144
3112
|
},
|
|
3145
3113
|
{
|
|
3146
|
-
"name": "
|
|
3147
|
-
"description": "Default:
|
|
3114
|
+
"name": "status",
|
|
3115
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3148
3116
|
},
|
|
3149
3117
|
{
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "Default: -\n\
|
|
3118
|
+
"name": "status-render",
|
|
3119
|
+
"description": "Default: -\n\ncustom status render"
|
|
3152
3120
|
},
|
|
3153
3121
|
{
|
|
3154
|
-
"name": "
|
|
3155
|
-
"description": "Default: -\n\
|
|
3122
|
+
"name": "styles",
|
|
3123
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3156
3124
|
}
|
|
3157
3125
|
]
|
|
3158
3126
|
},
|
|
@@ -3240,6 +3208,90 @@
|
|
|
3240
3208
|
}
|
|
3241
3209
|
]
|
|
3242
3210
|
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "a-rate",
|
|
3213
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3214
|
+
"attributes": [
|
|
3215
|
+
{
|
|
3216
|
+
"name": "allow-clear",
|
|
3217
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "allow-half",
|
|
3221
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"name": "character",
|
|
3225
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "class-name",
|
|
3229
|
+
"description": "Default: -\n\nThe custom class name of rate"
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "count",
|
|
3233
|
+
"description": "Default: 5\n\nStar count"
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "disabled",
|
|
3237
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "keyboard",
|
|
3241
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "size",
|
|
3245
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "style",
|
|
3249
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "tooltips",
|
|
3253
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"name": "value",
|
|
3257
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3258
|
+
}
|
|
3259
|
+
]
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "a-result",
|
|
3263
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3264
|
+
"attributes": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "classes",
|
|
3267
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"name": "extra",
|
|
3271
|
+
"description": "Default: -\n\nOperating area"
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "icon",
|
|
3275
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3276
|
+
},
|
|
3277
|
+
{
|
|
3278
|
+
"name": "status",
|
|
3279
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "styles",
|
|
3283
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "sub-title",
|
|
3287
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "title",
|
|
3291
|
+
"description": "Default: -\n\nThe title"
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
3294
|
+
},
|
|
3243
3295
|
{
|
|
3244
3296
|
"name": "a-segmented",
|
|
3245
3297
|
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
@@ -3485,67 +3537,178 @@
|
|
|
3485
3537
|
]
|
|
3486
3538
|
},
|
|
3487
3539
|
{
|
|
3488
|
-
"name": "a-
|
|
3489
|
-
"description": "(ZH)
|
|
3540
|
+
"name": "a-skeleton",
|
|
3541
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3490
3542
|
"attributes": [
|
|
3491
3543
|
{
|
|
3492
|
-
"name": "
|
|
3493
|
-
"description": "Default:
|
|
3544
|
+
"name": "active",
|
|
3545
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "avatar",
|
|
3549
|
+
"description": "Default: false\n\nShow avatar placeholder"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "loading",
|
|
3553
|
+
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"name": "paragraph",
|
|
3557
|
+
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "round",
|
|
3561
|
+
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"name": "title",
|
|
3565
|
+
"description": "Default: true\n\nShow title placeholder"
|
|
3494
3566
|
},
|
|
3495
3567
|
{
|
|
3496
3568
|
"name": "classes",
|
|
3497
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component
|
|
3569
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3498
3570
|
},
|
|
3499
3571
|
{
|
|
3500
|
-
"name": "
|
|
3501
|
-
"description": "Default:
|
|
3572
|
+
"name": "styles",
|
|
3573
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3574
|
+
}
|
|
3575
|
+
]
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "a-skeleton-avatar",
|
|
3579
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3580
|
+
"attributes": [
|
|
3581
|
+
{
|
|
3582
|
+
"name": "active",
|
|
3583
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3502
3584
|
},
|
|
3503
3585
|
{
|
|
3504
|
-
"name": "
|
|
3505
|
-
"description": "Default:
|
|
3586
|
+
"name": "shape",
|
|
3587
|
+
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3506
3588
|
},
|
|
3507
3589
|
{
|
|
3508
3590
|
"name": "size",
|
|
3509
|
-
"description": "Default:
|
|
3591
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "classes",
|
|
3595
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3510
3596
|
},
|
|
3511
3597
|
{
|
|
3512
3598
|
"name": "styles",
|
|
3513
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component
|
|
3599
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3600
|
+
}
|
|
3601
|
+
]
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "a-skeleton-title",
|
|
3605
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3606
|
+
"attributes": [
|
|
3607
|
+
{
|
|
3608
|
+
"name": "width",
|
|
3609
|
+
"description": "Default: -\n\nSet the width of title"
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "a-skeleton-paragraph",
|
|
3615
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3616
|
+
"attributes": [
|
|
3617
|
+
{
|
|
3618
|
+
"name": "rows",
|
|
3619
|
+
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3514
3620
|
},
|
|
3515
3621
|
{
|
|
3516
|
-
"name": "
|
|
3517
|
-
"description": "Default:
|
|
3622
|
+
"name": "width",
|
|
3623
|
+
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3624
|
+
}
|
|
3625
|
+
]
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"name": "a-skeleton-button",
|
|
3629
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3630
|
+
"attributes": [
|
|
3631
|
+
{
|
|
3632
|
+
"name": "active",
|
|
3633
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3518
3634
|
},
|
|
3519
3635
|
{
|
|
3520
|
-
"name": "
|
|
3521
|
-
"description": "Default: false\n\
|
|
3636
|
+
"name": "block",
|
|
3637
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"name": "shape",
|
|
3641
|
+
"description": "Default: -\n\nSet the shape of button"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "size",
|
|
3645
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "classes",
|
|
3649
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "styles",
|
|
3653
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3522
3654
|
}
|
|
3523
3655
|
]
|
|
3524
3656
|
},
|
|
3525
3657
|
{
|
|
3526
|
-
"name": "a-
|
|
3527
|
-
"description": "(ZH)
|
|
3528
|
-
"attributes": [
|
|
3658
|
+
"name": "a-skeleton-input",
|
|
3659
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3660
|
+
"attributes": [
|
|
3661
|
+
{
|
|
3662
|
+
"name": "active",
|
|
3663
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "size",
|
|
3667
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "classes",
|
|
3671
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "styles",
|
|
3675
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "a-skeleton-image",
|
|
3681
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3682
|
+
"attributes": [
|
|
3683
|
+
{
|
|
3684
|
+
"name": "active",
|
|
3685
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "classes",
|
|
3689
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "styles",
|
|
3693
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3694
|
+
}
|
|
3695
|
+
]
|
|
3529
3696
|
},
|
|
3530
3697
|
{
|
|
3531
|
-
"name": "a-
|
|
3532
|
-
"description": "(ZH)
|
|
3698
|
+
"name": "a-skeleton-node",
|
|
3699
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3533
3700
|
"attributes": [
|
|
3534
3701
|
{
|
|
3535
|
-
"name": "
|
|
3536
|
-
"description": "Default: false\n\
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"name": "orientation",
|
|
3540
|
-
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3702
|
+
"name": "active",
|
|
3703
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3541
3704
|
},
|
|
3542
3705
|
{
|
|
3543
|
-
"name": "
|
|
3544
|
-
"description": "Default:
|
|
3706
|
+
"name": "classes",
|
|
3707
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3545
3708
|
},
|
|
3546
3709
|
{
|
|
3547
|
-
"name": "
|
|
3548
|
-
"description": "Default:
|
|
3710
|
+
"name": "styles",
|
|
3711
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3549
3712
|
}
|
|
3550
3713
|
]
|
|
3551
3714
|
},
|
|
@@ -3623,6 +3786,71 @@
|
|
|
3623
3786
|
}
|
|
3624
3787
|
]
|
|
3625
3788
|
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "a-space",
|
|
3791
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3792
|
+
"attributes": [
|
|
3793
|
+
{
|
|
3794
|
+
"name": "align",
|
|
3795
|
+
"description": "Default: -\n\nAlign items"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"name": "classes",
|
|
3799
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "orientation",
|
|
3803
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "separator",
|
|
3807
|
+
"description": "Default: -\n\nSet separator"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "size",
|
|
3811
|
+
"description": "Default: small\n\nThe space size"
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "styles",
|
|
3815
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"name": "vertical",
|
|
3819
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"name": "wrap",
|
|
3823
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3824
|
+
}
|
|
3825
|
+
]
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "a-size",
|
|
3829
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3830
|
+
"attributes": []
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "a-space-compact",
|
|
3834
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3835
|
+
"attributes": [
|
|
3836
|
+
{
|
|
3837
|
+
"name": "block",
|
|
3838
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "orientation",
|
|
3842
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "size",
|
|
3846
|
+
"description": "Default: middle\n\nSet child component size"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "vertical",
|
|
3850
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
3853
|
+
},
|
|
3626
3854
|
{
|
|
3627
3855
|
"name": "a-spin",
|
|
3628
3856
|
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
@@ -3850,195 +4078,19 @@
|
|
|
3850
4078
|
},
|
|
3851
4079
|
{
|
|
3852
4080
|
"name": "styles",
|
|
3853
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3854
|
-
},
|
|
3855
|
-
{
|
|
3856
|
-
"name": "title-placement",
|
|
3857
|
-
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"name": "type",
|
|
3861
|
-
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
3862
|
-
},
|
|
3863
|
-
{
|
|
3864
|
-
"name": "variant",
|
|
3865
|
-
"description": "Default: filled\n\nConfig style variant"
|
|
3866
|
-
}
|
|
3867
|
-
]
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"name": "a-skeleton",
|
|
3871
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3872
|
-
"attributes": [
|
|
3873
|
-
{
|
|
3874
|
-
"name": "active",
|
|
3875
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "avatar",
|
|
3879
|
-
"description": "Default: false\n\nShow avatar placeholder"
|
|
3880
|
-
},
|
|
3881
|
-
{
|
|
3882
|
-
"name": "loading",
|
|
3883
|
-
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3884
|
-
},
|
|
3885
|
-
{
|
|
3886
|
-
"name": "paragraph",
|
|
3887
|
-
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3888
|
-
},
|
|
3889
|
-
{
|
|
3890
|
-
"name": "round",
|
|
3891
|
-
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3892
|
-
},
|
|
3893
|
-
{
|
|
3894
|
-
"name": "title",
|
|
3895
|
-
"description": "Default: true\n\nShow title placeholder"
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
"name": "classes",
|
|
3899
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"name": "styles",
|
|
3903
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3904
|
-
}
|
|
3905
|
-
]
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"name": "a-skeleton-avatar",
|
|
3909
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3910
|
-
"attributes": [
|
|
3911
|
-
{
|
|
3912
|
-
"name": "active",
|
|
3913
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3914
|
-
},
|
|
3915
|
-
{
|
|
3916
|
-
"name": "shape",
|
|
3917
|
-
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"name": "size",
|
|
3921
|
-
"description": "Default: medium\n\nSet the size of avatar"
|
|
3922
|
-
},
|
|
3923
|
-
{
|
|
3924
|
-
"name": "classes",
|
|
3925
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"name": "styles",
|
|
3929
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3930
|
-
}
|
|
3931
|
-
]
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"name": "a-skeleton-title",
|
|
3935
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3936
|
-
"attributes": [
|
|
3937
|
-
{
|
|
3938
|
-
"name": "width",
|
|
3939
|
-
"description": "Default: -\n\nSet the width of title"
|
|
3940
|
-
}
|
|
3941
|
-
]
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"name": "a-skeleton-paragraph",
|
|
3945
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3946
|
-
"attributes": [
|
|
3947
|
-
{
|
|
3948
|
-
"name": "rows",
|
|
3949
|
-
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
"name": "width",
|
|
3953
|
-
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3954
|
-
}
|
|
3955
|
-
]
|
|
3956
|
-
},
|
|
3957
|
-
{
|
|
3958
|
-
"name": "a-skeleton-button",
|
|
3959
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3960
|
-
"attributes": [
|
|
3961
|
-
{
|
|
3962
|
-
"name": "active",
|
|
3963
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"name": "block",
|
|
3967
|
-
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
"name": "shape",
|
|
3971
|
-
"description": "Default: -\n\nSet the shape of button"
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"name": "size",
|
|
3975
|
-
"description": "Default: medium\n\nSet the size of button"
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"name": "classes",
|
|
3979
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"name": "styles",
|
|
3983
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3984
|
-
}
|
|
3985
|
-
]
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"name": "a-skeleton-input",
|
|
3989
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3990
|
-
"attributes": [
|
|
3991
|
-
{
|
|
3992
|
-
"name": "active",
|
|
3993
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "size",
|
|
3997
|
-
"description": "Default: medium\n\nSet the size of input"
|
|
3998
|
-
},
|
|
3999
|
-
{
|
|
4000
|
-
"name": "classes",
|
|
4001
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
4002
|
-
},
|
|
4003
|
-
{
|
|
4004
|
-
"name": "styles",
|
|
4005
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
4006
|
-
}
|
|
4007
|
-
]
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "a-skeleton-image",
|
|
4011
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
4012
|
-
"attributes": [
|
|
4013
|
-
{
|
|
4014
|
-
"name": "active",
|
|
4015
|
-
"description": "Default: false\n\nShow animation effect"
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "classes",
|
|
4019
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"name": "styles",
|
|
4023
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
4024
|
-
}
|
|
4025
|
-
]
|
|
4026
|
-
},
|
|
4027
|
-
{
|
|
4028
|
-
"name": "a-skeleton-node",
|
|
4029
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
4030
|
-
"attributes": [
|
|
4081
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4082
|
+
},
|
|
4031
4083
|
{
|
|
4032
|
-
"name": "
|
|
4033
|
-
"description": "Default:
|
|
4084
|
+
"name": "title-placement",
|
|
4085
|
+
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
4034
4086
|
},
|
|
4035
4087
|
{
|
|
4036
|
-
"name": "
|
|
4037
|
-
"description": "Default:
|
|
4088
|
+
"name": "type",
|
|
4089
|
+
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
4038
4090
|
},
|
|
4039
4091
|
{
|
|
4040
|
-
"name": "
|
|
4041
|
-
"description": "Default:
|
|
4092
|
+
"name": "variant",
|
|
4093
|
+
"description": "Default: filled\n\nConfig style variant"
|
|
4042
4094
|
}
|
|
4043
4095
|
]
|
|
4044
4096
|
},
|
|
@@ -4202,6 +4254,96 @@
|
|
|
4202
4254
|
}
|
|
4203
4255
|
]
|
|
4204
4256
|
},
|
|
4257
|
+
{
|
|
4258
|
+
"name": "a-tabs",
|
|
4259
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4260
|
+
"attributes": [
|
|
4261
|
+
{
|
|
4262
|
+
"name": "active-key",
|
|
4263
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "add-icon",
|
|
4267
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "animated",
|
|
4271
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "centered",
|
|
4275
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "classes",
|
|
4279
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "default-active-key",
|
|
4283
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"name": "hide-add",
|
|
4287
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"name": "indicator",
|
|
4291
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "items",
|
|
4295
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "more",
|
|
4299
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "more-icon",
|
|
4303
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"name": "remove-icon",
|
|
4307
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "render-tab-bar",
|
|
4311
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "size",
|
|
4315
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "styles",
|
|
4319
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "tab-bar-extra-content",
|
|
4323
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "tab-bar-gutter",
|
|
4327
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "tab-bar-style",
|
|
4331
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"name": "tab-placement",
|
|
4335
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "destroy-on-hidden",
|
|
4339
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "type",
|
|
4343
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4344
|
+
}
|
|
4345
|
+
]
|
|
4346
|
+
},
|
|
4205
4347
|
{
|
|
4206
4348
|
"name": "a-tag",
|
|
4207
4349
|
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
@@ -4541,96 +4683,6 @@
|
|
|
4541
4683
|
}
|
|
4542
4684
|
]
|
|
4543
4685
|
},
|
|
4544
|
-
{
|
|
4545
|
-
"name": "a-tabs",
|
|
4546
|
-
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4547
|
-
"attributes": [
|
|
4548
|
-
{
|
|
4549
|
-
"name": "active-key",
|
|
4550
|
-
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"name": "add-icon",
|
|
4554
|
-
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4555
|
-
},
|
|
4556
|
-
{
|
|
4557
|
-
"name": "animated",
|
|
4558
|
-
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4559
|
-
},
|
|
4560
|
-
{
|
|
4561
|
-
"name": "centered",
|
|
4562
|
-
"description": "Default: false\n\nCenters tabs"
|
|
4563
|
-
},
|
|
4564
|
-
{
|
|
4565
|
-
"name": "classes",
|
|
4566
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
"name": "default-active-key",
|
|
4570
|
-
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4571
|
-
},
|
|
4572
|
-
{
|
|
4573
|
-
"name": "hide-add",
|
|
4574
|
-
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4575
|
-
},
|
|
4576
|
-
{
|
|
4577
|
-
"name": "indicator",
|
|
4578
|
-
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4579
|
-
},
|
|
4580
|
-
{
|
|
4581
|
-
"name": "items",
|
|
4582
|
-
"description": "Default: []\n\nConfigure tab content"
|
|
4583
|
-
},
|
|
4584
|
-
{
|
|
4585
|
-
"name": "more",
|
|
4586
|
-
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4587
|
-
},
|
|
4588
|
-
{
|
|
4589
|
-
"name": "more-icon",
|
|
4590
|
-
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"name": "remove-icon",
|
|
4594
|
-
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4595
|
-
},
|
|
4596
|
-
{
|
|
4597
|
-
"name": "render-tab-bar",
|
|
4598
|
-
"description": "Default: -\n\nReplace the TabBar"
|
|
4599
|
-
},
|
|
4600
|
-
{
|
|
4601
|
-
"name": "size",
|
|
4602
|
-
"description": "Default: middle\n\nPreset tab bar size"
|
|
4603
|
-
},
|
|
4604
|
-
{
|
|
4605
|
-
"name": "styles",
|
|
4606
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"name": "tab-bar-extra-content",
|
|
4610
|
-
"description": "Default: -\n\nExtra content in tab bar"
|
|
4611
|
-
},
|
|
4612
|
-
{
|
|
4613
|
-
"name": "tab-bar-gutter",
|
|
4614
|
-
"description": "Default: -\n\nThe gap between tabs"
|
|
4615
|
-
},
|
|
4616
|
-
{
|
|
4617
|
-
"name": "tab-bar-style",
|
|
4618
|
-
"description": "Default: -\n\nTab bar style object"
|
|
4619
|
-
},
|
|
4620
|
-
{
|
|
4621
|
-
"name": "tab-placement",
|
|
4622
|
-
"description": "Default: top\n\nPlacement of tabs"
|
|
4623
|
-
},
|
|
4624
|
-
{
|
|
4625
|
-
"name": "destroy-on-hidden",
|
|
4626
|
-
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"name": "type",
|
|
4630
|
-
"description": "Default: line\n\nBasic style of tabs"
|
|
4631
|
-
}
|
|
4632
|
-
]
|
|
4633
|
-
},
|
|
4634
4686
|
{
|
|
4635
4687
|
"name": "a-transfer",
|
|
4636
4688
|
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
@@ -4903,6 +4955,16 @@
|
|
|
4903
4955
|
}
|
|
4904
4956
|
]
|
|
4905
4957
|
},
|
|
4958
|
+
{
|
|
4959
|
+
"name": "a-tree-select-props",
|
|
4960
|
+
"description": "Tree selection control.",
|
|
4961
|
+
"attributes": []
|
|
4962
|
+
},
|
|
4963
|
+
{
|
|
4964
|
+
"name": "a-tree-select",
|
|
4965
|
+
"description": "树型选择控件。",
|
|
4966
|
+
"attributes": []
|
|
4967
|
+
},
|
|
4906
4968
|
{
|
|
4907
4969
|
"name": "a-typography",
|
|
4908
4970
|
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
@@ -5243,50 +5305,6 @@
|
|
|
5243
5305
|
}
|
|
5244
5306
|
]
|
|
5245
5307
|
},
|
|
5246
|
-
{
|
|
5247
|
-
"name": "a-tree-select-props",
|
|
5248
|
-
"description": "Tree selection control.",
|
|
5249
|
-
"attributes": []
|
|
5250
|
-
},
|
|
5251
|
-
{
|
|
5252
|
-
"name": "a-tree-select",
|
|
5253
|
-
"description": "树型选择控件。",
|
|
5254
|
-
"attributes": []
|
|
5255
|
-
},
|
|
5256
|
-
{
|
|
5257
|
-
"name": "a-result",
|
|
5258
|
-
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
5259
|
-
"attributes": [
|
|
5260
|
-
{
|
|
5261
|
-
"name": "classes",
|
|
5262
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
5263
|
-
},
|
|
5264
|
-
{
|
|
5265
|
-
"name": "extra",
|
|
5266
|
-
"description": "Default: -\n\nOperating area"
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"name": "icon",
|
|
5270
|
-
"description": "Default: -\n\nCustom back icon"
|
|
5271
|
-
},
|
|
5272
|
-
{
|
|
5273
|
-
"name": "status",
|
|
5274
|
-
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
5275
|
-
},
|
|
5276
|
-
{
|
|
5277
|
-
"name": "styles",
|
|
5278
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
5279
|
-
},
|
|
5280
|
-
{
|
|
5281
|
-
"name": "sub-title",
|
|
5282
|
-
"description": "Default: -\n\nThe subTitle"
|
|
5283
|
-
},
|
|
5284
|
-
{
|
|
5285
|
-
"name": "title",
|
|
5286
|
-
"description": "Default: -\n\nThe title"
|
|
5287
|
-
}
|
|
5288
|
-
]
|
|
5289
|
-
},
|
|
5290
5308
|
{
|
|
5291
5309
|
"name": "a-menu-item",
|
|
5292
5310
|
"description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
|