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