@unicom-cloud/ui 0.8.140 → 0.8.142
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/Affix.js +1 -1
- package/Alert.js +1 -1
- package/Anchor.js +7 -5
- package/App.js +7 -5
- package/AutoComplete.js +4 -4
- package/Avatar.js +7 -5
- package/BackTop.js +1 -1
- package/Badge.js +1 -1
- package/Breadcrumb.js +1 -1
- package/Button.js +1 -1
- package/Calendar.js +1 -1
- package/Card.js +1 -1
- package/Carousel.js +1 -1
- package/Cascader.js +1 -1
- package/Checkbox.js +7 -5
- package/Collapse.js +3 -1
- package/ColorPicker.js +1 -1
- package/Comment.js +1 -1
- package/ConfigProvider.js +1 -1
- package/Constant.js +1 -1
- package/Copy.js +1 -1
- package/Countdown.js +5 -11
- package/DatePicker.js +13 -9
- package/Descriptions.js +1 -1
- package/Details.js +4 -11
- package/Development.js +1 -1
- package/Divider.js +1 -1
- package/Draggable.js +1 -1
- package/Drawer.js +1 -1
- package/Dropdown.js +1 -1
- package/Empty.js +1 -1
- package/Flex.js +5 -12
- package/Form.js +7 -7
- package/Grid.js +9 -7
- package/Icon.js +1 -1
- package/IconHover.js +1 -1
- package/Image.js +7 -5
- package/Input.js +6 -6
- package/InputNumber.js +1 -1
- package/InputTag.js +1 -1
- package/Layout.js +8 -7
- package/Link.js +1 -1
- package/LiquidFill.js +1 -1
- package/List.js +1 -1
- package/Loading.js +4 -11
- package/Marquee.js +21 -27
- package/Mask.js +5 -0
- package/Masonry.js +1 -1
- package/Mentions.js +1 -1
- package/Menu.js +14 -10
- package/Message.js +1 -1
- package/Modal.js +1 -1
- package/Notice.js +4 -11
- package/Notification.js +1 -1
- package/OverflowEllipsis.js +1 -1
- package/PageHeader.js +1 -1
- package/Pagination.js +1 -1
- package/Picker.js +1 -1
- package/Popconfirm.js +1 -1
- package/Popover.js +1 -1
- package/Portal.js +1 -1
- package/Progress.js +1 -1
- package/Progress2.js +1 -1
- package/QrCode.js +1 -1
- package/Radio.js +1 -1
- package/Rate.js +1 -1
- package/ResizeBox.js +1 -1
- package/Result.js +1 -1
- package/RichText.js +1 -1
- package/RowCol.js +7 -5
- package/Segmented.js +5 -10
- package/Select.js +2 -2
- package/SelectView.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +5 -12
- package/SpeechSynthesis.js +1 -1
- package/Spin.js +1 -1
- package/Splitter.js +1 -1
- package/Statistic.js +1 -1
- package/Steps.js +1 -1
- package/SuspenseFallbackTest.js +1 -1
- package/Switch.js +4 -5
- package/Table.js +27 -23
- package/Tabs.js +8 -9
- package/Tag.js +1 -1
- package/TimePicker.js +8 -5
- package/Timeline.js +1 -1
- package/Timer.js +4 -11
- package/Tooltip.js +1 -1
- package/Tour.js +7 -11
- package/Transfer.js +1 -1
- package/Tree.js +5 -3
- package/TreeSelect.js +1 -1
- package/Trigger.js +1 -1
- package/Typography.js +1 -1
- package/Upload.js +1 -1
- package/VerificationCode.js +1 -1
- package/VirtualList.js +1 -1
- package/Watermark.js +1 -1
- package/affix/Affix.js +1 -1
- package/affix/index.js +1 -1
- package/alert/Alert.js +1 -1
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +3 -2
- package/anchor/Link.js +2 -2
- package/anchor/context.js +2 -1
- package/anchor/index.js +7 -5
- package/anchor/utils.js +1 -1
- package/app/App.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +8 -6
- package/app/useApp.js +1 -1
- package/auto-complete/AutoComplete.js +5 -5
- package/auto-complete/index.js +4 -4
- package/avatar/Avatar.js +2 -1
- package/avatar/Group.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +9 -7
- package/back-top/BackTop.js +1 -1
- package/back-top/index.js +1 -1
- package/badge/Badge.js +1 -1
- package/badge/Count.js +1 -1
- package/badge/index.js +1 -1
- package/breadcrumb/Breadcrumb.js +1 -1
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/index.js +1 -1
- package/button/Button.js +1 -1
- package/button/Group.js +1 -1
- package/button/index.js +1 -1
- package/calendar/Lunar.js +1 -1
- package/calendar/Month.js +29 -29
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +1 -1
- package/calendar/header/Panel.js +1 -1
- package/calendar/header/index.js +13 -13
- package/calendar/hook/useCellClassName.js +6 -6
- package/calendar/index.js +46 -46
- package/card/Grid.js +1 -1
- package/card/Meta.js +1 -1
- package/card/index.js +1 -1
- package/carousel/Arrow.js +1 -1
- package/carousel/Indicator.js +1 -1
- package/carousel/index.js +1 -1
- package/cascader/Cascader.js +1 -1
- package/cascader/base/node.js +1 -1
- package/cascader/base/store.js +1 -1
- package/cascader/hook/useRefCurrent.js +1 -1
- package/cascader/index.js +1 -1
- package/cascader/panel/List.js +1 -1
- package/cascader/panel/Option.js +1 -1
- package/cascader/panel/Search.js +1 -1
- package/cascader/utils.js +1 -1
- package/checkbox/Checkbox.js +55 -44
- package/checkbox/Group.js +49 -61
- package/checkbox/GroupBlock.js +56 -55
- package/checkbox/context.js +16 -0
- package/checkbox/index.js +9 -7
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +59 -60
- package/collapse/Item.js +2 -2
- package/collapse/context.js +14 -0
- package/collapse/index.js +5 -3
- package/color-picker/ControlBar.js +1 -1
- package/color-picker/InputAlpha.js +1 -1
- package/color-picker/InputHex.js +1 -1
- package/color-picker/InputRgb.js +1 -1
- package/color-picker/Mode.js +1 -1
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +1 -1
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.js +1 -1
- package/color-picker/hooks/useControlBlock.js +1 -1
- package/color-picker/index.js +1 -1
- package/color-picker/interface.js +1 -1
- package/color-picker/utils.js +1 -1
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +5 -5
- package/config-provider/context.js +6 -6
- package/config-provider/index.js +1 -1
- package/config-provider/useConfigProvider.js +1 -1
- package/constant/index.js +1 -1
- package/copy/index.js +1 -1
- package/countdown/index.js +35 -41
- package/countdown/utils.js +1 -1
- package/date-picker/DatePickerRange.js +594 -0
- package/date-picker/Picker.js +228 -246
- package/date-picker/context.js +6 -3
- package/date-picker/hook/useCellClassName.js +66 -45
- package/date-picker/index.js +40 -32
- package/date-picker/panel/Body.js +50 -49
- package/date-picker/panel/Footer.js +44 -43
- package/date-picker/panel/Header.js +55 -52
- package/date-picker/panel/Shortcut.js +30 -28
- package/date-picker/panel/WeekList.js +15 -8
- package/date-picker/panel/date/index.js +148 -146
- package/date-picker/panel/month/index.js +75 -72
- package/date-picker/panel/quarter/index.js +72 -69
- package/date-picker/panel/range/index.js +95 -90
- package/date-picker/panel/week/index.js +33 -31
- package/date-picker/panel/year/index.js +52 -50
- package/date-picker/utils.js +71 -38
- package/descriptions/index.js +1 -1
- package/details/index.js +23 -30
- package/development/index.js +1 -1
- package/divider/index.js +1 -1
- package/draggable/Item.js +1 -1
- package/draggable/index.js +1 -1
- package/drawer/Drawer.js +149 -162
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +1 -1
- package/dropdown/index.js +1 -1
- package/empty/index.js +1 -1
- package/flex/index.js +22 -29
- package/form/Control.js +9 -9
- package/form/Form.js +95 -82
- package/form/FormItem.js +1 -1
- package/form/FormItemTip.js +1 -1
- package/form/FormLabel.js +1 -1
- package/form/FormList.js +1 -1
- package/form/FormProvider.js +1 -1
- package/form/context.js +1 -1
- package/form/hook/useForm.js +17 -17
- package/form/hook/{useContext.js → useFormContext.js} +8 -8
- package/form/hook/{useState.js → useFormState.js} +1 -1
- package/form/hook/useWatch.js +1 -1
- package/form/index.js +10 -10
- package/form/interface.js +1 -1
- package/form/promisify.js +1 -1
- package/form/store.js +2 -6
- package/form/utils.js +1 -1
- package/grid/Grid.js +1 -1
- package/grid/Item.js +1 -1
- package/grid/context.js +1 -1
- package/grid/index.js +11 -9
- package/grid/utils.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/use-breakpoint/index.js +1 -1
- package/hooks/use-computed-state/index.js +4 -3
- package/hooks/use-create/index.js +4 -3
- package/hooks/use-creation/index.js +4 -3
- package/hooks/use-event/index.js +4 -3
- package/hooks/use-event-listener/index.js +6 -0
- package/hooks/use-force-update/index.js +4 -3
- package/hooks/use-fullscreen/index.js +6 -0
- package/hooks/use-id/index.js +4 -3
- package/hooks/use-in-view/index.js +4 -3
- package/hooks/use-intersection-observer/index.js +4 -3
- package/hooks/use-intersection-observers/index.js +4 -3
- package/hooks/use-interval/index.js +4 -3
- package/hooks/use-is-first-render/index.js +4 -3
- package/hooks/use-isomorphic-layout-effect/index.js +4 -3
- package/hooks/use-keyboard-event/index.js +4 -3
- package/hooks/use-latest/index.js +4 -3
- package/hooks/use-listen-window-resize/index.js +4 -3
- package/hooks/use-media/index.js +4 -3
- package/hooks/use-merge-props/index.js +4 -3
- package/hooks/use-merge-value/index.js +4 -3
- package/hooks/use-move/index.js +4 -3
- package/hooks/use-mutation-observers/index.js +4 -3
- package/hooks/use-online-status/index.js +4 -3
- package/hooks/use-overflow-hidden/index.js +4 -3
- package/hooks/use-override-ref/index.js +4 -3
- package/hooks/use-persist-callback/index.js +4 -3
- package/hooks/use-prefers-color-scheme-dark/index.js +4 -3
- package/hooks/use-previous/index.js +4 -3
- package/hooks/use-refs/index.js +4 -4
- package/hooks/use-resize-observer/index.js +4 -3
- package/hooks/use-resize-observers/index.js +4 -3
- package/hooks/use-responsive-state/index.js +1 -1
- package/hooks/use-set-state/index.js +6 -0
- package/hooks/use-state-callback/index.js +4 -3
- package/hooks/use-state-with-promise/index.js +4 -3
- package/hooks/use-update-effect/index.js +4 -3
- package/hooks/use-update-layout-effect/index.js +4 -3
- package/hooks/use-verification-code/index.js +1 -1
- package/hooks/use-watch/index.js +4 -3
- package/hooks/use-watermark/index.js +1 -1
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +4 -3
- package/hooks/useBreakpoint.js +1 -1
- package/hooks/useComputedState.js +1 -1
- package/hooks/useCreate.js +1 -1
- package/hooks/useCreation.js +1 -1
- package/hooks/useEvent.js +1 -1
- package/hooks/useEventListener.js +5 -0
- package/hooks/useForceUpdate.js +1 -1
- package/hooks/useFullscreen.js +5 -0
- package/hooks/useId.js +1 -1
- package/hooks/useInView.js +1 -1
- package/hooks/useIntersectionObserver.js +1 -1
- package/hooks/useIntersectionObservers.js +1 -1
- package/hooks/useInterval.js +1 -1
- package/hooks/useIsFirstRender.js +1 -1
- package/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/hooks/useKeyboardEvent.js +1 -1
- package/hooks/useLatest.js +1 -1
- package/hooks/useListenWindowResize.js +1 -1
- package/hooks/useMedia.js +1 -1
- package/hooks/useMergeProps.js +1 -1
- package/hooks/useMergeValue.js +1 -1
- package/hooks/useMove.js +1 -1
- package/hooks/useMutationObservers.js +1 -1
- package/hooks/useOnlineStatus.js +1 -1
- package/hooks/useOverflowHidden.js +1 -1
- package/hooks/useOverrideRef.js +1 -1
- package/hooks/usePersistCallback.js +1 -1
- package/hooks/usePrefersColorSchemeDark.js +1 -1
- package/hooks/usePrevious.js +1 -1
- package/hooks/useRefs.js +4 -5
- package/hooks/useResizeObserver.js +1 -1
- package/hooks/useResizeObservers.js +1 -1
- package/hooks/useResponsiveState.js +1 -1
- package/hooks/useSetState.js +5 -0
- package/hooks/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.js +1 -1
- package/hooks/useUnmountOnExit.js +8 -15
- package/hooks/useUpdateEffect.js +1 -1
- package/hooks/useUpdateLayoutEffect.js +1 -1
- package/hooks/useVerificationCode.js +1 -1
- package/hooks/useWatch.js +1 -1
- package/hooks/useWatermark.js +1 -1
- package/hooks/useWindowSize.js +1 -1
- package/icon/Icon.js +1 -1
- package/icon/addIconFromCdn.js +1 -1
- package/icon/index.js +1 -1
- package/icon-hover/index.js +1 -1
- package/icons/file/index.js +1 -1
- package/icons/file.js +1 -1
- package/icons.js +1 -1
- package/image/Image.js +9 -8
- package/image/ImageFooter.js +1 -1
- package/image/ImagePreview.js +31 -34
- package/image/ImagePreviewArrow.js +1 -1
- package/image/ImagePreviewGroup.js +9 -9
- package/image/ImagePreviewToolbar.js +1 -1
- package/image/TriggerForToolbar.js +1 -1
- package/image/context.js +20 -0
- package/image/index.js +7 -5
- package/image/utils/getFixTranslate.js +1 -1
- package/image/utils/getScale.js +1 -1
- package/image/utils/hook/useImageStatus.js +1 -1
- package/image/utils/hook/useShowFooter.js +1 -1
- package/index.js +785 -749
- package/input/Button.js +18 -22
- package/input/Group.js +1 -1
- package/input/Input.js +118 -121
- package/input/InputElement.js +13 -10
- package/input/Number.js +1 -1
- package/input/Password.js +14 -20
- package/input/Search.js +22 -27
- package/input/Tag.js +1 -1
- package/input/Textarea.js +37 -37
- package/input/{autoSizeTextAreaHeight.js → autoSizeTextareaHeight.js} +1 -1
- package/input/index.js +4 -4
- package/input/useComposition.js +1 -1
- package/input/utils.js +9 -0
- package/input-number/decimal.js +1 -1
- package/input-number/index.js +1 -1
- package/input-number/useSelectionRange.js +1 -1
- package/input-number/utils.js +1 -1
- package/input-tag/InputTag.js +44 -44
- package/input-tag/index.js +1 -1
- package/layout/Content.js +1 -1
- package/layout/Footer.js +1 -1
- package/layout/Header.js +1 -1
- package/layout/Sider.js +96 -94
- package/layout/context.js +9 -0
- package/layout/index.js +6 -6
- package/link/index.js +1 -1
- package/liquid-fill/index.js +1 -1
- package/list/Item.js +1 -1
- package/list/Meta.js +1 -1
- package/list/index.js +1 -1
- package/loading/index.js +24 -31
- package/locale/ar-EG.js +1 -1
- package/locale/de-DE.js +1 -1
- package/locale/default.js +1 -1
- package/locale/en-US.js +1 -1
- package/locale/es-ES.js +1 -1
- package/locale/fr-FR.js +1 -1
- package/locale/id-ID.js +1 -1
- package/locale/it-IT.js +1 -1
- package/locale/ja-JP.js +1 -1
- package/locale/ko-KR.js +1 -1
- package/locale/ms-MY.js +1 -1
- package/locale/pt-BR.js +1 -1
- package/locale/pt-PT.js +1 -1
- package/locale/ru-RU.js +1 -1
- package/locale/th-TH.js +1 -1
- package/locale/tr-TR.js +1 -1
- package/locale/vi-VN.js +1 -1
- package/locale/zh-CN.js +1 -1
- package/locale/zh-HK.js +1 -1
- package/locale/zh-TW.js +1 -1
- package/marquee/index.js +30 -36
- package/mask/Mask.js +62 -0
- package/mask/index.js +5 -0
- package/masonry/Masonry.js +1 -1
- package/masonry/MasonryItem.js +1 -1
- package/masonry/hooks/useDelay.js +1 -1
- package/masonry/hooks/useGutter.js +1 -1
- package/masonry/hooks/usePositions.js +1 -1
- package/masonry/hooks/useRefs.js +1 -1
- package/masonry/index.js +1 -1
- package/mentions/index.js +8 -8
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.js +1 -1
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +30 -27
- package/menu/OverflowWrap.js +1 -1
- package/menu/context.js +1 -1
- package/menu/index.js +14 -10
- package/menu/sub-menu/Inline.js +11 -11
- package/menu/sub-menu/Pop.js +16 -16
- package/menu/sub-menu/index.js +4 -4
- package/menu/utils.js +1 -1
- package/message/index.js +1 -1
- package/message/useMessage.js +1 -1
- package/modal/Confirm.js +1 -1
- package/modal/Modal.js +278 -310
- package/modal/config.js +1 -1
- package/modal/index.js +1 -1
- package/modal/use-modal/Hook.js +1 -1
- package/modal/use-modal/index.js +1 -1
- package/notice/index.js +29 -34
- package/notification/index.js +1 -1
- package/notification/useNotification.js +1 -1
- package/notification/withNotification.js +1 -1
- package/overflow-ellipsis/OverflowItem.js +1 -1
- package/overflow-ellipsis/index.js +1 -1
- package/package.json +1 -1
- package/page-header/index.js +1 -1
- package/pagination/PageItem.js +1 -1
- package/pagination/PageJumper.js +1 -1
- package/pagination/PageOption.js +1 -1
- package/pagination/Pagination.js +2 -2
- package/pagination/index.js +1 -1
- package/pagination/interface.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +1 -1
- package/picker/index.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/Popover.js +1 -1
- package/popover/index.js +1 -1
- package/portal/Portal.js +1 -1
- package/portal/index.js +1 -1
- package/progress/CircleProgress.js +1 -1
- package/progress/LineProgess.js +1 -1
- package/progress/StepProgress.js +1 -1
- package/progress/index.js +1 -1
- package/progress2/index.js +1 -1
- package/qr-code/QRCode.js +16 -23
- package/qr-code/index.js +1 -1
- package/qr-code/src/index.js +1 -1
- package/qr-code/src/qrcodegen.js +1 -1
- package/radio/Group.js +87 -82
- package/radio/GroupBlock.js +104 -80
- package/radio/Radio.js +64 -56
- package/radio/index.js +1 -1
- package/rate/index.js +1 -1
- package/resize-box/ResizeTrigger.js +1 -1
- package/resize-box/Split.js +1 -1
- package/resize-box/SplitGroup.js +1 -1
- package/resize-box/index.js +1 -1
- package/result/403.js +1 -1
- package/result/404.js +1 -1
- package/result/500.js +1 -1
- package/result/index.js +1 -1
- package/rich-text/RichText.js +128 -115
- package/rich-text/Toolbar.js +73 -80
- package/rich-text/constant.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/lib/blots/block.js +1 -1
- package/rich-text/lib/blots/break.js +1 -1
- package/rich-text/lib/blots/container.js +1 -1
- package/rich-text/lib/blots/cursor.js +1 -1
- package/rich-text/lib/blots/embed.js +1 -1
- package/rich-text/lib/blots/inline.js +1 -1
- package/rich-text/lib/blots/scroll.js +1 -1
- package/rich-text/lib/blots/text.js +1 -1
- package/rich-text/lib/core/composition.js +1 -1
- package/rich-text/lib/core/editor.js +1 -1
- package/rich-text/lib/core/emitter.js +1 -1
- package/rich-text/lib/core/logger.js +1 -1
- package/rich-text/lib/core/module.js +1 -1
- package/rich-text/lib/core/rich.js +1 -1
- package/rich-text/lib/core/selection.js +6 -2
- package/rich-text/lib/core/theme.js +1 -1
- package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
- package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
- package/rich-text/lib/delta/AttributeMap.js +1 -1
- package/rich-text/lib/delta/Op.js +1 -1
- package/rich-text/lib/delta/OpIterator.js +1 -1
- package/rich-text/lib/delta/index.js +1 -1
- package/rich-text/lib/diff/index.js +1 -1
- package/rich-text/lib/formats/align.js +1 -1
- package/rich-text/lib/formats/background.js +1 -1
- package/rich-text/lib/formats/blockquote.js +1 -1
- package/rich-text/lib/formats/bold.js +1 -1
- package/rich-text/lib/formats/code.js +1 -1
- package/rich-text/lib/formats/color.js +1 -1
- package/rich-text/lib/formats/direction.js +1 -1
- package/rich-text/lib/formats/emoji.js +1 -1
- package/rich-text/lib/formats/font.js +1 -1
- package/rich-text/lib/formats/formula.js +1 -1
- package/rich-text/lib/formats/header.js +1 -1
- package/rich-text/lib/formats/hr.js +1 -1
- package/rich-text/lib/formats/image.js +1 -1
- package/rich-text/lib/formats/indent.js +1 -1
- package/rich-text/lib/formats/italic.js +1 -1
- package/rich-text/lib/formats/lineHeight.js +1 -1
- package/rich-text/lib/formats/link.js +1 -1
- package/rich-text/lib/formats/list.js +1 -1
- package/rich-text/lib/formats/script.js +1 -1
- package/rich-text/lib/formats/size.js +1 -1
- package/rich-text/lib/formats/strike.js +1 -1
- package/rich-text/lib/formats/table.js +1 -1
- package/rich-text/lib/formats/underline.js +1 -1
- package/rich-text/lib/formats/video.js +1 -1
- package/rich-text/lib/index.js +1 -1
- package/rich-text/lib/modules/clipboard.js +1 -1
- package/rich-text/lib/modules/history.js +1 -1
- package/rich-text/lib/modules/image-resize/index.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/modules/image-resize/options.js +1 -1
- package/rich-text/lib/modules/input.js +1 -1
- package/rich-text/lib/modules/keyboard.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
- package/rich-text/lib/modules/table.js +1 -1
- package/rich-text/lib/modules/toolbar.js +1 -1
- package/rich-text/lib/modules/uiNode.js +1 -1
- package/rich-text/lib/modules/uploader.js +1 -1
- package/rich-text/lib/parchment/attributor/attributor.js +1 -1
- package/rich-text/lib/parchment/attributor/class.js +1 -1
- package/rich-text/lib/parchment/attributor/store.js +1 -1
- package/rich-text/lib/parchment/attributor/style.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
- package/rich-text/lib/parchment/blot/block.js +1 -1
- package/rich-text/lib/parchment/blot/embed.js +1 -1
- package/rich-text/lib/parchment/blot/inline.js +1 -1
- package/rich-text/lib/parchment/blot/scroll.js +1 -1
- package/rich-text/lib/parchment/blot/text.js +1 -1
- package/rich-text/lib/parchment/collection/linked-list.js +1 -1
- package/rich-text/lib/parchment/error.js +1 -1
- package/rich-text/lib/parchment/index.js +1 -1
- package/rich-text/lib/parchment/registry.js +1 -1
- package/rich-text/lib/parchment/scope.js +1 -1
- package/row-col/Col-.js +1 -1
- package/row-col/Col.js +1 -1
- package/row-col/Row.js +2 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +3 -1
- package/segmented/index.js +48 -53
- package/select/Option.js +1 -1
- package/select/OptionGroup.js +23 -0
- package/select/Select.js +199 -193
- package/select/index.js +2 -2
- package/select/utils.js +22 -22
- package/select-view/Core.js +186 -185
- package/select-view/index.js +28 -28
- package/skeleton/Image.js +1 -1
- package/skeleton/Text.js +1 -1
- package/skeleton/index.js +1 -1
- package/slider/Button.js +1 -1
- package/slider/Dot.js +1 -1
- package/slider/Input.js +1 -1
- package/slider/Mark.js +1 -1
- package/slider/Tick.js +1 -1
- package/slider/hook/useInterval.js +1 -1
- package/slider/hook/useLegalValue.js +1 -1
- package/slider/index.js +1 -1
- package/slider/utils.js +1 -1
- package/space/index.js +22 -29
- package/speech-synthesis/index.js +1 -1
- package/spin/DotLoading.js +1 -1
- package/spin/index.js +1 -1
- package/splitter/Panel.js +1 -1
- package/splitter/SplitBar.js +1 -1
- package/splitter/Splitter.js +1 -1
- package/splitter/hooks/useItems.js +1 -1
- package/splitter/hooks/useResizable.js +1 -1
- package/splitter/hooks/useResize.js +1 -1
- package/splitter/hooks/useSizes.js +1 -1
- package/splitter/index.js +1 -1
- package/statistic/index.js +1 -1
- package/statistic/interface.js +1 -1
- package/steps/Step.js +1 -1
- package/steps/index.js +1 -1
- package/style/variables.css +4 -5
- package/style.css +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/switch/index.js +69 -93
- package/table/ColGroup.js +1 -1
- package/table/Table.js +1 -1
- package/table/constant.js +1 -1
- package/table/context.js +1 -1
- package/table/hook/useColumns.js +1 -1
- package/table/hook/useComponent.js +1 -1
- package/table/hook/useExpand.js +1 -1
- package/table/hook/useRowSelection.js +1 -1
- package/table/hook/useSorter.js +1 -1
- package/table/hook/useStickyClassNames.js +1 -1
- package/table/hook/useStickyOffsets.js +1 -1
- package/table/hook/useThResizable.js +1 -1
- package/table/index.js +25 -21
- package/table/summary/Cell.js +1 -1
- package/table/summary/Row.js +4 -4
- package/table/summary/context.js +3 -3
- package/table/summary/index.js +1 -1
- package/table/tbody/Td.js +50 -48
- package/table/tbody/Tr.js +113 -104
- package/table/tbody/index.js +1 -1
- package/table/tfoot/index.js +4 -4
- package/table/th-resizable/index.js +1 -1
- package/table/thead/Column.js +1 -1
- package/table/thead/index.js +1 -1
- package/table/utils.js +1 -1
- package/tabs/TabContent.js +2 -2
- package/tabs/TabPane.js +1 -1
- package/tabs/Tabs.js +179 -0
- package/tabs/context.js +6 -0
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +32 -32
- package/tabs/index.js +7 -9
- package/tabs/tab-header/DropdownIcon.js +28 -28
- package/tabs/tab-header/TabInk.js +1 -1
- package/tabs/tab-header/TabNavIcon.js +1 -1
- package/tabs/tab-header/TabTitle.js +1 -1
- package/tabs/tab-header/index.js +123 -131
- package/tabs/utils.js +1 -1
- package/tag/index.js +1 -1
- package/time-picker/Picker.js +140 -137
- package/time-picker/TimeColumn.js +1 -1
- package/time-picker/TimePicker.js +95 -95
- package/time-picker/TimePickerRange.js +60 -0
- package/time-picker/context.js +8 -3
- package/time-picker/index.js +17 -11
- package/time-picker/utils.js +6 -6
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/index.js +1 -1
- package/timer/index.js +13 -20
- package/tooltip/Tooltip.js +1 -1
- package/tooltip/index.js +1 -1
- package/tour/index.js +77 -81
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/index.js +1 -1
- package/tree/Animation.js +2 -2
- package/tree/Node.js +2 -2
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +3 -2
- package/tree/{Context.js → context.js} +1 -1
- package/tree/index.js +5 -3
- package/tree/utils.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/Select.js +1 -1
- package/tree-select/hook/useKeyCache.js +1 -1
- package/tree-select/hook/useStateValue.js +1 -1
- package/tree-select/hook/useTreeData.js +1 -1
- package/tree-select/index.js +1 -1
- package/tree-select/interface.js +1 -1
- package/tree-select/utils.js +1 -1
- package/trigger/getPopupStyle.js +79 -66
- package/trigger/index.js +237 -239
- package/types/anchor/Anchor.d.ts +2 -1
- package/types/anchor/context.d.ts +3 -11
- package/types/anchor/index.d.ts +2 -2
- package/types/anchor/interface.d.ts +7 -0
- package/types/app/App.d.ts +1 -1
- package/types/app/index.d.ts +2 -1
- package/types/auto-complete/AutoComplete.d.ts +3 -3
- package/types/auto-complete/index.d.ts +2 -2
- package/types/avatar/Avatar.d.ts +2 -0
- package/types/avatar/context.d.ts +2 -2
- package/types/avatar/index.d.ts +2 -2
- package/types/badge/Count.d.ts +1 -1
- package/types/breadcrumb/Item.d.ts +1 -1
- package/types/calendar/Lunar.d.ts +1 -1
- package/types/calendar/Month.d.ts +1 -2
- package/types/calendar/WeekList.d.ts +1 -1
- package/types/calendar/Year.d.ts +1 -2
- package/types/calendar/header/Panel.d.ts +1 -1
- package/types/calendar/header/index.d.ts +1 -1
- package/types/cascader/interface.d.ts +2 -7
- package/types/cascader/panel/List.d.ts +1 -2
- package/types/cascader/panel/Option.d.ts +1 -1
- package/types/cascader/panel/Search.d.ts +1 -1
- package/types/checkbox/Checkbox.d.ts +2 -1
- package/types/checkbox/Group.d.ts +2 -11
- package/types/checkbox/GroupBlock.d.ts +1 -1
- package/types/checkbox/context.d.ts +18 -0
- package/types/checkbox/index.d.ts +1 -1
- package/types/collapse/Collapse.d.ts +2 -5
- package/types/collapse/context.d.ts +5 -0
- package/types/collapse/index.d.ts +2 -1
- package/types/color-picker/InputRgb.d.ts +1 -1
- package/types/color-picker/Palette.d.ts +1 -1
- package/types/config-provider/ConfigProvider.d.ts +1 -1
- package/types/config-provider/interface.d.ts +6 -10
- package/types/copy/index.d.ts +1 -1
- package/types/date-picker/{RangePicker.d.ts → DatePickerRange.d.ts} +2 -2
- package/types/date-picker/Picker.d.ts +2 -16
- package/types/date-picker/context.d.ts +6 -7
- package/types/date-picker/index.d.ts +7 -6
- package/types/date-picker/interface.d.ts +52 -19
- package/types/date-picker/panel/Body.d.ts +2 -2
- package/types/date-picker/panel/Footer.d.ts +1 -1
- package/types/date-picker/panel/Header.d.ts +1 -1
- package/types/date-picker/panel/WeekList.d.ts +1 -1
- package/types/date-picker/panel/date/index.d.ts +2 -23
- package/types/date-picker/panel/month/index.d.ts +2 -2
- package/types/date-picker/panel/quarter/index.d.ts +2 -2
- package/types/date-picker/panel/range/index.d.ts +3 -3
- package/types/date-picker/panel/week/index.d.ts +2 -2
- package/types/date-picker/panel/year/index.d.ts +2 -2
- package/types/date-picker/utils.d.ts +2 -0
- package/types/draggable/Item.d.ts +1 -1
- package/types/drawer/interface.d.ts +13 -18
- package/types/dropdown/interface.d.ts +2 -7
- package/types/form/Control.d.ts +2 -2
- package/types/form/FormLabel.d.ts +1 -1
- package/types/form/FormList.d.ts +1 -2
- package/types/form/FormProvider.d.ts +1 -1
- package/types/form/hook/{useContext.d.ts → useFormContext.d.ts} +1 -1
- package/types/form/index.d.ts +2 -2
- package/types/form/interface.d.ts +1 -1
- package/types/grid/index.d.ts +2 -1
- package/types/hooks/use-computed-state/index.d.ts +2 -1
- package/types/hooks/use-create/index.d.ts +2 -1
- package/types/hooks/use-creation/index.d.ts +2 -1
- package/types/hooks/use-event/index.d.ts +2 -1
- package/types/hooks/use-event-listener/index.d.ts +2 -0
- package/types/hooks/use-force-update/index.d.ts +2 -1
- package/types/hooks/use-fullscreen/index.d.ts +2 -0
- package/types/hooks/use-id/index.d.ts +2 -1
- package/types/hooks/use-in-view/index.d.ts +2 -1
- package/types/hooks/use-intersection-observer/index.d.ts +2 -1
- package/types/hooks/use-intersection-observers/index.d.ts +2 -1
- package/types/hooks/use-interval/index.d.ts +2 -1
- package/types/hooks/use-is-first-render/index.d.ts +2 -1
- package/types/hooks/use-isomorphic-layout-effect/index.d.ts +2 -1
- package/types/hooks/use-keyboard-event/index.d.ts +2 -1
- package/types/hooks/use-latest/index.d.ts +2 -1
- package/types/hooks/use-listen-window-resize/index.d.ts +2 -1
- package/types/hooks/use-media/index.d.ts +2 -1
- package/types/hooks/use-merge-props/index.d.ts +2 -1
- package/types/hooks/use-merge-value/index.d.ts +2 -1
- package/types/hooks/use-move/index.d.ts +2 -1
- package/types/hooks/use-mutation-observers/index.d.ts +2 -1
- package/types/hooks/use-online-status/index.d.ts +2 -1
- package/types/hooks/use-overflow-hidden/index.d.ts +2 -1
- package/types/hooks/use-override-ref/index.d.ts +2 -1
- package/types/hooks/use-persist-callback/index.d.ts +2 -1
- package/types/hooks/use-prefers-color-scheme-dark/index.d.ts +2 -1
- package/types/hooks/use-previous/index.d.ts +2 -1
- package/types/hooks/use-refs/index.d.ts +3 -1
- package/types/hooks/use-resize-observer/index.d.ts +2 -1
- package/types/hooks/use-resize-observers/index.d.ts +2 -1
- package/types/hooks/use-set-state/index.d.ts +2 -0
- package/types/hooks/use-state-callback/index.d.ts +2 -1
- package/types/hooks/use-state-with-promise/index.d.ts +2 -1
- package/types/hooks/use-update-effect/index.d.ts +2 -1
- package/types/hooks/use-update-layout-effect/index.d.ts +2 -1
- package/types/hooks/use-watch/index.d.ts +2 -1
- package/types/hooks/use-window-size/index.d.ts +2 -1
- package/types/image/Image.d.ts +2 -1
- package/types/image/ImageFooter.d.ts +1 -1
- package/types/image/ImagePreviewArrow.d.ts +1 -1
- package/types/image/TriggerForToolbar.d.ts +1 -1
- package/types/image/{previewGroupContext.d.ts → context.d.ts} +1 -1
- package/types/image/interface.d.ts +2 -7
- package/types/index.d.ts +18 -18
- package/types/input/Input.d.ts +3 -4
- package/types/input/Textarea.d.ts +4 -4
- package/types/input/{autoSizeTextAreaHeight.d.ts → autoSizeTextareaHeight.d.ts} +2 -2
- package/types/input/index.d.ts +4 -4
- package/types/input/interface.d.ts +2 -2
- package/types/input/useComposition.d.ts +2 -2
- package/types/input/utils.d.ts +1 -0
- package/types/interface.d.ts +14 -0
- package/types/layout/Sider.d.ts +0 -4
- package/types/layout/context.d.ts +4 -0
- package/types/layout/index.d.ts +3 -6
- package/types/layout/interface.d.ts +4 -0
- package/types/mask/Mask.d.ts +5 -0
- package/types/mask/index.d.ts +2 -0
- package/types/mask/interface.d.ts +25 -0
- package/types/masonry/demo/image.d.ts +1 -1
- package/types/mentions/interface.d.ts +3 -7
- package/types/menu/Indent.d.ts +1 -1
- package/types/menu/Menu.d.ts +5 -3
- package/types/menu/OverflowWrap.d.ts +2 -2
- package/types/menu/context.d.ts +1 -1
- package/types/menu/index.d.ts +2 -2
- package/types/menu/sub-menu/Inline.d.ts +2 -2
- package/types/menu/sub-menu/Pop.d.ts +2 -2
- package/types/menu/sub-menu/index.d.ts +1 -1
- package/types/modal/interface.d.ts +13 -18
- package/types/overflow-ellipsis/OverflowItem.d.ts +1 -1
- package/types/pagination/PageItem.d.ts +3 -3
- package/types/pagination/PageJumper.d.ts +1 -1
- package/types/pagination/PageOption.d.ts +1 -1
- package/types/popconfirm/interface.d.ts +2 -6
- package/types/progress/CircleProgress.d.ts +1 -1
- package/types/progress/LineProgess.d.ts +1 -1
- package/types/progress/StepProgress.d.ts +1 -1
- package/types/qr-code/examples/download.d.ts +1 -1
- package/types/qr-code/examples/full.d.ts +1 -1
- package/types/qr-code/examples/image.d.ts +1 -1
- package/types/radio/Group.d.ts +2 -2
- package/types/radio/GroupBlock.d.ts +1 -1
- package/types/radio/interface.d.ts +4 -2
- package/types/resize-box/ResizeTrigger.d.ts +1 -1
- package/types/result/403.d.ts +1 -1
- package/types/result/404.d.ts +1 -1
- package/types/result/500.d.ts +1 -1
- package/types/rich-text/interface.d.ts +1 -1
- package/types/rich-text/lib/core/selection.d.ts +1 -0
- package/types/row-col/Row.d.ts +2 -0
- package/types/row-col/index.d.ts +2 -1
- package/types/select/OptionGroup.d.ts +7 -0
- package/types/select/Select.d.ts +3 -3
- package/types/select/index.d.ts +1 -1
- package/types/select/interface.d.ts +6 -11
- package/types/select/utils.d.ts +3 -3
- package/types/skeleton/Image.d.ts +1 -1
- package/types/skeleton/Text.d.ts +2 -1
- package/types/slider/Button.d.ts +1 -1
- package/types/slider/Input.d.ts +1 -1
- package/types/slider/Tick.d.ts +1 -1
- package/types/spin/DotLoading.d.ts +1 -1
- package/types/switch/interface.d.ts +3 -3
- package/types/table/ColGroup.d.ts +1 -1
- package/types/table/index.d.ts +3 -1
- package/types/table/summary/Cell.d.ts +1 -1
- package/types/table/summary/Row.d.ts +2 -2
- package/types/table/summary/context.d.ts +1 -1
- package/types/table/tbody/Td.d.ts +1 -1
- package/types/table/tfoot/index.d.ts +1 -1
- package/types/table/th-resizable/index.d.ts +1 -1
- package/types/table/thead/Column.d.ts +1 -1
- package/types/table/thead/index.d.ts +1 -2
- package/types/tabs/TabContent.d.ts +3 -3
- package/types/tabs/{Tab.d.ts → Tabs.d.ts} +2 -10
- package/types/tabs/context.d.ts +11 -0
- package/types/tabs/index.d.ts +2 -2
- package/types/tabs/interface.d.ts +4 -0
- package/types/tabs/tab-header/DropdownIcon.d.ts +1 -1
- package/types/tabs/tab-header/TabInk.d.ts +1 -1
- package/types/tabs/tab-header/TabNavIcon.d.ts +2 -2
- package/types/tabs/tab-header/index.d.ts +1 -1
- package/types/time-picker/Picker.d.ts +2 -14
- package/types/time-picker/TimeColumn.d.ts +1 -1
- package/types/time-picker/TimePicker.d.ts +2 -24
- package/types/time-picker/TimePickerRange.d.ts +3 -0
- package/types/time-picker/context.d.ts +6 -6
- package/types/time-picker/index.d.ts +4 -3
- package/types/time-picker/interface.d.ts +51 -14
- package/types/tooltip/interface.d.ts +2 -7
- package/types/transfer/Item.d.ts +1 -1
- package/types/transfer/List.d.ts +1 -1
- package/types/tree/Animation.d.ts +1 -1
- package/types/tree/Tree.d.ts +2 -1
- package/types/tree/index.d.ts +2 -5
- package/types/tree-select/interface.d.ts +2 -7
- package/types/trigger/getPopupStyle.d.ts +4 -4
- package/types/trigger/interface.d.ts +2 -6
- package/types/typography/Operations.d.ts +1 -1
- package/types/typography/interface.d.ts +4 -4
- package/types/upload/list/index.d.ts +1 -1
- package/types/utils/className.d.ts +1 -1
- package/types/utils/dayjs.d.ts +15 -14
- package/types/utils/names.d.ts +1029 -1
- package/types/verification-code/VerificationCode.d.ts +1 -1
- package/types/version/index.d.ts +1 -1
- package/types/virtual-list/interface.d.ts +1 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +11 -11
- package/typography/Ellipsis.js +1 -1
- package/typography/Operations.js +1 -1
- package/typography/Paragraph.js +1 -1
- package/typography/Text.js +1 -1
- package/typography/Title.js +1 -1
- package/typography/Typography.js +1 -1
- package/typography/index.js +1 -1
- package/typography/useCssEllipsis.js +1 -1
- package/typography/useEllipsis.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +1 -1
- package/upload/Uploader.js +1 -1
- package/upload/constant.js +1 -1
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +1 -1
- package/upload/list/TextItem.js +1 -1
- package/upload/list/UploadProgress.js +1 -1
- package/upload/list/index.js +1 -1
- package/upload/list/utils.js +1 -1
- package/upload/request.js +1 -1
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +1 -1
- package/utils/callbackOriginRef.js +1 -1
- package/utils/caseName.js +1 -1
- package/utils/className.js +5 -4
- package/utils/constant.js +1 -1
- package/utils/contextHolder.js +1 -1
- package/utils/copy.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +106 -102
- package/utils/dom.js +1 -1
- package/utils/emitter.js +1 -1
- package/utils/fileRead.js +1 -1
- package/utils/fileToDataURL.js +1 -1
- package/utils/fillNBSP.js +1 -1
- package/utils/findRootElement.js +1 -1
- package/utils/findScrollParent.js +1 -1
- package/utils/getHighlightText.js +1 -1
- package/utils/getHotkeyHandler.js +1 -1
- package/utils/getStringLength.js +1 -1
- package/utils/include.js +1 -1
- package/utils/index.js +297 -295
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.js +1 -1
- package/utils/keyboardCode.js +1 -1
- package/utils/lodash.js +1 -1
- package/utils/math.js +1 -1
- package/utils/mergeProps.js +1 -1
- package/utils/mergedToString.js +1 -1
- package/utils/mutationObserver.js +1 -1
- package/utils/names.js +187 -18
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/ref.js +1 -1
- package/utils/resizeObserver.js +1 -1
- package/utils/responsiveObserve.js +1 -1
- package/utils/saveAs.js +1 -1
- package/utils/screenfull.js +1 -1
- package/utils/scrollIntoViewIfNeeded.js +1 -1
- package/utils/setCreateRoot.js +1 -1
- package/utils/setDarkTheme.js +1 -1
- package/utils/setPrimaryColor.js +1 -1
- package/utils/setTheme.js +1 -1
- package/utils/string.js +1 -1
- package/utils/style.js +1 -1
- package/utils/throttleByRaf.js +1 -1
- package/utils/throttleByRaf2.js +1 -1
- package/utils/toArray.js +1 -1
- package/utils/tree.js +1 -1
- package/utils/tween.js +1 -1
- package/utils/uuid.js +1 -1
- package/utils/validate.js +1 -1
- package/utils/warning.js +1 -1
- package/verification-code/VerificationCode.js +1 -1
- package/verification-code/index.js +1 -1
- package/version/index.js +2 -2
- package/virtual-list/Filler.js +1 -1
- package/virtual-list/VirtualList.js +1 -1
- package/virtual-list/constant.js +1 -1
- package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
- package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
- package/virtual-list/index.js +1 -1
- package/virtual-list/utils/algorithm.js +1 -1
- package/virtual-list/utils/item.js +1 -1
- package/watermark/Watermark.js +1 -1
- package/watermark/index.js +1 -1
- package/date-picker/RangePicker.js +0 -609
- package/image/previewGroupContext.js +0 -18
- package/select/OptGroup.js +0 -21
- package/tabs/Tab.js +0 -175
- package/time-picker/RangePicker.js +0 -60
- package/types/select/OptGroup.d.ts +0 -7
- package/types/time-picker/RangePicker.d.ts +0 -12
- /package/types/form/hook/{useState.d.ts → useFormState.d.ts} +0 -0
package/utils/names.js
CHANGED
|
@@ -1,869 +1,1038 @@
|
|
|
1
|
-
/* 2026-01-
|
|
1
|
+
/* 2026-01-19 15:54:51 */
|
|
2
2
|
const e = {
|
|
3
3
|
Affix: {
|
|
4
4
|
zh: "固钉",
|
|
5
5
|
en: "Affix",
|
|
6
|
+
displayName: "Affix",
|
|
6
7
|
id: "d2728564-b6e8-4341-ac0c-1c1596fc280f"
|
|
7
8
|
},
|
|
8
9
|
Alert: {
|
|
9
10
|
zh: "警告提示",
|
|
10
11
|
en: "Alert",
|
|
12
|
+
displayName: "Alert",
|
|
11
13
|
id: "a2874d49-56b0-4877-8f86-6aba87bdf3f8"
|
|
12
14
|
},
|
|
13
15
|
Details: {
|
|
14
16
|
zh: "概要",
|
|
15
17
|
en: "Details",
|
|
18
|
+
displayName: "Details",
|
|
16
19
|
id: "4d8ffcba-7217-4b8d-9e52-d06c097908a6"
|
|
17
20
|
},
|
|
18
21
|
Anchor: {
|
|
19
22
|
zh: "锚点",
|
|
20
23
|
en: "Anchor",
|
|
24
|
+
displayName: "Anchor",
|
|
21
25
|
id: "7e221852-5fd3-45b8-8711-faedd8d24b2b"
|
|
22
26
|
},
|
|
23
27
|
AnchorLink: {
|
|
24
28
|
zh: "锚点.链接",
|
|
25
29
|
en: "Anchor.Link",
|
|
30
|
+
displayName: "AnchorLink",
|
|
26
31
|
id: "f8149251-e833-4078-9e9f-ee7ce1bd1871"
|
|
27
32
|
},
|
|
28
33
|
AutoComplete: {
|
|
29
34
|
zh: "自动补全",
|
|
30
35
|
en: "AutoComplete",
|
|
36
|
+
displayName: "AutoComplete",
|
|
31
37
|
id: "7fd3b1c4-84c9-4fb6-ba35-f9dbe97ae2b1"
|
|
32
38
|
},
|
|
33
|
-
|
|
39
|
+
AutoCompleteOptionGroup: {
|
|
34
40
|
zh: "自动补全.项目组",
|
|
35
|
-
en: "AutoComplete.
|
|
41
|
+
en: "AutoComplete.OptionGroup",
|
|
42
|
+
displayName: "AutoCompleteOptionGroup",
|
|
36
43
|
id: "eaf88b25-108e-4ab9-b1a4-ea3d890ab4a0"
|
|
37
44
|
},
|
|
38
45
|
AutoCompleteOption: {
|
|
39
46
|
zh: "自动补全.项",
|
|
40
47
|
en: "AutoComplete.Option",
|
|
48
|
+
displayName: "AutoCompleteOption",
|
|
41
49
|
id: "fbd475a4-83aa-4267-9582-fa665d295b9e"
|
|
42
50
|
},
|
|
43
51
|
Avatar: {
|
|
44
52
|
zh: "头像",
|
|
45
53
|
en: "Avatar",
|
|
54
|
+
displayName: "Avatar",
|
|
46
55
|
id: "461e1483-c7da-46a7-a908-aac1807d7468"
|
|
47
56
|
},
|
|
48
57
|
AvatarGroup: {
|
|
49
58
|
zh: "头像.组",
|
|
50
59
|
en: "Avatar.Group",
|
|
60
|
+
displayName: "AvatarGroup",
|
|
51
61
|
id: "07655506-798b-48be-b6df-4b01e5f22619"
|
|
52
62
|
},
|
|
53
63
|
BackTop: {
|
|
54
64
|
zh: "返回顶部",
|
|
55
65
|
en: "BackTop",
|
|
66
|
+
displayName: "BackTop",
|
|
56
67
|
id: "fa71dd3a-6462-4577-91d7-5c79454a77b2"
|
|
57
68
|
},
|
|
58
69
|
Badge: {
|
|
59
70
|
zh: "徽标",
|
|
60
71
|
en: "Badge",
|
|
72
|
+
displayName: "Badge",
|
|
61
73
|
id: "31e5cde7-8baa-4ba9-8e94-c100719d0db2"
|
|
62
74
|
},
|
|
63
75
|
BadgeCount: {
|
|
64
76
|
zh: "徽标.数字",
|
|
65
77
|
en: "Badge.Count",
|
|
78
|
+
displayName: "BadgeCount",
|
|
66
79
|
id: "3a33f221-90e9-4209-8914-6a2a1a473d5f"
|
|
67
80
|
},
|
|
68
81
|
Breadcrumb: {
|
|
69
82
|
zh: "面包屑",
|
|
70
83
|
en: "Breadcrumb",
|
|
84
|
+
displayName: "Breadcrumb",
|
|
71
85
|
id: "86328c41-6967-44de-ad74-32f920388512"
|
|
72
86
|
},
|
|
73
87
|
BreadcrumbItem: {
|
|
74
88
|
zh: "面包屑.项",
|
|
75
89
|
en: "Breadcrumb.Item",
|
|
90
|
+
displayName: "BreadcrumbItem",
|
|
76
91
|
id: "60845ed4-635d-46f3-9960-b3e76b3f2df4"
|
|
77
92
|
},
|
|
78
93
|
Button: {
|
|
79
94
|
zh: "按钮",
|
|
80
95
|
en: "Button",
|
|
96
|
+
displayName: "Button",
|
|
81
97
|
id: "ff476ae8-a29c-497c-9578-2d3f0e20a9aa"
|
|
82
98
|
},
|
|
83
99
|
ButtonGroup: {
|
|
84
100
|
zh: "按钮.组",
|
|
85
101
|
en: "Button.Group",
|
|
102
|
+
displayName: "ButtonGroup",
|
|
86
103
|
id: "01a62ac6-565c-4f21-9d46-39f42c9558c7"
|
|
87
104
|
},
|
|
88
105
|
Calendar: {
|
|
89
106
|
zh: "日历",
|
|
90
107
|
en: "Calendar",
|
|
108
|
+
displayName: "Calendar",
|
|
91
109
|
id: "710018e5-2f3f-4f84-950c-8a51fe09a2d7"
|
|
92
110
|
},
|
|
93
111
|
CalendarMonth: {
|
|
94
112
|
zh: "日历.月",
|
|
95
113
|
en: "Calendar.Month",
|
|
114
|
+
displayName: "CalendarMonth",
|
|
96
115
|
id: "de756c30-e6fb-4e0f-8f59-a02e59efa4bb"
|
|
97
116
|
},
|
|
98
117
|
CalendarYear: {
|
|
99
118
|
zh: "日历.年",
|
|
100
119
|
en: "Calendar.Year",
|
|
120
|
+
displayName: "CalendarYear",
|
|
101
121
|
id: "fe82230a-206f-4416-8ac9-24de73e692a8"
|
|
102
122
|
},
|
|
103
123
|
Card: {
|
|
104
124
|
zh: "卡片",
|
|
105
125
|
en: "Card",
|
|
126
|
+
displayName: "Card",
|
|
106
127
|
id: "5252fda3-15a1-4b38-b228-998f583b266c"
|
|
107
128
|
},
|
|
108
129
|
CardGrid: {
|
|
109
130
|
zh: "卡片.网格",
|
|
110
131
|
en: "Card.Grid",
|
|
132
|
+
displayName: "CardGrid",
|
|
111
133
|
id: "aa1e25f4-83a4-485b-8ce1-9929e2d4276e"
|
|
112
134
|
},
|
|
113
135
|
CardMeta: {
|
|
114
136
|
zh: "卡片.元",
|
|
115
137
|
en: "Card.Meta",
|
|
138
|
+
displayName: "CardMeta",
|
|
116
139
|
id: "65687c9a-e281-46a2-89ae-051b6f0fe9fd"
|
|
117
140
|
},
|
|
118
141
|
Carousel: {
|
|
119
142
|
zh: "图片轮播",
|
|
120
143
|
en: "Carousel",
|
|
144
|
+
displayName: "Carousel",
|
|
121
145
|
id: "9f6095b0-4e63-4f50-b1f9-d1a45e146cd7"
|
|
122
146
|
},
|
|
123
147
|
Cascader: {
|
|
124
148
|
zh: "级联选择",
|
|
125
149
|
en: "Cascader",
|
|
150
|
+
displayName: "Cascader",
|
|
126
151
|
id: "02ff720f-1375-4881-a152-8bda6581778c"
|
|
127
152
|
},
|
|
128
153
|
Checkbox: {
|
|
129
154
|
zh: "复选框",
|
|
130
155
|
en: "Checkbox",
|
|
156
|
+
displayName: "Checkbox",
|
|
131
157
|
id: "39637dcd-97e9-4257-b045-2e4bf5528908"
|
|
132
158
|
},
|
|
133
159
|
CheckboxGroup: {
|
|
134
160
|
zh: "复选框.组",
|
|
135
161
|
en: "Checkbox.Group",
|
|
162
|
+
displayName: "CheckboxGroup",
|
|
136
163
|
id: "6f3fd29f-dc1e-48d3-8d6e-9155be36b6d0"
|
|
137
164
|
},
|
|
138
165
|
CheckboxGroupBlock: {
|
|
139
166
|
zh: "复选框.组块",
|
|
140
167
|
en: "Checkbox.GroupBlock",
|
|
168
|
+
displayName: "CheckboxGroupBlock",
|
|
141
169
|
id: "087e8259-3632-4fa0-973d-d0311f3268d2"
|
|
142
170
|
},
|
|
143
171
|
Collapse: {
|
|
144
172
|
zh: "折叠面板",
|
|
145
173
|
en: "Collapse",
|
|
174
|
+
displayName: "Collapse",
|
|
146
175
|
id: "4463d53c-8ed0-41da-a71d-326c45a5f7ea"
|
|
147
176
|
},
|
|
148
177
|
CollapseItem: {
|
|
149
178
|
zh: "折叠面板.项",
|
|
150
179
|
en: "Collapse.Item",
|
|
180
|
+
displayName: "CollapseItem",
|
|
151
181
|
id: "86a8867d-1f06-46ee-ba63-949fc81b178c"
|
|
152
182
|
},
|
|
153
183
|
ColorPicker: {
|
|
154
184
|
zh: "颜色选择器",
|
|
155
185
|
en: "ColorPicker",
|
|
186
|
+
displayName: "ColorPicker",
|
|
156
187
|
id: "8e918bdc-2abb-4db1-a462-e3c7c6b88b2a"
|
|
157
188
|
},
|
|
158
189
|
ColorPickerPanel: {
|
|
159
190
|
zh: "颜色选择器.显示盘",
|
|
160
191
|
en: "ColorPicker.Panel",
|
|
192
|
+
displayName: "ColorPickerPanel",
|
|
161
193
|
id: "06f0988d-56d1-4d25-a6ac-ebd3412b2c97"
|
|
162
194
|
},
|
|
163
195
|
Comment: {
|
|
164
196
|
zh: "评论",
|
|
165
197
|
en: "Comment",
|
|
198
|
+
displayName: "Comment",
|
|
166
199
|
id: "27a95ff8-50a3-45ad-a6a3-6e942af340eb"
|
|
167
200
|
},
|
|
168
201
|
ConfigConsumer: {
|
|
169
202
|
zh: "环境订阅者",
|
|
170
203
|
en: "ConfigConsumer",
|
|
204
|
+
displayName: "ConfigConsumer",
|
|
171
205
|
id: "244f4803-b528-47ce-aca7-fa0d27d0ab7d"
|
|
172
206
|
},
|
|
173
207
|
ConfigContext: {
|
|
174
208
|
zh: "环境配置",
|
|
175
209
|
en: "ConfigContext",
|
|
210
|
+
displayName: "ConfigContext",
|
|
176
211
|
id: "d95c3361-b832-4a9d-8d6c-6179d05053a9"
|
|
177
212
|
},
|
|
178
213
|
ConfigProvider: {
|
|
179
214
|
zh: "全局配置",
|
|
180
215
|
en: "ConfigProvider",
|
|
216
|
+
displayName: "ConfigProvider",
|
|
181
217
|
id: "225f99d0-eb13-4d77-b599-65693cc8a88d"
|
|
182
218
|
},
|
|
183
219
|
Copy: {
|
|
184
220
|
zh: "复制",
|
|
185
221
|
en: "Copy",
|
|
222
|
+
displayName: "Copy",
|
|
186
223
|
id: "c7df21c6-209c-40f5-a22e-0f0c3bde2535"
|
|
187
224
|
},
|
|
188
225
|
DatePicker: {
|
|
189
226
|
zh: "日期选择器",
|
|
190
227
|
en: "DatePicker",
|
|
228
|
+
displayName: "DatePicker",
|
|
191
229
|
id: "9edafc05-331b-418d-87a7-f94133cb7301"
|
|
192
230
|
},
|
|
193
231
|
DatePickerRange: {
|
|
194
232
|
zh: "日期选择器.范围",
|
|
195
|
-
en: "DatePicker.
|
|
233
|
+
en: "DatePicker.Range",
|
|
234
|
+
displayName: "DatePickerRange",
|
|
196
235
|
id: "fbc9d298-5ff0-45be-a4e9-a16fda3c9300"
|
|
197
236
|
},
|
|
198
237
|
DatePickerWeek: {
|
|
199
238
|
zh: "日期选择器.星期",
|
|
200
239
|
en: "DatePicker.Week",
|
|
240
|
+
displayName: "DatePickerWeek",
|
|
201
241
|
id: "895be557-9b44-45f5-aee9-5bc666ed602e"
|
|
202
242
|
},
|
|
203
243
|
DatePickerMonth: {
|
|
204
244
|
zh: "日期选择器.月",
|
|
205
245
|
en: "DatePicker.Month",
|
|
246
|
+
displayName: "DatePickerMonth",
|
|
206
247
|
id: "aa00c94c-3372-468f-bea2-ea2cea827c91"
|
|
207
248
|
},
|
|
208
249
|
DatePickerQuarter: {
|
|
209
250
|
zh: "日期选择器.季度",
|
|
210
251
|
en: "DatePicker.Quarter",
|
|
252
|
+
displayName: "DatePickerQuarter",
|
|
211
253
|
id: "a8016897-c238-40bc-8b0f-78f74526db96"
|
|
212
254
|
},
|
|
213
255
|
DatePickerYear: {
|
|
214
256
|
zh: "日期选择器.年",
|
|
215
257
|
en: "DatePicker.Year",
|
|
258
|
+
displayName: "DatePickerYear",
|
|
216
259
|
id: "39470ec4-f72b-4489-84ee-bfbe34b91f2c"
|
|
217
260
|
},
|
|
218
261
|
Descriptions: {
|
|
219
262
|
zh: "描述列表",
|
|
220
263
|
en: "Descriptions",
|
|
264
|
+
displayName: "Descriptions",
|
|
221
265
|
id: "bf6c24cc-2ae4-4bb6-ad18-903c07c6b990"
|
|
222
266
|
},
|
|
223
267
|
Divider: {
|
|
224
268
|
zh: "分割线",
|
|
225
269
|
en: "Divider",
|
|
270
|
+
displayName: "Divider",
|
|
226
271
|
id: "3bd17d3d-90ca-460b-b209-3bf3fe2b3c79"
|
|
227
272
|
},
|
|
228
273
|
DividerVertical: {
|
|
229
274
|
zh: "分割线.垂直",
|
|
230
275
|
en: "Divider.Vertical",
|
|
276
|
+
displayName: "DividerVertical",
|
|
231
277
|
id: "b1b84032-c4d2-4c13-9523-6fe3f21cea22"
|
|
232
278
|
},
|
|
233
279
|
Drawer: {
|
|
234
280
|
zh: "抽屉",
|
|
235
281
|
en: "Drawer",
|
|
282
|
+
displayName: "Drawer",
|
|
236
283
|
id: "c4d2a607-957d-4da6-a461-462fc6b7a34d"
|
|
237
284
|
},
|
|
238
285
|
Dropdown: {
|
|
239
286
|
zh: "下拉菜单",
|
|
240
287
|
en: "Dropdown",
|
|
288
|
+
displayName: "Dropdown",
|
|
241
289
|
id: "ba72b34b-b221-457d-9782-43bb72f545ef"
|
|
242
290
|
},
|
|
243
291
|
DropdownButton: {
|
|
244
292
|
zh: "下拉菜单.按钮",
|
|
245
293
|
en: "Dropdown.Button",
|
|
294
|
+
displayName: "DropdownButton",
|
|
246
295
|
id: "d698989c-e49f-4c78-9992-b45af64120d2"
|
|
247
296
|
},
|
|
248
297
|
Empty: {
|
|
249
298
|
zh: "空状态",
|
|
250
299
|
en: "Empty",
|
|
300
|
+
displayName: "Empty",
|
|
251
301
|
id: "1052f1ef-c315-4faf-b627-c2ed71352359"
|
|
252
302
|
},
|
|
253
303
|
Form: {
|
|
254
304
|
zh: "表单",
|
|
255
305
|
en: "Form",
|
|
306
|
+
displayName: "Form",
|
|
256
307
|
id: "64a447b2-095e-4e43-abe8-cee259f3c596"
|
|
257
308
|
},
|
|
258
309
|
FormControl: {
|
|
259
310
|
zh: "表单.控制",
|
|
260
311
|
en: "Form.Control",
|
|
312
|
+
displayName: "FormControl",
|
|
261
313
|
id: "e0f23a13-bbbe-452f-8390-0c5791094aea"
|
|
262
314
|
},
|
|
263
315
|
FormItem: {
|
|
264
316
|
zh: "表单.项",
|
|
265
317
|
en: "Form.Item",
|
|
318
|
+
displayName: "FormItem",
|
|
266
319
|
id: "6ba93ca3-453b-4d32-8120-badad9eaa75b"
|
|
267
320
|
},
|
|
268
321
|
FormList: {
|
|
269
322
|
zh: "表单.列表",
|
|
270
323
|
en: "Form.List",
|
|
324
|
+
displayName: "FormList",
|
|
271
325
|
id: "2d2feeab-0664-4b40-aa6b-2cf04e532258"
|
|
272
326
|
},
|
|
273
327
|
FormProvider: {
|
|
274
328
|
zh: "表单.提供者",
|
|
275
329
|
en: "Form.Provider",
|
|
330
|
+
displayName: "FormProvider",
|
|
276
331
|
id: "26c5aaec-f9e2-4d53-b089-6eaa3bf7147b"
|
|
277
332
|
},
|
|
278
333
|
Grid: {
|
|
279
334
|
zh: "栅格",
|
|
280
335
|
en: "Grid",
|
|
336
|
+
displayName: "Grid",
|
|
281
337
|
id: "d3f9c38e-cb21-4f02-9e0f-eaa9bd7a0354"
|
|
282
338
|
},
|
|
283
339
|
GridRow: {
|
|
284
340
|
zh: "栅格.行",
|
|
285
341
|
en: "Grid.Row",
|
|
342
|
+
displayName: "GridRow",
|
|
286
343
|
id: "8a5c616c-26c7-44d6-843e-09ec17382e21"
|
|
287
344
|
},
|
|
288
345
|
GridCol: {
|
|
289
346
|
zh: "栅格.列",
|
|
290
347
|
en: "Grid.Col",
|
|
348
|
+
displayName: "GridCol",
|
|
291
349
|
id: "1b5f30bf-12d2-47ed-bb0f-1fcd7f891282"
|
|
292
350
|
},
|
|
293
351
|
Row: {
|
|
294
352
|
zh: "行",
|
|
295
353
|
en: "Row",
|
|
354
|
+
displayName: "Row",
|
|
296
355
|
id: "5309c915-2a6a-426b-95e3-e1d21e01a832"
|
|
297
356
|
},
|
|
298
357
|
Col: {
|
|
299
358
|
zh: "行.列",
|
|
300
359
|
en: "Row.Col",
|
|
360
|
+
displayName: "Col",
|
|
301
361
|
id: "2ba46e9e-519a-4145-9091-66b4da431a8a"
|
|
302
362
|
},
|
|
303
363
|
GridItem: {
|
|
304
364
|
zh: "栅格.项",
|
|
305
365
|
en: "Grid.Item",
|
|
366
|
+
displayName: "GridItem",
|
|
306
367
|
id: "27a64e68-e317-419f-90fa-26f431dc4a39"
|
|
307
368
|
},
|
|
308
369
|
Icon: {
|
|
309
370
|
zh: "图标",
|
|
310
371
|
en: "Icon",
|
|
372
|
+
displayName: "Icon",
|
|
311
373
|
id: "3f7e3593-9943-4bdc-afea-42069b7f3252"
|
|
312
374
|
},
|
|
313
375
|
IconHover: {
|
|
314
376
|
zh: "鼠标进入图标容器",
|
|
315
377
|
en: "IconHover",
|
|
378
|
+
displayName: "IconHover",
|
|
316
379
|
id: "8eff2be1-b96e-4b3f-88ed-4ebbf2377b69"
|
|
317
380
|
},
|
|
318
381
|
IconContext: {
|
|
319
382
|
zh: "图标环境",
|
|
320
383
|
en: "IconContext",
|
|
384
|
+
displayName: "IconContext",
|
|
321
385
|
id: "9bc45963-8360-4b8e-b8c5-d8413f3100d8"
|
|
322
386
|
},
|
|
323
387
|
Image: {
|
|
324
388
|
zh: "图片",
|
|
325
389
|
en: "Image",
|
|
390
|
+
displayName: "Image",
|
|
326
391
|
id: "60a26309-58e7-4925-8612-5e85aaa60a4a"
|
|
327
392
|
},
|
|
328
393
|
ImagePreview: {
|
|
329
394
|
zh: "图片.预览",
|
|
330
395
|
en: "Image.Preview",
|
|
396
|
+
displayName: "ImagePreview",
|
|
331
397
|
id: "800a30ca-65b3-4137-8dc8-60595605888b"
|
|
332
398
|
},
|
|
333
399
|
ImagePreviewGroup: {
|
|
334
400
|
zh: "图片.预览.组",
|
|
335
401
|
en: "Image.Preview.Group",
|
|
402
|
+
displayName: "ImagePreviewGroup",
|
|
336
403
|
id: "30eba265-c42f-4648-85b9-e31cc3b0b9ca"
|
|
337
404
|
},
|
|
338
405
|
Input: {
|
|
339
406
|
zh: "输入框",
|
|
340
407
|
en: "Input",
|
|
408
|
+
displayName: "Input",
|
|
341
409
|
id: "1868be7e-e08a-4754-b2f7-f5f709ede04f"
|
|
342
410
|
},
|
|
343
|
-
InputTextArea: {
|
|
344
|
-
zh: "输入框.文本域",
|
|
345
|
-
en: "Input.TextArea",
|
|
346
|
-
id: "a9d21214-778b-4cdc-92ad-84852e3b940a"
|
|
347
|
-
},
|
|
348
|
-
TextArea: {
|
|
349
|
-
zh: "输入框.文本域",
|
|
350
|
-
en: "TextArea",
|
|
351
|
-
id: "c3077891-eabc-4de5-956f-4b39f622cd62"
|
|
352
|
-
},
|
|
353
411
|
InputNumber: {
|
|
354
412
|
zh: "输入框.数字",
|
|
355
413
|
en: "InputNumber",
|
|
414
|
+
displayName: "InputNumber",
|
|
356
415
|
id: "69b419bc-7cb2-4aaf-aadb-996821b0c78d"
|
|
357
416
|
},
|
|
358
417
|
InputTag: {
|
|
359
418
|
zh: "输入框.标签",
|
|
360
419
|
en: "InputTag",
|
|
420
|
+
displayName: "InputTag",
|
|
361
421
|
id: "89f05148-995a-46b5-8db1-17b0723b120a"
|
|
362
422
|
},
|
|
363
423
|
InputButton: {
|
|
364
424
|
zh: "输入框.按钮",
|
|
365
425
|
en: "Input.Button",
|
|
426
|
+
displayName: "InputButton",
|
|
366
427
|
id: "3cbbde8a-ab77-435f-aed7-5b627e0382fc"
|
|
367
428
|
},
|
|
368
429
|
InputGroup: {
|
|
369
430
|
zh: "输入框.组",
|
|
370
431
|
en: "Input.Group",
|
|
432
|
+
displayName: "InputGroup",
|
|
371
433
|
id: "846717d4-a970-4006-8ca8-55c49f738e14"
|
|
372
434
|
},
|
|
373
435
|
InputPassword: {
|
|
374
436
|
zh: "输入框.密码",
|
|
375
437
|
en: "Input.Password",
|
|
438
|
+
displayName: "InputPassword",
|
|
376
439
|
id: "3613770a-341c-4920-a946-cbd95dba0a26"
|
|
377
440
|
},
|
|
378
441
|
InputSearch: {
|
|
379
442
|
zh: "输入框.搜索",
|
|
380
443
|
en: "Input.Search",
|
|
444
|
+
displayName: "InputSearch",
|
|
381
445
|
id: "6fc7840e-cd69-4148-adae-aece0fdf4b0c"
|
|
382
446
|
},
|
|
447
|
+
InputTextarea: {
|
|
448
|
+
zh: "输入框.文本域",
|
|
449
|
+
en: "Input.Textarea",
|
|
450
|
+
displayName: "InputTextarea",
|
|
451
|
+
id: "a9d21214-778b-4cdc-92ad-84852e3b940a"
|
|
452
|
+
},
|
|
383
453
|
Layout: {
|
|
384
454
|
zh: "布局",
|
|
385
455
|
en: "Layout",
|
|
456
|
+
displayName: "Layout",
|
|
386
457
|
id: "6d2a0c1c-bf3d-4189-9ccf-4cdf6294471f"
|
|
387
458
|
},
|
|
388
459
|
LayoutContent: {
|
|
389
460
|
zh: "布局.内容",
|
|
390
461
|
en: "Layout.Content",
|
|
462
|
+
displayName: "LayoutContent",
|
|
391
463
|
id: "eb651ccc-5008-4502-a297-5f34b3d4d4da"
|
|
392
464
|
},
|
|
393
465
|
LayoutFooter: {
|
|
394
466
|
zh: "布局.脚",
|
|
395
467
|
en: "Layout.Footer",
|
|
468
|
+
displayName: "LayoutFooter",
|
|
396
469
|
id: "6731ab92-b299-4a7d-aeb0-580c204e55e8"
|
|
397
470
|
},
|
|
398
471
|
LayoutHeader: {
|
|
399
472
|
zh: "布局.头",
|
|
400
473
|
en: "Layout.Header",
|
|
474
|
+
displayName: "LayoutHeader",
|
|
401
475
|
id: "f82a9b92-317d-4fe2-b6c4-f5e789581e52"
|
|
402
476
|
},
|
|
403
477
|
LayoutSider: {
|
|
404
478
|
zh: "布局.侧边栏",
|
|
405
479
|
en: "Layout.Sider",
|
|
480
|
+
displayName: "LayoutSider",
|
|
406
481
|
id: "84dfd6f6-6b56-4fcc-adc2-f6c279222e3f"
|
|
407
482
|
},
|
|
408
483
|
Link: {
|
|
409
484
|
zh: "链接",
|
|
410
485
|
en: "Link",
|
|
486
|
+
displayName: "Link",
|
|
411
487
|
id: "22f292a3-7866-43ba-9f1d-6eac39a946a9"
|
|
412
488
|
},
|
|
413
489
|
List: {
|
|
414
490
|
zh: "列表",
|
|
415
491
|
en: "List",
|
|
492
|
+
displayName: "List",
|
|
416
493
|
id: "4d9436a5-735f-4215-a6c8-d5539ca6a5c9"
|
|
417
494
|
},
|
|
418
495
|
ListItem: {
|
|
419
496
|
zh: "列表.项",
|
|
420
497
|
en: "List.Item",
|
|
498
|
+
displayName: "ListItem",
|
|
421
499
|
id: "dbd04563-d636-457e-9fb1-2d1be2018f12"
|
|
422
500
|
},
|
|
423
501
|
VirtualList: {
|
|
424
502
|
zh: "虚拟列表",
|
|
425
503
|
en: "VirtualList",
|
|
504
|
+
displayName: "VirtualList",
|
|
426
505
|
id: "e3a75780-5233-45d5-aa2d-1761c968ce1e"
|
|
427
506
|
},
|
|
428
507
|
Loading: {
|
|
429
508
|
zh: "加载器",
|
|
430
509
|
en: "Loading",
|
|
510
|
+
displayName: "Loading",
|
|
431
511
|
id: "25dc5099-8b9f-4454-9329-7d5eb42d8e31"
|
|
432
512
|
},
|
|
433
513
|
Mentions: {
|
|
434
514
|
zh: "提及",
|
|
435
515
|
en: "Mentions",
|
|
516
|
+
displayName: "Mentions",
|
|
436
517
|
id: "c0456096-ee34-4c98-8005-9937c97aef6c"
|
|
437
518
|
},
|
|
438
519
|
Menu: {
|
|
439
520
|
zh: "菜单",
|
|
440
521
|
en: "Menu",
|
|
522
|
+
displayName: "Menu",
|
|
441
523
|
id: "d80f81c6-02f9-49b3-a26f-7a3849312643"
|
|
442
524
|
},
|
|
443
525
|
MenuItem: {
|
|
444
526
|
zh: "菜单.项",
|
|
445
527
|
en: "Menu.Item",
|
|
528
|
+
displayName: "MenuItem",
|
|
446
529
|
id: "07ed9bb6-219f-41c6-be87-fcd1167be9de"
|
|
447
530
|
},
|
|
448
531
|
MenuItemGroup: {
|
|
449
532
|
zh: "菜单.组",
|
|
450
533
|
en: "Menu.Item.Group",
|
|
534
|
+
displayName: "MenuItemGroup",
|
|
451
535
|
id: "20e28e00-2e33-4757-b33f-55376aaef0f6"
|
|
452
536
|
},
|
|
453
537
|
MenuSubMenu: {
|
|
454
538
|
zh: "菜单.副",
|
|
455
539
|
en: "Menu.SubMenu",
|
|
540
|
+
displayName: "MenuSubMenu",
|
|
456
541
|
id: "c8f47475-ab3c-49ad-b191-0c695e37d414"
|
|
457
542
|
},
|
|
458
543
|
Message: {
|
|
459
544
|
zh: "全局提示",
|
|
460
545
|
en: "Message",
|
|
546
|
+
displayName: "Message",
|
|
461
547
|
id: "b5b3c5f3-0115-4013-a9fb-78241a6e13cc"
|
|
462
548
|
},
|
|
463
549
|
Modal: {
|
|
464
550
|
zh: "对话框",
|
|
465
551
|
en: "Modal",
|
|
552
|
+
displayName: "Modal",
|
|
466
553
|
id: "6be1d701-d832-4ec1-a392-c2f77a0de0ad"
|
|
467
554
|
},
|
|
468
555
|
Notification: {
|
|
469
556
|
zh: "通知提醒框",
|
|
470
557
|
en: "Notification",
|
|
558
|
+
displayName: "Notification",
|
|
471
559
|
id: "30d2b18e-e1d5-456e-9d3a-69ee6a198dbf"
|
|
472
560
|
},
|
|
473
561
|
PageHeader: {
|
|
474
562
|
zh: "页头",
|
|
475
563
|
en: "PageHeader",
|
|
564
|
+
displayName: "PageHeader",
|
|
476
565
|
id: "d9bdf434-465e-4571-b0e8-b4814dcda168"
|
|
477
566
|
},
|
|
478
567
|
Pagination: {
|
|
479
568
|
zh: "分页",
|
|
480
569
|
en: "Pagination",
|
|
570
|
+
displayName: "Pagination",
|
|
481
571
|
id: "ec48f434-24f5-4b8c-b2b2-2b90527bfaab"
|
|
482
572
|
},
|
|
483
573
|
Popconfirm: {
|
|
484
574
|
zh: "气泡确认框",
|
|
485
575
|
en: "Popconfirm",
|
|
576
|
+
displayName: "Popconfirm",
|
|
486
577
|
id: "721f6f57-510c-4d5a-8329-108352ec2bb2"
|
|
487
578
|
},
|
|
488
579
|
Popover: {
|
|
489
580
|
zh: "气泡卡片",
|
|
490
581
|
en: "Popover",
|
|
582
|
+
displayName: "Popover",
|
|
491
583
|
id: "9bdccec3-2290-4b37-853b-14c98672f33e"
|
|
492
584
|
},
|
|
493
585
|
Portal: {
|
|
494
586
|
zh: "Portal",
|
|
495
587
|
en: "Portal",
|
|
588
|
+
displayName: "Portal",
|
|
496
589
|
id: "4dab23f4-5b36-486a-a2cf-8a569a2b1e84"
|
|
497
590
|
},
|
|
498
591
|
Progress: {
|
|
499
592
|
zh: "进度条",
|
|
500
593
|
en: "Progress",
|
|
594
|
+
displayName: "Progress",
|
|
501
595
|
id: "62723f38-81fc-4535-92b1-2566a90a047c"
|
|
502
596
|
},
|
|
503
597
|
Progress2: {
|
|
504
598
|
zh: "进度条2",
|
|
505
599
|
en: "Progress2",
|
|
600
|
+
displayName: "Progress2",
|
|
506
601
|
id: "a863c9f7-99e1-4ddd-bd5f-144754b8805b"
|
|
507
602
|
},
|
|
508
603
|
Radio: {
|
|
509
604
|
zh: "单选框",
|
|
510
605
|
en: "Radio",
|
|
606
|
+
displayName: "Radio",
|
|
511
607
|
id: "c946ac4b-85f2-45d9-9421-6f96c18271a4"
|
|
512
608
|
},
|
|
513
609
|
RadioGroup: {
|
|
514
610
|
zh: "单选框.组",
|
|
515
611
|
en: "Radio.Group",
|
|
612
|
+
displayName: "RadioGroup",
|
|
516
613
|
id: "c7c0c22e-eda3-4dd0-ae44-59f8cae79212"
|
|
517
614
|
},
|
|
518
615
|
RadioGroupBlock: {
|
|
519
616
|
zh: "单选框.块",
|
|
520
617
|
en: "Radio.GroupBlock",
|
|
618
|
+
displayName: "RadioGroupBlock",
|
|
521
619
|
id: "e427972e-95c6-4b4f-8db1-7f189a947289"
|
|
522
620
|
},
|
|
523
621
|
RadioGroupContext: {
|
|
524
622
|
zh: "单选框.环境",
|
|
525
623
|
en: "Radio.GroupContext",
|
|
624
|
+
displayName: "RadioGroupContext",
|
|
526
625
|
id: "9905f6f8-345d-4ad4-9211-cfe93ef19950"
|
|
527
626
|
},
|
|
528
627
|
Rate: {
|
|
529
628
|
zh: "评分",
|
|
530
629
|
en: "Rate",
|
|
630
|
+
displayName: "Rate",
|
|
531
631
|
id: "6b508197-2136-4c0f-9f8d-7b04ec4de9dc"
|
|
532
632
|
},
|
|
533
633
|
ResizeBox: {
|
|
534
634
|
zh: "伸缩框",
|
|
535
635
|
en: "ResizeBox",
|
|
636
|
+
displayName: "ResizeBox",
|
|
536
637
|
id: "041f4c2f-6673-4a95-b11a-fb7f6a7a8f42"
|
|
537
638
|
},
|
|
538
639
|
ResizeBoxSplit: {
|
|
539
640
|
zh: "伸缩框.分隔",
|
|
540
641
|
en: "ResizeBox.Split",
|
|
642
|
+
displayName: "ResizeBoxSplit",
|
|
541
643
|
id: "5d9526a2-1f47-43e8-a01e-579c167dc626"
|
|
542
644
|
},
|
|
543
645
|
ResizeBoxSplitGroup: {
|
|
544
646
|
zh: "伸缩框.分隔组",
|
|
545
647
|
en: "ResizeBox.SplitGroup",
|
|
648
|
+
displayName: "ResizeBoxSplitGroup",
|
|
546
649
|
id: "0beb18a5-4641-45e1-99df-320ba9db2878"
|
|
547
650
|
},
|
|
548
651
|
Result: {
|
|
549
652
|
zh: "结果页",
|
|
550
653
|
en: "Result",
|
|
654
|
+
displayName: "Result",
|
|
551
655
|
id: "f64a32e2-29e9-435a-babd-37d8c57d413d"
|
|
552
656
|
},
|
|
553
657
|
Select: {
|
|
554
658
|
zh: "选择器",
|
|
555
659
|
en: "Select",
|
|
660
|
+
displayName: "Select",
|
|
556
661
|
id: "a31c6809-5331-4969-9f6f-24dba44d9fa3"
|
|
557
662
|
},
|
|
558
663
|
SelectOption: {
|
|
559
664
|
zh: "选择器.项",
|
|
560
665
|
en: "SelectOption",
|
|
666
|
+
displayName: "SelectOption",
|
|
561
667
|
id: "d3334845-33cc-4f8e-af5b-e307fec9e115"
|
|
562
668
|
},
|
|
563
669
|
SelectOptionGroup: {
|
|
564
670
|
zh: "选择器.项组",
|
|
565
671
|
en: "SelectOptionGroup",
|
|
672
|
+
displayName: "SelectOptionGroup",
|
|
566
673
|
id: "eb0c8fa6-0300-49fc-b136-e6165484526f"
|
|
567
674
|
},
|
|
568
675
|
Skeleton: {
|
|
569
676
|
zh: "骨架屏",
|
|
570
677
|
en: "Skeleton",
|
|
678
|
+
displayName: "Skeleton",
|
|
571
679
|
id: "dfceb88f-6a8f-4175-b936-c8c8b40947f1"
|
|
572
680
|
},
|
|
573
681
|
Slider: {
|
|
574
682
|
zh: "滑动输入条",
|
|
575
683
|
en: "Slider",
|
|
684
|
+
displayName: "Slider",
|
|
576
685
|
id: "a9b258b4-a907-4c09-ad41-4170bb1febb8"
|
|
577
686
|
},
|
|
578
687
|
Space: {
|
|
579
688
|
zh: "间距",
|
|
580
689
|
en: "Space",
|
|
690
|
+
displayName: "Space",
|
|
581
691
|
id: "b0bf1865-f3dc-490f-8e1c-bd07cd177126"
|
|
582
692
|
},
|
|
583
693
|
SpaceVertical: {
|
|
584
694
|
zh: "间距.垂直",
|
|
585
695
|
en: "SpaceVertical",
|
|
696
|
+
displayName: "SpaceVertical",
|
|
586
697
|
id: "bb1c91c1-8e98-422f-93e2-7e3f7f474da9"
|
|
587
698
|
},
|
|
588
699
|
SpeechSynthesis: {
|
|
589
700
|
zh: "朗读",
|
|
590
701
|
en: "SpeechSynthesis",
|
|
702
|
+
displayName: "SpeechSynthesis",
|
|
591
703
|
id: "02ac24b0-f37b-4d7f-b225-af76e49c63b1"
|
|
592
704
|
},
|
|
593
705
|
Spin: {
|
|
594
706
|
zh: "加载中",
|
|
595
707
|
en: "Spin",
|
|
708
|
+
displayName: "Spin",
|
|
596
709
|
id: "ccf40119-670c-4362-a1ec-ea22b1f6c3e6"
|
|
597
710
|
},
|
|
598
711
|
Statistic: {
|
|
599
712
|
zh: "数值显示",
|
|
600
713
|
en: "Statistic",
|
|
714
|
+
displayName: "Statistic",
|
|
601
715
|
id: "f2c9fe75-4f7b-442c-afe5-6df1085a810d"
|
|
602
716
|
},
|
|
603
717
|
StatisticCountdown: {
|
|
604
718
|
zh: "数值显示.倒计时",
|
|
605
719
|
en: "Statistic.Countdown",
|
|
720
|
+
displayName: "StatisticCountdown",
|
|
606
721
|
id: "fa53aadc-46f4-49d1-99a8-3e7ac97e918a"
|
|
607
722
|
},
|
|
608
723
|
Countdown: {
|
|
609
724
|
zh: "倒计时",
|
|
610
725
|
en: "Countdown",
|
|
726
|
+
displayName: "Countdown",
|
|
611
727
|
id: "a7a3c750-632e-447f-b889-f6509f9fbc85"
|
|
612
728
|
},
|
|
613
729
|
Steps: {
|
|
614
730
|
zh: "步骤条",
|
|
615
731
|
en: "Steps",
|
|
732
|
+
displayName: "Steps",
|
|
616
733
|
id: "7e50570c-adda-427f-a55f-99673594fd94"
|
|
617
734
|
},
|
|
618
735
|
StepsStep: {
|
|
619
736
|
zh: "步骤条.步骤",
|
|
620
737
|
en: "Steps.Step",
|
|
738
|
+
displayName: "StepsStep",
|
|
621
739
|
id: "61fef5de-9acc-4087-9ac2-3d622af1e1f3"
|
|
622
740
|
},
|
|
623
741
|
StepsItem: {
|
|
624
742
|
zh: "步骤条.项",
|
|
625
743
|
en: "Steps.Item",
|
|
744
|
+
displayName: "StepsItem",
|
|
626
745
|
id: "7c4ddf21-425a-4bdb-9fe3-b61f0934e87c"
|
|
627
746
|
},
|
|
628
747
|
Switch: {
|
|
629
748
|
zh: "开关",
|
|
630
749
|
en: "Switch",
|
|
750
|
+
displayName: "Switch",
|
|
631
751
|
id: "fd223146-3008-4b67-a986-736e699d6725"
|
|
632
752
|
},
|
|
633
753
|
Table: {
|
|
634
754
|
zh: "表格",
|
|
635
755
|
en: "Table",
|
|
756
|
+
displayName: "Table",
|
|
636
757
|
id: "ff0498ea-76a4-4c03-81c4-057468460918"
|
|
637
758
|
},
|
|
638
759
|
TableSummary: {
|
|
639
760
|
zh: "表格.总结",
|
|
640
761
|
en: "Table.Summary",
|
|
762
|
+
displayName: "TableSummary",
|
|
641
763
|
id: "23bde7c6-af70-4ae7-836e-7f597c8809a0"
|
|
642
764
|
},
|
|
643
765
|
TableSummaryCell: {
|
|
644
766
|
zh: "表格.总结.单元",
|
|
645
767
|
en: "Table.Summary.Cell",
|
|
768
|
+
displayName: "TableSummaryCell",
|
|
646
769
|
id: "8592f87a-5b11-48dc-81d2-bc820ffd4d21"
|
|
647
770
|
},
|
|
648
771
|
TableSummaryRow: {
|
|
649
772
|
zh: "表格.总结.行",
|
|
650
773
|
en: "Table.Summary.Row",
|
|
774
|
+
displayName: "TableSummaryRow",
|
|
651
775
|
id: "2e6b7a00-0b58-4ab6-8573-ed28c5f190b4"
|
|
652
776
|
},
|
|
653
777
|
Tabs: {
|
|
654
778
|
zh: "标签页",
|
|
655
779
|
en: "Tabs",
|
|
780
|
+
displayName: "Tabs",
|
|
656
781
|
id: "5b472f17-0504-4581-936d-668a86b6a7b3"
|
|
657
782
|
},
|
|
658
783
|
TabPane: {
|
|
659
784
|
zh: "标签页.项面板",
|
|
660
785
|
en: "TabPane",
|
|
786
|
+
displayName: "TabPane",
|
|
661
787
|
id: "0fb35630-bc6c-4b8d-8d7c-d7b42ac27048"
|
|
662
788
|
},
|
|
663
789
|
Tag: {
|
|
664
790
|
zh: "标签",
|
|
665
791
|
en: "Tag",
|
|
792
|
+
displayName: "Tag",
|
|
666
793
|
id: "3287a660-4471-420c-8ffd-f4511491de10"
|
|
667
794
|
},
|
|
668
795
|
TimePicker: {
|
|
669
796
|
zh: "时间选择器",
|
|
670
797
|
en: "TimePicker",
|
|
798
|
+
displayName: "TimePicker",
|
|
671
799
|
id: "b98a689a-7cb6-48be-9498-14b264118299"
|
|
672
800
|
},
|
|
673
801
|
TimePickerRange: {
|
|
674
802
|
zh: "时间选择器.范围",
|
|
675
803
|
en: "TimePicker.Range",
|
|
804
|
+
displayName: "TimePickerRange",
|
|
676
805
|
id: "e393bae1-20fa-41c8-b2c0-e98cc0370dec"
|
|
677
806
|
},
|
|
678
807
|
Timeline: {
|
|
679
808
|
zh: "时间轴",
|
|
680
809
|
en: "Timeline",
|
|
810
|
+
displayName: "Timeline",
|
|
681
811
|
id: "6a017e16-84f7-4b37-88d9-9f97214b3b5b"
|
|
682
812
|
},
|
|
683
813
|
TimelineItem: {
|
|
684
814
|
zh: "时间轴.项",
|
|
685
815
|
en: "TimelineItem",
|
|
816
|
+
displayName: "TimelineItem",
|
|
686
817
|
id: "a894d3a1-ce06-45cb-a988-9444de70135b"
|
|
687
818
|
},
|
|
688
819
|
Tooltip: {
|
|
689
820
|
zh: "文字气泡",
|
|
690
821
|
en: "Tooltip",
|
|
822
|
+
displayName: "Tooltip",
|
|
691
823
|
id: "0c3433c5-fe25-4a7c-8a57-ed041283f69c"
|
|
692
824
|
},
|
|
693
825
|
Transfer: {
|
|
694
826
|
zh: "数据穿梭框",
|
|
695
827
|
en: "Transfer",
|
|
828
|
+
displayName: "Transfer",
|
|
696
829
|
id: "06b41a95-2092-4745-b378-4f22b52825f2"
|
|
697
830
|
},
|
|
698
831
|
Tree: {
|
|
699
832
|
zh: "树",
|
|
700
833
|
en: "Tree",
|
|
834
|
+
displayName: "Tree",
|
|
701
835
|
id: "07232de6-79d4-4684-aff7-df1767a2946b"
|
|
702
836
|
},
|
|
703
837
|
TreeNode: {
|
|
704
838
|
zh: "树.节点",
|
|
705
839
|
en: "TreeNode",
|
|
840
|
+
displayName: "TreeNode",
|
|
706
841
|
id: "0f84aa67-2bbe-4143-8196-09e679954e43"
|
|
707
842
|
},
|
|
708
843
|
TreeSelect: {
|
|
709
844
|
zh: "树选择",
|
|
710
845
|
en: "TreeSelect",
|
|
846
|
+
displayName: "TreeSelect",
|
|
711
847
|
id: "c467c4e9-9432-4468-a436-ad83bd83ce37"
|
|
712
848
|
},
|
|
713
849
|
TreeSelectNode: {
|
|
714
850
|
zh: "树选择.节点",
|
|
715
851
|
en: "TreeSelectNode",
|
|
852
|
+
displayName: "TreeSelectNode",
|
|
716
853
|
id: "0cf8b561-fcc2-456c-8266-35dc6cf05c05"
|
|
717
854
|
},
|
|
718
855
|
Trigger: {
|
|
719
856
|
zh: "触发器",
|
|
720
857
|
en: "Trigger",
|
|
858
|
+
displayName: "Trigger",
|
|
721
859
|
id: "eacd72b8-8b1c-4a49-a83b-fe8b22d43bda"
|
|
722
860
|
},
|
|
723
861
|
Typography: {
|
|
724
862
|
zh: "排版",
|
|
725
863
|
en: "Typography",
|
|
864
|
+
displayName: "Typography",
|
|
726
865
|
id: "c0838f8b-ea9a-4dea-a8e9-fcd86d0c4e3e"
|
|
727
866
|
},
|
|
728
867
|
TypographyEllipsis: {
|
|
729
868
|
zh: "排版.省略",
|
|
730
869
|
en: "Typography.Ellipsis",
|
|
870
|
+
displayName: "TypographyEllipsis",
|
|
731
871
|
id: "f144153d-ea61-424f-ae7f-e020e0866c73"
|
|
732
872
|
},
|
|
733
873
|
TypographyParagraph: {
|
|
734
874
|
zh: "排版.段落",
|
|
735
875
|
en: "Typography.Paragraph",
|
|
876
|
+
displayName: "TypographyParagraph",
|
|
736
877
|
id: "cbf4802f-4736-4fef-b955-664133c8bff0"
|
|
737
878
|
},
|
|
738
879
|
TypographyText: {
|
|
739
880
|
zh: "排版.文本",
|
|
740
881
|
en: "Typography.Text",
|
|
882
|
+
displayName: "TypographyText",
|
|
741
883
|
id: "0af71bc9-d54f-4735-aea8-54d79298b182"
|
|
742
884
|
},
|
|
743
885
|
TypographyTitle: {
|
|
744
886
|
zh: "排版.标题",
|
|
745
887
|
en: "Typography.Title",
|
|
888
|
+
displayName: "TypographyTitle",
|
|
746
889
|
id: "61d6c1f5-d9e7-435a-99fe-40488a81f7a6"
|
|
747
890
|
},
|
|
748
891
|
Upload: {
|
|
749
892
|
zh: "上传",
|
|
750
893
|
en: "Upload",
|
|
894
|
+
displayName: "Upload",
|
|
751
895
|
id: "5824822f-e63e-4a8a-8822-704071c7c280"
|
|
752
896
|
},
|
|
753
897
|
UploadList: {
|
|
754
898
|
zh: "上传列表",
|
|
755
899
|
en: "UploadList",
|
|
900
|
+
displayName: "UploadList",
|
|
756
901
|
id: "3882155d-4bdd-4dd1-a0cd-d348270735ae"
|
|
757
902
|
},
|
|
758
903
|
VerificationCode: {
|
|
759
904
|
zh: "验证码输入",
|
|
760
905
|
en: "VerificationCode",
|
|
906
|
+
displayName: "VerificationCode",
|
|
761
907
|
id: "8e14c210-1e49-4394-8b81-105794e3330c"
|
|
762
908
|
},
|
|
763
909
|
Watermark: {
|
|
764
910
|
zh: "水印",
|
|
765
911
|
en: "Watermark",
|
|
912
|
+
displayName: "Watermark",
|
|
766
913
|
id: "3af4892b-e901-4709-b9da-9761626bb0ff"
|
|
767
914
|
},
|
|
768
915
|
Development: {
|
|
769
916
|
zh: "等待开发",
|
|
770
917
|
en: "Development",
|
|
918
|
+
displayName: "Development",
|
|
771
919
|
id: "aa5a04d8-9e3b-4141-a136-84f408897184"
|
|
772
920
|
},
|
|
773
921
|
Tour: {
|
|
774
922
|
zh: "漫游式引导",
|
|
775
923
|
en: "Tour",
|
|
924
|
+
displayName: "Tour",
|
|
776
925
|
id: "159e13df-12c5-45ac-b00b-e6bc39db4c5a"
|
|
777
926
|
},
|
|
778
927
|
QR_Code: {
|
|
779
928
|
zh: "二维码",
|
|
780
929
|
en: "QRCode",
|
|
930
|
+
displayName: "QR_Code",
|
|
781
931
|
id: "493400fb-26a6-49b3-8d57-2ffb59bb1341"
|
|
782
932
|
},
|
|
783
933
|
LiquidFill: {
|
|
784
934
|
zh: "水球图",
|
|
785
935
|
en: "LiquidFill",
|
|
936
|
+
displayName: "LiquidFill",
|
|
786
937
|
id: "ba3861dd-fe35-4fdf-8b6a-fe44bc450dfb"
|
|
787
938
|
},
|
|
788
939
|
Marquee: {
|
|
789
940
|
zh: "跑马灯",
|
|
790
941
|
en: "Marquee",
|
|
942
|
+
displayName: "Marquee",
|
|
791
943
|
id: "1c18519e-d2fd-4ef8-ad99-471b2e96ad22"
|
|
792
944
|
},
|
|
793
945
|
Segmented: {
|
|
794
946
|
zh: "分段控制器",
|
|
795
947
|
en: "Segmented",
|
|
948
|
+
displayName: "Segmented",
|
|
796
949
|
id: "f759052c-944b-419e-b0d1-39ca561c03bf"
|
|
797
950
|
},
|
|
798
951
|
Splitter: {
|
|
799
952
|
zh: "分隔面板",
|
|
800
953
|
en: "Splitter",
|
|
954
|
+
displayName: "Splitter",
|
|
801
955
|
id: "1261847c-270e-427f-bfe1-eb50c3ed4e6c"
|
|
802
956
|
},
|
|
803
957
|
SplitterPanel: {
|
|
804
958
|
zh: "分隔面板.项面板",
|
|
805
959
|
en: "SplitterPanel",
|
|
960
|
+
displayName: "SplitterPanel",
|
|
806
961
|
id: "d36163df-8d36-4e62-b218-bbfbcfe9b46b"
|
|
807
962
|
},
|
|
808
963
|
Flex: {
|
|
809
964
|
zh: "弹性布局",
|
|
810
965
|
en: "Flex",
|
|
966
|
+
displayName: "Flex",
|
|
811
967
|
id: "35efe7f0-eefa-4a24-929c-2cc5933b49ff"
|
|
812
968
|
},
|
|
813
969
|
FlexVertical: {
|
|
814
970
|
zh: "弹性布局.垂直",
|
|
815
971
|
en: "Flex.Vertical",
|
|
972
|
+
displayName: "FlexVertical",
|
|
816
973
|
id: "cdf25555-6bb5-4730-aaa4-f037463cf0a0"
|
|
817
974
|
},
|
|
818
975
|
App: {
|
|
819
976
|
zh: "包裹组件",
|
|
820
977
|
en: "App",
|
|
978
|
+
displayName: "App",
|
|
821
979
|
id: "08bbfbd6-c1b6-4e54-880d-f2e5ca214d67"
|
|
822
980
|
},
|
|
823
981
|
IconFile: {
|
|
824
982
|
zh: "文件图标",
|
|
825
983
|
en: "IconFile",
|
|
984
|
+
displayName: "IconFile",
|
|
826
985
|
id: "adebcf8a-29c2-4e09-84e3-d87cc08eabfe"
|
|
827
986
|
},
|
|
828
987
|
RichText: {
|
|
829
988
|
zh: "富文本",
|
|
830
989
|
en: "RichText",
|
|
990
|
+
displayName: "RichText",
|
|
831
991
|
id: "9ea0626e-fdd3-4dbf-a9a7-8cd7e36b5b3b"
|
|
832
992
|
},
|
|
833
993
|
Masonry: {
|
|
834
994
|
zh: "瀑布流",
|
|
835
995
|
en: "Masonry",
|
|
996
|
+
displayName: "Masonry",
|
|
836
997
|
id: "8d11964c-3753-43b4-9c46-d01ed999bdc4"
|
|
837
998
|
},
|
|
838
999
|
OverflowEllipsis: {
|
|
839
1000
|
zh: "溢出折叠",
|
|
840
1001
|
en: "OverflowEllipsis",
|
|
1002
|
+
displayName: "OverflowEllipsis",
|
|
841
1003
|
id: "31ff5a53-4aef-4172-9d9f-f64bf7041dd0"
|
|
842
1004
|
},
|
|
843
1005
|
OverflowEllipsisItem: {
|
|
844
1006
|
zh: "溢出折叠.项",
|
|
845
1007
|
en: "OverflowEllipsis.Item",
|
|
1008
|
+
displayName: "OverflowEllipsisItem",
|
|
846
1009
|
id: "6a57be27-8621-4f77-8d2d-8cd3fbb593ba"
|
|
847
1010
|
},
|
|
848
1011
|
OverflowItem: {
|
|
849
1012
|
zh: "溢出.项",
|
|
850
1013
|
en: "OverflowItem",
|
|
1014
|
+
displayName: "OverflowItem",
|
|
851
1015
|
id: "360298dc-ca25-4fb4-902d-0077e2df97e6"
|
|
852
1016
|
},
|
|
853
1017
|
SuspenseFallbackTest: {
|
|
854
|
-
zh: "
|
|
1018
|
+
zh: "加载时显示后备方案",
|
|
855
1019
|
en: "SuspenseFallbackTest",
|
|
1020
|
+
displayName: "SuspenseFallbackTest",
|
|
856
1021
|
id: "c49795f7-63f1-47cf-9e23-374d1babd338"
|
|
857
1022
|
},
|
|
858
1023
|
Timer: {
|
|
859
1024
|
zh: "时间",
|
|
860
1025
|
en: "Timer",
|
|
1026
|
+
displayName: "Timer",
|
|
861
1027
|
id: "cffcc03e-1b15-4231-9232-ebc6b13ba04d"
|
|
862
1028
|
}
|
|
863
1029
|
};
|
|
864
|
-
e
|
|
865
|
-
|
|
866
|
-
|
|
1030
|
+
Object.assign(e, {
|
|
1031
|
+
Textarea: e.InputTextarea,
|
|
1032
|
+
QRCode: e.QR_Code,
|
|
1033
|
+
RowCol: e.Col,
|
|
1034
|
+
RowItem: e.Col
|
|
1035
|
+
});
|
|
867
1036
|
export {
|
|
868
1037
|
e as COMPONENT_NAMES
|
|
869
1038
|
};
|