antdv-next 1.1.9 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +2 -2
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/motion.js +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +7 -2
- package/dist/_util/wave/WaveEffect.d.ts +5 -5
- package/dist/_util/wave/index.d.ts +2 -2
- package/dist/_util/wave/style.d.ts +2 -2
- package/dist/_util/zindexContext.d.ts +2 -2
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/index.js +5 -4
- package/dist/affix/style/index.d.ts +2 -2
- package/dist/alert/Alert.d.ts +2 -2
- package/dist/alert/style/index.d.ts +2 -2
- package/dist/anchor/Anchor.d.ts +2 -2
- package/dist/anchor/AnchorLink.d.ts +2 -2
- package/dist/anchor/style/index.d.ts +2 -2
- package/dist/antd-with-locales.esm.js +11385 -11672
- package/dist/antd-with-locales.js +99 -119
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +7378 -7665
- package/dist/antd.js +91 -111
- 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 +12 -5
- package/dist/auto-complete/index.js +5 -1
- package/dist/avatar/Avatar.d.ts +2 -2
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +11 -5
- package/dist/breadcrumb/Breadcrumb.js +6 -1
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/index.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/columns.js +6 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +15 -15
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +4 -4
- package/dist/config-provider/index.js +2 -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 +3 -7
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/Item.d.ts +2 -2
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +10 -10
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/index.d.ts +2 -2
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/style/index.d.ts +2 -2
- package/dist/drawer/DrawerPanel.d.ts +2 -2
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/style/index.d.ts +2 -2
- package/dist/drawer/useFocusable.d.ts +2 -2
- package/dist/dropdown/dropdown.d.ts +2 -2
- package/dist/dropdown/style/index.d.ts +2 -2
- package/dist/empty/empty.d.ts +2 -2
- package/dist/empty/index.d.ts +5 -5
- package/dist/empty/simple.d.ts +2 -2
- package/dist/empty/style/index.d.ts +2 -2
- package/dist/flex/index.d.ts +2 -2
- package/dist/flex/style/index.d.ts +2 -2
- package/dist/float-button/BackTop.d.ts +2 -2
- package/dist/float-button/FloatButton.d.ts +2 -2
- package/dist/float-button/FloatButtonGroup.d.ts +2 -2
- package/dist/float-button/PurePanel.d.ts +2 -2
- package/dist/float-button/context.d.ts +3 -3
- package/dist/float-button/style/index.d.ts +2 -2
- package/dist/form/ErrorList.d.ts +2 -2
- package/dist/form/Form.d.ts +2 -2
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
- package/dist/image/hooks/usePreviewConfig.d.ts +9 -7
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/image/style/index.js +6 -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/style/variants.js +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/input-number/style/index.js +8 -8
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +2 -2
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/index.js +3 -3
- package/dist/message/style/index.d.ts +2 -2
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
- package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
- package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
- package/dist/modal/components/NormalOkBtn.d.ts +2 -2
- package/dist/modal/confirm.js +8 -2
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/PurePanel.js +1 -1
- package/dist/notification/index.js +3 -3
- package/dist/notification/style/index.d.ts +2 -2
- package/dist/notification/style/index.js +5 -1
- package/dist/notification/style/pure-panel.d.ts +4 -4
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/radio/style/index.js +1 -1
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +4 -4
- package/dist/select/index.js +8 -2
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/style/select-input.js +1 -2
- package/dist/select/useIcons.d.ts +5 -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/addon.js +1 -0
- 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 +12 -1
- 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 +5 -2
- package/dist/statistic/Number.js +13 -2
- package/dist/statistic/Statistic.d.ts +4 -2
- package/dist/statistic/Statistic.js +11 -8
- 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/InternalTable.js +11 -4
- package/dist/table/Table.d.ts +2 -2
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.js +13 -9
- 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 +23 -23
- package/dist/table/hooks/useFilter/index.js +18 -7
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +2 -2
- package/dist/tag/CheckableTagGroup.d.ts +2 -2
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +2 -2
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +5 -4
- package/dist/theme/interface/maps/colors.d.ts +4 -0
- package/dist/theme/themes/ColorMap.d.ts +1 -1
- package/dist/theme/themes/dark/colors.js +2 -1
- package/dist/theme/themes/default/colors.js +2 -1
- package/dist/theme/util/alias.js +32 -29
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/timeline/Timeline.d.ts +2 -2
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Section.js +5 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/search.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/transfer/style/index.js +5 -1
- 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/style/index.js +5 -1
- 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/Base/index.js +7 -6
- 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/typography/style/mixins.js +37 -0
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/Upload.js +1 -3
- 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 +7 -7
- package/web-tags.json +1641 -1625
- package/web-types.json +4810 -4753
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1
|
|
2
|
+
"version": "1.2.1",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -85,24 +85,6 @@
|
|
|
85
85
|
}
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
"name": "a-app",
|
|
90
|
-
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
91
|
-
"attributes": [
|
|
92
|
-
{
|
|
93
|
-
"name": "message",
|
|
94
|
-
"description": "Default: -\n\nGlobal config for Message"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "notification",
|
|
98
|
-
"description": "Default: -\n\nGlobal config for Notification"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "component",
|
|
102
|
-
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
103
|
-
}
|
|
104
|
-
]
|
|
105
|
-
},
|
|
106
88
|
{
|
|
107
89
|
"name": "a-anchor",
|
|
108
90
|
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
@@ -158,60 +140,178 @@
|
|
|
158
140
|
]
|
|
159
141
|
},
|
|
160
142
|
{
|
|
161
|
-
"name": "a-
|
|
162
|
-
"description": "(ZH)
|
|
143
|
+
"name": "a-app",
|
|
144
|
+
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
163
145
|
"attributes": [
|
|
164
146
|
{
|
|
165
|
-
"name": "
|
|
166
|
-
"description": "Default: -\n\
|
|
147
|
+
"name": "message",
|
|
148
|
+
"description": "Default: -\n\nGlobal config for Message"
|
|
167
149
|
},
|
|
168
150
|
{
|
|
169
|
-
"name": "
|
|
170
|
-
"description": "Default:
|
|
151
|
+
"name": "notification",
|
|
152
|
+
"description": "Default: -\n\nGlobal config for Notification"
|
|
171
153
|
},
|
|
172
154
|
{
|
|
173
|
-
"name": "
|
|
174
|
-
"description": "Default:
|
|
155
|
+
"name": "component",
|
|
156
|
+
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "a-auto-complete",
|
|
162
|
+
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
163
|
+
"attributes": [
|
|
164
|
+
{
|
|
165
|
+
"name": "allow-clear",
|
|
166
|
+
"description": "Default: false\n\nShow clear button"
|
|
175
167
|
},
|
|
176
168
|
{
|
|
177
|
-
"name": "
|
|
178
|
-
"description": "Default: false\n\
|
|
169
|
+
"name": "backfill",
|
|
170
|
+
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
179
171
|
},
|
|
180
172
|
{
|
|
181
|
-
"name": "
|
|
182
|
-
"description": "Default: -\n\
|
|
173
|
+
"name": "classes",
|
|
174
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "default-active-first-option",
|
|
178
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "disabled",
|
|
182
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "get-popup-container",
|
|
186
|
+
"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"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "label-render",
|
|
190
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "not-found-content",
|
|
194
|
+
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "open",
|
|
198
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "options",
|
|
202
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "option-render",
|
|
206
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "placeholder",
|
|
210
|
+
"description": "Default: -\n\nThe placeholder of input"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "popup-match-select-width",
|
|
214
|
+
"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"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "popup-render",
|
|
218
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "show-search",
|
|
222
|
+
"description": "Default: true\n\nSearch configuration"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "size",
|
|
226
|
+
"description": "Default: -\n\nThe size of the input box"
|
|
183
227
|
},
|
|
184
228
|
{
|
|
185
229
|
"name": "status",
|
|
186
|
-
"description": "Default: -\n\nSet
|
|
230
|
+
"description": "Default: -\n\nSet validation status"
|
|
187
231
|
},
|
|
188
232
|
{
|
|
189
|
-
"name": "
|
|
190
|
-
"description": "Default: -\n\nCustomize
|
|
233
|
+
"name": "styles",
|
|
234
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
191
235
|
},
|
|
192
236
|
{
|
|
193
|
-
"name": "
|
|
194
|
-
"description": "Default: -\n\
|
|
237
|
+
"name": "value",
|
|
238
|
+
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "variant",
|
|
242
|
+
"description": "Default: outlined\n\nVariants of input"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "virtual",
|
|
246
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "a-avatar",
|
|
252
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
253
|
+
"attributes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "shape",
|
|
256
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
195
257
|
},
|
|
196
258
|
{
|
|
197
259
|
"name": "size",
|
|
198
|
-
"description": "Default:
|
|
260
|
+
"description": "Default: medium\n\nThe size of the avatar"
|
|
199
261
|
},
|
|
200
262
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"description": "Default:
|
|
263
|
+
"name": "gap",
|
|
264
|
+
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
203
265
|
},
|
|
204
266
|
{
|
|
205
|
-
"name": "
|
|
206
|
-
"description": "Default: -\n\
|
|
267
|
+
"name": "src",
|
|
268
|
+
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
207
269
|
},
|
|
208
270
|
{
|
|
209
|
-
"name": "
|
|
210
|
-
"description": "Default: -\n\
|
|
271
|
+
"name": "src-set",
|
|
272
|
+
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
211
273
|
},
|
|
212
274
|
{
|
|
213
|
-
"name": "
|
|
214
|
-
"description": "Default:
|
|
275
|
+
"name": "draggable",
|
|
276
|
+
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "icon",
|
|
280
|
+
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "alt",
|
|
284
|
+
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "cross-origin",
|
|
288
|
+
"description": "Default: -\n\nCORS settings attributes"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "on-error",
|
|
292
|
+
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "a-avatar-group",
|
|
298
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
299
|
+
"attributes": [
|
|
300
|
+
{
|
|
301
|
+
"name": "prefix-cls",
|
|
302
|
+
"description": "Default: -\n\n-"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "max",
|
|
306
|
+
"description": "Default: -\n\n-"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "size",
|
|
310
|
+
"description": "Default: default\n\nThe size of the avatar"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "shape",
|
|
314
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
215
315
|
}
|
|
216
316
|
]
|
|
217
317
|
},
|
|
@@ -249,6 +349,64 @@
|
|
|
249
349
|
}
|
|
250
350
|
]
|
|
251
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "a-badge",
|
|
354
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
355
|
+
"attributes": [
|
|
356
|
+
{
|
|
357
|
+
"name": "count",
|
|
358
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "show-zero",
|
|
362
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "overflow-count",
|
|
366
|
+
"description": "Default: 99\n\nMax count to show"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "dot",
|
|
370
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "scroll-number-prefix-cls",
|
|
374
|
+
"description": "Default: -\n\n-"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "status",
|
|
378
|
+
"description": "Default: -\n\nSet Badge as a status dot"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "color",
|
|
382
|
+
"description": "Default: -\n\nCustomize Badge dot color"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "text",
|
|
386
|
+
"description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "size",
|
|
390
|
+
"description": "Default: -\n\nIf count is set, size sets the size of badge"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "offset",
|
|
394
|
+
"description": "Default: -\n\nSet offset of the badge dot"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "title",
|
|
398
|
+
"description": "Default: -\n\nText to show when hovering over the badge"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "classes",
|
|
402
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "styles",
|
|
406
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
407
|
+
}
|
|
408
|
+
]
|
|
409
|
+
},
|
|
252
410
|
{
|
|
253
411
|
"name": "a-button",
|
|
254
412
|
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
@@ -324,234 +482,48 @@
|
|
|
324
482
|
]
|
|
325
483
|
},
|
|
326
484
|
{
|
|
327
|
-
"name": "a-
|
|
328
|
-
"description": "(ZH)
|
|
485
|
+
"name": "a-carousel",
|
|
486
|
+
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
329
487
|
"attributes": [
|
|
330
488
|
{
|
|
331
|
-
"name": "
|
|
332
|
-
"description": "Default:
|
|
489
|
+
"name": "effect",
|
|
490
|
+
"description": "Default: scrollx\n\nTransition effect"
|
|
333
491
|
},
|
|
334
492
|
{
|
|
335
|
-
"name": "
|
|
493
|
+
"name": "id",
|
|
336
494
|
"description": "Default: -\n\n-"
|
|
337
495
|
},
|
|
338
496
|
{
|
|
339
|
-
"name": "
|
|
340
|
-
"description": "Default: -\n\
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "styles",
|
|
344
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "locale",
|
|
348
|
-
"description": "Default: (default)\n\nThe calendar's locale"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "valid-range",
|
|
352
|
-
"description": "Default: -\n\nTo set valid range"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "disabled-date",
|
|
356
|
-
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "date-full-cell-render",
|
|
360
|
-
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "date-cell-render",
|
|
364
|
-
"description": "Default: -\n\nDeprecated."
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "month-full-cell-render",
|
|
368
|
-
"description": "Default: -\n\nDeprecated."
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "month-cell-render",
|
|
372
|
-
"description": "Default: -\n\nDeprecated."
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "cell-render",
|
|
376
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "full-cell-render",
|
|
380
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "header-render",
|
|
384
|
-
"description": "Default: -\n\nRender custom header in panel"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "value",
|
|
388
|
-
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "default-value",
|
|
392
|
-
"description": "Default: -\n\nThe date selected by default"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "mode",
|
|
396
|
-
"description": "Default: month\n\nThe display mode of the calendar"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "fullscreen",
|
|
400
|
-
"description": "Default: true\n\nWhether to display in full-screen"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "show-week",
|
|
404
|
-
"description": "Default: false\n\nWhether to display week number"
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "a-avatar",
|
|
410
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
411
|
-
"attributes": [
|
|
412
|
-
{
|
|
413
|
-
"name": "shape",
|
|
414
|
-
"description": "Default: circle\n\nThe shape of avatar"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"name": "size",
|
|
418
|
-
"description": "Default: medium\n\nThe size of the avatar"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "gap",
|
|
422
|
-
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"name": "src",
|
|
426
|
-
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
497
|
+
"name": "slick-go-to",
|
|
498
|
+
"description": "Default: -\n\n-"
|
|
427
499
|
},
|
|
428
500
|
{
|
|
429
|
-
"name": "
|
|
430
|
-
"description": "Default:
|
|
501
|
+
"name": "dot-position",
|
|
502
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
431
503
|
},
|
|
432
504
|
{
|
|
433
|
-
"name": "
|
|
434
|
-
"description": "Default:
|
|
505
|
+
"name": "dot-placement",
|
|
506
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
435
507
|
},
|
|
436
508
|
{
|
|
437
|
-
"name": "
|
|
438
|
-
"description": "Default:
|
|
509
|
+
"name": "dots",
|
|
510
|
+
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
439
511
|
},
|
|
440
512
|
{
|
|
441
|
-
"name": "
|
|
442
|
-
"description": "Default:
|
|
513
|
+
"name": "wait-for-animate",
|
|
514
|
+
"description": "Default: false\n\nWhether to wait for the animation when switching"
|
|
443
515
|
},
|
|
444
516
|
{
|
|
445
|
-
"name": "
|
|
446
|
-
"description": "Default:
|
|
517
|
+
"name": "autoplay",
|
|
518
|
+
"description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
447
519
|
},
|
|
448
520
|
{
|
|
449
|
-
"name": "
|
|
450
|
-
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
451
|
-
}
|
|
452
|
-
]
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"name": "a-avatar-group",
|
|
456
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
457
|
-
"attributes": [
|
|
458
|
-
{
|
|
459
|
-
"name": "prefix-cls",
|
|
521
|
+
"name": "prev-arrow",
|
|
460
522
|
"description": "Default: -\n\n-"
|
|
461
523
|
},
|
|
462
524
|
{
|
|
463
|
-
"name": "
|
|
525
|
+
"name": "next-arrow",
|
|
464
526
|
"description": "Default: -\n\n-"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"name": "size",
|
|
468
|
-
"description": "Default: default\n\nThe size of the avatar"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "shape",
|
|
472
|
-
"description": "Default: circle\n\nThe shape of avatar"
|
|
473
|
-
}
|
|
474
|
-
]
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"name": "a-auto-complete",
|
|
478
|
-
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
479
|
-
"attributes": [
|
|
480
|
-
{
|
|
481
|
-
"name": "allow-clear",
|
|
482
|
-
"description": "Default: false\n\nShow clear button"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "backfill",
|
|
486
|
-
"description": "Default: false\n\nIf backfill selected item the input when using keyboard"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "classes",
|
|
490
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "default-active-first-option",
|
|
494
|
-
"description": "Default: true\n\nWhether active first option by default"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "disabled",
|
|
498
|
-
"description": "Default: false\n\nWhether disabled select"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "get-popup-container",
|
|
502
|
-
"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"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"name": "not-found-content",
|
|
506
|
-
"description": "Default: -\n\nSpecify content to show when no result matches"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "open",
|
|
510
|
-
"description": "Default: -\n\nControlled open state of dropdown"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "options",
|
|
514
|
-
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "placeholder",
|
|
518
|
-
"description": "Default: -\n\nThe placeholder of input"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "popup-match-select-width",
|
|
522
|
-
"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"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "popup-render",
|
|
526
|
-
"description": "Default: -\n\nCustomize dropdown content"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "show-search",
|
|
530
|
-
"description": "Default: true\n\nSearch configuration"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"name": "size",
|
|
534
|
-
"description": "Default: -\n\nThe size of the input box"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "status",
|
|
538
|
-
"description": "Default: -\n\nSet validation status"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "styles",
|
|
542
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"name": "value",
|
|
546
|
-
"description": "Default: -\n\nSelected option, support v-model:value"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"name": "variant",
|
|
550
|
-
"description": "Default: outlined\n\nVariants of input"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "virtual",
|
|
554
|
-
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
555
527
|
}
|
|
556
528
|
]
|
|
557
529
|
},
|
|
@@ -686,50 +658,86 @@
|
|
|
686
658
|
]
|
|
687
659
|
},
|
|
688
660
|
{
|
|
689
|
-
"name": "a-
|
|
690
|
-
"description": "(ZH)
|
|
661
|
+
"name": "a-calendar",
|
|
662
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
691
663
|
"attributes": [
|
|
692
664
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"description": "Default:
|
|
665
|
+
"name": "prefix-cls",
|
|
666
|
+
"description": "Default: -\n\n-"
|
|
695
667
|
},
|
|
696
668
|
{
|
|
697
|
-
"name": "
|
|
669
|
+
"name": "root-class",
|
|
698
670
|
"description": "Default: -\n\n-"
|
|
699
671
|
},
|
|
700
672
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"description": "Default: -\n\
|
|
673
|
+
"name": "classes",
|
|
674
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
703
675
|
},
|
|
704
676
|
{
|
|
705
|
-
"name": "
|
|
706
|
-
"description": "Default:
|
|
677
|
+
"name": "styles",
|
|
678
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
707
679
|
},
|
|
708
680
|
{
|
|
709
|
-
"name": "
|
|
710
|
-
"description": "Default:
|
|
681
|
+
"name": "locale",
|
|
682
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
711
683
|
},
|
|
712
684
|
{
|
|
713
|
-
"name": "
|
|
714
|
-
"description": "Default:
|
|
685
|
+
"name": "valid-range",
|
|
686
|
+
"description": "Default: -\n\nTo set valid range"
|
|
715
687
|
},
|
|
716
688
|
{
|
|
717
|
-
"name": "
|
|
718
|
-
"description": "Default:
|
|
689
|
+
"name": "disabled-date",
|
|
690
|
+
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
719
691
|
},
|
|
720
692
|
{
|
|
721
|
-
"name": "
|
|
722
|
-
"description": "Default:
|
|
693
|
+
"name": "date-full-cell-render",
|
|
694
|
+
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
723
695
|
},
|
|
724
696
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"description": "Default: -\n\
|
|
697
|
+
"name": "date-cell-render",
|
|
698
|
+
"description": "Default: -\n\nDeprecated."
|
|
727
699
|
},
|
|
728
700
|
{
|
|
729
|
-
"name": "
|
|
730
|
-
"description": "Default: -\n\
|
|
731
|
-
}
|
|
732
|
-
|
|
701
|
+
"name": "month-full-cell-render",
|
|
702
|
+
"description": "Default: -\n\nDeprecated."
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "month-cell-render",
|
|
706
|
+
"description": "Default: -\n\nDeprecated."
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "cell-render",
|
|
710
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "full-cell-render",
|
|
714
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "header-render",
|
|
718
|
+
"description": "Default: -\n\nRender custom header in panel"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "value",
|
|
722
|
+
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "default-value",
|
|
726
|
+
"description": "Default: -\n\nThe date selected by default"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "mode",
|
|
730
|
+
"description": "Default: month\n\nThe display mode of the calendar"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "fullscreen",
|
|
734
|
+
"description": "Default: true\n\nWhether to display in full-screen"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "show-week",
|
|
738
|
+
"description": "Default: false\n\nWhether to display week number"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
733
741
|
},
|
|
734
742
|
{
|
|
735
743
|
"name": "a-cascader",
|
|
@@ -837,98 +845,6 @@
|
|
|
837
845
|
}
|
|
838
846
|
]
|
|
839
847
|
},
|
|
840
|
-
{
|
|
841
|
-
"name": "a-collapse",
|
|
842
|
-
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
843
|
-
"attributes": [
|
|
844
|
-
{
|
|
845
|
-
"name": "active-key",
|
|
846
|
-
"description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"name": "default-active-key",
|
|
850
|
-
"description": "Default: -\n\nKey of the initial active panel"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"name": "accordion",
|
|
854
|
-
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"name": "destroy-on-hidden",
|
|
858
|
-
"description": "Default: false\n\nDestroy Inactive Panel"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "root-class",
|
|
862
|
-
"description": "Default: -\n\nRoot container class"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "bordered",
|
|
866
|
-
"description": "Default: true\n\nToggles rendering of the border around the collapse block"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"name": "expand-icon",
|
|
870
|
-
"description": "Default: -\n\nAllow to customize collapse icon"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "expand-icon-placement",
|
|
874
|
-
"description": "Default: start\n\nSet expand icon placement"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "ghost",
|
|
878
|
-
"description": "Default: false\n\nMake the collapse borderless and its background transparent"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "size",
|
|
882
|
-
"description": "Default: middle\n\nSet the size of collapse"
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "collapsible",
|
|
886
|
-
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "label-render",
|
|
890
|
-
"description": "Default: -\n\nCustom render label"
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"name": "content-render",
|
|
894
|
-
"description": "Default: -\n\nCustom render content"
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"name": "classes",
|
|
898
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "styles",
|
|
902
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"name": "items",
|
|
906
|
-
"description": "Default: -\n\nCollapse items content"
|
|
907
|
-
}
|
|
908
|
-
]
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"name": "a-collapse-panel",
|
|
912
|
-
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
913
|
-
"attributes": [
|
|
914
|
-
{
|
|
915
|
-
"name": "header",
|
|
916
|
-
"description": "Default: -\n\n-"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "show-arrow",
|
|
920
|
-
"description": "Default: true\n\n-"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"name": "extra",
|
|
924
|
-
"description": "Default: -\n\n-"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "collapsible",
|
|
928
|
-
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
848
|
{
|
|
933
849
|
"name": "a-checkbox",
|
|
934
850
|
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
@@ -1096,128 +1012,160 @@
|
|
|
1096
1012
|
]
|
|
1097
1013
|
},
|
|
1098
1014
|
{
|
|
1099
|
-
"name": "a-
|
|
1100
|
-
"description": "
|
|
1101
|
-
"attributes": []
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "a-common-api",
|
|
1105
|
-
"description": "To select or input a date.",
|
|
1106
|
-
"attributes": []
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "a-common-methods",
|
|
1110
|
-
"description": "To select or input a date.",
|
|
1111
|
-
"attributes": []
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"name": "a-date-picker",
|
|
1115
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1116
|
-
"attributes": []
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "a-date-picker[picker=year]",
|
|
1120
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1121
|
-
"attributes": []
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"name": "a-date-picker[picker=quarter]",
|
|
1125
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1126
|
-
"attributes": []
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"name": "a-date-picker[picker=month]",
|
|
1130
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1131
|
-
"attributes": []
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "a-date-picker[picker=week]",
|
|
1135
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1136
|
-
"attributes": []
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "a-range-picker",
|
|
1140
|
-
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1141
|
-
"attributes": []
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "a-国际化配置",
|
|
1145
|
-
"description": "输入或选择日期的控件。",
|
|
1146
|
-
"attributes": []
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "a-共同的-api",
|
|
1150
|
-
"description": "输入或选择日期的控件。",
|
|
1151
|
-
"attributes": []
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"name": "a-共同的方法",
|
|
1155
|
-
"description": "输入或选择日期的控件。",
|
|
1156
|
-
"attributes": []
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"name": "a-config-provider",
|
|
1160
|
-
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
1015
|
+
"name": "a-collapse",
|
|
1016
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1161
1017
|
"attributes": [
|
|
1162
1018
|
{
|
|
1163
|
-
"name": "
|
|
1164
|
-
"description": "Default:
|
|
1019
|
+
"name": "active-key",
|
|
1020
|
+
"description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
|
|
1165
1021
|
},
|
|
1166
1022
|
{
|
|
1167
|
-
"name": "
|
|
1168
|
-
"description": "Default: -\n\
|
|
1023
|
+
"name": "default-active-key",
|
|
1024
|
+
"description": "Default: -\n\nKey of the initial active panel"
|
|
1169
1025
|
},
|
|
1170
1026
|
{
|
|
1171
|
-
"name": "
|
|
1172
|
-
"description": "Default:
|
|
1027
|
+
"name": "accordion",
|
|
1028
|
+
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
1173
1029
|
},
|
|
1174
1030
|
{
|
|
1175
|
-
"name": "
|
|
1176
|
-
"description": "Default:
|
|
1031
|
+
"name": "destroy-on-hidden",
|
|
1032
|
+
"description": "Default: false\n\nDestroy Inactive Panel"
|
|
1177
1033
|
},
|
|
1178
1034
|
{
|
|
1179
|
-
"name": "
|
|
1180
|
-
"description": "Default:
|
|
1035
|
+
"name": "root-class",
|
|
1036
|
+
"description": "Default: -\n\nRoot container class"
|
|
1181
1037
|
},
|
|
1182
1038
|
{
|
|
1183
|
-
"name": "
|
|
1184
|
-
"description": "Default:
|
|
1039
|
+
"name": "bordered",
|
|
1040
|
+
"description": "Default: true\n\nToggles rendering of the border around the collapse block"
|
|
1185
1041
|
},
|
|
1186
1042
|
{
|
|
1187
|
-
"name": "icon
|
|
1188
|
-
"description": "Default:
|
|
1043
|
+
"name": "expand-icon",
|
|
1044
|
+
"description": "Default: -\n\nAllow to customize collapse icon"
|
|
1189
1045
|
},
|
|
1190
1046
|
{
|
|
1191
|
-
"name": "
|
|
1192
|
-
"description": "Default:
|
|
1047
|
+
"name": "expand-icon-placement",
|
|
1048
|
+
"description": "Default: start\n\nSet expand icon placement"
|
|
1193
1049
|
},
|
|
1194
1050
|
{
|
|
1195
|
-
"name": "
|
|
1196
|
-
"description": "Default:
|
|
1051
|
+
"name": "ghost",
|
|
1052
|
+
"description": "Default: false\n\nMake the collapse borderless and its background transparent"
|
|
1197
1053
|
},
|
|
1198
1054
|
{
|
|
1199
|
-
"name": "
|
|
1200
|
-
"description": "Default:
|
|
1055
|
+
"name": "size",
|
|
1056
|
+
"description": "Default: middle\n\nSet the size of collapse"
|
|
1201
1057
|
},
|
|
1202
1058
|
{
|
|
1203
|
-
"name": "
|
|
1204
|
-
"description": "Default:
|
|
1059
|
+
"name": "collapsible",
|
|
1060
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
1205
1061
|
},
|
|
1206
1062
|
{
|
|
1207
|
-
"name": "render
|
|
1208
|
-
"description": "Default: -\n\
|
|
1063
|
+
"name": "label-render",
|
|
1064
|
+
"description": "Default: -\n\nCustom render label"
|
|
1209
1065
|
},
|
|
1210
1066
|
{
|
|
1211
|
-
"name": "
|
|
1212
|
-
"description": "Default: -\n\
|
|
1067
|
+
"name": "content-render",
|
|
1068
|
+
"description": "Default: -\n\nCustom render content"
|
|
1213
1069
|
},
|
|
1214
1070
|
{
|
|
1215
|
-
"name": "
|
|
1216
|
-
"description": "Default: -\n\
|
|
1071
|
+
"name": "classes",
|
|
1072
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1217
1073
|
},
|
|
1218
1074
|
{
|
|
1219
|
-
"name": "
|
|
1220
|
-
"description": "Default: -\n\
|
|
1075
|
+
"name": "styles",
|
|
1076
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "items",
|
|
1080
|
+
"description": "Default: -\n\nCollapse items content"
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "a-collapse-panel",
|
|
1086
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1087
|
+
"attributes": [
|
|
1088
|
+
{
|
|
1089
|
+
"name": "header",
|
|
1090
|
+
"description": "Default: -\n\n-"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "show-arrow",
|
|
1094
|
+
"description": "Default: true\n\n-"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "extra",
|
|
1098
|
+
"description": "Default: -\n\n-"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "collapsible",
|
|
1102
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "a-config-provider",
|
|
1108
|
+
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
1109
|
+
"attributes": [
|
|
1110
|
+
{
|
|
1111
|
+
"name": "component-disabled",
|
|
1112
|
+
"description": "Default: -\n\nConfig antd component disabled"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "component-size",
|
|
1116
|
+
"description": "Default: -\n\nConfig antd component size"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "csp",
|
|
1120
|
+
"description": "Default: -\n\nSet Content Security Policy config"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "direction",
|
|
1124
|
+
"description": "Default: ltr\n\nSet direction of layout. See demo"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "get-popup-container",
|
|
1128
|
+
"description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "get-target-container",
|
|
1132
|
+
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "icon-prefix-cls",
|
|
1136
|
+
"description": "Default: anticon\n\nSet icon prefix className"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "locale",
|
|
1140
|
+
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "popup-match-select-width",
|
|
1144
|
+
"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"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "popup-overflow",
|
|
1148
|
+
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "prefix-cls",
|
|
1152
|
+
"description": "Default: ant\n\nSet prefix className"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "render-empty",
|
|
1156
|
+
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "theme",
|
|
1160
|
+
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "variant",
|
|
1164
|
+
"description": "Default: -\n\nSet variant of data entry components"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "virtual",
|
|
1168
|
+
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
1221
1169
|
},
|
|
1222
1170
|
{
|
|
1223
1171
|
"name": "warning",
|
|
@@ -1225,6 +1173,66 @@
|
|
|
1225
1173
|
}
|
|
1226
1174
|
]
|
|
1227
1175
|
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "a-localization",
|
|
1178
|
+
"description": "To select or input a date.",
|
|
1179
|
+
"attributes": []
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "a-common-api",
|
|
1183
|
+
"description": "To select or input a date.",
|
|
1184
|
+
"attributes": []
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "a-common-methods",
|
|
1188
|
+
"description": "To select or input a date.",
|
|
1189
|
+
"attributes": []
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "a-date-picker",
|
|
1193
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1194
|
+
"attributes": []
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "a-date-picker[picker=year]",
|
|
1198
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1199
|
+
"attributes": []
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "a-date-picker[picker=quarter]",
|
|
1203
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1204
|
+
"attributes": []
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "a-date-picker[picker=month]",
|
|
1208
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1209
|
+
"attributes": []
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "a-date-picker[picker=week]",
|
|
1213
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1214
|
+
"attributes": []
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "a-range-picker",
|
|
1218
|
+
"description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
|
|
1219
|
+
"attributes": []
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "a-国际化配置",
|
|
1223
|
+
"description": "输入或选择日期的控件。",
|
|
1224
|
+
"attributes": []
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "a-共同的-api",
|
|
1228
|
+
"description": "输入或选择日期的控件。",
|
|
1229
|
+
"attributes": []
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "a-共同的方法",
|
|
1233
|
+
"description": "输入或选择日期的控件。",
|
|
1234
|
+
"attributes": []
|
|
1235
|
+
},
|
|
1228
1236
|
{
|
|
1229
1237
|
"name": "a-descriptions",
|
|
1230
1238
|
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
@@ -1325,6 +1333,92 @@
|
|
|
1325
1333
|
}
|
|
1326
1334
|
]
|
|
1327
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "a-dropdown",
|
|
1338
|
+
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
1339
|
+
"attributes": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "classes",
|
|
1342
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "styles",
|
|
1346
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "menu",
|
|
1350
|
+
"description": "Default: -\n\nThe menu props"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "auto-focus",
|
|
1354
|
+
"description": "Default: -\n\nFocus the first menu item when opened"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "arrow",
|
|
1358
|
+
"description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "trigger",
|
|
1362
|
+
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "popup-render",
|
|
1366
|
+
"description": "Default: -\n\nCustomize popup content"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "open",
|
|
1370
|
+
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "disabled",
|
|
1374
|
+
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "destroy-on-hidden",
|
|
1378
|
+
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "align",
|
|
1382
|
+
"description": "Default: -\n\nPopup align config"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "get-popup-container",
|
|
1386
|
+
"description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"name": "prefix-cls",
|
|
1390
|
+
"description": "Default: -\n\nCustomize prefix class name"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "transition-name",
|
|
1394
|
+
"description": "Default: -\n\nMotion name of dropdown"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "placement",
|
|
1398
|
+
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"name": "force-render",
|
|
1402
|
+
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "mouse-enter-delay",
|
|
1406
|
+
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "mouse-leave-delay",
|
|
1410
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "open-class-name",
|
|
1414
|
+
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "auto-adjust-overflow",
|
|
1418
|
+
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1419
|
+
}
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1328
1422
|
{
|
|
1329
1423
|
"name": "a-drawer",
|
|
1330
1424
|
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
@@ -1428,122 +1522,32 @@
|
|
|
1428
1522
|
]
|
|
1429
1523
|
},
|
|
1430
1524
|
{
|
|
1431
|
-
"name": "a-
|
|
1432
|
-
"description": "(ZH)
|
|
1525
|
+
"name": "a-empty",
|
|
1526
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1433
1527
|
"attributes": [
|
|
1434
1528
|
{
|
|
1435
1529
|
"name": "classes",
|
|
1436
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
1530
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1437
1531
|
},
|
|
1438
1532
|
{
|
|
1439
1533
|
"name": "styles",
|
|
1440
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
1534
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1441
1535
|
},
|
|
1442
1536
|
{
|
|
1443
|
-
"name": "
|
|
1444
|
-
"description": "Default:
|
|
1537
|
+
"name": "image",
|
|
1538
|
+
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1445
1539
|
},
|
|
1446
1540
|
{
|
|
1447
|
-
"name": "
|
|
1448
|
-
"description": "Default: -\n\
|
|
1541
|
+
"name": "description",
|
|
1542
|
+
"description": "Default: -\n\nCustomize description"
|
|
1449
1543
|
},
|
|
1450
1544
|
{
|
|
1451
|
-
"name": "
|
|
1452
|
-
"description": "Default:
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "trigger",
|
|
1456
|
-
"description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"name": "popup-render",
|
|
1460
|
-
"description": "Default: -\n\nCustomize popup content"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "open",
|
|
1464
|
-
"description": "Default: -\n\nWhether the dropdown menu is currently open"
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "disabled",
|
|
1468
|
-
"description": "Default: -\n\nWhether the dropdown menu is disabled"
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"name": "destroy-on-hidden",
|
|
1472
|
-
"description": "Default: false\n\nWhether destroy dropdown when hidden"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "align",
|
|
1476
|
-
"description": "Default: -\n\nPopup align config"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"name": "get-popup-container",
|
|
1480
|
-
"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"
|
|
1545
|
+
"name": "root-class",
|
|
1546
|
+
"description": "Default: -\n\nRoot container class"
|
|
1481
1547
|
},
|
|
1482
1548
|
{
|
|
1483
1549
|
"name": "prefix-cls",
|
|
1484
|
-
"description": "Default: -\n\
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"name": "transition-name",
|
|
1488
|
-
"description": "Default: -\n\nMotion name of dropdown"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "placement",
|
|
1492
|
-
"description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "force-render",
|
|
1496
|
-
"description": "Default: -\n\nForce render dropdown overlay"
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "mouse-enter-delay",
|
|
1500
|
-
"description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "mouse-leave-delay",
|
|
1504
|
-
"description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "open-class-name",
|
|
1508
|
-
"description": "Default: -\n\nClass added to trigger when dropdown is open"
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"name": "auto-adjust-overflow",
|
|
1512
|
-
"description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
|
|
1513
|
-
}
|
|
1514
|
-
]
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"name": "a-empty",
|
|
1518
|
-
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1519
|
-
"attributes": [
|
|
1520
|
-
{
|
|
1521
|
-
"name": "vertical",
|
|
1522
|
-
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "wrap",
|
|
1526
|
-
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "justify",
|
|
1530
|
-
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "align",
|
|
1534
|
-
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"name": "flex",
|
|
1538
|
-
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "gap",
|
|
1542
|
-
"description": "Default: -\n\nSets the gap between grids"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"name": "component",
|
|
1546
|
-
"description": "Default: div\n\ncustom element type"
|
|
1550
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1547
1551
|
}
|
|
1548
1552
|
]
|
|
1549
1553
|
},
|
|
@@ -1682,86 +1686,6 @@
|
|
|
1682
1686
|
}
|
|
1683
1687
|
]
|
|
1684
1688
|
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "a-row",
|
|
1687
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1688
|
-
"attributes": [
|
|
1689
|
-
{
|
|
1690
|
-
"name": "align",
|
|
1691
|
-
"description": "Default: top\n\nVertical alignment"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"name": "gutter",
|
|
1695
|
-
"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]"
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"name": "justify",
|
|
1699
|
-
"description": "Default: start\n\nHorizontal arrangement"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "wrap",
|
|
1703
|
-
"description": "Default: true\n\nAuto wrap line"
|
|
1704
|
-
}
|
|
1705
|
-
]
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"name": "a-col",
|
|
1709
|
-
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1710
|
-
"attributes": [
|
|
1711
|
-
{
|
|
1712
|
-
"name": "flex",
|
|
1713
|
-
"description": "Default: -\n\nFlex layout style"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "offset",
|
|
1717
|
-
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"name": "order",
|
|
1721
|
-
"description": "Default: 0\n\nRaster order"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"name": "pull",
|
|
1725
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"name": "push",
|
|
1729
|
-
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "span",
|
|
1733
|
-
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "xs",
|
|
1737
|
-
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"name": "sm",
|
|
1741
|
-
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"name": "md",
|
|
1745
|
-
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"name": "lg",
|
|
1749
|
-
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"name": "xl",
|
|
1753
|
-
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"name": "xxl",
|
|
1757
|
-
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "xxxl",
|
|
1761
|
-
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
1762
|
-
}
|
|
1763
|
-
]
|
|
1764
|
-
},
|
|
1765
1689
|
{
|
|
1766
1690
|
"name": "a-form",
|
|
1767
1691
|
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
@@ -2027,6 +1951,86 @@
|
|
|
2027
1951
|
"description": "语义化的矢量图形。",
|
|
2028
1952
|
"attributes": []
|
|
2029
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "a-row",
|
|
1956
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1957
|
+
"attributes": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "align",
|
|
1960
|
+
"description": "Default: top\n\nVertical alignment"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "gutter",
|
|
1964
|
+
"description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "justify",
|
|
1968
|
+
"description": "Default: start\n\nHorizontal arrangement"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "wrap",
|
|
1972
|
+
"description": "Default: true\n\nAuto wrap line"
|
|
1973
|
+
}
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "a-col",
|
|
1978
|
+
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
1979
|
+
"attributes": [
|
|
1980
|
+
{
|
|
1981
|
+
"name": "flex",
|
|
1982
|
+
"description": "Default: -\n\nFlex layout style"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "offset",
|
|
1986
|
+
"description": "Default: 0\n\nThe number of cells to offset Col from the left"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "order",
|
|
1990
|
+
"description": "Default: 0\n\nRaster order"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "pull",
|
|
1994
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the left"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "push",
|
|
1998
|
+
"description": "Default: 0\n\nThe number of cells that raster is moved to the right"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "span",
|
|
2002
|
+
"description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "xs",
|
|
2006
|
+
"description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "sm",
|
|
2010
|
+
"description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "md",
|
|
2014
|
+
"description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "lg",
|
|
2018
|
+
"description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"name": "xl",
|
|
2022
|
+
"description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "xxl",
|
|
2026
|
+
"description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "xxxl",
|
|
2030
|
+
"description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2030
2034
|
{
|
|
2031
2035
|
"name": "a-image",
|
|
2032
2036
|
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
@@ -2261,70 +2265,8 @@
|
|
|
2261
2265
|
"attributes": []
|
|
2262
2266
|
},
|
|
2263
2267
|
{
|
|
2264
|
-
"name": "a-
|
|
2265
|
-
"description": "(ZH)
|
|
2266
|
-
"attributes": [
|
|
2267
|
-
{
|
|
2268
|
-
"name": "size",
|
|
2269
|
-
"description": "Default: -\n\nThe height of input box"
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"name": "status",
|
|
2273
|
-
"description": "Default: -\n\nSet validation status"
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"name": "disabled",
|
|
2277
|
-
"description": "Default: false\n\nIf the input is disabled"
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"name": "addon-before",
|
|
2281
|
-
"description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"name": "addon-after",
|
|
2285
|
-
"description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"name": "prefix",
|
|
2289
|
-
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"name": "suffix",
|
|
2293
|
-
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
"name": "bordered",
|
|
2297
|
-
"description": "Default: -\n\nDeprecated."
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"name": "variant",
|
|
2301
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
"name": "classes",
|
|
2305
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"name": "styles",
|
|
2309
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "controls",
|
|
2313
|
-
"description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"name": "type",
|
|
2317
|
-
"description": "Default: -\n\n-"
|
|
2318
|
-
},
|
|
2319
|
-
{
|
|
2320
|
-
"name": "step",
|
|
2321
|
-
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2322
|
-
}
|
|
2323
|
-
]
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "a-layout",
|
|
2327
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2268
|
+
"name": "a-layout",
|
|
2269
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2328
2270
|
"attributes": [
|
|
2329
2271
|
{
|
|
2330
2272
|
"name": "has-sider",
|
|
@@ -2375,86 +2317,106 @@
|
|
|
2375
2317
|
]
|
|
2376
2318
|
},
|
|
2377
2319
|
{
|
|
2378
|
-
"name": "a-
|
|
2379
|
-
"description": "(ZH)
|
|
2320
|
+
"name": "a-input-number",
|
|
2321
|
+
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
2380
2322
|
"attributes": [
|
|
2381
2323
|
{
|
|
2382
|
-
"name": "
|
|
2383
|
-
"description": "Default: -\n\
|
|
2324
|
+
"name": "size",
|
|
2325
|
+
"description": "Default: -\n\nThe height of input box"
|
|
2384
2326
|
},
|
|
2385
2327
|
{
|
|
2386
|
-
"name": "
|
|
2387
|
-
"description": "Default: -\n\
|
|
2328
|
+
"name": "status",
|
|
2329
|
+
"description": "Default: -\n\nSet validation status"
|
|
2388
2330
|
},
|
|
2389
2331
|
{
|
|
2390
|
-
"name": "
|
|
2391
|
-
"description": "Default:
|
|
2332
|
+
"name": "disabled",
|
|
2333
|
+
"description": "Default: false\n\nIf the input is disabled"
|
|
2392
2334
|
},
|
|
2393
2335
|
{
|
|
2394
|
-
"name": "
|
|
2395
|
-
"description": "Default:
|
|
2336
|
+
"name": "addon-before",
|
|
2337
|
+
"description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
|
|
2396
2338
|
},
|
|
2397
2339
|
{
|
|
2398
|
-
"name": "
|
|
2399
|
-
"description": "Default:
|
|
2340
|
+
"name": "addon-after",
|
|
2341
|
+
"description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
|
|
2400
2342
|
},
|
|
2401
2343
|
{
|
|
2402
|
-
"name": "
|
|
2403
|
-
"description": "Default: -\n\
|
|
2344
|
+
"name": "prefix",
|
|
2345
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2404
2346
|
},
|
|
2405
2347
|
{
|
|
2406
|
-
"name": "
|
|
2407
|
-
"description": "Default: -\n\
|
|
2408
|
-
}
|
|
2409
|
-
]
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "a-mentions",
|
|
2413
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2414
|
-
"attributes": [
|
|
2348
|
+
"name": "suffix",
|
|
2349
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
2350
|
+
},
|
|
2415
2351
|
{
|
|
2416
|
-
"name": "
|
|
2417
|
-
"description": "Default: -\n\
|
|
2352
|
+
"name": "bordered",
|
|
2353
|
+
"description": "Default: -\n\nDeprecated."
|
|
2418
2354
|
},
|
|
2419
2355
|
{
|
|
2420
|
-
"name": "
|
|
2421
|
-
"description": "Default:
|
|
2356
|
+
"name": "variant",
|
|
2357
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2422
2358
|
},
|
|
2423
2359
|
{
|
|
2424
|
-
"name": "
|
|
2425
|
-
"description": "Default:
|
|
2360
|
+
"name": "classes",
|
|
2361
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2426
2362
|
},
|
|
2427
2363
|
{
|
|
2428
|
-
"name": "
|
|
2364
|
+
"name": "styles",
|
|
2365
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"name": "controls",
|
|
2369
|
+
"description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "type",
|
|
2429
2373
|
"description": "Default: -\n\n-"
|
|
2430
2374
|
},
|
|
2431
2375
|
{
|
|
2432
|
-
"name": "
|
|
2433
|
-
"description": "Default:
|
|
2376
|
+
"name": "max",
|
|
2377
|
+
"description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
|
|
2434
2378
|
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "min",
|
|
2381
|
+
"description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "step",
|
|
2385
|
+
"description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "a-masonry",
|
|
2391
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2392
|
+
"attributes": [
|
|
2435
2393
|
{
|
|
2436
2394
|
"name": "classes",
|
|
2437
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
2395
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2438
2396
|
},
|
|
2439
2397
|
{
|
|
2440
2398
|
"name": "styles",
|
|
2441
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
2399
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2442
2400
|
},
|
|
2443
2401
|
{
|
|
2444
|
-
"name": "
|
|
2445
|
-
"description": "Default:
|
|
2402
|
+
"name": "columns",
|
|
2403
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2446
2404
|
},
|
|
2447
2405
|
{
|
|
2448
|
-
"name": "
|
|
2449
|
-
"description": "Default:
|
|
2406
|
+
"name": "fresh",
|
|
2407
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2450
2408
|
},
|
|
2451
2409
|
{
|
|
2452
|
-
"name": "
|
|
2453
|
-
"description": "Default:
|
|
2410
|
+
"name": "gutter",
|
|
2411
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2454
2412
|
},
|
|
2455
2413
|
{
|
|
2456
|
-
"name": "
|
|
2457
|
-
"description": "Default: -\n\
|
|
2414
|
+
"name": "items",
|
|
2415
|
+
"description": "Default: -\n\nMasonry items"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "item-render",
|
|
2419
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2458
2420
|
}
|
|
2459
2421
|
]
|
|
2460
2422
|
},
|
|
@@ -2568,6 +2530,41 @@
|
|
|
2568
2530
|
}
|
|
2569
2531
|
]
|
|
2570
2532
|
},
|
|
2533
|
+
{
|
|
2534
|
+
"name": "a-static-methods",
|
|
2535
|
+
"description": "Prompt notification message globally.",
|
|
2536
|
+
"attributes": []
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "a-arguments",
|
|
2540
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2541
|
+
"attributes": []
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "a-config",
|
|
2545
|
+
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2546
|
+
"attributes": []
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "a-global-configuration",
|
|
2550
|
+
"description": "Prompt notification message globally.",
|
|
2551
|
+
"attributes": []
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "a-静态方法",
|
|
2555
|
+
"description": "全局展示通知提醒信息。",
|
|
2556
|
+
"attributes": []
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "a-参数",
|
|
2560
|
+
"description": "全局展示操作反馈信息。",
|
|
2561
|
+
"attributes": []
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"name": "a-全局配置",
|
|
2565
|
+
"description": "全局展示通知提醒信息。",
|
|
2566
|
+
"attributes": []
|
|
2567
|
+
},
|
|
2571
2568
|
{
|
|
2572
2569
|
"name": "a-modal",
|
|
2573
2570
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2714,41 +2711,6 @@
|
|
|
2714
2711
|
}
|
|
2715
2712
|
]
|
|
2716
2713
|
},
|
|
2717
|
-
{
|
|
2718
|
-
"name": "a-static-methods",
|
|
2719
|
-
"description": "Prompt notification message globally.",
|
|
2720
|
-
"attributes": []
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "a-arguments",
|
|
2724
|
-
"description": "Display global messages as feedback in response to user operations.",
|
|
2725
|
-
"attributes": []
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"name": "a-config",
|
|
2729
|
-
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2730
|
-
"attributes": []
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
"name": "a-global-configuration",
|
|
2734
|
-
"description": "Prompt notification message globally.",
|
|
2735
|
-
"attributes": []
|
|
2736
|
-
},
|
|
2737
|
-
{
|
|
2738
|
-
"name": "a-静态方法",
|
|
2739
|
-
"description": "全局展示通知提醒信息。",
|
|
2740
|
-
"attributes": []
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"name": "a-参数",
|
|
2744
|
-
"description": "全局展示操作反馈信息。",
|
|
2745
|
-
"attributes": []
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "a-全局配置",
|
|
2749
|
-
"description": "全局展示通知提醒信息。",
|
|
2750
|
-
"attributes": []
|
|
2751
|
-
},
|
|
2752
2714
|
{
|
|
2753
2715
|
"name": "a-args-props",
|
|
2754
2716
|
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
@@ -2765,56 +2727,52 @@
|
|
|
2765
2727
|
"attributes": []
|
|
2766
2728
|
},
|
|
2767
2729
|
{
|
|
2768
|
-
"name": "a-
|
|
2769
|
-
"description": "(ZH)
|
|
2730
|
+
"name": "a-mentions",
|
|
2731
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2770
2732
|
"attributes": [
|
|
2771
2733
|
{
|
|
2772
|
-
"name": "
|
|
2773
|
-
"description": "Default: -\n\
|
|
2734
|
+
"name": "loading",
|
|
2735
|
+
"description": "Default: -\n\n-"
|
|
2774
2736
|
},
|
|
2775
2737
|
{
|
|
2776
|
-
"name": "
|
|
2777
|
-
"description": "Default:
|
|
2738
|
+
"name": "status",
|
|
2739
|
+
"description": "Default: -\n\nSet validation status"
|
|
2778
2740
|
},
|
|
2779
2741
|
{
|
|
2780
|
-
"name": "
|
|
2781
|
-
"description": "Default:
|
|
2742
|
+
"name": "options",
|
|
2743
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2782
2744
|
},
|
|
2783
2745
|
{
|
|
2784
|
-
"name": "
|
|
2785
|
-
"description": "Default: -\n\
|
|
2746
|
+
"name": "popup-class-name",
|
|
2747
|
+
"description": "Default: -\n\n-"
|
|
2786
2748
|
},
|
|
2787
2749
|
{
|
|
2788
|
-
"name": "
|
|
2789
|
-
"description": "Default:
|
|
2750
|
+
"name": "variant",
|
|
2751
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2790
2752
|
},
|
|
2791
2753
|
{
|
|
2792
|
-
"name": "
|
|
2793
|
-
"description": "Default:
|
|
2754
|
+
"name": "classes",
|
|
2755
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2794
2756
|
},
|
|
2795
2757
|
{
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "Default:
|
|
2798
|
-
},
|
|
2799
|
-
{
|
|
2800
|
-
"name": "show-cancel",
|
|
2801
|
-
"description": "Default: true\n\nShow cancel button"
|
|
2758
|
+
"name": "styles",
|
|
2759
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2802
2760
|
},
|
|
2803
2761
|
{
|
|
2804
|
-
"name": "
|
|
2805
|
-
"description": "Default: -\n\
|
|
2762
|
+
"name": "size",
|
|
2763
|
+
"description": "Default: -\n\n-"
|
|
2806
2764
|
},
|
|
2807
2765
|
{
|
|
2808
|
-
"name": "
|
|
2809
|
-
"description": "Default: -\n\
|
|
2766
|
+
"name": "label-render",
|
|
2767
|
+
"description": "Default: -\n\n-"
|
|
2810
2768
|
},
|
|
2811
2769
|
{
|
|
2812
|
-
"name": "
|
|
2813
|
-
"description": "Default:
|
|
2770
|
+
"name": "allow-clear",
|
|
2771
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2814
2772
|
},
|
|
2815
2773
|
{
|
|
2816
|
-
"name": "
|
|
2817
|
-
"description": "Default: -\n\
|
|
2774
|
+
"name": "disabled",
|
|
2775
|
+
"description": "Default: -\n\n-"
|
|
2818
2776
|
}
|
|
2819
2777
|
]
|
|
2820
2778
|
},
|
|
@@ -2936,6 +2894,60 @@
|
|
|
2936
2894
|
}
|
|
2937
2895
|
]
|
|
2938
2896
|
},
|
|
2897
|
+
{
|
|
2898
|
+
"name": "a-popconfirm",
|
|
2899
|
+
"description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
|
|
2900
|
+
"attributes": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "cancel-button-props",
|
|
2903
|
+
"description": "Default: -\n\nThe cancel button props"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "cancel-text",
|
|
2907
|
+
"description": "Default: Cancel\n\nThe text of the Cancel button"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "disabled",
|
|
2911
|
+
"description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "icon",
|
|
2915
|
+
"description": "Default: -\n\nCustomize icon of confirmation"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "ok-button-props",
|
|
2919
|
+
"description": "Default: -\n\nThe ok button props"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "ok-text",
|
|
2923
|
+
"description": "Default: OK\n\nThe text of the Confirm button"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"name": "ok-type",
|
|
2927
|
+
"description": "Default: primary\n\nButton type of the Confirm button"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "show-cancel",
|
|
2931
|
+
"description": "Default: true\n\nShow cancel button"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "title",
|
|
2935
|
+
"description": "Default: -\n\nThe title of the confirmation box"
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"name": "description",
|
|
2939
|
+
"description": "Default: -\n\nThe description of the confirmation box"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "classes",
|
|
2943
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "styles",
|
|
2947
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2948
|
+
}
|
|
2949
|
+
]
|
|
2950
|
+
},
|
|
2939
2951
|
{
|
|
2940
2952
|
"name": "a-progress",
|
|
2941
2953
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -3006,28 +3018,6 @@
|
|
|
3006
3018
|
}
|
|
3007
3019
|
]
|
|
3008
3020
|
},
|
|
3009
|
-
{
|
|
3010
|
-
"name": "a-popover",
|
|
3011
|
-
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3012
|
-
"attributes": [
|
|
3013
|
-
{
|
|
3014
|
-
"name": "title",
|
|
3015
|
-
"description": "Default: -\n\nTitle of the card"
|
|
3016
|
-
},
|
|
3017
|
-
{
|
|
3018
|
-
"name": "content",
|
|
3019
|
-
"description": "Default: -\n\nContent of the card"
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "classes",
|
|
3023
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3024
|
-
},
|
|
3025
|
-
{
|
|
3026
|
-
"name": "styles",
|
|
3027
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3028
|
-
}
|
|
3029
|
-
]
|
|
3030
|
-
},
|
|
3031
3021
|
{
|
|
3032
3022
|
"name": "a-qrcode",
|
|
3033
3023
|
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
@@ -3317,433 +3307,464 @@
|
|
|
3317
3307
|
]
|
|
3318
3308
|
},
|
|
3319
3309
|
{
|
|
3320
|
-
"name": "a-
|
|
3321
|
-
"description": "(ZH)
|
|
3310
|
+
"name": "a-popover",
|
|
3311
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3322
3312
|
"attributes": [
|
|
3323
3313
|
{
|
|
3324
|
-
"name": "
|
|
3325
|
-
"description": "Default:
|
|
3314
|
+
"name": "title",
|
|
3315
|
+
"description": "Default: -\n\nTitle of the card"
|
|
3326
3316
|
},
|
|
3327
3317
|
{
|
|
3328
|
-
"name": "
|
|
3329
|
-
"description": "Default:
|
|
3318
|
+
"name": "content",
|
|
3319
|
+
"description": "Default: -\n\nContent of the card"
|
|
3330
3320
|
},
|
|
3331
3321
|
{
|
|
3332
3322
|
"name": "classes",
|
|
3333
3323
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3334
3324
|
},
|
|
3335
3325
|
{
|
|
3336
|
-
"name": "
|
|
3337
|
-
"description": "Default:
|
|
3338
|
-
}
|
|
3326
|
+
"name": "styles",
|
|
3327
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3328
|
+
}
|
|
3329
|
+
]
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"name": "a-skeleton",
|
|
3333
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3334
|
+
"attributes": [
|
|
3339
3335
|
{
|
|
3340
|
-
"name": "
|
|
3341
|
-
"description": "Default: false\n\
|
|
3336
|
+
"name": "active",
|
|
3337
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3342
3338
|
},
|
|
3343
3339
|
{
|
|
3344
|
-
"name": "
|
|
3345
|
-
"description": "Default:
|
|
3340
|
+
"name": "avatar",
|
|
3341
|
+
"description": "Default: false\n\nShow avatar placeholder"
|
|
3346
3342
|
},
|
|
3347
3343
|
{
|
|
3348
|
-
"name": "
|
|
3349
|
-
"description": "Default: -\n\
|
|
3344
|
+
"name": "loading",
|
|
3345
|
+
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3350
3346
|
},
|
|
3351
3347
|
{
|
|
3352
|
-
"name": "
|
|
3353
|
-
"description": "Default:
|
|
3348
|
+
"name": "paragraph",
|
|
3349
|
+
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3354
3350
|
},
|
|
3355
3351
|
{
|
|
3356
|
-
"name": "
|
|
3357
|
-
"description": "Default:
|
|
3352
|
+
"name": "round",
|
|
3353
|
+
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3358
3354
|
},
|
|
3359
3355
|
{
|
|
3360
|
-
"name": "
|
|
3361
|
-
"description": "Default:
|
|
3356
|
+
"name": "title",
|
|
3357
|
+
"description": "Default: true\n\nShow title placeholder"
|
|
3362
3358
|
},
|
|
3363
3359
|
{
|
|
3364
|
-
"name": "
|
|
3365
|
-
"description": "Default:
|
|
3360
|
+
"name": "classes",
|
|
3361
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3366
3362
|
},
|
|
3367
3363
|
{
|
|
3368
|
-
"name": "
|
|
3369
|
-
"description": "Default: -\n\
|
|
3370
|
-
}
|
|
3364
|
+
"name": "styles",
|
|
3365
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3366
|
+
}
|
|
3367
|
+
]
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "a-skeleton-avatar",
|
|
3371
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3372
|
+
"attributes": [
|
|
3371
3373
|
{
|
|
3372
|
-
"name": "
|
|
3373
|
-
"description": "Default:
|
|
3374
|
+
"name": "active",
|
|
3375
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3374
3376
|
},
|
|
3375
3377
|
{
|
|
3376
|
-
"name": "
|
|
3377
|
-
"description": "Default:
|
|
3378
|
+
"name": "shape",
|
|
3379
|
+
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3378
3380
|
},
|
|
3379
3381
|
{
|
|
3380
|
-
"name": "
|
|
3381
|
-
"description": "Default:
|
|
3382
|
+
"name": "size",
|
|
3383
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3382
3384
|
},
|
|
3383
3385
|
{
|
|
3384
|
-
"name": "
|
|
3385
|
-
"description": "Default:
|
|
3386
|
+
"name": "classes",
|
|
3387
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3386
3388
|
},
|
|
3387
3389
|
{
|
|
3388
|
-
"name": "
|
|
3389
|
-
"description": "Default: -\n\
|
|
3390
|
-
}
|
|
3390
|
+
"name": "styles",
|
|
3391
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3392
|
+
}
|
|
3393
|
+
]
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"name": "a-skeleton-title",
|
|
3397
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3398
|
+
"attributes": [
|
|
3391
3399
|
{
|
|
3392
|
-
"name": "
|
|
3393
|
-
"description": "Default: -\n\
|
|
3394
|
-
}
|
|
3400
|
+
"name": "width",
|
|
3401
|
+
"description": "Default: -\n\nSet the width of title"
|
|
3402
|
+
}
|
|
3403
|
+
]
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"name": "a-skeleton-paragraph",
|
|
3407
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3408
|
+
"attributes": [
|
|
3395
3409
|
{
|
|
3396
|
-
"name": "
|
|
3397
|
-
"description": "Default: -\n\
|
|
3410
|
+
"name": "rows",
|
|
3411
|
+
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3398
3412
|
},
|
|
3399
3413
|
{
|
|
3400
|
-
"name": "
|
|
3401
|
-
"description": "Default: -\n\
|
|
3402
|
-
}
|
|
3414
|
+
"name": "width",
|
|
3415
|
+
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3416
|
+
}
|
|
3417
|
+
]
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"name": "a-skeleton-button",
|
|
3421
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3422
|
+
"attributes": [
|
|
3403
3423
|
{
|
|
3404
|
-
"name": "
|
|
3405
|
-
"description": "Default:
|
|
3424
|
+
"name": "active",
|
|
3425
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3406
3426
|
},
|
|
3407
3427
|
{
|
|
3408
|
-
"name": "
|
|
3409
|
-
"description": "Default:
|
|
3428
|
+
"name": "block",
|
|
3429
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3410
3430
|
},
|
|
3411
3431
|
{
|
|
3412
|
-
"name": "
|
|
3413
|
-
"description": "Default:
|
|
3432
|
+
"name": "shape",
|
|
3433
|
+
"description": "Default: -\n\nSet the shape of button"
|
|
3414
3434
|
},
|
|
3415
3435
|
{
|
|
3416
|
-
"name": "
|
|
3417
|
-
"description": "Default:
|
|
3436
|
+
"name": "size",
|
|
3437
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3418
3438
|
},
|
|
3419
3439
|
{
|
|
3420
|
-
"name": "
|
|
3421
|
-
"description": "Default:
|
|
3440
|
+
"name": "classes",
|
|
3441
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3422
3442
|
},
|
|
3423
3443
|
{
|
|
3424
|
-
"name": "
|
|
3425
|
-
"description": "Default: -\n\
|
|
3426
|
-
}
|
|
3444
|
+
"name": "styles",
|
|
3445
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3446
|
+
}
|
|
3447
|
+
]
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "a-skeleton-input",
|
|
3451
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3452
|
+
"attributes": [
|
|
3427
3453
|
{
|
|
3428
|
-
"name": "
|
|
3429
|
-
"description": "Default:
|
|
3454
|
+
"name": "active",
|
|
3455
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3430
3456
|
},
|
|
3431
3457
|
{
|
|
3432
|
-
"name": "
|
|
3433
|
-
"description": "Default:
|
|
3458
|
+
"name": "size",
|
|
3459
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3434
3460
|
},
|
|
3435
3461
|
{
|
|
3436
|
-
"name": "
|
|
3437
|
-
"description": "Default:
|
|
3462
|
+
"name": "classes",
|
|
3463
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3438
3464
|
},
|
|
3439
3465
|
{
|
|
3440
|
-
"name": "
|
|
3441
|
-
"description": "Default: -\n\
|
|
3466
|
+
"name": "styles",
|
|
3467
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3468
|
+
}
|
|
3469
|
+
]
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "a-skeleton-image",
|
|
3473
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3474
|
+
"attributes": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "active",
|
|
3477
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3442
3478
|
},
|
|
3443
3479
|
{
|
|
3444
|
-
"name": "
|
|
3445
|
-
"description": "Default:
|
|
3480
|
+
"name": "classes",
|
|
3481
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3446
3482
|
},
|
|
3447
3483
|
{
|
|
3448
|
-
"name": "
|
|
3449
|
-
"description": "Default: -\n\nCustomize
|
|
3484
|
+
"name": "styles",
|
|
3485
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3486
|
+
}
|
|
3487
|
+
]
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"name": "a-skeleton-node",
|
|
3491
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3492
|
+
"attributes": [
|
|
3493
|
+
{
|
|
3494
|
+
"name": "active",
|
|
3495
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3450
3496
|
},
|
|
3451
3497
|
{
|
|
3452
|
-
"name": "
|
|
3453
|
-
"description": "Default: -\n\
|
|
3498
|
+
"name": "classes",
|
|
3499
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3454
3500
|
},
|
|
3455
3501
|
{
|
|
3456
|
-
"name": "
|
|
3457
|
-
"description": "Default: -\n\
|
|
3502
|
+
"name": "styles",
|
|
3503
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3504
|
+
}
|
|
3505
|
+
]
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "a-select",
|
|
3509
|
+
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
3510
|
+
"attributes": [
|
|
3511
|
+
{
|
|
3512
|
+
"name": "allow-clear",
|
|
3513
|
+
"description": "Default: false\n\nShow clear button"
|
|
3458
3514
|
},
|
|
3459
3515
|
{
|
|
3460
|
-
"name": "search-value",
|
|
3461
|
-
"description": "Default:
|
|
3516
|
+
"name": "auto-clear-search-value",
|
|
3517
|
+
"description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
|
|
3462
3518
|
},
|
|
3463
3519
|
{
|
|
3464
|
-
"name": "
|
|
3465
|
-
"description": "Default:
|
|
3520
|
+
"name": "classes",
|
|
3521
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3466
3522
|
},
|
|
3467
3523
|
{
|
|
3468
|
-
"name": "
|
|
3469
|
-
"description": "Default:
|
|
3524
|
+
"name": "default-active-first-option",
|
|
3525
|
+
"description": "Default: true\n\nWhether active first option by default"
|
|
3470
3526
|
},
|
|
3471
3527
|
{
|
|
3472
|
-
"name": "
|
|
3473
|
-
"description": "Default:
|
|
3528
|
+
"name": "disabled",
|
|
3529
|
+
"description": "Default: false\n\nWhether disabled select"
|
|
3474
3530
|
},
|
|
3475
3531
|
{
|
|
3476
|
-
"name": "
|
|
3477
|
-
"description": "Default: -\n\
|
|
3532
|
+
"name": "dropdown-class-name",
|
|
3533
|
+
"description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
|
|
3478
3534
|
},
|
|
3479
3535
|
{
|
|
3480
|
-
"name": "
|
|
3481
|
-
"description": "Default: -\n\
|
|
3536
|
+
"name": "dropdown-match-select-width",
|
|
3537
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
|
|
3482
3538
|
},
|
|
3483
3539
|
{
|
|
3484
|
-
"name": "
|
|
3485
|
-
"description": "Default: -\n\nCustomize
|
|
3540
|
+
"name": "dropdown-render",
|
|
3541
|
+
"description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
|
|
3486
3542
|
},
|
|
3487
3543
|
{
|
|
3488
|
-
"name": "
|
|
3489
|
-
"description": "Default: -\n\
|
|
3544
|
+
"name": "dropdown-style",
|
|
3545
|
+
"description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
|
|
3490
3546
|
},
|
|
3491
3547
|
{
|
|
3492
|
-
"name": "
|
|
3493
|
-
"description": "Default:
|
|
3548
|
+
"name": "field-names",
|
|
3549
|
+
"description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
|
|
3494
3550
|
},
|
|
3495
3551
|
{
|
|
3496
|
-
"name": "
|
|
3497
|
-
"description": "Default:
|
|
3552
|
+
"name": "filter-option",
|
|
3553
|
+
"description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
|
|
3498
3554
|
},
|
|
3499
3555
|
{
|
|
3500
|
-
"name": "
|
|
3501
|
-
"description": "Default:
|
|
3556
|
+
"name": "filter-sort",
|
|
3557
|
+
"description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
|
|
3502
3558
|
},
|
|
3503
3559
|
{
|
|
3504
|
-
"name": "
|
|
3505
|
-
"description": "Default:
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"name": "a-skeleton",
|
|
3511
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3512
|
-
"attributes": [
|
|
3560
|
+
"name": "get-popup-container",
|
|
3561
|
+
"description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
|
|
3562
|
+
},
|
|
3513
3563
|
{
|
|
3514
|
-
"name": "
|
|
3515
|
-
"description": "Default: false\n\
|
|
3564
|
+
"name": "label-in-value",
|
|
3565
|
+
"description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
|
|
3516
3566
|
},
|
|
3517
3567
|
{
|
|
3518
|
-
"name": "
|
|
3519
|
-
"description": "Default:
|
|
3568
|
+
"name": "list-height",
|
|
3569
|
+
"description": "Default: 256\n\nConfig popup height"
|
|
3520
3570
|
},
|
|
3521
3571
|
{
|
|
3522
3572
|
"name": "loading",
|
|
3523
|
-
"description": "Default:
|
|
3573
|
+
"description": "Default: false\n\nIndicate loading state"
|
|
3524
3574
|
},
|
|
3525
3575
|
{
|
|
3526
|
-
"name": "
|
|
3527
|
-
"description": "Default:
|
|
3576
|
+
"name": "max-count",
|
|
3577
|
+
"description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
|
|
3528
3578
|
},
|
|
3529
3579
|
{
|
|
3530
|
-
"name": "
|
|
3531
|
-
"description": "Default:
|
|
3580
|
+
"name": "max-tag-count",
|
|
3581
|
+
"description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
|
|
3532
3582
|
},
|
|
3533
3583
|
{
|
|
3534
|
-
"name": "
|
|
3535
|
-
"description": "Default:
|
|
3584
|
+
"name": "max-tag-placeholder",
|
|
3585
|
+
"description": "Default: -\n\nPlaceholder for not showing tags"
|
|
3536
3586
|
},
|
|
3537
3587
|
{
|
|
3538
|
-
"name": "
|
|
3539
|
-
"description": "Default: -\n\
|
|
3588
|
+
"name": "max-tag-text-length",
|
|
3589
|
+
"description": "Default: -\n\nMax tag text length to show"
|
|
3540
3590
|
},
|
|
3541
3591
|
{
|
|
3542
|
-
"name": "
|
|
3543
|
-
"description": "Default: -\n\
|
|
3544
|
-
}
|
|
3545
|
-
]
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"name": "a-skeleton-avatar",
|
|
3549
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3550
|
-
"attributes": [
|
|
3592
|
+
"name": "menu-item-selected-icon",
|
|
3593
|
+
"description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
|
|
3594
|
+
},
|
|
3551
3595
|
{
|
|
3552
|
-
"name": "
|
|
3553
|
-
"description": "Default:
|
|
3596
|
+
"name": "mode",
|
|
3597
|
+
"description": "Default: -\n\nSet mode of Select"
|
|
3554
3598
|
},
|
|
3555
3599
|
{
|
|
3556
|
-
"name": "
|
|
3557
|
-
"description": "Default:
|
|
3600
|
+
"name": "not-found-content",
|
|
3601
|
+
"description": "Default: Not Found\n\nSpecify content to show when no result matches"
|
|
3558
3602
|
},
|
|
3559
3603
|
{
|
|
3560
|
-
"name": "
|
|
3561
|
-
"description": "Default:
|
|
3604
|
+
"name": "open",
|
|
3605
|
+
"description": "Default: -\n\nControlled open state of dropdown"
|
|
3562
3606
|
},
|
|
3563
3607
|
{
|
|
3564
|
-
"name": "
|
|
3565
|
-
"description": "Default:
|
|
3608
|
+
"name": "option-filter-prop",
|
|
3609
|
+
"description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
|
|
3566
3610
|
},
|
|
3567
3611
|
{
|
|
3568
|
-
"name": "
|
|
3569
|
-
"description": "Default: -\n\
|
|
3570
|
-
}
|
|
3571
|
-
]
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"name": "a-skeleton-title",
|
|
3575
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3576
|
-
"attributes": [
|
|
3612
|
+
"name": "options",
|
|
3613
|
+
"description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
|
|
3614
|
+
},
|
|
3577
3615
|
{
|
|
3578
|
-
"name": "
|
|
3579
|
-
"description": "Default: -\n\
|
|
3580
|
-
}
|
|
3581
|
-
]
|
|
3582
|
-
},
|
|
3583
|
-
{
|
|
3584
|
-
"name": "a-skeleton-paragraph",
|
|
3585
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3586
|
-
"attributes": [
|
|
3616
|
+
"name": "option-render",
|
|
3617
|
+
"description": "Default: -\n\nCustomize the rendering dropdown options"
|
|
3618
|
+
},
|
|
3587
3619
|
{
|
|
3588
|
-
"name": "
|
|
3589
|
-
"description": "Default: -\n\
|
|
3620
|
+
"name": "placeholder",
|
|
3621
|
+
"description": "Default: -\n\nThe placeholder of select"
|
|
3590
3622
|
},
|
|
3591
3623
|
{
|
|
3592
|
-
"name": "
|
|
3593
|
-
"description": "Default:
|
|
3594
|
-
}
|
|
3595
|
-
]
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"name": "a-skeleton-button",
|
|
3599
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3600
|
-
"attributes": [
|
|
3624
|
+
"name": "placement",
|
|
3625
|
+
"description": "Default: bottomLeft\n\nThe position where the selection box pops up"
|
|
3626
|
+
},
|
|
3601
3627
|
{
|
|
3602
|
-
"name": "
|
|
3603
|
-
"description": "Default:
|
|
3628
|
+
"name": "popup-class-name",
|
|
3629
|
+
"description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
|
|
3604
3630
|
},
|
|
3605
3631
|
{
|
|
3606
|
-
"name": "
|
|
3607
|
-
"description": "Default:
|
|
3632
|
+
"name": "popup-match-select-width",
|
|
3633
|
+
"description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
3608
3634
|
},
|
|
3609
3635
|
{
|
|
3610
|
-
"name": "
|
|
3611
|
-
"description": "Default: -\n\
|
|
3636
|
+
"name": "popup-render",
|
|
3637
|
+
"description": "Default: -\n\nCustomize dropdown content"
|
|
3612
3638
|
},
|
|
3613
3639
|
{
|
|
3614
|
-
"name": "
|
|
3615
|
-
"description": "Default:
|
|
3640
|
+
"name": "prefix",
|
|
3641
|
+
"description": "Default: -\n\nThe custom prefix"
|
|
3616
3642
|
},
|
|
3617
3643
|
{
|
|
3618
|
-
"name": "
|
|
3619
|
-
"description": "Default: -\n\
|
|
3644
|
+
"name": "remove-icon",
|
|
3645
|
+
"description": "Default: -\n\nThe custom remove icon"
|
|
3620
3646
|
},
|
|
3621
3647
|
{
|
|
3622
|
-
"name": "
|
|
3623
|
-
"description": "Default: -\n\
|
|
3624
|
-
}
|
|
3625
|
-
]
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"name": "a-skeleton-input",
|
|
3629
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3630
|
-
"attributes": [
|
|
3648
|
+
"name": "search-value",
|
|
3649
|
+
"description": "Default: -\n\nThe current input \"search\" text"
|
|
3650
|
+
},
|
|
3631
3651
|
{
|
|
3632
|
-
"name": "
|
|
3633
|
-
"description": "Default: false\n\
|
|
3652
|
+
"name": "show-search",
|
|
3653
|
+
"description": "Default: single: false, multiple: true\n\nWhether select is searchable"
|
|
3634
3654
|
},
|
|
3635
3655
|
{
|
|
3636
3656
|
"name": "size",
|
|
3637
|
-
"description": "Default:
|
|
3657
|
+
"description": "Default: -\n\nSize of Select input"
|
|
3638
3658
|
},
|
|
3639
3659
|
{
|
|
3640
|
-
"name": "
|
|
3641
|
-
"description": "Default: -\n\
|
|
3660
|
+
"name": "status",
|
|
3661
|
+
"description": "Default: -\n\nSet validation status"
|
|
3642
3662
|
},
|
|
3643
3663
|
{
|
|
3644
3664
|
"name": "styles",
|
|
3645
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3646
|
-
}
|
|
3647
|
-
]
|
|
3648
|
-
},
|
|
3649
|
-
{
|
|
3650
|
-
"name": "a-skeleton-image",
|
|
3651
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3652
|
-
"attributes": [
|
|
3665
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3666
|
+
},
|
|
3653
3667
|
{
|
|
3654
|
-
"name": "
|
|
3655
|
-
"description": "Default:
|
|
3668
|
+
"name": "suffix-icon",
|
|
3669
|
+
"description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
|
|
3656
3670
|
},
|
|
3657
3671
|
{
|
|
3658
|
-
"name": "
|
|
3659
|
-
"description": "Default: -\n\nCustomize
|
|
3672
|
+
"name": "tag-render",
|
|
3673
|
+
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3660
3674
|
},
|
|
3661
3675
|
{
|
|
3662
|
-
"name": "
|
|
3663
|
-
"description": "Default: -\n\nCustomize
|
|
3664
|
-
}
|
|
3665
|
-
]
|
|
3666
|
-
},
|
|
3667
|
-
{
|
|
3668
|
-
"name": "a-skeleton-node",
|
|
3669
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3670
|
-
"attributes": [
|
|
3676
|
+
"name": "label-render",
|
|
3677
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3678
|
+
},
|
|
3671
3679
|
{
|
|
3672
|
-
"name": "
|
|
3673
|
-
"description": "Default:
|
|
3680
|
+
"name": "token-separators",
|
|
3681
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3674
3682
|
},
|
|
3675
3683
|
{
|
|
3676
|
-
"name": "
|
|
3677
|
-
"description": "Default: -\n\
|
|
3684
|
+
"name": "value",
|
|
3685
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3678
3686
|
},
|
|
3679
3687
|
{
|
|
3680
|
-
"name": "
|
|
3681
|
-
"description": "Default:
|
|
3688
|
+
"name": "variant",
|
|
3689
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "virtual",
|
|
3693
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3682
3694
|
}
|
|
3683
3695
|
]
|
|
3684
3696
|
},
|
|
3685
3697
|
{
|
|
3686
|
-
"name": "a-
|
|
3687
|
-
"description": "(ZH)
|
|
3698
|
+
"name": "a-slider",
|
|
3699
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3688
3700
|
"attributes": [
|
|
3689
|
-
{
|
|
3690
|
-
"name": "align",
|
|
3691
|
-
"description": "Default: -\n\nAlign items"
|
|
3692
|
-
},
|
|
3693
3701
|
{
|
|
3694
3702
|
"name": "classes",
|
|
3695
3703
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3696
3704
|
},
|
|
3697
3705
|
{
|
|
3698
|
-
"name": "
|
|
3699
|
-
"description": "Default:
|
|
3706
|
+
"name": "default-value",
|
|
3707
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3700
3708
|
},
|
|
3701
3709
|
{
|
|
3702
|
-
"name": "
|
|
3703
|
-
"description": "Default:
|
|
3710
|
+
"name": "disabled",
|
|
3711
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3704
3712
|
},
|
|
3705
3713
|
{
|
|
3706
|
-
"name": "
|
|
3707
|
-
"description": "Default:
|
|
3714
|
+
"name": "dots",
|
|
3715
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3708
3716
|
},
|
|
3709
3717
|
{
|
|
3710
|
-
"name": "
|
|
3711
|
-
"description": "Default:
|
|
3718
|
+
"name": "included",
|
|
3719
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3712
3720
|
},
|
|
3713
3721
|
{
|
|
3714
|
-
"name": "
|
|
3715
|
-
"description": "Default:
|
|
3722
|
+
"name": "keyboard",
|
|
3723
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3716
3724
|
},
|
|
3717
3725
|
{
|
|
3718
|
-
"name": "
|
|
3719
|
-
"description": "Default:
|
|
3720
|
-
}
|
|
3721
|
-
]
|
|
3722
|
-
},
|
|
3723
|
-
{
|
|
3724
|
-
"name": "a-size",
|
|
3725
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3726
|
-
"attributes": []
|
|
3727
|
-
},
|
|
3728
|
-
{
|
|
3729
|
-
"name": "a-space-compact",
|
|
3730
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3731
|
-
"attributes": [
|
|
3726
|
+
"name": "marks",
|
|
3727
|
+
"description": "Default: { number: VueNode } | { number: { style: CSSProperties, label: VueNode } }\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
|
|
3728
|
+
},
|
|
3732
3729
|
{
|
|
3733
|
-
"name": "
|
|
3734
|
-
"description": "Default:
|
|
3730
|
+
"name": "max",
|
|
3731
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"name": "min",
|
|
3735
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3735
3736
|
},
|
|
3736
3737
|
{
|
|
3737
3738
|
"name": "orientation",
|
|
3738
|
-
"description": "Default: horizontal\n\
|
|
3739
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3739
3740
|
},
|
|
3740
3741
|
{
|
|
3741
|
-
"name": "
|
|
3742
|
-
"description": "Default:
|
|
3742
|
+
"name": "range",
|
|
3743
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"name": "reverse",
|
|
3747
|
+
"description": "Default: false\n\nReverse the component"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "step",
|
|
3751
|
+
"description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"name": "styles",
|
|
3755
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "tooltip",
|
|
3759
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"name": "value",
|
|
3763
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3743
3764
|
},
|
|
3744
3765
|
{
|
|
3745
3766
|
"name": "vertical",
|
|
3746
|
-
"description": "Default: false\n\
|
|
3767
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3747
3768
|
}
|
|
3748
3769
|
]
|
|
3749
3770
|
},
|
|
@@ -3760,8 +3781,12 @@
|
|
|
3760
3781
|
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3761
3782
|
},
|
|
3762
3783
|
{
|
|
3763
|
-
"name": "tip",
|
|
3764
|
-
"description": "Default: -\n\
|
|
3784
|
+
"name": "~~tip~~",
|
|
3785
|
+
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "description",
|
|
3789
|
+
"description": "Default: -\n\nCustomize description content"
|
|
3765
3790
|
},
|
|
3766
3791
|
{
|
|
3767
3792
|
"name": "delay",
|
|
@@ -3862,68 +3887,67 @@
|
|
|
3862
3887
|
]
|
|
3863
3888
|
},
|
|
3864
3889
|
{
|
|
3865
|
-
"name": "a-
|
|
3866
|
-
"description": "(ZH)
|
|
3890
|
+
"name": "a-space",
|
|
3891
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3867
3892
|
"attributes": [
|
|
3868
3893
|
{
|
|
3869
|
-
"name": "
|
|
3870
|
-
"description": "Default: -\n\
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
"name": "current",
|
|
3874
|
-
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
3875
|
-
},
|
|
3876
|
-
{
|
|
3877
|
-
"name": "icon-render",
|
|
3878
|
-
"description": "Default: -\n\nCustom render icon, please use items.icon first"
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"name": "initial",
|
|
3882
|
-
"description": "Default: 0\n\nSet the initial step, counting from 0"
|
|
3894
|
+
"name": "align",
|
|
3895
|
+
"description": "Default: -\n\nAlign items"
|
|
3883
3896
|
},
|
|
3884
3897
|
{
|
|
3885
|
-
"name": "
|
|
3886
|
-
"description": "Default:
|
|
3898
|
+
"name": "classes",
|
|
3899
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3887
3900
|
},
|
|
3888
3901
|
{
|
|
3889
3902
|
"name": "orientation",
|
|
3890
|
-
"description": "Default: horizontal\n\
|
|
3903
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3891
3904
|
},
|
|
3892
3905
|
{
|
|
3893
|
-
"name": "
|
|
3894
|
-
"description": "Default: -\n\
|
|
3906
|
+
"name": "separator",
|
|
3907
|
+
"description": "Default: -\n\nSet separator"
|
|
3895
3908
|
},
|
|
3896
3909
|
{
|
|
3897
|
-
"name": "
|
|
3898
|
-
"description": "Default:
|
|
3910
|
+
"name": "size",
|
|
3911
|
+
"description": "Default: small\n\nThe space size"
|
|
3899
3912
|
},
|
|
3900
3913
|
{
|
|
3901
|
-
"name": "
|
|
3902
|
-
"description": "Default:
|
|
3914
|
+
"name": "styles",
|
|
3915
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3903
3916
|
},
|
|
3904
3917
|
{
|
|
3905
|
-
"name": "
|
|
3906
|
-
"description": "Default:
|
|
3918
|
+
"name": "vertical",
|
|
3919
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3907
3920
|
},
|
|
3908
3921
|
{
|
|
3909
|
-
"name": "
|
|
3910
|
-
"description": "Default:
|
|
3911
|
-
}
|
|
3922
|
+
"name": "wrap",
|
|
3923
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3924
|
+
}
|
|
3925
|
+
]
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "a-size",
|
|
3929
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3930
|
+
"attributes": []
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"name": "a-space-compact",
|
|
3934
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3935
|
+
"attributes": [
|
|
3912
3936
|
{
|
|
3913
|
-
"name": "
|
|
3914
|
-
"description": "Default:
|
|
3937
|
+
"name": "block",
|
|
3938
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
3915
3939
|
},
|
|
3916
3940
|
{
|
|
3917
|
-
"name": "
|
|
3918
|
-
"description": "Default: horizontal\n\
|
|
3941
|
+
"name": "orientation",
|
|
3942
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3919
3943
|
},
|
|
3920
3944
|
{
|
|
3921
|
-
"name": "
|
|
3922
|
-
"description": "Default:
|
|
3945
|
+
"name": "size",
|
|
3946
|
+
"description": "Default: middle\n\nSet child component size"
|
|
3923
3947
|
},
|
|
3924
3948
|
{
|
|
3925
|
-
"name": "
|
|
3926
|
-
"description": "Default:
|
|
3949
|
+
"name": "vertical",
|
|
3950
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3927
3951
|
}
|
|
3928
3952
|
]
|
|
3929
3953
|
},
|
|
@@ -3987,252 +4011,130 @@
|
|
|
3987
4011
|
"attributes": []
|
|
3988
4012
|
},
|
|
3989
4013
|
{
|
|
3990
|
-
"name": "a-
|
|
3991
|
-
"description": "(ZH)
|
|
4014
|
+
"name": "a-steps",
|
|
4015
|
+
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
3992
4016
|
"attributes": [
|
|
3993
|
-
{
|
|
3994
|
-
"name": "auto-focus",
|
|
3995
|
-
"description": "Default: false\n\nAuto focus when component mounted"
|
|
3996
|
-
},
|
|
3997
|
-
{
|
|
3998
|
-
"name": "checked",
|
|
3999
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4000
|
-
},
|
|
4001
|
-
{
|
|
4002
|
-
"name": "checked-children",
|
|
4003
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4004
|
-
},
|
|
4005
|
-
{
|
|
4006
|
-
"name": "checked-value",
|
|
4007
|
-
"description": "Default: true\n\nThe value when checked"
|
|
4008
|
-
},
|
|
4009
4017
|
{
|
|
4010
4018
|
"name": "classes",
|
|
4011
4019
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4012
4020
|
},
|
|
4013
4021
|
{
|
|
4014
|
-
"name": "
|
|
4015
|
-
"description": "Default:
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "default-value",
|
|
4019
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"name": "disabled",
|
|
4023
|
-
"description": "Default: false\n\nDisable switch"
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"name": "loading",
|
|
4027
|
-
"description": "Default: false\n\nLoading state of switch"
|
|
4028
|
-
},
|
|
4029
|
-
{
|
|
4030
|
-
"name": "size",
|
|
4031
|
-
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"name": "styles",
|
|
4035
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"name": "un-checked-children",
|
|
4039
|
-
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"name": "un-checked-value",
|
|
4043
|
-
"description": "Default: false\n\nThe value when unchecked"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
"name": "value",
|
|
4047
|
-
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4048
|
-
}
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"name": "a-table",
|
|
4053
|
-
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4054
|
-
"attributes": [
|
|
4055
|
-
{
|
|
4056
|
-
"name": "bordered",
|
|
4057
|
-
"description": "Default: false\n\nWhether to show all table borders"
|
|
4058
|
-
},
|
|
4059
|
-
{
|
|
4060
|
-
"name": "classes",
|
|
4061
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4062
|
-
},
|
|
4063
|
-
{
|
|
4064
|
-
"name": "columns",
|
|
4065
|
-
"description": "Default: -\n\nColumns of table"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"name": "data-source",
|
|
4069
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"name": "expandable",
|
|
4073
|
-
"description": "Default: -\n\nConfig expandable content"
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"name": "get-popup-container",
|
|
4077
|
-
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
"name": "loading",
|
|
4081
|
-
"description": "Default: false\n\nLoading status of table"
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"name": "locale",
|
|
4085
|
-
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"name": "pagination",
|
|
4089
|
-
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4022
|
+
"name": "current",
|
|
4023
|
+
"description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
|
|
4090
4024
|
},
|
|
4091
4025
|
{
|
|
4092
|
-
"name": "
|
|
4093
|
-
"description": "Default: -\n\
|
|
4026
|
+
"name": "icon-render",
|
|
4027
|
+
"description": "Default: -\n\nCustom render icon, please use items.icon first"
|
|
4094
4028
|
},
|
|
4095
4029
|
{
|
|
4096
|
-
"name": "
|
|
4097
|
-
"description": "Default:
|
|
4030
|
+
"name": "initial",
|
|
4031
|
+
"description": "Default: 0\n\nSet the initial step, counting from 0"
|
|
4098
4032
|
},
|
|
4099
4033
|
{
|
|
4100
|
-
"name": "
|
|
4101
|
-
"description": "Default:
|
|
4034
|
+
"name": "items",
|
|
4035
|
+
"description": "Default: []\n\nStepItem content"
|
|
4102
4036
|
},
|
|
4103
4037
|
{
|
|
4104
|
-
"name": "
|
|
4105
|
-
"description": "Default:
|
|
4038
|
+
"name": "orientation",
|
|
4039
|
+
"description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
|
|
4106
4040
|
},
|
|
4107
4041
|
{
|
|
4108
|
-
"name": "
|
|
4109
|
-
"description": "Default: -\n\
|
|
4042
|
+
"name": "percent",
|
|
4043
|
+
"description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
|
|
4110
4044
|
},
|
|
4111
4045
|
{
|
|
4112
|
-
"name": "
|
|
4113
|
-
"description": "Default:
|
|
4046
|
+
"name": "progress-dot",
|
|
4047
|
+
"description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
|
|
4114
4048
|
},
|
|
4115
4049
|
{
|
|
4116
|
-
"name": "
|
|
4117
|
-
"description": "Default:
|
|
4050
|
+
"name": "responsive",
|
|
4051
|
+
"description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
|
|
4118
4052
|
},
|
|
4119
4053
|
{
|
|
4120
4054
|
"name": "size",
|
|
4121
|
-
"description": "Default:
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
"name": "sort-directions",
|
|
4125
|
-
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4055
|
+
"description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
|
|
4126
4056
|
},
|
|
4127
4057
|
{
|
|
4128
|
-
"name": "
|
|
4129
|
-
"description": "Default:
|
|
4058
|
+
"name": "status",
|
|
4059
|
+
"description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
|
|
4130
4060
|
},
|
|
4131
4061
|
{
|
|
4132
4062
|
"name": "styles",
|
|
4133
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
4063
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4134
4064
|
},
|
|
4135
4065
|
{
|
|
4136
|
-
"name": "
|
|
4137
|
-
"description": "Default:
|
|
4066
|
+
"name": "title-placement",
|
|
4067
|
+
"description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
|
|
4138
4068
|
},
|
|
4139
4069
|
{
|
|
4140
|
-
"name": "
|
|
4141
|
-
"description": "Default:
|
|
4070
|
+
"name": "type",
|
|
4071
|
+
"description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
|
|
4142
4072
|
},
|
|
4143
4073
|
{
|
|
4144
|
-
"name": "
|
|
4145
|
-
"description": "Default:
|
|
4074
|
+
"name": "variant",
|
|
4075
|
+
"description": "Default: filled\n\nConfig style variant"
|
|
4146
4076
|
}
|
|
4147
4077
|
]
|
|
4148
4078
|
},
|
|
4149
4079
|
{
|
|
4150
|
-
"name": "a-
|
|
4151
|
-
"description": "(ZH)
|
|
4080
|
+
"name": "a-switch",
|
|
4081
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4152
4082
|
"attributes": [
|
|
4153
4083
|
{
|
|
4154
|
-
"name": "
|
|
4155
|
-
"description": "Default:
|
|
4084
|
+
"name": "auto-focus",
|
|
4085
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4156
4086
|
},
|
|
4157
4087
|
{
|
|
4158
|
-
"name": "
|
|
4159
|
-
"description": "Default:
|
|
4088
|
+
"name": "checked",
|
|
4089
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4160
4090
|
},
|
|
4161
4091
|
{
|
|
4162
|
-
"name": "
|
|
4163
|
-
"description": "Default:
|
|
4092
|
+
"name": "checked-children",
|
|
4093
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4164
4094
|
},
|
|
4165
4095
|
{
|
|
4166
|
-
"name": "
|
|
4167
|
-
"description": "Default:
|
|
4096
|
+
"name": "checked-value",
|
|
4097
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4168
4098
|
},
|
|
4169
4099
|
{
|
|
4170
4100
|
"name": "classes",
|
|
4171
4101
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4172
4102
|
},
|
|
4173
4103
|
{
|
|
4174
|
-
"name": "default-
|
|
4175
|
-
"description": "Default:
|
|
4176
|
-
},
|
|
4177
|
-
{
|
|
4178
|
-
"name": "hide-add",
|
|
4179
|
-
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"name": "indicator",
|
|
4183
|
-
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4184
|
-
},
|
|
4185
|
-
{
|
|
4186
|
-
"name": "items",
|
|
4187
|
-
"description": "Default: []\n\nConfigure tab content"
|
|
4188
|
-
},
|
|
4189
|
-
{
|
|
4190
|
-
"name": "more",
|
|
4191
|
-
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4104
|
+
"name": "default-checked",
|
|
4105
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4192
4106
|
},
|
|
4193
4107
|
{
|
|
4194
|
-
"name": "
|
|
4195
|
-
"description": "Default: -\n\
|
|
4108
|
+
"name": "default-value",
|
|
4109
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4196
4110
|
},
|
|
4197
4111
|
{
|
|
4198
|
-
"name": "
|
|
4199
|
-
"description": "Default:
|
|
4112
|
+
"name": "disabled",
|
|
4113
|
+
"description": "Default: false\n\nDisable switch"
|
|
4200
4114
|
},
|
|
4201
4115
|
{
|
|
4202
|
-
"name": "
|
|
4203
|
-
"description": "Default:
|
|
4116
|
+
"name": "loading",
|
|
4117
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4204
4118
|
},
|
|
4205
4119
|
{
|
|
4206
4120
|
"name": "size",
|
|
4207
|
-
"description": "Default:
|
|
4121
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4208
4122
|
},
|
|
4209
4123
|
{
|
|
4210
4124
|
"name": "styles",
|
|
4211
4125
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4212
4126
|
},
|
|
4213
4127
|
{
|
|
4214
|
-
"name": "
|
|
4215
|
-
"description": "Default: -\n\
|
|
4216
|
-
},
|
|
4217
|
-
{
|
|
4218
|
-
"name": "tab-bar-gutter",
|
|
4219
|
-
"description": "Default: -\n\nThe gap between tabs"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
"name": "tab-bar-style",
|
|
4223
|
-
"description": "Default: -\n\nTab bar style object"
|
|
4224
|
-
},
|
|
4225
|
-
{
|
|
4226
|
-
"name": "tab-placement",
|
|
4227
|
-
"description": "Default: top\n\nPlacement of tabs"
|
|
4128
|
+
"name": "un-checked-children",
|
|
4129
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4228
4130
|
},
|
|
4229
4131
|
{
|
|
4230
|
-
"name": "
|
|
4231
|
-
"description": "Default: false\n\
|
|
4132
|
+
"name": "un-checked-value",
|
|
4133
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4232
4134
|
},
|
|
4233
4135
|
{
|
|
4234
|
-
"name": "
|
|
4235
|
-
"description": "Default:
|
|
4136
|
+
"name": "value",
|
|
4137
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4236
4138
|
}
|
|
4237
4139
|
]
|
|
4238
4140
|
},
|
|
@@ -4341,76 +4243,97 @@
|
|
|
4341
4243
|
"attributes": []
|
|
4342
4244
|
},
|
|
4343
4245
|
{
|
|
4344
|
-
"name": "a-
|
|
4345
|
-
"description": "(ZH)
|
|
4246
|
+
"name": "a-time-picker",
|
|
4247
|
+
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4248
|
+
"attributes": []
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "a-tabs",
|
|
4252
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4346
4253
|
"attributes": [
|
|
4347
4254
|
{
|
|
4348
|
-
"name": "
|
|
4349
|
-
"description": "Default: -\n\
|
|
4255
|
+
"name": "active-key",
|
|
4256
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4350
4257
|
},
|
|
4351
4258
|
{
|
|
4352
|
-
"name": "
|
|
4353
|
-
"description": "Default:
|
|
4259
|
+
"name": "add-icon",
|
|
4260
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4354
4261
|
},
|
|
4355
4262
|
{
|
|
4356
|
-
"name": "
|
|
4357
|
-
"description": "Default: false\n\
|
|
4263
|
+
"name": "animated",
|
|
4264
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4358
4265
|
},
|
|
4359
4266
|
{
|
|
4360
|
-
"name": "
|
|
4361
|
-
"description": "Default: false\n\
|
|
4267
|
+
"name": "centered",
|
|
4268
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4362
4269
|
},
|
|
4363
4270
|
{
|
|
4364
|
-
"name": "
|
|
4365
|
-
"description": "Default:
|
|
4271
|
+
"name": "classes",
|
|
4272
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4366
4273
|
},
|
|
4367
4274
|
{
|
|
4368
|
-
"name": "
|
|
4369
|
-
"description": "Default:
|
|
4275
|
+
"name": "default-active-key",
|
|
4276
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4370
4277
|
},
|
|
4371
4278
|
{
|
|
4372
|
-
"name": "
|
|
4373
|
-
"description": "Default:
|
|
4279
|
+
"name": "hide-add",
|
|
4280
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4374
4281
|
},
|
|
4375
4282
|
{
|
|
4376
|
-
"name": "
|
|
4377
|
-
"description": "Default:
|
|
4283
|
+
"name": "indicator",
|
|
4284
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4378
4285
|
},
|
|
4379
4286
|
{
|
|
4380
|
-
"name": "
|
|
4381
|
-
"description": "Default:
|
|
4287
|
+
"name": "items",
|
|
4288
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4382
4289
|
},
|
|
4383
4290
|
{
|
|
4384
|
-
"name": "
|
|
4385
|
-
"description": "Default:
|
|
4291
|
+
"name": "more",
|
|
4292
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4386
4293
|
},
|
|
4387
4294
|
{
|
|
4388
|
-
"name": "
|
|
4389
|
-
"description": "Default:
|
|
4295
|
+
"name": "more-icon",
|
|
4296
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4390
4297
|
},
|
|
4391
4298
|
{
|
|
4392
|
-
"name": "
|
|
4393
|
-
"description": "Default:
|
|
4299
|
+
"name": "remove-icon",
|
|
4300
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4394
4301
|
},
|
|
4395
4302
|
{
|
|
4396
|
-
"name": "
|
|
4397
|
-
"description": "Default:
|
|
4303
|
+
"name": "render-tab-bar",
|
|
4304
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "size",
|
|
4308
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4398
4309
|
},
|
|
4399
4310
|
{
|
|
4400
4311
|
"name": "styles",
|
|
4401
4312
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4402
4313
|
},
|
|
4403
4314
|
{
|
|
4404
|
-
"name": "
|
|
4405
|
-
"description": "Default: -\n\
|
|
4315
|
+
"name": "tab-bar-extra-content",
|
|
4316
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4406
4317
|
},
|
|
4407
4318
|
{
|
|
4408
|
-
"name": "
|
|
4409
|
-
"description": "Default: -\n\nThe
|
|
4319
|
+
"name": "tab-bar-gutter",
|
|
4320
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4410
4321
|
},
|
|
4411
4322
|
{
|
|
4412
|
-
"name": "
|
|
4413
|
-
"description": "Default:
|
|
4323
|
+
"name": "tab-bar-style",
|
|
4324
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "tab-placement",
|
|
4328
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "destroy-on-hidden",
|
|
4332
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"name": "type",
|
|
4336
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4414
4337
|
}
|
|
4415
4338
|
]
|
|
4416
4339
|
},
|
|
@@ -4460,11 +4383,6 @@
|
|
|
4460
4383
|
}
|
|
4461
4384
|
]
|
|
4462
4385
|
},
|
|
4463
|
-
{
|
|
4464
|
-
"name": "a-time-picker",
|
|
4465
|
-
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4466
|
-
"attributes": []
|
|
4467
|
-
},
|
|
4468
4386
|
{
|
|
4469
4387
|
"name": "a-tooltip",
|
|
4470
4388
|
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
@@ -4498,72 +4416,240 @@
|
|
|
4498
4416
|
"description": "Default: -\n\nSpecify container for tooltip"
|
|
4499
4417
|
},
|
|
4500
4418
|
{
|
|
4501
|
-
"name": "destroy-on-hidden",
|
|
4502
|
-
"description": "Default: -\n\nDestroy tooltip when hidden"
|
|
4419
|
+
"name": "destroy-on-hidden",
|
|
4420
|
+
"description": "Default: -\n\nDestroy tooltip when hidden"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"name": "z-index",
|
|
4424
|
+
"description": "Default: -\n\nSet z-index of tooltip"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "placement",
|
|
4428
|
+
"description": "Default: top\n\nTooltip placement"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"name": "trigger",
|
|
4432
|
+
"description": "Default: -\n\nTrigger action"
|
|
4433
|
+
},
|
|
4434
|
+
{
|
|
4435
|
+
"name": "fresh",
|
|
4436
|
+
"description": "Default: -\n\nUpdate content even when tooltip is hidden"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"name": "mouse-enter-delay",
|
|
4440
|
+
"description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "mouse-leave-delay",
|
|
4444
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "classes",
|
|
4448
|
+
"description": "Default: -\n\nSemantic DOM class. Supports object or function"
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "styles",
|
|
4452
|
+
"description": "Default: -\n\nSemantic DOM style. Supports object or function"
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "get-tooltip-container",
|
|
4456
|
+
"description": "Default: -\n\nLegacy alias of getPopupContainer"
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"name": "motion",
|
|
4460
|
+
"description": "Default: -\n\nPopup motion config"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"name": "after-open-change",
|
|
4464
|
+
"description": "Default: -\n\nCallback after visibility change"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "builtin-placements",
|
|
4468
|
+
"description": "Default: -\n\nBuilt-in placement config"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "title",
|
|
4472
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "overlay",
|
|
4476
|
+
"description": "Default: -\n\nLegacy alias of title"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"name": "open-class",
|
|
4480
|
+
"description": "Default: -\n\nClass added to child when tooltip is open"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "unique",
|
|
4484
|
+
"description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
|
|
4485
|
+
}
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "a-tour",
|
|
4490
|
+
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4491
|
+
"attributes": [
|
|
4492
|
+
{
|
|
4493
|
+
"name": "steps",
|
|
4494
|
+
"description": "Default: -\n\nTour steps"
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"name": "open",
|
|
4498
|
+
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4499
|
+
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "current",
|
|
4502
|
+
"description": "Default: -\n\nWhat is the current step"
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"name": "arrow",
|
|
4506
|
+
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "close-icon",
|
|
4510
|
+
"description": "Default: true\n\nCustomize close icon"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "disabled-interaction",
|
|
4514
|
+
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "gap",
|
|
4518
|
+
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"name": "placement",
|
|
4522
|
+
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"name": "mask",
|
|
4526
|
+
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"name": "type",
|
|
4530
|
+
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "scroll-into-view-options",
|
|
4534
|
+
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "indicators-render",
|
|
4538
|
+
"description": "Default: -\n\nCustom indicator"
|
|
4539
|
+
},
|
|
4540
|
+
{
|
|
4541
|
+
"name": "actions-render",
|
|
4542
|
+
"description": "Default: -\n\nCustom action"
|
|
4543
|
+
},
|
|
4544
|
+
{
|
|
4545
|
+
"name": "z-index",
|
|
4546
|
+
"description": "Default: 1001\n\nTour zIndex"
|
|
4547
|
+
},
|
|
4548
|
+
{
|
|
4549
|
+
"name": "get-popup-container",
|
|
4550
|
+
"description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "classes",
|
|
4554
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "styles",
|
|
4558
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"name": "root-class",
|
|
4562
|
+
"description": "Default: -\n\nRoot container class"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"name": "prefix-cls",
|
|
4566
|
+
"description": "Default: -\n\n-"
|
|
4567
|
+
}
|
|
4568
|
+
]
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"name": "a-transfer",
|
|
4572
|
+
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4573
|
+
"attributes": [
|
|
4574
|
+
{
|
|
4575
|
+
"name": "actions",
|
|
4576
|
+
"description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "classes",
|
|
4580
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"name": "data-source",
|
|
4584
|
+
"description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"name": "disabled",
|
|
4588
|
+
"description": "Default: false\n\nWhether disabled transfer"
|
|
4503
4589
|
},
|
|
4504
4590
|
{
|
|
4505
|
-
"name": "
|
|
4506
|
-
"description": "Default: -\n\
|
|
4591
|
+
"name": "filter-option",
|
|
4592
|
+
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4507
4593
|
},
|
|
4508
4594
|
{
|
|
4509
|
-
"name": "
|
|
4510
|
-
"description": "Default:
|
|
4595
|
+
"name": "footer",
|
|
4596
|
+
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4511
4597
|
},
|
|
4512
4598
|
{
|
|
4513
|
-
"name": "
|
|
4514
|
-
"description": "Default: -\n\
|
|
4599
|
+
"name": "locale",
|
|
4600
|
+
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4515
4601
|
},
|
|
4516
4602
|
{
|
|
4517
|
-
"name": "
|
|
4518
|
-
"description": "Default:
|
|
4603
|
+
"name": "one-way",
|
|
4604
|
+
"description": "Default: false\n\nDisplay as single direction style"
|
|
4519
4605
|
},
|
|
4520
4606
|
{
|
|
4521
|
-
"name": "
|
|
4522
|
-
"description": "Default:
|
|
4607
|
+
"name": "pagination",
|
|
4608
|
+
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4523
4609
|
},
|
|
4524
4610
|
{
|
|
4525
|
-
"name": "
|
|
4526
|
-
"description": "Default:
|
|
4611
|
+
"name": "render",
|
|
4612
|
+
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
4527
4613
|
},
|
|
4528
4614
|
{
|
|
4529
|
-
"name": "
|
|
4530
|
-
"description": "Default: -\n\
|
|
4615
|
+
"name": "row-key",
|
|
4616
|
+
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4531
4617
|
},
|
|
4532
4618
|
{
|
|
4533
|
-
"name": "
|
|
4534
|
-
"description": "Default: -\n\
|
|
4619
|
+
"name": "select-all-labels",
|
|
4620
|
+
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4535
4621
|
},
|
|
4536
4622
|
{
|
|
4537
|
-
"name": "
|
|
4538
|
-
"description": "Default:
|
|
4623
|
+
"name": "selected-keys",
|
|
4624
|
+
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4539
4625
|
},
|
|
4540
4626
|
{
|
|
4541
|
-
"name": "
|
|
4542
|
-
"description": "Default: -\n\
|
|
4627
|
+
"name": "selections-icon",
|
|
4628
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
4543
4629
|
},
|
|
4544
4630
|
{
|
|
4545
|
-
"name": "
|
|
4546
|
-
"description": "Default:
|
|
4631
|
+
"name": "show-search",
|
|
4632
|
+
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4547
4633
|
},
|
|
4548
4634
|
{
|
|
4549
|
-
"name": "
|
|
4550
|
-
"description": "Default:
|
|
4635
|
+
"name": "show-select-all",
|
|
4636
|
+
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4551
4637
|
},
|
|
4552
4638
|
{
|
|
4553
|
-
"name": "
|
|
4554
|
-
"description": "Default: -\n\
|
|
4639
|
+
"name": "status",
|
|
4640
|
+
"description": "Default: -\n\nSet validation status"
|
|
4555
4641
|
},
|
|
4556
4642
|
{
|
|
4557
|
-
"name": "
|
|
4558
|
-
"description": "Default: -\n\
|
|
4643
|
+
"name": "styles",
|
|
4644
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4559
4645
|
},
|
|
4560
4646
|
{
|
|
4561
|
-
"name": "
|
|
4562
|
-
"description": "Default:
|
|
4647
|
+
"name": "target-keys",
|
|
4648
|
+
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4563
4649
|
},
|
|
4564
4650
|
{
|
|
4565
|
-
"name": "
|
|
4566
|
-
"description": "Default: -\n\
|
|
4651
|
+
"name": "titles",
|
|
4652
|
+
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4567
4653
|
}
|
|
4568
4654
|
]
|
|
4569
4655
|
},
|
|
@@ -4714,329 +4800,153 @@
|
|
|
4714
4800
|
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
4715
4801
|
},
|
|
4716
4802
|
{
|
|
4717
|
-
"name": "disable-checkbox",
|
|
4718
|
-
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4719
|
-
},
|
|
4720
|
-
{
|
|
4721
|
-
"name": "disabled",
|
|
4722
|
-
"description": "Default: false\n\nDisables the treeNode"
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"name": "icon",
|
|
4726
|
-
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4727
|
-
},
|
|
4728
|
-
{
|
|
4729
|
-
"name": "is-leaf",
|
|
4730
|
-
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
4731
|
-
},
|
|
4732
|
-
{
|
|
4733
|
-
"name": "key",
|
|
4734
|
-
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
4735
|
-
},
|
|
4736
|
-
{
|
|
4737
|
-
"name": "selectable",
|
|
4738
|
-
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4739
|
-
},
|
|
4740
|
-
{
|
|
4741
|
-
"name": "title",
|
|
4742
|
-
"description": "Default: ---\n\nTitle"
|
|
4743
|
-
}
|
|
4744
|
-
]
|
|
4745
|
-
},
|
|
4746
|
-
{
|
|
4747
|
-
"name": "a-directory-tree",
|
|
4748
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4749
|
-
"attributes": [
|
|
4750
|
-
{
|
|
4751
|
-
"name": "expand-action",
|
|
4752
|
-
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4753
|
-
}
|
|
4754
|
-
]
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"name": "a-transfer",
|
|
4758
|
-
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4759
|
-
"attributes": [
|
|
4760
|
-
{
|
|
4761
|
-
"name": "actions",
|
|
4762
|
-
"description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"name": "classes",
|
|
4766
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4767
|
-
},
|
|
4768
|
-
{
|
|
4769
|
-
"name": "data-source",
|
|
4770
|
-
"description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
|
|
4771
|
-
},
|
|
4772
|
-
{
|
|
4773
|
-
"name": "disabled",
|
|
4774
|
-
"description": "Default: false\n\nWhether disabled transfer"
|
|
4775
|
-
},
|
|
4776
|
-
{
|
|
4777
|
-
"name": "filter-option",
|
|
4778
|
-
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4779
|
-
},
|
|
4780
|
-
{
|
|
4781
|
-
"name": "footer",
|
|
4782
|
-
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
"name": "locale",
|
|
4786
|
-
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4787
|
-
},
|
|
4788
|
-
{
|
|
4789
|
-
"name": "one-way",
|
|
4790
|
-
"description": "Default: false\n\nDisplay as single direction style"
|
|
4791
|
-
},
|
|
4792
|
-
{
|
|
4793
|
-
"name": "pagination",
|
|
4794
|
-
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"name": "render",
|
|
4798
|
-
"description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
|
|
4799
|
-
},
|
|
4800
|
-
{
|
|
4801
|
-
"name": "row-key",
|
|
4802
|
-
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4803
|
-
},
|
|
4804
|
-
{
|
|
4805
|
-
"name": "select-all-labels",
|
|
4806
|
-
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4807
|
-
},
|
|
4808
|
-
{
|
|
4809
|
-
"name": "selected-keys",
|
|
4810
|
-
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"name": "selections-icon",
|
|
4814
|
-
"description": "Default: -\n\nCustom dropdown icon"
|
|
4815
|
-
},
|
|
4816
|
-
{
|
|
4817
|
-
"name": "show-search",
|
|
4818
|
-
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4819
|
-
},
|
|
4820
|
-
{
|
|
4821
|
-
"name": "show-select-all",
|
|
4822
|
-
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4823
|
-
},
|
|
4824
|
-
{
|
|
4825
|
-
"name": "status",
|
|
4826
|
-
"description": "Default: -\n\nSet validation status"
|
|
4827
|
-
},
|
|
4828
|
-
{
|
|
4829
|
-
"name": "styles",
|
|
4830
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"name": "target-keys",
|
|
4834
|
-
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4835
|
-
},
|
|
4836
|
-
{
|
|
4837
|
-
"name": "titles",
|
|
4838
|
-
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4839
|
-
}
|
|
4840
|
-
]
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"name": "a-tree-select-props",
|
|
4844
|
-
"description": "Tree selection control.",
|
|
4845
|
-
"attributes": []
|
|
4846
|
-
},
|
|
4847
|
-
{
|
|
4848
|
-
"name": "a-tree-select",
|
|
4849
|
-
"description": "树型选择控件。",
|
|
4850
|
-
"attributes": []
|
|
4851
|
-
},
|
|
4852
|
-
{
|
|
4853
|
-
"name": "a-tour",
|
|
4854
|
-
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
4855
|
-
"attributes": [
|
|
4856
|
-
{
|
|
4857
|
-
"name": "steps",
|
|
4858
|
-
"description": "Default: -\n\nTour steps"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"name": "open",
|
|
4862
|
-
"description": "Default: false\n\nOpen tour, support v-model:open"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"name": "current",
|
|
4866
|
-
"description": "Default: -\n\nWhat is the current step"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"name": "arrow",
|
|
4870
|
-
"description": "Default: true\n\nWhether to show the arrow, including the configuration whether to point to the center of the element"
|
|
4871
|
-
},
|
|
4872
|
-
{
|
|
4873
|
-
"name": "close-icon",
|
|
4874
|
-
"description": "Default: true\n\nCustomize close icon"
|
|
4875
|
-
},
|
|
4876
|
-
{
|
|
4877
|
-
"name": "disabled-interaction",
|
|
4878
|
-
"description": "Default: false\n\nDisable interaction on highlighted area"
|
|
4879
|
-
},
|
|
4880
|
-
{
|
|
4881
|
-
"name": "gap",
|
|
4882
|
-
"description": "Default: { offset: 6, radius: 2 }\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
|
|
4883
|
-
},
|
|
4884
|
-
{
|
|
4885
|
-
"name": "placement",
|
|
4886
|
-
"description": "Default: bottom\n\nPosition of the guide card relative to the target element"
|
|
4887
|
-
},
|
|
4888
|
-
{
|
|
4889
|
-
"name": "mask",
|
|
4890
|
-
"description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
|
|
4891
|
-
},
|
|
4892
|
-
{
|
|
4893
|
-
"name": "type",
|
|
4894
|
-
"description": "Default: default\n\nType, affects the background color and text color"
|
|
4895
|
-
},
|
|
4896
|
-
{
|
|
4897
|
-
"name": "scroll-into-view-options",
|
|
4898
|
-
"description": "Default: true\n\nsupport pass custom scrollIntoView options"
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"name": "indicators-render",
|
|
4902
|
-
"description": "Default: -\n\nCustom indicator"
|
|
4903
|
-
},
|
|
4904
|
-
{
|
|
4905
|
-
"name": "actions-render",
|
|
4906
|
-
"description": "Default: -\n\nCustom action"
|
|
4803
|
+
"name": "disable-checkbox",
|
|
4804
|
+
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4907
4805
|
},
|
|
4908
4806
|
{
|
|
4909
|
-
"name": "
|
|
4910
|
-
"description": "Default:
|
|
4807
|
+
"name": "disabled",
|
|
4808
|
+
"description": "Default: false\n\nDisables the treeNode"
|
|
4911
4809
|
},
|
|
4912
4810
|
{
|
|
4913
|
-
"name": "
|
|
4914
|
-
"description": "Default:
|
|
4811
|
+
"name": "icon",
|
|
4812
|
+
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4915
4813
|
},
|
|
4916
4814
|
{
|
|
4917
|
-
"name": "
|
|
4918
|
-
"description": "Default: -\n\
|
|
4815
|
+
"name": "is-leaf",
|
|
4816
|
+
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
4919
4817
|
},
|
|
4920
4818
|
{
|
|
4921
|
-
"name": "
|
|
4922
|
-
"description": "Default:
|
|
4819
|
+
"name": "key",
|
|
4820
|
+
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
4923
4821
|
},
|
|
4924
4822
|
{
|
|
4925
|
-
"name": "
|
|
4926
|
-
"description": "Default:
|
|
4823
|
+
"name": "selectable",
|
|
4824
|
+
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4927
4825
|
},
|
|
4928
4826
|
{
|
|
4929
|
-
"name": "
|
|
4930
|
-
"description": "Default:
|
|
4827
|
+
"name": "title",
|
|
4828
|
+
"description": "Default: ---\n\nTitle"
|
|
4931
4829
|
}
|
|
4932
4830
|
]
|
|
4933
4831
|
},
|
|
4934
4832
|
{
|
|
4935
|
-
"name": "a-
|
|
4936
|
-
"description": "(ZH)
|
|
4833
|
+
"name": "a-directory-tree",
|
|
4834
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4937
4835
|
"attributes": [
|
|
4938
4836
|
{
|
|
4939
|
-
"name": "
|
|
4940
|
-
"description": "Default:
|
|
4941
|
-
}
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
"description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
4949
|
-
},
|
|
4837
|
+
"name": "expand-action",
|
|
4838
|
+
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4839
|
+
}
|
|
4840
|
+
]
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"name": "a-table",
|
|
4844
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4845
|
+
"attributes": [
|
|
4950
4846
|
{
|
|
4951
|
-
"name": "
|
|
4952
|
-
"description": "Default:
|
|
4847
|
+
"name": "bordered",
|
|
4848
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4953
4849
|
},
|
|
4954
4850
|
{
|
|
4955
4851
|
"name": "classes",
|
|
4956
4852
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4957
4853
|
},
|
|
4958
4854
|
{
|
|
4959
|
-
"name": "
|
|
4960
|
-
"description": "Default: -\n\
|
|
4961
|
-
},
|
|
4962
|
-
{
|
|
4963
|
-
"name": "directory",
|
|
4964
|
-
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
4855
|
+
"name": "columns",
|
|
4856
|
+
"description": "Default: -\n\nColumns of table"
|
|
4965
4857
|
},
|
|
4966
4858
|
{
|
|
4967
|
-
"name": "
|
|
4968
|
-
"description": "Default:
|
|
4859
|
+
"name": "data-source",
|
|
4860
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4969
4861
|
},
|
|
4970
4862
|
{
|
|
4971
|
-
"name": "
|
|
4972
|
-
"description": "Default: -\n\
|
|
4863
|
+
"name": "expandable",
|
|
4864
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4973
4865
|
},
|
|
4974
4866
|
{
|
|
4975
|
-
"name": "
|
|
4976
|
-
"description": "Default:
|
|
4867
|
+
"name": "get-popup-container",
|
|
4868
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4977
4869
|
},
|
|
4978
4870
|
{
|
|
4979
|
-
"name": "
|
|
4980
|
-
"description": "Default:
|
|
4871
|
+
"name": "loading",
|
|
4872
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4981
4873
|
},
|
|
4982
4874
|
{
|
|
4983
|
-
"name": "
|
|
4984
|
-
"description": "Default:
|
|
4875
|
+
"name": "locale",
|
|
4876
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4985
4877
|
},
|
|
4986
4878
|
{
|
|
4987
|
-
"name": "
|
|
4988
|
-
"description": "Default: -\n\
|
|
4879
|
+
"name": "pagination",
|
|
4880
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4989
4881
|
},
|
|
4990
4882
|
{
|
|
4991
|
-
"name": "
|
|
4992
|
-
"description": "Default:
|
|
4883
|
+
"name": "row-class-name",
|
|
4884
|
+
"description": "Default: -\n\nRow's className"
|
|
4993
4885
|
},
|
|
4994
4886
|
{
|
|
4995
|
-
"name": "
|
|
4996
|
-
"description": "Default:
|
|
4887
|
+
"name": "row-key",
|
|
4888
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4997
4889
|
},
|
|
4998
4890
|
{
|
|
4999
|
-
"name": "
|
|
5000
|
-
"description": "Default:
|
|
4891
|
+
"name": "row-selection",
|
|
4892
|
+
"description": "Default: -\n\nRow selection config"
|
|
5001
4893
|
},
|
|
5002
4894
|
{
|
|
5003
|
-
"name": "
|
|
5004
|
-
"description": "Default:
|
|
4895
|
+
"name": "row-hoverable",
|
|
4896
|
+
"description": "Default: true\n\nRow hover"
|
|
5005
4897
|
},
|
|
5006
4898
|
{
|
|
5007
|
-
"name": "
|
|
5008
|
-
"description": "Default:
|
|
4899
|
+
"name": "scroll",
|
|
4900
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
5009
4901
|
},
|
|
5010
4902
|
{
|
|
5011
|
-
"name": "
|
|
5012
|
-
"description": "Default: true\n\
|
|
4903
|
+
"name": "show-header",
|
|
4904
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
5013
4905
|
},
|
|
5014
4906
|
{
|
|
5015
|
-
"name": "
|
|
5016
|
-
"description": "Default:
|
|
4907
|
+
"name": "show-sorter-tooltip",
|
|
4908
|
+
"description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
|
|
5017
4909
|
},
|
|
5018
4910
|
{
|
|
5019
|
-
"name": "
|
|
5020
|
-
"description": "Default:
|
|
4911
|
+
"name": "size",
|
|
4912
|
+
"description": "Default: large\n\nSize of table"
|
|
5021
4913
|
},
|
|
5022
4914
|
{
|
|
5023
|
-
"name": "
|
|
5024
|
-
"description": "Default: \\
|
|
4915
|
+
"name": "sort-directions",
|
|
4916
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
5025
4917
|
},
|
|
5026
4918
|
{
|
|
5027
|
-
"name": "
|
|
5028
|
-
"description": "Default:
|
|
4919
|
+
"name": "sticky",
|
|
4920
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
5029
4921
|
},
|
|
5030
4922
|
{
|
|
5031
4923
|
"name": "styles",
|
|
5032
4924
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5033
4925
|
},
|
|
5034
4926
|
{
|
|
5035
|
-
"name": "
|
|
5036
|
-
"description": "Default:
|
|
4927
|
+
"name": "table-layout",
|
|
4928
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "dropdown-prefix-cls",
|
|
4932
|
+
"description": "Default: -\n\n-"
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"name": "virtual",
|
|
4936
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
5037
4937
|
}
|
|
5038
4938
|
]
|
|
5039
4939
|
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "a-tree-select-props",
|
|
4942
|
+
"description": "Tree selection control.",
|
|
4943
|
+
"attributes": []
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"name": "a-tree-select",
|
|
4947
|
+
"description": "树型选择控件。",
|
|
4948
|
+
"attributes": []
|
|
4949
|
+
},
|
|
5040
4950
|
{
|
|
5041
4951
|
"name": "a-watermark",
|
|
5042
4952
|
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
@@ -5271,6 +5181,112 @@
|
|
|
5271
5181
|
}
|
|
5272
5182
|
]
|
|
5273
5183
|
},
|
|
5184
|
+
{
|
|
5185
|
+
"name": "a-upload",
|
|
5186
|
+
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
5187
|
+
"attributes": [
|
|
5188
|
+
{
|
|
5189
|
+
"name": "accept",
|
|
5190
|
+
"description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "action",
|
|
5194
|
+
"description": "Default: -\n\nUploading URL"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"name": "before-upload",
|
|
5198
|
+
"description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "custom-request",
|
|
5202
|
+
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"name": "classes",
|
|
5206
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"name": "data",
|
|
5210
|
+
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"name": "directory",
|
|
5214
|
+
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"name": "disabled",
|
|
5218
|
+
"description": "Default: false\n\nDisable upload button"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "file-list",
|
|
5222
|
+
"description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"name": "headers",
|
|
5226
|
+
"description": "Default: -\n\nSet request headers, valid above IE10"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "icon-render",
|
|
5230
|
+
"description": "Default: -\n\nCustom show icon"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "is-image-url",
|
|
5234
|
+
"description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "item-render",
|
|
5238
|
+
"description": "Default: -\n\nCustom item of uploadList"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "list-type",
|
|
5242
|
+
"description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "max-count",
|
|
5246
|
+
"description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "method",
|
|
5250
|
+
"description": "Default: post\n\nThe http method of upload request"
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "multiple",
|
|
5254
|
+
"description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "name",
|
|
5258
|
+
"description": "Default: file\n\nThe name of uploading file"
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "open-file-dialog-on-click",
|
|
5262
|
+
"description": "Default: true\n\nClick open file dialog"
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "pastable",
|
|
5266
|
+
"description": "Default: false\n\nSupport paste file"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "preview-file",
|
|
5270
|
+
"description": "Default: -\n\nCustomize preview file logic"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "progress",
|
|
5274
|
+
"description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "show-upload-list",
|
|
5278
|
+
"description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "styles",
|
|
5282
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "with-credentials",
|
|
5286
|
+
"description": "Default: false\n\nThe ajax upload with cookie sent"
|
|
5287
|
+
}
|
|
5288
|
+
]
|
|
5289
|
+
},
|
|
5274
5290
|
{
|
|
5275
5291
|
"name": "a-menu-item",
|
|
5276
5292
|
"description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
|