@unicom-cloud/ui 0.8.143 → 0.8.145
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 -9
- package/App.js +1 -1
- package/AutoComplete.js +1 -1
- package/Avatar.js +1 -1
- package/BackTop.js +1 -1
- package/Badge.js +1 -1
- package/Breadcrumb.js +3 -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 +1 -1
- package/Collapse.js +1 -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 +1 -1
- package/DatePicker.js +1 -1
- package/Descriptions.js +1 -1
- package/Details.js +1 -1
- 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 +1 -1
- package/Form.js +1 -1
- package/Grid.js +1 -1
- package/Icon.js +1 -1
- package/IconHover.js +1 -1
- package/Image.js +1 -1
- package/Input.js +1 -1
- package/InputNumber.js +1 -1
- package/InputTag.js +1 -1
- package/Layout.js +1 -1
- package/Link.js +1 -1
- package/LiquidFill.js +1 -1
- package/List.js +5 -6
- package/Loading.js +1 -1
- package/Marquee.js +1 -1
- package/Mask.js +1 -1
- package/Masonry.js +1 -1
- package/Mentions.js +1 -1
- package/Menu.js +1 -1
- package/Message.js +5 -17
- package/Modal.js +1 -1
- package/Notice.js +3 -17
- package/Notification.js +5 -18
- package/OverflowEllipsis.js +1 -1
- package/PageHeader.js +4 -3
- 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 +1 -1
- package/Segmented.js +1 -1
- package/Select.js +1 -1
- package/SelectView.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +1 -1
- 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 +1 -1
- package/Table.js +35 -31
- package/Tabs.js +11 -10
- package/Tag.js +1 -1
- package/TimePicker.js +1 -1
- package/Timeline.js +1 -1
- package/Timer.js +1 -1
- package/Tooltip.js +1 -1
- package/Tour.js +1 -1
- package/Transfer.js +1 -1
- package/Tree.js +1 -1
- 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 +128 -138
- package/anchor/Link.js +17 -17
- package/anchor/context.js +1 -1
- package/anchor/index.js +6 -8
- package/anchor/utils.js +27 -27
- package/app/App.js +8 -8
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/useApp.js +1 -1
- package/auto-complete/AutoComplete.js +1 -1
- package/auto-complete/index.js +1 -1
- package/avatar/Avatar.js +1 -1
- package/avatar/Group.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +1 -1
- 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 +63 -58
- package/breadcrumb/Item.js +43 -42
- package/breadcrumb/context.js +6 -0
- package/breadcrumb/index.js +5 -3
- 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 +1 -1
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +1 -1
- package/calendar/header/Panel.js +1 -1
- package/calendar/header/index.js +1 -1
- package/calendar/hook/useCellClassName.js +1 -1
- package/calendar/index.js +1 -1
- 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 +62 -64
- package/cascader/utils.js +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/context.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +93 -74
- package/collapse/Item.js +101 -94
- package/collapse/context.js +1 -1
- package/collapse/index.js +1 -1
- 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 +1 -1
- package/config-provider/context.js +1 -1
- package/config-provider/index.js +1 -1
- package/config-provider/useConfigProvider.js +79 -23
- package/constant/index.js +1 -1
- package/copy/index.js +1 -1
- package/countdown/index.js +1 -1
- package/countdown/utils.js +1 -1
- package/date-picker/DatePickerRange.js +1 -1
- package/date-picker/Picker.js +1 -1
- package/date-picker/context.js +1 -1
- package/date-picker/hook/useCellClassName.js +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/panel/Body.js +1 -1
- package/date-picker/panel/Footer.js +1 -1
- package/date-picker/panel/Header.js +1 -1
- package/date-picker/panel/Shortcut.js +1 -1
- package/date-picker/panel/WeekList.js +1 -1
- package/date-picker/panel/date/index.js +1 -1
- package/date-picker/panel/month/index.js +1 -1
- package/date-picker/panel/quarter/index.js +1 -1
- package/date-picker/panel/range/index.js +1 -1
- package/date-picker/panel/week/index.js +1 -1
- package/date-picker/panel/year/index.js +1 -1
- package/date-picker/utils.js +1 -1
- package/descriptions/index.js +60 -59
- package/details/index.js +1 -1
- 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 +35 -32
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +8 -8
- package/dropdown/index.js +1 -1
- package/empty/index.js +1 -1
- package/flex/index.js +1 -1
- package/form/Control.js +1 -1
- package/form/Form.js +49 -50
- 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 +1 -1
- package/form/hook/useFormContext.js +1 -1
- package/form/hook/useFormState.js +1 -1
- package/form/hook/useWatch.js +1 -1
- package/form/index.js +1 -1
- package/form/interface.js +1 -1
- package/form/promisify.js +1 -1
- package/form/store.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/hooks/use-create/index.js +1 -1
- package/hooks/use-creation/index.js +1 -1
- package/hooks/use-event/index.js +1 -1
- package/hooks/use-event-listener/index.js +1 -1
- package/hooks/use-force-update/index.js +1 -1
- package/hooks/use-fullscreen/index.js +1 -1
- package/hooks/use-id/index.js +1 -1
- package/hooks/use-in-view/index.js +1 -1
- package/hooks/use-intersection-observer/index.js +1 -1
- package/hooks/use-intersection-observers/index.js +1 -1
- package/hooks/use-interval/index.js +1 -1
- package/hooks/use-is-first-render/index.js +1 -1
- package/hooks/use-isomorphic-layout-effect/index.js +1 -1
- package/hooks/use-keyboard-event/index.js +1 -1
- package/hooks/use-latest/index.js +1 -1
- package/hooks/use-listen-window-resize/index.js +1 -1
- package/hooks/use-media/index.js +1 -1
- package/hooks/use-merge-props/index.js +1 -1
- package/hooks/use-merge-value/index.js +1 -1
- package/hooks/use-move/index.js +1 -1
- package/hooks/use-mutation-observers/index.js +1 -1
- package/hooks/use-online-status/index.js +1 -1
- package/hooks/use-overflow-hidden/index.js +1 -1
- package/hooks/use-override-ref/index.js +1 -1
- package/hooks/use-persist-callback/index.js +1 -1
- package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
- package/hooks/use-previous/index.js +1 -1
- package/hooks/use-refs/index.js +1 -1
- package/hooks/use-resize-observer/index.js +1 -1
- package/hooks/use-resize-observers/index.js +1 -1
- package/hooks/use-responsive-state/index.js +1 -1
- package/hooks/use-set-state/index.js +1 -1
- package/hooks/use-state-callback/index.js +1 -1
- package/hooks/use-state-with-promise/index.js +1 -1
- package/hooks/use-update-effect/index.js +1 -1
- package/hooks/use-update-layout-effect/index.js +1 -1
- package/hooks/use-verification-code/index.js +1 -1
- package/hooks/use-watch/index.js +1 -1
- package/hooks/use-watermark/index.js +1 -1
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +1 -1
- 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 +1 -1
- package/hooks/useForceUpdate.js +1 -1
- package/hooks/useFullscreen.js +1 -1
- 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 +1 -1
- package/hooks/useResizeObserver.js +1 -1
- package/hooks/useResizeObservers.js +1 -1
- package/hooks/useResponsiveState.js +1 -1
- package/hooks/useSetState.js +1 -1
- package/hooks/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.js +1 -1
- package/hooks/useUnmountOnExit.js +1 -1
- 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 +26 -25
- package/icons/file/index.js +1 -1
- package/icons/file.js +1 -1
- package/icons.js +1 -1
- package/image/Image.js +1 -1
- package/image/ImageFooter.js +1 -1
- package/image/ImagePreview.js +1 -1
- package/image/ImagePreviewArrow.js +1 -1
- package/image/ImagePreviewGroup.js +1 -1
- package/image/ImagePreviewToolbar.js +1 -1
- package/image/TriggerForToolbar.js +1 -1
- package/image/context.js +1 -1
- package/image/index.js +1 -1
- 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 +665 -674
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +1 -1
- package/input/InputElement.js +2 -1
- package/input/Number.js +1 -1
- package/input/Password.js +1 -1
- package/input/Search.js +1 -1
- package/input/Tag.js +1 -1
- package/input/Textarea.js +175 -148
- package/input/autoSizeTextareaHeight.js +1 -1
- package/input/index.js +1 -1
- package/input/useComposition.js +1 -1
- package/input/utils.js +1 -1
- 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 +61 -60
- 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 +1 -1
- package/layout/context.js +1 -1
- package/layout/index.js +1 -1
- 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 +73 -72
- package/loading/index.js +1 -1
- 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 +1 -1
- package/mask/Mask.js +1 -1
- package/mask/index.js +1 -1
- 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 +1 -1
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.js +48 -51
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +33 -32
- package/menu/OverflowWrap.js +1 -1
- package/menu/context.js +1 -1
- package/menu/index.js +1 -1
- package/menu/sub-menu/Inline.js +1 -1
- package/menu/sub-menu/Pop.js +1 -1
- package/menu/sub-menu/index.js +1 -1
- package/menu/utils.js +1 -1
- package/message/Message.js +169 -0
- package/message/index.js +5 -155
- package/message/useMessage.js +29 -29
- package/modal/Confirm.js +1 -1
- package/modal/Modal.js +242 -229
- 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 +42 -41
- package/notice/Notice.js +175 -0
- package/notice/index.js +3 -172
- package/notification/Notification.js +164 -0
- package/notification/index.js +5 -148
- package/notification/useNotification.js +21 -20
- 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 +4 -3
- package/pagination/PageItem.js +1 -1
- package/pagination/PageJumper.js +1 -1
- package/pagination/PageOption.js +1 -1
- package/pagination/Pagination.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/radio/GroupBlock.js +1 -1
- package/radio/Radio.js +1 -1
- 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 +1 -1
- package/rich-text/Toolbar.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/segmented/index.js +1 -1
- package/select/Option.js +1 -1
- package/select/OptionGroup.js +1 -1
- package/select/Select.js +167 -175
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.js +263 -252
- package/select-view/index.js +1 -1
- 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 +1 -1
- 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/mixin/index.less +1 -1
- package/style/variables.css +1 -1
- package/style.css +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/switch/index.js +1 -1
- package/table/ColGroup.js +1 -1
- package/table/Table.js +173 -167
- package/table/constant.js +1 -1
- package/table/context.js +7 -3
- package/table/hook/useColumns.js +1 -1
- package/table/hook/useComponent.js +1 -1
- package/table/hook/useExpand.js +30 -26
- 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 +28 -24
- package/table/summary/Cell.js +1 -1
- package/table/summary/Row.js +1 -1
- package/table/summary/context.js +1 -1
- package/table/summary/index.js +1 -1
- package/table/tbody/Td.js +163 -136
- package/table/tbody/Tr.js +121 -100
- package/table/tbody/index.js +105 -91
- package/table/tfoot/index.js +12 -11
- package/table/th-resizable/index.js +1 -1
- package/table/thead/Column.js +42 -41
- package/table/thead/index.js +80 -79
- package/table/utils.js +1 -1
- package/tabs/TabContent.js +26 -27
- package/tabs/TabPane.js +25 -17
- package/tabs/Tabs.js +103 -96
- package/tabs/context.js +3 -2
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +1 -1
- package/tabs/index.js +9 -8
- package/tabs/tab-header/DropdownIcon.js +52 -44
- package/tabs/tab-header/TabInk.js +48 -47
- package/tabs/tab-header/TabNavIcon.js +50 -49
- package/tabs/tab-header/TabTitle.js +53 -52
- package/tabs/tab-header/index.js +117 -119
- package/tabs/utils.js +1 -1
- package/tag/index.js +1 -1
- package/time-picker/Picker.js +1 -1
- package/time-picker/TimeColumn.js +1 -1
- package/time-picker/TimePicker.js +1 -1
- package/time-picker/TimePickerRange.js +1 -1
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/utils.js +1 -1
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/index.js +1 -1
- package/timer/index.js +1 -1
- package/tooltip/Tooltip.js +1 -1
- package/tooltip/index.js +1 -1
- package/tour/index.js +17 -8
- package/transfer/Item.js +31 -30
- package/transfer/List.js +28 -27
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +34 -33
- package/tree/Tree.js +1 -1
- package/tree/context.js +1 -1
- package/tree/index.js +1 -1
- 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 +1 -1
- package/trigger/index.js +1 -1
- package/types/anchor/index.d.ts +1 -2
- package/types/anchor/interface.d.ts +3 -6
- package/types/anchor/utils.d.ts +1 -1
- package/types/breadcrumb/context.d.ts +4 -0
- package/types/breadcrumb/index.d.ts +2 -1
- package/types/breadcrumb/interface.d.ts +8 -4
- package/types/collapse/Collapse.d.ts +3 -3
- package/types/collapse/Item.d.ts +1 -0
- package/types/collapse/context.d.ts +1 -1
- package/types/collapse/interface.d.ts +14 -1
- package/types/config-provider/interface.d.ts +6 -0
- package/types/descriptions/interface.d.ts +8 -2
- package/types/form/interface.d.ts +0 -1
- package/types/index.d.ts +4 -4
- package/types/list/interface.d.ts +1 -1
- package/types/menu/interface.d.ts +2 -5
- package/types/message/Message.d.ts +20 -0
- package/types/message/index.d.ts +2 -22
- package/types/message/interface.d.ts +3 -1
- package/types/notice/Notice.d.ts +4 -0
- package/types/notice/index.d.ts +1 -24
- package/types/notice/interface.d.ts +23 -0
- package/types/notification/Notification.d.ts +22 -0
- package/types/notification/index.d.ts +2 -18
- package/types/select/Select.d.ts +1 -1
- package/types/select/interface.d.ts +0 -1
- package/types/select/utils.d.ts +1 -1
- package/types/table/context.d.ts +5 -1
- package/types/table/index.d.ts +2 -2
- package/types/table/interface.d.ts +28 -0
- package/types/table/tbody/Td.d.ts +2 -22
- package/types/table/tbody/Tr.d.ts +1 -8
- package/types/table/thead/Column.d.ts +2 -1
- package/types/tabs/TabContent.d.ts +1 -7
- package/types/tabs/TabPane.d.ts +1 -4
- package/types/tabs/Tabs.d.ts +3 -3
- package/types/tabs/context.d.ts +3 -2
- package/types/tabs/interface.d.ts +23 -5
- package/types/tabs/tab-header/TabInk.d.ts +1 -10
- package/types/tabs/tab-header/TabTitle.d.ts +1 -15
- package/types/utils/scrollIntoViewIfNeeded.d.ts +2 -3
- package/types/version/index.d.ts +1 -1
- package/types/virtual-list/interface.d.ts +0 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +1 -1
- 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 +8 -7
- 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 +1 -1
- package/utils/constant.js +1 -1
- package/utils/contextHolder.js +5 -5
- package/utils/copy.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +1 -1
- 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 +235 -249
- 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 +1 -1
- 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 +4 -18
- 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/index.js
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
/* 2026-01-
|
|
2
|
-
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as C, useComputedState as
|
|
1
|
+
/* 2026-01-27 10:44:03 */
|
|
2
|
+
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as C, useComputedState as T, useControllableValue as S, useCookieState as y, useCountDown as g, useCounter as h, useCreate as b, useCreation as R, useDebounce as I, useDebounceEffect as P, useDebounceFn as v, useDeepCompareEffect as E, useDeepCompareLayoutEffect as k, useDocumentVisibility as D, useDrag as A, useDrop as B, useEvent as L, useEventListener as O, useEventTarget as M, useExternal as F, useFavicon as w, useFocusWithin as N, useForceUpdate as V, useFullscreen as _, useGetState as U, useHistoryTravel as W, useHover as j, useId as G, useInView as H, useInViewport as z, useInfiniteScroll as q, useIntersectionObserver as Y, useIntersectionObservers as K, useInterval as J, useIsFirstRender as Q, useIsomorphicLayoutEffect as X, useKeyPress as Z, useKeyboardEvent as $, useLatest as ee, useListenWindowResize as te, useLocalStorageState as oe, useLockFn as re, useLongPress as ae, useMedia as se, useMemo as fe, useMemoizedFn as ue, useMergeProps as le, useMergeValue as pe, useMount as ie, useMouse as me, useMove as de, useMutationObserver as ne, useMutationObservers as xe, useNetwork as ce, useOnlineStatus as Ce, useOverflowHidden as Te, useOverrideRef as Se, usePagination as ye, usePasteImage as ge, usePersistCallback as he, usePrefersColorSchemeDark as be, usePrevious as Re, useRafInterval as Ie, useRafState as Pe, useRafTimeout as ve, useReactive as Ee, useRefLatest as ke, useRefs as De, useRefs2 as Ae, useRequest as Be, useResetState as Le, useResizeObserver as Oe, useResizeObservers as Me, useResponsive as Fe, useSafeState as we, useScroll as Ne, useSelections as Ve, useSessionStorageState as _e, useSetState as Ue, useSize as We, useStateCallback as je, useStateWithPromise as Ge, useSyncState as He, useTextSelection as ze, useTheme as qe, useThrottle as Ye, useThrottleEffect as Ke, useThrottleFn as Je, useTimeout as Qe, useTitle as Xe, useToggle as Ze, useTrackedEffect as $e, useUnmount as et, useUnmountedRef as tt, useUpdate as ot, useUpdateEffect as rt, useUpdateLayoutEffect as at, useUrlState as st, useVirtualList as ft, useWatch as ut, useWebSocket as lt, useWhyDidYouUpdate as pt, useWindowSize as it } from "@unicom-cloud/ui-common/hooks";
|
|
3
3
|
import { default as dt } from "./hooks/use-breakpoint/index.js";
|
|
4
4
|
import { useResponsiveState as xt } from "./hooks/use-responsive-state/index.js";
|
|
5
5
|
import { useVerificationCode as Ct } from "./hooks/use-verification-code/index.js";
|
|
6
|
-
import { useWatermark as
|
|
7
|
-
import { default as
|
|
8
|
-
import { callOrReturn as
|
|
6
|
+
import { useWatermark as St } from "./hooks/use-watermark/index.js";
|
|
7
|
+
import { default as gt } from "@unicom-cloud/ui-common/utils/callbackOriginRef";
|
|
8
|
+
import { callOrReturn as bt } from "@unicom-cloud/utils/function";
|
|
9
9
|
import { default as It } from "@unicom-cloud/ui-common/utils/caseName";
|
|
10
10
|
import { default as vt, default as Et } from "@unicom-cloud/ui-common/utils/className";
|
|
11
11
|
import { newArray as Dt, pickTriggerPropsFromRest as At } from "./utils/constant.js";
|
|
12
|
-
import { ContextHolderElement as
|
|
13
|
-
import { default as
|
|
14
|
-
import { convertTime as
|
|
12
|
+
import { ContextHolderElement as Lt } from "./utils/contextHolder.js";
|
|
13
|
+
import { default as Mt, default as Ft } from "@unicom-cloud/ui-common/utils/copy";
|
|
14
|
+
import { convertTime as Nt, convertToDurationBasedOnTimeUnits as Vt, dateFormat as _t, dayjsFormat as Ut } from "@unicom-cloud/utils/date";
|
|
15
15
|
import { dayjs_formatValue as jt, dayjs_getDayjsValue as Gt, dayjs_getFormatFromArray as Ht, dayjs_getNow as zt, dayjs_getRealTime as qt, dayjs_getSortedDayjsArray as Yt, dayjs_getTimeFormat as Kt, dayjs_getValueWithTime as Jt, dayjs_isDayjsArrayChange as Qt, dayjs_isDayjsChange as Xt, dayjs_isValidTimeString as Zt, dayjs_methods as $t, dayjs_timezoneToOffset as eo, dayjs_toLocal as to, dayjs_toTimezone as oo } from "./utils/dayjs.js";
|
|
16
|
-
import { canUseDOM as ao, contains as so, forceReflow as fo, getBodyContainer as uo, getElementCoordinates as lo, getScrollElements as
|
|
16
|
+
import { canUseDOM as ao, contains as so, forceReflow as fo, getBodyContainer as uo, getElementCoordinates as lo, getScrollElements as po, off as io, on as mo, parentContainsChildren as no, reflow as xo } from "@unicom-cloud/ui-common/utils/dom";
|
|
17
17
|
import { default as Co } from "@unicom-cloud/ui-common/utils/emitter";
|
|
18
|
-
import { fileRead as
|
|
19
|
-
import { fileToDataURL as
|
|
20
|
-
import { default as
|
|
18
|
+
import { fileRead as So } from "@unicom-cloud/utils/file/fileRead";
|
|
19
|
+
import { fileToDataURL as go } from "@unicom-cloud/utils/file/fileToDataURL";
|
|
20
|
+
import { default as bo } from "@unicom-cloud/ui-common/utils/fillNBSP";
|
|
21
21
|
import { default as Io } from "@unicom-cloud/ui-common/utils/findRootElement";
|
|
22
22
|
import "@unicom-cloud/ui-common/utils/findScrollParent";
|
|
23
23
|
import { default as vo } from "@unicom-cloud/ui-common/utils/getHighlightText";
|
|
24
24
|
import { default as ko } from "@unicom-cloud/ui-common/utils/getHotkeyHandler";
|
|
25
25
|
import { default as Ao } from "@unicom-cloud/ui-common/utils/getStringLength";
|
|
26
|
-
import { default as
|
|
26
|
+
import { default as Lo } from "@unicom-cloud/ui-common/utils/include";
|
|
27
27
|
import "@unicom-cloud/ui-common/utils/intersectionObserver";
|
|
28
28
|
import * as o from "./utils/is.js";
|
|
29
29
|
export * from "@unicom-cloud/ui-common/utils/lodash";
|
|
30
|
-
import { assign as
|
|
30
|
+
import { assign as Fo, assignIn as wo, at as No, camelCase as Vo, capitalize as _o, castArray as Uo, chain as Wo, chunk as jo, clone as Go, cloneDeep as Ho, cloneDeepWith as zo, cloneWith as qo, compact as Yo, curry as Ko, debounce as Jo, defaultTo as Qo, defaults as Xo, defaultsDeep as Zo, difference as $o, escape as er, findKey as tr, flattenDeep as or, flow as rr, get as ar, groupBy as sr, has as fr, intersection as ur, invert as lr, invertBy as pr, kebabCase as ir, mean as mr, memoize as dr, merge as nr, mergeWith as xr, orderBy as cr, partition as Cr, pullAll as Tr, result as Sr, sample as yr, sampleSize as gr, set as hr, setWith as br, shuffle as Rr, snakeCase as Ir, sortBy as Pr, startCase as vr, throttle as Er, toPath as kr, truncate as Dr, union as Ar, uniq as Br, uniqueId as Lr, unset as Or, update as Mr, updateWith as Fr, upperCase as wr, upperFirst as Nr, without as Vr, xor as _r, zip as Ur } from "@unicom-cloud/ui-common/utils/lodash";
|
|
31
31
|
import { div as jr, default as Gr, minus as Hr, plus as zr, times as qr } from "@unicom-cloud/utils/math";
|
|
32
32
|
import { default as Kr } from "@unicom-cloud/ui-common/utils/mergedToString";
|
|
33
33
|
import { default as Qr } from "@unicom-cloud/ui-common/utils/mergeProps";
|
|
@@ -37,468 +37,472 @@ import { default as ea } from "@unicom-cloud/ui-common/utils/omit";
|
|
|
37
37
|
import { padEnd as oa, padStart as ra } from "@unicom-cloud/ui-common/utils/pad";
|
|
38
38
|
import { default as sa, pickDataAttributes as fa } from "@unicom-cloud/ui-common/utils/pick";
|
|
39
39
|
import { default as la } from "@unicom-cloud/ui-common/utils/pinyin";
|
|
40
|
-
import { composeRef as
|
|
40
|
+
import { composeRef as ia, fillRef as ma, getNodeRef as da, getReactElementRef as na, supportNodeRef as xa, supportRef as ca, useComposeRef as Ca } from "@unicom-cloud/ui-common/utils/ref";
|
|
41
41
|
import "@unicom-cloud/ui-common/utils/resizeObserver";
|
|
42
|
-
import { responsiveArray as
|
|
43
|
-
import { default as
|
|
42
|
+
import { responsiveArray as Sa, responsiveMap as ya, responsiveObserve as ga } from "./utils/responsiveObserve.js";
|
|
43
|
+
import { default as ba } from "@unicom-cloud/ui-common/utils/saveAs";
|
|
44
44
|
import { default as Ia } from "@unicom-cloud/ui-common/utils/screenfull";
|
|
45
|
-
import {
|
|
46
|
-
import { default as
|
|
47
|
-
import { removeDarkTheme as
|
|
48
|
-
import { setPrimaryColor as
|
|
49
|
-
import { setTheme as
|
|
50
|
-
import { HYPHEN as
|
|
51
|
-
import { replaceEmptyWithHyphen as
|
|
52
|
-
import { fixedWidth as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { findNodeBy as
|
|
56
|
-
import { Tween as
|
|
57
|
-
import { v4 as
|
|
58
|
-
import { PqbValidator as
|
|
59
|
-
import { default as
|
|
45
|
+
import { default as va } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
|
|
46
|
+
import { default as ka } from "@unicom-cloud/ui-common/utils/setCreateRoot";
|
|
47
|
+
import { removeDarkTheme as Aa, setDarkTheme as Ba } from "./utils/setDarkTheme.js";
|
|
48
|
+
import { setPrimaryColor as Oa } from "./utils/setPrimaryColor.js";
|
|
49
|
+
import { setTheme as Fa } from "./utils/setTheme.js";
|
|
50
|
+
import { HYPHEN as Na } from "@unicom-cloud/utils/constant/string";
|
|
51
|
+
import { replaceEmptyWithHyphen as _a } from "@unicom-cloud/ui-common/utils/string";
|
|
52
|
+
import { fixedWidth as Wa, getStyle as ja, setTransformStyle as Ga } from "@unicom-cloud/ui-common/utils/style";
|
|
53
|
+
import { default as za } from "@unicom-cloud/ui-common/utils/throttleByRaf";
|
|
54
|
+
import { default as Ya } from "@unicom-cloud/ui-common/utils/toArray";
|
|
55
|
+
import { findNodeBy as Ja, getChildWithParentBy as Qa, getItemBy as Xa, getItemByID as Za, getLabelFromDictionaryByValue as $a, searchTree as es, default as ts } from "@unicom-cloud/utils/tree";
|
|
56
|
+
import { Tween as rs, easing as as } from "@unicom-cloud/ui-common/utils/tween";
|
|
57
|
+
import { v4 as fs, v4 as us } from "uuid";
|
|
58
|
+
import { PqbValidator as ps, Validator as is, ValidatorArray as ms, ValidatorBase as ds, ValidatorBoolean as ns, ValidatorCustom as xs, ValidatorNumber as cs, ValidatorObject as Cs, ValidatorSchema as Ts, ValidatorString as Ss, ValidatorType as ys, validatorLocale as gs } from "@unicom-cloud/utils/validate";
|
|
59
|
+
import { default as bs } from "@unicom-cloud/ui-common/utils/warning";
|
|
60
60
|
import * as s from "@unicom-cloud/utils/constant/keyboardCode";
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import {
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import { BUTTON_STATUS as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { CollapseContext as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { ConfigConsumer as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { DatePicker as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
61
|
+
import { default as Is } from "./affix/Affix.js";
|
|
62
|
+
import { default as vs } from "./alert/Alert.js";
|
|
63
|
+
import { default as ks } from "./anchor/Anchor.js";
|
|
64
|
+
import { default as As } from "./app/index.js";
|
|
65
|
+
import { default as Ls, AutoCompleteOption as Os, AutoCompleteOptionGroup as Ms } from "./auto-complete/AutoComplete.js";
|
|
66
|
+
import { default as ws } from "./avatar/index.js";
|
|
67
|
+
import { default as Vs } from "./back-top/BackTop.js";
|
|
68
|
+
import { BADGE_COLORS as Us, BADGE_STATUS as Ws, default as js } from "./badge/Badge.js";
|
|
69
|
+
import { default as Hs } from "./breadcrumb/Breadcrumb.js";
|
|
70
|
+
import { BreadcrumbContext as qs } from "./breadcrumb/context.js";
|
|
71
|
+
import { BUTTON_STATUS as Ks, BUTTON_TYPE as Js, default as Qs } from "./button/Button.js";
|
|
72
|
+
import { default as Zs } from "./calendar/index.js";
|
|
73
|
+
import { default as ef } from "./card/index.js";
|
|
74
|
+
import { default as of } from "./carousel/index.js";
|
|
75
|
+
import { default as af } from "./cascader/Cascader.js";
|
|
76
|
+
import { default as ff } from "./checkbox/Checkbox.js";
|
|
77
|
+
import { default as lf } from "./checkbox/Group.js";
|
|
78
|
+
import { default as mf } from "./collapse/Collapse.js";
|
|
79
|
+
import { CollapseContext as nf } from "./collapse/context.js";
|
|
80
|
+
import { default as cf } from "./color-picker/index.js";
|
|
81
|
+
import { default as Tf } from "./comment/index.js";
|
|
82
|
+
import { ConfigConsumer as yf, default as gf } from "./config-provider/ConfigProvider.js";
|
|
83
|
+
import { default as bf } from "./copy/index.js";
|
|
84
|
+
import { default as If, default as Pf } from "./countdown/index.js";
|
|
85
|
+
import { DatePicker as Ef, DatePickerMonth as kf, DatePickerQuarter as Df, DatePickerWeek as Af, DatePickerYear as Bf } from "./date-picker/index.js";
|
|
86
|
+
import { default as Of } from "./descriptions/index.js";
|
|
87
|
+
import { default as Ff } from "./details/index.js";
|
|
88
|
+
import { default as Nf } from "./development/index.js";
|
|
89
|
+
import { default as _f, DividerVertical as Uf } from "./divider/index.js";
|
|
90
|
+
import { default as jf } from "./drawer/Drawer.js";
|
|
91
|
+
import { default as Hf } from "./dropdown/index.js";
|
|
92
|
+
import { default as qf } from "./empty/index.js";
|
|
93
|
+
import { default as Kf, FlexVertical as Jf } from "./flex/index.js";
|
|
94
|
+
import { default as Xf } from "./form/index.js";
|
|
95
|
+
import { default as $f } from "./grid/index.js";
|
|
96
|
+
import { default as tu } from "./icon/Icon.js";
|
|
97
|
+
import { default as ru } from "./icon-hover/index.js";
|
|
98
|
+
import { default as su } from "./icons/file/index.js";
|
|
99
|
+
import { default as uu } from "./image/Image.js";
|
|
100
|
+
import { default as pu } from "./input/Input.js";
|
|
101
|
+
import { default as mu } from "./input-number/index.js";
|
|
102
|
+
import { default as nu } from "./input-tag/InputTag.js";
|
|
103
|
+
import { default as cu } from "./layout/index.js";
|
|
104
|
+
import { default as Tu } from "./link/index.js";
|
|
105
|
+
import { default as yu } from "./liquid-fill/index.js";
|
|
106
|
+
import { default as hu } from "./list/index.js";
|
|
107
|
+
import { default as Ru } from "./loading/index.js";
|
|
108
|
+
import { default as Pu } from "./marquee/index.js";
|
|
109
|
+
import { default as Eu } from "./masonry/Masonry.js";
|
|
110
|
+
import { default as Du } from "./mentions/index.js";
|
|
111
|
+
import { default as Bu } from "./menu/Menu.js";
|
|
112
|
+
import { default as Ou } from "./message/Message.js";
|
|
113
|
+
import { default as Fu } from "./message/useMessage.js";
|
|
114
|
+
import { default as Nu } from "./modal/Modal.js";
|
|
115
|
+
import { default as _u } from "./notification/Notification.js";
|
|
116
|
+
import { default as Wu } from "./notification/useNotification.js";
|
|
117
|
+
import { default as Gu } from "./overflow-ellipsis/index.js";
|
|
118
|
+
import { default as zu } from "./page-header/index.js";
|
|
117
119
|
import "./pagination/PageOption.js";
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { RichText as
|
|
120
|
+
import { default as Yu } from "./pagination/Pagination.js";
|
|
121
|
+
import { default as Ju } from "./popconfirm/index.js";
|
|
122
|
+
import { default as Xu } from "./popover/Popover.js";
|
|
123
|
+
import { default as $u } from "./portal/Portal.js";
|
|
124
|
+
import { default as tl } from "./progress/index.js";
|
|
125
|
+
import { default as rl } from "@unicom-cloud/ui-common/progress";
|
|
126
|
+
import { default as sl, default as fl } from "./qr-code/QRCode.js";
|
|
127
|
+
import { default as ll } from "./radio/Radio.js";
|
|
128
|
+
import { default as il, RadioGroupContext as ml } from "./radio/Group.js";
|
|
129
|
+
import { default as nl } from "./rate/index.js";
|
|
130
|
+
import { default as cl } from "./resize-box/index.js";
|
|
131
|
+
import { default as Tl } from "./result/index.js";
|
|
132
|
+
import { RichText as yl } from "./rich-text/RichText.js";
|
|
131
133
|
import "./rich-text/lib/index.js";
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
134
|
+
import { default as hl, default as bl } from "./row-col/index.js";
|
|
135
|
+
import { default as Il } from "./segmented/index.js";
|
|
136
|
+
import { default as vl } from "./select/Select.js";
|
|
137
|
+
import { default as kl } from "./skeleton/index.js";
|
|
138
|
+
import { default as Al } from "./slider/index.js";
|
|
139
|
+
import { default as Ll, SpaceVertical as Ol } from "./space/index.js";
|
|
140
|
+
import { default as Fl } from "./speech-synthesis/index.js";
|
|
141
|
+
import { default as Nl } from "./spin/index.js";
|
|
142
|
+
import { default as _l } from "./splitter/index.js";
|
|
143
|
+
import { default as Wl } from "./statistic/index.js";
|
|
144
|
+
import { default as Gl } from "./steps/index.js";
|
|
145
|
+
import { default as zl } from "@unicom-cloud/ui-common/suspense-fallback-test";
|
|
146
|
+
import { default as Yl } from "./switch/index.js";
|
|
147
|
+
import { default as Jl } from "./table/index.js";
|
|
146
148
|
import "react";
|
|
147
|
-
import { default as
|
|
148
|
-
import { TAG_COLORS as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import { default as
|
|
155
|
-
import { default as
|
|
156
|
-
import { default as
|
|
157
|
-
import { default as
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { STATUS as
|
|
161
|
-
import { default as
|
|
162
|
-
import { VERSION as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { AnchorContext as
|
|
166
|
-
import { default as
|
|
167
|
-
import { default as
|
|
168
|
-
import { default as
|
|
169
|
-
import { default as
|
|
170
|
-
import { default as
|
|
171
|
-
import { default as
|
|
172
|
-
import { default as
|
|
173
|
-
import { default as
|
|
174
|
-
import { default as
|
|
175
|
-
import { default as
|
|
176
|
-
import { default as
|
|
177
|
-
import { default as
|
|
178
|
-
import { default as
|
|
179
|
-
import { default as
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
182
|
-
import { DatePickerContext as
|
|
183
|
-
import { default as
|
|
184
|
-
import { default as
|
|
185
|
-
import { default as
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { default as
|
|
190
|
-
import { default as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
193
|
-
import { default as
|
|
194
|
-
import { default as
|
|
195
|
-
import { default as
|
|
196
|
-
import { default as
|
|
197
|
-
import { default as
|
|
198
|
-
import { default as
|
|
199
|
-
import { default as
|
|
200
|
-
import { default as
|
|
201
|
-
import { default as
|
|
202
|
-
import { default as
|
|
203
|
-
import { default as
|
|
204
|
-
import { default as
|
|
205
|
-
import { default as
|
|
206
|
-
import { default as
|
|
207
|
-
import { default as
|
|
208
|
-
import { default as
|
|
209
|
-
import { default as
|
|
210
|
-
import { default as
|
|
211
|
-
import { default as
|
|
212
|
-
import { default as
|
|
213
|
-
import { default as
|
|
214
|
-
import { default as
|
|
215
|
-
import { default as
|
|
216
|
-
import { default as
|
|
217
|
-
import { default as
|
|
218
|
-
import { default as
|
|
219
|
-
import { default as
|
|
220
|
-
import { default as
|
|
221
|
-
import { default as
|
|
222
|
-
import { default as
|
|
223
|
-
import { default as
|
|
224
|
-
import { default as
|
|
225
|
-
import { default as
|
|
226
|
-
import { default as
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as
|
|
229
|
-
import { default as
|
|
230
|
-
import { default as
|
|
231
|
-
import { default as
|
|
232
|
-
import { default as
|
|
233
|
-
import { default as
|
|
234
|
-
import { default as
|
|
235
|
-
import { default as
|
|
236
|
-
import { default as
|
|
237
|
-
import { default as
|
|
238
|
-
import { default as
|
|
239
|
-
import { default as
|
|
240
|
-
import { default as
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import { default as Un } from "dayjs";
|
|
262
|
-
import { is32Bit as jn, isAllChinese as Gn, isArguments as Hn, isArray as zn, isArrayBuffer as qn, isArrayLike as Yn, isArrayLikeObject as Kn, isAscii as Jn, isAsyncFunction as Qn, isBase64 as Xn, isBigInt as Zn, isBlob as $n, isBoolean as ex, isBuffer as tx, isChinese as ox, isColorValue as rx, isDataURI as ax, isDate as sx, isDayjs as fx, isElement as ux, isElementByInstanceof as lx, isEmail as ix, isEmpty as px, isEmptyArray as mx, isEmptyObject as dx, isEmptyReactNode as nx, isEmptyValue as xx, isEqual as cx, isEqualWith as Cx, isError as Sx, isEventTarget as yx, isExist as gx, isFile as Tx, isFinite as hx, isFullWidth as Rx, isFunction as bx, isHSL as Ix, isHalfWidth as Px, isHash as vx, isHexColor as Ex, isIMEI as kx, isIP as Dx, isIPRange as Ax, isIdentityCard as Bx, isInteger as Ox, isJSON as Lx, isJSON_String as Fx, isJWT as Mx, isLength as Nx, isMACAddress as wx, isMD5 as Vx, isMap as _x, isMatch as Ux, isMatchWith as Wx, isMimeType as jx, isMobilePhone as Gx, isMobilePhoneLocales as Hx, isNaN as zx, isNative as qx, isNil as Yx, isNull as Kx, isNullOrUndefined as Jx, isNumber as Qx, isObject as Xx, isObjectLike as Zx, isPlainObject as $x, isPort as ec, isPromise as tc, isReact18 as oc, isReact19 as rc, isReactClassComponent as ac, isReactComponent as sc, isReactComponentAndNotFragment as fc, isReadableStream as uc, isRegExp as lc, isRgbColor as ic, isSafeInteger as pc, isScrollElement as mc, isSemVer as dc, isServerRendering as nc, isSet as xc, isSlug as cc, isString as Cc, isStrongPassword as Sc, isSymbol as yc, isTypedArray as gc, isURL as Tc, isUUID as hc, isUndefined as Rc, isVariableWidth as bc, isWeakMap as Ic, isWeakSet as Pc, isWindow as vc } from "@unicom-cloud/ui-common/utils/is";
|
|
149
|
+
import { default as Xl } from "./tabs/Tabs.js";
|
|
150
|
+
import { TAG_COLORS as $l, default as ep } from "./tag/index.js";
|
|
151
|
+
import { default as op, TimePickerRange as rp } from "./time-picker/index.js";
|
|
152
|
+
import { default as sp } from "./timeline/Timeline.js";
|
|
153
|
+
import { default as up } from "./timer/index.js";
|
|
154
|
+
import { default as pp } from "./tooltip/Tooltip.js";
|
|
155
|
+
import { default as mp } from "./tour/index.js";
|
|
156
|
+
import { default as np } from "./transfer/index.js";
|
|
157
|
+
import { default as cp } from "./tree/Tree.js";
|
|
158
|
+
import { default as Tp } from "./tree-select/Select.js";
|
|
159
|
+
import { default as yp } from "./trigger/index.js";
|
|
160
|
+
import { default as hp } from "./typography/index.js";
|
|
161
|
+
import { default as Rp } from "./upload/Upload.js";
|
|
162
|
+
import { STATUS as Pp } from "./upload/constant.js";
|
|
163
|
+
import { default as Ep } from "./verification-code/VerificationCode.js";
|
|
164
|
+
import { VERSION as Dp, VERSION_BUILD_DATE as Ap, VERSION_BUILD_TIME as Bp } from "./version/index.js";
|
|
165
|
+
import { default as Op } from "./virtual-list/VirtualList.js";
|
|
166
|
+
import { default as Fp } from "./watermark/Watermark.js";
|
|
167
|
+
import { AnchorContext as Np } from "./anchor/context.js";
|
|
168
|
+
import { default as _p } from "./anchor/Link.js";
|
|
169
|
+
import { default as Wp } from "./app/context.js";
|
|
170
|
+
import { default as Gp } from "./app/useApp.js";
|
|
171
|
+
import { default as zp } from "./avatar/context.js";
|
|
172
|
+
import { default as Yp } from "./avatar/Group.js";
|
|
173
|
+
import { default as Jp } from "./badge/Count.js";
|
|
174
|
+
import { default as Xp } from "./breadcrumb/Item.js";
|
|
175
|
+
import { default as $p } from "./button/Group.js";
|
|
176
|
+
import { default as ti } from "./calendar/Month.js";
|
|
177
|
+
import { default as ri } from "./calendar/Year.js";
|
|
178
|
+
import { default as si } from "./card/Grid.js";
|
|
179
|
+
import { default as ui } from "./card/Meta.js";
|
|
180
|
+
import { default as pi } from "./checkbox/GroupBlock.js";
|
|
181
|
+
import { default as mi } from "./checkbox/useCheckbox.js";
|
|
182
|
+
import { default as ni } from "./collapse/Item.js";
|
|
183
|
+
import { default as ci, ConfigProviderDefaultProps as Ci } from "./config-provider/context.js";
|
|
184
|
+
import { DatePickerContext as Si, DatePickerRangeContext as yi } from "./date-picker/context.js";
|
|
185
|
+
import { default as hi } from "./date-picker/DatePickerRange.js";
|
|
186
|
+
import { default as Ri } from "./dropdown/Button.js";
|
|
187
|
+
import { default as Pi } from "./form/Control.js";
|
|
188
|
+
import { default as Ei } from "./form/FormItem.js";
|
|
189
|
+
import { default as Di } from "./form/FormList.js";
|
|
190
|
+
import { default as Bi } from "./form/FormProvider.js";
|
|
191
|
+
import { default as Oi } from "./form/hook/useForm.js";
|
|
192
|
+
import { default as Fi } from "./form/hook/useFormContext.js";
|
|
193
|
+
import { default as Ni } from "./form/hook/useFormState.js";
|
|
194
|
+
import { default as _i } from "./form/hook/useWatch.js";
|
|
195
|
+
import { default as Wi, default as ji, default as Gi } from "./row-col/Col.js";
|
|
196
|
+
import { default as zi } from "./grid/Item.js";
|
|
197
|
+
import { default as Yi } from "./icon/addIconFromCdn.js";
|
|
198
|
+
import { default as Ji } from "./image/ImagePreview.js";
|
|
199
|
+
import { default as Xi } from "./image/ImagePreviewGroup.js";
|
|
200
|
+
import { default as $i } from "./input/Button.js";
|
|
201
|
+
import { default as tm } from "./input/Group.js";
|
|
202
|
+
import { default as rm } from "./input/Password.js";
|
|
203
|
+
import { default as sm } from "./input/Search.js";
|
|
204
|
+
import { default as um, default as lm } from "./input/Textarea.js";
|
|
205
|
+
import { default as im } from "./layout/Content.js";
|
|
206
|
+
import { default as dm } from "./layout/Footer.js";
|
|
207
|
+
import { default as xm } from "./layout/Header.js";
|
|
208
|
+
import { default as Cm } from "./layout/Sider.js";
|
|
209
|
+
import { default as Sm } from "./list/Item.js";
|
|
210
|
+
import { default as gm } from "./menu/context.js";
|
|
211
|
+
import { default as bm } from "./menu/Indent.js";
|
|
212
|
+
import { default as Im } from "./menu/Item.js";
|
|
213
|
+
import { default as vm } from "./menu/ItemGroup.js";
|
|
214
|
+
import { default as km, default as Dm } from "./menu/sub-menu/index.js";
|
|
215
|
+
import { default as Bm } from "./modal/use-modal/index.js";
|
|
216
|
+
import { default as Om, default as Mm } from "./overflow-ellipsis/OverflowItem.js";
|
|
217
|
+
import { default as wm } from "./radio/GroupBlock.js";
|
|
218
|
+
import { default as Vm } from "./resize-box/Split.js";
|
|
219
|
+
import { default as Um } from "./resize-box/SplitGroup.js";
|
|
220
|
+
import { default as jm } from "./rich-text/lib/core/rich.js";
|
|
221
|
+
import { default as Hm } from "./select/Option.js";
|
|
222
|
+
import { default as qm } from "./select/OptionGroup.js";
|
|
223
|
+
import { default as Km } from "./splitter/Panel.js";
|
|
224
|
+
import { default as Qm, default as Xm } from "./steps/Step.js";
|
|
225
|
+
import { default as $m } from "./table/summary/index.js";
|
|
226
|
+
import { default as td } from "./table/summary/Cell.js";
|
|
227
|
+
import { default as rd } from "./table/summary/Row.js";
|
|
228
|
+
import { default as sd } from "./table/hook/useColumns.js";
|
|
229
|
+
import { default as ud } from "./table/hook/useComponent.js";
|
|
230
|
+
import { default as pd } from "./table/hook/useExpand.js";
|
|
231
|
+
import { default as md } from "./table/hook/useRowSelection.js";
|
|
232
|
+
import { default as nd } from "./table/hook/useSorter.js";
|
|
233
|
+
import { default as cd } from "./table/hook/useStickyClassNames.js";
|
|
234
|
+
import { default as Td } from "./table/hook/useStickyOffsets.js";
|
|
235
|
+
import { default as yd } from "./table/hook/useThResizable.js";
|
|
236
|
+
import { default as hd, default as bd } from "./tabs/TabPane.js";
|
|
237
|
+
import { default as Id } from "./timeline/Item.js";
|
|
238
|
+
import { default as vd, default as Ed } from "./tree/Node.js";
|
|
239
|
+
import { default as Dd } from "./typography/Ellipsis.js";
|
|
240
|
+
import { default as Bd } from "./typography/Paragraph.js";
|
|
241
|
+
import { default as Od } from "./typography/Text.js";
|
|
242
|
+
import { default as Fd } from "./typography/Title.js";
|
|
243
|
+
import { FileList as Nd } from "./upload/list/index.js";
|
|
244
|
+
import { CheckboxGroupContext as _d } from "./checkbox/context.js";
|
|
245
|
+
import { Panel as Wd } from "./color-picker/Panel.js";
|
|
246
|
+
import { FormContext as Gd, FormItemContext as Hd, FormListContext as zd, FormProviderContext as qd } from "./form/context.js";
|
|
247
|
+
import { ValidateError as Kd } from "./form/utils.js";
|
|
248
|
+
import { GridContext as Qd } from "./grid/context.js";
|
|
249
|
+
import { default as Zd } from "@unicom-cloud/icons/context";
|
|
250
|
+
import { default as en } from "@unicom-cloud/icons/useProps";
|
|
251
|
+
import { ImagePreviewGroupContext as on } from "./image/context.js";
|
|
252
|
+
import { LayoutSiderContext as an } from "./layout/context.js";
|
|
253
|
+
import { RowContext as fn } from "./row-col/context.js";
|
|
254
|
+
import { TableContext as ln, TableTbodyContext as pn, TableTfootContext as mn, TableTheadContext as dn, TableTrContext as nn } from "./table/context.js";
|
|
255
|
+
import { defaultComponent as cn } from "./table/constant.js";
|
|
256
|
+
import { TableSummaryContext as Tn } from "./table/summary/context.js";
|
|
257
|
+
import { TabContentContext as yn, TabsContext as gn } from "./tabs/context.js";
|
|
258
|
+
import { TimePickerContext as bn, TimePickerRangeContext as Rn } from "./time-picker/context.js";
|
|
259
|
+
import { TreeContext as Pn } from "./tree/context.js";
|
|
260
|
+
import { NOOP as En, UI_PC_KEY as kn, UI_PC_THEME_DARK_CLASS_NAME as Dn } from "@unicom-cloud/ui-common/utils/constant";
|
|
261
|
+
import { default as Bn } from "dayjs";
|
|
262
|
+
import { is32Bit as On, isAllChinese as Mn, isArguments as Fn, isArray as wn, isArrayBuffer as Nn, isArrayLike as Vn, isArrayLikeObject as _n, isAscii as Un, isAsyncFunction as Wn, isBase64 as jn, isBigInt as Gn, isBlob as Hn, isBoolean as zn, isBuffer as qn, isChinese as Yn, isColorValue as Kn, isDataURI as Jn, isDate as Qn, isDayjs as Xn, isElement as Zn, isElementByInstanceof as $n, isEmail as ex, isEmpty as tx, isEmptyArray as ox, isEmptyObject as rx, isEmptyReactNode as ax, isEmptyValue as sx, isEqual as fx, isEqualWith as ux, isError as lx, isEventTarget as px, isExist as ix, isFile as mx, isFinite as dx, isFullWidth as nx, isFunction as xx, isHSL as cx, isHalfWidth as Cx, isHash as Tx, isHexColor as Sx, isIMEI as yx, isIP as gx, isIPRange as hx, isIdentityCard as bx, isInteger as Rx, isJSON as Ix, isJSON_String as Px, isJWT as vx, isLength as Ex, isMACAddress as kx, isMD5 as Dx, isMap as Ax, isMatch as Bx, isMatchWith as Lx, isMimeType as Ox, isMobilePhone as Mx, isMobilePhoneLocales as Fx, isNaN as wx, isNative as Nx, isNil as Vx, isNull as _x, isNullOrUndefined as Ux, isNumber as Wx, isObject as jx, isObjectLike as Gx, isPlainObject as Hx, isPort as zx, isPromise as qx, isReact18 as Yx, isReact19 as Kx, isReactClassComponent as Jx, isReactComponent as Qx, isReactComponentAndNotFragment as Xx, isReadableStream as Zx, isRegExp as $x, isRgbColor as ec, isSafeInteger as tc, isScrollElement as oc, isSemVer as rc, isServerRendering as ac, isSet as sc, isSlug as fc, isString as uc, isStrongPassword as lc, isSymbol as pc, isTypedArray as ic, isURL as mc, isUUID as dc, isUndefined as nc, isVariableWidth as xc, isWeakMap as cc, isWeakSet as Cc, isWindow as Tc } from "@unicom-cloud/ui-common/utils/is";
|
|
263
263
|
export {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
264
|
+
Is as Affix,
|
|
265
|
+
vs as Alert,
|
|
266
|
+
ks as Anchor,
|
|
267
|
+
Np as AnchorContext,
|
|
268
|
+
_p as AnchorLink,
|
|
269
|
+
As as App,
|
|
270
|
+
Wp as AppContext,
|
|
271
|
+
Ls as AutoComplete,
|
|
272
|
+
Os as AutoCompleteOption,
|
|
273
|
+
Ms as AutoCompleteOptionGroup,
|
|
274
|
+
ws as Avatar,
|
|
275
|
+
zp as AvatarContext,
|
|
276
|
+
Yp as AvatarGroup,
|
|
277
|
+
Us as BADGE_COLORS,
|
|
278
|
+
Ws as BADGE_STATUS,
|
|
279
|
+
Ks as BUTTON_STATUS,
|
|
280
|
+
Js as BUTTON_TYPE,
|
|
281
|
+
Vs as BackTop,
|
|
282
|
+
js as Badge,
|
|
283
|
+
Jp as BadgeCount,
|
|
284
|
+
Hs as Breadcrumb,
|
|
285
|
+
qs as BreadcrumbContext,
|
|
286
|
+
Xp as BreadcrumbItem,
|
|
287
|
+
Qs as Button,
|
|
288
|
+
$p as ButtonGroup,
|
|
288
289
|
Zr as COMPONENT_NAMES,
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
290
|
+
Zs as Calendar,
|
|
291
|
+
ti as CalendarMonth,
|
|
292
|
+
ri as CalendarYear,
|
|
293
|
+
ef as Card,
|
|
294
|
+
si as CardGrid,
|
|
295
|
+
ui as CardMeta,
|
|
296
|
+
of as Carousel,
|
|
297
|
+
af as Cascader,
|
|
298
|
+
ff as Checkbox,
|
|
299
|
+
lf as CheckboxGroup,
|
|
300
|
+
pi as CheckboxGroupBlock,
|
|
301
|
+
_d as CheckboxGroupContext,
|
|
302
|
+
Wi as Col,
|
|
303
|
+
mf as Collapse,
|
|
304
|
+
nf as CollapseContext,
|
|
305
|
+
ni as CollapseItem,
|
|
306
|
+
cf as ColorPicker,
|
|
307
|
+
Wd as ColorPickerPanel,
|
|
308
|
+
Tf as Comment,
|
|
309
|
+
yf as ConfigConsumer,
|
|
310
|
+
ci as ConfigContext,
|
|
311
|
+
gf as ConfigProvider,
|
|
312
|
+
Ci as ConfigProviderDefaultProps,
|
|
313
|
+
Lt as ContextHolderElement,
|
|
314
|
+
bf as Copy,
|
|
315
|
+
If as Countdown,
|
|
316
|
+
Ef as DatePicker,
|
|
317
|
+
Si as DatePickerContext,
|
|
318
|
+
kf as DatePickerMonth,
|
|
319
|
+
Df as DatePickerQuarter,
|
|
320
|
+
hi as DatePickerRange,
|
|
321
|
+
yi as DatePickerRangeContext,
|
|
322
|
+
Af as DatePickerWeek,
|
|
323
|
+
Bf as DatePickerYear,
|
|
324
|
+
Of as Descriptions,
|
|
325
|
+
Ff as Details,
|
|
326
|
+
Nf as Development,
|
|
327
|
+
_f as Divider,
|
|
328
|
+
Uf as DividerVertical,
|
|
329
|
+
jf as Drawer,
|
|
330
|
+
Hf as Dropdown,
|
|
331
|
+
Ri as DropdownButton,
|
|
332
|
+
qf as Empty,
|
|
333
|
+
Kf as Flex,
|
|
334
|
+
Jf as FlexVertical,
|
|
335
|
+
Xf as Form,
|
|
336
|
+
Gd as FormContext,
|
|
337
|
+
Pi as FormControl,
|
|
338
|
+
Ei as FormItem,
|
|
339
|
+
Hd as FormItemContext,
|
|
340
|
+
Di as FormList,
|
|
341
|
+
zd as FormListContext,
|
|
342
|
+
Bi as FormProvider,
|
|
343
|
+
qd as FormProviderContext,
|
|
344
|
+
$f as Grid,
|
|
345
|
+
ji as GridCol,
|
|
346
|
+
Qd as GridContext,
|
|
347
|
+
zi as GridItem,
|
|
348
|
+
hl as GridRow,
|
|
349
|
+
Na as HYPHEN,
|
|
350
|
+
tu as Icon,
|
|
351
|
+
Zd as IconContext,
|
|
352
|
+
su as IconFile,
|
|
353
|
+
ru as IconHover,
|
|
354
|
+
uu as Image,
|
|
355
|
+
Ji as ImagePreview,
|
|
356
|
+
Xi as ImagePreviewGroup,
|
|
357
|
+
on as ImagePreviewGroupContext,
|
|
358
|
+
pu as Input,
|
|
359
|
+
$i as InputButton,
|
|
360
|
+
tm as InputGroup,
|
|
361
|
+
mu as InputNumber,
|
|
362
|
+
rm as InputPassword,
|
|
363
|
+
sm as InputSearch,
|
|
364
|
+
nu as InputTag,
|
|
365
|
+
um as InputTextarea,
|
|
366
|
+
cu as Layout,
|
|
367
|
+
im as LayoutContent,
|
|
368
|
+
dm as LayoutFooter,
|
|
369
|
+
xm as LayoutHeader,
|
|
370
|
+
Cm as LayoutSider,
|
|
371
|
+
an as LayoutSiderContext,
|
|
372
|
+
Tu as Link,
|
|
373
|
+
yu as LiquidFill,
|
|
374
|
+
hu as List,
|
|
375
|
+
Sm as ListItem,
|
|
376
|
+
Ru as Loading,
|
|
377
|
+
Pu as Marquee,
|
|
378
|
+
Eu as Masonry,
|
|
379
|
+
Du as Mentions,
|
|
380
|
+
Bu as Menu,
|
|
381
|
+
gm as MenuContext,
|
|
382
|
+
bm as MenuIndent,
|
|
383
|
+
Im as MenuItem,
|
|
384
|
+
vm as MenuItemGroup,
|
|
385
|
+
km as MenuSubMenu,
|
|
386
|
+
Ou as Message,
|
|
387
|
+
Nu as Modal,
|
|
388
|
+
En as NOOP,
|
|
389
|
+
_u as Notification,
|
|
390
|
+
Gu as OverflowEllipsis,
|
|
391
|
+
Om as OverflowEllipsisItem,
|
|
392
|
+
Mm as OverflowItem,
|
|
393
|
+
zu as PageHeader,
|
|
394
|
+
Yu as Pagination,
|
|
395
|
+
Ju as Popconfirm,
|
|
396
|
+
Xu as Popover,
|
|
397
|
+
$u as Portal,
|
|
398
|
+
ps as PqbValidator,
|
|
399
|
+
tl as Progress,
|
|
400
|
+
rl as Progress2,
|
|
401
|
+
sl as QRCode,
|
|
402
|
+
fl as QR_Code,
|
|
403
|
+
ll as Radio,
|
|
404
|
+
il as RadioGroup,
|
|
405
|
+
wm as RadioGroupBlock,
|
|
406
|
+
ml as RadioGroupContext,
|
|
407
|
+
nl as Rate,
|
|
408
|
+
cl as ResizeBox,
|
|
409
|
+
Vm as ResizeBoxSplit,
|
|
410
|
+
Um as ResizeBoxSplitGroup,
|
|
411
|
+
Tl as Result,
|
|
412
|
+
jm as Rich,
|
|
413
|
+
yl as RichText,
|
|
414
|
+
bl as Row,
|
|
415
|
+
fn as RowContext,
|
|
416
|
+
Gi as RowItem,
|
|
417
|
+
Il as Segmented,
|
|
418
|
+
vl as Select,
|
|
419
|
+
Hm as SelectOption,
|
|
420
|
+
qm as SelectOptionGroup,
|
|
421
|
+
kl as Skeleton,
|
|
422
|
+
Al as Slider,
|
|
423
|
+
Ll as Space,
|
|
424
|
+
Ol as SpaceVertical,
|
|
425
|
+
Fl as SpeechSynthesis,
|
|
426
|
+
Nl as Spin,
|
|
427
|
+
_l as Splitter,
|
|
428
|
+
Km as SplitterPanel,
|
|
429
|
+
Wl as Statistic,
|
|
430
|
+
Pf as StatisticCountdown,
|
|
431
|
+
Gl as Steps,
|
|
432
|
+
Qm as StepsItem,
|
|
433
|
+
Xm as StepsStep,
|
|
434
|
+
Dm as SubMenu,
|
|
435
|
+
zl as SuspenseFallbackTest,
|
|
436
|
+
Yl as Switch,
|
|
437
|
+
$l as TAG_COLORS,
|
|
438
|
+
yn as TabContentContext,
|
|
439
|
+
hd as TabPane,
|
|
440
|
+
Jl as Table,
|
|
441
|
+
ln as TableContext,
|
|
442
|
+
$m as TableSummary,
|
|
443
|
+
td as TableSummaryCell,
|
|
444
|
+
Tn as TableSummaryContext,
|
|
445
|
+
rd as TableSummaryRow,
|
|
446
|
+
pn as TableTbodyContext,
|
|
447
|
+
mn as TableTfootContext,
|
|
448
|
+
dn as TableTheadContext,
|
|
449
|
+
nn as TableTrContext,
|
|
450
|
+
Xl as Tabs,
|
|
451
|
+
gn as TabsContext,
|
|
452
|
+
bd as TabsTabPane,
|
|
453
|
+
ep as Tag,
|
|
454
|
+
lm as Textarea,
|
|
455
|
+
op as TimePicker,
|
|
456
|
+
bn as TimePickerContext,
|
|
457
|
+
rp as TimePickerRange,
|
|
458
|
+
Rn as TimePickerRangeContext,
|
|
459
|
+
sp as Timeline,
|
|
460
|
+
Id as TimelineItem,
|
|
461
|
+
up as Timer,
|
|
462
|
+
pp as Tooltip,
|
|
463
|
+
mp as Tour,
|
|
464
|
+
np as Transfer,
|
|
465
|
+
cp as Tree,
|
|
466
|
+
Pn as TreeContext,
|
|
467
|
+
vd as TreeNode,
|
|
468
|
+
Tp as TreeSelect,
|
|
469
|
+
Ed as TreeSelectNode,
|
|
470
|
+
yp as Trigger,
|
|
471
|
+
rs as Tween,
|
|
472
|
+
hp as Typography,
|
|
473
|
+
Dd as TypographyEllipsis,
|
|
474
|
+
Bd as TypographyParagraph,
|
|
475
|
+
Od as TypographyText,
|
|
476
|
+
Fd as TypographyTitle,
|
|
477
|
+
kn as UI_PC_KEY,
|
|
478
|
+
Dn as UI_PC_THEME_DARK_CLASS_NAME,
|
|
479
|
+
Pp as UPLOAD_STATUS,
|
|
480
|
+
Rp as Upload,
|
|
481
|
+
Nd as UploadList,
|
|
482
|
+
Dp as VERSION,
|
|
483
|
+
Ap as VERSION_BUILD_DATE,
|
|
484
|
+
Bp as VERSION_BUILD_TIME,
|
|
485
|
+
Kd as ValidateError,
|
|
486
|
+
is as Validator,
|
|
487
|
+
ms as ValidatorArray,
|
|
488
|
+
ds as ValidatorBase,
|
|
489
|
+
ns as ValidatorBoolean,
|
|
490
|
+
xs as ValidatorCustom,
|
|
491
|
+
cs as ValidatorNumber,
|
|
492
|
+
Cs as ValidatorObject,
|
|
493
|
+
Ts as ValidatorSchema,
|
|
494
|
+
Ss as ValidatorString,
|
|
495
|
+
ys as ValidatorType,
|
|
496
|
+
Ep as VerificationCode,
|
|
497
|
+
Op as VirtualList,
|
|
498
|
+
Fp as Watermark,
|
|
499
|
+
Yi as addIconFromCdn,
|
|
500
|
+
Fo as assign,
|
|
501
|
+
wo as assignIn,
|
|
502
|
+
No as at,
|
|
503
|
+
bt as callOrReturn,
|
|
504
|
+
gt as callbackOriginRef,
|
|
500
505
|
Vo as camelCase,
|
|
501
|
-
Ea as canOverflow,
|
|
502
506
|
ao as canUseDOM,
|
|
503
507
|
_o as capitalize,
|
|
504
508
|
It as caseName,
|
|
@@ -507,24 +511,23 @@ export {
|
|
|
507
511
|
jo as chunk,
|
|
508
512
|
vt as className,
|
|
509
513
|
m as clearCache,
|
|
510
|
-
|
|
514
|
+
Mt as clipboardCopy,
|
|
511
515
|
Go as clone,
|
|
512
516
|
Ho as cloneDeep,
|
|
513
517
|
zo as cloneDeepWith,
|
|
514
518
|
qo as cloneWith,
|
|
515
519
|
Yo as compact,
|
|
516
|
-
|
|
517
|
-
ka as compute,
|
|
520
|
+
ia as composeRef,
|
|
518
521
|
d as configResponsive,
|
|
519
522
|
so as contains,
|
|
520
|
-
|
|
523
|
+
Nt as convertTime,
|
|
521
524
|
Vt as convertToDurationBasedOnTimeUnits,
|
|
522
|
-
|
|
525
|
+
Ft as copy,
|
|
523
526
|
n as createUpdateEffect,
|
|
524
527
|
Et as cs,
|
|
525
528
|
Ko as curry,
|
|
526
529
|
_t as dateFormat,
|
|
527
|
-
|
|
530
|
+
Bn as dayjs,
|
|
528
531
|
Ut as dayjsFormat,
|
|
529
532
|
jt as dayjs_formatValue,
|
|
530
533
|
Gt as dayjs_getDayjsValue,
|
|
@@ -547,145 +550,135 @@ export {
|
|
|
547
550
|
Zo as defaultsDeep,
|
|
548
551
|
$o as difference,
|
|
549
552
|
jr as div,
|
|
550
|
-
|
|
553
|
+
as as easing,
|
|
551
554
|
Co as emitter,
|
|
552
555
|
er as escape,
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
+
So as fileRead,
|
|
557
|
+
go as fileToDataURL,
|
|
558
|
+
bo as fillNBSP,
|
|
556
559
|
ma as fillRef,
|
|
557
|
-
Hs as findAnchorLinkNode,
|
|
558
560
|
tr as findKey,
|
|
559
|
-
|
|
561
|
+
Ja as findNodeBy,
|
|
560
562
|
Io as findRootElement,
|
|
561
|
-
|
|
563
|
+
Wa as fixedWidth,
|
|
562
564
|
or as flattenDeep,
|
|
563
565
|
rr as flow,
|
|
564
566
|
fo as forceReflow,
|
|
565
567
|
ar as get,
|
|
566
568
|
uo as getBodyContainer,
|
|
567
|
-
|
|
569
|
+
Qa as getChildWithParentBy,
|
|
568
570
|
lo as getElementCoordinates,
|
|
569
|
-
Da as getFrameElement,
|
|
570
571
|
vo as getHighlightText,
|
|
571
572
|
ko as getHotkeyHandler,
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
573
|
+
Xa as getItemBy,
|
|
574
|
+
Za as getItemByID,
|
|
575
|
+
$a as getLabelFromDictionaryByValue,
|
|
575
576
|
da as getNodeRef,
|
|
576
|
-
Aa as getOptions,
|
|
577
|
-
Ba as getParentElement,
|
|
578
577
|
na as getReactElementRef,
|
|
579
|
-
|
|
580
|
-
Oa as getScrollMargins,
|
|
578
|
+
po as getScrollElements,
|
|
581
579
|
Ao as getStringLength,
|
|
582
|
-
|
|
580
|
+
ja as getStyle,
|
|
583
581
|
sr as groupBy,
|
|
584
582
|
fr as has,
|
|
585
|
-
|
|
583
|
+
Lo as include,
|
|
586
584
|
ur as intersection,
|
|
587
585
|
lr as invert,
|
|
588
|
-
|
|
586
|
+
pr as invertBy,
|
|
589
587
|
o as is,
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
bc as isVariableWidth,
|
|
685
|
-
Ic as isWeakMap,
|
|
686
|
-
Pc as isWeakSet,
|
|
687
|
-
vc as isWindow,
|
|
688
|
-
pr as kebabCase,
|
|
588
|
+
On as is32Bit,
|
|
589
|
+
Mn as isAllChinese,
|
|
590
|
+
Fn as isArguments,
|
|
591
|
+
wn as isArray,
|
|
592
|
+
Nn as isArrayBuffer,
|
|
593
|
+
Vn as isArrayLike,
|
|
594
|
+
_n as isArrayLikeObject,
|
|
595
|
+
Un as isAscii,
|
|
596
|
+
Wn as isAsyncFunction,
|
|
597
|
+
jn as isBase64,
|
|
598
|
+
Gn as isBigInt,
|
|
599
|
+
Hn as isBlob,
|
|
600
|
+
zn as isBoolean,
|
|
601
|
+
qn as isBuffer,
|
|
602
|
+
Yn as isChinese,
|
|
603
|
+
Kn as isColorValue,
|
|
604
|
+
Jn as isDataURI,
|
|
605
|
+
Qn as isDate,
|
|
606
|
+
Xn as isDayjs,
|
|
607
|
+
Zn as isElement,
|
|
608
|
+
$n as isElementByInstanceof,
|
|
609
|
+
ex as isEmail,
|
|
610
|
+
tx as isEmpty,
|
|
611
|
+
ox as isEmptyArray,
|
|
612
|
+
rx as isEmptyObject,
|
|
613
|
+
ax as isEmptyReactNode,
|
|
614
|
+
sx as isEmptyValue,
|
|
615
|
+
fx as isEqual,
|
|
616
|
+
ux as isEqualWith,
|
|
617
|
+
lx as isError,
|
|
618
|
+
px as isEventTarget,
|
|
619
|
+
ix as isExist,
|
|
620
|
+
mx as isFile,
|
|
621
|
+
dx as isFinite,
|
|
622
|
+
nx as isFullWidth,
|
|
623
|
+
xx as isFunction,
|
|
624
|
+
cx as isHSL,
|
|
625
|
+
Cx as isHalfWidth,
|
|
626
|
+
Tx as isHash,
|
|
627
|
+
Sx as isHexColor,
|
|
628
|
+
yx as isIMEI,
|
|
629
|
+
gx as isIP,
|
|
630
|
+
hx as isIPRange,
|
|
631
|
+
bx as isIdentityCard,
|
|
632
|
+
Rx as isInteger,
|
|
633
|
+
Ix as isJSON,
|
|
634
|
+
Px as isJSON_String,
|
|
635
|
+
vx as isJWT,
|
|
636
|
+
Ex as isLength,
|
|
637
|
+
kx as isMACAddress,
|
|
638
|
+
Dx as isMD5,
|
|
639
|
+
Ax as isMap,
|
|
640
|
+
Bx as isMatch,
|
|
641
|
+
Lx as isMatchWith,
|
|
642
|
+
Ox as isMimeType,
|
|
643
|
+
Mx as isMobilePhone,
|
|
644
|
+
Fx as isMobilePhoneLocales,
|
|
645
|
+
wx as isNaN,
|
|
646
|
+
Nx as isNative,
|
|
647
|
+
Vx as isNil,
|
|
648
|
+
_x as isNull,
|
|
649
|
+
Ux as isNullOrUndefined,
|
|
650
|
+
Wx as isNumber,
|
|
651
|
+
jx as isObject,
|
|
652
|
+
Gx as isObjectLike,
|
|
653
|
+
Hx as isPlainObject,
|
|
654
|
+
zx as isPort,
|
|
655
|
+
qx as isPromise,
|
|
656
|
+
Yx as isReact18,
|
|
657
|
+
Kx as isReact19,
|
|
658
|
+
Jx as isReactClassComponent,
|
|
659
|
+
Qx as isReactComponent,
|
|
660
|
+
Xx as isReactComponentAndNotFragment,
|
|
661
|
+
Zx as isReadableStream,
|
|
662
|
+
$x as isRegExp,
|
|
663
|
+
ec as isRgbColor,
|
|
664
|
+
tc as isSafeInteger,
|
|
665
|
+
oc as isScrollElement,
|
|
666
|
+
rc as isSemVer,
|
|
667
|
+
ac as isServerRendering,
|
|
668
|
+
sc as isSet,
|
|
669
|
+
fc as isSlug,
|
|
670
|
+
uc as isString,
|
|
671
|
+
lc as isStrongPassword,
|
|
672
|
+
pc as isSymbol,
|
|
673
|
+
ic as isTypedArray,
|
|
674
|
+
mc as isURL,
|
|
675
|
+
dc as isUUID,
|
|
676
|
+
nc as isUndefined,
|
|
677
|
+
xc as isVariableWidth,
|
|
678
|
+
cc as isWeakMap,
|
|
679
|
+
Cc as isWeakSet,
|
|
680
|
+
Tc as isWindow,
|
|
681
|
+
ir as kebabCase,
|
|
689
682
|
s as keyboardCode,
|
|
690
683
|
Gr as math,
|
|
691
684
|
mr as mean,
|
|
@@ -696,7 +689,7 @@ export {
|
|
|
696
689
|
Kr as mergedToString,
|
|
697
690
|
Hr as minus,
|
|
698
691
|
Dt as newArray,
|
|
699
|
-
|
|
692
|
+
io as off,
|
|
700
693
|
ea as omit,
|
|
701
694
|
mo as on,
|
|
702
695
|
cr as orderBy,
|
|
@@ -709,65 +702,63 @@ export {
|
|
|
709
702
|
At as pickTriggerPropsFromRest,
|
|
710
703
|
la as pinyin,
|
|
711
704
|
zr as plus,
|
|
712
|
-
|
|
705
|
+
Tr as pullAll,
|
|
713
706
|
xo as reflow,
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
707
|
+
Aa as removeDarkTheme,
|
|
708
|
+
_a as replaceEmptyWithHyphen,
|
|
709
|
+
Sa as responsiveArray,
|
|
710
|
+
ya as responsiveMap,
|
|
711
|
+
ga as responsiveObserve,
|
|
712
|
+
Sr as result,
|
|
713
|
+
yr as sample,
|
|
714
|
+
gr as sampleSize,
|
|
715
|
+
ba as saveAs,
|
|
723
716
|
Ia as screenfull,
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
Ua as scrollIntoViewNative,
|
|
727
|
-
xs as searchTree,
|
|
717
|
+
va as scrollIntoViewIfNeeded,
|
|
718
|
+
es as searchTree,
|
|
728
719
|
hr as set,
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
720
|
+
ka as setCreateRoot,
|
|
721
|
+
Ba as setDarkTheme,
|
|
722
|
+
Oa as setPrimaryColor,
|
|
723
|
+
Fa as setTheme,
|
|
724
|
+
Ga as setTransformStyle,
|
|
725
|
+
br as setWith,
|
|
726
|
+
Rr as shuffle,
|
|
736
727
|
Ir as snakeCase,
|
|
737
728
|
Pr as sortBy,
|
|
738
729
|
vr as startCase,
|
|
739
730
|
xa as supportNodeRef,
|
|
740
731
|
ca as supportRef,
|
|
741
|
-
|
|
732
|
+
cn as tableDefaultComponent,
|
|
742
733
|
Er as throttle,
|
|
743
|
-
|
|
734
|
+
za as throttleByRaf,
|
|
744
735
|
qr as times,
|
|
745
|
-
|
|
736
|
+
Ya as toArray,
|
|
746
737
|
kr as toPath,
|
|
747
|
-
|
|
738
|
+
ts as tree,
|
|
748
739
|
Dr as truncate,
|
|
749
740
|
Ar as union,
|
|
750
741
|
Br as uniq,
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
742
|
+
Lr as uniqueId,
|
|
743
|
+
Or as unset,
|
|
744
|
+
Mr as update,
|
|
745
|
+
Fr as updateWith,
|
|
746
|
+
wr as upperCase,
|
|
747
|
+
Nr as upperFirst,
|
|
748
|
+
Gp as useApp,
|
|
758
749
|
x as useAsyncEffect,
|
|
759
750
|
c as useBoolean,
|
|
760
751
|
dt as useBreakpoint,
|
|
761
|
-
|
|
752
|
+
mi as useCheckbox,
|
|
762
753
|
C as useClickAway,
|
|
763
754
|
Ca as useComposeRef,
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
755
|
+
T as useComputedState,
|
|
756
|
+
S as useControllableValue,
|
|
757
|
+
y as useCookieState,
|
|
758
|
+
g as useCountDown,
|
|
768
759
|
h as useCounter,
|
|
769
|
-
|
|
770
|
-
|
|
760
|
+
b as useCreate,
|
|
761
|
+
R as useCreation,
|
|
771
762
|
I as useDebounce,
|
|
772
763
|
P as useDebounceEffect,
|
|
773
764
|
v as useDebounceFn,
|
|
@@ -776,22 +767,22 @@ export {
|
|
|
776
767
|
D as useDocumentVisibility,
|
|
777
768
|
A as useDrag,
|
|
778
769
|
B as useDrop,
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
770
|
+
L as useEvent,
|
|
771
|
+
O as useEventListener,
|
|
772
|
+
M as useEventTarget,
|
|
773
|
+
F as useExternal,
|
|
774
|
+
w as useFavicon,
|
|
775
|
+
N as useFocusWithin,
|
|
785
776
|
V as useForceUpdate,
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
777
|
+
Oi as useForm,
|
|
778
|
+
Fi as useFormContext,
|
|
779
|
+
Ni as useFormState,
|
|
780
|
+
_i as useFormWatch,
|
|
790
781
|
_ as useFullscreen,
|
|
791
782
|
U as useGetState,
|
|
792
783
|
W as useHistoryTravel,
|
|
793
784
|
j as useHover,
|
|
794
|
-
|
|
785
|
+
en as useIconProps,
|
|
795
786
|
G as useId,
|
|
796
787
|
H as useInView,
|
|
797
788
|
z as useInViewport,
|
|
@@ -812,24 +803,24 @@ export {
|
|
|
812
803
|
fe as useMemo,
|
|
813
804
|
ue as useMemoizedFn,
|
|
814
805
|
le as useMergeProps,
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
806
|
+
pe as useMergeValue,
|
|
807
|
+
Fu as useMessage,
|
|
808
|
+
Bm as useModal,
|
|
809
|
+
ie as useMount,
|
|
819
810
|
me as useMouse,
|
|
820
811
|
de as useMove,
|
|
821
812
|
ne as useMutationObserver,
|
|
822
813
|
xe as useMutationObservers,
|
|
823
814
|
ce as useNetwork,
|
|
824
|
-
|
|
815
|
+
Wu as useNotification,
|
|
825
816
|
Ce as useOnlineStatus,
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
817
|
+
Te as useOverflowHidden,
|
|
818
|
+
Se as useOverrideRef,
|
|
819
|
+
ye as usePagination,
|
|
820
|
+
ge as usePasteImage,
|
|
830
821
|
he as usePersistCallback,
|
|
831
|
-
|
|
832
|
-
|
|
822
|
+
be as usePrefersColorSchemeDark,
|
|
823
|
+
Re as usePrevious,
|
|
833
824
|
Ie as useRafInterval,
|
|
834
825
|
Pe as useRafState,
|
|
835
826
|
ve as useRafTimeout,
|
|
@@ -838,13 +829,13 @@ export {
|
|
|
838
829
|
De as useRefs,
|
|
839
830
|
Ae as useRefs2,
|
|
840
831
|
Be as useRequest,
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
832
|
+
Le as useResetState,
|
|
833
|
+
Oe as useResizeObserver,
|
|
834
|
+
Me as useResizeObservers,
|
|
835
|
+
Fe as useResponsive,
|
|
845
836
|
xt as useResponsiveState,
|
|
846
|
-
|
|
847
|
-
|
|
837
|
+
we as useSafeState,
|
|
838
|
+
Ne as useScroll,
|
|
848
839
|
Ve as useSelections,
|
|
849
840
|
_e as useSessionStorageState,
|
|
850
841
|
Ue as useSetState,
|
|
@@ -852,14 +843,14 @@ export {
|
|
|
852
843
|
je as useStateCallback,
|
|
853
844
|
Ge as useStateWithPromise,
|
|
854
845
|
He as useSyncState,
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
846
|
+
sd as useTableColumns,
|
|
847
|
+
ud as useTableComponent,
|
|
848
|
+
pd as useTableExpand,
|
|
849
|
+
md as useTableRowSelection,
|
|
850
|
+
nd as useTableSorter,
|
|
851
|
+
cd as useTableStickyClassNames,
|
|
852
|
+
Td as useTableStickyOffsets,
|
|
853
|
+
yd as useTableThResizable,
|
|
863
854
|
ze as useTextSelection,
|
|
864
855
|
qe as useTheme,
|
|
865
856
|
Ye as useThrottle,
|
|
@@ -878,14 +869,14 @@ export {
|
|
|
878
869
|
Ct as useVerificationCode,
|
|
879
870
|
ft as useVirtualList,
|
|
880
871
|
ut as useWatch,
|
|
881
|
-
|
|
872
|
+
St as useWatermark,
|
|
882
873
|
lt as useWebSocket,
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
874
|
+
pt as useWhyDidYouUpdate,
|
|
875
|
+
it as useWindowSize,
|
|
876
|
+
fs as uuid,
|
|
877
|
+
us as uuidv4,
|
|
878
|
+
gs as validatorLocale,
|
|
879
|
+
bs as warning,
|
|
889
880
|
Vr as without,
|
|
890
881
|
_r as xor,
|
|
891
882
|
Ur as zip
|