@unicom-cloud/ui 0.8.130 → 0.8.132
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 +1 -1
- 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 +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 +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 +5 -4
- 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 +1 -1
- package/Loading.js +1 -1
- package/Marquee.js +1 -1
- package/Masonry.js +1 -1
- package/Mentions.js +1 -1
- package/Menu.js +1 -1
- package/Message.js +1 -1
- package/Modal.js +1 -1
- package/Notice.js +1 -1
- 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 +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 +1 -1
- package/Tabs.js +1 -1
- package/Tag.js +1 -1
- package/TimePicker.js +1 -1
- package/Timeline.js +1 -1
- package/Timer.js +19 -0
- 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/index.js +1 -1
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +1 -1
- package/anchor/Link.js +1 -1
- package/anchor/context.js +1 -1
- package/anchor/index.js +1 -1
- package/anchor/utils.js +1 -1
- package/app/App.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/useApp.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/index.js +1 -1
- package/badge/Count.js +1 -1
- package/badge/index.js +1 -1
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/index.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 +3 -3
- package/carousel/Arrow.js +1 -1
- package/carousel/Indicator.js +1 -1
- package/carousel/index.js +1 -1
- package/cascader/Cascader.js +139 -139
- package/cascader/base/node.js +26 -26
- package/cascader/base/store.js +16 -21
- package/cascader/hook/useRefCurrent.js +6 -6
- 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 +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/IconCheck.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +1 -1
- package/collapse/Item.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/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/Picker.js +1 -1
- package/date-picker/RangePicker.js +283 -285
- 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 +6 -6
- package/date-picker/panel/Footer.js +7 -7
- 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 +19 -19
- package/date-picker/panel/month/index.js +15 -15
- package/date-picker/panel/quarter/index.js +14 -14
- package/date-picker/panel/range/index.js +24 -24
- package/date-picker/panel/week/index.js +9 -9
- package/date-picker/panel/year/index.js +11 -11
- package/date-picker/utils.js +1 -1
- package/descriptions/index.js +27 -26
- 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 +1 -1
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +1 -1
- package/dropdown/index.js +1 -1
- package/empty/index.js +7 -7
- package/flex/index.js +33 -31
- package/form/Control.js +1 -1
- package/form/Form.js +1 -1
- package/form/FormItem.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/useContext.js +1 -1
- package/form/hook/useForm.js +1 -1
- package/form/hook/useState.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-force-update/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-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/useForceUpdate.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/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.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 +1 -1
- 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/index.js +1 -1
- package/image/previewGroupContext.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 +681 -675
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +1 -1
- package/input/InputElement.js +1 -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 +1 -1
- package/input/autoSizeTextAreaHeight.js +1 -1
- package/input/index.js +1 -1
- package/input/useComposition.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 +1 -1
- 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/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 +1 -1
- 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/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 +1 -1
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +1 -1
- 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/index.js +1 -1
- package/message/useMessage.js +5 -4
- package/modal/Confirm.js +1 -1
- package/modal/Modal.js +1 -1
- 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 +1 -1
- package/notification/index.js +1 -1
- package/notification/useNotification.js +5 -4
- 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 +5 -4
- 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 +110 -111
- package/picker/index.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/index.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/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/constant.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/lib/assets/icons/align-center.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-justify.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-left.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-right.svg.js +1 -1
- package/rich-text/lib/assets/icons/background.svg.js +1 -1
- package/rich-text/lib/assets/icons/blockquote.svg.js +1 -1
- package/rich-text/lib/assets/icons/bold.svg.js +1 -1
- package/rich-text/lib/assets/icons/clean.svg.js +1 -1
- package/rich-text/lib/assets/icons/code.svg.js +1 -1
- package/rich-text/lib/assets/icons/color.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-ltr.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-rtl.svg.js +1 -1
- package/rich-text/lib/assets/icons/divider.svg.js +1 -1
- package/rich-text/lib/assets/icons/dropdown.svg.js +1 -1
- package/rich-text/lib/assets/icons/formula.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen-exit.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-2.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-3.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-4.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-5.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-6.svg.js +1 -1
- package/rich-text/lib/assets/icons/header.svg.js +1 -1
- package/rich-text/lib/assets/icons/image.svg.js +1 -1
- package/rich-text/lib/assets/icons/indent.svg.js +1 -1
- package/rich-text/lib/assets/icons/italic.svg.js +1 -1
- package/rich-text/lib/assets/icons/link.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-bullet.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-ordered.svg.js +1 -1
- package/rich-text/lib/assets/icons/outdent.svg.js +1 -1
- package/rich-text/lib/assets/icons/redo.svg.js +1 -1
- package/rich-text/lib/assets/icons/strike.svg.js +1 -1
- package/rich-text/lib/assets/icons/subscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/superscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/table.svg.js +1 -1
- package/rich-text/lib/assets/icons/underline.svg.js +1 -1
- package/rich-text/lib/assets/icons/undo.svg.js +1 -1
- package/rich-text/lib/assets/icons/video.svg.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/instances.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/core.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/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-resize/index.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/BaseModule.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/formats/image-resize/options.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/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/syntax.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 +21 -25
- 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/rich-text/lib/themes/base.js +1 -1
- package/rich-text/lib/themes/pqb.js +1 -1
- package/rich-text/lib/ui/color-picker.js +1 -1
- package/rich-text/lib/ui/icon-picker.js +1 -1
- package/rich-text/lib/ui/icons.js +1 -1
- package/rich-text/lib/ui/picker.js +1 -1
- package/rich-text/lib/ui/tooltip.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/OptGroup.js +1 -1
- package/select/Option.js +1 -1
- package/select/Select.js +30 -28
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.js +113 -113
- 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 +48 -45
- 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/normalize.less +4 -13
- package/style/variables.css +5 -2
- 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 +349 -352
- 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 +1 -1
- 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 +1 -1
- package/table/tbody/Tr.js +1 -1
- package/table/tbody/index.js +1 -1
- package/table/tfoot/index.js +1 -1
- 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/Tab.js +1 -1
- package/tabs/TabContent.js +1 -1
- package/tabs/TabPane.js +1 -1
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +1 -1
- package/tabs/index.js +1 -1
- package/tabs/tab-header/DropdownIcon.js +1 -1
- 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 +1 -1
- package/tabs/utils.js +1 -1
- package/tag/index.js +1 -1
- package/time-picker/Picker.js +1 -1
- package/time-picker/RangePicker.js +1 -1
- package/time-picker/TimeColumn.js +27 -19
- package/time-picker/TimePicker.js +53 -51
- 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 +46 -0
- package/tooltip/index.js +1 -1
- package/tour/index.js +1 -1
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Context.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +1 -1
- package/tree/Tree.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 +7 -7
- 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/calendar/WeekList.d.ts +1 -2
- package/types/cascader/base/store.d.ts +1 -0
- package/types/config-provider/interface.d.ts +2 -5
- package/types/date-picker/panel/Body.d.ts +1 -1
- package/types/date-picker/panel/Header.d.ts +1 -1
- package/types/date-picker/panel/Shortcut.d.ts +1 -1
- package/types/date-picker/panel/date/index.d.ts +1 -1
- package/types/date-picker/panel/month/index.d.ts +1 -1
- package/types/date-picker/panel/quarter/index.d.ts +1 -1
- package/types/date-picker/panel/range/index.d.ts +1 -1
- package/types/date-picker/panel/week/index.d.ts +1 -1
- package/types/date-picker/panel/year/index.d.ts +1 -1
- package/types/index.d.ts +2 -0
- package/types/time-picker/TimeColumn.d.ts +1 -0
- package/types/time-picker/TimePicker.d.ts +1 -0
- package/types/timer/index.d.ts +3 -0
- package/types/timer/interface.d.ts +6 -0
- package/types/utils/fileRead.d.ts +1 -0
- package/types/utils/fileToDataURL.d.ts +1 -0
- package/types/utils/index.d.ts +2 -1
- package/types/utils/is.d.ts +1 -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 +7 -7
- package/upload/list/TextItem.js +14 -14
- 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 +1 -1
- 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 +6 -0
- package/utils/fileToDataURL.js +6 -0
- 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 +288 -284
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.js +87 -85
- 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 +6 -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 +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/types/utils/fileToURL.d.ts +0 -3
- package/utils/fileToURL.js +0 -7
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 2025-12-
|
|
2
|
-
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as S, useComputedState as g, useControllableValue as C, useCookieState as T, useCountDown as y, useCounter as h, useCreate as R, useCreation as b, useDebounce as I, useDebounceEffect as P, useDebounceFn as v, useDeepCompareEffect as E, useDeepCompareLayoutEffect as D, useDocumentVisibility as k, useDrag as A, useDrop as
|
|
1
|
+
/* 2025-12-23 17:18:07 */
|
|
2
|
+
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as S, useComputedState as g, useControllableValue as C, useCookieState as T, useCountDown as y, useCounter as h, useCreate as R, useCreation as b, useDebounce as I, useDebounceEffect as P, useDebounceFn as v, useDeepCompareEffect as E, useDeepCompareLayoutEffect as D, useDocumentVisibility as k, useDrag as A, useDrop as B, useEvent as O, useEventListener as L, useEventTarget as M, useExternal as N, useFavicon as F, useFocusWithin as w, useForceUpdate as V, useFullscreen as U, useGetState as W, useHistoryTravel as G, useHover as _, useId as H, useInView as z, useInViewport as j, useInfiniteScroll as q, useIntersectionObserver as K, useIntersectionObservers as Y, 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 ie, useMount as pe, useMouse as me, useMove as de, useMutationObserver as ne, useMutationObservers as xe, useNetwork as ce, useOnlineStatus as Se, useOverflowHidden as ge, useOverrideRef as Ce, usePagination as Te, usePasteImage as ye, usePersistCallback as he, usePrefersColorSchemeDark as Re, usePrevious as be, useRafInterval as Ie, useRafState as Pe, useRafTimeout as ve, useReactive as Ee, useRefLatest as De, useRefs as ke, useRequest as Ae, useResetState as Be, useResizeObserver as Oe, useResizeObservers as Le, useResponsive as Me, useSafeState as Ne, useScroll as Fe, useSelections as we, useSessionStorageState as Ve, useSetState as Ue, useSize as We, useStateCallback as Ge, useStateWithPromise as _e, useSyncState as He, useTextSelection as ze, useTheme as je, useThrottle as qe, useThrottleEffect as Ke, useThrottleFn as Ye, useTimeout as Je, useTitle as Qe, useToggle as Xe, useTrackedEffect as Ze, useUnmount as $e, useUnmountedRef as et, useUpdate as tt, useUpdateEffect as ot, useUpdateLayoutEffect as rt, useUrlState as at, useVirtualList as st, useWatch as ft, useWebSocket as ut, useWhyDidYouUpdate as lt, useWindowSize as it } from "@unicom-cloud/ui-common/hooks";
|
|
3
3
|
import { default as mt } from "./hooks/use-breakpoint/index.js";
|
|
4
4
|
import { useResponsiveState as nt } from "./hooks/use-responsive-state/index.js";
|
|
5
5
|
import { useVerificationCode as ct } from "./hooks/use-verification-code/index.js";
|
|
@@ -10,706 +10,712 @@ import { default as bt } from "@unicom-cloud/ui-common/utils/caseName";
|
|
|
10
10
|
import { default as Pt } from "@unicom-cloud/ui-common/utils/className";
|
|
11
11
|
import { newArray as Et, pickTriggerPropsFromRest as Dt } from "./utils/constant.js";
|
|
12
12
|
import { ContextHolderElement as At } from "./utils/contextHolder.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { convertTime as Nt, convertToDurationBasedOnTimeUnits as
|
|
13
|
+
import { default as Ot, default as Lt } from "@unicom-cloud/ui-common/utils/copy";
|
|
14
|
+
import { convertTime as Nt, convertToDurationBasedOnTimeUnits as Ft, dateFormat as wt, dayjsFormat as Vt } from "@unicom-cloud/utils/date";
|
|
15
15
|
import { formatValue as Wt, getDayjsValue as Gt, getNow as _t, getRealTime as Ht, getSortedDayjsArray as zt, getTimeFormat as jt, getValueWithTime as qt, isDayjsArrayChange as Kt, isDayjsChange as Yt, isValidTimeString as Jt, methods as Qt, timezoneToOffset as Xt, toLocal as Zt, toTimezone as $t } from "./utils/dayjs.js";
|
|
16
16
|
import { canUseDOM as to, contains as oo, forceReflow as ro, getBodyContainer as ao, getElementCoordinates as so, getScrollElements as fo, off as uo, on as lo, parentContainsChildren as io, reflow as po } from "@unicom-cloud/ui-common/utils/dom";
|
|
17
17
|
import { default as no } from "@unicom-cloud/ui-common/utils/emitter";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { default as To } from "@unicom-cloud/ui-common/utils/
|
|
18
|
+
import { fileRead as co } from "@unicom-cloud/utils/file/fileRead";
|
|
19
|
+
import { fileToDataURL as go } from "@unicom-cloud/utils/file/fileToDataURL";
|
|
20
|
+
import { default as To } from "@unicom-cloud/ui-common/utils/fillNBSP";
|
|
21
|
+
import { default as ho } from "@unicom-cloud/ui-common/utils/findRootElement";
|
|
21
22
|
import "@unicom-cloud/ui-common/utils/findScrollParent";
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
23
|
+
import { default as bo } from "@unicom-cloud/ui-common/utils/getHighlightText";
|
|
24
|
+
import { default as Po } from "@unicom-cloud/ui-common/utils/getHotkeyHandler";
|
|
25
|
+
import { default as Eo } from "@unicom-cloud/ui-common/utils/getStringLength";
|
|
26
|
+
import { default as ko } from "@unicom-cloud/ui-common/utils/include";
|
|
26
27
|
import "@unicom-cloud/ui-common/utils/intersectionObserver";
|
|
27
28
|
import * as o from "./utils/is.js";
|
|
28
29
|
export * from "@unicom-cloud/ui-common/utils/lodash";
|
|
29
|
-
import { assign as
|
|
30
|
-
import { div as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
30
|
+
import { assign as Oo, assignIn as Lo, at as Mo, camelCase as No, capitalize as Fo, castArray as wo, chain as Vo, chunk as Uo, clone as Wo, cloneDeep as Go, cloneDeepWith as _o, cloneWith as Ho, compact as zo, curry as jo, debounce as qo, defaultTo as Ko, defaults as Yo, defaultsDeep as Jo, difference as Qo, escape as Xo, findKey as Zo, flattenDeep as $o, flow as er, get as tr, groupBy as or, has as rr, intersection as ar, invert as sr, invertBy as fr, kebabCase as ur, mean as lr, memoize as ir, merge as pr, mergeWith as mr, orderBy as dr, partition as nr, pullAll as xr, result as cr, sample as Sr, sampleSize as gr, set as Cr, setWith as Tr, shuffle as yr, snakeCase as hr, sortBy as Rr, startCase as br, throttle as Ir, toPath as Pr, truncate as vr, union as Er, uniq as Dr, uniqueId as kr, unset as Ar, update as Br, updateWith as Or, upperCase as Lr, upperFirst as Mr, without as Nr, xor as Fr, zip as wr } from "@unicom-cloud/ui-common/utils/lodash";
|
|
31
|
+
import { div as Ur, default as Wr, minus as Gr, plus as _r, times as Hr } from "@unicom-cloud/utils/math";
|
|
32
|
+
import { default as jr } from "@unicom-cloud/ui-common/utils/mergedToString";
|
|
33
|
+
import { default as Kr } from "@unicom-cloud/ui-common/utils/mergeProps";
|
|
33
34
|
import "@unicom-cloud/ui-common/utils/mutationObserver";
|
|
34
|
-
import { COMPONENT_NAMES as
|
|
35
|
-
import { default as
|
|
36
|
-
import { padEnd as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { composeRef as
|
|
35
|
+
import { COMPONENT_NAMES as Jr } from "./utils/names.js";
|
|
36
|
+
import { default as Xr } from "@unicom-cloud/ui-common/utils/omit";
|
|
37
|
+
import { padEnd as $r, padStart as ea } from "@unicom-cloud/ui-common/utils/pad";
|
|
38
|
+
import { default as oa, pickDataAttributes as ra } from "@unicom-cloud/ui-common/utils/pick";
|
|
39
|
+
import { default as sa } from "@unicom-cloud/ui-common/utils/pinyin";
|
|
40
|
+
import { composeRef as ua, fillRef as la, getNodeRef as ia, getReactElementRef as pa, supportNodeRef as ma, supportRef as da, useComposeRef as na } from "@unicom-cloud/ui-common/utils/ref";
|
|
40
41
|
import "@unicom-cloud/ui-common/utils/resizeObserver";
|
|
41
|
-
import { responsiveArray as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { alignNearest as
|
|
45
|
-
import { default as
|
|
46
|
-
import { removeDarkTheme as
|
|
47
|
-
import { setPrimaryColor as
|
|
48
|
-
import { setTheme as
|
|
49
|
-
import { replaceEmptyWithHyphen as
|
|
50
|
-
import { fixedWidth as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { findNodeBy as
|
|
54
|
-
import { Tween as
|
|
55
|
-
import { v4 as
|
|
56
|
-
import { PqbValidator as
|
|
57
|
-
import { default as
|
|
42
|
+
import { responsiveArray as ca, responsiveMap as Sa, responsiveObserve as ga } from "./utils/responsiveObserve.js";
|
|
43
|
+
import { default as Ta } from "@unicom-cloud/ui-common/utils/saveAs";
|
|
44
|
+
import { default as ha } from "@unicom-cloud/ui-common/utils/screenfull";
|
|
45
|
+
import { alignNearest as ba, canOverflow as Ia, compute as Pa, getFrameElement as va, getOptions as Ea, getParentElement as Da, getScrollMargins as ka, isCustomScrollBehavior as Aa, isHiddenByFrame as Ba, isInDocument as Oa, isScrollable as La, isStandardScrollBehavior as Ma, scrollIntoView as Na, default as Fa, scrollIntoViewNative as wa } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
|
|
46
|
+
import { default as Ua } from "@unicom-cloud/ui-common/utils/setCreateRoot";
|
|
47
|
+
import { removeDarkTheme as Ga, setDarkTheme as _a } from "./utils/setDarkTheme.js";
|
|
48
|
+
import { setPrimaryColor as za } from "./utils/setPrimaryColor.js";
|
|
49
|
+
import { setTheme as qa } from "./utils/setTheme.js";
|
|
50
|
+
import { replaceEmptyWithHyphen as Ya } from "@unicom-cloud/ui-common/utils/string";
|
|
51
|
+
import { fixedWidth as Qa, getStyle as Xa, setTransformStyle as Za } from "@unicom-cloud/ui-common/utils/style";
|
|
52
|
+
import { default as es } from "@unicom-cloud/ui-common/utils/throttleByRaf";
|
|
53
|
+
import { default as os } from "@unicom-cloud/ui-common/utils/toArray";
|
|
54
|
+
import { findNodeBy as as, getChildWithParentBy as ss, getItemBy as fs, getItemByID as us, getLabelFromDictionaryByValue as ls, searchTree as is, default as ps } from "@unicom-cloud/utils/tree";
|
|
55
|
+
import { Tween as ds, easing as ns } from "@unicom-cloud/ui-common/utils/tween";
|
|
56
|
+
import { v4 as cs, v4 as Ss } from "uuid";
|
|
57
|
+
import { PqbValidator as Cs, Validator as Ts, ValidatorArray as ys, ValidatorBase as hs, ValidatorBoolean as Rs, ValidatorCustom as bs, ValidatorNumber as Is, ValidatorObject as Ps, ValidatorSchema as vs, ValidatorString as Es, ValidatorType as Ds, validatorLocale as ks } from "@unicom-cloud/utils/validate";
|
|
58
|
+
import { default as Bs } from "@unicom-cloud/ui-common/utils/warning";
|
|
58
59
|
import * as s from "@unicom-cloud/utils/constant/keyboardCode";
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { findNode as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { BADGE_COLORS as
|
|
68
|
-
import { default as
|
|
69
|
-
import { BUTTON_STATUS as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default 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 { ConfigConsumer as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default 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
|
|
60
|
+
import { default as Ls } from "./affix/index.js";
|
|
61
|
+
import { default as Ns } from "./alert/index.js";
|
|
62
|
+
import { default as ws } from "./anchor/Anchor.js";
|
|
63
|
+
import { findNode as Us } from "./anchor/utils.js";
|
|
64
|
+
import { default as Gs } from "./app/index.js";
|
|
65
|
+
import { default as Hs, AutoCompleteOptGroup as zs, AutoCompleteOption as js } from "./auto-complete/index.js";
|
|
66
|
+
import { default as Ks } from "./avatar/index.js";
|
|
67
|
+
import { default as Js } from "./back-top/index.js";
|
|
68
|
+
import { BADGE_COLORS as Xs, BADGE_STATUS as Zs, default as $s } from "./badge/index.js";
|
|
69
|
+
import { default as tf } from "./breadcrumb/index.js";
|
|
70
|
+
import { BUTTON_STATUS as rf, BUTTON_TYPE as af, default as sf } from "./button/index.js";
|
|
71
|
+
import { default as uf } from "./calendar/index.js";
|
|
72
|
+
import { default as pf } from "./card/index.js";
|
|
73
|
+
import { default as df } from "./carousel/index.js";
|
|
74
|
+
import { default as xf } from "./cascader/Cascader.js";
|
|
75
|
+
import { default as Sf } from "./checkbox/Checkbox.js";
|
|
76
|
+
import { default as Cf } from "./checkbox/Group.js";
|
|
77
|
+
import { default as yf } from "./collapse/Collapse.js";
|
|
78
|
+
import { default as Rf } from "./color-picker/index.js";
|
|
79
|
+
import { default as If } from "./comment/index.js";
|
|
80
|
+
import { ConfigConsumer as vf, default as Ef } from "./config-provider/ConfigProvider.js";
|
|
81
|
+
import { default as kf } from "./copy/index.js";
|
|
82
|
+
import { default as Bf, default as Of } from "./countdown/index.js";
|
|
83
|
+
import { default as Mf, DatePickerMonth as Nf, DatePickerQuarter as Ff, DatePickerWeek as wf, DatePickerYear as Vf } from "./date-picker/index.js";
|
|
84
|
+
import { default as Wf } from "./descriptions/index.js";
|
|
85
|
+
import { default as _f } from "./details/index.js";
|
|
86
|
+
import { default as zf } from "./development/index.js";
|
|
87
|
+
import { default as qf, DividerVertical as Kf } from "./divider/index.js";
|
|
88
|
+
import { default as Jf } from "./drawer/Drawer.js";
|
|
89
|
+
import { default as Xf } from "./dropdown/index.js";
|
|
90
|
+
import { default as $f } from "./empty/index.js";
|
|
91
|
+
import { default as tu, FlexVertical as ou } from "./flex/index.js";
|
|
92
|
+
import { default as au } from "./form/index.js";
|
|
93
|
+
import { default as fu } from "./grid/index.js";
|
|
94
|
+
import { default as lu } from "./icon/Icon.js";
|
|
95
|
+
import { default as pu } from "./icon-hover/index.js";
|
|
96
|
+
import { default as du } from "./icons/file/index.js";
|
|
97
|
+
import { default as xu } from "./image/Image.js";
|
|
98
|
+
import { default as Su } from "./input/Input.js";
|
|
99
|
+
import { default as Cu } from "./input-number/index.js";
|
|
100
|
+
import { default as yu } from "./input-tag/InputTag.js";
|
|
101
|
+
import { default as Ru } from "./layout/index.js";
|
|
102
|
+
import { default as Iu } from "./link/index.js";
|
|
103
|
+
import { default as vu } from "./liquid-fill/index.js";
|
|
104
|
+
import { default as Du } from "./list/index.js";
|
|
105
|
+
import { default as Au } from "./loading/index.js";
|
|
106
|
+
import { default as Ou } from "./marquee/index.js";
|
|
107
|
+
import { default as Mu } from "./masonry/Masonry.js";
|
|
108
|
+
import { default as Fu } from "./mentions/index.js";
|
|
109
|
+
import { default as Vu } from "./menu/Menu.js";
|
|
110
|
+
import { default as Wu } from "./message/index.js";
|
|
111
|
+
import { default as _u } from "./modal/Modal.js";
|
|
112
|
+
import { default as zu } from "./notification/index.js";
|
|
113
|
+
import { default as qu } from "./overflow-ellipsis/index.js";
|
|
114
|
+
import { default as Yu } from "./page-header/index.js";
|
|
114
115
|
import "./pagination/PageOption.js";
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
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 { default as
|
|
131
|
-
import { default as
|
|
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 { TAG_COLORS as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default as
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import { default as
|
|
159
|
-
import { default as
|
|
160
|
-
import { default as
|
|
161
|
-
import { default as
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as
|
|
164
|
-
import { default as
|
|
165
|
-
import { default 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 { default as
|
|
183
|
-
import { default as
|
|
184
|
-
import { default as Np } from "./
|
|
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
|
|
116
|
+
import { default as Qu } from "./pagination/Pagination.js";
|
|
117
|
+
import { default as Zu } from "./popconfirm/index.js";
|
|
118
|
+
import { default as el } from "./popover/index.js";
|
|
119
|
+
import { default as ol } from "./portal/index.js";
|
|
120
|
+
import { default as al } from "./progress/index.js";
|
|
121
|
+
import { default as fl } from "@unicom-cloud/ui-common/progress";
|
|
122
|
+
import { default as ll, default as il } from "./qr-code/index.js";
|
|
123
|
+
import { default as ml } from "./radio/Radio.js";
|
|
124
|
+
import { default as nl, RadioGroupContext as xl } from "./radio/Group.js";
|
|
125
|
+
import { default as Sl } from "./rate/index.js";
|
|
126
|
+
import { default as Cl } from "./resize-box/index.js";
|
|
127
|
+
import { default as yl } from "./result/index.js";
|
|
128
|
+
import { default as Rl } from "./rich-text/index.js";
|
|
129
|
+
import { default as Il, default as Pl } from "./row-col/index.js";
|
|
130
|
+
import { default as El } from "./segmented/index.js";
|
|
131
|
+
import { default as kl } from "./select/Select.js";
|
|
132
|
+
import { default as Bl } from "./skeleton/index.js";
|
|
133
|
+
import { default as Ll } from "./slider/index.js";
|
|
134
|
+
import { default as Nl, SpaceVertical as Fl } from "./space/index.js";
|
|
135
|
+
import { default as Vl } from "./speech-synthesis/index.js";
|
|
136
|
+
import { default as Wl } from "./spin/index.js";
|
|
137
|
+
import { default as _l } from "./splitter/index.js";
|
|
138
|
+
import { default as zl } from "./statistic/index.js";
|
|
139
|
+
import { default as ql } from "./steps/index.js";
|
|
140
|
+
import { default as Yl } from "@unicom-cloud/ui-common/suspense-fallback-test";
|
|
141
|
+
import { default as Ql } from "./switch/index.js";
|
|
142
|
+
import { default as Zl } from "./table/index.js";
|
|
143
|
+
import { default as ei } from "./tabs/Tab.js";
|
|
144
|
+
import { TAG_COLORS as oi, default as ri } from "./tag/index.js";
|
|
145
|
+
import { default as si, TimePickerRange as fi } from "./time-picker/index.js";
|
|
146
|
+
import { default as li } from "./timeline/Timeline.js";
|
|
147
|
+
import { default as pi } from "./timer/index.js";
|
|
148
|
+
import { default as di } from "./tooltip/index.js";
|
|
149
|
+
import { default as xi } from "./tour/index.js";
|
|
150
|
+
import { default as Si } from "./transfer/index.js";
|
|
151
|
+
import { default as Ci } from "./tree/Tree.js";
|
|
152
|
+
import { default as yi } from "./tree-select/Select.js";
|
|
153
|
+
import { default as Ri } from "./trigger/index.js";
|
|
154
|
+
import { default as Ii } from "./typography/index.js";
|
|
155
|
+
import { default as vi } from "./upload/Upload.js";
|
|
156
|
+
import { STATUS as Di } from "./upload/constant.js";
|
|
157
|
+
import { default as Ai } from "./verification-code/VerificationCode.js";
|
|
158
|
+
import { VERSION as Oi, VERSION_BUILD_DATE as Li, VERSION_BUILD_TIME as Mi } from "./version/index.js";
|
|
159
|
+
import { default as Fi } from "./virtual-list/VirtualList.js";
|
|
160
|
+
import { default as Vi } from "./watermark/Watermark.js";
|
|
161
|
+
import { default as Wi } from "./anchor/Link.js";
|
|
162
|
+
import { default as _i } from "./app/useApp.js";
|
|
163
|
+
import { default as zi } from "./avatar/Group.js";
|
|
164
|
+
import { default as qi } from "./badge/Count.js";
|
|
165
|
+
import { default as Yi } from "./breadcrumb/Item.js";
|
|
166
|
+
import { default as Qi } from "./button/Group.js";
|
|
167
|
+
import { default as Zi } from "./calendar/Month.js";
|
|
168
|
+
import { default as ep } from "./calendar/Year.js";
|
|
169
|
+
import { default as op } from "./card/Grid.js";
|
|
170
|
+
import { default as ap } from "./card/Meta.js";
|
|
171
|
+
import { default as fp } from "./checkbox/GroupBlock.js";
|
|
172
|
+
import { default as lp } from "./checkbox/useCheckbox.js";
|
|
173
|
+
import { default as pp } from "./collapse/Item.js";
|
|
174
|
+
import { default as dp, ConfigProviderDefaultProps as np } from "./config-provider/context.js";
|
|
175
|
+
import { default as cp } from "./date-picker/RangePicker.js";
|
|
176
|
+
import { default as gp } from "./dropdown/Button.js";
|
|
177
|
+
import { default as Tp } from "./form/Control.js";
|
|
178
|
+
import { default as hp } from "./form/FormItem.js";
|
|
179
|
+
import { default as bp } from "./form/FormList.js";
|
|
180
|
+
import { default as Pp } from "./form/FormProvider.js";
|
|
181
|
+
import { default as Ep } from "./form/hook/useForm.js";
|
|
182
|
+
import { default as kp } from "./form/hook/useContext.js";
|
|
183
|
+
import { default as Bp } from "./form/hook/useState.js";
|
|
184
|
+
import { default as Lp } from "./form/hook/useWatch.js";
|
|
185
|
+
import { default as Np, default as Fp, default as wp } from "./row-col/Col.js";
|
|
186
|
+
import { default as Up } from "./grid/Item.js";
|
|
187
|
+
import { default as Gp } from "./icon/addIconFromCdn.js";
|
|
188
|
+
import { default as Hp } from "./image/ImagePreview.js";
|
|
189
|
+
import { default as jp } from "./image/ImagePreviewGroup.js";
|
|
190
|
+
import { default as Kp } from "./input/Button.js";
|
|
191
|
+
import { default as Jp } from "./input/Group.js";
|
|
192
|
+
import { default as Xp } from "./input/Password.js";
|
|
193
|
+
import { default as $p } from "./input/Search.js";
|
|
194
|
+
import { default as tm, default as om } from "./input/Textarea.js";
|
|
195
|
+
import { default as am } from "./layout/Content.js";
|
|
196
|
+
import { default as fm } from "./layout/Footer.js";
|
|
197
|
+
import { default as lm } from "./layout/Header.js";
|
|
198
|
+
import { default as pm } from "./layout/Sider.js";
|
|
199
|
+
import { default as dm } from "./list/Item.js";
|
|
200
|
+
import { default as xm } from "./menu/Item.js";
|
|
201
|
+
import { default as Sm } from "./menu/ItemGroup.js";
|
|
202
|
+
import { default as Cm, default as Tm } from "./menu/sub-menu/index.js";
|
|
203
|
+
import { default as hm } from "./message/useMessage.js";
|
|
204
|
+
import { default as bm } from "./modal/use-modal/index.js";
|
|
205
|
+
import { default as Pm } from "./notification/useNotification.js";
|
|
206
|
+
import { default as Em, default as Dm } from "./overflow-ellipsis/OverflowItem.js";
|
|
207
|
+
import { default as Am } from "./radio/GroupBlock.js";
|
|
208
|
+
import { default as Om } from "./resize-box/Split.js";
|
|
209
|
+
import { default as Mm } from "./resize-box/SplitGroup.js";
|
|
208
210
|
import "./rich-text/lib/index.js";
|
|
209
211
|
import "./rich-text/lib/core.js";
|
|
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 { FileList as
|
|
234
|
-
import { Panel as
|
|
235
|
-
import { ValidateError as
|
|
236
|
-
import { default as
|
|
237
|
-
import { default as
|
|
238
|
-
import { defaultComponent as
|
|
239
|
-
import { NOOP as
|
|
240
|
-
import { default as
|
|
241
|
-
import { is32Bit as
|
|
212
|
+
import { default as Fm } from "./rich-text/lib/core/rich.js";
|
|
213
|
+
import { default as Vm } from "./select/Option.js";
|
|
214
|
+
import { default as Wm } from "./select/OptGroup.js";
|
|
215
|
+
import { default as _m } from "./splitter/Panel.js";
|
|
216
|
+
import { default as zm, default as jm } from "./steps/Step.js";
|
|
217
|
+
import { default as Km } from "./table/summary/index.js";
|
|
218
|
+
import { default as Jm } from "./table/summary/Cell.js";
|
|
219
|
+
import { default as Xm } from "./table/summary/Row.js";
|
|
220
|
+
import { default as $m } from "./table/hook/useColumns.js";
|
|
221
|
+
import { default as td } from "./table/hook/useComponent.js";
|
|
222
|
+
import { default as rd } from "./table/hook/useExpand.js";
|
|
223
|
+
import { default as sd } from "./table/hook/useRowSelection.js";
|
|
224
|
+
import { default as ud } from "./table/hook/useSorter.js";
|
|
225
|
+
import { default as id } from "./table/hook/useStickyClassNames.js";
|
|
226
|
+
import { default as md } from "./table/hook/useStickyOffsets.js";
|
|
227
|
+
import { default as nd } from "./table/hook/useThResizable.js";
|
|
228
|
+
import { default as cd, default as Sd } from "./tabs/TabPane.js";
|
|
229
|
+
import { default as Cd } from "./timeline/Item.js";
|
|
230
|
+
import { default as yd, default as hd } from "./tree/Node.js";
|
|
231
|
+
import { default as bd } from "./typography/Ellipsis.js";
|
|
232
|
+
import { default as Pd } from "./typography/Paragraph.js";
|
|
233
|
+
import { default as Ed } from "./typography/Text.js";
|
|
234
|
+
import { default as kd } from "./typography/Title.js";
|
|
235
|
+
import { FileList as Bd } from "./upload/list/index.js";
|
|
236
|
+
import { Panel as Ld } from "./color-picker/Panel.js";
|
|
237
|
+
import { ValidateError as Nd } from "./form/utils.js";
|
|
238
|
+
import { default as wd } from "@unicom-cloud/icons/context";
|
|
239
|
+
import { default as Ud } from "@unicom-cloud/icons/useProps";
|
|
240
|
+
import { defaultComponent as Gd } from "./table/constant.js";
|
|
241
|
+
import { NOOP as Hd, UI_PC_KEY as zd, UI_PC_THEME_DARK_CLASS_NAME as jd } from "@unicom-cloud/ui-common/utils/constant";
|
|
242
|
+
import { default as Kd } from "dayjs";
|
|
243
|
+
import { is32Bit as Jd, isAllChinese as Qd, isArguments as Xd, isArray as Zd, isArrayBuffer as $d, isArrayLike as en, isArrayLikeObject as tn, isAscii as on, isAsyncFunction as rn, isBase64 as an, isBigInt as sn, isBlob as fn, isBoolean as un, isBuffer as ln, isChinese as pn, isColorValue as mn, isDataURI as dn, isDate as nn, isDayjs as xn, isElement as cn, isElementByInstanceof as Sn, isEmail as gn, isEmpty as Cn, isEmptyArray as Tn, isEmptyObject as yn, isEmptyReactNode as hn, isEmptyValue as Rn, isEqual as bn, isEqualWith as In, isError as Pn, isEventTarget as vn, isExist as En, isFile as Dn, isFinite as kn, isFullWidth as An, isFunction as Bn, isHSL as On, isHalfWidth as Ln, isHash as Mn, isHexColor as Nn, isIMEI as Fn, isIP as wn, isIPRange as Vn, isIdentityCard as Un, isInteger as Wn, isJSON as Gn, isJSON_String as _n, isJWT as Hn, isLength as zn, isMACAddress as jn, isMD5 as qn, isMap as Kn, isMatch as Yn, isMatchWith as Jn, isMimeType as Qn, isMobilePhone as Xn, isMobilePhoneLocales as Zn, isNaN as $n, isNative as ex, isNil as tx, isNull as ox, isNullOrUndefined as rx, isNumber as ax, isObject as sx, isObjectLike as fx, isPlainObject as ux, isPort as lx, isPromise as ix, isReact18 as px, isReact19 as mx, isReactClassComponent as dx, isReactComponent as nx, isReactComponentAndNotFragment as xx, isReadableStream as cx, isRegExp as Sx, isRgbColor as gx, isSafeInteger as Cx, isScrollElement as Tx, isSemVer as yx, isServerRendering as hx, isSet as Rx, isSlug as bx, isString as Ix, isStrongPassword as Px, isSymbol as vx, isTypedArray as Ex, isURL as Dx, isUUID as kx, isUndefined as Ax, isVariableWidth as Bx, isWeakMap as Ox, isWeakSet as Lx, isWindow as Mx } from "@unicom-cloud/ui-common/utils/is";
|
|
242
244
|
export {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
245
|
+
Ls as Affix,
|
|
246
|
+
Ns as Alert,
|
|
247
|
+
ws as Anchor,
|
|
248
|
+
Wi as AnchorLink,
|
|
249
|
+
Gs as App,
|
|
250
|
+
Hs as AutoComplete,
|
|
251
|
+
zs as AutoCompleteOptGroup,
|
|
252
|
+
js as AutoCompleteOption,
|
|
253
|
+
Ks as Avatar,
|
|
254
|
+
zi as AvatarGroup,
|
|
255
|
+
Xs as BADGE_COLORS,
|
|
256
|
+
Zs as BADGE_STATUS,
|
|
257
|
+
rf as BUTTON_STATUS,
|
|
258
|
+
af as BUTTON_TYPE,
|
|
259
|
+
Js as BackTop,
|
|
260
|
+
$s as Badge,
|
|
261
|
+
qi as BadgeCount,
|
|
262
|
+
tf as Breadcrumb,
|
|
263
|
+
Yi as BreadcrumbItem,
|
|
264
|
+
sf as Button,
|
|
265
|
+
Qi as ButtonGroup,
|
|
266
|
+
Jr as COMPONENT_NAMES,
|
|
267
|
+
uf as Calendar,
|
|
268
|
+
Zi as CalendarMonth,
|
|
269
|
+
ep as CalendarYear,
|
|
270
|
+
pf as Card,
|
|
271
|
+
op as CardGrid,
|
|
272
|
+
ap as CardMeta,
|
|
273
|
+
df as Carousel,
|
|
274
|
+
xf as Cascader,
|
|
275
|
+
Sf as Checkbox,
|
|
276
|
+
Cf as CheckboxGroup,
|
|
277
|
+
fp as CheckboxGroupBlock,
|
|
278
|
+
Np as Col,
|
|
279
|
+
yf as Collapse,
|
|
280
|
+
pp as CollapseItem,
|
|
281
|
+
Rf as ColorPicker,
|
|
282
|
+
Ld as ColorPickerPanel,
|
|
283
|
+
If as Comment,
|
|
284
|
+
vf as ConfigConsumer,
|
|
285
|
+
dp as ConfigContext,
|
|
286
|
+
Ef as ConfigProvider,
|
|
287
|
+
np as ConfigProviderDefaultProps,
|
|
286
288
|
At as ContextHolderElement,
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
Oo as
|
|
451
|
-
|
|
289
|
+
kf as Copy,
|
|
290
|
+
Bf as Countdown,
|
|
291
|
+
Mf as DatePicker,
|
|
292
|
+
Nf as DatePickerMonth,
|
|
293
|
+
Ff as DatePickerQuarter,
|
|
294
|
+
cp as DatePickerRange,
|
|
295
|
+
wf as DatePickerWeek,
|
|
296
|
+
Vf as DatePickerYear,
|
|
297
|
+
Wf as Descriptions,
|
|
298
|
+
_f as Details,
|
|
299
|
+
zf as Development,
|
|
300
|
+
qf as Divider,
|
|
301
|
+
Kf as DividerVertical,
|
|
302
|
+
Jf as Drawer,
|
|
303
|
+
Xf as Dropdown,
|
|
304
|
+
gp as DropdownButton,
|
|
305
|
+
$f as Empty,
|
|
306
|
+
tu as Flex,
|
|
307
|
+
ou as FlexVertical,
|
|
308
|
+
au as Form,
|
|
309
|
+
Tp as FormControl,
|
|
310
|
+
hp as FormItem,
|
|
311
|
+
bp as FormList,
|
|
312
|
+
Pp as FormProvider,
|
|
313
|
+
fu as Grid,
|
|
314
|
+
Fp as GridCol,
|
|
315
|
+
Up as GridItem,
|
|
316
|
+
Il as GridRow,
|
|
317
|
+
lu as Icon,
|
|
318
|
+
wd as IconContext,
|
|
319
|
+
du as IconFile,
|
|
320
|
+
pu as IconHover,
|
|
321
|
+
xu as Image,
|
|
322
|
+
Hp as ImagePreview,
|
|
323
|
+
jp as ImagePreviewGroup,
|
|
324
|
+
Su as Input,
|
|
325
|
+
Kp as InputButton,
|
|
326
|
+
Jp as InputGroup,
|
|
327
|
+
Cu as InputNumber,
|
|
328
|
+
Xp as InputPassword,
|
|
329
|
+
$p as InputSearch,
|
|
330
|
+
yu as InputTag,
|
|
331
|
+
tm as InputTextArea,
|
|
332
|
+
Ru as Layout,
|
|
333
|
+
am as LayoutContent,
|
|
334
|
+
fm as LayoutFooter,
|
|
335
|
+
lm as LayoutHeader,
|
|
336
|
+
pm as LayoutSider,
|
|
337
|
+
Iu as Link,
|
|
338
|
+
vu as LiquidFill,
|
|
339
|
+
Du as List,
|
|
340
|
+
dm as ListItem,
|
|
341
|
+
Au as Loading,
|
|
342
|
+
Ou as Marquee,
|
|
343
|
+
Mu as Masonry,
|
|
344
|
+
Fu as Mentions,
|
|
345
|
+
Vu as Menu,
|
|
346
|
+
xm as MenuItem,
|
|
347
|
+
Sm as MenuItemGroup,
|
|
348
|
+
Cm as MenuSubMenu,
|
|
349
|
+
Wu as Message,
|
|
350
|
+
_u as Modal,
|
|
351
|
+
Hd as NOOP,
|
|
352
|
+
zu as Notification,
|
|
353
|
+
qu as OverflowEllipsis,
|
|
354
|
+
Em as OverflowEllipsisItem,
|
|
355
|
+
Dm as OverflowItem,
|
|
356
|
+
Yu as PageHeader,
|
|
357
|
+
Qu as Pagination,
|
|
358
|
+
Zu as Popconfirm,
|
|
359
|
+
el as Popover,
|
|
360
|
+
ol as Portal,
|
|
361
|
+
Cs as PqbValidator,
|
|
362
|
+
al as Progress,
|
|
363
|
+
fl as Progress2,
|
|
364
|
+
ll as QRCode,
|
|
365
|
+
il as QR_Code,
|
|
366
|
+
ml as Radio,
|
|
367
|
+
nl as RadioGroup,
|
|
368
|
+
Am as RadioGroupBlock,
|
|
369
|
+
xl as RadioGroupContext,
|
|
370
|
+
Sl as Rate,
|
|
371
|
+
Cl as ResizeBox,
|
|
372
|
+
Om as ResizeBoxSplit,
|
|
373
|
+
Mm as ResizeBoxSplitGroup,
|
|
374
|
+
yl as Result,
|
|
375
|
+
Fm as Rich,
|
|
376
|
+
Rl as RichText,
|
|
377
|
+
Pl as Row,
|
|
378
|
+
wp as RowItem,
|
|
379
|
+
El as Segmented,
|
|
380
|
+
kl as Select,
|
|
381
|
+
Vm as SelectOption,
|
|
382
|
+
Wm as SelectOptionGroup,
|
|
383
|
+
Bl as Skeleton,
|
|
384
|
+
Ll as Slider,
|
|
385
|
+
Nl as Space,
|
|
386
|
+
Fl as SpaceVertical,
|
|
387
|
+
Vl as SpeechSynthesis,
|
|
388
|
+
Wl as Spin,
|
|
389
|
+
_l as Splitter,
|
|
390
|
+
_m as SplitterPanel,
|
|
391
|
+
zl as Statistic,
|
|
392
|
+
Of as StatisticCountdown,
|
|
393
|
+
ql as Steps,
|
|
394
|
+
zm as StepsItem,
|
|
395
|
+
jm as StepsStep,
|
|
396
|
+
Tm as SubMenu,
|
|
397
|
+
Yl as SuspenseFallbackTest,
|
|
398
|
+
Ql as Switch,
|
|
399
|
+
oi as TAG_COLORS,
|
|
400
|
+
cd as TabPane,
|
|
401
|
+
Zl as Table,
|
|
402
|
+
Km as TableSummary,
|
|
403
|
+
Jm as TableSummaryCell,
|
|
404
|
+
Xm as TableSummaryRow,
|
|
405
|
+
ei as Tabs,
|
|
406
|
+
Sd as TabsTabPane,
|
|
407
|
+
ri as Tag,
|
|
408
|
+
om as TextArea,
|
|
409
|
+
si as TimePicker,
|
|
410
|
+
fi as TimePickerRange,
|
|
411
|
+
li as Timeline,
|
|
412
|
+
Cd as TimelineItem,
|
|
413
|
+
pi as Timer,
|
|
414
|
+
di as Tooltip,
|
|
415
|
+
xi as Tour,
|
|
416
|
+
Si as Transfer,
|
|
417
|
+
Ci as Tree,
|
|
418
|
+
yd as TreeNode,
|
|
419
|
+
yi as TreeSelect,
|
|
420
|
+
hd as TreeSelectNode,
|
|
421
|
+
Ri as Trigger,
|
|
422
|
+
ds as Tween,
|
|
423
|
+
Ii as Typography,
|
|
424
|
+
bd as TypographyEllipsis,
|
|
425
|
+
Pd as TypographyParagraph,
|
|
426
|
+
Ed as TypographyText,
|
|
427
|
+
kd as TypographyTitle,
|
|
428
|
+
zd as UI_PC_KEY,
|
|
429
|
+
jd as UI_PC_THEME_DARK_CLASS_NAME,
|
|
430
|
+
Di as UPLOAD_STATUS,
|
|
431
|
+
vi as Upload,
|
|
432
|
+
Bd as UploadList,
|
|
433
|
+
Oi as VERSION,
|
|
434
|
+
Li as VERSION_BUILD_DATE,
|
|
435
|
+
Mi as VERSION_BUILD_TIME,
|
|
436
|
+
Nd as ValidateError,
|
|
437
|
+
Ts as Validator,
|
|
438
|
+
ys as ValidatorArray,
|
|
439
|
+
hs as ValidatorBase,
|
|
440
|
+
Rs as ValidatorBoolean,
|
|
441
|
+
bs as ValidatorCustom,
|
|
442
|
+
Is as ValidatorNumber,
|
|
443
|
+
Ps as ValidatorObject,
|
|
444
|
+
vs as ValidatorSchema,
|
|
445
|
+
Es as ValidatorString,
|
|
446
|
+
Ds as ValidatorType,
|
|
447
|
+
Ai as VerificationCode,
|
|
448
|
+
Fi as VirtualList,
|
|
449
|
+
Vi as Watermark,
|
|
450
|
+
Gp as addIconFromCdn,
|
|
451
|
+
ba as alignNearest,
|
|
452
|
+
Oo as assign,
|
|
453
|
+
Lo as assignIn,
|
|
454
|
+
Mo as at,
|
|
452
455
|
ht as callOrReturn,
|
|
453
456
|
Tt as callbackOriginRef,
|
|
454
|
-
|
|
455
|
-
|
|
457
|
+
No as camelCase,
|
|
458
|
+
Ia as canOverflow,
|
|
456
459
|
to as canUseDOM,
|
|
457
|
-
|
|
460
|
+
Fo as capitalize,
|
|
458
461
|
bt as caseName,
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
+
wo as castArray,
|
|
463
|
+
Vo as chain,
|
|
464
|
+
Uo as chunk,
|
|
462
465
|
Pt as className,
|
|
463
466
|
m as clearCache,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
467
|
+
Ot as clipboardCopy,
|
|
468
|
+
Wo as clone,
|
|
469
|
+
Go as cloneDeep,
|
|
470
|
+
_o as cloneDeepWith,
|
|
471
|
+
Ho as cloneWith,
|
|
472
|
+
zo as compact,
|
|
473
|
+
ua as composeRef,
|
|
474
|
+
Pa as compute,
|
|
472
475
|
d as configResponsive,
|
|
473
476
|
oo as contains,
|
|
474
477
|
Nt as convertTime,
|
|
475
|
-
|
|
478
|
+
Ft as convertToDurationBasedOnTimeUnits,
|
|
476
479
|
Lt as copy,
|
|
477
480
|
n as createUpdateEffect,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
+
jo as curry,
|
|
482
|
+
wt as dateFormat,
|
|
483
|
+
Kd as dayjs,
|
|
481
484
|
Vt as dayjsFormat,
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
485
|
+
qo as debounce,
|
|
486
|
+
Ko as defaultTo,
|
|
487
|
+
Yo as defaults,
|
|
488
|
+
Jo as defaultsDeep,
|
|
489
|
+
Qo as difference,
|
|
490
|
+
Ur as div,
|
|
491
|
+
ns as easing,
|
|
489
492
|
no as emitter,
|
|
490
|
-
|
|
491
|
-
co as
|
|
492
|
-
go as
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
493
|
+
Xo as escape,
|
|
494
|
+
co as fileRead,
|
|
495
|
+
go as fileToDataURL,
|
|
496
|
+
To as fillNBSP,
|
|
497
|
+
la as fillRef,
|
|
498
|
+
Us as findAnchorLinkNode,
|
|
499
|
+
Zo as findKey,
|
|
500
|
+
as as findNodeBy,
|
|
501
|
+
ho as findRootElement,
|
|
502
|
+
Qa as fixedWidth,
|
|
503
|
+
$o as flattenDeep,
|
|
504
|
+
er as flow,
|
|
501
505
|
ro as forceReflow,
|
|
502
506
|
Wt as formatValue,
|
|
503
|
-
|
|
507
|
+
tr as get,
|
|
504
508
|
ao as getBodyContainer,
|
|
505
|
-
|
|
509
|
+
ss as getChildWithParentBy,
|
|
506
510
|
Gt as getDayjsValue,
|
|
507
511
|
so as getElementCoordinates,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
512
|
+
va as getFrameElement,
|
|
513
|
+
bo as getHighlightText,
|
|
514
|
+
Po as getHotkeyHandler,
|
|
515
|
+
fs as getItemBy,
|
|
516
|
+
us as getItemByID,
|
|
517
|
+
ls as getLabelFromDictionaryByValue,
|
|
518
|
+
ia as getNodeRef,
|
|
515
519
|
_t as getNow,
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
520
|
+
Ea as getOptions,
|
|
521
|
+
Da as getParentElement,
|
|
522
|
+
pa as getReactElementRef,
|
|
519
523
|
Ht as getRealTime,
|
|
520
524
|
fo as getScrollElements,
|
|
521
|
-
|
|
525
|
+
ka as getScrollMargins,
|
|
522
526
|
zt as getSortedDayjsArray,
|
|
523
|
-
|
|
524
|
-
|
|
527
|
+
Eo as getStringLength,
|
|
528
|
+
Xa as getStyle,
|
|
525
529
|
jt as getTimeFormat,
|
|
526
530
|
qt as getValueWithTime,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
531
|
+
or as groupBy,
|
|
532
|
+
rr as has,
|
|
533
|
+
ko as include,
|
|
534
|
+
ar as intersection,
|
|
535
|
+
sr as invert,
|
|
536
|
+
fr as invertBy,
|
|
533
537
|
o as is,
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
538
|
+
Jd as is32Bit,
|
|
539
|
+
Qd as isAllChinese,
|
|
540
|
+
Xd as isArguments,
|
|
541
|
+
Zd as isArray,
|
|
542
|
+
$d as isArrayBuffer,
|
|
543
|
+
en as isArrayLike,
|
|
544
|
+
tn as isArrayLikeObject,
|
|
545
|
+
on as isAscii,
|
|
546
|
+
rn as isAsyncFunction,
|
|
547
|
+
an as isBase64,
|
|
548
|
+
sn as isBigInt,
|
|
549
|
+
fn as isBlob,
|
|
550
|
+
un as isBoolean,
|
|
551
|
+
ln as isBuffer,
|
|
552
|
+
pn as isChinese,
|
|
553
|
+
mn as isColorValue,
|
|
554
|
+
Aa as isCustomScrollBehavior,
|
|
555
|
+
dn as isDataURI,
|
|
556
|
+
nn as isDate,
|
|
557
|
+
xn as isDayjs,
|
|
552
558
|
Kt as isDayjsArrayChange,
|
|
553
559
|
Yt as isDayjsChange,
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
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
|
-
|
|
560
|
+
cn as isElement,
|
|
561
|
+
Sn as isElementByInstanceof,
|
|
562
|
+
gn as isEmail,
|
|
563
|
+
Cn as isEmpty,
|
|
564
|
+
Tn as isEmptyArray,
|
|
565
|
+
yn as isEmptyObject,
|
|
566
|
+
hn as isEmptyReactNode,
|
|
567
|
+
Rn as isEmptyValue,
|
|
568
|
+
bn as isEqual,
|
|
569
|
+
In as isEqualWith,
|
|
570
|
+
Pn as isError,
|
|
571
|
+
vn as isEventTarget,
|
|
572
|
+
En as isExist,
|
|
573
|
+
Dn as isFile,
|
|
574
|
+
kn as isFinite,
|
|
575
|
+
An as isFullWidth,
|
|
576
|
+
Bn as isFunction,
|
|
577
|
+
On as isHSL,
|
|
578
|
+
Ln as isHalfWidth,
|
|
579
|
+
Mn as isHash,
|
|
580
|
+
Nn as isHexColor,
|
|
581
|
+
Ba as isHiddenByFrame,
|
|
582
|
+
Fn as isIMEI,
|
|
583
|
+
wn as isIP,
|
|
584
|
+
Vn as isIPRange,
|
|
585
|
+
Un as isIdentityCard,
|
|
586
|
+
Oa as isInDocument,
|
|
587
|
+
Wn as isInteger,
|
|
588
|
+
Gn as isJSON,
|
|
589
|
+
_n as isJSON_String,
|
|
590
|
+
Hn as isJWT,
|
|
591
|
+
zn as isLength,
|
|
592
|
+
jn as isMACAddress,
|
|
593
|
+
qn as isMD5,
|
|
594
|
+
Kn as isMap,
|
|
595
|
+
Yn as isMatch,
|
|
596
|
+
Jn as isMatchWith,
|
|
597
|
+
Qn as isMimeType,
|
|
598
|
+
Xn as isMobilePhone,
|
|
599
|
+
Zn as isMobilePhoneLocales,
|
|
600
|
+
$n as isNaN,
|
|
601
|
+
ex as isNative,
|
|
602
|
+
tx as isNil,
|
|
603
|
+
ox as isNull,
|
|
604
|
+
rx as isNullOrUndefined,
|
|
605
|
+
ax as isNumber,
|
|
606
|
+
sx as isObject,
|
|
607
|
+
fx as isObjectLike,
|
|
608
|
+
ux as isPlainObject,
|
|
609
|
+
lx as isPort,
|
|
610
|
+
ix as isPromise,
|
|
611
|
+
px as isReact18,
|
|
612
|
+
mx as isReact19,
|
|
613
|
+
dx as isReactClassComponent,
|
|
614
|
+
nx as isReactComponent,
|
|
615
|
+
xx as isReactComponentAndNotFragment,
|
|
616
|
+
cx as isReadableStream,
|
|
617
|
+
Sx as isRegExp,
|
|
618
|
+
gx as isRgbColor,
|
|
619
|
+
Cx as isSafeInteger,
|
|
620
|
+
Tx as isScrollElement,
|
|
621
|
+
La as isScrollable,
|
|
622
|
+
yx as isSemVer,
|
|
623
|
+
hx as isServerRendering,
|
|
624
|
+
Rx as isSet,
|
|
625
|
+
bx as isSlug,
|
|
626
|
+
Ma as isStandardScrollBehavior,
|
|
627
|
+
Ix as isString,
|
|
628
|
+
Px as isStrongPassword,
|
|
629
|
+
vx as isSymbol,
|
|
630
|
+
Ex as isTypedArray,
|
|
631
|
+
Dx as isURL,
|
|
632
|
+
kx as isUUID,
|
|
633
|
+
Ax as isUndefined,
|
|
628
634
|
Jt as isValidTimeString,
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
635
|
+
Bx as isVariableWidth,
|
|
636
|
+
Ox as isWeakMap,
|
|
637
|
+
Lx as isWeakSet,
|
|
638
|
+
Mx as isWindow,
|
|
639
|
+
ur as kebabCase,
|
|
634
640
|
s as keyboardCode,
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
641
|
+
Wr as math,
|
|
642
|
+
lr as mean,
|
|
643
|
+
ir as memoize,
|
|
644
|
+
pr as merge,
|
|
645
|
+
Kr as mergeProps,
|
|
646
|
+
mr as mergeWith,
|
|
647
|
+
jr as mergedToString,
|
|
642
648
|
Qt as methods,
|
|
643
|
-
|
|
649
|
+
Gr as minus,
|
|
644
650
|
Et as newArray,
|
|
645
651
|
uo as off,
|
|
646
|
-
|
|
652
|
+
Xr as omit,
|
|
647
653
|
lo as on,
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
654
|
+
dr as orderBy,
|
|
655
|
+
$r as padEnd,
|
|
656
|
+
ea as padStart,
|
|
651
657
|
io as parentContainsChildren,
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
658
|
+
nr as partition,
|
|
659
|
+
oa as pick,
|
|
660
|
+
ra as pickDataAttributes,
|
|
655
661
|
Dt as pickTriggerPropsFromRest,
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
662
|
+
sa as pinyin,
|
|
663
|
+
_r as plus,
|
|
664
|
+
xr as pullAll,
|
|
659
665
|
po as reflow,
|
|
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
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
666
|
+
Ga as removeDarkTheme,
|
|
667
|
+
Ya as replaceEmptyWithHyphen,
|
|
668
|
+
ca as responsiveArray,
|
|
669
|
+
Sa as responsiveMap,
|
|
670
|
+
ga as responsiveObserve,
|
|
671
|
+
cr as result,
|
|
672
|
+
Sr as sample,
|
|
673
|
+
gr as sampleSize,
|
|
674
|
+
Ta as saveAs,
|
|
675
|
+
ha as screenfull,
|
|
676
|
+
Na as scrollIntoView,
|
|
677
|
+
Fa as scrollIntoViewIfNeeded,
|
|
678
|
+
wa as scrollIntoViewNative,
|
|
679
|
+
is as searchTree,
|
|
680
|
+
Cr as set,
|
|
681
|
+
Ua as setCreateRoot,
|
|
682
|
+
_a as setDarkTheme,
|
|
683
|
+
za as setPrimaryColor,
|
|
684
|
+
qa as setTheme,
|
|
685
|
+
Za as setTransformStyle,
|
|
686
|
+
Tr as setWith,
|
|
687
|
+
yr as shuffle,
|
|
688
|
+
hr as snakeCase,
|
|
689
|
+
Rr as sortBy,
|
|
690
|
+
br as startCase,
|
|
691
|
+
ma as supportNodeRef,
|
|
692
|
+
da as supportRef,
|
|
693
|
+
Gd as tableDefaultComponent,
|
|
694
|
+
Ir as throttle,
|
|
695
|
+
es as throttleByRaf,
|
|
696
|
+
Hr as times,
|
|
691
697
|
Xt as timezoneToOffset,
|
|
692
|
-
|
|
698
|
+
os as toArray,
|
|
693
699
|
Zt as toLocal,
|
|
694
|
-
|
|
700
|
+
Pr as toPath,
|
|
695
701
|
$t as toTimezone,
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
702
|
+
ps as tree,
|
|
703
|
+
vr as truncate,
|
|
704
|
+
Er as union,
|
|
705
|
+
Dr as uniq,
|
|
706
|
+
kr as uniqueId,
|
|
707
|
+
Ar as unset,
|
|
708
|
+
Br as update,
|
|
709
|
+
Or as updateWith,
|
|
710
|
+
Lr as upperCase,
|
|
711
|
+
Mr as upperFirst,
|
|
712
|
+
_i as useApp,
|
|
707
713
|
x as useAsyncEffect,
|
|
708
714
|
c as useBoolean,
|
|
709
715
|
mt as useBreakpoint,
|
|
710
|
-
|
|
716
|
+
lp as useCheckbox,
|
|
711
717
|
S as useClickAway,
|
|
712
|
-
|
|
718
|
+
na as useComposeRef,
|
|
713
719
|
g as useComputedState,
|
|
714
720
|
C as useControllableValue,
|
|
715
721
|
T as useCookieState,
|
|
@@ -724,23 +730,23 @@ export {
|
|
|
724
730
|
D as useDeepCompareLayoutEffect,
|
|
725
731
|
k as useDocumentVisibility,
|
|
726
732
|
A as useDrag,
|
|
727
|
-
|
|
728
|
-
|
|
733
|
+
B as useDrop,
|
|
734
|
+
O as useEvent,
|
|
729
735
|
L as useEventListener,
|
|
730
736
|
M as useEventTarget,
|
|
731
737
|
N as useExternal,
|
|
732
|
-
|
|
733
|
-
|
|
738
|
+
F as useFavicon,
|
|
739
|
+
w as useFocusWithin,
|
|
734
740
|
V as useForceUpdate,
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
741
|
+
Ep as useForm,
|
|
742
|
+
kp as useFormContext,
|
|
743
|
+
Bp as useFormState,
|
|
744
|
+
Lp as useFormWatch,
|
|
739
745
|
U as useFullscreen,
|
|
740
746
|
W as useGetState,
|
|
741
747
|
G as useHistoryTravel,
|
|
742
748
|
_ as useHover,
|
|
743
|
-
|
|
749
|
+
Ud as useIconProps,
|
|
744
750
|
H as useId,
|
|
745
751
|
z as useInView,
|
|
746
752
|
j as useInViewport,
|
|
@@ -762,15 +768,15 @@ export {
|
|
|
762
768
|
ue as useMemoizedFn,
|
|
763
769
|
le as useMergeProps,
|
|
764
770
|
ie as useMergeValue,
|
|
765
|
-
|
|
766
|
-
|
|
771
|
+
hm as useMessage,
|
|
772
|
+
bm as useModal,
|
|
767
773
|
pe as useMount,
|
|
768
774
|
me as useMouse,
|
|
769
775
|
de as useMove,
|
|
770
776
|
ne as useMutationObserver,
|
|
771
777
|
xe as useMutationObservers,
|
|
772
778
|
ce as useNetwork,
|
|
773
|
-
|
|
779
|
+
Pm as useNotification,
|
|
774
780
|
Se as useOnlineStatus,
|
|
775
781
|
ge as useOverflowHidden,
|
|
776
782
|
Ce as useOverrideRef,
|
|
@@ -786,28 +792,28 @@ export {
|
|
|
786
792
|
De as useRefLatest,
|
|
787
793
|
ke as useRefs,
|
|
788
794
|
Ae as useRequest,
|
|
789
|
-
|
|
790
|
-
|
|
795
|
+
Be as useResetState,
|
|
796
|
+
Oe as useResizeObserver,
|
|
791
797
|
Le as useResizeObservers,
|
|
792
798
|
Me as useResponsive,
|
|
793
799
|
nt as useResponsiveState,
|
|
794
800
|
Ne as useSafeState,
|
|
795
|
-
|
|
796
|
-
|
|
801
|
+
Fe as useScroll,
|
|
802
|
+
we as useSelections,
|
|
797
803
|
Ve as useSessionStorageState,
|
|
798
804
|
Ue as useSetState,
|
|
799
805
|
We as useSize,
|
|
800
806
|
Ge as useStateCallback,
|
|
801
807
|
_e as useStateWithPromise,
|
|
802
808
|
He as useSyncState,
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
809
|
+
$m as useTableColumns,
|
|
810
|
+
td as useTableComponent,
|
|
811
|
+
rd as useTableExpand,
|
|
812
|
+
sd as useTableRowSelection,
|
|
813
|
+
ud as useTableSorter,
|
|
814
|
+
id as useTableStickyClassNames,
|
|
815
|
+
md as useTableStickyOffsets,
|
|
816
|
+
nd as useTableThResizable,
|
|
811
817
|
ze as useTextSelection,
|
|
812
818
|
je as useTheme,
|
|
813
819
|
qe as useThrottle,
|
|
@@ -830,11 +836,11 @@ export {
|
|
|
830
836
|
ut as useWebSocket,
|
|
831
837
|
lt as useWhyDidYouUpdate,
|
|
832
838
|
it as useWindowSize,
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
839
|
+
cs as uuid,
|
|
840
|
+
Ss as uuidv4,
|
|
841
|
+
ks as validatorLocale,
|
|
842
|
+
Bs as warning,
|
|
843
|
+
Nr as without,
|
|
844
|
+
Fr as xor,
|
|
845
|
+
wr as zip
|
|
840
846
|
};
|