antdv-next 1.2.1 → 1.2.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +2 -2
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/vueNode.d.ts +2 -7
- 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 +6396 -6386
- package/dist/antd-with-locales.js +74 -74
- package/dist/antd.esm.js +1256 -1246
- package/dist/antd.js +16 -16
- 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/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +2 -2
- package/dist/badge/Ribbon.d.ts +2 -2
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +3 -3
- package/dist/badge/style/index.d.ts +2 -2
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +2 -2
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/buttonHelper.d.ts +1 -1
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +2 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +2 -2
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +2 -2
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/hooks/useCheckable.d.ts +2 -2
- package/dist/cascader/index.d.ts +2 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +2 -2
- package/dist/checkbox/style/index.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +2 -2
- package/dist/collapse/CollapsePanel.d.ts +2 -2
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/components.d.ts +10 -10
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +15 -15
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +4 -4
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/util.d.ts +3 -3
- package/dist/descriptions/Cell.d.ts +2 -2
- package/dist/descriptions/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 +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/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 +6 -6
- package/dist/image/index.d.ts +3 -3
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +12 -11
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +2 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/index.d.ts +2 -2
- package/dist/input/Password.d.ts +2 -2
- package/dist/input/Search.d.ts +2 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input-number/index.d.ts +2 -2
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +19 -8
- package/dist/masonry/MasonryItem.d.ts +4 -4
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/index.d.ts +6 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +2 -2
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +2 -2
- package/dist/menu/MenuItemGroup.d.ts +2 -2
- package/dist/menu/OverrideContext.d.ts +3 -3
- package/dist/menu/SubMenu.d.ts +2 -2
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/message/PurePanel.d.ts +3 -3
- package/dist/message/style/index.d.ts +2 -2
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
- package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
- package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
- package/dist/modal/components/NormalOkBtn.d.ts +2 -2
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +2 -2
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PurePanel.d.ts +3 -3
- package/dist/notification/style/index.d.ts +2 -2
- package/dist/notification/style/pure-panel.d.ts +4 -4
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/package.js +1 -1
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +3 -3
- package/dist/popconfirm/index.d.ts +2 -2
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +4 -4
- package/dist/popover/index.d.ts +2 -2
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/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/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 +5 -5
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +4 -4
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +2 -2
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +2 -2
- package/dist/spin/index.d.ts +2 -2
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +2 -2
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +2 -2
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +2 -2
- package/dist/steps/style/index.d.ts +2 -2
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/style/index.d.ts +2 -2
- package/dist/table/Column.d.ts +2 -2
- package/dist/table/ColumnGroup.d.ts +2 -2
- package/dist/table/ExpandIcon.d.ts +2 -2
- package/dist/table/InternalTable.d.ts +2 -2
- package/dist/table/Table.d.ts +2 -2
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/useFilter/index.d.ts +11 -11
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +2 -2
- package/dist/tag/CheckableTagGroup.d.ts +2 -2
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +2 -2
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +4 -5
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +4 -4
- package/dist/timeline/Timeline.d.ts +2 -2
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/panelRender.js +2 -8
- 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/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 +1 -1
- package/web-tags.json +1402 -1398
- package/web-types.json +4379 -4366
package/web-tags.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.1",
|
|
2
|
+
"version": "1.2.2-beta.1",
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "a-affix",
|
|
@@ -20,122 +20,124 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"name": "a-
|
|
24
|
-
"description": "(ZH)
|
|
23
|
+
"name": "a-anchor",
|
|
24
|
+
"description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
|
|
25
25
|
"attributes": [
|
|
26
26
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
"description": "Default:
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "closable",
|
|
32
|
-
"description": "Default: false\n\nThe config of closable, >=5.15.0: support aria-*"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "title",
|
|
36
|
-
"description": "Default: -\n\nContent of Alert"
|
|
27
|
+
"name": "affix",
|
|
28
|
+
"description": "Default: true\n\nFixed mode of Anchor"
|
|
37
29
|
},
|
|
38
30
|
{
|
|
39
|
-
"name": "
|
|
40
|
-
"description": "Default:
|
|
31
|
+
"name": "bounds",
|
|
32
|
+
"description": "Default: 5\n\nBounding distance of anchor area"
|
|
41
33
|
},
|
|
42
34
|
{
|
|
43
|
-
"name": "
|
|
44
|
-
"description": "Default: -\n\
|
|
35
|
+
"name": "classes",
|
|
36
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
45
37
|
},
|
|
46
38
|
{
|
|
47
|
-
"name": "
|
|
48
|
-
"description": "Default:
|
|
39
|
+
"name": "get-container",
|
|
40
|
+
"description": "Default: () => window\n\nScrolling container"
|
|
49
41
|
},
|
|
50
42
|
{
|
|
51
|
-
"name": "
|
|
52
|
-
"description": "Default:
|
|
43
|
+
"name": "get-current-anchor",
|
|
44
|
+
"description": "Default: -\n\nCustomize the anchor highlight"
|
|
53
45
|
},
|
|
54
46
|
{
|
|
55
|
-
"name": "
|
|
56
|
-
"description": "Default: -\n\
|
|
47
|
+
"name": "offset-top",
|
|
48
|
+
"description": "Default: -\n\nPixels to offset from top when calculating position of scroll"
|
|
57
49
|
},
|
|
58
50
|
{
|
|
59
|
-
"name": "
|
|
60
|
-
"description": "Default:
|
|
51
|
+
"name": "show-ink-in-fixed",
|
|
52
|
+
"description": "Default: false\n\nWhether show ink-square when affix={false}"
|
|
61
53
|
},
|
|
62
54
|
{
|
|
63
55
|
"name": "styles",
|
|
64
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "banner",
|
|
68
|
-
"description": "Default: false\n\nWhether to show as banner"
|
|
56
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
69
57
|
},
|
|
70
58
|
{
|
|
71
|
-
"name": "
|
|
72
|
-
"description": "Default: -\n\
|
|
59
|
+
"name": "target-offset",
|
|
60
|
+
"description": "Default: -\n\nAnchor scroll offset, default as offsetTop, example"
|
|
73
61
|
},
|
|
74
62
|
{
|
|
75
|
-
"name": "
|
|
76
|
-
"description": "Default: -\n\
|
|
63
|
+
"name": "items",
|
|
64
|
+
"description": "Default: -\n\nData configuration option content, support nesting through children"
|
|
77
65
|
},
|
|
78
66
|
{
|
|
79
|
-
"name": "
|
|
80
|
-
"description": "Default:
|
|
67
|
+
"name": "direction",
|
|
68
|
+
"description": "Default: vertical\n\nSet Anchor direction"
|
|
81
69
|
},
|
|
82
70
|
{
|
|
83
|
-
"name": "
|
|
84
|
-
"description": "Default:
|
|
71
|
+
"name": "replace",
|
|
72
|
+
"description": "Default: false\n\nReplace items' href in browser history instead of pushing it"
|
|
85
73
|
}
|
|
86
74
|
]
|
|
87
75
|
},
|
|
88
76
|
{
|
|
89
|
-
"name": "a-
|
|
90
|
-
"description": "(ZH)
|
|
77
|
+
"name": "a-avatar",
|
|
78
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
91
79
|
"attributes": [
|
|
92
80
|
{
|
|
93
|
-
"name": "
|
|
94
|
-
"description": "Default:
|
|
81
|
+
"name": "shape",
|
|
82
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
95
83
|
},
|
|
96
84
|
{
|
|
97
|
-
"name": "
|
|
98
|
-
"description": "Default:
|
|
85
|
+
"name": "size",
|
|
86
|
+
"description": "Default: medium\n\nThe size of the avatar"
|
|
99
87
|
},
|
|
100
88
|
{
|
|
101
|
-
"name": "
|
|
102
|
-
"description": "Default:
|
|
89
|
+
"name": "gap",
|
|
90
|
+
"description": "Default: 4\n\nLetter type unit distance between left and right sides"
|
|
103
91
|
},
|
|
104
92
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "Default:
|
|
93
|
+
"name": "src",
|
|
94
|
+
"description": "Default: -\n\nThe address of the image for an image avatar or image element"
|
|
107
95
|
},
|
|
108
96
|
{
|
|
109
|
-
"name": "
|
|
110
|
-
"description": "Default: -\n\
|
|
97
|
+
"name": "src-set",
|
|
98
|
+
"description": "Default: -\n\nA list of sources to use for different screen resolutions"
|
|
111
99
|
},
|
|
112
100
|
{
|
|
113
|
-
"name": "
|
|
114
|
-
"description": "Default:
|
|
101
|
+
"name": "draggable",
|
|
102
|
+
"description": "Default: true\n\nWhether the picture is allowed to be dragged"
|
|
115
103
|
},
|
|
116
104
|
{
|
|
117
|
-
"name": "
|
|
118
|
-
"description": "Default:
|
|
105
|
+
"name": "icon",
|
|
106
|
+
"description": "Default: -\n\nCustom icon type for an icon avatar"
|
|
119
107
|
},
|
|
120
108
|
{
|
|
121
|
-
"name": "
|
|
122
|
-
"description": "Default: -\n\
|
|
109
|
+
"name": "alt",
|
|
110
|
+
"description": "Default: -\n\nThis attribute defines the alternative text describing the image"
|
|
123
111
|
},
|
|
124
112
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "Default: -\n\
|
|
113
|
+
"name": "cross-origin",
|
|
114
|
+
"description": "Default: -\n\nCORS settings attributes"
|
|
127
115
|
},
|
|
128
116
|
{
|
|
129
|
-
"name": "
|
|
130
|
-
"description": "Default: -\n\
|
|
117
|
+
"name": "on-error",
|
|
118
|
+
"description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "a-avatar-group",
|
|
124
|
+
"description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
|
|
125
|
+
"attributes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "prefix-cls",
|
|
128
|
+
"description": "Default: -\n\n-"
|
|
131
129
|
},
|
|
132
130
|
{
|
|
133
|
-
"name": "
|
|
134
|
-
"description": "Default:
|
|
131
|
+
"name": "max",
|
|
132
|
+
"description": "Default: -\n\n-"
|
|
135
133
|
},
|
|
136
134
|
{
|
|
137
|
-
"name": "
|
|
138
|
-
"description": "Default:
|
|
135
|
+
"name": "size",
|
|
136
|
+
"description": "Default: default\n\nThe size of the avatar"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "shape",
|
|
140
|
+
"description": "Default: circle\n\nThe shape of avatar"
|
|
139
141
|
}
|
|
140
142
|
]
|
|
141
143
|
},
|
|
@@ -248,130 +250,176 @@
|
|
|
248
250
|
]
|
|
249
251
|
},
|
|
250
252
|
{
|
|
251
|
-
"name": "a-
|
|
252
|
-
"description": "(ZH)
|
|
253
|
+
"name": "a-alert",
|
|
254
|
+
"description": "(ZH) 警告提示,展现需要关注的信息。\n\n(EN) Display warning messages that require attention.",
|
|
253
255
|
"attributes": [
|
|
254
256
|
{
|
|
255
|
-
"name": "
|
|
256
|
-
"description": "Default:
|
|
257
|
+
"name": "type",
|
|
258
|
+
"description": "Default: info, in banner mode default is warning\n\nType of Alert styles, options: success, info, warning, error"
|
|
257
259
|
},
|
|
258
260
|
{
|
|
259
|
-
"name": "
|
|
260
|
-
"description": "Default:
|
|
261
|
+
"name": "closable",
|
|
262
|
+
"description": "Default: false\n\nThe config of closable, >=5.15.0: support aria-*"
|
|
261
263
|
},
|
|
262
264
|
{
|
|
263
|
-
"name": "
|
|
264
|
-
"description": "Default:
|
|
265
|
+
"name": "title",
|
|
266
|
+
"description": "Default: -\n\nContent of Alert"
|
|
265
267
|
},
|
|
266
268
|
{
|
|
267
|
-
"name": "
|
|
268
|
-
"description": "Default: -\n\
|
|
269
|
+
"name": "message",
|
|
270
|
+
"description": "Default: -\n\nContent of Alert, please use title instead"
|
|
269
271
|
},
|
|
270
272
|
{
|
|
271
|
-
"name": "
|
|
272
|
-
"description": "Default: -\n\
|
|
273
|
+
"name": "description",
|
|
274
|
+
"description": "Default: -\n\nAdditional content of Alert"
|
|
273
275
|
},
|
|
274
276
|
{
|
|
275
|
-
"name": "
|
|
276
|
-
"description": "Default:
|
|
277
|
+
"name": "after-close",
|
|
278
|
+
"description": "Default: -\n\nCalled when close animation is finished, please use closable.afterClose instead"
|
|
277
279
|
},
|
|
278
280
|
{
|
|
279
|
-
"name": "icon",
|
|
280
|
-
"description": "Default:
|
|
281
|
+
"name": "show-icon",
|
|
282
|
+
"description": "Default: false, in banner mode default is true\n\nWhether to show icon"
|
|
281
283
|
},
|
|
282
284
|
{
|
|
283
|
-
"name": "
|
|
284
|
-
"description": "Default: -\n\
|
|
285
|
+
"name": "role",
|
|
286
|
+
"description": "Default: -\n\nhttps://www.w3.org/TR/2014/REC-html5-20141028/dom.html#aria-role-attribute"
|
|
285
287
|
},
|
|
286
288
|
{
|
|
287
|
-
"name": "
|
|
288
|
-
"description": "Default: -\n\
|
|
289
|
+
"name": "classes",
|
|
290
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
289
291
|
},
|
|
290
292
|
{
|
|
291
|
-
"name": "
|
|
292
|
-
"description": "Default: -\n\
|
|
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": [
|
|
293
|
+
"name": "styles",
|
|
294
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
295
|
+
},
|
|
300
296
|
{
|
|
301
|
-
"name": "
|
|
302
|
-
"description": "Default:
|
|
297
|
+
"name": "banner",
|
|
298
|
+
"description": "Default: false\n\nWhether to show as banner"
|
|
303
299
|
},
|
|
304
300
|
{
|
|
305
|
-
"name": "
|
|
301
|
+
"name": "icon",
|
|
302
|
+
"description": "Default: -\n\nCustom icon, effective when showIcon is true"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "close-icon",
|
|
306
306
|
"description": "Default: -\n\n-"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
|
-
"name": "
|
|
310
|
-
"description": "Default:
|
|
309
|
+
"name": "action",
|
|
310
|
+
"description": "Default: -\n\nThe action of Alert"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
|
-
"name": "
|
|
314
|
-
"description": "Default:
|
|
313
|
+
"name": "id",
|
|
314
|
+
"description": "Default: -\n\n-"
|
|
315
315
|
}
|
|
316
316
|
]
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
|
-
"name": "a-
|
|
320
|
-
"description": "(ZH)
|
|
319
|
+
"name": "a-calendar",
|
|
320
|
+
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
321
321
|
"attributes": [
|
|
322
322
|
{
|
|
323
|
-
"name": "
|
|
324
|
-
"description": "Default: -\n\
|
|
323
|
+
"name": "prefix-cls",
|
|
324
|
+
"description": "Default: -\n\n-"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
|
-
"name": "
|
|
328
|
-
"description": "Default: -\n\
|
|
327
|
+
"name": "root-class",
|
|
328
|
+
"description": "Default: -\n\n-"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
|
-
"name": "
|
|
332
|
-
"description": "Default: -\n\
|
|
331
|
+
"name": "classes",
|
|
332
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
|
-
"name": "
|
|
336
|
-
"description": "Default: -\n\
|
|
335
|
+
"name": "styles",
|
|
336
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
"name": "
|
|
340
|
-
"description": "Default:
|
|
339
|
+
"name": "locale",
|
|
340
|
+
"description": "Default: (default)\n\nThe calendar's locale"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
"name": "
|
|
344
|
-
"description": "Default:
|
|
343
|
+
"name": "valid-range",
|
|
344
|
+
"description": "Default: -\n\nTo set valid range"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
|
-
"name": "
|
|
348
|
-
"description": "Default: -\n\
|
|
349
|
-
}
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "a-badge",
|
|
354
|
-
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
355
|
-
"attributes": [
|
|
356
|
-
{
|
|
357
|
-
"name": "count",
|
|
358
|
-
"description": "Default: -\n\nNumber to show in badge"
|
|
347
|
+
"name": "disabled-date",
|
|
348
|
+
"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"
|
|
359
349
|
},
|
|
360
350
|
{
|
|
361
|
-
"name": "
|
|
362
|
-
"description": "Default:
|
|
351
|
+
"name": "date-full-cell-render",
|
|
352
|
+
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
363
353
|
},
|
|
364
354
|
{
|
|
365
|
-
"name": "
|
|
366
|
-
"description": "Default:
|
|
355
|
+
"name": "date-cell-render",
|
|
356
|
+
"description": "Default: -\n\nDeprecated."
|
|
367
357
|
},
|
|
368
358
|
{
|
|
369
|
-
"name": "
|
|
370
|
-
"description": "Default:
|
|
359
|
+
"name": "month-full-cell-render",
|
|
360
|
+
"description": "Default: -\n\nDeprecated."
|
|
371
361
|
},
|
|
372
362
|
{
|
|
373
|
-
"name": "
|
|
374
|
-
"description": "Default: -\n\
|
|
363
|
+
"name": "month-cell-render",
|
|
364
|
+
"description": "Default: -\n\nDeprecated."
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "cell-render",
|
|
368
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "full-cell-render",
|
|
372
|
+
"description": "Default: -\n\nCustomize cell content"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "header-render",
|
|
376
|
+
"description": "Default: -\n\nRender custom header in panel"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "value",
|
|
380
|
+
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "default-value",
|
|
384
|
+
"description": "Default: -\n\nThe date selected by default"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "mode",
|
|
388
|
+
"description": "Default: month\n\nThe display mode of the calendar"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "fullscreen",
|
|
392
|
+
"description": "Default: true\n\nWhether to display in full-screen"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "show-week",
|
|
396
|
+
"description": "Default: false\n\nWhether to display week number"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "a-badge",
|
|
402
|
+
"description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
|
|
403
|
+
"attributes": [
|
|
404
|
+
{
|
|
405
|
+
"name": "count",
|
|
406
|
+
"description": "Default: -\n\nNumber to show in badge"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "show-zero",
|
|
410
|
+
"description": "Default: false\n\nWhether to show badge when count is zero"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "overflow-count",
|
|
414
|
+
"description": "Default: 99\n\nMax count to show"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "dot",
|
|
418
|
+
"description": "Default: false\n\nWhether to display a red dot instead of count"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "scroll-number-prefix-cls",
|
|
422
|
+
"description": "Default: -\n\n-"
|
|
375
423
|
},
|
|
376
424
|
{
|
|
377
425
|
"name": "status",
|
|
@@ -482,48 +530,36 @@
|
|
|
482
530
|
]
|
|
483
531
|
},
|
|
484
532
|
{
|
|
485
|
-
"name": "a-
|
|
486
|
-
"description": "(ZH)
|
|
533
|
+
"name": "a-breadcrumb",
|
|
534
|
+
"description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
|
|
487
535
|
"attributes": [
|
|
488
536
|
{
|
|
489
|
-
"name": "
|
|
490
|
-
"description": "Default:
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "id",
|
|
494
|
-
"description": "Default: -\n\n-"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "slick-go-to",
|
|
498
|
-
"description": "Default: -\n\n-"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"name": "dot-position",
|
|
502
|
-
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
537
|
+
"name": "classes",
|
|
538
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
503
539
|
},
|
|
504
540
|
{
|
|
505
|
-
"name": "
|
|
506
|
-
"description": "Default:
|
|
541
|
+
"name": "dropdown-icon",
|
|
542
|
+
"description": "Default: -\n\nCustom dropdown icon"
|
|
507
543
|
},
|
|
508
544
|
{
|
|
509
|
-
"name": "
|
|
510
|
-
"description": "Default:
|
|
545
|
+
"name": "item-render",
|
|
546
|
+
"description": "Default: -\n\nCustom item renderer, work with vue-router"
|
|
511
547
|
},
|
|
512
548
|
{
|
|
513
|
-
"name": "
|
|
514
|
-
"description": "Default:
|
|
549
|
+
"name": "params",
|
|
550
|
+
"description": "Default: -\n\nRouting parameters"
|
|
515
551
|
},
|
|
516
552
|
{
|
|
517
|
-
"name": "
|
|
518
|
-
"description": "Default:
|
|
553
|
+
"name": "items",
|
|
554
|
+
"description": "Default: -\n\nThe routing stack information of router"
|
|
519
555
|
},
|
|
520
556
|
{
|
|
521
|
-
"name": "
|
|
522
|
-
"description": "Default:
|
|
557
|
+
"name": "separator",
|
|
558
|
+
"description": "Default: /\n\nCustom separator"
|
|
523
559
|
},
|
|
524
560
|
{
|
|
525
|
-
"name": "
|
|
526
|
-
"description": "Default: -\n\
|
|
561
|
+
"name": "styles",
|
|
562
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
527
563
|
}
|
|
528
564
|
]
|
|
529
565
|
},
|
|
@@ -657,88 +693,6 @@
|
|
|
657
693
|
}
|
|
658
694
|
]
|
|
659
695
|
},
|
|
660
|
-
{
|
|
661
|
-
"name": "a-calendar",
|
|
662
|
-
"description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
|
|
663
|
-
"attributes": [
|
|
664
|
-
{
|
|
665
|
-
"name": "prefix-cls",
|
|
666
|
-
"description": "Default: -\n\n-"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "root-class",
|
|
670
|
-
"description": "Default: -\n\n-"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "classes",
|
|
674
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "styles",
|
|
678
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "locale",
|
|
682
|
-
"description": "Default: (default)\n\nThe calendar's locale"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "valid-range",
|
|
686
|
-
"description": "Default: -\n\nTo set valid range"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "disabled-date",
|
|
690
|
-
"description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "date-full-cell-render",
|
|
694
|
-
"description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "date-cell-render",
|
|
698
|
-
"description": "Default: -\n\nDeprecated."
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "month-full-cell-render",
|
|
702
|
-
"description": "Default: -\n\nDeprecated."
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "month-cell-render",
|
|
706
|
-
"description": "Default: -\n\nDeprecated."
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "cell-render",
|
|
710
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "full-cell-render",
|
|
714
|
-
"description": "Default: -\n\nCustomize cell content"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"name": "header-render",
|
|
718
|
-
"description": "Default: -\n\nRender custom header in panel"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"name": "value",
|
|
722
|
-
"description": "Default: -\n\nThe current selected date, support v-model:value"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "default-value",
|
|
726
|
-
"description": "Default: -\n\nThe date selected by default"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "mode",
|
|
730
|
-
"description": "Default: month\n\nThe display mode of the calendar"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "fullscreen",
|
|
734
|
-
"description": "Default: true\n\nWhether to display in full-screen"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"name": "show-week",
|
|
738
|
-
"description": "Default: false\n\nWhether to display week number"
|
|
739
|
-
}
|
|
740
|
-
]
|
|
741
|
-
},
|
|
742
696
|
{
|
|
743
697
|
"name": "a-cascader",
|
|
744
698
|
"description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
|
|
@@ -846,32 +800,60 @@
|
|
|
846
800
|
]
|
|
847
801
|
},
|
|
848
802
|
{
|
|
849
|
-
"name": "a-
|
|
850
|
-
"description": "(ZH)
|
|
803
|
+
"name": "a-collapse",
|
|
804
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
851
805
|
"attributes": [
|
|
852
806
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"description": "Default:
|
|
807
|
+
"name": "active-key",
|
|
808
|
+
"description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
|
|
855
809
|
},
|
|
856
810
|
{
|
|
857
|
-
"name": "
|
|
858
|
-
"description": "Default:
|
|
811
|
+
"name": "default-active-key",
|
|
812
|
+
"description": "Default: -\n\nKey of the initial active panel"
|
|
859
813
|
},
|
|
860
814
|
{
|
|
861
|
-
"name": "
|
|
862
|
-
"description": "Default: false\n\
|
|
815
|
+
"name": "accordion",
|
|
816
|
+
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
863
817
|
},
|
|
864
818
|
{
|
|
865
|
-
"name": "
|
|
866
|
-
"description": "Default: false\n\
|
|
819
|
+
"name": "destroy-on-hidden",
|
|
820
|
+
"description": "Default: false\n\nDestroy Inactive Panel"
|
|
867
821
|
},
|
|
868
822
|
{
|
|
869
|
-
"name": "
|
|
870
|
-
"description": "Default:
|
|
823
|
+
"name": "root-class",
|
|
824
|
+
"description": "Default: -\n\nRoot container class"
|
|
871
825
|
},
|
|
872
826
|
{
|
|
873
|
-
"name": "
|
|
874
|
-
"description": "Default:
|
|
827
|
+
"name": "bordered",
|
|
828
|
+
"description": "Default: true\n\nToggles rendering of the border around the collapse block"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "expand-icon",
|
|
832
|
+
"description": "Default: -\n\nAllow to customize collapse icon"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "expand-icon-placement",
|
|
836
|
+
"description": "Default: start\n\nSet expand icon placement"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "ghost",
|
|
840
|
+
"description": "Default: false\n\nMake the collapse borderless and its background transparent"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "size",
|
|
844
|
+
"description": "Default: middle\n\nSet the size of collapse"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "collapsible",
|
|
848
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "label-render",
|
|
852
|
+
"description": "Default: -\n\nCustom render label"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "content-render",
|
|
856
|
+
"description": "Default: -\n\nCustom render content"
|
|
875
857
|
},
|
|
876
858
|
{
|
|
877
859
|
"name": "classes",
|
|
@@ -880,226 +862,142 @@
|
|
|
880
862
|
{
|
|
881
863
|
"name": "styles",
|
|
882
864
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "items",
|
|
868
|
+
"description": "Default: -\n\nCollapse items content"
|
|
883
869
|
}
|
|
884
870
|
]
|
|
885
871
|
},
|
|
886
872
|
{
|
|
887
|
-
"name": "a-
|
|
888
|
-
"description": "(ZH)
|
|
873
|
+
"name": "a-collapse-panel",
|
|
874
|
+
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
889
875
|
"attributes": [
|
|
890
876
|
{
|
|
891
|
-
"name": "
|
|
892
|
-
"description": "Default:
|
|
877
|
+
"name": "header",
|
|
878
|
+
"description": "Default: -\n\n-"
|
|
893
879
|
},
|
|
894
880
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "Default:
|
|
881
|
+
"name": "show-arrow",
|
|
882
|
+
"description": "Default: true\n\n-"
|
|
897
883
|
},
|
|
898
884
|
{
|
|
899
|
-
"name": "
|
|
900
|
-
"description": "Default: -\n\
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"name": "value",
|
|
904
|
-
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
885
|
+
"name": "extra",
|
|
886
|
+
"description": "Default: -\n\n-"
|
|
905
887
|
},
|
|
906
888
|
{
|
|
907
|
-
"name": "
|
|
908
|
-
"description": "Default: -\n\
|
|
889
|
+
"name": "collapsible",
|
|
890
|
+
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
909
891
|
}
|
|
910
892
|
]
|
|
911
893
|
},
|
|
912
894
|
{
|
|
913
|
-
"name": "a-
|
|
914
|
-
"description": "(ZH)
|
|
895
|
+
"name": "a-checkbox",
|
|
896
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
915
897
|
"attributes": [
|
|
916
898
|
{
|
|
917
|
-
"name": "
|
|
918
|
-
"description": "Default: false\n\
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"name": "arrow",
|
|
922
|
-
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "auto-adjust-overflow",
|
|
926
|
-
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "classes",
|
|
930
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"name": "default-format",
|
|
934
|
-
"description": "Default: hex\n\nDefault format of color"
|
|
899
|
+
"name": "checked",
|
|
900
|
+
"description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
|
|
935
901
|
},
|
|
936
902
|
{
|
|
937
|
-
"name": "
|
|
938
|
-
"description": "Default:
|
|
903
|
+
"name": "checked-value",
|
|
904
|
+
"description": "Default: true\n\nThe value when checked"
|
|
939
905
|
},
|
|
940
906
|
{
|
|
941
|
-
"name": "
|
|
942
|
-
"description": "Default: false\n\nWhether
|
|
907
|
+
"name": "default-checked",
|
|
908
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
943
909
|
},
|
|
944
910
|
{
|
|
945
911
|
"name": "disabled",
|
|
946
|
-
"description": "Default: false\n\
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "disabled-alpha",
|
|
950
|
-
"description": "Default: false\n\nDisable Alpha"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"name": "disabled-format",
|
|
954
|
-
"description": "Default: false\n\nDisable format of color"
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "format",
|
|
958
|
-
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"name": "get-popup-container",
|
|
962
|
-
"description": "Default: -\n\nSpecify container for popup"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"name": "mode",
|
|
966
|
-
"description": "Default: single\n\nConfigure single or gradient color"
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "open",
|
|
970
|
-
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "placement",
|
|
974
|
-
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"name": "presets",
|
|
978
|
-
"description": "Default: -\n\nPreset colors"
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"name": "panel-render",
|
|
982
|
-
"description": "Default: -\n\nCustom Render Panel"
|
|
912
|
+
"description": "Default: false\n\nIf disable checkbox"
|
|
983
913
|
},
|
|
984
914
|
{
|
|
985
|
-
"name": "
|
|
986
|
-
"description": "Default:
|
|
915
|
+
"name": "indeterminate",
|
|
916
|
+
"description": "Default: false\n\nThe indeterminate checked state of checkbox"
|
|
987
917
|
},
|
|
988
918
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"description": "Default: false\n\
|
|
919
|
+
"name": "un-checked-value",
|
|
920
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
991
921
|
},
|
|
992
922
|
{
|
|
993
|
-
"name": "
|
|
994
|
-
"description": "Default:
|
|
923
|
+
"name": "classes",
|
|
924
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
995
925
|
},
|
|
996
926
|
{
|
|
997
927
|
"name": "styles",
|
|
998
928
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "trigger",
|
|
1002
|
-
"description": "Default: click\n\nColorPicker trigger mode"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "value-format",
|
|
1006
|
-
"description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "value",
|
|
1010
|
-
"description": "Default: -\n\nValue of color, support v-model:value"
|
|
1011
929
|
}
|
|
1012
930
|
]
|
|
1013
931
|
},
|
|
1014
932
|
{
|
|
1015
|
-
"name": "a-
|
|
1016
|
-
"description": "(ZH)
|
|
933
|
+
"name": "a-checkbox-group",
|
|
934
|
+
"description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
|
|
1017
935
|
"attributes": [
|
|
1018
936
|
{
|
|
1019
|
-
"name": "
|
|
1020
|
-
"description": "Default:
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "default-active-key",
|
|
1024
|
-
"description": "Default: -\n\nKey of the initial active panel"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "accordion",
|
|
1028
|
-
"description": "Default: false\n\nIf true, Collapse renders as Accordion"
|
|
937
|
+
"name": "options",
|
|
938
|
+
"description": "Default: \\[]\n\nSpecifies options"
|
|
1029
939
|
},
|
|
1030
940
|
{
|
|
1031
|
-
"name": "
|
|
1032
|
-
"description": "Default: false\n\
|
|
941
|
+
"name": "disabled",
|
|
942
|
+
"description": "Default: false\n\nIf disable all checkboxes"
|
|
1033
943
|
},
|
|
1034
944
|
{
|
|
1035
|
-
"name": "
|
|
1036
|
-
"description": "Default: -\n\
|
|
945
|
+
"name": "name",
|
|
946
|
+
"description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
|
|
1037
947
|
},
|
|
1038
948
|
{
|
|
1039
|
-
"name": "
|
|
1040
|
-
"description": "Default:
|
|
949
|
+
"name": "value",
|
|
950
|
+
"description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
|
|
1041
951
|
},
|
|
1042
952
|
{
|
|
1043
|
-
"name": "
|
|
1044
|
-
"description": "Default: -\n\
|
|
1045
|
-
}
|
|
953
|
+
"name": "label-render",
|
|
954
|
+
"description": "Default: -\n\n-"
|
|
955
|
+
}
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "a-carousel",
|
|
960
|
+
"description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
|
|
961
|
+
"attributes": [
|
|
1046
962
|
{
|
|
1047
|
-
"name": "
|
|
1048
|
-
"description": "Default:
|
|
963
|
+
"name": "effect",
|
|
964
|
+
"description": "Default: scrollx\n\nTransition effect"
|
|
1049
965
|
},
|
|
1050
966
|
{
|
|
1051
|
-
"name": "
|
|
1052
|
-
"description": "Default:
|
|
967
|
+
"name": "id",
|
|
968
|
+
"description": "Default: -\n\n-"
|
|
1053
969
|
},
|
|
1054
970
|
{
|
|
1055
|
-
"name": "
|
|
1056
|
-
"description": "Default:
|
|
971
|
+
"name": "slick-go-to",
|
|
972
|
+
"description": "Default: -\n\n-"
|
|
1057
973
|
},
|
|
1058
974
|
{
|
|
1059
|
-
"name": "
|
|
1060
|
-
"description": "Default:
|
|
975
|
+
"name": "dot-position",
|
|
976
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
|
|
1061
977
|
},
|
|
1062
978
|
{
|
|
1063
|
-
"name": "
|
|
1064
|
-
"description": "Default:
|
|
979
|
+
"name": "dot-placement",
|
|
980
|
+
"description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
|
|
1065
981
|
},
|
|
1066
982
|
{
|
|
1067
|
-
"name": "
|
|
1068
|
-
"description": "Default:
|
|
983
|
+
"name": "dots",
|
|
984
|
+
"description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
|
|
1069
985
|
},
|
|
1070
986
|
{
|
|
1071
|
-
"name": "
|
|
1072
|
-
"description": "Default:
|
|
987
|
+
"name": "wait-for-animate",
|
|
988
|
+
"description": "Default: false\n\nWhether to wait for the animation when switching"
|
|
1073
989
|
},
|
|
1074
990
|
{
|
|
1075
|
-
"name": "
|
|
1076
|
-
"description": "Default:
|
|
991
|
+
"name": "autoplay",
|
|
992
|
+
"description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
|
|
1077
993
|
},
|
|
1078
994
|
{
|
|
1079
|
-
"name": "
|
|
1080
|
-
"description": "Default: -\n\nCollapse items content"
|
|
1081
|
-
}
|
|
1082
|
-
]
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"name": "a-collapse-panel",
|
|
1086
|
-
"description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
|
|
1087
|
-
"attributes": [
|
|
1088
|
-
{
|
|
1089
|
-
"name": "header",
|
|
995
|
+
"name": "prev-arrow",
|
|
1090
996
|
"description": "Default: -\n\n-"
|
|
1091
997
|
},
|
|
1092
998
|
{
|
|
1093
|
-
"name": "
|
|
1094
|
-
"description": "Default: true\n\n-"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"name": "extra",
|
|
999
|
+
"name": "next-arrow",
|
|
1098
1000
|
"description": "Default: -\n\n-"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "collapsible",
|
|
1102
|
-
"description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
|
|
1103
1001
|
}
|
|
1104
1002
|
]
|
|
1105
1003
|
},
|
|
@@ -1173,6 +1071,108 @@
|
|
|
1173
1071
|
}
|
|
1174
1072
|
]
|
|
1175
1073
|
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "a-color-picker",
|
|
1076
|
+
"description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
|
|
1077
|
+
"attributes": [
|
|
1078
|
+
{
|
|
1079
|
+
"name": "allow-clear",
|
|
1080
|
+
"description": "Default: false\n\nAllow clearing color selected"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "arrow",
|
|
1084
|
+
"description": "Default: true\n\nConfiguration for popup arrow"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "auto-adjust-overflow",
|
|
1088
|
+
"description": "Default: -\n\nAuto adjust placement when popup is invisible"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"name": "classes",
|
|
1092
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "default-format",
|
|
1096
|
+
"description": "Default: hex\n\nDefault format of color"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "default-value",
|
|
1100
|
+
"description": "Default: -\n\nDefault value of color"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "destroy-on-hidden",
|
|
1104
|
+
"description": "Default: false\n\nWhether destroy dom when close"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "disabled",
|
|
1108
|
+
"description": "Default: false\n\nDisable ColorPicker"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "disabled-alpha",
|
|
1112
|
+
"description": "Default: false\n\nDisable Alpha"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "disabled-format",
|
|
1116
|
+
"description": "Default: false\n\nDisable format of color"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "format",
|
|
1120
|
+
"description": "Default: -\n\nFormat of color, support v-model:format"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "get-popup-container",
|
|
1124
|
+
"description": "Default: -\n\nSpecify container for popup"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "mode",
|
|
1128
|
+
"description": "Default: single\n\nConfigure single or gradient color"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "open",
|
|
1132
|
+
"description": "Default: -\n\nWhether to show popup, support v-model:open"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "placement",
|
|
1136
|
+
"description": "Default: bottomLeft\n\nPlacement of popup"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "presets",
|
|
1140
|
+
"description": "Default: -\n\nPreset colors"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "panel-render",
|
|
1144
|
+
"description": "Default: -\n\nCustom Render Panel"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "root-class",
|
|
1148
|
+
"description": "Default: -\n\nRoot container class"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "show-text",
|
|
1152
|
+
"description": "Default: false\n\nShow color text"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "size",
|
|
1156
|
+
"description": "Default: middle\n\nSetting the trigger size"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "styles",
|
|
1160
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "trigger",
|
|
1164
|
+
"description": "Default: click\n\nColorPicker trigger mode"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "value-format",
|
|
1168
|
+
"description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "value",
|
|
1172
|
+
"description": "Default: -\n\nValue of color, support v-model:value"
|
|
1173
|
+
}
|
|
1174
|
+
]
|
|
1175
|
+
},
|
|
1176
1176
|
{
|
|
1177
1177
|
"name": "a-localization",
|
|
1178
1178
|
"description": "To select or input a date.",
|
|
@@ -1333,6 +1333,45 @@
|
|
|
1333
1333
|
}
|
|
1334
1334
|
]
|
|
1335
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "a-empty",
|
|
1338
|
+
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1339
|
+
"attributes": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "vertical",
|
|
1342
|
+
"description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "wrap",
|
|
1346
|
+
"description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "justify",
|
|
1350
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "align",
|
|
1354
|
+
"description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "flex",
|
|
1358
|
+
"description": "Default: normal\n\nflex CSS shorthand properties"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "gap",
|
|
1362
|
+
"description": "Default: -\n\nSets the gap between grids"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "component",
|
|
1366
|
+
"description": "Default: div\n\ncustom element type"
|
|
1367
|
+
}
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "a-flex",
|
|
1372
|
+
"description": "用于对齐的弹性布局容器。",
|
|
1373
|
+
"attributes": []
|
|
1374
|
+
},
|
|
1336
1375
|
{
|
|
1337
1376
|
"name": "a-dropdown",
|
|
1338
1377
|
"description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
|
|
@@ -1521,41 +1560,6 @@
|
|
|
1521
1560
|
}
|
|
1522
1561
|
]
|
|
1523
1562
|
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "a-empty",
|
|
1526
|
-
"description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
|
|
1527
|
-
"attributes": [
|
|
1528
|
-
{
|
|
1529
|
-
"name": "classes",
|
|
1530
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "styles",
|
|
1534
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"name": "image",
|
|
1538
|
-
"description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "description",
|
|
1542
|
-
"description": "Default: -\n\nCustomize description"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"name": "root-class",
|
|
1546
|
-
"description": "Default: -\n\nRoot container class"
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "prefix-cls",
|
|
1550
|
-
"description": "Default: -\n\nPrefix class name"
|
|
1551
|
-
}
|
|
1552
|
-
]
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "a-flex",
|
|
1556
|
-
"description": "用于对齐的弹性布局容器。",
|
|
1557
|
-
"attributes": []
|
|
1558
|
-
},
|
|
1559
1563
|
{
|
|
1560
1564
|
"name": "a-float-button-group",
|
|
1561
1565
|
"description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
|
|
@@ -1891,66 +1895,6 @@
|
|
|
1891
1895
|
"description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
|
|
1892
1896
|
"attributes": []
|
|
1893
1897
|
},
|
|
1894
|
-
{
|
|
1895
|
-
"name": "a-common-icon",
|
|
1896
|
-
"description": "Semantic vector graphics.",
|
|
1897
|
-
"attributes": []
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "a-custom-icon",
|
|
1901
|
-
"description": "Semantic vector graphics.",
|
|
1902
|
-
"attributes": []
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"name": "a-about-svg-icons",
|
|
1906
|
-
"description": "Semantic vector graphics.",
|
|
1907
|
-
"attributes": []
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"name": "a-set-two-tone-color",
|
|
1911
|
-
"description": "Semantic vector graphics.",
|
|
1912
|
-
"attributes": []
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "a-custom-font-icon",
|
|
1916
|
-
"description": "Semantic vector graphics.",
|
|
1917
|
-
"attributes": []
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"name": "a-custom-svg-icon",
|
|
1921
|
-
"description": "Semantic vector graphics.",
|
|
1922
|
-
"attributes": []
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "a-通用图标",
|
|
1926
|
-
"description": "语义化的矢量图形。",
|
|
1927
|
-
"attributes": []
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"name": "a-自定义-icon",
|
|
1931
|
-
"description": "语义化的矢量图形。",
|
|
1932
|
-
"attributes": []
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "a-关于-svg-图标",
|
|
1936
|
-
"description": "语义化的矢量图形。",
|
|
1937
|
-
"attributes": []
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
"name": "a-双色图标主色",
|
|
1941
|
-
"description": "语义化的矢量图形。",
|
|
1942
|
-
"attributes": []
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "a-自定义-font-图标",
|
|
1946
|
-
"description": "语义化的矢量图形。",
|
|
1947
|
-
"attributes": []
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "a-自定义-svg-图标",
|
|
1951
|
-
"description": "语义化的矢量图形。",
|
|
1952
|
-
"attributes": []
|
|
1953
|
-
},
|
|
1954
1898
|
{
|
|
1955
1899
|
"name": "a-row",
|
|
1956
1900
|
"description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
|
|
@@ -2031,6 +1975,66 @@
|
|
|
2031
1975
|
}
|
|
2032
1976
|
]
|
|
2033
1977
|
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "a-common-icon",
|
|
1980
|
+
"description": "Semantic vector graphics.",
|
|
1981
|
+
"attributes": []
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"name": "a-custom-icon",
|
|
1985
|
+
"description": "Semantic vector graphics.",
|
|
1986
|
+
"attributes": []
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "a-about-svg-icons",
|
|
1990
|
+
"description": "Semantic vector graphics.",
|
|
1991
|
+
"attributes": []
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "a-set-two-tone-color",
|
|
1995
|
+
"description": "Semantic vector graphics.",
|
|
1996
|
+
"attributes": []
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "a-custom-font-icon",
|
|
2000
|
+
"description": "Semantic vector graphics.",
|
|
2001
|
+
"attributes": []
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "a-custom-svg-icon",
|
|
2005
|
+
"description": "Semantic vector graphics.",
|
|
2006
|
+
"attributes": []
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "a-通用图标",
|
|
2010
|
+
"description": "语义化的矢量图形。",
|
|
2011
|
+
"attributes": []
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "a-自定义-icon",
|
|
2015
|
+
"description": "语义化的矢量图形。",
|
|
2016
|
+
"attributes": []
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "a-关于-svg-图标",
|
|
2020
|
+
"description": "语义化的矢量图形。",
|
|
2021
|
+
"attributes": []
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "a-双色图标主色",
|
|
2025
|
+
"description": "语义化的矢量图形。",
|
|
2026
|
+
"attributes": []
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"name": "a-自定义-font-图标",
|
|
2030
|
+
"description": "语义化的矢量图形。",
|
|
2031
|
+
"attributes": []
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"name": "a-自定义-svg-图标",
|
|
2035
|
+
"description": "语义化的矢量图形。",
|
|
2036
|
+
"attributes": []
|
|
2037
|
+
},
|
|
2034
2038
|
{
|
|
2035
2039
|
"name": "a-image",
|
|
2036
2040
|
"description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
|
|
@@ -2420,6 +2424,56 @@
|
|
|
2420
2424
|
}
|
|
2421
2425
|
]
|
|
2422
2426
|
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "a-mentions",
|
|
2429
|
+
"description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
|
|
2430
|
+
"attributes": [
|
|
2431
|
+
{
|
|
2432
|
+
"name": "loading",
|
|
2433
|
+
"description": "Default: -\n\n-"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "status",
|
|
2437
|
+
"description": "Default: -\n\nSet validation status"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "options",
|
|
2441
|
+
"description": "Default: \\[]\n\nOption Configuration"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "popup-class-name",
|
|
2445
|
+
"description": "Default: -\n\n-"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "variant",
|
|
2449
|
+
"description": "Default: outlined\n\nVariants of Input"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "classes",
|
|
2453
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "styles",
|
|
2457
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "size",
|
|
2461
|
+
"description": "Default: -\n\n-"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "label-render",
|
|
2465
|
+
"description": "Default: -\n\n-"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "allow-clear",
|
|
2469
|
+
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "disabled",
|
|
2473
|
+
"description": "Default: -\n\n-"
|
|
2474
|
+
}
|
|
2475
|
+
]
|
|
2476
|
+
},
|
|
2423
2477
|
{
|
|
2424
2478
|
"name": "a-menu",
|
|
2425
2479
|
"description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
|
|
@@ -2530,41 +2584,6 @@
|
|
|
2530
2584
|
}
|
|
2531
2585
|
]
|
|
2532
2586
|
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "a-static-methods",
|
|
2535
|
-
"description": "Prompt notification message globally.",
|
|
2536
|
-
"attributes": []
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"name": "a-arguments",
|
|
2540
|
-
"description": "Display global messages as feedback in response to user operations.",
|
|
2541
|
-
"attributes": []
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "a-config",
|
|
2545
|
-
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2546
|
-
"attributes": []
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"name": "a-global-configuration",
|
|
2550
|
-
"description": "Prompt notification message globally.",
|
|
2551
|
-
"attributes": []
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"name": "a-静态方法",
|
|
2555
|
-
"description": "全局展示通知提醒信息。",
|
|
2556
|
-
"attributes": []
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"name": "a-参数",
|
|
2560
|
-
"description": "全局展示操作反馈信息。",
|
|
2561
|
-
"attributes": []
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "a-全局配置",
|
|
2565
|
-
"description": "全局展示通知提醒信息。",
|
|
2566
|
-
"attributes": []
|
|
2567
|
-
},
|
|
2568
2587
|
{
|
|
2569
2588
|
"name": "a-modal",
|
|
2570
2589
|
"description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
|
|
@@ -2711,6 +2730,11 @@
|
|
|
2711
2730
|
}
|
|
2712
2731
|
]
|
|
2713
2732
|
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "a-static-methods",
|
|
2735
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2736
|
+
"attributes": []
|
|
2737
|
+
},
|
|
2714
2738
|
{
|
|
2715
2739
|
"name": "a-args-props",
|
|
2716
2740
|
"description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
|
|
@@ -2727,54 +2751,34 @@
|
|
|
2727
2751
|
"attributes": []
|
|
2728
2752
|
},
|
|
2729
2753
|
{
|
|
2730
|
-
"name": "a-
|
|
2731
|
-
"description": "
|
|
2732
|
-
"attributes": [
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
"name": "styles",
|
|
2759
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"name": "size",
|
|
2763
|
-
"description": "Default: -\n\n-"
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"name": "label-render",
|
|
2767
|
-
"description": "Default: -\n\n-"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "allow-clear",
|
|
2771
|
-
"description": "Default: false\n\nIf allow to remove mentions content with clear icon"
|
|
2772
|
-
},
|
|
2773
|
-
{
|
|
2774
|
-
"name": "disabled",
|
|
2775
|
-
"description": "Default: -\n\n-"
|
|
2776
|
-
}
|
|
2777
|
-
]
|
|
2754
|
+
"name": "a-global-configuration",
|
|
2755
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2756
|
+
"attributes": []
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"name": "a-静态方法",
|
|
2760
|
+
"description": "全局展示操作反馈信息。",
|
|
2761
|
+
"attributes": []
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "a-全局配置",
|
|
2765
|
+
"description": "全局展示操作反馈信息。",
|
|
2766
|
+
"attributes": []
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"name": "a-arguments",
|
|
2770
|
+
"description": "Display global messages as feedback in response to user operations.",
|
|
2771
|
+
"attributes": []
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "a-config",
|
|
2775
|
+
"description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
|
|
2776
|
+
"attributes": []
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "a-参数",
|
|
2780
|
+
"description": "全局展示操作反馈信息。",
|
|
2781
|
+
"attributes": []
|
|
2778
2782
|
},
|
|
2779
2783
|
{
|
|
2780
2784
|
"name": "a-pagination",
|
|
@@ -2948,6 +2952,28 @@
|
|
|
2948
2952
|
}
|
|
2949
2953
|
]
|
|
2950
2954
|
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "a-popover",
|
|
2957
|
+
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
2958
|
+
"attributes": [
|
|
2959
|
+
{
|
|
2960
|
+
"name": "title",
|
|
2961
|
+
"description": "Default: -\n\nTitle of the card"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "content",
|
|
2965
|
+
"description": "Default: -\n\nContent of the card"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"name": "classes",
|
|
2969
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "styles",
|
|
2973
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
2974
|
+
}
|
|
2975
|
+
]
|
|
2976
|
+
},
|
|
2951
2977
|
{
|
|
2952
2978
|
"name": "a-progress",
|
|
2953
2979
|
"description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
|
|
@@ -3001,86 +3027,20 @@
|
|
|
3001
3027
|
"description": "Default: -\n\nThe color of unfilled part"
|
|
3002
3028
|
},
|
|
3003
3029
|
{
|
|
3004
|
-
"name": "success",
|
|
3005
|
-
"description": "Default: -\n\nConfigs of successfully progress bar"
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"name": "trail-color",
|
|
3009
|
-
"description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"name": "width",
|
|
3013
|
-
"description": "Default: -\n\nDeprecated. Use size instead"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"name": "size",
|
|
3017
|
-
"description": "Default: default\n\nProgress size"
|
|
3018
|
-
}
|
|
3019
|
-
]
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "a-qrcode",
|
|
3023
|
-
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
3024
|
-
"attributes": [
|
|
3025
|
-
{
|
|
3026
|
-
"name": "value",
|
|
3027
|
-
"description": "Default: -\n\nscanned text"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"name": "type",
|
|
3031
|
-
"description": "Default: canvas\n\nrender type"
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"name": "icon",
|
|
3035
|
-
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"name": "size",
|
|
3039
|
-
"description": "Default: 160\n\nQRCode size"
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "icon-size",
|
|
3043
|
-
"description": "Default: 40\n\ninclude image size"
|
|
3044
|
-
},
|
|
3045
|
-
{
|
|
3046
|
-
"name": "color",
|
|
3047
|
-
"description": "Default: #000\n\nQRCode Color"
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"name": "classes",
|
|
3051
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "bg-color",
|
|
3055
|
-
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3056
|
-
},
|
|
3057
|
-
{
|
|
3058
|
-
"name": "margin-size",
|
|
3059
|
-
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"name": "bordered",
|
|
3063
|
-
"description": "Default: true\n\nWhether has border style"
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "error-level",
|
|
3067
|
-
"description": "Default: 'M'\n\nError Code Level"
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"name": "boost-level",
|
|
3071
|
-
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3030
|
+
"name": "success",
|
|
3031
|
+
"description": "Default: -\n\nConfigs of successfully progress bar"
|
|
3072
3032
|
},
|
|
3073
3033
|
{
|
|
3074
|
-
"name": "
|
|
3075
|
-
"description": "Default:
|
|
3034
|
+
"name": "trail-color",
|
|
3035
|
+
"description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
|
|
3076
3036
|
},
|
|
3077
3037
|
{
|
|
3078
|
-
"name": "
|
|
3079
|
-
"description": "Default: -\n\
|
|
3038
|
+
"name": "width",
|
|
3039
|
+
"description": "Default: -\n\nDeprecated. Use size instead"
|
|
3080
3040
|
},
|
|
3081
3041
|
{
|
|
3082
|
-
"name": "
|
|
3083
|
-
"description": "Default:
|
|
3042
|
+
"name": "size",
|
|
3043
|
+
"description": "Default: default\n\nProgress size"
|
|
3084
3044
|
}
|
|
3085
3045
|
]
|
|
3086
3046
|
},
|
|
@@ -3169,338 +3129,206 @@
|
|
|
3169
3129
|
]
|
|
3170
3130
|
},
|
|
3171
3131
|
{
|
|
3172
|
-
"name": "a-
|
|
3173
|
-
"description": "(ZH)
|
|
3132
|
+
"name": "a-qrcode",
|
|
3133
|
+
"description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
|
|
3174
3134
|
"attributes": [
|
|
3175
|
-
{
|
|
3176
|
-
"name": "allow-clear",
|
|
3177
|
-
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"name": "allow-half",
|
|
3181
|
-
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"name": "character",
|
|
3185
|
-
"description": "Default: -\n\nThe custom character of rate"
|
|
3186
|
-
},
|
|
3187
|
-
{
|
|
3188
|
-
"name": "class-name",
|
|
3189
|
-
"description": "Default: -\n\nThe custom class name of rate"
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"name": "count",
|
|
3193
|
-
"description": "Default: 5\n\nStar count"
|
|
3194
|
-
},
|
|
3195
|
-
{
|
|
3196
|
-
"name": "disabled",
|
|
3197
|
-
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3198
|
-
},
|
|
3199
|
-
{
|
|
3200
|
-
"name": "keyboard",
|
|
3201
|
-
"description": "Default: true\n\nSupport keyboard operation"
|
|
3202
|
-
},
|
|
3203
|
-
{
|
|
3204
|
-
"name": "size",
|
|
3205
|
-
"description": "Default: 'middle'\n\nStar size"
|
|
3206
|
-
},
|
|
3207
|
-
{
|
|
3208
|
-
"name": "style",
|
|
3209
|
-
"description": "Default: -\n\nThe custom style object of rate"
|
|
3210
|
-
},
|
|
3211
|
-
{
|
|
3212
|
-
"name": "tooltips",
|
|
3213
|
-
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3214
|
-
},
|
|
3215
3135
|
{
|
|
3216
3136
|
"name": "value",
|
|
3217
|
-
"description": "Default: -\n\
|
|
3218
|
-
}
|
|
3219
|
-
]
|
|
3220
|
-
},
|
|
3221
|
-
{
|
|
3222
|
-
"name": "a-result",
|
|
3223
|
-
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3224
|
-
"attributes": [
|
|
3225
|
-
{
|
|
3226
|
-
"name": "classes",
|
|
3227
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3137
|
+
"description": "Default: -\n\nscanned text"
|
|
3228
3138
|
},
|
|
3229
3139
|
{
|
|
3230
|
-
"name": "
|
|
3231
|
-
"description": "Default:
|
|
3140
|
+
"name": "type",
|
|
3141
|
+
"description": "Default: canvas\n\nrender type"
|
|
3232
3142
|
},
|
|
3233
3143
|
{
|
|
3234
3144
|
"name": "icon",
|
|
3235
|
-
"description": "Default: -\n\
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"name": "status",
|
|
3239
|
-
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3145
|
+
"description": "Default: -\n\ninclude image url (only image link are supported)"
|
|
3240
3146
|
},
|
|
3241
3147
|
{
|
|
3242
|
-
"name": "
|
|
3243
|
-
"description": "Default:
|
|
3148
|
+
"name": "size",
|
|
3149
|
+
"description": "Default: 160\n\nQRCode size"
|
|
3244
3150
|
},
|
|
3245
3151
|
{
|
|
3246
|
-
"name": "
|
|
3247
|
-
"description": "Default:
|
|
3152
|
+
"name": "icon-size",
|
|
3153
|
+
"description": "Default: 40\n\ninclude image size"
|
|
3248
3154
|
},
|
|
3249
3155
|
{
|
|
3250
|
-
"name": "
|
|
3251
|
-
"description": "Default:
|
|
3252
|
-
}
|
|
3253
|
-
]
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"name": "a-segmented",
|
|
3257
|
-
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3258
|
-
"attributes": [
|
|
3259
|
-
{
|
|
3260
|
-
"name": "block",
|
|
3261
|
-
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3156
|
+
"name": "color",
|
|
3157
|
+
"description": "Default: #000\n\nQRCode Color"
|
|
3262
3158
|
},
|
|
3263
3159
|
{
|
|
3264
3160
|
"name": "classes",
|
|
3265
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"name": "default-value",
|
|
3269
|
-
"description": "Default: -\n\nDefault selected value"
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"name": "disabled",
|
|
3273
|
-
"description": "Default: false\n\nDisable all segments"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "options",
|
|
3277
|
-
"description": "Default: []\n\nSet children optional"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"name": "orientation",
|
|
3281
|
-
"description": "Default: horizontal\n\nOrientation"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"name": "size",
|
|
3285
|
-
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3161
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
3286
3162
|
},
|
|
3287
3163
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"description": "Default:
|
|
3164
|
+
"name": "bg-color",
|
|
3165
|
+
"description": "Default: transparent\n\nQRCode Background Color"
|
|
3290
3166
|
},
|
|
3291
3167
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"description": "Default:
|
|
3168
|
+
"name": "margin-size",
|
|
3169
|
+
"description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
|
|
3294
3170
|
},
|
|
3295
3171
|
{
|
|
3296
|
-
"name": "
|
|
3297
|
-
"description": "Default:
|
|
3172
|
+
"name": "bordered",
|
|
3173
|
+
"description": "Default: true\n\nWhether has border style"
|
|
3298
3174
|
},
|
|
3299
3175
|
{
|
|
3300
|
-
"name": "
|
|
3301
|
-
"description": "Default:
|
|
3176
|
+
"name": "error-level",
|
|
3177
|
+
"description": "Default: 'M'\n\nError Code Level"
|
|
3302
3178
|
},
|
|
3303
3179
|
{
|
|
3304
|
-
"name": "
|
|
3305
|
-
"description": "Default:
|
|
3306
|
-
}
|
|
3307
|
-
]
|
|
3308
|
-
},
|
|
3309
|
-
{
|
|
3310
|
-
"name": "a-popover",
|
|
3311
|
-
"description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
|
|
3312
|
-
"attributes": [
|
|
3313
|
-
{
|
|
3314
|
-
"name": "title",
|
|
3315
|
-
"description": "Default: -\n\nTitle of the card"
|
|
3180
|
+
"name": "boost-level",
|
|
3181
|
+
"description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
|
|
3316
3182
|
},
|
|
3317
3183
|
{
|
|
3318
|
-
"name": "
|
|
3319
|
-
"description": "Default:
|
|
3184
|
+
"name": "status",
|
|
3185
|
+
"description": "Default: 'active'\n\nQRCode status"
|
|
3320
3186
|
},
|
|
3321
3187
|
{
|
|
3322
|
-
"name": "
|
|
3323
|
-
"description": "Default: -\n\
|
|
3188
|
+
"name": "status-render",
|
|
3189
|
+
"description": "Default: -\n\ncustom status render"
|
|
3324
3190
|
},
|
|
3325
3191
|
{
|
|
3326
3192
|
"name": "styles",
|
|
3327
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3193
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
3328
3194
|
}
|
|
3329
3195
|
]
|
|
3330
3196
|
},
|
|
3331
3197
|
{
|
|
3332
|
-
"name": "a-
|
|
3333
|
-
"description": "(ZH)
|
|
3198
|
+
"name": "a-rate",
|
|
3199
|
+
"description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
|
|
3334
3200
|
"attributes": [
|
|
3335
3201
|
{
|
|
3336
|
-
"name": "
|
|
3337
|
-
"description": "Default:
|
|
3338
|
-
},
|
|
3339
|
-
{
|
|
3340
|
-
"name": "avatar",
|
|
3341
|
-
"description": "Default: false\n\nShow avatar placeholder"
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"name": "loading",
|
|
3345
|
-
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3202
|
+
"name": "allow-clear",
|
|
3203
|
+
"description": "Default: true\n\nWhether to allow clear when click again"
|
|
3346
3204
|
},
|
|
3347
3205
|
{
|
|
3348
|
-
"name": "
|
|
3349
|
-
"description": "Default:
|
|
3206
|
+
"name": "allow-half",
|
|
3207
|
+
"description": "Default: false\n\nWhether to allow semi selection"
|
|
3350
3208
|
},
|
|
3351
3209
|
{
|
|
3352
|
-
"name": "
|
|
3353
|
-
"description": "Default:
|
|
3210
|
+
"name": "character",
|
|
3211
|
+
"description": "Default: -\n\nThe custom character of rate"
|
|
3354
3212
|
},
|
|
3355
3213
|
{
|
|
3356
|
-
"name": "
|
|
3357
|
-
"description": "Default:
|
|
3214
|
+
"name": "class-name",
|
|
3215
|
+
"description": "Default: -\n\nThe custom class name of rate"
|
|
3358
3216
|
},
|
|
3359
3217
|
{
|
|
3360
|
-
"name": "
|
|
3361
|
-
"description": "Default:
|
|
3218
|
+
"name": "count",
|
|
3219
|
+
"description": "Default: 5\n\nStar count"
|
|
3362
3220
|
},
|
|
3363
3221
|
{
|
|
3364
|
-
"name": "
|
|
3365
|
-
"description": "Default:
|
|
3366
|
-
}
|
|
3367
|
-
]
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"name": "a-skeleton-avatar",
|
|
3371
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3372
|
-
"attributes": [
|
|
3373
|
-
{
|
|
3374
|
-
"name": "active",
|
|
3375
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3222
|
+
"name": "disabled",
|
|
3223
|
+
"description": "Default: false\n\nIf read only, unable to interact"
|
|
3376
3224
|
},
|
|
3377
3225
|
{
|
|
3378
|
-
"name": "
|
|
3379
|
-
"description": "Default:
|
|
3226
|
+
"name": "keyboard",
|
|
3227
|
+
"description": "Default: true\n\nSupport keyboard operation"
|
|
3380
3228
|
},
|
|
3381
3229
|
{
|
|
3382
3230
|
"name": "size",
|
|
3383
|
-
"description": "Default:
|
|
3231
|
+
"description": "Default: 'middle'\n\nStar size"
|
|
3384
3232
|
},
|
|
3385
3233
|
{
|
|
3386
|
-
"name": "
|
|
3387
|
-
"description": "Default: -\n\
|
|
3234
|
+
"name": "style",
|
|
3235
|
+
"description": "Default: -\n\nThe custom style object of rate"
|
|
3388
3236
|
},
|
|
3389
3237
|
{
|
|
3390
|
-
"name": "
|
|
3391
|
-
"description": "Default: -\n\nCustomize
|
|
3392
|
-
}
|
|
3393
|
-
]
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"name": "a-skeleton-title",
|
|
3397
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3398
|
-
"attributes": [
|
|
3238
|
+
"name": "tooltips",
|
|
3239
|
+
"description": "Default: -\n\nCustomize tooltip by each character"
|
|
3240
|
+
},
|
|
3399
3241
|
{
|
|
3400
|
-
"name": "
|
|
3401
|
-
"description": "Default: -\n\
|
|
3242
|
+
"name": "value",
|
|
3243
|
+
"description": "Default: -\n\nThe current value, support v-model:value"
|
|
3402
3244
|
}
|
|
3403
3245
|
]
|
|
3404
3246
|
},
|
|
3405
3247
|
{
|
|
3406
|
-
"name": "a-
|
|
3407
|
-
"description": "(ZH)
|
|
3248
|
+
"name": "a-result",
|
|
3249
|
+
"description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
|
|
3408
3250
|
"attributes": [
|
|
3409
3251
|
{
|
|
3410
|
-
"name": "
|
|
3411
|
-
"description": "Default: -\n\
|
|
3252
|
+
"name": "classes",
|
|
3253
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3412
3254
|
},
|
|
3413
3255
|
{
|
|
3414
|
-
"name": "
|
|
3415
|
-
"description": "Default: -\n\
|
|
3416
|
-
}
|
|
3417
|
-
]
|
|
3418
|
-
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "a-skeleton-button",
|
|
3421
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3422
|
-
"attributes": [
|
|
3423
|
-
{
|
|
3424
|
-
"name": "active",
|
|
3425
|
-
"description": "Default: false\n\nShow animation effect"
|
|
3256
|
+
"name": "extra",
|
|
3257
|
+
"description": "Default: -\n\nOperating area"
|
|
3426
3258
|
},
|
|
3427
3259
|
{
|
|
3428
|
-
"name": "
|
|
3429
|
-
"description": "Default:
|
|
3260
|
+
"name": "icon",
|
|
3261
|
+
"description": "Default: -\n\nCustom back icon"
|
|
3430
3262
|
},
|
|
3431
3263
|
{
|
|
3432
|
-
"name": "
|
|
3433
|
-
"description": "Default:
|
|
3264
|
+
"name": "status",
|
|
3265
|
+
"description": "Default: info\n\nResult status, decide icons and colors"
|
|
3434
3266
|
},
|
|
3435
3267
|
{
|
|
3436
|
-
"name": "
|
|
3437
|
-
"description": "Default:
|
|
3268
|
+
"name": "styles",
|
|
3269
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3438
3270
|
},
|
|
3439
3271
|
{
|
|
3440
|
-
"name": "
|
|
3441
|
-
"description": "Default: -\n\
|
|
3272
|
+
"name": "sub-title",
|
|
3273
|
+
"description": "Default: -\n\nThe subTitle"
|
|
3442
3274
|
},
|
|
3443
3275
|
{
|
|
3444
|
-
"name": "
|
|
3445
|
-
"description": "Default: -\n\
|
|
3276
|
+
"name": "title",
|
|
3277
|
+
"description": "Default: -\n\nThe title"
|
|
3446
3278
|
}
|
|
3447
3279
|
]
|
|
3448
3280
|
},
|
|
3449
3281
|
{
|
|
3450
|
-
"name": "a-
|
|
3451
|
-
"description": "(ZH)
|
|
3282
|
+
"name": "a-segmented",
|
|
3283
|
+
"description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
|
|
3452
3284
|
"attributes": [
|
|
3453
3285
|
{
|
|
3454
|
-
"name": "
|
|
3455
|
-
"description": "Default: false\n\
|
|
3286
|
+
"name": "block",
|
|
3287
|
+
"description": "Default: false\n\nOption to fit width to its parent\\'s width"
|
|
3456
3288
|
},
|
|
3457
3289
|
{
|
|
3458
|
-
"name": "
|
|
3459
|
-
"description": "Default:
|
|
3290
|
+
"name": "classes",
|
|
3291
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
|
|
3460
3292
|
},
|
|
3461
3293
|
{
|
|
3462
|
-
"name": "
|
|
3463
|
-
"description": "Default: -\n\
|
|
3294
|
+
"name": "default-value",
|
|
3295
|
+
"description": "Default: -\n\nDefault selected value"
|
|
3464
3296
|
},
|
|
3465
3297
|
{
|
|
3466
|
-
"name": "
|
|
3467
|
-
"description": "Default:
|
|
3468
|
-
}
|
|
3469
|
-
]
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"name": "a-skeleton-image",
|
|
3473
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3474
|
-
"attributes": [
|
|
3298
|
+
"name": "disabled",
|
|
3299
|
+
"description": "Default: false\n\nDisable all segments"
|
|
3300
|
+
},
|
|
3475
3301
|
{
|
|
3476
|
-
"name": "
|
|
3477
|
-
"description": "Default:
|
|
3302
|
+
"name": "options",
|
|
3303
|
+
"description": "Default: []\n\nSet children optional"
|
|
3478
3304
|
},
|
|
3479
3305
|
{
|
|
3480
|
-
"name": "
|
|
3481
|
-
"description": "Default:
|
|
3306
|
+
"name": "orientation",
|
|
3307
|
+
"description": "Default: horizontal\n\nOrientation"
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"name": "size",
|
|
3311
|
+
"description": "Default: middle\n\nThe size of the Segmented."
|
|
3482
3312
|
},
|
|
3483
3313
|
{
|
|
3484
3314
|
"name": "styles",
|
|
3485
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3486
|
-
}
|
|
3487
|
-
]
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"name": "a-skeleton-node",
|
|
3491
|
-
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3492
|
-
"attributes": [
|
|
3315
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
|
|
3316
|
+
},
|
|
3493
3317
|
{
|
|
3494
|
-
"name": "
|
|
3495
|
-
"description": "Default: false\n\
|
|
3318
|
+
"name": "vertical",
|
|
3319
|
+
"description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
|
|
3496
3320
|
},
|
|
3497
3321
|
{
|
|
3498
|
-
"name": "
|
|
3499
|
-
"description": "Default: -\n\
|
|
3322
|
+
"name": "value",
|
|
3323
|
+
"description": "Default: -\n\nCurrently selected value, support v-model:value"
|
|
3500
3324
|
},
|
|
3501
3325
|
{
|
|
3502
|
-
"name": "
|
|
3503
|
-
"description": "Default:
|
|
3326
|
+
"name": "shape",
|
|
3327
|
+
"description": "Default: default\n\nshape of Segmented"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"name": "name",
|
|
3331
|
+
"description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
|
|
3504
3332
|
}
|
|
3505
3333
|
]
|
|
3506
3334
|
},
|
|
@@ -3673,24 +3501,200 @@
|
|
|
3673
3501
|
"description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
|
|
3674
3502
|
},
|
|
3675
3503
|
{
|
|
3676
|
-
"name": "label-render",
|
|
3677
|
-
"description": "Default: -\n\nCustomize selected label render"
|
|
3504
|
+
"name": "label-render",
|
|
3505
|
+
"description": "Default: -\n\nCustomize selected label render"
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"name": "token-separators",
|
|
3509
|
+
"description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "value",
|
|
3513
|
+
"description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "variant",
|
|
3517
|
+
"description": "Default: outlined\n\nVariants of selector"
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
"name": "virtual",
|
|
3521
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
3522
|
+
}
|
|
3523
|
+
]
|
|
3524
|
+
},
|
|
3525
|
+
{
|
|
3526
|
+
"name": "a-skeleton",
|
|
3527
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3528
|
+
"attributes": [
|
|
3529
|
+
{
|
|
3530
|
+
"name": "active",
|
|
3531
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "avatar",
|
|
3535
|
+
"description": "Default: false\n\nShow avatar placeholder"
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"name": "loading",
|
|
3539
|
+
"description": "Default: -\n\nDisplay the skeleton when true"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"name": "paragraph",
|
|
3543
|
+
"description": "Default: true\n\nShow paragraph placeholder"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"name": "round",
|
|
3547
|
+
"description": "Default: false\n\nShow paragraph and title radius when true"
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "title",
|
|
3551
|
+
"description": "Default: true\n\nShow title placeholder"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"name": "classes",
|
|
3555
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "styles",
|
|
3559
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3560
|
+
}
|
|
3561
|
+
]
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"name": "a-skeleton-avatar",
|
|
3565
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3566
|
+
"attributes": [
|
|
3567
|
+
{
|
|
3568
|
+
"name": "active",
|
|
3569
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"name": "shape",
|
|
3573
|
+
"description": "Default: circle\n\nSet the shape of avatar"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"name": "size",
|
|
3577
|
+
"description": "Default: medium\n\nSet the size of avatar"
|
|
3578
|
+
},
|
|
3579
|
+
{
|
|
3580
|
+
"name": "classes",
|
|
3581
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "styles",
|
|
3585
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3586
|
+
}
|
|
3587
|
+
]
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "a-skeleton-title",
|
|
3591
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3592
|
+
"attributes": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "width",
|
|
3595
|
+
"description": "Default: -\n\nSet the width of title"
|
|
3596
|
+
}
|
|
3597
|
+
]
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "a-skeleton-paragraph",
|
|
3601
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3602
|
+
"attributes": [
|
|
3603
|
+
{
|
|
3604
|
+
"name": "rows",
|
|
3605
|
+
"description": "Default: -\n\nSet the row count of paragraph"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "width",
|
|
3609
|
+
"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"
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "a-skeleton-button",
|
|
3615
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3616
|
+
"attributes": [
|
|
3617
|
+
{
|
|
3618
|
+
"name": "active",
|
|
3619
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"name": "block",
|
|
3623
|
+
"description": "Default: false\n\nOption to fit button width to its parent width"
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "shape",
|
|
3627
|
+
"description": "Default: -\n\nSet the shape of button"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "size",
|
|
3631
|
+
"description": "Default: medium\n\nSet the size of button"
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"name": "classes",
|
|
3635
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "styles",
|
|
3639
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3640
|
+
}
|
|
3641
|
+
]
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "a-skeleton-input",
|
|
3645
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3646
|
+
"attributes": [
|
|
3647
|
+
{
|
|
3648
|
+
"name": "active",
|
|
3649
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "size",
|
|
3653
|
+
"description": "Default: medium\n\nSet the size of input"
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "classes",
|
|
3657
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
"name": "styles",
|
|
3661
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "a-skeleton-image",
|
|
3667
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3668
|
+
"attributes": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "active",
|
|
3671
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3678
3672
|
},
|
|
3679
3673
|
{
|
|
3680
|
-
"name": "
|
|
3681
|
-
"description": "Default: -\n\
|
|
3674
|
+
"name": "classes",
|
|
3675
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3682
3676
|
},
|
|
3683
3677
|
{
|
|
3684
|
-
"name": "
|
|
3685
|
-
"description": "Default: -\n\
|
|
3678
|
+
"name": "styles",
|
|
3679
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3680
|
+
}
|
|
3681
|
+
]
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "a-skeleton-node",
|
|
3685
|
+
"description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
|
|
3686
|
+
"attributes": [
|
|
3687
|
+
{
|
|
3688
|
+
"name": "active",
|
|
3689
|
+
"description": "Default: false\n\nShow animation effect"
|
|
3686
3690
|
},
|
|
3687
3691
|
{
|
|
3688
|
-
"name": "
|
|
3689
|
-
"description": "Default:
|
|
3692
|
+
"name": "classes",
|
|
3693
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component"
|
|
3690
3694
|
},
|
|
3691
3695
|
{
|
|
3692
|
-
"name": "
|
|
3693
|
-
"description": "Default:
|
|
3696
|
+
"name": "styles",
|
|
3697
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
|
|
3694
3698
|
}
|
|
3695
3699
|
]
|
|
3696
3700
|
},
|
|
@@ -3768,6 +3772,71 @@
|
|
|
3768
3772
|
}
|
|
3769
3773
|
]
|
|
3770
3774
|
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "a-space",
|
|
3777
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3778
|
+
"attributes": [
|
|
3779
|
+
{
|
|
3780
|
+
"name": "align",
|
|
3781
|
+
"description": "Default: -\n\nAlign items"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "classes",
|
|
3785
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "orientation",
|
|
3789
|
+
"description": "Default: horizontal\n\nThe space direction"
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"name": "separator",
|
|
3793
|
+
"description": "Default: -\n\nSet separator"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "size",
|
|
3797
|
+
"description": "Default: small\n\nThe space size"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "styles",
|
|
3801
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3802
|
+
},
|
|
3803
|
+
{
|
|
3804
|
+
"name": "vertical",
|
|
3805
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"name": "wrap",
|
|
3809
|
+
"description": "Default: false\n\nAuto wrap line, when horizontal effective"
|
|
3810
|
+
}
|
|
3811
|
+
]
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "a-size",
|
|
3815
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3816
|
+
"attributes": []
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"name": "a-space-compact",
|
|
3820
|
+
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3821
|
+
"attributes": [
|
|
3822
|
+
{
|
|
3823
|
+
"name": "block",
|
|
3824
|
+
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"name": "orientation",
|
|
3828
|
+
"description": "Default: horizontal\n\nSet direction of layout"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "size",
|
|
3832
|
+
"description": "Default: middle\n\nSet child component size"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"name": "vertical",
|
|
3836
|
+
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3837
|
+
}
|
|
3838
|
+
]
|
|
3839
|
+
},
|
|
3771
3840
|
{
|
|
3772
3841
|
"name": "a-spin",
|
|
3773
3842
|
"description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
|
|
@@ -3822,6 +3891,65 @@
|
|
|
3822
3891
|
}
|
|
3823
3892
|
]
|
|
3824
3893
|
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "a-statistic",
|
|
3896
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3897
|
+
"attributes": [
|
|
3898
|
+
{
|
|
3899
|
+
"name": "classes",
|
|
3900
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "decimal-separator",
|
|
3904
|
+
"description": "Default: .\n\nThe decimal separator"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "formatter",
|
|
3908
|
+
"description": "Default: -\n\nCustomize value display logic"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"name": "group-separator",
|
|
3912
|
+
"description": "Default: ,\n\nGroup separator"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "loading",
|
|
3916
|
+
"description": "Default: false\n\nLoading status of Statistic"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"name": "precision",
|
|
3920
|
+
"description": "Default: -\n\nThe precision of input value"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "prefix",
|
|
3924
|
+
"description": "Default: -\n\nThe prefix node of value"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "styles",
|
|
3928
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"name": "suffix",
|
|
3932
|
+
"description": "Default: -\n\nThe suffix node of value"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "title",
|
|
3936
|
+
"description": "Default: -\n\nDisplay title"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "value",
|
|
3940
|
+
"description": "Default: -\n\nDisplay value"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "value-style",
|
|
3944
|
+
"description": "Default: -\n\nSet value section style"
|
|
3945
|
+
}
|
|
3946
|
+
]
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"name": "a-statistic-timer",
|
|
3950
|
+
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3951
|
+
"attributes": []
|
|
3952
|
+
},
|
|
3825
3953
|
{
|
|
3826
3954
|
"name": "a-splitter",
|
|
3827
3955
|
"description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
|
|
@@ -3887,129 +4015,67 @@
|
|
|
3887
4015
|
]
|
|
3888
4016
|
},
|
|
3889
4017
|
{
|
|
3890
|
-
"name": "a-
|
|
3891
|
-
"description": "(ZH)
|
|
4018
|
+
"name": "a-switch",
|
|
4019
|
+
"description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
|
|
3892
4020
|
"attributes": [
|
|
3893
4021
|
{
|
|
3894
|
-
"name": "
|
|
3895
|
-
"description": "Default:
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
"name": "classes",
|
|
3899
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"name": "orientation",
|
|
3903
|
-
"description": "Default: horizontal\n\nThe space direction"
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"name": "separator",
|
|
3907
|
-
"description": "Default: -\n\nSet separator"
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"name": "size",
|
|
3911
|
-
"description": "Default: small\n\nThe space size"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "styles",
|
|
3915
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "vertical",
|
|
3919
|
-
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
4022
|
+
"name": "auto-focus",
|
|
4023
|
+
"description": "Default: false\n\nAuto focus when component mounted"
|
|
3920
4024
|
},
|
|
3921
4025
|
{
|
|
3922
|
-
"name": "
|
|
3923
|
-
"description": "Default: false\n\
|
|
3924
|
-
}
|
|
3925
|
-
]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"name": "a-size",
|
|
3929
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3930
|
-
"attributes": []
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"name": "a-space-compact",
|
|
3934
|
-
"description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
|
|
3935
|
-
"attributes": [
|
|
3936
|
-
{
|
|
3937
|
-
"name": "block",
|
|
3938
|
-
"description": "Default: false\n\nOption to fit width to its parent's width"
|
|
4026
|
+
"name": "checked",
|
|
4027
|
+
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
3939
4028
|
},
|
|
3940
4029
|
{
|
|
3941
|
-
"name": "
|
|
3942
|
-
"description": "Default:
|
|
4030
|
+
"name": "checked-children",
|
|
4031
|
+
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
3943
4032
|
},
|
|
3944
4033
|
{
|
|
3945
|
-
"name": "
|
|
3946
|
-
"description": "Default:
|
|
4034
|
+
"name": "checked-value",
|
|
4035
|
+
"description": "Default: true\n\nThe value when checked"
|
|
3947
4036
|
},
|
|
3948
|
-
{
|
|
3949
|
-
"name": "vertical",
|
|
3950
|
-
"description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
|
|
3951
|
-
}
|
|
3952
|
-
]
|
|
3953
|
-
},
|
|
3954
|
-
{
|
|
3955
|
-
"name": "a-statistic",
|
|
3956
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
3957
|
-
"attributes": [
|
|
3958
4037
|
{
|
|
3959
4038
|
"name": "classes",
|
|
3960
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the
|
|
4039
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
3961
4040
|
},
|
|
3962
4041
|
{
|
|
3963
|
-
"name": "
|
|
3964
|
-
"description": "Default:
|
|
4042
|
+
"name": "default-checked",
|
|
4043
|
+
"description": "Default: false\n\nWhether to set the initial state"
|
|
3965
4044
|
},
|
|
3966
4045
|
{
|
|
3967
|
-
"name": "
|
|
3968
|
-
"description": "Default: -\n\
|
|
4046
|
+
"name": "default-value",
|
|
4047
|
+
"description": "Default: -\n\nAlias for defaultChecked"
|
|
3969
4048
|
},
|
|
3970
4049
|
{
|
|
3971
|
-
"name": "
|
|
3972
|
-
"description": "Default:
|
|
4050
|
+
"name": "disabled",
|
|
4051
|
+
"description": "Default: false\n\nDisable switch"
|
|
3973
4052
|
},
|
|
3974
4053
|
{
|
|
3975
4054
|
"name": "loading",
|
|
3976
|
-
"description": "Default: false\n\nLoading
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"name": "precision",
|
|
3980
|
-
"description": "Default: -\n\nThe precision of input value"
|
|
4055
|
+
"description": "Default: false\n\nLoading state of switch"
|
|
3981
4056
|
},
|
|
3982
4057
|
{
|
|
3983
|
-
"name": "
|
|
3984
|
-
"description": "Default:
|
|
4058
|
+
"name": "size",
|
|
4059
|
+
"description": "Default: default\n\nThe size of the Switch, options: default small"
|
|
3985
4060
|
},
|
|
3986
4061
|
{
|
|
3987
4062
|
"name": "styles",
|
|
3988
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the
|
|
3989
|
-
},
|
|
3990
|
-
{
|
|
3991
|
-
"name": "suffix",
|
|
3992
|
-
"description": "Default: -\n\nThe suffix node of value"
|
|
4063
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
3993
4064
|
},
|
|
3994
4065
|
{
|
|
3995
|
-
"name": "
|
|
3996
|
-
"description": "Default: -\n\
|
|
4066
|
+
"name": "un-checked-children",
|
|
4067
|
+
"description": "Default: -\n\nThe content to be shown when the state is unchecked"
|
|
3997
4068
|
},
|
|
3998
4069
|
{
|
|
3999
|
-
"name": "value",
|
|
4000
|
-
"description": "Default:
|
|
4070
|
+
"name": "un-checked-value",
|
|
4071
|
+
"description": "Default: false\n\nThe value when unchecked"
|
|
4001
4072
|
},
|
|
4002
4073
|
{
|
|
4003
|
-
"name": "value
|
|
4004
|
-
"description": "Default: -\n\
|
|
4074
|
+
"name": "value",
|
|
4075
|
+
"description": "Default: -\n\nAlias for checked, support v-model:value"
|
|
4005
4076
|
}
|
|
4006
4077
|
]
|
|
4007
4078
|
},
|
|
4008
|
-
{
|
|
4009
|
-
"name": "a-statistic-timer",
|
|
4010
|
-
"description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
|
|
4011
|
-
"attributes": []
|
|
4012
|
-
},
|
|
4013
4079
|
{
|
|
4014
4080
|
"name": "a-steps",
|
|
4015
4081
|
"description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
|
|
@@ -4077,176 +4143,103 @@
|
|
|
4077
4143
|
]
|
|
4078
4144
|
},
|
|
4079
4145
|
{
|
|
4080
|
-
"name": "a-
|
|
4081
|
-
"description": "(ZH)
|
|
4146
|
+
"name": "a-table",
|
|
4147
|
+
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4082
4148
|
"attributes": [
|
|
4083
4149
|
{
|
|
4084
|
-
"name": "
|
|
4085
|
-
"description": "Default: false\n\
|
|
4086
|
-
},
|
|
4087
|
-
{
|
|
4088
|
-
"name": "checked",
|
|
4089
|
-
"description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"name": "checked-children",
|
|
4093
|
-
"description": "Default: -\n\nThe content to be shown when the state is checked"
|
|
4094
|
-
},
|
|
4095
|
-
{
|
|
4096
|
-
"name": "checked-value",
|
|
4097
|
-
"description": "Default: true\n\nThe value when checked"
|
|
4150
|
+
"name": "bordered",
|
|
4151
|
+
"description": "Default: false\n\nWhether to show all table borders"
|
|
4098
4152
|
},
|
|
4099
4153
|
{
|
|
4100
4154
|
"name": "classes",
|
|
4101
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4102
|
-
},
|
|
4103
|
-
{
|
|
4104
|
-
"name": "default-checked",
|
|
4105
|
-
"description": "Default: false\n\nWhether to set the initial state"
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"name": "default-value",
|
|
4109
|
-
"description": "Default: -\n\nAlias for defaultChecked"
|
|
4110
|
-
},
|
|
4111
|
-
{
|
|
4112
|
-
"name": "disabled",
|
|
4113
|
-
"description": "Default: false\n\nDisable switch"
|
|
4114
|
-
},
|
|
4115
|
-
{
|
|
4116
|
-
"name": "loading",
|
|
4117
|
-
"description": "Default: false\n\nLoading state of switch"
|
|
4155
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4118
4156
|
},
|
|
4119
4157
|
{
|
|
4120
|
-
"name": "
|
|
4121
|
-
"description": "Default:
|
|
4158
|
+
"name": "columns",
|
|
4159
|
+
"description": "Default: -\n\nColumns of table"
|
|
4122
4160
|
},
|
|
4123
4161
|
{
|
|
4124
|
-
"name": "
|
|
4125
|
-
"description": "Default: -\n\
|
|
4162
|
+
"name": "data-source",
|
|
4163
|
+
"description": "Default: -\n\nData record array to be displayed"
|
|
4126
4164
|
},
|
|
4127
4165
|
{
|
|
4128
|
-
"name": "
|
|
4129
|
-
"description": "Default: -\n\
|
|
4166
|
+
"name": "expandable",
|
|
4167
|
+
"description": "Default: -\n\nConfig expandable content"
|
|
4130
4168
|
},
|
|
4131
4169
|
{
|
|
4132
|
-
"name": "
|
|
4133
|
-
"description": "Default:
|
|
4170
|
+
"name": "get-popup-container",
|
|
4171
|
+
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4134
4172
|
},
|
|
4135
4173
|
{
|
|
4136
|
-
"name": "
|
|
4137
|
-
"description": "Default:
|
|
4138
|
-
}
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
|
-
{
|
|
4142
|
-
"name": "a-tag",
|
|
4143
|
-
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
4144
|
-
"attributes": [
|
|
4145
|
-
{
|
|
4146
|
-
"name": "closable",
|
|
4147
|
-
"description": "Default: false\n\nWhether the Tag can be closed"
|
|
4174
|
+
"name": "loading",
|
|
4175
|
+
"description": "Default: false\n\nLoading status of table"
|
|
4148
4176
|
},
|
|
4149
4177
|
{
|
|
4150
|
-
"name": "
|
|
4151
|
-
"description": "Default:
|
|
4178
|
+
"name": "locale",
|
|
4179
|
+
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4152
4180
|
},
|
|
4153
4181
|
{
|
|
4154
|
-
"name": "
|
|
4155
|
-
"description": "Default: -\n\
|
|
4182
|
+
"name": "pagination",
|
|
4183
|
+
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4156
4184
|
},
|
|
4157
4185
|
{
|
|
4158
|
-
"name": "
|
|
4159
|
-
"description": "Default: -\n\
|
|
4186
|
+
"name": "row-class-name",
|
|
4187
|
+
"description": "Default: -\n\nRow's className"
|
|
4160
4188
|
},
|
|
4161
4189
|
{
|
|
4162
|
-
"name": "
|
|
4163
|
-
"description": "Default:
|
|
4190
|
+
"name": "row-key",
|
|
4191
|
+
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4164
4192
|
},
|
|
4165
4193
|
{
|
|
4166
|
-
"name": "
|
|
4167
|
-
"description": "Default: -\n\
|
|
4194
|
+
"name": "row-selection",
|
|
4195
|
+
"description": "Default: -\n\nRow selection config"
|
|
4168
4196
|
},
|
|
4169
4197
|
{
|
|
4170
|
-
"name": "
|
|
4171
|
-
"description": "Default:
|
|
4198
|
+
"name": "row-hoverable",
|
|
4199
|
+
"description": "Default: true\n\nRow hover"
|
|
4172
4200
|
},
|
|
4173
4201
|
{
|
|
4174
|
-
"name": "
|
|
4175
|
-
"description": "Default: -\n\
|
|
4202
|
+
"name": "scroll",
|
|
4203
|
+
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4176
4204
|
},
|
|
4177
4205
|
{
|
|
4178
|
-
"name": "
|
|
4179
|
-
"description": "Default:
|
|
4206
|
+
"name": "show-header",
|
|
4207
|
+
"description": "Default: true\n\nWhether to show table header"
|
|
4180
4208
|
},
|
|
4181
4209
|
{
|
|
4182
|
-
"name": "
|
|
4183
|
-
"description": "Default:
|
|
4184
|
-
}
|
|
4185
|
-
]
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"name": "a-checkable-tag",
|
|
4189
|
-
"description": "Used for marking and categorization.",
|
|
4190
|
-
"attributes": [
|
|
4191
|
-
{
|
|
4192
|
-
"name": "checked",
|
|
4193
|
-
"description": "Default: false\n\nChecked status of Tag. This is a controlled component"
|
|
4210
|
+
"name": "show-sorter-tooltip",
|
|
4211
|
+
"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"
|
|
4194
4212
|
},
|
|
4195
4213
|
{
|
|
4196
|
-
"name": "
|
|
4197
|
-
"description": "Default:
|
|
4198
|
-
}
|
|
4199
|
-
]
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"name": "a-checkable-tag-group",
|
|
4203
|
-
"description": "Used for marking and categorization.",
|
|
4204
|
-
"attributes": [
|
|
4205
|
-
{
|
|
4206
|
-
"name": "classes",
|
|
4207
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4214
|
+
"name": "size",
|
|
4215
|
+
"description": "Default: large\n\nSize of table"
|
|
4208
4216
|
},
|
|
4209
4217
|
{
|
|
4210
|
-
"name": "
|
|
4211
|
-
"description": "Default:
|
|
4218
|
+
"name": "sort-directions",
|
|
4219
|
+
"description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
|
|
4212
4220
|
},
|
|
4213
4221
|
{
|
|
4214
|
-
"name": "
|
|
4215
|
-
"description": "Default:
|
|
4222
|
+
"name": "sticky",
|
|
4223
|
+
"description": "Default: -\n\nSet sticky header and scroll bar"
|
|
4216
4224
|
},
|
|
4217
4225
|
{
|
|
4218
|
-
"name": "
|
|
4219
|
-
"description": "Default:
|
|
4226
|
+
"name": "styles",
|
|
4227
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4220
4228
|
},
|
|
4221
4229
|
{
|
|
4222
|
-
"name": "
|
|
4223
|
-
"description": "Default:
|
|
4230
|
+
"name": "table-layout",
|
|
4231
|
+
"description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
|
|
4224
4232
|
},
|
|
4225
4233
|
{
|
|
4226
|
-
"name": "
|
|
4227
|
-
"description": "Default: -\n\
|
|
4234
|
+
"name": "dropdown-prefix-cls",
|
|
4235
|
+
"description": "Default: -\n\n-"
|
|
4228
4236
|
},
|
|
4229
4237
|
{
|
|
4230
|
-
"name": "
|
|
4231
|
-
"description": "Default: -\n\
|
|
4238
|
+
"name": "virtual",
|
|
4239
|
+
"description": "Default: -\n\nSupport virtual list"
|
|
4232
4240
|
}
|
|
4233
4241
|
]
|
|
4234
4242
|
},
|
|
4235
|
-
{
|
|
4236
|
-
"name": "a-tag-checkable-tag",
|
|
4237
|
-
"description": "进行标记和分类的小标签。",
|
|
4238
|
-
"attributes": []
|
|
4239
|
-
},
|
|
4240
|
-
{
|
|
4241
|
-
"name": "a-tag-checkable-tag-group",
|
|
4242
|
-
"description": "进行标记和分类的小标签。",
|
|
4243
|
-
"attributes": []
|
|
4244
|
-
},
|
|
4245
|
-
{
|
|
4246
|
-
"name": "a-time-picker",
|
|
4247
|
-
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4248
|
-
"attributes": []
|
|
4249
|
-
},
|
|
4250
4243
|
{
|
|
4251
4244
|
"name": "a-tabs",
|
|
4252
4245
|
"description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
|
|
@@ -4338,150 +4331,157 @@
|
|
|
4338
4331
|
]
|
|
4339
4332
|
},
|
|
4340
4333
|
{
|
|
4341
|
-
"name": "a-
|
|
4342
|
-
"description": "(ZH)
|
|
4334
|
+
"name": "a-tag",
|
|
4335
|
+
"description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
|
|
4343
4336
|
"attributes": [
|
|
4344
4337
|
{
|
|
4345
|
-
"name": "
|
|
4346
|
-
"description": "Default:
|
|
4338
|
+
"name": "closable",
|
|
4339
|
+
"description": "Default: false\n\nWhether the Tag can be closed"
|
|
4347
4340
|
},
|
|
4348
4341
|
{
|
|
4349
|
-
"name": "
|
|
4350
|
-
"description": "Default: -\n\
|
|
4342
|
+
"name": "close-icon",
|
|
4343
|
+
"description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
|
|
4351
4344
|
},
|
|
4352
4345
|
{
|
|
4353
|
-
"name": "
|
|
4354
|
-
"description": "Default: -\n\
|
|
4346
|
+
"name": "color",
|
|
4347
|
+
"description": "Default: -\n\nColor of the Tag"
|
|
4355
4348
|
},
|
|
4356
4349
|
{
|
|
4357
|
-
"name": "
|
|
4358
|
-
"description": "Default:
|
|
4350
|
+
"name": "classes",
|
|
4351
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4359
4352
|
},
|
|
4360
4353
|
{
|
|
4361
|
-
"name": "
|
|
4362
|
-
"description": "Default:
|
|
4354
|
+
"name": "disabled",
|
|
4355
|
+
"description": "Default: false\n\nWhether the tag is disabled"
|
|
4363
4356
|
},
|
|
4364
4357
|
{
|
|
4365
|
-
"name": "
|
|
4366
|
-
"description": "Default:
|
|
4358
|
+
"name": "href",
|
|
4359
|
+
"description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
|
|
4367
4360
|
},
|
|
4368
4361
|
{
|
|
4369
|
-
"name": "
|
|
4370
|
-
"description": "Default: -\n\
|
|
4362
|
+
"name": "icon",
|
|
4363
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4371
4364
|
},
|
|
4372
4365
|
{
|
|
4373
|
-
"name": "
|
|
4374
|
-
"description": "Default: -\n\
|
|
4366
|
+
"name": "styles",
|
|
4367
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4375
4368
|
},
|
|
4376
4369
|
{
|
|
4377
|
-
"name": "
|
|
4378
|
-
"description": "Default: -\n\
|
|
4370
|
+
"name": "target",
|
|
4371
|
+
"description": "Default: -\n\nSame as target attribute of , works when href is specified"
|
|
4379
4372
|
},
|
|
4380
4373
|
{
|
|
4381
|
-
"name": "
|
|
4382
|
-
"description": "Default:
|
|
4374
|
+
"name": "variant",
|
|
4375
|
+
"description": "Default: filled\n\nVariant of the tag"
|
|
4383
4376
|
}
|
|
4384
4377
|
]
|
|
4385
4378
|
},
|
|
4386
4379
|
{
|
|
4387
|
-
"name": "a-
|
|
4388
|
-
"description": "
|
|
4380
|
+
"name": "a-checkable-tag",
|
|
4381
|
+
"description": "Used for marking and categorization.",
|
|
4389
4382
|
"attributes": [
|
|
4390
4383
|
{
|
|
4391
|
-
"name": "
|
|
4392
|
-
"description": "Default:
|
|
4393
|
-
},
|
|
4394
|
-
{
|
|
4395
|
-
"name": "arrow",
|
|
4396
|
-
"description": "Default: -\n\nShow, hide or keep arrow in the center"
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"name": "auto-adjust-overflow",
|
|
4400
|
-
"description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "color",
|
|
4404
|
-
"description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"name": "open",
|
|
4408
|
-
"description": "Default: -\n\nWhether tooltip is visible"
|
|
4409
|
-
},
|
|
4410
|
-
{
|
|
4411
|
-
"name": "default-open",
|
|
4412
|
-
"description": "Default: false\n\nInitial open state"
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"name": "get-popup-container",
|
|
4416
|
-
"description": "Default: -\n\nSpecify container for tooltip"
|
|
4384
|
+
"name": "checked",
|
|
4385
|
+
"description": "Default: false\n\nChecked status of Tag. This is a controlled component"
|
|
4417
4386
|
},
|
|
4418
4387
|
{
|
|
4419
|
-
"name": "
|
|
4420
|
-
"description": "Default: -\n\
|
|
4421
|
-
}
|
|
4388
|
+
"name": "icon",
|
|
4389
|
+
"description": "Default: -\n\nSet the icon of tag"
|
|
4390
|
+
}
|
|
4391
|
+
]
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
"name": "a-checkable-tag-group",
|
|
4395
|
+
"description": "Used for marking and categorization.",
|
|
4396
|
+
"attributes": [
|
|
4422
4397
|
{
|
|
4423
|
-
"name": "
|
|
4424
|
-
"description": "Default: -\n\
|
|
4398
|
+
"name": "classes",
|
|
4399
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4425
4400
|
},
|
|
4426
4401
|
{
|
|
4427
|
-
"name": "
|
|
4428
|
-
"description": "Default:
|
|
4402
|
+
"name": "default-value",
|
|
4403
|
+
"description": "Default: -\n\nInitial value"
|
|
4429
4404
|
},
|
|
4430
4405
|
{
|
|
4431
|
-
"name": "
|
|
4432
|
-
"description": "Default:
|
|
4406
|
+
"name": "disabled",
|
|
4407
|
+
"description": "Default: false\n\nDisable check/uncheck"
|
|
4433
4408
|
},
|
|
4434
4409
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"description": "Default:
|
|
4410
|
+
"name": "multiple",
|
|
4411
|
+
"description": "Default: false\n\nMultiple select mode"
|
|
4437
4412
|
},
|
|
4438
4413
|
{
|
|
4439
|
-
"name": "
|
|
4440
|
-
"description": "Default:
|
|
4414
|
+
"name": "options",
|
|
4415
|
+
"description": "Default: -\n\nOption list"
|
|
4441
4416
|
},
|
|
4442
4417
|
{
|
|
4443
|
-
"name": "
|
|
4444
|
-
"description": "Default:
|
|
4418
|
+
"name": "styles",
|
|
4419
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4445
4420
|
},
|
|
4421
|
+
{
|
|
4422
|
+
"name": "value",
|
|
4423
|
+
"description": "Default: -\n\nValue of checked tag(s), support v-model:value"
|
|
4424
|
+
}
|
|
4425
|
+
]
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "a-tag-checkable-tag",
|
|
4429
|
+
"description": "进行标记和分类的小标签。",
|
|
4430
|
+
"attributes": []
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "a-tag-checkable-tag-group",
|
|
4434
|
+
"description": "进行标记和分类的小标签。",
|
|
4435
|
+
"attributes": []
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "a-time-picker",
|
|
4439
|
+
"description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
|
|
4440
|
+
"attributes": []
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "a-timeline",
|
|
4444
|
+
"description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
|
|
4445
|
+
"attributes": [
|
|
4446
4446
|
{
|
|
4447
4447
|
"name": "classes",
|
|
4448
|
-
"description": "Default: -\n\
|
|
4448
|
+
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
|
|
4449
4449
|
},
|
|
4450
4450
|
{
|
|
4451
|
-
"name": "
|
|
4452
|
-
"description": "Default: -\n\
|
|
4451
|
+
"name": "items",
|
|
4452
|
+
"description": "Default: -\n\nEach node of timeline"
|
|
4453
4453
|
},
|
|
4454
4454
|
{
|
|
4455
|
-
"name": "
|
|
4456
|
-
"description": "Default: -\n\
|
|
4455
|
+
"name": "mode",
|
|
4456
|
+
"description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
|
|
4457
4457
|
},
|
|
4458
4458
|
{
|
|
4459
|
-
"name": "
|
|
4460
|
-
"description": "Default:
|
|
4459
|
+
"name": "pending",
|
|
4460
|
+
"description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
|
|
4461
4461
|
},
|
|
4462
4462
|
{
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "Default: -\n\
|
|
4463
|
+
"name": "pending-dot",
|
|
4464
|
+
"description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
|
|
4465
4465
|
},
|
|
4466
4466
|
{
|
|
4467
|
-
"name": "
|
|
4468
|
-
"description": "Default:
|
|
4467
|
+
"name": "reverse",
|
|
4468
|
+
"description": "Default: false\n\nWhether reverse nodes or not"
|
|
4469
4469
|
},
|
|
4470
4470
|
{
|
|
4471
|
-
"name": "
|
|
4472
|
-
"description": "Default: -\n\
|
|
4471
|
+
"name": "styles",
|
|
4472
|
+
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
|
|
4473
4473
|
},
|
|
4474
4474
|
{
|
|
4475
|
-
"name": "
|
|
4476
|
-
"description": "Default: -\n\
|
|
4475
|
+
"name": "dot-render",
|
|
4476
|
+
"description": "Default: -\n\nCustom rendering function for timeline dot"
|
|
4477
4477
|
},
|
|
4478
4478
|
{
|
|
4479
|
-
"name": "
|
|
4480
|
-
"description": "Default: -\n\
|
|
4479
|
+
"name": "label-render",
|
|
4480
|
+
"description": "Default: -\n\nCustom rendering function for timeline label"
|
|
4481
4481
|
},
|
|
4482
4482
|
{
|
|
4483
|
-
"name": "
|
|
4484
|
-
"description": "Default: -\n\
|
|
4483
|
+
"name": "content-render",
|
|
4484
|
+
"description": "Default: -\n\nCustom rendering function for timeline content"
|
|
4485
4485
|
}
|
|
4486
4486
|
]
|
|
4487
4487
|
},
|
|
@@ -4746,253 +4746,109 @@
|
|
|
4746
4746
|
"description": "Default: false\n\nAllows selecting multiple treeNodes"
|
|
4747
4747
|
},
|
|
4748
4748
|
{
|
|
4749
|
-
"name": "root-style",
|
|
4750
|
-
"description": "Default: -\n\nStyle on the root element"
|
|
4751
|
-
},
|
|
4752
|
-
{
|
|
4753
|
-
"name": "selectable",
|
|
4754
|
-
"description": "Default: true\n\nWhether it can be selected"
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"name": "selected-keys",
|
|
4758
|
-
"description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"name": "show-icon",
|
|
4762
|
-
"description": "Default: false\n\nControls whether to display the icon node (no default style)"
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"name": "show-line",
|
|
4766
|
-
"description": "Default: false\n\nShows a connecting line"
|
|
4767
|
-
},
|
|
4768
|
-
{
|
|
4769
|
-
"name": "styles",
|
|
4770
|
-
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4771
|
-
},
|
|
4772
|
-
{
|
|
4773
|
-
"name": "switcher-icon",
|
|
4774
|
-
"description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
|
|
4775
|
-
},
|
|
4776
|
-
{
|
|
4777
|
-
"name": "switcher-loading-icon",
|
|
4778
|
-
"description": "Default: -\n\nCustomize loading icons for tree nodes"
|
|
4779
|
-
},
|
|
4780
|
-
{
|
|
4781
|
-
"name": "title-render",
|
|
4782
|
-
"description": "Default: -\n\nCustomize tree node title render"
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
"name": "tree-data",
|
|
4786
|
-
"description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
|
|
4787
|
-
},
|
|
4788
|
-
{
|
|
4789
|
-
"name": "virtual",
|
|
4790
|
-
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
4791
|
-
}
|
|
4792
|
-
]
|
|
4793
|
-
},
|
|
4794
|
-
{
|
|
4795
|
-
"name": "a-tree-node",
|
|
4796
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4797
|
-
"attributes": [
|
|
4798
|
-
{
|
|
4799
|
-
"name": "checkable",
|
|
4800
|
-
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
4801
|
-
},
|
|
4802
|
-
{
|
|
4803
|
-
"name": "disable-checkbox",
|
|
4804
|
-
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4805
|
-
},
|
|
4806
|
-
{
|
|
4807
|
-
"name": "disabled",
|
|
4808
|
-
"description": "Default: false\n\nDisables the treeNode"
|
|
4809
|
-
},
|
|
4810
|
-
{
|
|
4811
|
-
"name": "icon",
|
|
4812
|
-
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4813
|
-
},
|
|
4814
|
-
{
|
|
4815
|
-
"name": "is-leaf",
|
|
4816
|
-
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
4817
|
-
},
|
|
4818
|
-
{
|
|
4819
|
-
"name": "key",
|
|
4820
|
-
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
4821
|
-
},
|
|
4822
|
-
{
|
|
4823
|
-
"name": "selectable",
|
|
4824
|
-
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4825
|
-
},
|
|
4826
|
-
{
|
|
4827
|
-
"name": "title",
|
|
4828
|
-
"description": "Default: ---\n\nTitle"
|
|
4829
|
-
}
|
|
4830
|
-
]
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"name": "a-directory-tree",
|
|
4834
|
-
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4835
|
-
"attributes": [
|
|
4836
|
-
{
|
|
4837
|
-
"name": "expand-action",
|
|
4838
|
-
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4839
|
-
}
|
|
4840
|
-
]
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"name": "a-table",
|
|
4844
|
-
"description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
|
|
4845
|
-
"attributes": [
|
|
4846
|
-
{
|
|
4847
|
-
"name": "bordered",
|
|
4848
|
-
"description": "Default: false\n\nWhether to show all table borders"
|
|
4849
|
-
},
|
|
4850
|
-
{
|
|
4851
|
-
"name": "classes",
|
|
4852
|
-
"description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
|
|
4853
|
-
},
|
|
4854
|
-
{
|
|
4855
|
-
"name": "columns",
|
|
4856
|
-
"description": "Default: -\n\nColumns of table"
|
|
4857
|
-
},
|
|
4858
|
-
{
|
|
4859
|
-
"name": "data-source",
|
|
4860
|
-
"description": "Default: -\n\nData record array to be displayed"
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
"name": "expandable",
|
|
4864
|
-
"description": "Default: -\n\nConfig expandable content"
|
|
4865
|
-
},
|
|
4866
|
-
{
|
|
4867
|
-
"name": "get-popup-container",
|
|
4868
|
-
"description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
|
|
4869
|
-
},
|
|
4870
|
-
{
|
|
4871
|
-
"name": "loading",
|
|
4872
|
-
"description": "Default: false\n\nLoading status of table"
|
|
4873
|
-
},
|
|
4874
|
-
{
|
|
4875
|
-
"name": "locale",
|
|
4876
|
-
"description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
|
|
4877
|
-
},
|
|
4878
|
-
{
|
|
4879
|
-
"name": "pagination",
|
|
4880
|
-
"description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
|
|
4881
|
-
},
|
|
4882
|
-
{
|
|
4883
|
-
"name": "row-class-name",
|
|
4884
|
-
"description": "Default: -\n\nRow's className"
|
|
4885
|
-
},
|
|
4886
|
-
{
|
|
4887
|
-
"name": "row-key",
|
|
4888
|
-
"description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
|
|
4889
|
-
},
|
|
4890
|
-
{
|
|
4891
|
-
"name": "row-selection",
|
|
4892
|
-
"description": "Default: -\n\nRow selection config"
|
|
4893
|
-
},
|
|
4894
|
-
{
|
|
4895
|
-
"name": "row-hoverable",
|
|
4896
|
-
"description": "Default: true\n\nRow hover"
|
|
4897
|
-
},
|
|
4898
|
-
{
|
|
4899
|
-
"name": "scroll",
|
|
4900
|
-
"description": "Default: -\n\nWhether the table can be scrollable, config"
|
|
4901
|
-
},
|
|
4902
|
-
{
|
|
4903
|
-
"name": "show-header",
|
|
4904
|
-
"description": "Default: true\n\nWhether to show table header"
|
|
4749
|
+
"name": "root-style",
|
|
4750
|
+
"description": "Default: -\n\nStyle on the root element"
|
|
4905
4751
|
},
|
|
4906
4752
|
{
|
|
4907
|
-
"name": "
|
|
4908
|
-
"description": "Default:
|
|
4753
|
+
"name": "selectable",
|
|
4754
|
+
"description": "Default: true\n\nWhether it can be selected"
|
|
4909
4755
|
},
|
|
4910
4756
|
{
|
|
4911
|
-
"name": "
|
|
4912
|
-
"description": "Default:
|
|
4757
|
+
"name": "selected-keys",
|
|
4758
|
+
"description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
|
|
4913
4759
|
},
|
|
4914
4760
|
{
|
|
4915
|
-
"name": "
|
|
4916
|
-
"description": "Default:
|
|
4761
|
+
"name": "show-icon",
|
|
4762
|
+
"description": "Default: false\n\nControls whether to display the icon node (no default style)"
|
|
4917
4763
|
},
|
|
4918
4764
|
{
|
|
4919
|
-
"name": "
|
|
4920
|
-
"description": "Default:
|
|
4765
|
+
"name": "show-line",
|
|
4766
|
+
"description": "Default: false\n\nShows a connecting line"
|
|
4921
4767
|
},
|
|
4922
4768
|
{
|
|
4923
4769
|
"name": "styles",
|
|
4924
4770
|
"description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
|
|
4925
4771
|
},
|
|
4926
4772
|
{
|
|
4927
|
-
"name": "
|
|
4928
|
-
"description": "Default:
|
|
4773
|
+
"name": "switcher-icon",
|
|
4774
|
+
"description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
|
|
4929
4775
|
},
|
|
4930
4776
|
{
|
|
4931
|
-
"name": "
|
|
4932
|
-
"description": "Default: -\n\
|
|
4777
|
+
"name": "switcher-loading-icon",
|
|
4778
|
+
"description": "Default: -\n\nCustomize loading icons for tree nodes"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "title-render",
|
|
4782
|
+
"description": "Default: -\n\nCustomize tree node title render"
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "tree-data",
|
|
4786
|
+
"description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
|
|
4933
4787
|
},
|
|
4934
4788
|
{
|
|
4935
4789
|
"name": "virtual",
|
|
4936
|
-
"description": "Default:
|
|
4790
|
+
"description": "Default: true\n\nDisable virtual scroll when set to false"
|
|
4937
4791
|
}
|
|
4938
4792
|
]
|
|
4939
4793
|
},
|
|
4940
4794
|
{
|
|
4941
|
-
"name": "a-tree-
|
|
4942
|
-
"description": "
|
|
4943
|
-
"attributes": []
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"name": "a-tree-select",
|
|
4947
|
-
"description": "树型选择控件。",
|
|
4948
|
-
"attributes": []
|
|
4949
|
-
},
|
|
4950
|
-
{
|
|
4951
|
-
"name": "a-watermark",
|
|
4952
|
-
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
4795
|
+
"name": "a-tree-node",
|
|
4796
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4953
4797
|
"attributes": [
|
|
4954
4798
|
{
|
|
4955
|
-
"name": "
|
|
4956
|
-
"description": "Default:
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"name": "height",
|
|
4960
|
-
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
4799
|
+
"name": "checkable",
|
|
4800
|
+
"description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
|
|
4961
4801
|
},
|
|
4962
4802
|
{
|
|
4963
|
-
"name": "
|
|
4964
|
-
"description": "Default:
|
|
4803
|
+
"name": "disable-checkbox",
|
|
4804
|
+
"description": "Default: false\n\nDisables the checkbox of the treeNode"
|
|
4965
4805
|
},
|
|
4966
4806
|
{
|
|
4967
|
-
"name": "
|
|
4968
|
-
"description": "Default:
|
|
4807
|
+
"name": "disabled",
|
|
4808
|
+
"description": "Default: false\n\nDisables the treeNode"
|
|
4969
4809
|
},
|
|
4970
4810
|
{
|
|
4971
|
-
"name": "
|
|
4972
|
-
"description": "Default:
|
|
4811
|
+
"name": "icon",
|
|
4812
|
+
"description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
|
|
4973
4813
|
},
|
|
4974
4814
|
{
|
|
4975
|
-
"name": "
|
|
4976
|
-
"description": "Default: -\n\
|
|
4815
|
+
"name": "is-leaf",
|
|
4816
|
+
"description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
|
|
4977
4817
|
},
|
|
4978
4818
|
{
|
|
4979
|
-
"name": "
|
|
4980
|
-
"description": "Default:
|
|
4819
|
+
"name": "key",
|
|
4820
|
+
"description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
|
|
4981
4821
|
},
|
|
4982
4822
|
{
|
|
4983
|
-
"name": "
|
|
4984
|
-
"description": "Default:
|
|
4823
|
+
"name": "selectable",
|
|
4824
|
+
"description": "Default: true\n\nSet whether the treeNode can be selected"
|
|
4985
4825
|
},
|
|
4986
4826
|
{
|
|
4987
|
-
"name": "
|
|
4988
|
-
"description": "Default:
|
|
4989
|
-
}
|
|
4827
|
+
"name": "title",
|
|
4828
|
+
"description": "Default: ---\n\nTitle"
|
|
4829
|
+
}
|
|
4830
|
+
]
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"name": "a-directory-tree",
|
|
4834
|
+
"description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
|
|
4835
|
+
"attributes": [
|
|
4990
4836
|
{
|
|
4991
|
-
"name": "
|
|
4992
|
-
"description": "Default:
|
|
4837
|
+
"name": "expand-action",
|
|
4838
|
+
"description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
|
|
4993
4839
|
}
|
|
4994
4840
|
]
|
|
4995
4841
|
},
|
|
4842
|
+
{
|
|
4843
|
+
"name": "a-tree-select-props",
|
|
4844
|
+
"description": "Tree selection control.",
|
|
4845
|
+
"attributes": []
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "a-tree-select",
|
|
4849
|
+
"description": "树型选择控件。",
|
|
4850
|
+
"attributes": []
|
|
4851
|
+
},
|
|
4996
4852
|
{
|
|
4997
4853
|
"name": "a-typography",
|
|
4998
4854
|
"description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
|
|
@@ -5287,6 +5143,154 @@
|
|
|
5287
5143
|
}
|
|
5288
5144
|
]
|
|
5289
5145
|
},
|
|
5146
|
+
{
|
|
5147
|
+
"name": "a-watermark",
|
|
5148
|
+
"description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
|
|
5149
|
+
"attributes": [
|
|
5150
|
+
{
|
|
5151
|
+
"name": "width",
|
|
5152
|
+
"description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"name": "height",
|
|
5156
|
+
"description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"name": "inherit",
|
|
5160
|
+
"description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"name": "rotate",
|
|
5164
|
+
"description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"name": "z-index",
|
|
5168
|
+
"description": "Default: 9\n\nThe z-index of the appended watermark element"
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"name": "image",
|
|
5172
|
+
"description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"name": "content",
|
|
5176
|
+
"description": "Default: -\n\nWatermark text content"
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "font",
|
|
5180
|
+
"description": "Default: Font\n\nText style"
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "gap",
|
|
5184
|
+
"description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
"name": "offset",
|
|
5188
|
+
"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"
|
|
5189
|
+
}
|
|
5190
|
+
]
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "a-tooltip",
|
|
5194
|
+
"description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
|
|
5195
|
+
"attributes": [
|
|
5196
|
+
{
|
|
5197
|
+
"name": "align",
|
|
5198
|
+
"description": "Default: -\n\nPopup alignment config"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "arrow",
|
|
5202
|
+
"description": "Default: -\n\nShow, hide or keep arrow in the center"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"name": "auto-adjust-overflow",
|
|
5206
|
+
"description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"name": "color",
|
|
5210
|
+
"description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
|
|
5211
|
+
},
|
|
5212
|
+
{
|
|
5213
|
+
"name": "open",
|
|
5214
|
+
"description": "Default: -\n\nWhether tooltip is visible"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"name": "default-open",
|
|
5218
|
+
"description": "Default: false\n\nInitial open state"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "get-popup-container",
|
|
5222
|
+
"description": "Default: -\n\nSpecify container for tooltip"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"name": "destroy-on-hidden",
|
|
5226
|
+
"description": "Default: -\n\nDestroy tooltip when hidden"
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"name": "z-index",
|
|
5230
|
+
"description": "Default: -\n\nSet z-index of tooltip"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"name": "placement",
|
|
5234
|
+
"description": "Default: top\n\nTooltip placement"
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "trigger",
|
|
5238
|
+
"description": "Default: -\n\nTrigger action"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "fresh",
|
|
5242
|
+
"description": "Default: -\n\nUpdate content even when tooltip is hidden"
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "mouse-enter-delay",
|
|
5246
|
+
"description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "mouse-leave-delay",
|
|
5250
|
+
"description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"name": "classes",
|
|
5254
|
+
"description": "Default: -\n\nSemantic DOM class. Supports object or function"
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"name": "styles",
|
|
5258
|
+
"description": "Default: -\n\nSemantic DOM style. Supports object or function"
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"name": "get-tooltip-container",
|
|
5262
|
+
"description": "Default: -\n\nLegacy alias of getPopupContainer"
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "motion",
|
|
5266
|
+
"description": "Default: -\n\nPopup motion config"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "after-open-change",
|
|
5270
|
+
"description": "Default: -\n\nCallback after visibility change"
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "builtin-placements",
|
|
5274
|
+
"description": "Default: -\n\nBuilt-in placement config"
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"name": "title",
|
|
5278
|
+
"description": "Default: -\n\nThe text shown in the tooltip"
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "overlay",
|
|
5282
|
+
"description": "Default: -\n\nLegacy alias of title"
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "open-class",
|
|
5286
|
+
"description": "Default: -\n\nClass added to child when tooltip is open"
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"name": "unique",
|
|
5290
|
+
"description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
|
|
5291
|
+
}
|
|
5292
|
+
]
|
|
5293
|
+
},
|
|
5290
5294
|
{
|
|
5291
5295
|
"name": "a-menu-item",
|
|
5292
5296
|
"description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
|