antdv-next 1.3.2-beta.1 → 1.3.2
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/responsiveObserver.d.ts +2 -2
- package/dist/_util/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +6 -8
- 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 +1627 -1622
- package/dist/antd-with-locales.js +37 -37
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +107 -102
- package/dist/antd.js +8 -8
- package/dist/app/App.d.ts +2 -2
- package/dist/app/context.d.ts +2 -2
- package/dist/app/style/index.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +2 -2
- package/dist/avatar/Avatar.d.ts +2 -2
- package/dist/avatar/AvatarContext.d.ts +2 -2
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/border-beam/BorderBeam.d.ts +3 -3
- package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
- package/dist/border-beam/style/index.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +2 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +2 -2
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +2 -2
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/hooks/useCheckable.d.ts +2 -2
- package/dist/cascader/index.d.ts +2 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +4 -4
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +15 -15
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +5 -5
- 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/generateSinglePicker.js +4 -1
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/util.d.ts +3 -7
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/Item.d.ts +2 -2
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/hooks/useItems.d.ts +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 +2 -2
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +2 -2
- package/dist/form/FormItemLabel.d.ts +3 -3
- package/dist/form/context.d.ts +6 -6
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
- package/dist/image/hooks/usePreviewConfig.d.ts +11 -11
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +2 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +2 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/MasonryItem.d.ts +2 -2
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PureList.d.ts +3 -3
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/style/index.d.ts +5 -5
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
- package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
- package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
- package/dist/modal/components/NormalOkBtn.d.ts +2 -2
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PureList.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/style/index.d.ts +5 -5
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/Pagination.js +3 -3
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -12
- package/dist/pagination/style/index.js +6 -6
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +2 -2
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +2 -2
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +2 -2
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +4 -4
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/useIcons.d.ts +10 -15
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +4 -4
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +2 -2
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +2 -2
- package/dist/spin/index.d.ts +2 -2
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/SplitBar.js +12 -1
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +2 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/index.js +4 -0
- 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 +7 -8
- package/dist/theme/themes/default/theme.d.ts +2 -2
- 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/panelRender.js +4 -2
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +2 -2
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +2 -2
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/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/Dragger.js +1 -1
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/package.json +3 -3
- package/web-tags.json +1580 -1584
- package/web-types.json +4655 -4668
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.2
|
|
2
|
+
"version": "1.3.2",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -157,74 +157,6 @@
|
|
|
157
157
|
}
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
-
{
|
|
161
|
-
"name": "a-avatar",
|
|
162
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
163
|
-
"attributes": [
|
|
164
|
-
{
|
|
165
|
-
"name": "shape",
|
|
166
|
-
"description": "Default: circle\n\nThe shape of avatar"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "size",
|
|
170
|
-
"description": "Default: medium\n\nThe size of the avatar"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"name": "gap",
|
|
174
|
-
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "src",
|
|
178
|
-
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "src-set",
|
|
182
|
-
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "draggable",
|
|
186
|
-
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "icon",
|
|
190
|
-
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "alt",
|
|
194
|
-
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "cross-origin",
|
|
198
|
-
"description": "Default: -\n\nCORS settings attributes"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "on-error",
|
|
202
|
-
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
203
|
-
}
|
|
204
|
-
]
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "a-avatar-group",
|
|
208
|
-
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
209
|
-
"attributes": [
|
|
210
|
-
{
|
|
211
|
-
"name": "prefix-cls",
|
|
212
|
-
"description": "Default: -\n\n-"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "max",
|
|
216
|
-
"description": "Default: -\n\n-"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "size",
|
|
220
|
-
"description": "Default: default\n\nThe size of the avatar"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "shape",
|
|
224
|
-
"description": "Default: circle\n\nThe shape of avatar"
|
|
225
|
-
}
|
|
226
|
-
]
|
|
227
|
-
},
|
|
228
160
|
{
|
|
229
161
|
"name": "a-auto-complete",
|
|
230
162
|
"description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
|
|
@@ -315,6 +247,88 @@
|
|
|
315
247
|
}
|
|
316
248
|
]
|
|
317
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"name": "a-avatar",
|
|
252
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
253
|
+
"attributes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "shape",
|
|
256
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "size",
|
|
260
|
+
"description": "Default: medium\n\nThe size of the avatar"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "gap",
|
|
264
|
+
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "src",
|
|
268
|
+
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "src-set",
|
|
272
|
+
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "draggable",
|
|
276
|
+
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "icon",
|
|
280
|
+
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "alt",
|
|
284
|
+
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "cross-origin",
|
|
288
|
+
"description": "Default: -\n\nCORS settings attributes"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "on-error",
|
|
292
|
+
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "a-avatar-group",
|
|
298
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
299
|
+
"attributes": [
|
|
300
|
+
{
|
|
301
|
+
"name": "prefix-cls",
|
|
302
|
+
"description": "Default: -\n\n-"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "max",
|
|
306
|
+
"description": "Default: -\n\n-"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "size",
|
|
310
|
+
"description": "Default: default\n\nThe size of the avatar"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "shape",
|
|
314
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "a-border-beam",
|
|
320
|
+
"description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
|
|
321
|
+
"attributes": [
|
|
322
|
+
{
|
|
323
|
+
"name": "color",
|
|
324
|
+
"description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "outset",
|
|
328
|
+
"description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
318
332
|
{
|
|
319
333
|
"name": "a-badge",
|
|
320
334
|
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
@@ -373,6 +387,40 @@
|
|
|
373
387
|
}
|
|
374
388
|
]
|
|
375
389
|
},
|
|
390
|
+
{
|
|
391
|
+
"name": "a-breadcrumb",
|
|
392
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
393
|
+
"attributes": [
|
|
394
|
+
{
|
|
395
|
+
"name": "classes",
|
|
396
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "dropdown-icon",
|
|
400
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "item-render",
|
|
404
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "params",
|
|
408
|
+
"description": "Default: -\n\nRouting parameters"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "items",
|
|
412
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "separator",
|
|
416
|
+
"description": "Default: /\n\nCustom separator"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "styles",
|
|
420
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
376
424
|
{
|
|
377
425
|
"name": "a-button",
|
|
378
426
|
"description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
|
|
@@ -448,186 +496,56 @@
|
|
|
448
496
|
]
|
|
449
497
|
},
|
|
450
498
|
{
|
|
451
|
-
"name": "a-
|
|
452
|
-
"description": "(ZH)
|
|
499
|
+
"name": "a-card",
|
|
500
|
+
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
453
501
|
"attributes": [
|
|
454
502
|
{
|
|
455
|
-
"name": "
|
|
456
|
-
"description": "Default: -\n\
|
|
503
|
+
"name": "title",
|
|
504
|
+
"description": "Default: -\n\nCard title"
|
|
457
505
|
},
|
|
458
506
|
{
|
|
459
|
-
"name": "
|
|
460
|
-
"description": "Default: -\n\
|
|
507
|
+
"name": "extra",
|
|
508
|
+
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
461
509
|
},
|
|
462
510
|
{
|
|
463
|
-
"name": "
|
|
464
|
-
"description": "Default:
|
|
511
|
+
"name": "bordered",
|
|
512
|
+
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
465
513
|
},
|
|
466
514
|
{
|
|
467
|
-
"name": "
|
|
468
|
-
"description": "Default: -\n\
|
|
515
|
+
"name": "head-style",
|
|
516
|
+
"description": "Default: -\n\nDeprecated."
|
|
469
517
|
},
|
|
470
518
|
{
|
|
471
|
-
"name": "
|
|
472
|
-
"description": "Default: -\n\
|
|
519
|
+
"name": "body-style",
|
|
520
|
+
"description": "Default: -\n\nDeprecated."
|
|
473
521
|
},
|
|
474
522
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"description": "Default:
|
|
523
|
+
"name": "loading",
|
|
524
|
+
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
477
525
|
},
|
|
478
526
|
{
|
|
479
|
-
"name": "
|
|
480
|
-
"description": "Default:
|
|
481
|
-
}
|
|
482
|
-
]
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "a-border-beam",
|
|
486
|
-
"description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
|
|
487
|
-
"attributes": [
|
|
488
|
-
{
|
|
489
|
-
"name": "color",
|
|
490
|
-
"description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
|
|
527
|
+
"name": "hoverable",
|
|
528
|
+
"description": "Default: false\n\nLift up when hovering card"
|
|
491
529
|
},
|
|
492
530
|
{
|
|
493
|
-
"name": "
|
|
494
|
-
"description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
|
|
495
|
-
}
|
|
496
|
-
]
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "a-calendar",
|
|
500
|
-
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
501
|
-
"attributes": [
|
|
502
|
-
{
|
|
503
|
-
"name": "prefix-cls",
|
|
531
|
+
"name": "id",
|
|
504
532
|
"description": "Default: -\n\n-"
|
|
505
533
|
},
|
|
506
534
|
{
|
|
507
|
-
"name": "
|
|
508
|
-
"description": "Default:
|
|
535
|
+
"name": "size",
|
|
536
|
+
"description": "Default: default\n\nSize of card"
|
|
509
537
|
},
|
|
510
538
|
{
|
|
511
|
-
"name": "
|
|
512
|
-
"description": "Default: -\n\
|
|
539
|
+
"name": "type",
|
|
540
|
+
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
513
541
|
},
|
|
514
542
|
{
|
|
515
|
-
"name": "
|
|
516
|
-
"description": "Default: -\n\
|
|
543
|
+
"name": "cover",
|
|
544
|
+
"description": "Default: -\n\nCard cover"
|
|
517
545
|
},
|
|
518
546
|
{
|
|
519
|
-
"name": "
|
|
520
|
-
"description": "Default:
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "valid-range",
|
|
524
|
-
"description": "Default: -\n\nTo set valid range"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "disabled-date",
|
|
528
|
-
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"name": "date-full-cell-render",
|
|
532
|
-
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "date-cell-render",
|
|
536
|
-
"description": "Default: -\n\nDeprecated."
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "month-full-cell-render",
|
|
540
|
-
"description": "Default: -\n\nDeprecated."
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "month-cell-render",
|
|
544
|
-
"description": "Default: -\n\nDeprecated."
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "cell-render",
|
|
548
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "full-cell-render",
|
|
552
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "header-render",
|
|
556
|
-
"description": "Default: -\n\nRender custom header in panel"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "value",
|
|
560
|
-
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "default-value",
|
|
564
|
-
"description": "Default: -\n\nThe date selected by default"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "mode",
|
|
568
|
-
"description": "Default: month\n\nThe display mode of the calendar"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "fullscreen",
|
|
572
|
-
"description": "Default: true\n\nWhether to display in full-screen"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "show-week",
|
|
576
|
-
"description": "Default: false\n\nWhether to display week number"
|
|
577
|
-
}
|
|
578
|
-
]
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"name": "a-card",
|
|
582
|
-
"description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
|
|
583
|
-
"attributes": [
|
|
584
|
-
{
|
|
585
|
-
"name": "title",
|
|
586
|
-
"description": "Default: -\n\nCard title"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"name": "extra",
|
|
590
|
-
"description": "Default: -\n\nContent to render in the top-right corner of the card"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "bordered",
|
|
594
|
-
"description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"name": "head-style",
|
|
598
|
-
"description": "Default: -\n\nDeprecated."
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "body-style",
|
|
602
|
-
"description": "Default: -\n\nDeprecated."
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"name": "loading",
|
|
606
|
-
"description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "hoverable",
|
|
610
|
-
"description": "Default: false\n\nLift up when hovering card"
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "id",
|
|
614
|
-
"description": "Default: -\n\n-"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"name": "size",
|
|
618
|
-
"description": "Default: default\n\nSize of card"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "type",
|
|
622
|
-
"description": "Default: -\n\nCard style type, can be set to inner or not set"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "cover",
|
|
626
|
-
"description": "Default: -\n\nCard cover"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "actions",
|
|
630
|
-
"description": "Default: -\n\nThe action list, shows at the bottom of the Card"
|
|
547
|
+
"name": "actions",
|
|
548
|
+
"description": "Default: -\n\nThe action list, shows at the bottom of the Card"
|
|
631
549
|
},
|
|
632
550
|
{
|
|
633
551
|
"name": "tab-list",
|
|
@@ -708,48 +626,84 @@
|
|
|
708
626
|
]
|
|
709
627
|
},
|
|
710
628
|
{
|
|
711
|
-
"name": "a-
|
|
712
|
-
"description": "(ZH)
|
|
629
|
+
"name": "a-calendar",
|
|
630
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
713
631
|
"attributes": [
|
|
714
632
|
{
|
|
715
|
-
"name": "
|
|
716
|
-
"description": "Default:
|
|
633
|
+
"name": "prefix-cls",
|
|
634
|
+
"description": "Default: -\n\n-"
|
|
717
635
|
},
|
|
718
636
|
{
|
|
719
|
-
"name": "
|
|
637
|
+
"name": "root-class",
|
|
720
638
|
"description": "Default: -\n\n-"
|
|
721
639
|
},
|
|
722
640
|
{
|
|
723
|
-
"name": "
|
|
724
|
-
"description": "Default: -\n\
|
|
641
|
+
"name": "classes",
|
|
642
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
725
643
|
},
|
|
726
644
|
{
|
|
727
|
-
"name": "
|
|
728
|
-
"description": "Default:
|
|
645
|
+
"name": "styles",
|
|
646
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
729
647
|
},
|
|
730
648
|
{
|
|
731
|
-
"name": "
|
|
732
|
-
"description": "Default:
|
|
649
|
+
"name": "locale",
|
|
650
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
733
651
|
},
|
|
734
652
|
{
|
|
735
|
-
"name": "
|
|
736
|
-
"description": "Default:
|
|
653
|
+
"name": "valid-range",
|
|
654
|
+
"description": "Default: -\n\nTo set valid range"
|
|
737
655
|
},
|
|
738
656
|
{
|
|
739
|
-
"name": "
|
|
740
|
-
"description": "Default:
|
|
657
|
+
"name": "disabled-date",
|
|
658
|
+
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
741
659
|
},
|
|
742
660
|
{
|
|
743
|
-
"name": "
|
|
744
|
-
"description": "Default:
|
|
661
|
+
"name": "date-full-cell-render",
|
|
662
|
+
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
745
663
|
},
|
|
746
664
|
{
|
|
747
|
-
"name": "
|
|
748
|
-
"description": "Default: -\n\
|
|
665
|
+
"name": "date-cell-render",
|
|
666
|
+
"description": "Default: -\n\nDeprecated."
|
|
749
667
|
},
|
|
750
668
|
{
|
|
751
|
-
"name": "
|
|
752
|
-
"description": "Default: -\n\
|
|
669
|
+
"name": "month-full-cell-render",
|
|
670
|
+
"description": "Default: -\n\nDeprecated."
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "month-cell-render",
|
|
674
|
+
"description": "Default: -\n\nDeprecated."
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "cell-render",
|
|
678
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "full-cell-render",
|
|
682
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "header-render",
|
|
686
|
+
"description": "Default: -\n\nRender custom header in panel"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "value",
|
|
690
|
+
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "default-value",
|
|
694
|
+
"description": "Default: -\n\nThe date selected by default"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "mode",
|
|
698
|
+
"description": "Default: month\n\nThe display mode of the calendar"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "fullscreen",
|
|
702
|
+
"description": "Default: true\n\nWhether to display in full-screen"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "show-week",
|
|
706
|
+
"description": "Default: false\n\nWhether to display week number"
|
|
753
707
|
}
|
|
754
708
|
]
|
|
755
709
|
},
|
|
@@ -860,94 +814,182 @@
|
|
|
860
814
|
]
|
|
861
815
|
},
|
|
862
816
|
{
|
|
863
|
-
"name": "a-
|
|
864
|
-
"description": "(ZH)
|
|
817
|
+
"name": "a-carousel",
|
|
818
|
+
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
865
819
|
"attributes": [
|
|
866
820
|
{
|
|
867
|
-
"name": "
|
|
868
|
-
"description": "Default:
|
|
821
|
+
"name": "effect",
|
|
822
|
+
"description": "Default: scrollx\n\nTransition effect"
|
|
869
823
|
},
|
|
870
824
|
{
|
|
871
|
-
"name": "
|
|
872
|
-
"description": "Default: -\n\
|
|
825
|
+
"name": "id",
|
|
826
|
+
"description": "Default: -\n\n-"
|
|
873
827
|
},
|
|
874
828
|
{
|
|
875
|
-
"name": "
|
|
876
|
-
"description": "Default:
|
|
829
|
+
"name": "slick-go-to",
|
|
830
|
+
"description": "Default: -\n\n-"
|
|
877
831
|
},
|
|
878
832
|
{
|
|
879
|
-
"name": "
|
|
880
|
-
"description": "Default:
|
|
833
|
+
"name": "dot-position",
|
|
834
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
881
835
|
},
|
|
882
836
|
{
|
|
883
|
-
"name": "
|
|
884
|
-
"description": "Default:
|
|
837
|
+
"name": "dot-placement",
|
|
838
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
885
839
|
},
|
|
886
840
|
{
|
|
887
|
-
"name": "
|
|
888
|
-
"description": "Default: true\n\
|
|
841
|
+
"name": "dots",
|
|
842
|
+
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
889
843
|
},
|
|
890
844
|
{
|
|
891
|
-
"name": "
|
|
892
|
-
"description": "Default:
|
|
845
|
+
"name": "wait-for-animate",
|
|
846
|
+
"description": "Default: false\n\nWhether to wait for the animation when switching"
|
|
893
847
|
},
|
|
894
848
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "Default:
|
|
849
|
+
"name": "autoplay",
|
|
850
|
+
"description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
897
851
|
},
|
|
898
852
|
{
|
|
899
|
-
"name": "
|
|
900
|
-
"description": "Default:
|
|
853
|
+
"name": "prev-arrow",
|
|
854
|
+
"description": "Default: -\n\n-"
|
|
901
855
|
},
|
|
902
856
|
{
|
|
903
|
-
"name": "
|
|
904
|
-
"description": "Default:
|
|
857
|
+
"name": "next-arrow",
|
|
858
|
+
"description": "Default: -\n\n-"
|
|
859
|
+
}
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "a-checkbox",
|
|
864
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
865
|
+
"attributes": [
|
|
866
|
+
{
|
|
867
|
+
"name": "checked",
|
|
868
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
905
869
|
},
|
|
906
870
|
{
|
|
907
|
-
"name": "
|
|
908
|
-
"description": "Default:
|
|
871
|
+
"name": "checked-value",
|
|
872
|
+
"description": "Default: true\n\nThe value when checked"
|
|
909
873
|
},
|
|
910
874
|
{
|
|
911
|
-
"name": "
|
|
912
|
-
"description": "Default:
|
|
875
|
+
"name": "default-checked",
|
|
876
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
913
877
|
},
|
|
914
878
|
{
|
|
915
|
-
"name": "
|
|
916
|
-
"description": "Default:
|
|
879
|
+
"name": "disabled",
|
|
880
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
917
881
|
},
|
|
918
882
|
{
|
|
919
|
-
"name": "
|
|
920
|
-
"description": "Default:
|
|
883
|
+
"name": "indeterminate",
|
|
884
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "un-checked-value",
|
|
888
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "classes",
|
|
892
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
921
893
|
},
|
|
922
894
|
{
|
|
923
895
|
"name": "styles",
|
|
924
896
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "a-checkbox-group",
|
|
902
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
903
|
+
"attributes": [
|
|
904
|
+
{
|
|
905
|
+
"name": "options",
|
|
906
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
925
907
|
},
|
|
926
908
|
{
|
|
927
|
-
"name": "
|
|
928
|
-
"description": "Default:
|
|
909
|
+
"name": "disabled",
|
|
910
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "name",
|
|
914
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "value",
|
|
918
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "label-render",
|
|
922
|
+
"description": "Default: -\n\n-"
|
|
929
923
|
}
|
|
930
924
|
]
|
|
931
925
|
},
|
|
932
926
|
{
|
|
933
|
-
"name": "a-
|
|
934
|
-
"description": "(ZH)
|
|
927
|
+
"name": "a-config-provider",
|
|
928
|
+
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
935
929
|
"attributes": [
|
|
936
930
|
{
|
|
937
|
-
"name": "
|
|
938
|
-
"description": "Default: -\n\
|
|
931
|
+
"name": "component-disabled",
|
|
932
|
+
"description": "Default: -\n\nConfig antd component disabled"
|
|
939
933
|
},
|
|
940
934
|
{
|
|
941
|
-
"name": "
|
|
942
|
-
"description": "Default:
|
|
935
|
+
"name": "component-size",
|
|
936
|
+
"description": "Default: -\n\nConfig antd component size"
|
|
943
937
|
},
|
|
944
938
|
{
|
|
945
|
-
"name": "
|
|
946
|
-
"description": "Default: -\n\
|
|
939
|
+
"name": "csp",
|
|
940
|
+
"description": "Default: -\n\nSet Content Security Policy config"
|
|
947
941
|
},
|
|
948
942
|
{
|
|
949
|
-
"name": "
|
|
950
|
-
"description": "Default:
|
|
943
|
+
"name": "direction",
|
|
944
|
+
"description": "Default: ltr\n\nSet direction of layout. See demo"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "get-popup-container",
|
|
948
|
+
"description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "get-target-container",
|
|
952
|
+
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "icon-prefix-cls",
|
|
956
|
+
"description": "Default: anticon\n\nSet icon prefix className"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "locale",
|
|
960
|
+
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "popup-match-select-width",
|
|
964
|
+
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "popup-overflow",
|
|
968
|
+
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "prefix-cls",
|
|
972
|
+
"description": "Default: ant\n\nSet prefix className"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "render-empty",
|
|
976
|
+
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "theme",
|
|
980
|
+
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "variant",
|
|
984
|
+
"description": "Default: -\n\nSet variant of data entry components"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "virtual",
|
|
988
|
+
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "warning",
|
|
992
|
+
"description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
951
993
|
}
|
|
952
994
|
]
|
|
953
995
|
},
|
|
@@ -1053,140 +1095,6 @@
|
|
|
1053
1095
|
}
|
|
1054
1096
|
]
|
|
1055
1097
|
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "a-checkbox",
|
|
1058
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1059
|
-
"attributes": [
|
|
1060
|
-
{
|
|
1061
|
-
"name": "checked",
|
|
1062
|
-
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "checked-value",
|
|
1066
|
-
"description": "Default: true\n\nThe value when checked"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "default-checked",
|
|
1070
|
-
"description": "Default: false\n\nWhether to set the initial state"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"name": "disabled",
|
|
1074
|
-
"description": "Default: false\n\nIf disable checkbox"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "indeterminate",
|
|
1078
|
-
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "un-checked-value",
|
|
1082
|
-
"description": "Default: false\n\nThe value when unchecked"
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "classes",
|
|
1086
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "styles",
|
|
1090
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1091
|
-
}
|
|
1092
|
-
]
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "a-checkbox-group",
|
|
1096
|
-
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1097
|
-
"attributes": [
|
|
1098
|
-
{
|
|
1099
|
-
"name": "options",
|
|
1100
|
-
"description": "Default: \\[]\n\nSpecifies options"
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"name": "disabled",
|
|
1104
|
-
"description": "Default: false\n\nIf disable all checkboxes"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"name": "name",
|
|
1108
|
-
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "value",
|
|
1112
|
-
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"name": "label-render",
|
|
1116
|
-
"description": "Default: -\n\n-"
|
|
1117
|
-
}
|
|
1118
|
-
]
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "a-config-provider",
|
|
1122
|
-
"description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
|
|
1123
|
-
"attributes": [
|
|
1124
|
-
{
|
|
1125
|
-
"name": "component-disabled",
|
|
1126
|
-
"description": "Default: -\n\nConfig antd component disabled"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"name": "component-size",
|
|
1130
|
-
"description": "Default: -\n\nConfig antd component size"
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "csp",
|
|
1134
|
-
"description": "Default: -\n\nSet Content Security Policy config"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "direction",
|
|
1138
|
-
"description": "Default: ltr\n\nSet direction of layout. See demo"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"name": "get-popup-container",
|
|
1142
|
-
"description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "get-target-container",
|
|
1146
|
-
"description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "icon-prefix-cls",
|
|
1150
|
-
"description": "Default: anticon\n\nSet icon prefix className"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "locale",
|
|
1154
|
-
"description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "popup-match-select-width",
|
|
1158
|
-
"description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"name": "popup-overflow",
|
|
1162
|
-
"description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"name": "prefix-cls",
|
|
1166
|
-
"description": "Default: ant\n\nSet prefix className"
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
"name": "render-empty",
|
|
1170
|
-
"description": "Default: -\n\nSet empty content of components. Ref Empty"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "theme",
|
|
1174
|
-
"description": "Default: -\n\nSet theme, ref Customize Theme"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "variant",
|
|
1178
|
-
"description": "Default: -\n\nSet variant of data entry components"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"name": "virtual",
|
|
1182
|
-
"description": "Default: -\n\nDisable virtual scroll when set to false"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"name": "warning",
|
|
1186
|
-
"description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
|
|
1187
|
-
}
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
1098
|
{
|
|
1191
1099
|
"name": "a-localization",
|
|
1192
1100
|
"description": "To select or input a date.",
|
|
@@ -1248,24 +1156,174 @@
|
|
|
1248
1156
|
"attributes": []
|
|
1249
1157
|
},
|
|
1250
1158
|
{
|
|
1251
|
-
"name": "a-
|
|
1252
|
-
"description": "(ZH)
|
|
1159
|
+
"name": "a-collapse",
|
|
1160
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1253
1161
|
"attributes": [
|
|
1254
1162
|
{
|
|
1255
|
-
"name": "
|
|
1256
|
-
"description": "Default:
|
|
1163
|
+
"name": "active-key",
|
|
1164
|
+
"description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
|
|
1257
1165
|
},
|
|
1258
1166
|
{
|
|
1259
|
-
"name": "
|
|
1260
|
-
"description": "Default:
|
|
1167
|
+
"name": "default-active-key",
|
|
1168
|
+
"description": "Default: -\n\nKey of the initial active panel"
|
|
1261
1169
|
},
|
|
1262
1170
|
{
|
|
1263
|
-
"name": "
|
|
1264
|
-
"description": "Default:
|
|
1171
|
+
"name": "accordion",
|
|
1172
|
+
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
1265
1173
|
},
|
|
1266
1174
|
{
|
|
1267
|
-
"name": "
|
|
1268
|
-
"description": "Default:
|
|
1175
|
+
"name": "destroy-on-hidden",
|
|
1176
|
+
"description": "Default: false\n\nDestroy Inactive Panel"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "root-class",
|
|
1180
|
+
"description": "Default: -\n\nRoot container class"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "bordered",
|
|
1184
|
+
"description": "Default: true\n\nToggles rendering of the border around the collapse block"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "expand-icon",
|
|
1188
|
+
"description": "Default: -\n\nAllow to customize collapse icon"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "expand-icon-placement",
|
|
1192
|
+
"description": "Default: start\n\nSet expand icon placement"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "ghost",
|
|
1196
|
+
"description": "Default: false\n\nMake the collapse borderless and its background transparent"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"name": "size",
|
|
1200
|
+
"description": "Default: middle\n\nSet the size of collapse"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "collapsible",
|
|
1204
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "label-render",
|
|
1208
|
+
"description": "Default: -\n\nCustom render label"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "content-render",
|
|
1212
|
+
"description": "Default: -\n\nCustom render content"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"name": "classes",
|
|
1216
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"name": "styles",
|
|
1220
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "items",
|
|
1224
|
+
"description": "Default: -\n\nCollapse items content"
|
|
1225
|
+
}
|
|
1226
|
+
]
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "a-collapse-panel",
|
|
1230
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1231
|
+
"attributes": [
|
|
1232
|
+
{
|
|
1233
|
+
"name": "header",
|
|
1234
|
+
"description": "Default: -\n\n-"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "show-arrow",
|
|
1238
|
+
"description": "Default: true\n\n-"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "extra",
|
|
1242
|
+
"description": "Default: -\n\n-"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "collapsible",
|
|
1246
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "a-descriptions",
|
|
1252
|
+
"description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
|
|
1253
|
+
"attributes": [
|
|
1254
|
+
{
|
|
1255
|
+
"name": "bordered",
|
|
1256
|
+
"description": "Default: false\n\nWhether to display the border"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "size",
|
|
1260
|
+
"description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "title",
|
|
1264
|
+
"description": "Default: -\n\nThe title of the description list, placed at the top"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "extra",
|
|
1268
|
+
"description": "Default: -\n\nThe action area of the description list, placed at the top-right"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "label-render",
|
|
1272
|
+
"description": "Default: -\n\n-"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "content-render",
|
|
1276
|
+
"description": "Default: -\n\n-"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "column",
|
|
1280
|
+
"description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "layout",
|
|
1284
|
+
"description": "Default: horizontal\n\nDefine description layout"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "colon",
|
|
1288
|
+
"description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "styles",
|
|
1292
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "classes",
|
|
1296
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "items",
|
|
1300
|
+
"description": "Default: -\n\nDescribe the contents of the list item"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "id",
|
|
1304
|
+
"description": "Default: -\n\n-"
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
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"
|
|
1269
1327
|
},
|
|
1270
1328
|
{
|
|
1271
1329
|
"name": "title-placement",
|
|
@@ -1478,108 +1536,256 @@
|
|
|
1478
1536
|
]
|
|
1479
1537
|
},
|
|
1480
1538
|
{
|
|
1481
|
-
"name": "a-
|
|
1482
|
-
"description": "(ZH)
|
|
1539
|
+
"name": "a-empty",
|
|
1540
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1483
1541
|
"attributes": [
|
|
1484
1542
|
{
|
|
1485
|
-
"name": "
|
|
1486
|
-
"description": "Default:
|
|
1543
|
+
"name": "classes",
|
|
1544
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1487
1545
|
},
|
|
1488
1546
|
{
|
|
1489
|
-
"name": "
|
|
1490
|
-
"description": "Default: -\n\
|
|
1547
|
+
"name": "styles",
|
|
1548
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1491
1549
|
},
|
|
1492
1550
|
{
|
|
1493
|
-
"name": "
|
|
1494
|
-
"description": "Default:
|
|
1551
|
+
"name": "image",
|
|
1552
|
+
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1495
1553
|
},
|
|
1496
1554
|
{
|
|
1497
|
-
"name": "
|
|
1498
|
-
"description": "Default: -\n\
|
|
1555
|
+
"name": "description",
|
|
1556
|
+
"description": "Default: -\n\nCustomize description"
|
|
1499
1557
|
},
|
|
1500
1558
|
{
|
|
1501
|
-
"name": "
|
|
1502
|
-
"description": "Default: -\n\
|
|
1559
|
+
"name": "root-class",
|
|
1560
|
+
"description": "Default: -\n\nRoot container class"
|
|
1503
1561
|
},
|
|
1504
1562
|
{
|
|
1505
|
-
"name": "
|
|
1506
|
-
"description": "Default: -\n\
|
|
1507
|
-
}
|
|
1563
|
+
"name": "prefix-cls",
|
|
1564
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"name": "a-flex",
|
|
1570
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1571
|
+
"attributes": []
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "a-form",
|
|
1575
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1576
|
+
"attributes": [
|
|
1508
1577
|
{
|
|
1509
|
-
"name": "
|
|
1510
|
-
"description": "Default:
|
|
1578
|
+
"name": "classes",
|
|
1579
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1511
1580
|
},
|
|
1512
1581
|
{
|
|
1513
|
-
"name": "
|
|
1514
|
-
"description": "Default:
|
|
1582
|
+
"name": "styles",
|
|
1583
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1515
1584
|
},
|
|
1516
1585
|
{
|
|
1517
1586
|
"name": "colon",
|
|
1518
|
-
"description": "Default: true\n\
|
|
1587
|
+
"description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
|
|
1519
1588
|
},
|
|
1520
1589
|
{
|
|
1521
|
-
"name": "
|
|
1522
|
-
"description": "Default: -\n\
|
|
1590
|
+
"name": "name",
|
|
1591
|
+
"description": "Default: -\n\nForm name. Will be the prefix of Field id"
|
|
1523
1592
|
},
|
|
1524
1593
|
{
|
|
1525
|
-
"name": "
|
|
1526
|
-
"description": "Default:
|
|
1594
|
+
"name": "layout",
|
|
1595
|
+
"description": "Default: horizontal\n\nForm layout"
|
|
1527
1596
|
},
|
|
1528
1597
|
{
|
|
1529
|
-
"name": "
|
|
1530
|
-
"description": "Default:
|
|
1598
|
+
"name": "label-align",
|
|
1599
|
+
"description": "Default: right\n\nThe text align of label of all items"
|
|
1531
1600
|
},
|
|
1532
1601
|
{
|
|
1533
|
-
"name": "
|
|
1534
|
-
"description": "Default:
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"name": "a-empty",
|
|
1540
|
-
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1541
|
-
"attributes": [
|
|
1542
|
-
{
|
|
1543
|
-
"name": "vertical",
|
|
1544
|
-
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1602
|
+
"name": "label-wrap",
|
|
1603
|
+
"description": "Default: false\n\nwhether label can be wrap"
|
|
1545
1604
|
},
|
|
1546
1605
|
{
|
|
1547
|
-
"name": "
|
|
1548
|
-
"description": "Default:
|
|
1606
|
+
"name": "label-col",
|
|
1607
|
+
"description": "Default: -\n\nLabel layout, like Col component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
|
|
1549
1608
|
},
|
|
1550
1609
|
{
|
|
1551
|
-
"name": "
|
|
1552
|
-
"description": "Default:
|
|
1610
|
+
"name": "wrapper-col",
|
|
1611
|
+
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1553
1612
|
},
|
|
1554
1613
|
{
|
|
1555
|
-
"name": "
|
|
1556
|
-
"description": "Default:
|
|
1614
|
+
"name": "feedback-icons",
|
|
1615
|
+
"description": "Default: -\n\nCan be passed custom icons while Form.Item element has hasFeedback"
|
|
1557
1616
|
},
|
|
1558
1617
|
{
|
|
1559
|
-
"name": "
|
|
1560
|
-
"description": "Default:
|
|
1618
|
+
"name": "size",
|
|
1619
|
+
"description": "Default: -\n\nSet field component size (antd components only)"
|
|
1561
1620
|
},
|
|
1562
1621
|
{
|
|
1563
|
-
"name": "
|
|
1564
|
-
"description": "Default:
|
|
1622
|
+
"name": "disabled",
|
|
1623
|
+
"description": "Default: false\n\nSet form component disable, only available for antd components"
|
|
1565
1624
|
},
|
|
1566
1625
|
{
|
|
1567
|
-
"name": "
|
|
1568
|
-
"description": "Default:
|
|
1569
|
-
}
|
|
1570
|
-
]
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "a-float-button-group",
|
|
1574
|
-
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1575
|
-
"attributes": [
|
|
1576
|
-
{
|
|
1577
|
-
"name": "shape",
|
|
1578
|
-
"description": "Default: circle\n\nSetting button shape of children"
|
|
1626
|
+
"name": "scroll-to-first-error",
|
|
1627
|
+
"description": "Default: false\n\nAuto scroll to first failed field when submit"
|
|
1579
1628
|
},
|
|
1580
1629
|
{
|
|
1581
|
-
"name": "
|
|
1582
|
-
"description": "Default:
|
|
1630
|
+
"name": "required-mark",
|
|
1631
|
+
"description": "Default: true\n\nRequired mark style. Can use required mark or optional mark. You can not config to single Form.Item since this is a Form level config"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"name": "variant",
|
|
1635
|
+
"description": "Default: outlined\n\nVariant of components inside form"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "validate-messages",
|
|
1639
|
+
"description": "Default: -\n\nValidation prompt template, description see below"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "model",
|
|
1643
|
+
"description": "Default: -\n\nForm model"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "rules",
|
|
1647
|
+
"description": "Default: -\n\nForm rules"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "validate-trigger",
|
|
1651
|
+
"description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "preserve",
|
|
1655
|
+
"description": "Default: true\n\nKeep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "clear-on-destroy",
|
|
1659
|
+
"description": "Default: false\n\nClear form values when the form is uninstalled"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "validate-on-rule-change",
|
|
1663
|
+
"description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "root-class",
|
|
1667
|
+
"description": "Default: -\n\nRoot container class"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "prefix-cls",
|
|
1671
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1672
|
+
}
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "a-form-item",
|
|
1677
|
+
"description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
|
|
1678
|
+
"attributes": [
|
|
1679
|
+
{
|
|
1680
|
+
"name": "name",
|
|
1681
|
+
"description": "Default: -\n\nField name"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "label",
|
|
1685
|
+
"description": "Default: -\n\nLabel text"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "label-align",
|
|
1689
|
+
"description": "Default: right\n\nThe text align of label"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "label-col",
|
|
1693
|
+
"description": "Default: -\n\nThe layout of label. If both Form and Form.Item exists, use Item first"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "wrapper-col",
|
|
1697
|
+
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"name": "colon",
|
|
1701
|
+
"description": "Default: true\n\nUsed with label, whether to display : after label text"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "extra",
|
|
1705
|
+
"description": "Default: -\n\nThe extra prompt message"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "help",
|
|
1709
|
+
"description": "Default: -\n\nThe prompt message. If not provided, the prompt message will be generated by the validation rule"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "has-feedback",
|
|
1713
|
+
"description": "Default: false\n\nDisplay validation status icon"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "validate-status",
|
|
1717
|
+
"description": "Default: -\n\nThe validation status"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "required",
|
|
1721
|
+
"description": "Default: false\n\nDisplay required style. It will be generated by the validation rule"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "rules",
|
|
1725
|
+
"description": "Default: -\n\nRules for field validation"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "validate-trigger",
|
|
1729
|
+
"description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "validate-debounce",
|
|
1733
|
+
"description": "Default: -\n\nDelay milliseconds to start validation"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "validate-first",
|
|
1737
|
+
"description": "Default: false\n\nWhether stop validate on first rule of error for this field. Will parallel validate when parallel configured"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "no-style",
|
|
1741
|
+
"description": "Default: false\n\nNo style for true, used as a pure field control"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "id",
|
|
1745
|
+
"description": "Default: -\n\nSet sub label htmlFor"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "hidden",
|
|
1749
|
+
"description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "message-variables",
|
|
1753
|
+
"description": "Default: -\n\nThe default validate field info"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "tooltip",
|
|
1757
|
+
"description": "Default: -\n\nConfig tooltip info"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "layout",
|
|
1761
|
+
"description": "Default: -\n\nForm item layout"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "root-class",
|
|
1765
|
+
"description": "Default: -\n\nRoot container class"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "prefix-cls",
|
|
1769
|
+
"description": "Default: -\n\nPrefix class name"
|
|
1770
|
+
}
|
|
1771
|
+
]
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "a-类型",
|
|
1775
|
+
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1776
|
+
"attributes": []
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "a-float-button-group",
|
|
1780
|
+
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
1781
|
+
"attributes": [
|
|
1782
|
+
{
|
|
1783
|
+
"name": "shape",
|
|
1784
|
+
"description": "Default: circle\n\nSetting button shape of children"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "trigger",
|
|
1788
|
+
"description": "Default: -\n\nWhich action can trigger menu open/close"
|
|
1583
1789
|
},
|
|
1584
1790
|
{
|
|
1585
1791
|
"name": "open",
|
|
@@ -1699,11 +1905,6 @@
|
|
|
1699
1905
|
}
|
|
1700
1906
|
]
|
|
1701
1907
|
},
|
|
1702
|
-
{
|
|
1703
|
-
"name": "a-flex",
|
|
1704
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1705
|
-
"attributes": []
|
|
1706
|
-
},
|
|
1707
1908
|
{
|
|
1708
1909
|
"name": "a-row",
|
|
1709
1910
|
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
@@ -1785,461 +1986,350 @@
|
|
|
1785
1986
|
]
|
|
1786
1987
|
},
|
|
1787
1988
|
{
|
|
1788
|
-
"name": "a-
|
|
1789
|
-
"description": "
|
|
1989
|
+
"name": "a-common-icon",
|
|
1990
|
+
"description": "Semantic vector graphics.",
|
|
1991
|
+
"attributes": []
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "a-custom-icon",
|
|
1995
|
+
"description": "Semantic vector graphics.",
|
|
1996
|
+
"attributes": []
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "a-about-svg-icons",
|
|
2000
|
+
"description": "Semantic vector graphics.",
|
|
2001
|
+
"attributes": []
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "a-set-two-tone-color",
|
|
2005
|
+
"description": "Semantic vector graphics.",
|
|
2006
|
+
"attributes": []
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "a-custom-font-icon",
|
|
2010
|
+
"description": "Semantic vector graphics.",
|
|
2011
|
+
"attributes": []
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "a-custom-svg-icon",
|
|
2015
|
+
"description": "Semantic vector graphics.",
|
|
2016
|
+
"attributes": []
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "a-通用图标",
|
|
2020
|
+
"description": "语义化的矢量图形。",
|
|
2021
|
+
"attributes": []
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "a-自定义-icon",
|
|
2025
|
+
"description": "语义化的矢量图形。",
|
|
2026
|
+
"attributes": []
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "a-关于-svg-图标",
|
|
2030
|
+
"description": "语义化的矢量图形。",
|
|
2031
|
+
"attributes": []
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "a-双色图标主色",
|
|
2035
|
+
"description": "语义化的矢量图形。",
|
|
2036
|
+
"attributes": []
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "a-自定义-font-图标",
|
|
2040
|
+
"description": "语义化的矢量图形。",
|
|
2041
|
+
"attributes": []
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "a-自定义-svg-图标",
|
|
2045
|
+
"description": "语义化的矢量图形。",
|
|
2046
|
+
"attributes": []
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "a-input",
|
|
2050
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1790
2051
|
"attributes": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "allow-clear",
|
|
2054
|
+
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
2055
|
+
},
|
|
1791
2056
|
{
|
|
1792
2057
|
"name": "classes",
|
|
1793
2058
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1794
2059
|
},
|
|
1795
2060
|
{
|
|
1796
|
-
"name": "
|
|
1797
|
-
"description": "Default: -\n\
|
|
2061
|
+
"name": "count",
|
|
2062
|
+
"description": "Default: -\n\nCharacter count config"
|
|
1798
2063
|
},
|
|
1799
2064
|
{
|
|
1800
|
-
"name": "
|
|
1801
|
-
"description": "Default:
|
|
2065
|
+
"name": "default-value",
|
|
2066
|
+
"description": "Default: -\n\nThe initial input content"
|
|
1802
2067
|
},
|
|
1803
2068
|
{
|
|
1804
|
-
"name": "
|
|
1805
|
-
"description": "Default:
|
|
2069
|
+
"name": "disabled",
|
|
2070
|
+
"description": "Default: false\n\nWhether the input is disabled"
|
|
1806
2071
|
},
|
|
1807
2072
|
{
|
|
1808
|
-
"name": "
|
|
1809
|
-
"description": "Default:
|
|
2073
|
+
"name": "id",
|
|
2074
|
+
"description": "Default: -\n\nThe ID for input"
|
|
1810
2075
|
},
|
|
1811
2076
|
{
|
|
1812
|
-
"name": "
|
|
1813
|
-
"description": "Default:
|
|
2077
|
+
"name": "maxlength",
|
|
2078
|
+
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
1814
2079
|
},
|
|
1815
2080
|
{
|
|
1816
|
-
"name": "
|
|
1817
|
-
"description": "Default:
|
|
2081
|
+
"name": "prefix",
|
|
2082
|
+
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
1818
2083
|
},
|
|
1819
2084
|
{
|
|
1820
|
-
"name": "
|
|
1821
|
-
"description": "Default:
|
|
2085
|
+
"name": "show-count",
|
|
2086
|
+
"description": "Default: false\n\nWhether to show character count"
|
|
1822
2087
|
},
|
|
1823
2088
|
{
|
|
1824
|
-
"name": "
|
|
1825
|
-
"description": "Default: -\n\
|
|
2089
|
+
"name": "status",
|
|
2090
|
+
"description": "Default: -\n\nSet validation status"
|
|
1826
2091
|
},
|
|
1827
2092
|
{
|
|
1828
|
-
"name": "
|
|
1829
|
-
"description": "Default: -\n\
|
|
2093
|
+
"name": "styles",
|
|
2094
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1830
2095
|
},
|
|
1831
2096
|
{
|
|
1832
2097
|
"name": "size",
|
|
1833
|
-
"description": "Default: -\n\
|
|
2098
|
+
"description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
|
|
1834
2099
|
},
|
|
1835
2100
|
{
|
|
1836
|
-
"name": "
|
|
1837
|
-
"description": "Default:
|
|
2101
|
+
"name": "suffix",
|
|
2102
|
+
"description": "Default: -\n\nThe suffix icon for the Input"
|
|
1838
2103
|
},
|
|
1839
2104
|
{
|
|
1840
|
-
"name": "
|
|
1841
|
-
"description": "Default:
|
|
2105
|
+
"name": "type",
|
|
2106
|
+
"description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
|
|
1842
2107
|
},
|
|
1843
2108
|
{
|
|
1844
|
-
"name": "
|
|
1845
|
-
"description": "Default:
|
|
2109
|
+
"name": "value",
|
|
2110
|
+
"description": "Default: -\n\nThe input content value, support v-model:value"
|
|
1846
2111
|
},
|
|
1847
2112
|
{
|
|
1848
2113
|
"name": "variant",
|
|
1849
|
-
"description": "Default: outlined\n\
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "validate-messages",
|
|
1853
|
-
"description": "Default: -\n\nValidation prompt template, description see below"
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "model",
|
|
1857
|
-
"description": "Default: -\n\nForm model"
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"name": "rules",
|
|
1861
|
-
"description": "Default: -\n\nForm rules"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "validate-trigger",
|
|
1865
|
-
"description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"name": "preserve",
|
|
1869
|
-
"description": "Default: true\n\nKeep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"name": "clear-on-destroy",
|
|
1873
|
-
"description": "Default: false\n\nClear form values when the form is uninstalled"
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "validate-on-rule-change",
|
|
1877
|
-
"description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "root-class",
|
|
1881
|
-
"description": "Default: -\n\nRoot container class"
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
"name": "prefix-cls",
|
|
1885
|
-
"description": "Default: -\n\nPrefix class name"
|
|
2114
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
1886
2115
|
}
|
|
1887
2116
|
]
|
|
1888
2117
|
},
|
|
1889
2118
|
{
|
|
1890
|
-
"name": "a-
|
|
1891
|
-
"description": "(ZH)
|
|
2119
|
+
"name": "a-text-area",
|
|
2120
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
1892
2121
|
"attributes": [
|
|
1893
2122
|
{
|
|
1894
|
-
"name": "
|
|
1895
|
-
"description": "Default:
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "label",
|
|
1899
|
-
"description": "Default: -\n\nLabel text"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "label-align",
|
|
1903
|
-
"description": "Default: right\n\nThe text align of label"
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "label-col",
|
|
1907
|
-
"description": "Default: -\n\nThe layout of label. If both Form and Form.Item exists, use Item first"
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"name": "wrapper-col",
|
|
1911
|
-
"description": "Default: -\n\nThe layout for input controls, same as labelCol"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "colon",
|
|
1915
|
-
"description": "Default: true\n\nUsed with label, whether to display : after label text"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "extra",
|
|
1919
|
-
"description": "Default: -\n\nThe extra prompt message"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"name": "help",
|
|
1923
|
-
"description": "Default: -\n\nThe prompt message. If not provided, the prompt message will be generated by the validation rule"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"name": "has-feedback",
|
|
1927
|
-
"description": "Default: false\n\nDisplay validation status icon"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"name": "validate-status",
|
|
1931
|
-
"description": "Default: -\n\nThe validation status"
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"name": "required",
|
|
1935
|
-
"description": "Default: false\n\nDisplay required style. It will be generated by the validation rule"
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"name": "rules",
|
|
1939
|
-
"description": "Default: -\n\nRules for field validation"
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "validate-trigger",
|
|
1943
|
-
"description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
|
|
2123
|
+
"name": "auto-size",
|
|
2124
|
+
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
1944
2125
|
},
|
|
1945
2126
|
{
|
|
1946
|
-
"name": "
|
|
1947
|
-
"description": "Default: -\n\
|
|
2127
|
+
"name": "classes",
|
|
2128
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1948
2129
|
},
|
|
1949
2130
|
{
|
|
1950
|
-
"name": "
|
|
1951
|
-
"description": "Default:
|
|
1952
|
-
}
|
|
2131
|
+
"name": "styles",
|
|
2132
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "a-input-search",
|
|
2138
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2139
|
+
"attributes": [
|
|
1953
2140
|
{
|
|
1954
|
-
"name": "
|
|
1955
|
-
"description": "Default:
|
|
2141
|
+
"name": "classes",
|
|
2142
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1956
2143
|
},
|
|
1957
2144
|
{
|
|
1958
|
-
"name": "
|
|
1959
|
-
"description": "Default:
|
|
2145
|
+
"name": "enter-button",
|
|
2146
|
+
"description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
|
|
1960
2147
|
},
|
|
1961
2148
|
{
|
|
1962
|
-
"name": "
|
|
1963
|
-
"description": "Default: false\n\
|
|
2149
|
+
"name": "loading",
|
|
2150
|
+
"description": "Default: false\n\nSearch box with loading"
|
|
1964
2151
|
},
|
|
1965
2152
|
{
|
|
1966
|
-
"name": "
|
|
1967
|
-
"description": "Default: -\n\
|
|
1968
|
-
}
|
|
2153
|
+
"name": "styles",
|
|
2154
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2155
|
+
}
|
|
2156
|
+
]
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "a-input-password",
|
|
2160
|
+
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2161
|
+
"attributes": [
|
|
1969
2162
|
{
|
|
1970
|
-
"name": "
|
|
1971
|
-
"description": "Default: -\n\
|
|
2163
|
+
"name": "classes",
|
|
2164
|
+
"description": "Default: -\n\nSemantic DOM class"
|
|
1972
2165
|
},
|
|
1973
2166
|
{
|
|
1974
|
-
"name": "
|
|
1975
|
-
"description": "Default:
|
|
2167
|
+
"name": "icon-render",
|
|
2168
|
+
"description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
|
|
1976
2169
|
},
|
|
1977
2170
|
{
|
|
1978
|
-
"name": "
|
|
1979
|
-
"description": "Default: -\n\
|
|
2171
|
+
"name": "styles",
|
|
2172
|
+
"description": "Default: -\n\nSemantic DOM style"
|
|
1980
2173
|
},
|
|
1981
2174
|
{
|
|
1982
|
-
"name": "
|
|
1983
|
-
"description": "Default:
|
|
2175
|
+
"name": "visibility-toggle",
|
|
2176
|
+
"description": "Default: true\n\nWhether show toggle button or control password visible"
|
|
1984
2177
|
}
|
|
1985
2178
|
]
|
|
1986
2179
|
},
|
|
1987
2180
|
{
|
|
1988
|
-
"name": "a
|
|
1989
|
-
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1990
|
-
"attributes": []
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "a-common-icon",
|
|
1994
|
-
"description": "Semantic vector graphics.",
|
|
1995
|
-
"attributes": []
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"name": "a-custom-icon",
|
|
1999
|
-
"description": "Semantic vector graphics.",
|
|
2000
|
-
"attributes": []
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"name": "a-about-svg-icons",
|
|
2004
|
-
"description": "Semantic vector graphics.",
|
|
2005
|
-
"attributes": []
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"name": "a-set-two-tone-color",
|
|
2009
|
-
"description": "Semantic vector graphics.",
|
|
2010
|
-
"attributes": []
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"name": "a-custom-font-icon",
|
|
2014
|
-
"description": "Semantic vector graphics.",
|
|
2015
|
-
"attributes": []
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"name": "a-custom-svg-icon",
|
|
2019
|
-
"description": "Semantic vector graphics.",
|
|
2020
|
-
"attributes": []
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "a-通用图标",
|
|
2024
|
-
"description": "语义化的矢量图形。",
|
|
2025
|
-
"attributes": []
|
|
2026
|
-
},
|
|
2027
|
-
{
|
|
2028
|
-
"name": "a-自定义-icon",
|
|
2029
|
-
"description": "语义化的矢量图形。",
|
|
2030
|
-
"attributes": []
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "a-关于-svg-图标",
|
|
2034
|
-
"description": "语义化的矢量图形。",
|
|
2035
|
-
"attributes": []
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
"name": "a-双色图标主色",
|
|
2039
|
-
"description": "语义化的矢量图形。",
|
|
2040
|
-
"attributes": []
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"name": "a-自定义-font-图标",
|
|
2044
|
-
"description": "语义化的矢量图形。",
|
|
2045
|
-
"attributes": []
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"name": "a-自定义-svg-图标",
|
|
2049
|
-
"description": "语义化的矢量图形。",
|
|
2050
|
-
"attributes": []
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "a-input",
|
|
2181
|
+
"name": "a-input-otp",
|
|
2054
2182
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2055
2183
|
"attributes": [
|
|
2056
|
-
{
|
|
2057
|
-
"name": "allow-clear",
|
|
2058
|
-
"description": "Default: false\n\nIf allow to remove input content with clear icon"
|
|
2059
|
-
},
|
|
2060
2184
|
{
|
|
2061
2185
|
"name": "classes",
|
|
2062
2186
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2063
2187
|
},
|
|
2064
|
-
{
|
|
2065
|
-
"name": "count",
|
|
2066
|
-
"description": "Default: -\n\nCharacter count config"
|
|
2067
|
-
},
|
|
2068
2188
|
{
|
|
2069
2189
|
"name": "default-value",
|
|
2070
|
-
"description": "Default: -\n\
|
|
2190
|
+
"description": "Default: -\n\nDefault value"
|
|
2071
2191
|
},
|
|
2072
2192
|
{
|
|
2073
2193
|
"name": "disabled",
|
|
2074
2194
|
"description": "Default: false\n\nWhether the input is disabled"
|
|
2075
2195
|
},
|
|
2076
2196
|
{
|
|
2077
|
-
"name": "
|
|
2078
|
-
"description": "Default: -\n\
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"name": "maxlength",
|
|
2082
|
-
"description": "Default: -\n\nThe maximum number of characters in Input"
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"name": "prefix",
|
|
2086
|
-
"description": "Default: -\n\nThe prefix icon for the Input"
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "show-count",
|
|
2090
|
-
"description": "Default: false\n\nWhether to show character count"
|
|
2197
|
+
"name": "formatter",
|
|
2198
|
+
"description": "Default: -\n\nFormat display, blank fields will be filled with"
|
|
2091
2199
|
},
|
|
2092
2200
|
{
|
|
2093
|
-
"name": "
|
|
2094
|
-
"description": "Default: -\n\
|
|
2201
|
+
"name": "separator",
|
|
2202
|
+
"description": "Default: -\n\nrender the separator after the input box of the specified index"
|
|
2095
2203
|
},
|
|
2096
2204
|
{
|
|
2097
2205
|
"name": "styles",
|
|
2098
2206
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2099
2207
|
},
|
|
2100
2208
|
{
|
|
2101
|
-
"name": "
|
|
2102
|
-
"description": "Default:
|
|
2209
|
+
"name": "mask",
|
|
2210
|
+
"description": "Default: false\n\nCustom display, the original value will not be modified"
|
|
2103
2211
|
},
|
|
2104
2212
|
{
|
|
2105
|
-
"name": "
|
|
2106
|
-
"description": "Default:
|
|
2213
|
+
"name": "length",
|
|
2214
|
+
"description": "Default: 6\n\nThe number of input elements"
|
|
2107
2215
|
},
|
|
2108
2216
|
{
|
|
2109
|
-
"name": "
|
|
2110
|
-
"description": "Default:
|
|
2217
|
+
"name": "status",
|
|
2218
|
+
"description": "Default: -\n\nSet validation status"
|
|
2111
2219
|
},
|
|
2112
2220
|
{
|
|
2113
|
-
"name": "
|
|
2114
|
-
"description": "Default:
|
|
2221
|
+
"name": "size",
|
|
2222
|
+
"description": "Default: middle\n\nThe size of the input box"
|
|
2115
2223
|
},
|
|
2116
2224
|
{
|
|
2117
2225
|
"name": "variant",
|
|
2118
2226
|
"description": "Default: outlined\n\nVariants of Input"
|
|
2119
|
-
}
|
|
2120
|
-
]
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"name": "a-text-area",
|
|
2124
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2125
|
-
"attributes": [
|
|
2126
|
-
{
|
|
2127
|
-
"name": "auto-size",
|
|
2128
|
-
"description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "classes",
|
|
2132
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2133
2227
|
},
|
|
2134
2228
|
{
|
|
2135
|
-
"name": "
|
|
2136
|
-
"description": "Default: -\n\
|
|
2229
|
+
"name": "value",
|
|
2230
|
+
"description": "Default: -\n\nThe input content value"
|
|
2137
2231
|
}
|
|
2138
2232
|
]
|
|
2139
2233
|
},
|
|
2140
2234
|
{
|
|
2141
|
-
"name": "a-
|
|
2235
|
+
"name": "a-types",
|
|
2142
2236
|
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2237
|
+
"attributes": []
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "a-image",
|
|
2241
|
+
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
2143
2242
|
"attributes": [
|
|
2144
2243
|
{
|
|
2145
|
-
"name": "
|
|
2146
|
-
"description": "Default:
|
|
2244
|
+
"name": "preview",
|
|
2245
|
+
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2147
2246
|
},
|
|
2148
2247
|
{
|
|
2149
|
-
"name": "
|
|
2150
|
-
"description": "Default:
|
|
2248
|
+
"name": "wrapper-style",
|
|
2249
|
+
"description": "Default: -\n\nDeprecated."
|
|
2151
2250
|
},
|
|
2152
2251
|
{
|
|
2153
|
-
"name": "
|
|
2154
|
-
"description": "Default:
|
|
2252
|
+
"name": "classes",
|
|
2253
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2155
2254
|
},
|
|
2156
2255
|
{
|
|
2157
2256
|
"name": "styles",
|
|
2158
2257
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2159
|
-
}
|
|
2160
|
-
]
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"name": "a-input-password",
|
|
2164
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2165
|
-
"attributes": [
|
|
2258
|
+
},
|
|
2166
2259
|
{
|
|
2167
|
-
"name": "
|
|
2168
|
-
"description": "Default: -\n\
|
|
2260
|
+
"name": "root-class",
|
|
2261
|
+
"description": "Default: -\n\n-"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"name": "alt",
|
|
2265
|
+
"description": "Default: -\n\nImage description"
|
|
2169
2266
|
},
|
|
2170
2267
|
{
|
|
2171
|
-
"name": "
|
|
2172
|
-
"description": "Default:
|
|
2268
|
+
"name": "height",
|
|
2269
|
+
"description": "Default: -\n\nImage height"
|
|
2173
2270
|
},
|
|
2174
2271
|
{
|
|
2175
|
-
"name": "
|
|
2176
|
-
"description": "Default: -\n\
|
|
2272
|
+
"name": "src",
|
|
2273
|
+
"description": "Default: -\n\nImage URL"
|
|
2177
2274
|
},
|
|
2178
2275
|
{
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "Default:
|
|
2276
|
+
"name": "width",
|
|
2277
|
+
"description": "Default: -\n\nImage width"
|
|
2181
2278
|
}
|
|
2182
2279
|
]
|
|
2183
2280
|
},
|
|
2184
2281
|
{
|
|
2185
|
-
"name": "a-
|
|
2186
|
-
"description": "(ZH)
|
|
2282
|
+
"name": "a-layout",
|
|
2283
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2187
2284
|
"attributes": [
|
|
2188
2285
|
{
|
|
2189
|
-
"name": "
|
|
2190
|
-
"description": "Default: -\n\
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
"description": "Default: false\n\nWhether the input is disabled"
|
|
2199
|
-
},
|
|
2286
|
+
"name": "has-sider",
|
|
2287
|
+
"description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
|
|
2288
|
+
}
|
|
2289
|
+
]
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"name": "a-layout-sider",
|
|
2293
|
+
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2294
|
+
"attributes": [
|
|
2200
2295
|
{
|
|
2201
|
-
"name": "
|
|
2202
|
-
"description": "Default: -\n\
|
|
2296
|
+
"name": "breakpoint",
|
|
2297
|
+
"description": "Default: -\n\nBreakpoints of the responsive layout"
|
|
2203
2298
|
},
|
|
2204
2299
|
{
|
|
2205
|
-
"name": "
|
|
2206
|
-
"description": "Default: -\n\
|
|
2300
|
+
"name": "collapsed",
|
|
2301
|
+
"description": "Default: -\n\nTo set the current status"
|
|
2207
2302
|
},
|
|
2208
2303
|
{
|
|
2209
|
-
"name": "
|
|
2210
|
-
"description": "Default:
|
|
2304
|
+
"name": "collapsed-width",
|
|
2305
|
+
"description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
|
|
2211
2306
|
},
|
|
2212
2307
|
{
|
|
2213
|
-
"name": "
|
|
2214
|
-
"description": "Default: false\n\
|
|
2308
|
+
"name": "collapsible",
|
|
2309
|
+
"description": "Default: false\n\nWhether can be collapsed"
|
|
2215
2310
|
},
|
|
2216
2311
|
{
|
|
2217
|
-
"name": "
|
|
2218
|
-
"description": "Default:
|
|
2312
|
+
"name": "reverse-arrow",
|
|
2313
|
+
"description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
|
|
2219
2314
|
},
|
|
2220
2315
|
{
|
|
2221
|
-
"name": "
|
|
2222
|
-
"description": "Default:
|
|
2316
|
+
"name": "theme",
|
|
2317
|
+
"description": "Default: dark\n\nColor theme of the sidebar"
|
|
2223
2318
|
},
|
|
2224
2319
|
{
|
|
2225
|
-
"name": "
|
|
2226
|
-
"description": "Default:
|
|
2320
|
+
"name": "trigger",
|
|
2321
|
+
"description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
|
|
2227
2322
|
},
|
|
2228
2323
|
{
|
|
2229
|
-
"name": "
|
|
2230
|
-
"description": "Default:
|
|
2324
|
+
"name": "width",
|
|
2325
|
+
"description": "Default: 200\n\nWidth of the sidebar"
|
|
2231
2326
|
},
|
|
2232
2327
|
{
|
|
2233
|
-
"name": "
|
|
2234
|
-
"description": "Default: -\n\
|
|
2328
|
+
"name": "zero-width-trigger-style",
|
|
2329
|
+
"description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
|
|
2235
2330
|
}
|
|
2236
2331
|
]
|
|
2237
2332
|
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "a-types",
|
|
2240
|
-
"description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
|
|
2241
|
-
"attributes": []
|
|
2242
|
-
},
|
|
2243
2333
|
{
|
|
2244
2334
|
"name": "a-input-number",
|
|
2245
2335
|
"description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
|
|
@@ -2311,96 +2401,86 @@
|
|
|
2311
2401
|
]
|
|
2312
2402
|
},
|
|
2313
2403
|
{
|
|
2314
|
-
"name": "a-
|
|
2315
|
-
"description": "(ZH)
|
|
2404
|
+
"name": "a-masonry",
|
|
2405
|
+
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2316
2406
|
"attributes": [
|
|
2317
|
-
{
|
|
2318
|
-
"name": "preview",
|
|
2319
|
-
"description": "Default: true\n\nPreview configuration; set to false to disable"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"name": "wrapper-style",
|
|
2323
|
-
"description": "Default: -\n\nDeprecated."
|
|
2324
|
-
},
|
|
2325
2407
|
{
|
|
2326
2408
|
"name": "classes",
|
|
2327
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
2409
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2328
2410
|
},
|
|
2329
2411
|
{
|
|
2330
2412
|
"name": "styles",
|
|
2331
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function
|
|
2413
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2332
2414
|
},
|
|
2333
2415
|
{
|
|
2334
|
-
"name": "
|
|
2335
|
-
"description": "Default:
|
|
2416
|
+
"name": "columns",
|
|
2417
|
+
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2336
2418
|
},
|
|
2337
2419
|
{
|
|
2338
|
-
"name": "
|
|
2339
|
-
"description": "Default:
|
|
2420
|
+
"name": "fresh",
|
|
2421
|
+
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2340
2422
|
},
|
|
2341
2423
|
{
|
|
2342
|
-
"name": "
|
|
2343
|
-
"description": "Default:
|
|
2424
|
+
"name": "gutter",
|
|
2425
|
+
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2344
2426
|
},
|
|
2345
2427
|
{
|
|
2346
|
-
"name": "
|
|
2347
|
-
"description": "Default: -\n\
|
|
2428
|
+
"name": "items",
|
|
2429
|
+
"description": "Default: -\n\nMasonry items"
|
|
2348
2430
|
},
|
|
2349
2431
|
{
|
|
2350
|
-
"name": "
|
|
2351
|
-
"description": "Default: -\n\
|
|
2432
|
+
"name": "item-render",
|
|
2433
|
+
"description": "Default: -\n\nCustom item rendering function"
|
|
2352
2434
|
}
|
|
2353
2435
|
]
|
|
2354
2436
|
},
|
|
2355
2437
|
{
|
|
2356
|
-
"name": "a-
|
|
2357
|
-
"description": "(ZH)
|
|
2438
|
+
"name": "a-mentions",
|
|
2439
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2358
2440
|
"attributes": [
|
|
2359
2441
|
{
|
|
2360
|
-
"name": "
|
|
2361
|
-
"description": "Default: -\n\
|
|
2362
|
-
}
|
|
2363
|
-
]
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "a-layout-sider",
|
|
2367
|
-
"description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
|
|
2368
|
-
"attributes": [
|
|
2442
|
+
"name": "loading",
|
|
2443
|
+
"description": "Default: -\n\n-"
|
|
2444
|
+
},
|
|
2369
2445
|
{
|
|
2370
|
-
"name": "
|
|
2371
|
-
"description": "Default: -\n\
|
|
2446
|
+
"name": "status",
|
|
2447
|
+
"description": "Default: -\n\nSet validation status"
|
|
2372
2448
|
},
|
|
2373
2449
|
{
|
|
2374
|
-
"name": "
|
|
2375
|
-
"description": "Default:
|
|
2450
|
+
"name": "options",
|
|
2451
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2376
2452
|
},
|
|
2377
2453
|
{
|
|
2378
|
-
"name": "
|
|
2379
|
-
"description": "Default:
|
|
2454
|
+
"name": "popup-class-name",
|
|
2455
|
+
"description": "Default: -\n\n-"
|
|
2380
2456
|
},
|
|
2381
2457
|
{
|
|
2382
|
-
"name": "
|
|
2383
|
-
"description": "Default:
|
|
2458
|
+
"name": "variant",
|
|
2459
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2384
2460
|
},
|
|
2385
2461
|
{
|
|
2386
|
-
"name": "
|
|
2387
|
-
"description": "Default:
|
|
2462
|
+
"name": "classes",
|
|
2463
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2388
2464
|
},
|
|
2389
2465
|
{
|
|
2390
|
-
"name": "
|
|
2391
|
-
"description": "Default:
|
|
2466
|
+
"name": "styles",
|
|
2467
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2392
2468
|
},
|
|
2393
2469
|
{
|
|
2394
|
-
"name": "
|
|
2395
|
-
"description": "Default: -\n\
|
|
2470
|
+
"name": "size",
|
|
2471
|
+
"description": "Default: -\n\n-"
|
|
2396
2472
|
},
|
|
2397
2473
|
{
|
|
2398
|
-
"name": "
|
|
2399
|
-
"description": "Default:
|
|
2474
|
+
"name": "label-render",
|
|
2475
|
+
"description": "Default: -\n\n-"
|
|
2400
2476
|
},
|
|
2401
2477
|
{
|
|
2402
|
-
"name": "
|
|
2403
|
-
"description": "Default:
|
|
2478
|
+
"name": "allow-clear",
|
|
2479
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"name": "disabled",
|
|
2483
|
+
"description": "Default: -\n\n-"
|
|
2404
2484
|
}
|
|
2405
2485
|
]
|
|
2406
2486
|
},
|
|
@@ -2477,124 +2557,40 @@
|
|
|
2477
2557
|
"description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
|
|
2478
2558
|
},
|
|
2479
2559
|
{
|
|
2480
|
-
"name": "sub-menu-open-delay",
|
|
2481
|
-
"description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "theme",
|
|
2485
|
-
"description": "Default: light\n\nColor theme of the menu"
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"name": "trigger-sub-menu-action",
|
|
2489
|
-
"description": "Default: hover\n\nWhich action can trigger submenu open/close"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "get-popup-container",
|
|
2493
|
-
"description": "Default: () => document.body\n\nTo set the container of the submenu popup. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "item-icon",
|
|
2497
|
-
"description": "Default: -\n\nCustom menu item icon render"
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"name": "label-render",
|
|
2501
|
-
"description": "Default: -\n\nCustom label render"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "icon-render",
|
|
2505
|
-
"description": "Default: -\n\nCustom icon render (items mode)"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"name": "extra-render",
|
|
2509
|
-
"description": "Default: -\n\nCustom extra render"
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"name": "popup-render",
|
|
2513
|
-
"description": "Default: -\n\nCustom popup renderer for submenu"
|
|
2514
|
-
}
|
|
2515
|
-
]
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"name": "a-masonry",
|
|
2519
|
-
"description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
|
|
2520
|
-
"attributes": [
|
|
2521
|
-
{
|
|
2522
|
-
"name": "classes",
|
|
2523
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "styles",
|
|
2527
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"name": "columns",
|
|
2531
|
-
"description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "fresh",
|
|
2535
|
-
"description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "gutter",
|
|
2539
|
-
"description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "items",
|
|
2543
|
-
"description": "Default: -\n\nMasonry items"
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "item-render",
|
|
2547
|
-
"description": "Default: -\n\nCustom item rendering function"
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "a-mentions",
|
|
2553
|
-
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2554
|
-
"attributes": [
|
|
2555
|
-
{
|
|
2556
|
-
"name": "loading",
|
|
2557
|
-
"description": "Default: -\n\n-"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "status",
|
|
2561
|
-
"description": "Default: -\n\nSet validation status"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "options",
|
|
2565
|
-
"description": "Default: \\[]\n\nOption Configuration"
|
|
2560
|
+
"name": "sub-menu-open-delay",
|
|
2561
|
+
"description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
|
|
2566
2562
|
},
|
|
2567
2563
|
{
|
|
2568
|
-
"name": "
|
|
2569
|
-
"description": "Default:
|
|
2564
|
+
"name": "theme",
|
|
2565
|
+
"description": "Default: light\n\nColor theme of the menu"
|
|
2570
2566
|
},
|
|
2571
2567
|
{
|
|
2572
|
-
"name": "
|
|
2573
|
-
"description": "Default:
|
|
2568
|
+
"name": "trigger-sub-menu-action",
|
|
2569
|
+
"description": "Default: hover\n\nWhich action can trigger submenu open/close"
|
|
2574
2570
|
},
|
|
2575
2571
|
{
|
|
2576
|
-
"name": "
|
|
2577
|
-
"description": "Default:
|
|
2572
|
+
"name": "get-popup-container",
|
|
2573
|
+
"description": "Default: () => document.body\n\nTo set the container of the submenu popup. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition"
|
|
2578
2574
|
},
|
|
2579
2575
|
{
|
|
2580
|
-
"name": "
|
|
2581
|
-
"description": "Default: -\n\
|
|
2576
|
+
"name": "item-icon",
|
|
2577
|
+
"description": "Default: -\n\nCustom menu item icon render"
|
|
2582
2578
|
},
|
|
2583
2579
|
{
|
|
2584
|
-
"name": "
|
|
2585
|
-
"description": "Default: -\n\
|
|
2580
|
+
"name": "label-render",
|
|
2581
|
+
"description": "Default: -\n\nCustom label render"
|
|
2586
2582
|
},
|
|
2587
2583
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"description": "Default: -\n\
|
|
2584
|
+
"name": "icon-render",
|
|
2585
|
+
"description": "Default: -\n\nCustom icon render (items mode)"
|
|
2590
2586
|
},
|
|
2591
2587
|
{
|
|
2592
|
-
"name": "
|
|
2593
|
-
"description": "Default:
|
|
2588
|
+
"name": "extra-render",
|
|
2589
|
+
"description": "Default: -\n\nCustom extra render"
|
|
2594
2590
|
},
|
|
2595
2591
|
{
|
|
2596
|
-
"name": "
|
|
2597
|
-
"description": "Default: -\n\
|
|
2592
|
+
"name": "popup-render",
|
|
2593
|
+
"description": "Default: -\n\nCustom popup renderer for submenu"
|
|
2598
2594
|
}
|
|
2599
2595
|
]
|
|
2600
2596
|
},
|
|
@@ -2633,6 +2629,21 @@
|
|
|
2633
2629
|
"description": "全局展示通知提醒信息。",
|
|
2634
2630
|
"attributes": []
|
|
2635
2631
|
},
|
|
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
|
+
},
|
|
2636
2647
|
{
|
|
2637
2648
|
"name": "a-modal",
|
|
2638
2649
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2779,21 +2790,6 @@
|
|
|
2779
2790
|
}
|
|
2780
2791
|
]
|
|
2781
2792
|
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "a-args-props",
|
|
2784
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2785
|
-
"attributes": []
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"name": "a-notification-use-notification",
|
|
2789
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2790
|
-
"attributes": []
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"name": "a-closable-type",
|
|
2794
|
-
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
2795
|
-
"attributes": []
|
|
2796
|
-
},
|
|
2797
2793
|
{
|
|
2798
2794
|
"name": "a-pagination",
|
|
2799
2795
|
"description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
|
|
@@ -2966,6 +2962,94 @@
|
|
|
2966
2962
|
}
|
|
2967
2963
|
]
|
|
2968
2964
|
},
|
|
2965
|
+
{
|
|
2966
|
+
"name": "a-popover",
|
|
2967
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2968
|
+
"attributes": [
|
|
2969
|
+
{
|
|
2970
|
+
"name": "title",
|
|
2971
|
+
"description": "Default: -\n\nTitle of the card"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "content",
|
|
2975
|
+
"description": "Default: -\n\nContent of the card"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "classes",
|
|
2979
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"name": "styles",
|
|
2983
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2984
|
+
}
|
|
2985
|
+
]
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"name": "a-qrcode",
|
|
2989
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
2990
|
+
"attributes": [
|
|
2991
|
+
{
|
|
2992
|
+
"name": "value",
|
|
2993
|
+
"description": "Default: -\n\nscanned text"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"name": "type",
|
|
2997
|
+
"description": "Default: canvas\n\nrender type"
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"name": "icon",
|
|
3001
|
+
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "size",
|
|
3005
|
+
"description": "Default: 160\n\nQRCode size"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "icon-size",
|
|
3009
|
+
"description": "Default: 40\n\ninclude image size"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"name": "color",
|
|
3013
|
+
"description": "Default: #000\n\nQRCode Color"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"name": "classes",
|
|
3017
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"name": "bg-color",
|
|
3021
|
+
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "margin-size",
|
|
3025
|
+
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "bordered",
|
|
3029
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"name": "error-level",
|
|
3033
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"name": "boost-level",
|
|
3037
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "status",
|
|
3041
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "status-render",
|
|
3045
|
+
"description": "Default: -\n\ncustom status render"
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "styles",
|
|
3049
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3050
|
+
}
|
|
3051
|
+
]
|
|
3052
|
+
},
|
|
2969
3053
|
{
|
|
2970
3054
|
"name": "a-progress",
|
|
2971
3055
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -3037,24 +3121,52 @@
|
|
|
3037
3121
|
]
|
|
3038
3122
|
},
|
|
3039
3123
|
{
|
|
3040
|
-
"name": "a-
|
|
3041
|
-
"description": "(ZH)
|
|
3124
|
+
"name": "a-rate",
|
|
3125
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3042
3126
|
"attributes": [
|
|
3043
3127
|
{
|
|
3044
|
-
"name": "
|
|
3045
|
-
"description": "Default:
|
|
3128
|
+
"name": "allow-clear",
|
|
3129
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3046
3130
|
},
|
|
3047
3131
|
{
|
|
3048
|
-
"name": "
|
|
3049
|
-
"description": "Default:
|
|
3132
|
+
"name": "allow-half",
|
|
3133
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3050
3134
|
},
|
|
3051
3135
|
{
|
|
3052
|
-
"name": "
|
|
3053
|
-
"description": "Default: -\n\
|
|
3136
|
+
"name": "character",
|
|
3137
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3054
3138
|
},
|
|
3055
3139
|
{
|
|
3056
|
-
"name": "
|
|
3057
|
-
"description": "Default: -\n\
|
|
3140
|
+
"name": "class-name",
|
|
3141
|
+
"description": "Default: -\n\nThe custom class name of rate"
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"name": "count",
|
|
3145
|
+
"description": "Default: 5\n\nStar count"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "disabled",
|
|
3149
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"name": "keyboard",
|
|
3153
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "size",
|
|
3157
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "style",
|
|
3161
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "tooltips",
|
|
3165
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"name": "value",
|
|
3169
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3058
3170
|
}
|
|
3059
3171
|
]
|
|
3060
3172
|
},
|
|
@@ -3093,12 +3205,66 @@
|
|
|
3093
3205
|
"description": "Default: false\n\nOption to fit RadioGroup width to its parent width"
|
|
3094
3206
|
},
|
|
3095
3207
|
{
|
|
3096
|
-
"name": "button-style",
|
|
3097
|
-
"description": "Default: outline\n\nThe style type of radio button"
|
|
3208
|
+
"name": "button-style",
|
|
3209
|
+
"description": "Default: outline\n\nThe style type of radio button"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"name": "classes",
|
|
3213
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"name": "default-value",
|
|
3217
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "disabled",
|
|
3221
|
+
"description": "Default: false\n\nDisable all radio buttons"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"name": "name",
|
|
3225
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
|
|
3226
|
+
},
|
|
3227
|
+
{
|
|
3228
|
+
"name": "options",
|
|
3229
|
+
"description": "Default: -\n\nSet children optional"
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "option-type",
|
|
3233
|
+
"description": "Default: default\n\nSet Radio optionType"
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "orientation",
|
|
3237
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "size",
|
|
3241
|
+
"description": "Default: -\n\nThe size of radio button style"
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "styles",
|
|
3245
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
"name": "value",
|
|
3249
|
+
"description": "Default: -\n\nUsed for setting the currently selected value, support v-model:value"
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "vertical",
|
|
3253
|
+
"description": "Default: false\n\nIf true, the Radio group will be vertical. Simultaneously existing with orientation, orientation takes priority"
|
|
3254
|
+
}
|
|
3255
|
+
]
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "a-segmented",
|
|
3259
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3260
|
+
"attributes": [
|
|
3261
|
+
{
|
|
3262
|
+
"name": "block",
|
|
3263
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3098
3264
|
},
|
|
3099
3265
|
{
|
|
3100
3266
|
"name": "classes",
|
|
3101
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3267
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3102
3268
|
},
|
|
3103
3269
|
{
|
|
3104
3270
|
"name": "default-value",
|
|
@@ -3106,19 +3272,11 @@
|
|
|
3106
3272
|
},
|
|
3107
3273
|
{
|
|
3108
3274
|
"name": "disabled",
|
|
3109
|
-
"description": "Default: false\n\nDisable all
|
|
3110
|
-
},
|
|
3111
|
-
{
|
|
3112
|
-
"name": "name",
|
|
3113
|
-
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. If not set, it will fallback to a randomly generated name"
|
|
3275
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3114
3276
|
},
|
|
3115
3277
|
{
|
|
3116
3278
|
"name": "options",
|
|
3117
|
-
"description": "Default:
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"name": "option-type",
|
|
3121
|
-
"description": "Default: default\n\nSet Radio optionType"
|
|
3279
|
+
"description": "Default: []\n\nSet children optional"
|
|
3122
3280
|
},
|
|
3123
3281
|
{
|
|
3124
3282
|
"name": "orientation",
|
|
@@ -3126,169 +3284,237 @@
|
|
|
3126
3284
|
},
|
|
3127
3285
|
{
|
|
3128
3286
|
"name": "size",
|
|
3129
|
-
"description": "Default:
|
|
3287
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3130
3288
|
},
|
|
3131
3289
|
{
|
|
3132
3290
|
"name": "styles",
|
|
3133
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3291
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"name": "vertical",
|
|
3295
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3134
3296
|
},
|
|
3135
3297
|
{
|
|
3136
3298
|
"name": "value",
|
|
3137
|
-
"description": "Default: -\n\
|
|
3299
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3138
3300
|
},
|
|
3139
3301
|
{
|
|
3140
|
-
"name": "
|
|
3141
|
-
"description": "Default:
|
|
3302
|
+
"name": "shape",
|
|
3303
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"name": "name",
|
|
3307
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3142
3308
|
}
|
|
3143
3309
|
]
|
|
3144
3310
|
},
|
|
3145
3311
|
{
|
|
3146
|
-
"name": "a-
|
|
3147
|
-
"description": "(ZH)
|
|
3312
|
+
"name": "a-result",
|
|
3313
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3148
3314
|
"attributes": [
|
|
3149
3315
|
{
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "Default: -\n\
|
|
3316
|
+
"name": "classes",
|
|
3317
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3152
3318
|
},
|
|
3153
3319
|
{
|
|
3154
|
-
"name": "
|
|
3155
|
-
"description": "Default:
|
|
3320
|
+
"name": "extra",
|
|
3321
|
+
"description": "Default: -\n\nOperating area"
|
|
3156
3322
|
},
|
|
3157
3323
|
{
|
|
3158
3324
|
"name": "icon",
|
|
3159
|
-
"description": "Default: -\n\
|
|
3325
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3160
3326
|
},
|
|
3161
3327
|
{
|
|
3162
|
-
"name": "
|
|
3163
|
-
"description": "Default:
|
|
3328
|
+
"name": "status",
|
|
3329
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3164
3330
|
},
|
|
3165
3331
|
{
|
|
3166
|
-
"name": "
|
|
3167
|
-
"description": "Default:
|
|
3332
|
+
"name": "styles",
|
|
3333
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3168
3334
|
},
|
|
3169
3335
|
{
|
|
3170
|
-
"name": "
|
|
3171
|
-
"description": "Default:
|
|
3336
|
+
"name": "sub-title",
|
|
3337
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3172
3338
|
},
|
|
3173
3339
|
{
|
|
3174
|
-
"name": "
|
|
3175
|
-
"description": "Default: -\n\
|
|
3176
|
-
}
|
|
3340
|
+
"name": "title",
|
|
3341
|
+
"description": "Default: -\n\nThe title"
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"name": "a-skeleton",
|
|
3347
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3348
|
+
"attributes": [
|
|
3177
3349
|
{
|
|
3178
|
-
"name": "
|
|
3179
|
-
"description": "Default:
|
|
3350
|
+
"name": "active",
|
|
3351
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3180
3352
|
},
|
|
3181
3353
|
{
|
|
3182
|
-
"name": "
|
|
3183
|
-
"description": "Default:
|
|
3354
|
+
"name": "avatar",
|
|
3355
|
+
"description": "Default: false\n\nShow avatar placeholder"
|
|
3184
3356
|
},
|
|
3185
3357
|
{
|
|
3186
|
-
"name": "
|
|
3187
|
-
"description": "Default:
|
|
3358
|
+
"name": "loading",
|
|
3359
|
+
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3188
3360
|
},
|
|
3189
3361
|
{
|
|
3190
|
-
"name": "
|
|
3191
|
-
"description": "Default:
|
|
3362
|
+
"name": "paragraph",
|
|
3363
|
+
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3192
3364
|
},
|
|
3193
3365
|
{
|
|
3194
|
-
"name": "
|
|
3195
|
-
"description": "Default:
|
|
3366
|
+
"name": "round",
|
|
3367
|
+
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3196
3368
|
},
|
|
3197
3369
|
{
|
|
3198
|
-
"name": "
|
|
3199
|
-
"description": "Default:
|
|
3370
|
+
"name": "title",
|
|
3371
|
+
"description": "Default: true\n\nShow title placeholder"
|
|
3200
3372
|
},
|
|
3201
3373
|
{
|
|
3202
|
-
"name": "
|
|
3203
|
-
"description": "Default: -\n\
|
|
3374
|
+
"name": "classes",
|
|
3375
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3204
3376
|
},
|
|
3205
3377
|
{
|
|
3206
3378
|
"name": "styles",
|
|
3207
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component
|
|
3379
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3208
3380
|
}
|
|
3209
3381
|
]
|
|
3210
3382
|
},
|
|
3211
3383
|
{
|
|
3212
|
-
"name": "a-
|
|
3213
|
-
"description": "(ZH)
|
|
3384
|
+
"name": "a-skeleton-avatar",
|
|
3385
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3214
3386
|
"attributes": [
|
|
3215
3387
|
{
|
|
3216
|
-
"name": "
|
|
3217
|
-
"description": "Default:
|
|
3388
|
+
"name": "active",
|
|
3389
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3218
3390
|
},
|
|
3219
3391
|
{
|
|
3220
|
-
"name": "
|
|
3221
|
-
"description": "Default:
|
|
3392
|
+
"name": "shape",
|
|
3393
|
+
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3222
3394
|
},
|
|
3223
3395
|
{
|
|
3224
|
-
"name": "
|
|
3225
|
-
"description": "Default:
|
|
3396
|
+
"name": "size",
|
|
3397
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3226
3398
|
},
|
|
3227
3399
|
{
|
|
3228
|
-
"name": "
|
|
3229
|
-
"description": "Default: -\n\
|
|
3400
|
+
"name": "classes",
|
|
3401
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3230
3402
|
},
|
|
3231
3403
|
{
|
|
3232
|
-
"name": "
|
|
3233
|
-
"description": "Default:
|
|
3404
|
+
"name": "styles",
|
|
3405
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3406
|
+
}
|
|
3407
|
+
]
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"name": "a-skeleton-title",
|
|
3411
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3412
|
+
"attributes": [
|
|
3413
|
+
{
|
|
3414
|
+
"name": "width",
|
|
3415
|
+
"description": "Default: -\n\nSet the width of title"
|
|
3416
|
+
}
|
|
3417
|
+
]
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"name": "a-skeleton-paragraph",
|
|
3421
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3422
|
+
"attributes": [
|
|
3423
|
+
{
|
|
3424
|
+
"name": "rows",
|
|
3425
|
+
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3234
3426
|
},
|
|
3235
3427
|
{
|
|
3236
|
-
"name": "
|
|
3237
|
-
"description": "Default:
|
|
3428
|
+
"name": "width",
|
|
3429
|
+
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3430
|
+
}
|
|
3431
|
+
]
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "a-skeleton-button",
|
|
3435
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3436
|
+
"attributes": [
|
|
3437
|
+
{
|
|
3438
|
+
"name": "active",
|
|
3439
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3238
3440
|
},
|
|
3239
3441
|
{
|
|
3240
|
-
"name": "
|
|
3241
|
-
"description": "Default:
|
|
3442
|
+
"name": "block",
|
|
3443
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3242
3444
|
},
|
|
3243
3445
|
{
|
|
3244
|
-
"name": "
|
|
3245
|
-
"description": "Default:
|
|
3446
|
+
"name": "shape",
|
|
3447
|
+
"description": "Default: -\n\nSet the shape of button"
|
|
3246
3448
|
},
|
|
3247
3449
|
{
|
|
3248
|
-
"name": "
|
|
3249
|
-
"description": "Default:
|
|
3450
|
+
"name": "size",
|
|
3451
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3250
3452
|
},
|
|
3251
3453
|
{
|
|
3252
|
-
"name": "
|
|
3253
|
-
"description": "Default: -\n\nCustomize
|
|
3454
|
+
"name": "classes",
|
|
3455
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3254
3456
|
},
|
|
3255
3457
|
{
|
|
3256
|
-
"name": "
|
|
3257
|
-
"description": "Default: -\n\
|
|
3458
|
+
"name": "styles",
|
|
3459
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3258
3460
|
}
|
|
3259
3461
|
]
|
|
3260
3462
|
},
|
|
3261
3463
|
{
|
|
3262
|
-
"name": "a-
|
|
3263
|
-
"description": "(ZH)
|
|
3464
|
+
"name": "a-skeleton-input",
|
|
3465
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3264
3466
|
"attributes": [
|
|
3265
3467
|
{
|
|
3266
|
-
"name": "
|
|
3267
|
-
"description": "Default:
|
|
3468
|
+
"name": "active",
|
|
3469
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3268
3470
|
},
|
|
3269
3471
|
{
|
|
3270
|
-
"name": "
|
|
3271
|
-
"description": "Default:
|
|
3472
|
+
"name": "size",
|
|
3473
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3272
3474
|
},
|
|
3273
3475
|
{
|
|
3274
|
-
"name": "
|
|
3275
|
-
"description": "Default: -\n\
|
|
3476
|
+
"name": "classes",
|
|
3477
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3276
3478
|
},
|
|
3277
3479
|
{
|
|
3278
|
-
"name": "
|
|
3279
|
-
"description": "Default:
|
|
3480
|
+
"name": "styles",
|
|
3481
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "a-skeleton-image",
|
|
3487
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3488
|
+
"attributes": [
|
|
3489
|
+
{
|
|
3490
|
+
"name": "active",
|
|
3491
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "classes",
|
|
3495
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3280
3496
|
},
|
|
3281
3497
|
{
|
|
3282
3498
|
"name": "styles",
|
|
3283
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component
|
|
3499
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"name": "a-skeleton-node",
|
|
3505
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3506
|
+
"attributes": [
|
|
3507
|
+
{
|
|
3508
|
+
"name": "active",
|
|
3509
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3284
3510
|
},
|
|
3285
3511
|
{
|
|
3286
|
-
"name": "
|
|
3287
|
-
"description": "Default: -\n\
|
|
3512
|
+
"name": "classes",
|
|
3513
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3288
3514
|
},
|
|
3289
3515
|
{
|
|
3290
|
-
"name": "
|
|
3291
|
-
"description": "Default: -\n\
|
|
3516
|
+
"name": "styles",
|
|
3517
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3292
3518
|
}
|
|
3293
3519
|
]
|
|
3294
3520
|
},
|
|
@@ -3483,56 +3709,67 @@
|
|
|
3483
3709
|
]
|
|
3484
3710
|
},
|
|
3485
3711
|
{
|
|
3486
|
-
"name": "a-
|
|
3487
|
-
"description": "(ZH)
|
|
3712
|
+
"name": "a-space",
|
|
3713
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3488
3714
|
"attributes": [
|
|
3489
3715
|
{
|
|
3490
|
-
"name": "
|
|
3491
|
-
"description": "Default:
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"name": "classes",
|
|
3495
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"name": "default-value",
|
|
3499
|
-
"description": "Default: -\n\nDefault selected value"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "disabled",
|
|
3503
|
-
"description": "Default: false\n\nDisable all segments"
|
|
3716
|
+
"name": "align",
|
|
3717
|
+
"description": "Default: -\n\nAlign items"
|
|
3504
3718
|
},
|
|
3505
3719
|
{
|
|
3506
|
-
"name": "
|
|
3507
|
-
"description": "Default:
|
|
3720
|
+
"name": "classes",
|
|
3721
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3508
3722
|
},
|
|
3509
3723
|
{
|
|
3510
3724
|
"name": "orientation",
|
|
3511
|
-
"description": "Default: horizontal\n\
|
|
3725
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"name": "separator",
|
|
3729
|
+
"description": "Default: -\n\nSet separator"
|
|
3512
3730
|
},
|
|
3513
3731
|
{
|
|
3514
3732
|
"name": "size",
|
|
3515
|
-
"description": "Default:
|
|
3733
|
+
"description": "Default: small\n\nThe space size"
|
|
3516
3734
|
},
|
|
3517
3735
|
{
|
|
3518
3736
|
"name": "styles",
|
|
3519
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
3737
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3520
3738
|
},
|
|
3521
3739
|
{
|
|
3522
3740
|
"name": "vertical",
|
|
3523
|
-
"description": "Default: false\n\nOrientation
|
|
3741
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3524
3742
|
},
|
|
3525
3743
|
{
|
|
3526
|
-
"name": "
|
|
3527
|
-
"description": "Default:
|
|
3744
|
+
"name": "wrap",
|
|
3745
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3746
|
+
}
|
|
3747
|
+
]
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "a-size",
|
|
3751
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3752
|
+
"attributes": []
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "a-space-compact",
|
|
3756
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3757
|
+
"attributes": [
|
|
3758
|
+
{
|
|
3759
|
+
"name": "block",
|
|
3760
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
3528
3761
|
},
|
|
3529
3762
|
{
|
|
3530
|
-
"name": "
|
|
3531
|
-
"description": "Default:
|
|
3763
|
+
"name": "orientation",
|
|
3764
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3532
3765
|
},
|
|
3533
3766
|
{
|
|
3534
|
-
"name": "
|
|
3535
|
-
"description": "Default:
|
|
3767
|
+
"name": "size",
|
|
3768
|
+
"description": "Default: middle\n\nSet child component size"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "vertical",
|
|
3772
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3536
3773
|
}
|
|
3537
3774
|
]
|
|
3538
3775
|
},
|
|
@@ -3611,243 +3848,66 @@
|
|
|
3611
3848
|
]
|
|
3612
3849
|
},
|
|
3613
3850
|
{
|
|
3614
|
-
"name": "a-
|
|
3615
|
-
"description": "(ZH)
|
|
3616
|
-
"attributes": [
|
|
3617
|
-
{
|
|
3618
|
-
"name": "active",
|
|
3619
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3620
|
-
},
|
|
3621
|
-
{
|
|
3622
|
-
"name": "avatar",
|
|
3623
|
-
"description": "Default: false\n\nShow avatar placeholder"
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"name": "loading",
|
|
3627
|
-
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3628
|
-
},
|
|
3629
|
-
{
|
|
3630
|
-
"name": "paragraph",
|
|
3631
|
-
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"name": "round",
|
|
3635
|
-
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"name": "title",
|
|
3639
|
-
"description": "Default: true\n\nShow title placeholder"
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"name": "classes",
|
|
3643
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"name": "styles",
|
|
3647
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3648
|
-
}
|
|
3649
|
-
]
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"name": "a-skeleton-avatar",
|
|
3653
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3654
|
-
"attributes": [
|
|
3655
|
-
{
|
|
3656
|
-
"name": "active",
|
|
3657
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3658
|
-
},
|
|
3659
|
-
{
|
|
3660
|
-
"name": "shape",
|
|
3661
|
-
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3662
|
-
},
|
|
3663
|
-
{
|
|
3664
|
-
"name": "size",
|
|
3665
|
-
"description": "Default: medium\n\nSet the size of avatar"
|
|
3666
|
-
},
|
|
3667
|
-
{
|
|
3668
|
-
"name": "classes",
|
|
3669
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3670
|
-
},
|
|
3671
|
-
{
|
|
3672
|
-
"name": "styles",
|
|
3673
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3674
|
-
}
|
|
3675
|
-
]
|
|
3676
|
-
},
|
|
3677
|
-
{
|
|
3678
|
-
"name": "a-skeleton-title",
|
|
3679
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3680
|
-
"attributes": [
|
|
3681
|
-
{
|
|
3682
|
-
"name": "width",
|
|
3683
|
-
"description": "Default: -\n\nSet the width of title"
|
|
3684
|
-
}
|
|
3685
|
-
]
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"name": "a-skeleton-paragraph",
|
|
3689
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3690
|
-
"attributes": [
|
|
3691
|
-
{
|
|
3692
|
-
"name": "rows",
|
|
3693
|
-
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"name": "width",
|
|
3697
|
-
"description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
|
|
3698
|
-
}
|
|
3699
|
-
]
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"name": "a-skeleton-button",
|
|
3703
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3704
|
-
"attributes": [
|
|
3705
|
-
{
|
|
3706
|
-
"name": "active",
|
|
3707
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3708
|
-
},
|
|
3709
|
-
{
|
|
3710
|
-
"name": "block",
|
|
3711
|
-
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"name": "shape",
|
|
3715
|
-
"description": "Default: -\n\nSet the shape of button"
|
|
3716
|
-
},
|
|
3717
|
-
{
|
|
3718
|
-
"name": "size",
|
|
3719
|
-
"description": "Default: medium\n\nSet the size of button"
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"name": "classes",
|
|
3723
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"name": "styles",
|
|
3727
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3728
|
-
}
|
|
3729
|
-
]
|
|
3730
|
-
},
|
|
3731
|
-
{
|
|
3732
|
-
"name": "a-skeleton-input",
|
|
3733
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3734
|
-
"attributes": [
|
|
3735
|
-
{
|
|
3736
|
-
"name": "active",
|
|
3737
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"name": "size",
|
|
3741
|
-
"description": "Default: medium\n\nSet the size of input"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"name": "classes",
|
|
3745
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3746
|
-
},
|
|
3747
|
-
{
|
|
3748
|
-
"name": "styles",
|
|
3749
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3750
|
-
}
|
|
3751
|
-
]
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
"name": "a-skeleton-image",
|
|
3755
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3851
|
+
"name": "a-splitter",
|
|
3852
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3756
3853
|
"attributes": [
|
|
3757
|
-
{
|
|
3758
|
-
"name": "active",
|
|
3759
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3760
|
-
},
|
|
3761
3854
|
{
|
|
3762
3855
|
"name": "classes",
|
|
3763
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"name": "styles",
|
|
3767
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3768
|
-
}
|
|
3769
|
-
]
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"name": "a-skeleton-node",
|
|
3773
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3774
|
-
"attributes": [
|
|
3775
|
-
{
|
|
3776
|
-
"name": "active",
|
|
3777
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3856
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3778
3857
|
},
|
|
3779
3858
|
{
|
|
3780
|
-
"name": "
|
|
3781
|
-
"description": "Default: -\n\
|
|
3859
|
+
"name": "collapsible-icon",
|
|
3860
|
+
"description": "Default: -\n\nCustom collapsible icon"
|
|
3782
3861
|
},
|
|
3783
3862
|
{
|
|
3784
|
-
"name": "
|
|
3785
|
-
"description": "Default: -\n\
|
|
3786
|
-
}
|
|
3787
|
-
]
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"name": "a-space",
|
|
3791
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3792
|
-
"attributes": [
|
|
3793
|
-
{
|
|
3794
|
-
"name": "align",
|
|
3795
|
-
"description": "Default: -\n\nAlign items"
|
|
3863
|
+
"name": "dragger-icon",
|
|
3864
|
+
"description": "Default: -\n\nCustom dragger icon"
|
|
3796
3865
|
},
|
|
3797
3866
|
{
|
|
3798
|
-
"name": "
|
|
3799
|
-
"description": "Default:
|
|
3867
|
+
"name": "lazy",
|
|
3868
|
+
"description": "Default: false\n\nLazy rendering mode"
|
|
3800
3869
|
},
|
|
3801
3870
|
{
|
|
3802
3871
|
"name": "orientation",
|
|
3803
|
-
"description": "Default: horizontal\n\
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"name": "separator",
|
|
3807
|
-
"description": "Default: -\n\nSet separator"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "size",
|
|
3811
|
-
"description": "Default: small\n\nThe space size"
|
|
3872
|
+
"description": "Default: horizontal\n\nLayout direction"
|
|
3812
3873
|
},
|
|
3813
3874
|
{
|
|
3814
3875
|
"name": "styles",
|
|
3815
3876
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3816
3877
|
},
|
|
3817
3878
|
{
|
|
3818
|
-
"name": "vertical",
|
|
3819
|
-
"description": "Default: false\n\nOrientation, Simultaneously
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3822
|
-
"name": "wrap",
|
|
3823
|
-
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3824
|
-
}
|
|
3825
|
-
]
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"name": "a-size",
|
|
3829
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3830
|
-
"attributes": []
|
|
3879
|
+
"name": "vertical",
|
|
3880
|
+
"description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
|
|
3881
|
+
}
|
|
3882
|
+
]
|
|
3831
3883
|
},
|
|
3832
3884
|
{
|
|
3833
|
-
"name": "a-
|
|
3834
|
-
"description": "(ZH)
|
|
3885
|
+
"name": "a-splitter-panel",
|
|
3886
|
+
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3835
3887
|
"attributes": [
|
|
3836
3888
|
{
|
|
3837
|
-
"name": "
|
|
3838
|
-
"description": "Default: false\n\
|
|
3889
|
+
"name": "collapsible",
|
|
3890
|
+
"description": "Default: false\n\nEnable collapsible"
|
|
3839
3891
|
},
|
|
3840
3892
|
{
|
|
3841
|
-
"name": "
|
|
3842
|
-
"description": "Default:
|
|
3893
|
+
"name": "default-size",
|
|
3894
|
+
"description": "Default: -\n\nInitial panel size, supports px and percentage"
|
|
3843
3895
|
},
|
|
3844
3896
|
{
|
|
3845
|
-
"name": "
|
|
3846
|
-
"description": "Default:
|
|
3897
|
+
"name": "max",
|
|
3898
|
+
"description": "Default: -\n\nMaximum threshold, supports px and percentage"
|
|
3847
3899
|
},
|
|
3848
3900
|
{
|
|
3849
|
-
"name": "
|
|
3850
|
-
"description": "Default:
|
|
3901
|
+
"name": "min",
|
|
3902
|
+
"description": "Default: -\n\nMinimum threshold, supports px and percentage"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "resizable",
|
|
3906
|
+
"description": "Default: true\n\nWhether to enable resize"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "size",
|
|
3910
|
+
"description": "Default: -\n\nControlled panel size, supports px and percentage"
|
|
3851
3911
|
}
|
|
3852
3912
|
]
|
|
3853
3913
|
},
|
|
@@ -3964,70 +4024,6 @@
|
|
|
3964
4024
|
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3965
4025
|
"attributes": []
|
|
3966
4026
|
},
|
|
3967
|
-
{
|
|
3968
|
-
"name": "a-splitter",
|
|
3969
|
-
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
3970
|
-
"attributes": [
|
|
3971
|
-
{
|
|
3972
|
-
"name": "classes",
|
|
3973
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3974
|
-
},
|
|
3975
|
-
{
|
|
3976
|
-
"name": "collapsible-icon",
|
|
3977
|
-
"description": "Default: -\n\nCustom collapsible icon"
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"name": "dragger-icon",
|
|
3981
|
-
"description": "Default: -\n\nCustom dragger icon"
|
|
3982
|
-
},
|
|
3983
|
-
{
|
|
3984
|
-
"name": "lazy",
|
|
3985
|
-
"description": "Default: false\n\nLazy rendering mode"
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"name": "orientation",
|
|
3989
|
-
"description": "Default: horizontal\n\nLayout direction"
|
|
3990
|
-
},
|
|
3991
|
-
{
|
|
3992
|
-
"name": "styles",
|
|
3993
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3994
|
-
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "vertical",
|
|
3997
|
-
"description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
|
|
3998
|
-
}
|
|
3999
|
-
]
|
|
4000
|
-
},
|
|
4001
|
-
{
|
|
4002
|
-
"name": "a-splitter-panel",
|
|
4003
|
-
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
4004
|
-
"attributes": [
|
|
4005
|
-
{
|
|
4006
|
-
"name": "collapsible",
|
|
4007
|
-
"description": "Default: false\n\nEnable collapsible"
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "default-size",
|
|
4011
|
-
"description": "Default: -\n\nInitial panel size, supports px and percentage"
|
|
4012
|
-
},
|
|
4013
|
-
{
|
|
4014
|
-
"name": "max",
|
|
4015
|
-
"description": "Default: -\n\nMaximum threshold, supports px and percentage"
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "min",
|
|
4019
|
-
"description": "Default: -\n\nMinimum threshold, supports px and percentage"
|
|
4020
|
-
},
|
|
4021
|
-
{
|
|
4022
|
-
"name": "resizable",
|
|
4023
|
-
"description": "Default: true\n\nWhether to enable resize"
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"name": "size",
|
|
4027
|
-
"description": "Default: -\n\nControlled panel size, supports px and percentage"
|
|
4028
|
-
}
|
|
4029
|
-
]
|
|
4030
|
-
},
|
|
4031
4027
|
{
|
|
4032
4028
|
"name": "a-steps",
|
|
4033
4029
|
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
@@ -4095,190 +4091,252 @@
|
|
|
4095
4091
|
]
|
|
4096
4092
|
},
|
|
4097
4093
|
{
|
|
4098
|
-
"name": "a-
|
|
4099
|
-
"description": "(ZH)
|
|
4094
|
+
"name": "a-table",
|
|
4095
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4100
4096
|
"attributes": [
|
|
4101
4097
|
{
|
|
4102
|
-
"name": "
|
|
4103
|
-
"description": "Default:
|
|
4098
|
+
"name": "bordered",
|
|
4099
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4104
4100
|
},
|
|
4105
4101
|
{
|
|
4106
|
-
"name": "
|
|
4107
|
-
"description": "Default: -\n\nCustomize
|
|
4102
|
+
"name": "classes",
|
|
4103
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4108
4104
|
},
|
|
4109
4105
|
{
|
|
4110
|
-
"name": "
|
|
4111
|
-
"description": "Default:
|
|
4106
|
+
"name": "columns",
|
|
4107
|
+
"description": "Default: -\n\nColumns of table"
|
|
4112
4108
|
},
|
|
4113
4109
|
{
|
|
4114
|
-
"name": "
|
|
4115
|
-
"description": "Default:
|
|
4110
|
+
"name": "data-source",
|
|
4111
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4116
4112
|
},
|
|
4117
4113
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"description": "Default: -\n\
|
|
4114
|
+
"name": "expandable",
|
|
4115
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4120
4116
|
},
|
|
4121
4117
|
{
|
|
4122
|
-
"name": "
|
|
4123
|
-
"description": "Default:
|
|
4118
|
+
"name": "get-popup-container",
|
|
4119
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4124
4120
|
},
|
|
4125
4121
|
{
|
|
4126
|
-
"name": "
|
|
4127
|
-
"description": "Default: false\n\
|
|
4122
|
+
"name": "loading",
|
|
4123
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4128
4124
|
},
|
|
4129
4125
|
{
|
|
4130
|
-
"name": "
|
|
4131
|
-
"description": "Default:
|
|
4126
|
+
"name": "locale",
|
|
4127
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4132
4128
|
},
|
|
4133
4129
|
{
|
|
4134
|
-
"name": "
|
|
4135
|
-
"description": "Default:
|
|
4130
|
+
"name": "pagination",
|
|
4131
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4136
4132
|
},
|
|
4137
4133
|
{
|
|
4138
|
-
"name": "
|
|
4139
|
-
"description": "Default:
|
|
4134
|
+
"name": "row-class-name",
|
|
4135
|
+
"description": "Default: -\n\nRow's className"
|
|
4140
4136
|
},
|
|
4141
4137
|
{
|
|
4142
|
-
"name": "
|
|
4143
|
-
"description": "Default:
|
|
4138
|
+
"name": "row-key",
|
|
4139
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4144
4140
|
},
|
|
4145
4141
|
{
|
|
4146
|
-
"name": "
|
|
4147
|
-
"description": "Default: -\n\
|
|
4142
|
+
"name": "row-selection",
|
|
4143
|
+
"description": "Default: -\n\nRow selection config"
|
|
4148
4144
|
},
|
|
4149
4145
|
{
|
|
4150
|
-
"name": "
|
|
4151
|
-
"description": "Default:
|
|
4146
|
+
"name": "row-hoverable",
|
|
4147
|
+
"description": "Default: true\n\nRow hover"
|
|
4152
4148
|
},
|
|
4153
4149
|
{
|
|
4154
|
-
"name": "
|
|
4155
|
-
"description": "Default:
|
|
4150
|
+
"name": "scroll",
|
|
4151
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4156
4152
|
},
|
|
4157
4153
|
{
|
|
4158
|
-
"name": "
|
|
4159
|
-
"description": "Default:
|
|
4154
|
+
"name": "show-header",
|
|
4155
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
4160
4156
|
},
|
|
4161
4157
|
{
|
|
4162
|
-
"name": "
|
|
4163
|
-
"description": "Default:
|
|
4158
|
+
"name": "show-sorter-tooltip",
|
|
4159
|
+
"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"
|
|
4164
4160
|
},
|
|
4165
4161
|
{
|
|
4166
|
-
"name": "
|
|
4167
|
-
"description": "Default:
|
|
4162
|
+
"name": "size",
|
|
4163
|
+
"description": "Default: large\n\nSize of table"
|
|
4168
4164
|
},
|
|
4169
4165
|
{
|
|
4170
|
-
"name": "
|
|
4171
|
-
"description": "Default:
|
|
4166
|
+
"name": "sort-directions",
|
|
4167
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4172
4168
|
},
|
|
4173
4169
|
{
|
|
4174
|
-
"name": "
|
|
4175
|
-
"description": "Default:
|
|
4170
|
+
"name": "sticky",
|
|
4171
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4176
4172
|
},
|
|
4177
4173
|
{
|
|
4178
|
-
"name": "
|
|
4179
|
-
"description": "Default:
|
|
4174
|
+
"name": "styles",
|
|
4175
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4180
4176
|
},
|
|
4181
4177
|
{
|
|
4182
|
-
"name": "
|
|
4183
|
-
"description": "Default:
|
|
4178
|
+
"name": "table-layout",
|
|
4179
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"name": "dropdown-prefix-cls",
|
|
4183
|
+
"description": "Default: -\n\n-"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "virtual",
|
|
4187
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4184
4188
|
}
|
|
4185
4189
|
]
|
|
4186
4190
|
},
|
|
4187
4191
|
{
|
|
4188
|
-
"name": "a-
|
|
4189
|
-
"description": "(ZH)
|
|
4192
|
+
"name": "a-switch",
|
|
4193
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
4190
4194
|
"attributes": [
|
|
4191
4195
|
{
|
|
4192
|
-
"name": "
|
|
4193
|
-
"description": "Default: false\n\
|
|
4196
|
+
"name": "auto-focus",
|
|
4197
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"name": "checked",
|
|
4201
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"name": "checked-children",
|
|
4205
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "checked-value",
|
|
4209
|
+
"description": "Default: true\n\nThe value when checked"
|
|
4194
4210
|
},
|
|
4195
4211
|
{
|
|
4196
4212
|
"name": "classes",
|
|
4197
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function
|
|
4213
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4198
4214
|
},
|
|
4199
4215
|
{
|
|
4200
|
-
"name": "
|
|
4201
|
-
"description": "Default:
|
|
4216
|
+
"name": "default-checked",
|
|
4217
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "default-value",
|
|
4221
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "disabled",
|
|
4225
|
+
"description": "Default: false\n\nDisable switch"
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "loading",
|
|
4229
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "size",
|
|
4233
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "styles",
|
|
4237
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "un-checked-children",
|
|
4241
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "un-checked-value",
|
|
4245
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4202
4246
|
},
|
|
4203
4247
|
{
|
|
4204
|
-
"name": "
|
|
4205
|
-
"description": "Default: -\n\
|
|
4248
|
+
"name": "value",
|
|
4249
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4250
|
+
}
|
|
4251
|
+
]
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "a-tabs",
|
|
4255
|
+
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
4256
|
+
"attributes": [
|
|
4257
|
+
{
|
|
4258
|
+
"name": "active-key",
|
|
4259
|
+
"description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
|
|
4206
4260
|
},
|
|
4207
4261
|
{
|
|
4208
|
-
"name": "
|
|
4209
|
-
"description": "Default: -\n\
|
|
4262
|
+
"name": "add-icon",
|
|
4263
|
+
"description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
|
|
4210
4264
|
},
|
|
4211
4265
|
{
|
|
4212
|
-
"name": "
|
|
4213
|
-
"description": "Default:
|
|
4266
|
+
"name": "animated",
|
|
4267
|
+
"description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
|
|
4214
4268
|
},
|
|
4215
4269
|
{
|
|
4216
|
-
"name": "
|
|
4217
|
-
"description": "Default: false\n\
|
|
4270
|
+
"name": "centered",
|
|
4271
|
+
"description": "Default: false\n\nCenters tabs"
|
|
4218
4272
|
},
|
|
4219
4273
|
{
|
|
4220
|
-
"name": "
|
|
4221
|
-
"description": "Default:
|
|
4274
|
+
"name": "classes",
|
|
4275
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4222
4276
|
},
|
|
4223
4277
|
{
|
|
4224
|
-
"name": "
|
|
4225
|
-
"description": "Default:
|
|
4278
|
+
"name": "default-active-key",
|
|
4279
|
+
"description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
|
|
4226
4280
|
},
|
|
4227
4281
|
{
|
|
4228
|
-
"name": "
|
|
4229
|
-
"description": "Default:
|
|
4282
|
+
"name": "hide-add",
|
|
4283
|
+
"description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
|
|
4230
4284
|
},
|
|
4231
4285
|
{
|
|
4232
|
-
"name": "
|
|
4233
|
-
"description": "Default:
|
|
4286
|
+
"name": "indicator",
|
|
4287
|
+
"description": "Default: -\n\nCustomize size and align of indicator"
|
|
4234
4288
|
},
|
|
4235
4289
|
{
|
|
4236
|
-
"name": "
|
|
4237
|
-
"description": "Default:
|
|
4290
|
+
"name": "items",
|
|
4291
|
+
"description": "Default: []\n\nConfigure tab content"
|
|
4238
4292
|
},
|
|
4239
4293
|
{
|
|
4240
|
-
"name": "
|
|
4241
|
-
"description": "Default:
|
|
4294
|
+
"name": "more",
|
|
4295
|
+
"description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
|
|
4242
4296
|
},
|
|
4243
4297
|
{
|
|
4244
|
-
"name": "
|
|
4245
|
-
"description": "Default: -\n\
|
|
4298
|
+
"name": "more-icon",
|
|
4299
|
+
"description": "Default: -\n\nCustom icon of the collapse menu"
|
|
4246
4300
|
},
|
|
4247
4301
|
{
|
|
4248
|
-
"name": "
|
|
4249
|
-
"description": "Default:
|
|
4302
|
+
"name": "remove-icon",
|
|
4303
|
+
"description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
|
|
4250
4304
|
},
|
|
4251
4305
|
{
|
|
4252
|
-
"name": "
|
|
4253
|
-
"description": "Default:
|
|
4306
|
+
"name": "render-tab-bar",
|
|
4307
|
+
"description": "Default: -\n\nReplace the TabBar"
|
|
4254
4308
|
},
|
|
4255
4309
|
{
|
|
4256
4310
|
"name": "size",
|
|
4257
|
-
"description": "Default:
|
|
4311
|
+
"description": "Default: middle\n\nPreset tab bar size"
|
|
4258
4312
|
},
|
|
4259
4313
|
{
|
|
4260
|
-
"name": "
|
|
4261
|
-
"description": "Default:
|
|
4314
|
+
"name": "styles",
|
|
4315
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4262
4316
|
},
|
|
4263
4317
|
{
|
|
4264
|
-
"name": "
|
|
4265
|
-
"description": "Default: -\n\
|
|
4318
|
+
"name": "tab-bar-extra-content",
|
|
4319
|
+
"description": "Default: -\n\nExtra content in tab bar"
|
|
4266
4320
|
},
|
|
4267
4321
|
{
|
|
4268
|
-
"name": "
|
|
4269
|
-
"description": "Default: -\n\
|
|
4322
|
+
"name": "tab-bar-gutter",
|
|
4323
|
+
"description": "Default: -\n\nThe gap between tabs"
|
|
4270
4324
|
},
|
|
4271
4325
|
{
|
|
4272
|
-
"name": "
|
|
4273
|
-
"description": "Default:
|
|
4326
|
+
"name": "tab-bar-style",
|
|
4327
|
+
"description": "Default: -\n\nTab bar style object"
|
|
4274
4328
|
},
|
|
4275
4329
|
{
|
|
4276
|
-
"name": "
|
|
4277
|
-
"description": "Default:
|
|
4330
|
+
"name": "tab-placement",
|
|
4331
|
+
"description": "Default: top\n\nPlacement of tabs"
|
|
4278
4332
|
},
|
|
4279
4333
|
{
|
|
4280
|
-
"name": "
|
|
4281
|
-
"description": "Default:
|
|
4334
|
+
"name": "destroy-on-hidden",
|
|
4335
|
+
"description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "type",
|
|
4339
|
+
"description": "Default: line\n\nBasic style of tabs"
|
|
4282
4340
|
}
|
|
4283
4341
|
]
|
|
4284
4342
|
},
|
|
@@ -4391,52 +4449,6 @@
|
|
|
4391
4449
|
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4392
4450
|
"attributes": []
|
|
4393
4451
|
},
|
|
4394
|
-
{
|
|
4395
|
-
"name": "a-timeline",
|
|
4396
|
-
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
4397
|
-
"attributes": [
|
|
4398
|
-
{
|
|
4399
|
-
"name": "classes",
|
|
4400
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "items",
|
|
4404
|
-
"description": "Default: -\n\nEach node of timeline"
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"name": "mode",
|
|
4408
|
-
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"name": "pending",
|
|
4412
|
-
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"name": "pending-dot",
|
|
4416
|
-
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"name": "reverse",
|
|
4420
|
-
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"name": "styles",
|
|
4424
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"name": "dot-render",
|
|
4428
|
-
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"name": "label-render",
|
|
4432
|
-
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
4433
|
-
},
|
|
4434
|
-
{
|
|
4435
|
-
"name": "content-render",
|
|
4436
|
-
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
4437
|
-
}
|
|
4438
|
-
]
|
|
4439
|
-
},
|
|
4440
4452
|
{
|
|
4441
4453
|
"name": "a-tooltip",
|
|
4442
4454
|
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
@@ -5091,52 +5103,6 @@
|
|
|
5091
5103
|
}
|
|
5092
5104
|
]
|
|
5093
5105
|
},
|
|
5094
|
-
{
|
|
5095
|
-
"name": "a-watermark",
|
|
5096
|
-
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5097
|
-
"attributes": [
|
|
5098
|
-
{
|
|
5099
|
-
"name": "width",
|
|
5100
|
-
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5101
|
-
},
|
|
5102
|
-
{
|
|
5103
|
-
"name": "height",
|
|
5104
|
-
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5105
|
-
},
|
|
5106
|
-
{
|
|
5107
|
-
"name": "inherit",
|
|
5108
|
-
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"name": "rotate",
|
|
5112
|
-
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5113
|
-
},
|
|
5114
|
-
{
|
|
5115
|
-
"name": "z-index",
|
|
5116
|
-
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"name": "image",
|
|
5120
|
-
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5121
|
-
},
|
|
5122
|
-
{
|
|
5123
|
-
"name": "content",
|
|
5124
|
-
"description": "Default: -\n\nWatermark text content"
|
|
5125
|
-
},
|
|
5126
|
-
{
|
|
5127
|
-
"name": "font",
|
|
5128
|
-
"description": "Default: Font\n\nText style"
|
|
5129
|
-
},
|
|
5130
|
-
{
|
|
5131
|
-
"name": "gap",
|
|
5132
|
-
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5133
|
-
},
|
|
5134
|
-
{
|
|
5135
|
-
"name": "offset",
|
|
5136
|
-
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5137
|
-
}
|
|
5138
|
-
]
|
|
5139
|
-
},
|
|
5140
5106
|
{
|
|
5141
5107
|
"name": "a-upload",
|
|
5142
5108
|
"description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
|
|
@@ -5244,64 +5210,94 @@
|
|
|
5244
5210
|
]
|
|
5245
5211
|
},
|
|
5246
5212
|
{
|
|
5247
|
-
"name": "a-
|
|
5248
|
-
"description": "(ZH)
|
|
5213
|
+
"name": "a-watermark",
|
|
5214
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5249
5215
|
"attributes": [
|
|
5250
5216
|
{
|
|
5251
|
-
"name": "
|
|
5252
|
-
"description": "Default:
|
|
5217
|
+
"name": "width",
|
|
5218
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5253
5219
|
},
|
|
5254
5220
|
{
|
|
5255
|
-
"name": "
|
|
5256
|
-
"description": "Default:
|
|
5221
|
+
"name": "height",
|
|
5222
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5257
5223
|
},
|
|
5258
5224
|
{
|
|
5259
|
-
"name": "
|
|
5260
|
-
"description": "Default:
|
|
5225
|
+
"name": "inherit",
|
|
5226
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5261
5227
|
},
|
|
5262
5228
|
{
|
|
5263
|
-
"name": "
|
|
5264
|
-
"description": "Default:
|
|
5229
|
+
"name": "rotate",
|
|
5230
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "z-index",
|
|
5234
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "image",
|
|
5238
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "content",
|
|
5242
|
+
"description": "Default: -\n\nWatermark text content"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "font",
|
|
5246
|
+
"description": "Default: Font\n\nText style"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "gap",
|
|
5250
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5265
5251
|
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "offset",
|
|
5254
|
+
"description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
|
|
5255
|
+
}
|
|
5256
|
+
]
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "a-timeline",
|
|
5260
|
+
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
5261
|
+
"attributes": [
|
|
5266
5262
|
{
|
|
5267
5263
|
"name": "classes",
|
|
5268
5264
|
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
5269
5265
|
},
|
|
5270
5266
|
{
|
|
5271
|
-
"name": "
|
|
5272
|
-
"description": "Default:
|
|
5267
|
+
"name": "items",
|
|
5268
|
+
"description": "Default: -\n\nEach node of timeline"
|
|
5273
5269
|
},
|
|
5274
5270
|
{
|
|
5275
|
-
"name": "
|
|
5276
|
-
"description": "Default: -\n\
|
|
5271
|
+
"name": "mode",
|
|
5272
|
+
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
5277
5273
|
},
|
|
5278
5274
|
{
|
|
5279
|
-
"name": "
|
|
5280
|
-
"description": "Default: false\n\
|
|
5275
|
+
"name": "pending",
|
|
5276
|
+
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
5281
5277
|
},
|
|
5282
5278
|
{
|
|
5283
|
-
"name": "
|
|
5284
|
-
"description": "Default:
|
|
5279
|
+
"name": "pending-dot",
|
|
5280
|
+
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
5285
5281
|
},
|
|
5286
5282
|
{
|
|
5287
|
-
"name": "
|
|
5288
|
-
"description": "Default:
|
|
5283
|
+
"name": "reverse",
|
|
5284
|
+
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
5289
5285
|
},
|
|
5290
5286
|
{
|
|
5291
5287
|
"name": "styles",
|
|
5292
5288
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
5293
5289
|
},
|
|
5294
5290
|
{
|
|
5295
|
-
"name": "
|
|
5296
|
-
"description": "Default: -\n\
|
|
5291
|
+
"name": "dot-render",
|
|
5292
|
+
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
5297
5293
|
},
|
|
5298
5294
|
{
|
|
5299
|
-
"name": "
|
|
5300
|
-
"description": "Default:
|
|
5295
|
+
"name": "label-render",
|
|
5296
|
+
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
5301
5297
|
},
|
|
5302
5298
|
{
|
|
5303
|
-
"name": "
|
|
5304
|
-
"description": "Default: -\n\
|
|
5299
|
+
"name": "content-render",
|
|
5300
|
+
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
5305
5301
|
}
|
|
5306
5302
|
]
|
|
5307
5303
|
},
|