antdv-next 1.3.4-beta.1 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/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/is.d.ts +4 -0
- package/dist/_util/is.js +9 -0
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/statusUtils.d.ts +1 -1
- 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/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 +9897 -9633
- package/dist/antd-with-locales.js +80 -80
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +8479 -8228
- package/dist/antd.js +77 -77
- 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 +5 -4
- package/dist/auto-complete/index.js +5 -13
- 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/border-beam/BorderBeam.d.ts +3 -3
- package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
- package/dist/border-beam/style/index.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +2 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +2 -2
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +2 -2
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/hooks/useCheckable.d.ts +2 -2
- package/dist/cascader/index.d.ts +2 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/Collapse.js +7 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/components.d.ts +2 -1
- package/dist/components.js +4 -1
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +15 -15
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +4 -4
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/util.d.ts +3 -3
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/Cell.js +4 -1
- package/dist/descriptions/Item.d.ts +2 -2
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +8 -8
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/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 +4 -4
- package/dist/form/Form.js +52 -9
- 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/FormItem/index.js +11 -4
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +8 -7
- package/dist/form/hooks/useForm.d.ts +28 -1
- package/dist/form/hooks/useForm.js +60 -1
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/index.d.ts +2 -1
- package/dist/form/index.js +4 -1
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
- package/dist/image/hooks/usePreviewConfig.d.ts +9 -9
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +2 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +2 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/en_GB.js +12 -1
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/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/menu/style/vertical.js +3 -2
- package/dist/message/PureList.d.ts +3 -3
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/style/index.d.ts +5 -5
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/ConfirmDialog.js +15 -0
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/Modal.js +5 -0
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/PurePanel.js +5 -0
- 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 +5 -0
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PureList.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/style/index.d.ts +5 -5
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/notification/useNotification.js +3 -1
- 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/PurePanel.js +3 -2
- 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/PurePanel.js +4 -3
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/index.js +2 -1
- 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 +68 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +6 -6
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/useIcons.d.ts +5 -5
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/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/slider/style/index.js +1 -0
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +4 -4
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +2 -2
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +2 -2
- package/dist/spin/index.d.ts +2 -2
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/splitter/style/index.js +1 -1
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +2 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/style/index.js +14 -5
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/style/index.d.ts +2 -2
- package/dist/table/Column.d.ts +2 -2
- package/dist/table/ColumnGroup.d.ts +2 -2
- package/dist/table/ExpandIcon.d.ts +2 -2
- package/dist/table/InternalTable.d.ts +2 -2
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/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 +4 -4
- package/dist/theme/themes/default/theme.d.ts +2 -2
- package/dist/theme/util/alias.js +3 -3
- package/dist/theme/util/genStyleUtils.d.ts +14 -14
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/timeline/Timeline.d.ts +2 -2
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/tour/style/index.js +1 -0
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/search.d.ts +2 -2
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/Tree.d.ts +2 -2
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/dropIndicator.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +2 -2
- package/dist/tree-select/index.d.ts +3 -3
- package/dist/tree-select/style/index.d.ts +2 -2
- package/dist/typography/Base/CopyBtn.d.ts +2 -2
- package/dist/typography/Base/Ellipsis.d.ts +3 -3
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Editable.d.ts +2 -2
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Typography.d.ts +2 -2
- package/dist/typography/hooks/useCopyClick.d.ts +3 -3
- package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
- package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
- package/dist/typography/index.d.ts +5 -5
- package/dist/typography/style/index.d.ts +2 -2
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/Upload.js +6 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/package.json +8 -8
- package/web-tags.json +908 -884
- package/web-types.json +3329 -3276
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.4
|
|
2
|
+
"version": "1.3.4",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -71,6 +71,22 @@
|
|
|
71
71
|
"name": "icon",
|
|
72
72
|
"description": "Default: -\n\nCustom icon, effective when showIcon is true"
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "success-icon",
|
|
76
|
+
"description": "Default: -\n\n(Only supports global configuration) Custom success icon in Alert icon"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "info-icon",
|
|
80
|
+
"description": "Default: -\n\n(Only supports global configuration) Custom info icon in Alert icon"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "warning-icon",
|
|
84
|
+
"description": "Default: -\n\n(Only supports global configuration) Custom warning icon in Alert icon"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "error-icon",
|
|
88
|
+
"description": "Default: -\n\n(Only supports global configuration) Custom error icon in Alert icon"
|
|
89
|
+
},
|
|
74
90
|
{
|
|
75
91
|
"name": "close-icon",
|
|
76
92
|
"description": "Default: -\n\n-"
|
|
@@ -139,24 +155,6 @@
|
|
|
139
155
|
}
|
|
140
156
|
]
|
|
141
157
|
},
|
|
142
|
-
{
|
|
143
|
-
"name": "a-app",
|
|
144
|
-
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
145
|
-
"attributes": [
|
|
146
|
-
{
|
|
147
|
-
"name": "message",
|
|
148
|
-
"description": "Default: -\n\nGlobal config for Message"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "notification",
|
|
152
|
-
"description": "Default: -\n\nGlobal config for Notification"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "component",
|
|
156
|
-
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
157
|
-
}
|
|
158
|
-
]
|
|
159
|
-
},
|
|
160
158
|
{
|
|
161
159
|
"name": "a-auto-complete",
|
|
162
160
|
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
@@ -247,6 +245,24 @@
|
|
|
247
245
|
}
|
|
248
246
|
]
|
|
249
247
|
},
|
|
248
|
+
{
|
|
249
|
+
"name": "a-app",
|
|
250
|
+
"description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
|
|
251
|
+
"attributes": [
|
|
252
|
+
{
|
|
253
|
+
"name": "message",
|
|
254
|
+
"description": "Default: -\n\nGlobal config for Message"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "notification",
|
|
258
|
+
"description": "Default: -\n\nGlobal config for Notification"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "component",
|
|
262
|
+
"description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
},
|
|
250
266
|
{
|
|
251
267
|
"name": "a-avatar",
|
|
252
268
|
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
@@ -421,80 +437,6 @@
|
|
|
421
437
|
}
|
|
422
438
|
]
|
|
423
439
|
},
|
|
424
|
-
{
|
|
425
|
-
"name": "a-button",
|
|
426
|
-
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
427
|
-
"attributes": [
|
|
428
|
-
{
|
|
429
|
-
"name": "auto-insert-space",
|
|
430
|
-
"description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"name": "block",
|
|
434
|
-
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
435
|
-
},
|
|
436
|
-
{
|
|
437
|
-
"name": "classes",
|
|
438
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "color",
|
|
442
|
-
"description": "Default: -\n\nSet button color"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "danger",
|
|
446
|
-
"description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "disabled",
|
|
450
|
-
"description": "Default: false\n\nDisabled state of button"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"name": "ghost",
|
|
454
|
-
"description": "Default: false\n\nMake background transparent and invert text and border colors"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "href",
|
|
458
|
-
"description": "Default: -\n\nRedirect url of link button"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "html-type",
|
|
462
|
-
"description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "icon-placement",
|
|
466
|
-
"description": "Default: start\n\nSet the icon position of button"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "loading",
|
|
470
|
-
"description": "Default: false\n\nSet the loading status of button"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "shape",
|
|
474
|
-
"description": "Default: default\n\nCan be used to set button shape"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"name": "size",
|
|
478
|
-
"description": "Default: middle\n\nSet the size of button"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "styles",
|
|
482
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "target",
|
|
486
|
-
"description": "Default: -\n\nSame as target attribute of a, works when href is specified"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "type",
|
|
490
|
-
"description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "variant",
|
|
494
|
-
"description": "Default: -\n\nSet button variant"
|
|
495
|
-
}
|
|
496
|
-
]
|
|
497
|
-
},
|
|
498
440
|
{
|
|
499
441
|
"name": "a-calendar",
|
|
500
442
|
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
@@ -577,6 +519,84 @@
|
|
|
577
519
|
}
|
|
578
520
|
]
|
|
579
521
|
},
|
|
522
|
+
{
|
|
523
|
+
"name": "a-button",
|
|
524
|
+
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
525
|
+
"attributes": [
|
|
526
|
+
{
|
|
527
|
+
"name": "auto-insert-space",
|
|
528
|
+
"description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "block",
|
|
532
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "classes",
|
|
536
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "color",
|
|
540
|
+
"description": "Default: -\n\nSet button color"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "danger",
|
|
544
|
+
"description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "disabled",
|
|
548
|
+
"description": "Default: false\n\nDisabled state of button"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "ghost",
|
|
552
|
+
"description": "Default: false\n\nMake background transparent and invert text and border colors"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "href",
|
|
556
|
+
"description": "Default: -\n\nRedirect url of link button"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "html-type",
|
|
560
|
+
"description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "icon-placement",
|
|
564
|
+
"description": "Default: start\n\nSet the icon position of button"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "loading",
|
|
568
|
+
"description": "Default: false\n\nSet the loading status of button"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "loading-icon",
|
|
572
|
+
"description": "Default: -\n\n(Global config only) Set the loading icon of button"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "shape",
|
|
576
|
+
"description": "Default: default\n\nCan be used to set button shape"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "size",
|
|
580
|
+
"description": "Default: middle\n\nSet the size of button"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "styles",
|
|
584
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "target",
|
|
588
|
+
"description": "Default: -\n\nSame as target attribute of a, works when href is specified"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "type",
|
|
592
|
+
"description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "variant",
|
|
596
|
+
"description": "Default: -\n\nSet button variant"
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
580
600
|
{
|
|
581
601
|
"name": "a-card",
|
|
582
602
|
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
@@ -1305,48 +1325,6 @@
|
|
|
1305
1325
|
}
|
|
1306
1326
|
]
|
|
1307
1327
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "a-divider",
|
|
1310
|
-
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1311
|
-
"attributes": [
|
|
1312
|
-
{
|
|
1313
|
-
"name": "dashed",
|
|
1314
|
-
"description": "Default: false\n\nWhether line is dashed"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "orientation",
|
|
1318
|
-
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "plain",
|
|
1322
|
-
"description": "Default: true\n\nDivider text show as plain style"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "size",
|
|
1326
|
-
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"name": "title-placement",
|
|
1330
|
-
"description": "Default: center\n\nThe position of title inside divider"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "variant",
|
|
1334
|
-
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "vertical",
|
|
1338
|
-
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "classes",
|
|
1342
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "styles",
|
|
1346
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1347
|
-
}
|
|
1348
|
-
]
|
|
1349
|
-
},
|
|
1350
1328
|
{
|
|
1351
1329
|
"name": "a-drawer",
|
|
1352
1330
|
"description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
|
|
@@ -1450,39 +1428,80 @@
|
|
|
1450
1428
|
]
|
|
1451
1429
|
},
|
|
1452
1430
|
{
|
|
1453
|
-
"name": "a-
|
|
1454
|
-
"description": "(ZH)
|
|
1431
|
+
"name": "a-divider",
|
|
1432
|
+
"description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
|
|
1455
1433
|
"attributes": [
|
|
1456
1434
|
{
|
|
1457
|
-
"name": "
|
|
1458
|
-
"description": "Default:
|
|
1435
|
+
"name": "dashed",
|
|
1436
|
+
"description": "Default: false\n\nWhether line is dashed"
|
|
1459
1437
|
},
|
|
1460
1438
|
{
|
|
1461
|
-
"name": "
|
|
1462
|
-
"description": "Default:
|
|
1439
|
+
"name": "orientation",
|
|
1440
|
+
"description": "Default: horizontal\n\nWhether line is horizontal or vertical"
|
|
1463
1441
|
},
|
|
1464
1442
|
{
|
|
1465
|
-
"name": "
|
|
1466
|
-
"description": "Default:
|
|
1443
|
+
"name": "plain",
|
|
1444
|
+
"description": "Default: true\n\nDivider text show as plain style"
|
|
1467
1445
|
},
|
|
1468
1446
|
{
|
|
1469
|
-
"name": "
|
|
1470
|
-
"description": "Default: -\n\
|
|
1447
|
+
"name": "size",
|
|
1448
|
+
"description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
|
|
1471
1449
|
},
|
|
1472
1450
|
{
|
|
1473
|
-
"name": "
|
|
1474
|
-
"description": "Default:
|
|
1451
|
+
"name": "title-placement",
|
|
1452
|
+
"description": "Default: center\n\nThe position of title inside divider"
|
|
1475
1453
|
},
|
|
1476
1454
|
{
|
|
1477
|
-
"name": "
|
|
1478
|
-
"description": "Default:
|
|
1455
|
+
"name": "variant",
|
|
1456
|
+
"description": "Default: solid\n\nWhether line is dashed, dotted or solid"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "vertical",
|
|
1460
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "classes",
|
|
1464
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "styles",
|
|
1468
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1479
1469
|
}
|
|
1480
1470
|
]
|
|
1481
1471
|
},
|
|
1482
1472
|
{
|
|
1483
|
-
"name": "a-
|
|
1484
|
-
"description": "
|
|
1485
|
-
"attributes": [
|
|
1473
|
+
"name": "a-empty",
|
|
1474
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1475
|
+
"attributes": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "vertical",
|
|
1478
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "wrap",
|
|
1482
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "justify",
|
|
1486
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "align",
|
|
1490
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "flex",
|
|
1494
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"name": "gap",
|
|
1498
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "component",
|
|
1502
|
+
"description": "Default: div\n\ncustom element type"
|
|
1503
|
+
}
|
|
1504
|
+
]
|
|
1486
1505
|
},
|
|
1487
1506
|
{
|
|
1488
1507
|
"name": "a-dropdown",
|
|
@@ -1570,6 +1589,11 @@
|
|
|
1570
1589
|
}
|
|
1571
1590
|
]
|
|
1572
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "a-flex",
|
|
1594
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1595
|
+
"attributes": []
|
|
1596
|
+
},
|
|
1573
1597
|
{
|
|
1574
1598
|
"name": "a-float-button-group",
|
|
1575
1599
|
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
@@ -2087,58 +2111,6 @@
|
|
|
2087
2111
|
}
|
|
2088
2112
|
]
|
|
2089
2113
|
},
|
|
2090
|
-
{
|
|
2091
|
-
"name": "a-layout",
|
|
2092
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2093
|
-
"attributes": [
|
|
2094
|
-
{
|
|
2095
|
-
"name": "has-sider",
|
|
2096
|
-
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"name": "a-layout-sider",
|
|
2102
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2103
|
-
"attributes": [
|
|
2104
|
-
{
|
|
2105
|
-
"name": "breakpoint",
|
|
2106
|
-
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
"name": "collapsed",
|
|
2110
|
-
"description": "Default: -\n\nTo set the current status"
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"name": "collapsed-width",
|
|
2114
|
-
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"name": "collapsible",
|
|
2118
|
-
"description": "Default: false\n\nWhether can be collapsed"
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"name": "reverse-arrow",
|
|
2122
|
-
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"name": "theme",
|
|
2126
|
-
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
2127
|
-
},
|
|
2128
|
-
{
|
|
2129
|
-
"name": "trigger",
|
|
2130
|
-
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"name": "width",
|
|
2134
|
-
"description": "Default: 200\n\nWidth of the sidebar"
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"name": "zero-width-trigger-style",
|
|
2138
|
-
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
2139
|
-
}
|
|
2140
|
-
]
|
|
2141
|
-
},
|
|
2142
2114
|
{
|
|
2143
2115
|
"name": "a-input",
|
|
2144
2116
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
@@ -2434,6 +2406,108 @@
|
|
|
2434
2406
|
}
|
|
2435
2407
|
]
|
|
2436
2408
|
},
|
|
2409
|
+
{
|
|
2410
|
+
"name": "a-layout",
|
|
2411
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2412
|
+
"attributes": [
|
|
2413
|
+
{
|
|
2414
|
+
"name": "has-sider",
|
|
2415
|
+
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "a-layout-sider",
|
|
2421
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2422
|
+
"attributes": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "breakpoint",
|
|
2425
|
+
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "collapsed",
|
|
2429
|
+
"description": "Default: -\n\nTo set the current status"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "collapsed-width",
|
|
2433
|
+
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "collapsible",
|
|
2437
|
+
"description": "Default: false\n\nWhether can be collapsed"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "reverse-arrow",
|
|
2441
|
+
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "theme",
|
|
2445
|
+
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "trigger",
|
|
2449
|
+
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "width",
|
|
2453
|
+
"description": "Default: 200\n\nWidth of the sidebar"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "zero-width-trigger-style",
|
|
2457
|
+
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
2458
|
+
}
|
|
2459
|
+
]
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "a-mentions",
|
|
2463
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2464
|
+
"attributes": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "loading",
|
|
2467
|
+
"description": "Default: -\n\n-"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "status",
|
|
2471
|
+
"description": "Default: -\n\nSet validation status"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "options",
|
|
2475
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "popup-class-name",
|
|
2479
|
+
"description": "Default: -\n\n-"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "variant",
|
|
2483
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"name": "classes",
|
|
2487
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"name": "styles",
|
|
2491
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"name": "size",
|
|
2495
|
+
"description": "Default: -\n\n-"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "label-render",
|
|
2499
|
+
"description": "Default: -\n\n-"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "allow-clear",
|
|
2503
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "disabled",
|
|
2507
|
+
"description": "Default: -\n\n-"
|
|
2508
|
+
}
|
|
2509
|
+
]
|
|
2510
|
+
},
|
|
2437
2511
|
{
|
|
2438
2512
|
"name": "a-menu",
|
|
2439
2513
|
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
@@ -2544,56 +2618,6 @@
|
|
|
2544
2618
|
}
|
|
2545
2619
|
]
|
|
2546
2620
|
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "a-mentions",
|
|
2549
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2550
|
-
"attributes": [
|
|
2551
|
-
{
|
|
2552
|
-
"name": "loading",
|
|
2553
|
-
"description": "Default: -\n\n-"
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"name": "status",
|
|
2557
|
-
"description": "Default: -\n\nSet validation status"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "options",
|
|
2561
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "popup-class-name",
|
|
2565
|
-
"description": "Default: -\n\n-"
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"name": "variant",
|
|
2569
|
-
"description": "Default: outlined\n\nVariants of Input"
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "classes",
|
|
2573
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"name": "styles",
|
|
2577
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"name": "size",
|
|
2581
|
-
"description": "Default: -\n\n-"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"name": "label-render",
|
|
2585
|
-
"description": "Default: -\n\n-"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "allow-clear",
|
|
2589
|
-
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"name": "disabled",
|
|
2593
|
-
"description": "Default: -\n\n-"
|
|
2594
|
-
}
|
|
2595
|
-
]
|
|
2596
|
-
},
|
|
2597
2621
|
{
|
|
2598
2622
|
"name": "a-static-methods",
|
|
2599
2623
|
"description": "Prompt notification message globally.",
|
|
@@ -2629,21 +2653,6 @@
|
|
|
2629
2653
|
"description": "全局展示通知提醒信息。",
|
|
2630
2654
|
"attributes": []
|
|
2631
2655
|
},
|
|
2632
|
-
{
|
|
2633
|
-
"name": "a-args-props",
|
|
2634
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2635
|
-
"attributes": []
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"name": "a-notification-use-notification",
|
|
2639
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2640
|
-
"attributes": []
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"name": "a-closable-type",
|
|
2644
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2645
|
-
"attributes": []
|
|
2646
|
-
},
|
|
2647
2656
|
{
|
|
2648
2657
|
"name": "a-modal",
|
|
2649
2658
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2790,6 +2799,21 @@
|
|
|
2790
2799
|
}
|
|
2791
2800
|
]
|
|
2792
2801
|
},
|
|
2802
|
+
{
|
|
2803
|
+
"name": "a-args-props",
|
|
2804
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2805
|
+
"attributes": []
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "a-notification-use-notification",
|
|
2809
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2810
|
+
"attributes": []
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "a-closable-type",
|
|
2814
|
+
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2815
|
+
"attributes": []
|
|
2816
|
+
},
|
|
2793
2817
|
{
|
|
2794
2818
|
"name": "a-pagination",
|
|
2795
2819
|
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
@@ -3246,6 +3270,40 @@
|
|
|
3246
3270
|
}
|
|
3247
3271
|
]
|
|
3248
3272
|
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "a-result",
|
|
3275
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3276
|
+
"attributes": [
|
|
3277
|
+
{
|
|
3278
|
+
"name": "classes",
|
|
3279
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "extra",
|
|
3283
|
+
"description": "Default: -\n\nOperating area"
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "icon",
|
|
3287
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"name": "status",
|
|
3291
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"name": "styles",
|
|
3295
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "sub-title",
|
|
3299
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "title",
|
|
3303
|
+
"description": "Default: -\n\nThe title"
|
|
3304
|
+
}
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3249
3307
|
{
|
|
3250
3308
|
"name": "a-segmented",
|
|
3251
3309
|
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
@@ -3300,40 +3358,6 @@
|
|
|
3300
3358
|
}
|
|
3301
3359
|
]
|
|
3302
3360
|
},
|
|
3303
|
-
{
|
|
3304
|
-
"name": "a-result",
|
|
3305
|
-
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3306
|
-
"attributes": [
|
|
3307
|
-
{
|
|
3308
|
-
"name": "classes",
|
|
3309
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"name": "extra",
|
|
3313
|
-
"description": "Default: -\n\nOperating area"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"name": "icon",
|
|
3317
|
-
"description": "Default: -\n\nCustom back icon"
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"name": "status",
|
|
3321
|
-
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "styles",
|
|
3325
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"name": "sub-title",
|
|
3329
|
-
"description": "Default: -\n\nThe subTitle"
|
|
3330
|
-
},
|
|
3331
|
-
{
|
|
3332
|
-
"name": "title",
|
|
3333
|
-
"description": "Default: -\n\nThe title"
|
|
3334
|
-
}
|
|
3335
|
-
]
|
|
3336
|
-
},
|
|
3337
3361
|
{
|
|
3338
3362
|
"name": "a-skeleton",
|
|
3339
3363
|
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
@@ -3510,80 +3534,6 @@
|
|
|
3510
3534
|
}
|
|
3511
3535
|
]
|
|
3512
3536
|
},
|
|
3513
|
-
{
|
|
3514
|
-
"name": "a-slider",
|
|
3515
|
-
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3516
|
-
"attributes": [
|
|
3517
|
-
{
|
|
3518
|
-
"name": "classes",
|
|
3519
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"name": "default-value",
|
|
3523
|
-
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
"name": "disabled",
|
|
3527
|
-
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"name": "dots",
|
|
3531
|
-
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"name": "included",
|
|
3535
|
-
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3536
|
-
},
|
|
3537
|
-
{
|
|
3538
|
-
"name": "keyboard",
|
|
3539
|
-
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"name": "marks",
|
|
3543
|
-
"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"
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
"name": "max",
|
|
3547
|
-
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"name": "min",
|
|
3551
|
-
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3552
|
-
},
|
|
3553
|
-
{
|
|
3554
|
-
"name": "orientation",
|
|
3555
|
-
"description": "Default: horizontal\n\nOrientation direction"
|
|
3556
|
-
},
|
|
3557
|
-
{
|
|
3558
|
-
"name": "range",
|
|
3559
|
-
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
"name": "reverse",
|
|
3563
|
-
"description": "Default: false\n\nReverse the component"
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"name": "step",
|
|
3567
|
-
"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"
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
"name": "styles",
|
|
3571
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"name": "tooltip",
|
|
3575
|
-
"description": "Default: -\n\nThe tooltip related props"
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"name": "value",
|
|
3579
|
-
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3580
|
-
},
|
|
3581
|
-
{
|
|
3582
|
-
"name": "vertical",
|
|
3583
|
-
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3584
|
-
}
|
|
3585
|
-
]
|
|
3586
|
-
},
|
|
3587
3537
|
{
|
|
3588
3538
|
"name": "a-select",
|
|
3589
3539
|
"description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
|
|
@@ -3774,6 +3724,80 @@
|
|
|
3774
3724
|
}
|
|
3775
3725
|
]
|
|
3776
3726
|
},
|
|
3727
|
+
{
|
|
3728
|
+
"name": "a-slider",
|
|
3729
|
+
"description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
|
|
3730
|
+
"attributes": [
|
|
3731
|
+
{
|
|
3732
|
+
"name": "classes",
|
|
3733
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "default-value",
|
|
3737
|
+
"description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "disabled",
|
|
3741
|
+
"description": "Default: false\n\nIf true, the slider will not be interactive"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "dots",
|
|
3745
|
+
"description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "included",
|
|
3749
|
+
"description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "keyboard",
|
|
3753
|
+
"description": "Default: true\n\nSupport using keyboard to move handlers"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"name": "marks",
|
|
3757
|
+
"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"
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"name": "max",
|
|
3761
|
+
"description": "Default: 100\n\nThe maximum value the slider can slide to"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "min",
|
|
3765
|
+
"description": "Default: 0\n\nThe minimum value the slider can slide to"
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"name": "orientation",
|
|
3769
|
+
"description": "Default: horizontal\n\nOrientation direction"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "range",
|
|
3773
|
+
"description": "Default: false\n\nEnable dual thumb mode for range selection"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "reverse",
|
|
3777
|
+
"description": "Default: false\n\nReverse the component"
|
|
3778
|
+
},
|
|
3779
|
+
{
|
|
3780
|
+
"name": "step",
|
|
3781
|
+
"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"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "styles",
|
|
3785
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "tooltip",
|
|
3789
|
+
"description": "Default: -\n\nThe tooltip related props"
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"name": "value",
|
|
3793
|
+
"description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "vertical",
|
|
3797
|
+
"description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3798
|
+
}
|
|
3799
|
+
]
|
|
3800
|
+
},
|
|
3777
3801
|
{
|
|
3778
3802
|
"name": "a-space",
|
|
3779
3803
|
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
@@ -3840,66 +3864,12 @@
|
|
|
3840
3864
|
]
|
|
3841
3865
|
},
|
|
3842
3866
|
{
|
|
3843
|
-
"name": "a-
|
|
3844
|
-
"description": "(ZH)
|
|
3867
|
+
"name": "a-splitter",
|
|
3868
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3845
3869
|
"attributes": [
|
|
3846
3870
|
{
|
|
3847
|
-
"name": "
|
|
3848
|
-
"description": "Default:
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "size",
|
|
3852
|
-
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "~~tip~~",
|
|
3856
|
-
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"name": "description",
|
|
3860
|
-
"description": "Default: -\n\nCustomize description content"
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "delay",
|
|
3864
|
-
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
"name": "wrapper-class-name",
|
|
3868
|
-
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3869
|
-
},
|
|
3870
|
-
{
|
|
3871
|
-
"name": "indicator",
|
|
3872
|
-
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"name": "fullscreen",
|
|
3876
|
-
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"name": "percent",
|
|
3880
|
-
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3881
|
-
},
|
|
3882
|
-
{
|
|
3883
|
-
"name": "root-class",
|
|
3884
|
-
"description": "Default: -\n\nRoot container class"
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"name": "classes",
|
|
3888
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3889
|
-
},
|
|
3890
|
-
{
|
|
3891
|
-
"name": "styles",
|
|
3892
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3893
|
-
}
|
|
3894
|
-
]
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
"name": "a-splitter",
|
|
3898
|
-
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3899
|
-
"attributes": [
|
|
3900
|
-
{
|
|
3901
|
-
"name": "classes",
|
|
3902
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3871
|
+
"name": "classes",
|
|
3872
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3903
3873
|
},
|
|
3904
3874
|
{
|
|
3905
3875
|
"name": "collapsible-icon",
|
|
@@ -3957,6 +3927,60 @@
|
|
|
3957
3927
|
}
|
|
3958
3928
|
]
|
|
3959
3929
|
},
|
|
3930
|
+
{
|
|
3931
|
+
"name": "a-spin",
|
|
3932
|
+
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
3933
|
+
"attributes": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "spinning",
|
|
3936
|
+
"description": "Default: true\n\nWhether Spin is visible"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "size",
|
|
3940
|
+
"description": "Default: default\n\nThe size of Spin, options: small, default and large"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "~~tip~~",
|
|
3944
|
+
"description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "description",
|
|
3948
|
+
"description": "Default: -\n\nCustomize description content"
|
|
3949
|
+
},
|
|
3950
|
+
{
|
|
3951
|
+
"name": "delay",
|
|
3952
|
+
"description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"name": "wrapper-class-name",
|
|
3956
|
+
"description": "Default: -\n\nThe className of wrapper when Spin has children"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "indicator",
|
|
3960
|
+
"description": "Default: -\n\nThe node of the spinning indicator"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "fullscreen",
|
|
3964
|
+
"description": "Default: false\n\nDisplay a backdrop with the Spin component"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"name": "percent",
|
|
3968
|
+
"description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"name": "root-class",
|
|
3972
|
+
"description": "Default: -\n\nRoot container class"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"name": "classes",
|
|
3976
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"name": "styles",
|
|
3980
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3981
|
+
}
|
|
3982
|
+
]
|
|
3983
|
+
},
|
|
3960
3984
|
{
|
|
3961
3985
|
"name": "a-statistic",
|
|
3962
3986
|
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
@@ -4082,96 +4106,6 @@
|
|
|
4082
4106
|
}
|
|
4083
4107
|
]
|
|
4084
4108
|
},
|
|
4085
|
-
{
|
|
4086
|
-
"name": "a-tabs",
|
|
4087
|
-
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4088
|
-
"attributes": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "active-key",
|
|
4091
|
-
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
"name": "add-icon",
|
|
4095
|
-
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"name": "animated",
|
|
4099
|
-
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
"name": "centered",
|
|
4103
|
-
"description": "Default: false\n\nCenters tabs"
|
|
4104
|
-
},
|
|
4105
|
-
{
|
|
4106
|
-
"name": "classes",
|
|
4107
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"name": "default-active-key",
|
|
4111
|
-
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"name": "hide-add",
|
|
4115
|
-
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"name": "indicator",
|
|
4119
|
-
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"name": "items",
|
|
4123
|
-
"description": "Default: []\n\nConfigure tab content"
|
|
4124
|
-
},
|
|
4125
|
-
{
|
|
4126
|
-
"name": "more",
|
|
4127
|
-
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4128
|
-
},
|
|
4129
|
-
{
|
|
4130
|
-
"name": "more-icon",
|
|
4131
|
-
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4132
|
-
},
|
|
4133
|
-
{
|
|
4134
|
-
"name": "remove-icon",
|
|
4135
|
-
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4136
|
-
},
|
|
4137
|
-
{
|
|
4138
|
-
"name": "render-tab-bar",
|
|
4139
|
-
"description": "Default: -\n\nReplace the TabBar"
|
|
4140
|
-
},
|
|
4141
|
-
{
|
|
4142
|
-
"name": "size",
|
|
4143
|
-
"description": "Default: middle\n\nPreset tab bar size"
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "styles",
|
|
4147
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4148
|
-
},
|
|
4149
|
-
{
|
|
4150
|
-
"name": "tab-bar-extra-content",
|
|
4151
|
-
"description": "Default: -\n\nExtra content in tab bar"
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
"name": "tab-bar-gutter",
|
|
4155
|
-
"description": "Default: -\n\nThe gap between tabs"
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"name": "tab-bar-style",
|
|
4159
|
-
"description": "Default: -\n\nTab bar style object"
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"name": "tab-placement",
|
|
4163
|
-
"description": "Default: top\n\nPlacement of tabs"
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "destroy-on-hidden",
|
|
4167
|
-
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"name": "type",
|
|
4171
|
-
"description": "Default: line\n\nBasic style of tabs"
|
|
4172
|
-
}
|
|
4173
|
-
]
|
|
4174
|
-
},
|
|
4175
4109
|
{
|
|
4176
4110
|
"name": "a-switch",
|
|
4177
4111
|
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
@@ -4235,65 +4169,253 @@
|
|
|
4235
4169
|
]
|
|
4236
4170
|
},
|
|
4237
4171
|
{
|
|
4238
|
-
"name": "a-
|
|
4239
|
-
"description": "(ZH)
|
|
4172
|
+
"name": "a-table",
|
|
4173
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4240
4174
|
"attributes": [
|
|
4241
4175
|
{
|
|
4242
|
-
"name": "
|
|
4243
|
-
"description": "Default: false\n\nWhether
|
|
4176
|
+
"name": "bordered",
|
|
4177
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4244
4178
|
},
|
|
4245
4179
|
{
|
|
4246
|
-
"name": "
|
|
4247
|
-
"description": "Default: -\n\
|
|
4180
|
+
"name": "classes",
|
|
4181
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4248
4182
|
},
|
|
4249
4183
|
{
|
|
4250
|
-
"name": "
|
|
4251
|
-
"description": "Default: -\n\
|
|
4184
|
+
"name": "columns",
|
|
4185
|
+
"description": "Default: -\n\nColumns of table"
|
|
4252
4186
|
},
|
|
4253
4187
|
{
|
|
4254
|
-
"name": "
|
|
4255
|
-
"description": "Default: -\n\
|
|
4188
|
+
"name": "data-source",
|
|
4189
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4256
4190
|
},
|
|
4257
4191
|
{
|
|
4258
|
-
"name": "
|
|
4259
|
-
"description": "Default:
|
|
4192
|
+
"name": "expandable",
|
|
4193
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4260
4194
|
},
|
|
4261
4195
|
{
|
|
4262
|
-
"name": "
|
|
4263
|
-
"description": "Default:
|
|
4196
|
+
"name": "get-popup-container",
|
|
4197
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4264
4198
|
},
|
|
4265
4199
|
{
|
|
4266
|
-
"name": "
|
|
4267
|
-
"description": "Default:
|
|
4200
|
+
"name": "loading",
|
|
4201
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4268
4202
|
},
|
|
4269
4203
|
{
|
|
4270
|
-
"name": "
|
|
4271
|
-
"description": "Default:
|
|
4204
|
+
"name": "locale",
|
|
4205
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4272
4206
|
},
|
|
4273
4207
|
{
|
|
4274
|
-
"name": "
|
|
4275
|
-
"description": "Default: -\n\
|
|
4208
|
+
"name": "pagination",
|
|
4209
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4276
4210
|
},
|
|
4277
4211
|
{
|
|
4278
|
-
"name": "
|
|
4279
|
-
"description": "Default:
|
|
4280
|
-
}
|
|
4281
|
-
]
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"name": "a-checkable-tag",
|
|
4285
|
-
"description": "Used for marking and categorization.",
|
|
4286
|
-
"attributes": [
|
|
4212
|
+
"name": "row-class-name",
|
|
4213
|
+
"description": "Default: -\n\nRow's className"
|
|
4214
|
+
},
|
|
4287
4215
|
{
|
|
4288
|
-
"name": "
|
|
4289
|
-
"description": "Default:
|
|
4216
|
+
"name": "row-key",
|
|
4217
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4290
4218
|
},
|
|
4291
4219
|
{
|
|
4292
|
-
"name": "
|
|
4293
|
-
"description": "Default: -\n\
|
|
4294
|
-
}
|
|
4295
|
-
|
|
4296
|
-
|
|
4220
|
+
"name": "row-selection",
|
|
4221
|
+
"description": "Default: -\n\nRow selection config"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "row-hoverable",
|
|
4225
|
+
"description": "Default: true\n\nRow hover"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "scroll",
|
|
4229
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "show-header",
|
|
4233
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "show-sorter-tooltip",
|
|
4237
|
+
"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"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "size",
|
|
4241
|
+
"description": "Default: large\n\nSize of table"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "sort-directions",
|
|
4245
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "sticky",
|
|
4249
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "styles",
|
|
4253
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "table-layout",
|
|
4257
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4258
|
+
},
|
|
4259
|
+
{
|
|
4260
|
+
"name": "dropdown-prefix-cls",
|
|
4261
|
+
"description": "Default: -\n\n-"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "virtual",
|
|
4265
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4266
|
+
}
|
|
4267
|
+
]
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "a-tabs",
|
|
4271
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4272
|
+
"attributes": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "active-key",
|
|
4275
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"name": "add-icon",
|
|
4279
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "animated",
|
|
4283
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"name": "centered",
|
|
4287
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"name": "classes",
|
|
4291
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "default-active-key",
|
|
4295
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "hide-add",
|
|
4299
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "indicator",
|
|
4303
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"name": "items",
|
|
4307
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "more",
|
|
4311
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "more-icon",
|
|
4315
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "remove-icon",
|
|
4319
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "render-tab-bar",
|
|
4323
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "size",
|
|
4327
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "styles",
|
|
4331
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"name": "tab-bar-extra-content",
|
|
4335
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "tab-bar-gutter",
|
|
4339
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
"name": "tab-bar-style",
|
|
4343
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"name": "tab-placement",
|
|
4347
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"name": "destroy-on-hidden",
|
|
4351
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4352
|
+
},
|
|
4353
|
+
{
|
|
4354
|
+
"name": "type",
|
|
4355
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4356
|
+
}
|
|
4357
|
+
]
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "a-tag",
|
|
4361
|
+
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
4362
|
+
"attributes": [
|
|
4363
|
+
{
|
|
4364
|
+
"name": "closable",
|
|
4365
|
+
"description": "Default: false\n\nWhether the Tag can be closed"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "close-icon",
|
|
4369
|
+
"description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "color",
|
|
4373
|
+
"description": "Default: -\n\nColor of the Tag"
|
|
4374
|
+
},
|
|
4375
|
+
{
|
|
4376
|
+
"name": "classes",
|
|
4377
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "disabled",
|
|
4381
|
+
"description": "Default: false\n\nWhether the tag is disabled"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"name": "href",
|
|
4385
|
+
"description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "icon",
|
|
4389
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "styles",
|
|
4393
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4394
|
+
},
|
|
4395
|
+
{
|
|
4396
|
+
"name": "target",
|
|
4397
|
+
"description": "Default: -\n\nSame as target attribute of , works when href is specified"
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"name": "variant",
|
|
4401
|
+
"description": "Default: filled\n\nVariant of the tag"
|
|
4402
|
+
}
|
|
4403
|
+
]
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"name": "a-checkable-tag",
|
|
4407
|
+
"description": "Used for marking and categorization.",
|
|
4408
|
+
"attributes": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "checked",
|
|
4411
|
+
"description": "Default: false\n\nChecked status of Tag. This is a controlled component"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "icon",
|
|
4415
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4416
|
+
}
|
|
4417
|
+
]
|
|
4418
|
+
},
|
|
4297
4419
|
{
|
|
4298
4420
|
"name": "a-checkable-tag-group",
|
|
4299
4421
|
"description": "Used for marking and categorization.",
|
|
@@ -4491,92 +4613,6 @@
|
|
|
4491
4613
|
}
|
|
4492
4614
|
]
|
|
4493
4615
|
},
|
|
4494
|
-
{
|
|
4495
|
-
"name": "a-transfer",
|
|
4496
|
-
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4497
|
-
"attributes": [
|
|
4498
|
-
{
|
|
4499
|
-
"name": "actions",
|
|
4500
|
-
"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"
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"name": "classes",
|
|
4504
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"name": "data-source",
|
|
4508
|
-
"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"
|
|
4509
|
-
},
|
|
4510
|
-
{
|
|
4511
|
-
"name": "disabled",
|
|
4512
|
-
"description": "Default: false\n\nWhether disabled transfer"
|
|
4513
|
-
},
|
|
4514
|
-
{
|
|
4515
|
-
"name": "filter-option",
|
|
4516
|
-
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4517
|
-
},
|
|
4518
|
-
{
|
|
4519
|
-
"name": "footer",
|
|
4520
|
-
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4521
|
-
},
|
|
4522
|
-
{
|
|
4523
|
-
"name": "locale",
|
|
4524
|
-
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
"name": "one-way",
|
|
4528
|
-
"description": "Default: false\n\nDisplay as single direction style"
|
|
4529
|
-
},
|
|
4530
|
-
{
|
|
4531
|
-
"name": "pagination",
|
|
4532
|
-
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"name": "render",
|
|
4536
|
-
"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"
|
|
4537
|
-
},
|
|
4538
|
-
{
|
|
4539
|
-
"name": "row-key",
|
|
4540
|
-
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4541
|
-
},
|
|
4542
|
-
{
|
|
4543
|
-
"name": "select-all-labels",
|
|
4544
|
-
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4545
|
-
},
|
|
4546
|
-
{
|
|
4547
|
-
"name": "selected-keys",
|
|
4548
|
-
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"name": "selections-icon",
|
|
4552
|
-
"description": "Default: -\n\nCustom dropdown icon"
|
|
4553
|
-
},
|
|
4554
|
-
{
|
|
4555
|
-
"name": "show-search",
|
|
4556
|
-
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4557
|
-
},
|
|
4558
|
-
{
|
|
4559
|
-
"name": "show-select-all",
|
|
4560
|
-
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"name": "status",
|
|
4564
|
-
"description": "Default: -\n\nSet validation status"
|
|
4565
|
-
},
|
|
4566
|
-
{
|
|
4567
|
-
"name": "styles",
|
|
4568
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "target-keys",
|
|
4572
|
-
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
"name": "titles",
|
|
4576
|
-
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4577
|
-
}
|
|
4578
|
-
]
|
|
4579
|
-
},
|
|
4580
4616
|
{
|
|
4581
4617
|
"name": "a-tour",
|
|
4582
4618
|
"description": "(ZH) 用于分步引导用户了解产品功能的气泡组件。\n\n(EN) A popup component for guiding users through a product.",
|
|
@@ -4806,55 +4842,247 @@
|
|
|
4806
4842
|
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
4807
4843
|
},
|
|
4808
4844
|
{
|
|
4809
|
-
"name": "disable-checkbox",
|
|
4810
|
-
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4845
|
+
"name": "disable-checkbox",
|
|
4846
|
+
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"name": "disabled",
|
|
4850
|
+
"description": "Default: false\n\nDisables the treeNode"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"name": "icon",
|
|
4854
|
+
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"name": "is-leaf",
|
|
4858
|
+
"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"
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"name": "key",
|
|
4862
|
+
"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"
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"name": "selectable",
|
|
4866
|
+
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "title",
|
|
4870
|
+
"description": "Default: ---\n\nTitle"
|
|
4871
|
+
}
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"name": "a-directory-tree",
|
|
4876
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4877
|
+
"attributes": [
|
|
4878
|
+
{
|
|
4879
|
+
"name": "expand-action",
|
|
4880
|
+
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4881
|
+
}
|
|
4882
|
+
]
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
"name": "a-transfer",
|
|
4886
|
+
"description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
|
|
4887
|
+
"attributes": [
|
|
4888
|
+
{
|
|
4889
|
+
"name": "actions",
|
|
4890
|
+
"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"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"name": "classes",
|
|
4894
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"name": "data-source",
|
|
4898
|
+
"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"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"name": "disabled",
|
|
4902
|
+
"description": "Default: false\n\nWhether disabled transfer"
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
"name": "filter-option",
|
|
4906
|
+
"description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
"name": "footer",
|
|
4910
|
+
"description": "Default: -\n\nA function used for rendering the footer"
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "locale",
|
|
4914
|
+
"description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
|
|
4915
|
+
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "one-way",
|
|
4918
|
+
"description": "Default: false\n\nDisplay as single direction style"
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"name": "pagination",
|
|
4922
|
+
"description": "Default: false\n\nUse pagination. Not work in render props"
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"name": "render",
|
|
4926
|
+
"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"
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "row-key",
|
|
4930
|
+
"description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"name": "select-all-labels",
|
|
4934
|
+
"description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "selected-keys",
|
|
4938
|
+
"description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "selections-icon",
|
|
4942
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"name": "show-search",
|
|
4946
|
+
"description": "Default: false\n\nIf included, a search box is shown on each column"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "show-select-all",
|
|
4950
|
+
"description": "Default: true\n\nShow select all checkbox on the header"
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "status",
|
|
4954
|
+
"description": "Default: -\n\nSet validation status"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "styles",
|
|
4958
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"name": "target-keys",
|
|
4962
|
+
"description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"name": "titles",
|
|
4966
|
+
"description": "Default: -\n\nA set of titles that are sorted from left to right"
|
|
4967
|
+
}
|
|
4968
|
+
]
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "a-tree-select-props",
|
|
4972
|
+
"description": "Tree selection control.",
|
|
4973
|
+
"attributes": []
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"name": "a-tree-select",
|
|
4977
|
+
"description": "树型选择控件。",
|
|
4978
|
+
"attributes": []
|
|
4979
|
+
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "a-upload",
|
|
4982
|
+
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
4983
|
+
"attributes": [
|
|
4984
|
+
{
|
|
4985
|
+
"name": "accept",
|
|
4986
|
+
"description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"name": "action",
|
|
4990
|
+
"description": "Default: -\n\nUploading URL"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"name": "before-upload",
|
|
4994
|
+
"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**"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "custom-request",
|
|
4998
|
+
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "classes",
|
|
5002
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"name": "data",
|
|
5006
|
+
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"name": "directory",
|
|
5010
|
+
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "disabled",
|
|
5014
|
+
"description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
|
|
5015
|
+
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "file-list",
|
|
5018
|
+
"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"
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"name": "headers",
|
|
5022
|
+
"description": "Default: -\n\nSet request headers, valid above IE10"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "icon-render",
|
|
5026
|
+
"description": "Default: -\n\nCustom show icon"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"name": "is-image-url",
|
|
5030
|
+
"description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "item-render",
|
|
5034
|
+
"description": "Default: -\n\nCustom item of uploadList"
|
|
5035
|
+
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "list-type",
|
|
5038
|
+
"description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "max-count",
|
|
5042
|
+
"description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"name": "method",
|
|
5046
|
+
"description": "Default: post\n\nThe http method of upload request"
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "multiple",
|
|
5050
|
+
"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"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"name": "name",
|
|
5054
|
+
"description": "Default: file\n\nThe name of uploading file"
|
|
4811
5055
|
},
|
|
4812
5056
|
{
|
|
4813
|
-
"name": "
|
|
4814
|
-
"description": "Default:
|
|
5057
|
+
"name": "open-file-dialog-on-click",
|
|
5058
|
+
"description": "Default: true\n\nClick open file dialog"
|
|
4815
5059
|
},
|
|
4816
5060
|
{
|
|
4817
|
-
"name": "
|
|
4818
|
-
"description": "Default:
|
|
5061
|
+
"name": "pastable",
|
|
5062
|
+
"description": "Default: false\n\nSupport paste file"
|
|
4819
5063
|
},
|
|
4820
5064
|
{
|
|
4821
|
-
"name": "
|
|
4822
|
-
"description": "Default: -\n\
|
|
5065
|
+
"name": "preview-file",
|
|
5066
|
+
"description": "Default: -\n\nCustomize preview file logic"
|
|
4823
5067
|
},
|
|
4824
5068
|
{
|
|
4825
|
-
"name": "
|
|
4826
|
-
"description": "Default:
|
|
5069
|
+
"name": "progress",
|
|
5070
|
+
"description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
|
|
4827
5071
|
},
|
|
4828
5072
|
{
|
|
4829
|
-
"name": "
|
|
4830
|
-
"description": "Default: true\n\
|
|
5073
|
+
"name": "show-upload-list",
|
|
5074
|
+
"description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
4831
5075
|
},
|
|
4832
5076
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"description": "Default:
|
|
4835
|
-
}
|
|
4836
|
-
]
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"name": "a-directory-tree",
|
|
4840
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4841
|
-
"attributes": [
|
|
5077
|
+
"name": "styles",
|
|
5078
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5079
|
+
},
|
|
4842
5080
|
{
|
|
4843
|
-
"name": "
|
|
4844
|
-
"description": "Default:
|
|
5081
|
+
"name": "with-credentials",
|
|
5082
|
+
"description": "Default: false\n\nThe ajax upload with cookie sent"
|
|
4845
5083
|
}
|
|
4846
5084
|
]
|
|
4847
5085
|
},
|
|
4848
|
-
{
|
|
4849
|
-
"name": "a-tree-select-props",
|
|
4850
|
-
"description": "Tree selection control.",
|
|
4851
|
-
"attributes": []
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"name": "a-tree-select",
|
|
4855
|
-
"description": "树型选择控件。",
|
|
4856
|
-
"attributes": []
|
|
4857
|
-
},
|
|
4858
5086
|
{
|
|
4859
5087
|
"name": "a-typography",
|
|
4860
5088
|
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
@@ -5043,112 +5271,6 @@
|
|
|
5043
5271
|
}
|
|
5044
5272
|
]
|
|
5045
5273
|
},
|
|
5046
|
-
{
|
|
5047
|
-
"name": "a-upload",
|
|
5048
|
-
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
5049
|
-
"attributes": [
|
|
5050
|
-
{
|
|
5051
|
-
"name": "accept",
|
|
5052
|
-
"description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
|
|
5053
|
-
},
|
|
5054
|
-
{
|
|
5055
|
-
"name": "action",
|
|
5056
|
-
"description": "Default: -\n\nUploading URL"
|
|
5057
|
-
},
|
|
5058
|
-
{
|
|
5059
|
-
"name": "before-upload",
|
|
5060
|
-
"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**"
|
|
5061
|
-
},
|
|
5062
|
-
{
|
|
5063
|
-
"name": "custom-request",
|
|
5064
|
-
"description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
|
|
5065
|
-
},
|
|
5066
|
-
{
|
|
5067
|
-
"name": "classes",
|
|
5068
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5069
|
-
},
|
|
5070
|
-
{
|
|
5071
|
-
"name": "data",
|
|
5072
|
-
"description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
|
|
5073
|
-
},
|
|
5074
|
-
{
|
|
5075
|
-
"name": "directory",
|
|
5076
|
-
"description": "Default: false\n\nSupport upload whole directory (caniuse)"
|
|
5077
|
-
},
|
|
5078
|
-
{
|
|
5079
|
-
"name": "disabled",
|
|
5080
|
-
"description": "Default: false\n\nDisable upload button"
|
|
5081
|
-
},
|
|
5082
|
-
{
|
|
5083
|
-
"name": "file-list",
|
|
5084
|
-
"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"
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"name": "headers",
|
|
5088
|
-
"description": "Default: -\n\nSet request headers, valid above IE10"
|
|
5089
|
-
},
|
|
5090
|
-
{
|
|
5091
|
-
"name": "icon-render",
|
|
5092
|
-
"description": "Default: -\n\nCustom show icon"
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
"name": "is-image-url",
|
|
5096
|
-
"description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
|
|
5097
|
-
},
|
|
5098
|
-
{
|
|
5099
|
-
"name": "item-render",
|
|
5100
|
-
"description": "Default: -\n\nCustom item of uploadList"
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"name": "list-type",
|
|
5104
|
-
"description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
|
|
5105
|
-
},
|
|
5106
|
-
{
|
|
5107
|
-
"name": "max-count",
|
|
5108
|
-
"description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"name": "method",
|
|
5112
|
-
"description": "Default: post\n\nThe http method of upload request"
|
|
5113
|
-
},
|
|
5114
|
-
{
|
|
5115
|
-
"name": "multiple",
|
|
5116
|
-
"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"
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"name": "name",
|
|
5120
|
-
"description": "Default: file\n\nThe name of uploading file"
|
|
5121
|
-
},
|
|
5122
|
-
{
|
|
5123
|
-
"name": "open-file-dialog-on-click",
|
|
5124
|
-
"description": "Default: true\n\nClick open file dialog"
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"name": "pastable",
|
|
5128
|
-
"description": "Default: false\n\nSupport paste file"
|
|
5129
|
-
},
|
|
5130
|
-
{
|
|
5131
|
-
"name": "preview-file",
|
|
5132
|
-
"description": "Default: -\n\nCustomize preview file logic"
|
|
5133
|
-
},
|
|
5134
|
-
{
|
|
5135
|
-
"name": "progress",
|
|
5136
|
-
"description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"name": "show-upload-list",
|
|
5140
|
-
"description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
|
|
5141
|
-
},
|
|
5142
|
-
{
|
|
5143
|
-
"name": "styles",
|
|
5144
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"name": "with-credentials",
|
|
5148
|
-
"description": "Default: false\n\nThe ajax upload with cookie sent"
|
|
5149
|
-
}
|
|
5150
|
-
]
|
|
5151
|
-
},
|
|
5152
5274
|
{
|
|
5153
5275
|
"name": "a-watermark",
|
|
5154
5276
|
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
@@ -5195,104 +5317,6 @@
|
|
|
5195
5317
|
}
|
|
5196
5318
|
]
|
|
5197
5319
|
},
|
|
5198
|
-
{
|
|
5199
|
-
"name": "a-table",
|
|
5200
|
-
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
5201
|
-
"attributes": [
|
|
5202
|
-
{
|
|
5203
|
-
"name": "bordered",
|
|
5204
|
-
"description": "Default: false\n\nWhether to show all table borders"
|
|
5205
|
-
},
|
|
5206
|
-
{
|
|
5207
|
-
"name": "classes",
|
|
5208
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"name": "columns",
|
|
5212
|
-
"description": "Default: -\n\nColumns of table"
|
|
5213
|
-
},
|
|
5214
|
-
{
|
|
5215
|
-
"name": "data-source",
|
|
5216
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"name": "expandable",
|
|
5220
|
-
"description": "Default: -\n\nConfig expandable content"
|
|
5221
|
-
},
|
|
5222
|
-
{
|
|
5223
|
-
"name": "get-popup-container",
|
|
5224
|
-
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"name": "loading",
|
|
5228
|
-
"description": "Default: false\n\nLoading status of table"
|
|
5229
|
-
},
|
|
5230
|
-
{
|
|
5231
|
-
"name": "locale",
|
|
5232
|
-
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
5233
|
-
},
|
|
5234
|
-
{
|
|
5235
|
-
"name": "pagination",
|
|
5236
|
-
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
5237
|
-
},
|
|
5238
|
-
{
|
|
5239
|
-
"name": "row-class-name",
|
|
5240
|
-
"description": "Default: -\n\nRow's className"
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"name": "row-key",
|
|
5244
|
-
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
5245
|
-
},
|
|
5246
|
-
{
|
|
5247
|
-
"name": "row-selection",
|
|
5248
|
-
"description": "Default: -\n\nRow selection config"
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"name": "row-hoverable",
|
|
5252
|
-
"description": "Default: true\n\nRow hover"
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"name": "scroll",
|
|
5256
|
-
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"name": "show-header",
|
|
5260
|
-
"description": "Default: true\n\nWhether to show table header"
|
|
5261
|
-
},
|
|
5262
|
-
{
|
|
5263
|
-
"name": "show-sorter-tooltip",
|
|
5264
|
-
"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"
|
|
5265
|
-
},
|
|
5266
|
-
{
|
|
5267
|
-
"name": "size",
|
|
5268
|
-
"description": "Default: large\n\nSize of table"
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
"name": "sort-directions",
|
|
5272
|
-
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
5273
|
-
},
|
|
5274
|
-
{
|
|
5275
|
-
"name": "sticky",
|
|
5276
|
-
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
5277
|
-
},
|
|
5278
|
-
{
|
|
5279
|
-
"name": "styles",
|
|
5280
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
5281
|
-
},
|
|
5282
|
-
{
|
|
5283
|
-
"name": "table-layout",
|
|
5284
|
-
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"name": "dropdown-prefix-cls",
|
|
5288
|
-
"description": "Default: -\n\n-"
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
"name": "virtual",
|
|
5292
|
-
"description": "Default: -\n\nSupport virtual list"
|
|
5293
|
-
}
|
|
5294
|
-
]
|
|
5295
|
-
},
|
|
5296
5320
|
{
|
|
5297
5321
|
"name": "a-menu-item",
|
|
5298
5322
|
"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.",
|