antdv-next 1.3.0 → 1.3.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +2 -2
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/vueNode.d.ts +10 -3
- package/dist/_util/wave/WaveEffect.d.ts +5 -5
- package/dist/_util/wave/index.d.ts +2 -2
- package/dist/_util/wave/index.js +29 -16
- package/dist/_util/wave/style.d.ts +2 -2
- package/dist/_util/zindexContext.d.ts +2 -2
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/style/index.d.ts +2 -2
- package/dist/alert/Alert.d.ts +2 -2
- package/dist/alert/style/index.d.ts +2 -2
- package/dist/anchor/Anchor.d.ts +2 -2
- package/dist/anchor/AnchorLink.d.ts +2 -2
- package/dist/anchor/style/index.d.ts +2 -2
- package/dist/antd-with-locales.esm.js +11193 -11124
- package/dist/antd-with-locales.js +72 -72
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +5937 -5868
- package/dist/antd.js +51 -51
- package/dist/app/App.d.ts +2 -2
- package/dist/app/context.d.ts +2 -2
- package/dist/app/style/index.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +2 -2
- package/dist/avatar/Avatar.d.ts +2 -2
- package/dist/avatar/AvatarContext.d.ts +2 -2
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/border-beam/BorderBeam.d.ts +3 -3
- package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
- package/dist/border-beam/style/index.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/buttonHelper.d.ts +1 -1
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +2 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +2 -2
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +2 -2
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/hooks/useCheckable.d.ts +2 -2
- package/dist/cascader/index.d.ts +2 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +4 -4
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.js +11 -1
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +20 -20
- 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 +8 -5
- package/dist/config-provider/index.js +3 -1
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/util.d.ts +7 -3
- package/dist/date-picker/util.js +5 -5
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/Item.d.ts +2 -2
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +10 -10
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/index.d.ts +2 -2
- package/dist/descriptions/index.js +1 -4
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/style/index.d.ts +2 -2
- package/dist/drawer/DrawerPanel.d.ts +2 -2
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/style/index.d.ts +2 -2
- package/dist/drawer/useFocusable.d.ts +2 -2
- package/dist/dropdown/dropdown.d.ts +2 -2
- package/dist/dropdown/style/index.d.ts +2 -2
- package/dist/empty/empty.d.ts +2 -2
- package/dist/empty/index.d.ts +5 -5
- package/dist/empty/simple.d.ts +2 -2
- package/dist/empty/style/index.d.ts +2 -2
- package/dist/flex/index.d.ts +2 -2
- package/dist/flex/style/index.d.ts +2 -2
- package/dist/float-button/BackTop.d.ts +2 -2
- package/dist/float-button/FloatButton.d.ts +2 -2
- package/dist/float-button/FloatButtonGroup.d.ts +2 -2
- package/dist/float-button/PurePanel.d.ts +2 -2
- package/dist/float-button/context.d.ts +3 -3
- package/dist/float-button/style/index.d.ts +2 -2
- package/dist/form/ErrorList.d.ts +2 -2
- package/dist/form/Form.d.ts +2 -2
- package/dist/form/Form.js +3 -2
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +6 -6
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
- package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +2 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +2 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/index.js +10 -7
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PureList.d.ts +3 -3
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/style/index.d.ts +5 -5
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
- package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
- package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
- package/dist/modal/components/NormalOkBtn.d.ts +2 -2
- package/dist/modal/confirm.js +2 -1
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PureList.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/style/index.d.ts +5 -5
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/index.js +1 -1
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +4 -4
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/style/select-input.js +3 -1
- package/dist/select/useIcons.d.ts +15 -10
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +4 -4
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +2 -2
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +2 -2
- package/dist/spin/index.d.ts +2 -2
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/SplitBar.js +25 -22
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +2 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/style/index.d.ts +2 -2
- package/dist/table/Column.d.ts +2 -2
- package/dist/table/ColumnGroup.d.ts +2 -2
- package/dist/table/ExpandIcon.d.ts +2 -2
- package/dist/table/InternalTable.d.ts +2 -2
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- 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 +3 -151
- package/dist/table/hooks/useFilter/index.js +15 -11
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSelection.js +1 -1
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/hooks/useSorter.js +4 -1
- package/dist/table/interface.d.ts +5 -3
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +4 -2
- package/dist/tag/CheckableTag.js +18 -2
- package/dist/tag/CheckableTagGroup.d.ts +2 -2
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +2 -2
- package/dist/tag/index.js +20 -3
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +5 -4
- package/dist/theme/themes/default/theme.d.ts +2 -2
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/timeline/Timeline.d.ts +2 -2
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/panelRender.js +8 -2
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Section.js +1 -1
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/search.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/Tree.d.ts +2 -2
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/dropIndicator.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +2 -2
- package/dist/tree-select/index.d.ts +3 -3
- package/dist/tree-select/style/index.d.ts +2 -2
- package/dist/typography/Base/CopyBtn.d.ts +2 -2
- package/dist/typography/Base/Ellipsis.d.ts +3 -3
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Editable.d.ts +2 -2
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Typography.d.ts +2 -2
- package/dist/typography/hooks/useCopyClick.d.ts +3 -3
- package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
- package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
- package/dist/typography/index.d.ts +5 -5
- package/dist/typography/style/index.d.ts +2 -2
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/package.json +3 -3
- package/web-tags.json +1100 -1100
- package/web-types.json +3943 -3943
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.
|
|
2
|
+
"version": "1.3.2-beta.1",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -19,60 +19,6 @@
|
|
|
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
|
-
},
|
|
76
22
|
{
|
|
77
23
|
"name": "a-alert",
|
|
78
24
|
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
@@ -158,60 +104,56 @@
|
|
|
158
104
|
]
|
|
159
105
|
},
|
|
160
106
|
{
|
|
161
|
-
"name": "a-
|
|
162
|
-
"description": "(ZH)
|
|
107
|
+
"name": "a-anchor",
|
|
108
|
+
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
163
109
|
"attributes": [
|
|
164
110
|
{
|
|
165
|
-
"name": "
|
|
166
|
-
"description": "Default:
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "show-zero",
|
|
170
|
-
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
111
|
+
"name": "affix",
|
|
112
|
+
"description": "Default: true\n\nFixed mode of Anchor"
|
|
171
113
|
},
|
|
172
114
|
{
|
|
173
|
-
"name": "
|
|
174
|
-
"description": "Default:
|
|
115
|
+
"name": "bounds",
|
|
116
|
+
"description": "Default: 5\n\nBounding distance of anchor area"
|
|
175
117
|
},
|
|
176
118
|
{
|
|
177
|
-
"name": "
|
|
178
|
-
"description": "Default:
|
|
119
|
+
"name": "classes",
|
|
120
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
179
121
|
},
|
|
180
122
|
{
|
|
181
|
-
"name": "
|
|
182
|
-
"description": "Default:
|
|
123
|
+
"name": "get-container",
|
|
124
|
+
"description": "Default: () => window\n\nScrolling container"
|
|
183
125
|
},
|
|
184
126
|
{
|
|
185
|
-
"name": "
|
|
186
|
-
"description": "Default: -\n\
|
|
127
|
+
"name": "get-current-anchor",
|
|
128
|
+
"description": "Default: -\n\nCustomize the anchor highlight"
|
|
187
129
|
},
|
|
188
130
|
{
|
|
189
|
-
"name": "
|
|
190
|
-
"description": "Default: -\n\
|
|
131
|
+
"name": "offset-top",
|
|
132
|
+
"description": "Default: -\n\nPixels to offset from top when calculating position of scroll"
|
|
191
133
|
},
|
|
192
134
|
{
|
|
193
|
-
"name": "
|
|
194
|
-
"description": "Default:
|
|
135
|
+
"name": "show-ink-in-fixed",
|
|
136
|
+
"description": "Default: false\n\nWhether show ink-square when affix={false}"
|
|
195
137
|
},
|
|
196
138
|
{
|
|
197
|
-
"name": "
|
|
198
|
-
"description": "Default: -\n\
|
|
139
|
+
"name": "styles",
|
|
140
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
199
141
|
},
|
|
200
142
|
{
|
|
201
|
-
"name": "offset",
|
|
202
|
-
"description": "Default: -\n\
|
|
143
|
+
"name": "target-offset",
|
|
144
|
+
"description": "Default: -\n\nAnchor scroll offset, default as offsetTop, example"
|
|
203
145
|
},
|
|
204
146
|
{
|
|
205
|
-
"name": "
|
|
206
|
-
"description": "Default: -\n\
|
|
147
|
+
"name": "items",
|
|
148
|
+
"description": "Default: -\n\nData configuration option content, support nesting through children"
|
|
207
149
|
},
|
|
208
150
|
{
|
|
209
|
-
"name": "
|
|
210
|
-
"description": "Default:
|
|
151
|
+
"name": "direction",
|
|
152
|
+
"description": "Default: vertical\n\nSet Anchor direction"
|
|
211
153
|
},
|
|
212
154
|
{
|
|
213
|
-
"name": "
|
|
214
|
-
"description": "Default:
|
|
155
|
+
"name": "replace",
|
|
156
|
+
"description": "Default: false\n\nReplace items' href in browser history instead of pushing it"
|
|
215
157
|
}
|
|
216
158
|
]
|
|
217
159
|
},
|
|
@@ -284,46 +226,146 @@
|
|
|
284
226
|
]
|
|
285
227
|
},
|
|
286
228
|
{
|
|
287
|
-
"name": "a-
|
|
288
|
-
"description": "(ZH)
|
|
229
|
+
"name": "a-auto-complete",
|
|
230
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
289
231
|
"attributes": [
|
|
290
232
|
{
|
|
291
|
-
"name": "
|
|
292
|
-
"description": "Default:
|
|
233
|
+
"name": "allow-clear",
|
|
234
|
+
"description": "Default: false\n\nShow clear button"
|
|
293
235
|
},
|
|
294
236
|
{
|
|
295
|
-
"name": "
|
|
296
|
-
"description": "Default:
|
|
237
|
+
"name": "backfill",
|
|
238
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "classes",
|
|
242
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "default-active-first-option",
|
|
246
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "disabled",
|
|
250
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "get-popup-container",
|
|
254
|
+
"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"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "label-render",
|
|
258
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "not-found-content",
|
|
262
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "open",
|
|
266
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "options",
|
|
270
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "option-render",
|
|
274
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "placeholder",
|
|
278
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "popup-match-select-width",
|
|
282
|
+
"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"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "popup-render",
|
|
286
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "show-search",
|
|
290
|
+
"description": "Default: true\n\nSearch configuration"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "size",
|
|
294
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "status",
|
|
298
|
+
"description": "Default: -\n\nSet validation status"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "styles",
|
|
302
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "value",
|
|
306
|
+
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "variant",
|
|
310
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "virtual",
|
|
314
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
297
315
|
}
|
|
298
316
|
]
|
|
299
317
|
},
|
|
300
318
|
{
|
|
301
|
-
"name": "a-
|
|
302
|
-
"description": "(ZH)
|
|
319
|
+
"name": "a-badge",
|
|
320
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
303
321
|
"attributes": [
|
|
304
322
|
{
|
|
305
|
-
"name": "
|
|
306
|
-
"description": "Default: -\n\
|
|
323
|
+
"name": "count",
|
|
324
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
307
325
|
},
|
|
308
326
|
{
|
|
309
|
-
"name": "
|
|
310
|
-
"description": "Default:
|
|
327
|
+
"name": "show-zero",
|
|
328
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
311
329
|
},
|
|
312
330
|
{
|
|
313
|
-
"name": "
|
|
314
|
-
"description": "Default:
|
|
331
|
+
"name": "overflow-count",
|
|
332
|
+
"description": "Default: 99\n\nMax count to show"
|
|
315
333
|
},
|
|
316
334
|
{
|
|
317
|
-
"name": "
|
|
318
|
-
"description": "Default:
|
|
335
|
+
"name": "dot",
|
|
336
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
319
337
|
},
|
|
320
338
|
{
|
|
321
|
-
"name": "
|
|
322
|
-
"description": "Default: -\n\
|
|
339
|
+
"name": "scroll-number-prefix-cls",
|
|
340
|
+
"description": "Default: -\n\n-"
|
|
323
341
|
},
|
|
324
342
|
{
|
|
325
|
-
"name": "
|
|
326
|
-
"description": "Default:
|
|
343
|
+
"name": "status",
|
|
344
|
+
"description": "Default: -\n\nSet Badge as a status dot"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "color",
|
|
348
|
+
"description": "Default: -\n\nCustomize Badge dot color"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "text",
|
|
352
|
+
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "size",
|
|
356
|
+
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "offset",
|
|
360
|
+
"description": "Default: -\n\nSet offset of the badge dot"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "title",
|
|
364
|
+
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "classes",
|
|
368
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
327
369
|
},
|
|
328
370
|
{
|
|
329
371
|
"name": "styles",
|
|
@@ -406,12 +448,60 @@
|
|
|
406
448
|
]
|
|
407
449
|
},
|
|
408
450
|
{
|
|
409
|
-
"name": "a-
|
|
410
|
-
"description": "(ZH)
|
|
451
|
+
"name": "a-breadcrumb",
|
|
452
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
411
453
|
"attributes": [
|
|
412
454
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"description": "Default: -\n\
|
|
455
|
+
"name": "classes",
|
|
456
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "dropdown-icon",
|
|
460
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "item-render",
|
|
464
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "params",
|
|
468
|
+
"description": "Default: -\n\nRouting parameters"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "items",
|
|
472
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "separator",
|
|
476
|
+
"description": "Default: /\n\nCustom separator"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "styles",
|
|
480
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
481
|
+
}
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "a-border-beam",
|
|
486
|
+
"description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
|
|
487
|
+
"attributes": [
|
|
488
|
+
{
|
|
489
|
+
"name": "color",
|
|
490
|
+
"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"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "outset",
|
|
494
|
+
"description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
|
|
495
|
+
}
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "a-calendar",
|
|
500
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
501
|
+
"attributes": [
|
|
502
|
+
{
|
|
503
|
+
"name": "prefix-cls",
|
|
504
|
+
"description": "Default: -\n\n-"
|
|
415
505
|
},
|
|
416
506
|
{
|
|
417
507
|
"name": "root-class",
|
|
@@ -617,96 +707,6 @@
|
|
|
617
707
|
}
|
|
618
708
|
]
|
|
619
709
|
},
|
|
620
|
-
{
|
|
621
|
-
"name": "a-auto-complete",
|
|
622
|
-
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
623
|
-
"attributes": [
|
|
624
|
-
{
|
|
625
|
-
"name": "allow-clear",
|
|
626
|
-
"description": "Default: false\n\nShow clear button"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "backfill",
|
|
630
|
-
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "classes",
|
|
634
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "default-active-first-option",
|
|
638
|
-
"description": "Default: true\n\nWhether active first option by default"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"name": "disabled",
|
|
642
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
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
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "label-render",
|
|
650
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "not-found-content",
|
|
654
|
-
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "open",
|
|
658
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "options",
|
|
662
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "option-render",
|
|
666
|
-
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
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"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "styles",
|
|
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"
|
|
707
|
-
}
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
710
|
{
|
|
711
711
|
"name": "a-carousel",
|
|
712
712
|
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
@@ -859,70 +859,6 @@
|
|
|
859
859
|
}
|
|
860
860
|
]
|
|
861
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
|
-
},
|
|
926
862
|
{
|
|
927
863
|
"name": "a-collapse",
|
|
928
864
|
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
@@ -1016,174 +952,238 @@
|
|
|
1016
952
|
]
|
|
1017
953
|
},
|
|
1018
954
|
{
|
|
1019
|
-
"name": "a-
|
|
1020
|
-
"description": "(ZH)
|
|
955
|
+
"name": "a-color-picker",
|
|
956
|
+
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
1021
957
|
"attributes": [
|
|
1022
958
|
{
|
|
1023
|
-
"name": "
|
|
1024
|
-
"description": "Default:
|
|
959
|
+
"name": "allow-clear",
|
|
960
|
+
"description": "Default: false\n\nAllow clearing color selected"
|
|
1025
961
|
},
|
|
1026
962
|
{
|
|
1027
|
-
"name": "
|
|
1028
|
-
"description": "Default:
|
|
963
|
+
"name": "arrow",
|
|
964
|
+
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
1029
965
|
},
|
|
1030
966
|
{
|
|
1031
|
-
"name": "
|
|
1032
|
-
"description": "Default: -\n\
|
|
967
|
+
"name": "auto-adjust-overflow",
|
|
968
|
+
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
1033
969
|
},
|
|
1034
970
|
{
|
|
1035
|
-
"name": "
|
|
1036
|
-
"description": "Default:
|
|
971
|
+
"name": "classes",
|
|
972
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1037
973
|
},
|
|
1038
974
|
{
|
|
1039
|
-
"name": "
|
|
1040
|
-
"description": "Default:
|
|
975
|
+
"name": "default-format",
|
|
976
|
+
"description": "Default: hex\n\nDefault format of color"
|
|
1041
977
|
},
|
|
1042
978
|
{
|
|
1043
|
-
"name": "
|
|
1044
|
-
"description": "Default:
|
|
979
|
+
"name": "default-value",
|
|
980
|
+
"description": "Default: -\n\nDefault value of color"
|
|
1045
981
|
},
|
|
1046
982
|
{
|
|
1047
|
-
"name": "
|
|
1048
|
-
"description": "Default:
|
|
983
|
+
"name": "destroy-on-hidden",
|
|
984
|
+
"description": "Default: false\n\nWhether destroy dom when close"
|
|
1049
985
|
},
|
|
1050
986
|
{
|
|
1051
|
-
"name": "
|
|
1052
|
-
"description": "Default:
|
|
987
|
+
"name": "disabled",
|
|
988
|
+
"description": "Default: false\n\nDisable ColorPicker"
|
|
1053
989
|
},
|
|
1054
990
|
{
|
|
1055
|
-
"name": "
|
|
1056
|
-
"description": "Default:
|
|
991
|
+
"name": "disabled-alpha",
|
|
992
|
+
"description": "Default: false\n\nDisable Alpha"
|
|
1057
993
|
},
|
|
1058
994
|
{
|
|
1059
|
-
"name": "
|
|
1060
|
-
"description": "Default:
|
|
995
|
+
"name": "disabled-format",
|
|
996
|
+
"description": "Default: false\n\nDisable format of color"
|
|
1061
997
|
},
|
|
1062
998
|
{
|
|
1063
|
-
"name": "
|
|
1064
|
-
"description": "Default:
|
|
999
|
+
"name": "format",
|
|
1000
|
+
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
1065
1001
|
},
|
|
1066
1002
|
{
|
|
1067
|
-
"name": "
|
|
1068
|
-
"description": "Default: -\n\
|
|
1003
|
+
"name": "get-popup-container",
|
|
1004
|
+
"description": "Default: -\n\nSpecify container for popup"
|
|
1069
1005
|
},
|
|
1070
1006
|
{
|
|
1071
|
-
"name": "
|
|
1072
|
-
"description": "Default:
|
|
1007
|
+
"name": "mode",
|
|
1008
|
+
"description": "Default: single\n\nConfigure single or gradient color"
|
|
1073
1009
|
},
|
|
1074
1010
|
{
|
|
1075
|
-
"name": "
|
|
1076
|
-
"description": "Default: -\n\
|
|
1011
|
+
"name": "open",
|
|
1012
|
+
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
1077
1013
|
},
|
|
1078
1014
|
{
|
|
1079
|
-
"name": "
|
|
1080
|
-
"description": "Default:
|
|
1015
|
+
"name": "placement",
|
|
1016
|
+
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
1081
1017
|
},
|
|
1082
1018
|
{
|
|
1083
|
-
"name": "
|
|
1084
|
-
"description": "Default: -\n\
|
|
1019
|
+
"name": "presets",
|
|
1020
|
+
"description": "Default: -\n\nPreset colors"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "panel-render",
|
|
1024
|
+
"description": "Default: -\n\nCustom Render Panel"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "root-class",
|
|
1028
|
+
"description": "Default: -\n\nRoot container class"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "show-text",
|
|
1032
|
+
"description": "Default: false\n\nShow color text"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "size",
|
|
1036
|
+
"description": "Default: middle\n\nSetting the trigger size"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "styles",
|
|
1040
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "trigger",
|
|
1044
|
+
"description": "Default: click\n\nColorPicker trigger mode"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "value-format",
|
|
1048
|
+
"description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "value",
|
|
1052
|
+
"description": "Default: -\n\nValue of color, support v-model:value"
|
|
1085
1053
|
}
|
|
1086
1054
|
]
|
|
1087
1055
|
},
|
|
1088
1056
|
{
|
|
1089
|
-
"name": "a-
|
|
1090
|
-
"description": "(ZH)
|
|
1057
|
+
"name": "a-checkbox",
|
|
1058
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1091
1059
|
"attributes": [
|
|
1092
1060
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
-
"description": "Default: false\n\
|
|
1061
|
+
"name": "checked",
|
|
1062
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
1095
1063
|
},
|
|
1096
1064
|
{
|
|
1097
|
-
"name": "
|
|
1098
|
-
"description": "Default: true\n\
|
|
1065
|
+
"name": "checked-value",
|
|
1066
|
+
"description": "Default: true\n\nThe value when checked"
|
|
1099
1067
|
},
|
|
1100
1068
|
{
|
|
1101
|
-
"name": "
|
|
1102
|
-
"description": "Default:
|
|
1069
|
+
"name": "default-checked",
|
|
1070
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "disabled",
|
|
1074
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "indeterminate",
|
|
1078
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"name": "un-checked-value",
|
|
1082
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
1103
1083
|
},
|
|
1104
1084
|
{
|
|
1105
1085
|
"name": "classes",
|
|
1106
1086
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1107
1087
|
},
|
|
1108
1088
|
{
|
|
1109
|
-
"name": "
|
|
1110
|
-
"description": "Default:
|
|
1089
|
+
"name": "styles",
|
|
1090
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1091
|
+
}
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "a-checkbox-group",
|
|
1096
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1097
|
+
"attributes": [
|
|
1098
|
+
{
|
|
1099
|
+
"name": "options",
|
|
1100
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
1111
1101
|
},
|
|
1112
1102
|
{
|
|
1113
|
-
"name": "
|
|
1114
|
-
"description": "Default:
|
|
1103
|
+
"name": "disabled",
|
|
1104
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
1115
1105
|
},
|
|
1116
1106
|
{
|
|
1117
|
-
"name": "
|
|
1118
|
-
"description": "Default:
|
|
1107
|
+
"name": "name",
|
|
1108
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
1119
1109
|
},
|
|
1120
1110
|
{
|
|
1121
|
-
"name": "
|
|
1122
|
-
"description": "Default:
|
|
1111
|
+
"name": "value",
|
|
1112
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
1123
1113
|
},
|
|
1124
1114
|
{
|
|
1125
|
-
"name": "
|
|
1126
|
-
"description": "Default:
|
|
1115
|
+
"name": "label-render",
|
|
1116
|
+
"description": "Default: -\n\n-"
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "a-config-provider",
|
|
1122
|
+
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
1123
|
+
"attributes": [
|
|
1124
|
+
{
|
|
1125
|
+
"name": "component-disabled",
|
|
1126
|
+
"description": "Default: -\n\nConfig antd component disabled"
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
1129
|
-
"name": "
|
|
1130
|
-
"description": "Default:
|
|
1129
|
+
"name": "component-size",
|
|
1130
|
+
"description": "Default: -\n\nConfig antd component size"
|
|
1131
1131
|
},
|
|
1132
1132
|
{
|
|
1133
|
-
"name": "
|
|
1134
|
-
"description": "Default: -\n\
|
|
1133
|
+
"name": "csp",
|
|
1134
|
+
"description": "Default: -\n\nSet Content Security Policy config"
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
|
-
"name": "
|
|
1138
|
-
"description": "Default:
|
|
1137
|
+
"name": "direction",
|
|
1138
|
+
"description": "Default: ltr\n\nSet direction of layout. See demo"
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
|
-
"name": "
|
|
1142
|
-
"description": "Default:
|
|
1141
|
+
"name": "get-popup-container",
|
|
1142
|
+
"description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
|
-
"name": "
|
|
1146
|
-
"description": "Default:
|
|
1145
|
+
"name": "get-target-container",
|
|
1146
|
+
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
1149
|
-
"name": "
|
|
1150
|
-
"description": "Default:
|
|
1149
|
+
"name": "icon-prefix-cls",
|
|
1150
|
+
"description": "Default: anticon\n\nSet icon prefix className"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"name": "
|
|
1154
|
-
"description": "Default: -\n\
|
|
1153
|
+
"name": "locale",
|
|
1154
|
+
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
1155
1155
|
},
|
|
1156
1156
|
{
|
|
1157
|
-
"name": "
|
|
1158
|
-
"description": "Default: -\n\
|
|
1157
|
+
"name": "popup-match-select-width",
|
|
1158
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
-
"name": "
|
|
1162
|
-
"description": "Default:
|
|
1161
|
+
"name": "popup-overflow",
|
|
1162
|
+
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
|
-
"name": "
|
|
1166
|
-
"description": "Default:
|
|
1165
|
+
"name": "prefix-cls",
|
|
1166
|
+
"description": "Default: ant\n\nSet prefix className"
|
|
1167
1167
|
},
|
|
1168
1168
|
{
|
|
1169
|
-
"name": "
|
|
1170
|
-
"description": "Default:
|
|
1169
|
+
"name": "render-empty",
|
|
1170
|
+
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
1171
1171
|
},
|
|
1172
1172
|
{
|
|
1173
|
-
"name": "
|
|
1174
|
-
"description": "Default: -\n\
|
|
1173
|
+
"name": "theme",
|
|
1174
|
+
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
1175
1175
|
},
|
|
1176
1176
|
{
|
|
1177
|
-
"name": "
|
|
1178
|
-
"description": "Default:
|
|
1177
|
+
"name": "variant",
|
|
1178
|
+
"description": "Default: -\n\nSet variant of data entry components"
|
|
1179
1179
|
},
|
|
1180
1180
|
{
|
|
1181
|
-
"name": "
|
|
1182
|
-
"description": "Default: -\n\
|
|
1181
|
+
"name": "virtual",
|
|
1182
|
+
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
1183
1183
|
},
|
|
1184
1184
|
{
|
|
1185
|
-
"name": "
|
|
1186
|
-
"description": "Default: -\n\
|
|
1185
|
+
"name": "warning",
|
|
1186
|
+
"description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
1187
1187
|
}
|
|
1188
1188
|
]
|
|
1189
1189
|
},
|
|
@@ -1247,64 +1247,6 @@
|
|
|
1247
1247
|
"description": "输入或选择日期的控件。",
|
|
1248
1248
|
"attributes": []
|
|
1249
1249
|
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "a-descriptions",
|
|
1252
|
-
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1253
|
-
"attributes": [
|
|
1254
|
-
{
|
|
1255
|
-
"name": "bordered",
|
|
1256
|
-
"description": "Default: false\n\nWhether to display the border"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"name": "size",
|
|
1260
|
-
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"name": "title",
|
|
1264
|
-
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "extra",
|
|
1268
|
-
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "label-render",
|
|
1272
|
-
"description": "Default: -\n\n-"
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"name": "content-render",
|
|
1276
|
-
"description": "Default: -\n\n-"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "column",
|
|
1280
|
-
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"name": "layout",
|
|
1284
|
-
"description": "Default: horizontal\n\nDefine description layout"
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
"name": "colon",
|
|
1288
|
-
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "styles",
|
|
1292
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"name": "classes",
|
|
1296
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "items",
|
|
1300
|
-
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"name": "id",
|
|
1304
|
-
"description": "Default: -\n\n-"
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
1250
|
{
|
|
1309
1251
|
"name": "a-divider",
|
|
1310
1252
|
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
@@ -1348,36 +1290,88 @@
|
|
|
1348
1290
|
]
|
|
1349
1291
|
},
|
|
1350
1292
|
{
|
|
1351
|
-
"name": "a-
|
|
1352
|
-
"description": "(ZH)
|
|
1293
|
+
"name": "a-dropdown",
|
|
1294
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1353
1295
|
"attributes": [
|
|
1354
1296
|
{
|
|
1355
|
-
"name": "
|
|
1356
|
-
"description": "Default:
|
|
1297
|
+
"name": "classes",
|
|
1298
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1357
1299
|
},
|
|
1358
1300
|
{
|
|
1359
|
-
"name": "
|
|
1360
|
-
"description": "Default:
|
|
1301
|
+
"name": "styles",
|
|
1302
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1361
1303
|
},
|
|
1362
1304
|
{
|
|
1363
|
-
"name": "
|
|
1364
|
-
"description": "Default:
|
|
1305
|
+
"name": "menu",
|
|
1306
|
+
"description": "Default: -\n\nThe menu props"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "auto-focus",
|
|
1310
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "arrow",
|
|
1314
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "trigger",
|
|
1318
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "popup-render",
|
|
1322
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "open",
|
|
1326
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "disabled",
|
|
1330
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "destroy-on-hidden",
|
|
1334
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1365
1335
|
},
|
|
1366
1336
|
{
|
|
1367
1337
|
"name": "align",
|
|
1368
|
-
"description": "Default:
|
|
1338
|
+
"description": "Default: -\n\nPopup align config"
|
|
1369
1339
|
},
|
|
1370
1340
|
{
|
|
1371
|
-
"name": "
|
|
1372
|
-
"description": "Default:
|
|
1341
|
+
"name": "get-popup-container",
|
|
1342
|
+
"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"
|
|
1373
1343
|
},
|
|
1374
1344
|
{
|
|
1375
|
-
"name": "
|
|
1376
|
-
"description": "Default: -\n\
|
|
1345
|
+
"name": "prefix-cls",
|
|
1346
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1377
1347
|
},
|
|
1378
1348
|
{
|
|
1379
|
-
"name": "
|
|
1380
|
-
"description": "Default:
|
|
1349
|
+
"name": "transition-name",
|
|
1350
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "placement",
|
|
1354
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "force-render",
|
|
1358
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "mouse-enter-delay",
|
|
1362
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "mouse-leave-delay",
|
|
1366
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "open-class-name",
|
|
1370
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "auto-adjust-overflow",
|
|
1374
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1381
1375
|
}
|
|
1382
1376
|
]
|
|
1383
1377
|
},
|
|
@@ -1484,96 +1478,97 @@
|
|
|
1484
1478
|
]
|
|
1485
1479
|
},
|
|
1486
1480
|
{
|
|
1487
|
-
"name": "a-
|
|
1488
|
-
"description": "(ZH)
|
|
1481
|
+
"name": "a-descriptions",
|
|
1482
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1489
1483
|
"attributes": [
|
|
1490
1484
|
{
|
|
1491
|
-
"name": "
|
|
1492
|
-
"description": "Default:
|
|
1485
|
+
"name": "bordered",
|
|
1486
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1493
1487
|
},
|
|
1494
1488
|
{
|
|
1495
|
-
"name": "
|
|
1496
|
-
"description": "Default: -\n\
|
|
1489
|
+
"name": "size",
|
|
1490
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1497
1491
|
},
|
|
1498
1492
|
{
|
|
1499
|
-
"name": "
|
|
1500
|
-
"description": "Default: -\n\nThe
|
|
1493
|
+
"name": "title",
|
|
1494
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1501
1495
|
},
|
|
1502
1496
|
{
|
|
1503
|
-
"name": "
|
|
1504
|
-
"description": "Default: -\n\
|
|
1497
|
+
"name": "extra",
|
|
1498
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1505
1499
|
},
|
|
1506
1500
|
{
|
|
1507
|
-
"name": "
|
|
1508
|
-
"description": "Default:
|
|
1501
|
+
"name": "label-render",
|
|
1502
|
+
"description": "Default: -\n\n-"
|
|
1509
1503
|
},
|
|
1510
1504
|
{
|
|
1511
|
-
"name": "
|
|
1512
|
-
"description": "Default:
|
|
1505
|
+
"name": "content-render",
|
|
1506
|
+
"description": "Default: -\n\n-"
|
|
1513
1507
|
},
|
|
1514
1508
|
{
|
|
1515
|
-
"name": "
|
|
1516
|
-
"description": "Default:
|
|
1509
|
+
"name": "column",
|
|
1510
|
+
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1517
1511
|
},
|
|
1518
1512
|
{
|
|
1519
|
-
"name": "
|
|
1520
|
-
"description": "Default:
|
|
1513
|
+
"name": "layout",
|
|
1514
|
+
"description": "Default: horizontal\n\nDefine description layout"
|
|
1521
1515
|
},
|
|
1522
1516
|
{
|
|
1523
|
-
"name": "
|
|
1524
|
-
"description": "Default:
|
|
1517
|
+
"name": "colon",
|
|
1518
|
+
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1525
1519
|
},
|
|
1526
1520
|
{
|
|
1527
|
-
"name": "
|
|
1528
|
-
"description": "Default:
|
|
1521
|
+
"name": "styles",
|
|
1522
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1529
1523
|
},
|
|
1530
1524
|
{
|
|
1531
|
-
"name": "
|
|
1532
|
-
"description": "Default: -\n\
|
|
1525
|
+
"name": "classes",
|
|
1526
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1533
1527
|
},
|
|
1534
1528
|
{
|
|
1535
|
-
"name": "
|
|
1536
|
-
"description": "Default:
|
|
1529
|
+
"name": "items",
|
|
1530
|
+
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1537
1531
|
},
|
|
1538
1532
|
{
|
|
1539
|
-
"name": "
|
|
1540
|
-
"description": "Default: -\n\
|
|
1541
|
-
}
|
|
1533
|
+
"name": "id",
|
|
1534
|
+
"description": "Default: -\n\n-"
|
|
1535
|
+
}
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "a-empty",
|
|
1540
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1541
|
+
"attributes": [
|
|
1542
1542
|
{
|
|
1543
|
-
"name": "
|
|
1544
|
-
"description": "Default:
|
|
1543
|
+
"name": "vertical",
|
|
1544
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1545
1545
|
},
|
|
1546
1546
|
{
|
|
1547
|
-
"name": "
|
|
1548
|
-
"description": "Default:
|
|
1547
|
+
"name": "wrap",
|
|
1548
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1549
1549
|
},
|
|
1550
1550
|
{
|
|
1551
|
-
"name": "
|
|
1552
|
-
"description": "Default:
|
|
1551
|
+
"name": "justify",
|
|
1552
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1553
1553
|
},
|
|
1554
1554
|
{
|
|
1555
|
-
"name": "
|
|
1556
|
-
"description": "Default:
|
|
1555
|
+
"name": "align",
|
|
1556
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1557
1557
|
},
|
|
1558
1558
|
{
|
|
1559
|
-
"name": "
|
|
1560
|
-
"description": "Default:
|
|
1559
|
+
"name": "flex",
|
|
1560
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1561
1561
|
},
|
|
1562
1562
|
{
|
|
1563
|
-
"name": "
|
|
1564
|
-
"description": "Default: -\n\
|
|
1563
|
+
"name": "gap",
|
|
1564
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1565
1565
|
},
|
|
1566
1566
|
{
|
|
1567
|
-
"name": "
|
|
1568
|
-
"description": "Default:
|
|
1567
|
+
"name": "component",
|
|
1568
|
+
"description": "Default: div\n\ncustom element type"
|
|
1569
1569
|
}
|
|
1570
1570
|
]
|
|
1571
1571
|
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "a-flex",
|
|
1574
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1575
|
-
"attributes": []
|
|
1576
|
-
},
|
|
1577
1572
|
{
|
|
1578
1573
|
"name": "a-float-button-group",
|
|
1579
1574
|
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
@@ -1704,6 +1699,91 @@
|
|
|
1704
1699
|
}
|
|
1705
1700
|
]
|
|
1706
1701
|
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "a-flex",
|
|
1704
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1705
|
+
"attributes": []
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "a-row",
|
|
1709
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1710
|
+
"attributes": [
|
|
1711
|
+
{
|
|
1712
|
+
"name": "align",
|
|
1713
|
+
"description": "Default: top\n\nVertical alignment"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "gutter",
|
|
1717
|
+
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "justify",
|
|
1721
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "wrap",
|
|
1725
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
1726
|
+
}
|
|
1727
|
+
]
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "a-col",
|
|
1731
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1732
|
+
"attributes": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "flex",
|
|
1735
|
+
"description": "Default: -\n\nFlex layout style"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "offset",
|
|
1739
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "order",
|
|
1743
|
+
"description": "Default: 0\n\nRaster order"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "pull",
|
|
1747
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "push",
|
|
1751
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "span",
|
|
1755
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "xs",
|
|
1759
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "sm",
|
|
1763
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "md",
|
|
1767
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"name": "lg",
|
|
1771
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "xl",
|
|
1775
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "xxl",
|
|
1779
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "xxxl",
|
|
1783
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1784
|
+
}
|
|
1785
|
+
]
|
|
1786
|
+
},
|
|
1707
1787
|
{
|
|
1708
1788
|
"name": "a-form",
|
|
1709
1789
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
@@ -1909,86 +1989,6 @@
|
|
|
1909
1989
|
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1910
1990
|
"attributes": []
|
|
1911
1991
|
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "a-row",
|
|
1914
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1915
|
-
"attributes": [
|
|
1916
|
-
{
|
|
1917
|
-
"name": "align",
|
|
1918
|
-
"description": "Default: top\n\nVertical alignment"
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "gutter",
|
|
1922
|
-
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "justify",
|
|
1926
|
-
"description": "Default: start\n\nHorizontal arrangement"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"name": "wrap",
|
|
1930
|
-
"description": "Default: true\n\nAuto wrap line"
|
|
1931
|
-
}
|
|
1932
|
-
]
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "a-col",
|
|
1936
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1937
|
-
"attributes": [
|
|
1938
|
-
{
|
|
1939
|
-
"name": "flex",
|
|
1940
|
-
"description": "Default: -\n\nFlex layout style"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "offset",
|
|
1944
|
-
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"name": "order",
|
|
1948
|
-
"description": "Default: 0\n\nRaster order"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "pull",
|
|
1952
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"name": "push",
|
|
1956
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"name": "span",
|
|
1960
|
-
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"name": "xs",
|
|
1964
|
-
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"name": "sm",
|
|
1968
|
-
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"name": "md",
|
|
1972
|
-
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "lg",
|
|
1976
|
-
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"name": "xl",
|
|
1980
|
-
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "xxl",
|
|
1984
|
-
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"name": "xxxl",
|
|
1988
|
-
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1989
|
-
}
|
|
1990
|
-
]
|
|
1991
|
-
},
|
|
1992
1992
|
{
|
|
1993
1993
|
"name": "a-common-icon",
|
|
1994
1994
|
"description": "Semantic vector graphics.",
|
|
@@ -2049,48 +2049,6 @@
|
|
|
2049
2049
|
"description": "语义化的矢量图形。",
|
|
2050
2050
|
"attributes": []
|
|
2051
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
|
-
},
|
|
2094
2052
|
{
|
|
2095
2053
|
"name": "a-input",
|
|
2096
2054
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
@@ -2343,12 +2301,54 @@
|
|
|
2343
2301
|
"description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
|
|
2344
2302
|
},
|
|
2345
2303
|
{
|
|
2346
|
-
"name": "min",
|
|
2347
|
-
"description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
|
|
2304
|
+
"name": "min",
|
|
2305
|
+
"description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "step",
|
|
2309
|
+
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"name": "a-image",
|
|
2315
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
2316
|
+
"attributes": [
|
|
2317
|
+
{
|
|
2318
|
+
"name": "preview",
|
|
2319
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "wrapper-style",
|
|
2323
|
+
"description": "Default: -\n\nDeprecated."
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "classes",
|
|
2327
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "styles",
|
|
2331
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "root-class",
|
|
2335
|
+
"description": "Default: -\n\n-"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "alt",
|
|
2339
|
+
"description": "Default: -\n\nImage description"
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "height",
|
|
2343
|
+
"description": "Default: -\n\nImage height"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"name": "src",
|
|
2347
|
+
"description": "Default: -\n\nImage URL"
|
|
2348
2348
|
},
|
|
2349
2349
|
{
|
|
2350
|
-
"name": "
|
|
2351
|
-
"description": "Default:
|
|
2350
|
+
"name": "width",
|
|
2351
|
+
"description": "Default: -\n\nImage width"
|
|
2352
2352
|
}
|
|
2353
2353
|
]
|
|
2354
2354
|
},
|
|
@@ -2404,90 +2404,6 @@
|
|
|
2404
2404
|
}
|
|
2405
2405
|
]
|
|
2406
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"
|
|
2438
|
-
}
|
|
2439
|
-
]
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "a-mentions",
|
|
2443
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2444
|
-
"attributes": [
|
|
2445
|
-
{
|
|
2446
|
-
"name": "loading",
|
|
2447
|
-
"description": "Default: -\n\n-"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "status",
|
|
2451
|
-
"description": "Default: -\n\nSet validation status"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"name": "options",
|
|
2455
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"name": "popup-class-name",
|
|
2459
|
-
"description": "Default: -\n\n-"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "variant",
|
|
2463
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "classes",
|
|
2467
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"name": "styles",
|
|
2471
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "size",
|
|
2475
|
-
"description": "Default: -\n\n-"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
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-"
|
|
2488
|
-
}
|
|
2489
|
-
]
|
|
2490
|
-
},
|
|
2491
2407
|
{
|
|
2492
2408
|
"name": "a-menu",
|
|
2493
2409
|
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
@@ -2598,6 +2514,90 @@
|
|
|
2598
2514
|
}
|
|
2599
2515
|
]
|
|
2600
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "a-masonry",
|
|
2519
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2520
|
+
"attributes": [
|
|
2521
|
+
{
|
|
2522
|
+
"name": "classes",
|
|
2523
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "styles",
|
|
2527
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "columns",
|
|
2531
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "fresh",
|
|
2535
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "gutter",
|
|
2539
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"name": "items",
|
|
2543
|
+
"description": "Default: -\n\nMasonry items"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "item-render",
|
|
2547
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "a-mentions",
|
|
2553
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2554
|
+
"attributes": [
|
|
2555
|
+
{
|
|
2556
|
+
"name": "loading",
|
|
2557
|
+
"description": "Default: -\n\n-"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "status",
|
|
2561
|
+
"description": "Default: -\n\nSet validation status"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "options",
|
|
2565
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"name": "popup-class-name",
|
|
2569
|
+
"description": "Default: -\n\n-"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "variant",
|
|
2573
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "classes",
|
|
2577
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"name": "styles",
|
|
2581
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "size",
|
|
2585
|
+
"description": "Default: -\n\n-"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "label-render",
|
|
2589
|
+
"description": "Default: -\n\n-"
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"name": "allow-clear",
|
|
2593
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "disabled",
|
|
2597
|
+
"description": "Default: -\n\n-"
|
|
2598
|
+
}
|
|
2599
|
+
]
|
|
2600
|
+
},
|
|
2601
2601
|
{
|
|
2602
2602
|
"name": "a-static-methods",
|
|
2603
2603
|
"description": "Prompt notification message globally.",
|
|
@@ -2966,28 +2966,6 @@
|
|
|
2966
2966
|
}
|
|
2967
2967
|
]
|
|
2968
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
|
-
},
|
|
2991
2969
|
{
|
|
2992
2970
|
"name": "a-progress",
|
|
2993
2971
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -3059,68 +3037,24 @@
|
|
|
3059
3037
|
]
|
|
3060
3038
|
},
|
|
3061
3039
|
{
|
|
3062
|
-
"name": "a-
|
|
3063
|
-
"description": "(ZH)
|
|
3040
|
+
"name": "a-popover",
|
|
3041
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3064
3042
|
"attributes": [
|
|
3065
3043
|
{
|
|
3066
|
-
"name": "
|
|
3067
|
-
"description": "Default: -\n\
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "type",
|
|
3071
|
-
"description": "Default: canvas\n\nrender type"
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "icon",
|
|
3075
|
-
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"name": "size",
|
|
3079
|
-
"description": "Default: 160\n\nQRCode size"
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "icon-size",
|
|
3083
|
-
"description": "Default: 40\n\ninclude image size"
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"name": "color",
|
|
3087
|
-
"description": "Default: #000\n\nQRCode Color"
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"name": "classes",
|
|
3091
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"name": "bg-color",
|
|
3095
|
-
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3096
|
-
},
|
|
3097
|
-
{
|
|
3098
|
-
"name": "margin-size",
|
|
3099
|
-
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "bordered",
|
|
3103
|
-
"description": "Default: true\n\nWhether has border style"
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
"name": "error-level",
|
|
3107
|
-
"description": "Default: 'M'\n\nError Code Level"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
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"
|
|
3044
|
+
"name": "title",
|
|
3045
|
+
"description": "Default: -\n\nTitle of the card"
|
|
3112
3046
|
},
|
|
3113
3047
|
{
|
|
3114
|
-
"name": "
|
|
3115
|
-
"description": "Default:
|
|
3048
|
+
"name": "content",
|
|
3049
|
+
"description": "Default: -\n\nContent of the card"
|
|
3116
3050
|
},
|
|
3117
3051
|
{
|
|
3118
|
-
"name": "
|
|
3119
|
-
"description": "Default: -\n\
|
|
3052
|
+
"name": "classes",
|
|
3053
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3120
3054
|
},
|
|
3121
3055
|
{
|
|
3122
3056
|
"name": "styles",
|
|
3123
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
3057
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3124
3058
|
}
|
|
3125
3059
|
]
|
|
3126
3060
|
},
|
|
@@ -3208,6 +3142,72 @@
|
|
|
3208
3142
|
}
|
|
3209
3143
|
]
|
|
3210
3144
|
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "a-qrcode",
|
|
3147
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
3148
|
+
"attributes": [
|
|
3149
|
+
{
|
|
3150
|
+
"name": "value",
|
|
3151
|
+
"description": "Default: -\n\nscanned text"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"name": "type",
|
|
3155
|
+
"description": "Default: canvas\n\nrender type"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"name": "icon",
|
|
3159
|
+
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "size",
|
|
3163
|
+
"description": "Default: 160\n\nQRCode size"
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "icon-size",
|
|
3167
|
+
"description": "Default: 40\n\ninclude image size"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"name": "color",
|
|
3171
|
+
"description": "Default: #000\n\nQRCode Color"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"name": "classes",
|
|
3175
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"name": "bg-color",
|
|
3179
|
+
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "margin-size",
|
|
3183
|
+
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"name": "bordered",
|
|
3187
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "error-level",
|
|
3191
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "boost-level",
|
|
3195
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"name": "status",
|
|
3199
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "status-render",
|
|
3203
|
+
"description": "Default: -\n\ncustom status render"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "styles",
|
|
3207
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3208
|
+
}
|
|
3209
|
+
]
|
|
3210
|
+
},
|
|
3211
3211
|
{
|
|
3212
3212
|
"name": "a-rate",
|
|
3213
3213
|
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
@@ -3292,60 +3292,6 @@
|
|
|
3292
3292
|
}
|
|
3293
3293
|
]
|
|
3294
3294
|
},
|
|
3295
|
-
{
|
|
3296
|
-
"name": "a-segmented",
|
|
3297
|
-
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3298
|
-
"attributes": [
|
|
3299
|
-
{
|
|
3300
|
-
"name": "block",
|
|
3301
|
-
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3302
|
-
},
|
|
3303
|
-
{
|
|
3304
|
-
"name": "classes",
|
|
3305
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"name": "default-value",
|
|
3309
|
-
"description": "Default: -\n\nDefault selected value"
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"name": "disabled",
|
|
3313
|
-
"description": "Default: false\n\nDisable all segments"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"name": "options",
|
|
3317
|
-
"description": "Default: []\n\nSet children optional"
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"name": "orientation",
|
|
3321
|
-
"description": "Default: horizontal\n\nOrientation"
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "size",
|
|
3325
|
-
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"name": "styles",
|
|
3329
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3330
|
-
},
|
|
3331
|
-
{
|
|
3332
|
-
"name": "vertical",
|
|
3333
|
-
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "value",
|
|
3337
|
-
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3338
|
-
},
|
|
3339
|
-
{
|
|
3340
|
-
"name": "shape",
|
|
3341
|
-
"description": "Default: default\n\nshape of Segmented"
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"name": "name",
|
|
3345
|
-
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3346
|
-
}
|
|
3347
|
-
]
|
|
3348
|
-
},
|
|
3349
3295
|
{
|
|
3350
3296
|
"name": "a-select",
|
|
3351
3297
|
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
@@ -3491,48 +3437,176 @@
|
|
|
3491
3437
|
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3492
3438
|
},
|
|
3493
3439
|
{
|
|
3494
|
-
"name": "show-search",
|
|
3495
|
-
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3440
|
+
"name": "show-search",
|
|
3441
|
+
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "size",
|
|
3445
|
+
"description": "Default: -\n\nSize of Select input"
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"name": "status",
|
|
3449
|
+
"description": "Default: -\n\nSet validation status"
|
|
3450
|
+
},
|
|
3451
|
+
{
|
|
3452
|
+
"name": "styles",
|
|
3453
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "suffix-icon",
|
|
3457
|
+
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "tag-render",
|
|
3461
|
+
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "label-render",
|
|
3465
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "token-separators",
|
|
3469
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "value",
|
|
3473
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "variant",
|
|
3477
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"name": "virtual",
|
|
3481
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "a-segmented",
|
|
3487
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3488
|
+
"attributes": [
|
|
3489
|
+
{
|
|
3490
|
+
"name": "block",
|
|
3491
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "classes",
|
|
3495
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "default-value",
|
|
3499
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "disabled",
|
|
3503
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"name": "options",
|
|
3507
|
+
"description": "Default: []\n\nSet children optional"
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "orientation",
|
|
3511
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
"name": "size",
|
|
3515
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "styles",
|
|
3519
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "vertical",
|
|
3523
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "value",
|
|
3527
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"name": "shape",
|
|
3531
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "name",
|
|
3535
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3536
|
+
}
|
|
3537
|
+
]
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"name": "a-slider",
|
|
3541
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3542
|
+
"attributes": [
|
|
3543
|
+
{
|
|
3544
|
+
"name": "classes",
|
|
3545
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "default-value",
|
|
3549
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "disabled",
|
|
3553
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"name": "dots",
|
|
3557
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "included",
|
|
3561
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"name": "keyboard",
|
|
3565
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "marks",
|
|
3569
|
+
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"name": "max",
|
|
3573
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3496
3574
|
},
|
|
3497
3575
|
{
|
|
3498
|
-
"name": "
|
|
3499
|
-
"description": "Default:
|
|
3576
|
+
"name": "min",
|
|
3577
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3500
3578
|
},
|
|
3501
3579
|
{
|
|
3502
|
-
"name": "
|
|
3503
|
-
"description": "Default:
|
|
3580
|
+
"name": "orientation",
|
|
3581
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3504
3582
|
},
|
|
3505
3583
|
{
|
|
3506
|
-
"name": "
|
|
3507
|
-
"description": "Default:
|
|
3584
|
+
"name": "range",
|
|
3585
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3508
3586
|
},
|
|
3509
3587
|
{
|
|
3510
|
-
"name": "
|
|
3511
|
-
"description": "Default:
|
|
3588
|
+
"name": "reverse",
|
|
3589
|
+
"description": "Default: false\n\nReverse the component"
|
|
3512
3590
|
},
|
|
3513
3591
|
{
|
|
3514
|
-
"name": "
|
|
3515
|
-
"description": "Default:
|
|
3592
|
+
"name": "step",
|
|
3593
|
+
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3516
3594
|
},
|
|
3517
3595
|
{
|
|
3518
|
-
"name": "
|
|
3519
|
-
"description": "Default: -\n\nCustomize
|
|
3596
|
+
"name": "styles",
|
|
3597
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3520
3598
|
},
|
|
3521
3599
|
{
|
|
3522
|
-
"name": "
|
|
3523
|
-
"description": "Default: -\n\
|
|
3600
|
+
"name": "tooltip",
|
|
3601
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3524
3602
|
},
|
|
3525
3603
|
{
|
|
3526
3604
|
"name": "value",
|
|
3527
|
-
"description": "Default: -\n\
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"name": "variant",
|
|
3531
|
-
"description": "Default: outlined\n\nVariants of selector"
|
|
3605
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3532
3606
|
},
|
|
3533
3607
|
{
|
|
3534
|
-
"name": "
|
|
3535
|
-
"description": "Default:
|
|
3608
|
+
"name": "vertical",
|
|
3609
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3536
3610
|
}
|
|
3537
3611
|
]
|
|
3538
3612
|
},
|
|
@@ -3712,80 +3786,6 @@
|
|
|
3712
3786
|
}
|
|
3713
3787
|
]
|
|
3714
3788
|
},
|
|
3715
|
-
{
|
|
3716
|
-
"name": "a-slider",
|
|
3717
|
-
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3718
|
-
"attributes": [
|
|
3719
|
-
{
|
|
3720
|
-
"name": "classes",
|
|
3721
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3722
|
-
},
|
|
3723
|
-
{
|
|
3724
|
-
"name": "default-value",
|
|
3725
|
-
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3726
|
-
},
|
|
3727
|
-
{
|
|
3728
|
-
"name": "disabled",
|
|
3729
|
-
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3730
|
-
},
|
|
3731
|
-
{
|
|
3732
|
-
"name": "dots",
|
|
3733
|
-
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3734
|
-
},
|
|
3735
|
-
{
|
|
3736
|
-
"name": "included",
|
|
3737
|
-
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"name": "keyboard",
|
|
3741
|
-
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"name": "marks",
|
|
3745
|
-
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3746
|
-
},
|
|
3747
|
-
{
|
|
3748
|
-
"name": "max",
|
|
3749
|
-
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"name": "min",
|
|
3753
|
-
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3754
|
-
},
|
|
3755
|
-
{
|
|
3756
|
-
"name": "orientation",
|
|
3757
|
-
"description": "Default: horizontal\n\nOrientation direction"
|
|
3758
|
-
},
|
|
3759
|
-
{
|
|
3760
|
-
"name": "range",
|
|
3761
|
-
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"name": "reverse",
|
|
3765
|
-
"description": "Default: false\n\nReverse the component"
|
|
3766
|
-
},
|
|
3767
|
-
{
|
|
3768
|
-
"name": "step",
|
|
3769
|
-
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"name": "styles",
|
|
3773
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"name": "tooltip",
|
|
3777
|
-
"description": "Default: -\n\nThe tooltip related props"
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"name": "value",
|
|
3781
|
-
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3782
|
-
},
|
|
3783
|
-
{
|
|
3784
|
-
"name": "vertical",
|
|
3785
|
-
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3786
|
-
}
|
|
3787
|
-
]
|
|
3788
|
-
},
|
|
3789
3789
|
{
|
|
3790
3790
|
"name": "a-space",
|
|
3791
3791
|
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
@@ -3905,6 +3905,65 @@
|
|
|
3905
3905
|
}
|
|
3906
3906
|
]
|
|
3907
3907
|
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "a-statistic",
|
|
3910
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3911
|
+
"attributes": [
|
|
3912
|
+
{
|
|
3913
|
+
"name": "classes",
|
|
3914
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"name": "decimal-separator",
|
|
3918
|
+
"description": "Default: .\n\nThe decimal separator"
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "formatter",
|
|
3922
|
+
"description": "Default: -\n\nCustomize value display logic"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"name": "group-separator",
|
|
3926
|
+
"description": "Default: ,\n\nGroup separator"
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"name": "loading",
|
|
3930
|
+
"description": "Default: false\n\nLoading status of Statistic"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "precision",
|
|
3934
|
+
"description": "Default: -\n\nThe precision of input value"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "prefix",
|
|
3938
|
+
"description": "Default: -\n\nThe prefix node of value"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "styles",
|
|
3942
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "suffix",
|
|
3946
|
+
"description": "Default: -\n\nThe suffix node of value"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"name": "title",
|
|
3950
|
+
"description": "Default: -\n\nDisplay title"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "value",
|
|
3954
|
+
"description": "Default: -\n\nDisplay value"
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"name": "value-style",
|
|
3958
|
+
"description": "Default: -\n\nSet value section style"
|
|
3959
|
+
}
|
|
3960
|
+
]
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "a-statistic-timer",
|
|
3964
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3965
|
+
"attributes": []
|
|
3966
|
+
},
|
|
3908
3967
|
{
|
|
3909
3968
|
"name": "a-splitter",
|
|
3910
3969
|
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
@@ -3969,65 +4028,6 @@
|
|
|
3969
4028
|
}
|
|
3970
4029
|
]
|
|
3971
4030
|
},
|
|
3972
|
-
{
|
|
3973
|
-
"name": "a-statistic",
|
|
3974
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3975
|
-
"attributes": [
|
|
3976
|
-
{
|
|
3977
|
-
"name": "classes",
|
|
3978
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"name": "decimal-separator",
|
|
3982
|
-
"description": "Default: .\n\nThe decimal separator"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"name": "formatter",
|
|
3986
|
-
"description": "Default: -\n\nCustomize value display logic"
|
|
3987
|
-
},
|
|
3988
|
-
{
|
|
3989
|
-
"name": "group-separator",
|
|
3990
|
-
"description": "Default: ,\n\nGroup separator"
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"name": "loading",
|
|
3994
|
-
"description": "Default: false\n\nLoading status of Statistic"
|
|
3995
|
-
},
|
|
3996
|
-
{
|
|
3997
|
-
"name": "precision",
|
|
3998
|
-
"description": "Default: -\n\nThe precision of input value"
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"name": "prefix",
|
|
4002
|
-
"description": "Default: -\n\nThe prefix node of value"
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"name": "styles",
|
|
4006
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
|
|
4007
|
-
},
|
|
4008
|
-
{
|
|
4009
|
-
"name": "suffix",
|
|
4010
|
-
"description": "Default: -\n\nThe suffix node of value"
|
|
4011
|
-
},
|
|
4012
|
-
{
|
|
4013
|
-
"name": "title",
|
|
4014
|
-
"description": "Default: -\n\nDisplay title"
|
|
4015
|
-
},
|
|
4016
|
-
{
|
|
4017
|
-
"name": "value",
|
|
4018
|
-
"description": "Default: -\n\nDisplay value"
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"name": "value-style",
|
|
4022
|
-
"description": "Default: -\n\nSet value section style"
|
|
4023
|
-
}
|
|
4024
|
-
]
|
|
4025
|
-
},
|
|
4026
|
-
{
|
|
4027
|
-
"name": "a-statistic-timer",
|
|
4028
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4029
|
-
"attributes": []
|
|
4030
|
-
},
|
|
4031
4031
|
{
|
|
4032
4032
|
"name": "a-steps",
|
|
4033
4033
|
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
@@ -4095,64 +4095,92 @@
|
|
|
4095
4095
|
]
|
|
4096
4096
|
},
|
|
4097
4097
|
{
|
|
4098
|
-
"name": "a-
|
|
4099
|
-
"description": "(ZH)
|
|
4098
|
+
"name": "a-tabs",
|
|
4099
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4100
4100
|
"attributes": [
|
|
4101
4101
|
{
|
|
4102
|
-
"name": "
|
|
4103
|
-
"description": "Default:
|
|
4102
|
+
"name": "active-key",
|
|
4103
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4104
|
+
},
|
|
4105
|
+
{
|
|
4106
|
+
"name": "add-icon",
|
|
4107
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "animated",
|
|
4111
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "centered",
|
|
4115
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"name": "classes",
|
|
4119
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4104
4120
|
},
|
|
4105
4121
|
{
|
|
4106
|
-
"name": "
|
|
4107
|
-
"description": "Default:
|
|
4122
|
+
"name": "default-active-key",
|
|
4123
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4108
4124
|
},
|
|
4109
4125
|
{
|
|
4110
|
-
"name": "
|
|
4111
|
-
"description": "Default:
|
|
4126
|
+
"name": "hide-add",
|
|
4127
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4112
4128
|
},
|
|
4113
4129
|
{
|
|
4114
|
-
"name": "
|
|
4115
|
-
"description": "Default:
|
|
4130
|
+
"name": "indicator",
|
|
4131
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4116
4132
|
},
|
|
4117
4133
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"description": "Default:
|
|
4134
|
+
"name": "items",
|
|
4135
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4120
4136
|
},
|
|
4121
4137
|
{
|
|
4122
|
-
"name": "
|
|
4123
|
-
"description": "Default:
|
|
4138
|
+
"name": "more",
|
|
4139
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4124
4140
|
},
|
|
4125
4141
|
{
|
|
4126
|
-
"name": "
|
|
4127
|
-
"description": "Default: -\n\
|
|
4142
|
+
"name": "more-icon",
|
|
4143
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4128
4144
|
},
|
|
4129
4145
|
{
|
|
4130
|
-
"name": "
|
|
4131
|
-
"description": "Default:
|
|
4146
|
+
"name": "remove-icon",
|
|
4147
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4132
4148
|
},
|
|
4133
4149
|
{
|
|
4134
|
-
"name": "
|
|
4135
|
-
"description": "Default:
|
|
4150
|
+
"name": "render-tab-bar",
|
|
4151
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4136
4152
|
},
|
|
4137
4153
|
{
|
|
4138
4154
|
"name": "size",
|
|
4139
|
-
"description": "Default:
|
|
4155
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4140
4156
|
},
|
|
4141
4157
|
{
|
|
4142
4158
|
"name": "styles",
|
|
4143
4159
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4144
4160
|
},
|
|
4145
4161
|
{
|
|
4146
|
-
"name": "
|
|
4147
|
-
"description": "Default: -\n\
|
|
4162
|
+
"name": "tab-bar-extra-content",
|
|
4163
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4148
4164
|
},
|
|
4149
4165
|
{
|
|
4150
|
-
"name": "
|
|
4151
|
-
"description": "Default:
|
|
4166
|
+
"name": "tab-bar-gutter",
|
|
4167
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4152
4168
|
},
|
|
4153
4169
|
{
|
|
4154
|
-
"name": "
|
|
4155
|
-
"description": "Default: -\n\
|
|
4170
|
+
"name": "tab-bar-style",
|
|
4171
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"name": "tab-placement",
|
|
4175
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "destroy-on-hidden",
|
|
4179
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "type",
|
|
4183
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4156
4184
|
}
|
|
4157
4185
|
]
|
|
4158
4186
|
},
|
|
@@ -4254,96 +4282,6 @@
|
|
|
4254
4282
|
}
|
|
4255
4283
|
]
|
|
4256
4284
|
},
|
|
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
|
-
},
|
|
4347
4285
|
{
|
|
4348
4286
|
"name": "a-tag",
|
|
4349
4287
|
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
@@ -5153,6 +5091,52 @@
|
|
|
5153
5091
|
}
|
|
5154
5092
|
]
|
|
5155
5093
|
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "a-watermark",
|
|
5096
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5097
|
+
"attributes": [
|
|
5098
|
+
{
|
|
5099
|
+
"name": "width",
|
|
5100
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "height",
|
|
5104
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "inherit",
|
|
5108
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"name": "rotate",
|
|
5112
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
"name": "z-index",
|
|
5116
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "image",
|
|
5120
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"name": "content",
|
|
5124
|
+
"description": "Default: -\n\nWatermark text content"
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"name": "font",
|
|
5128
|
+
"description": "Default: Font\n\nText style"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"name": "gap",
|
|
5132
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5133
|
+
},
|
|
5134
|
+
{
|
|
5135
|
+
"name": "offset",
|
|
5136
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5137
|
+
}
|
|
5138
|
+
]
|
|
5139
|
+
},
|
|
5156
5140
|
{
|
|
5157
5141
|
"name": "a-upload",
|
|
5158
5142
|
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
@@ -5260,48 +5244,64 @@
|
|
|
5260
5244
|
]
|
|
5261
5245
|
},
|
|
5262
5246
|
{
|
|
5263
|
-
"name": "a-
|
|
5264
|
-
"description": "(ZH)
|
|
5247
|
+
"name": "a-switch",
|
|
5248
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
5265
5249
|
"attributes": [
|
|
5266
5250
|
{
|
|
5267
|
-
"name": "
|
|
5268
|
-
"description": "Default:
|
|
5251
|
+
"name": "auto-focus",
|
|
5252
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
5269
5253
|
},
|
|
5270
5254
|
{
|
|
5271
|
-
"name": "
|
|
5272
|
-
"description": "Default:
|
|
5255
|
+
"name": "checked",
|
|
5256
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
5273
5257
|
},
|
|
5274
5258
|
{
|
|
5275
|
-
"name": "
|
|
5276
|
-
"description": "Default:
|
|
5259
|
+
"name": "checked-children",
|
|
5260
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
5277
5261
|
},
|
|
5278
5262
|
{
|
|
5279
|
-
"name": "
|
|
5280
|
-
"description": "Default:
|
|
5263
|
+
"name": "checked-value",
|
|
5264
|
+
"description": "Default: true\n\nThe value when checked"
|
|
5281
5265
|
},
|
|
5282
5266
|
{
|
|
5283
|
-
"name": "
|
|
5284
|
-
"description": "Default:
|
|
5267
|
+
"name": "classes",
|
|
5268
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
5285
5269
|
},
|
|
5286
5270
|
{
|
|
5287
|
-
"name": "
|
|
5288
|
-
"description": "Default:
|
|
5271
|
+
"name": "default-checked",
|
|
5272
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
5289
5273
|
},
|
|
5290
5274
|
{
|
|
5291
|
-
"name": "
|
|
5292
|
-
"description": "Default: -\n\
|
|
5275
|
+
"name": "default-value",
|
|
5276
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
5293
5277
|
},
|
|
5294
5278
|
{
|
|
5295
|
-
"name": "
|
|
5296
|
-
"description": "Default:
|
|
5279
|
+
"name": "disabled",
|
|
5280
|
+
"description": "Default: false\n\nDisable switch"
|
|
5297
5281
|
},
|
|
5298
5282
|
{
|
|
5299
|
-
"name": "
|
|
5300
|
-
"description": "Default:
|
|
5283
|
+
"name": "loading",
|
|
5284
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
5301
5285
|
},
|
|
5302
5286
|
{
|
|
5303
|
-
"name": "
|
|
5304
|
-
"description": "Default:
|
|
5287
|
+
"name": "size",
|
|
5288
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "styles",
|
|
5292
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"name": "un-checked-children",
|
|
5296
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "un-checked-value",
|
|
5300
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "value",
|
|
5304
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
5305
5305
|
}
|
|
5306
5306
|
]
|
|
5307
5307
|
},
|