@unicom-cloud/ui 0.8.129 → 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 +7 -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 +6 -0
- 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 +146 -146
- 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 +2 -2
- 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 +29 -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 +717 -708
- 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 +17 -14
- 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 +7 -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 +13 -10
- 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 +6 -0
- 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/index.d.ts +3 -1
- package/types/progress2/index.d.ts +1 -0
- package/types/progress2/interface.d.ts +1 -0
- package/types/time-picker/TimeColumn.d.ts +1 -0
- package/types/time-picker/TimePicker.d.ts +1 -0
- package/types/utils/callOrReturn.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 +3 -2
- package/types/utils/is.d.ts +1 -1
- package/types/utils/names.d.ts +1 -757
- 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 +29 -29
- package/upload/list/TextItem.js +24 -24
- package/upload/list/UploadProgress.js +4 -4
- package/upload/list/index.js +1 -1
- package/upload/list/utils.js +1 -1
- package/upload/request.js +13 -13
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +6 -0
- 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 +327 -321
- 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 +119 -16
- 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/types/utils/resolveFunction.d.ts +0 -2
- package/utils/fileToURL.js +0 -7
- package/utils/resolveFunction.js +0 -9
package/index.js
CHANGED
|
@@ -1,710 +1,719 @@
|
|
|
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 B, useEvent as O, useEventListener as L, useEventTarget as M, useExternal as N, useFavicon 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";
|
|
6
6
|
import { useWatermark as gt } from "./hooks/use-watermark/index.js";
|
|
7
7
|
import { default as Tt } from "@unicom-cloud/ui-common/utils/callbackOriginRef";
|
|
8
|
-
import {
|
|
9
|
-
import { default as bt } from "@unicom-cloud/ui-common/utils/
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { default as no } from "@unicom-cloud/ui-common/utils/
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
8
|
+
import { callOrReturn as ht } from "@unicom-cloud/utils/function";
|
|
9
|
+
import { default as bt } from "@unicom-cloud/ui-common/utils/caseName";
|
|
10
|
+
import { default as Pt } from "@unicom-cloud/ui-common/utils/className";
|
|
11
|
+
import { newArray as Et, pickTriggerPropsFromRest as Dt } from "./utils/constant.js";
|
|
12
|
+
import { ContextHolderElement as At } from "./utils/contextHolder.js";
|
|
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
|
+
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
|
+
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
|
+
import { default as no } from "@unicom-cloud/ui-common/utils/emitter";
|
|
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";
|
|
20
22
|
import "@unicom-cloud/ui-common/utils/findScrollParent";
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
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";
|
|
25
27
|
import "@unicom-cloud/ui-common/utils/intersectionObserver";
|
|
26
28
|
import * as o from "./utils/is.js";
|
|
27
29
|
export * from "@unicom-cloud/ui-common/utils/lodash";
|
|
28
|
-
import { assign as
|
|
29
|
-
import { div as
|
|
30
|
-
import { default as
|
|
31
|
-
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";
|
|
32
34
|
import "@unicom-cloud/ui-common/utils/mutationObserver";
|
|
33
|
-
import { COMPONENT_NAMES as
|
|
34
|
-
import { default as
|
|
35
|
-
import { padEnd as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
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";
|
|
39
41
|
import "@unicom-cloud/ui-common/utils/resizeObserver";
|
|
40
|
-
import { responsiveArray as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { alignNearest as
|
|
44
|
-
import { default as
|
|
45
|
-
import { removeDarkTheme as
|
|
46
|
-
import { setPrimaryColor as
|
|
47
|
-
import { setTheme as
|
|
48
|
-
import { replaceEmptyWithHyphen as
|
|
49
|
-
import { fixedWidth as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { findNodeBy as
|
|
53
|
-
import { Tween as
|
|
54
|
-
import { v4 as
|
|
55
|
-
import { PqbValidator as
|
|
56
|
-
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";
|
|
57
59
|
import * as s from "@unicom-cloud/utils/constant/keyboardCode";
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { findNode as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { BADGE_COLORS as
|
|
67
|
-
import { default as
|
|
68
|
-
import { BUTTON_STATUS as
|
|
69
|
-
import { default 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 { ConfigConsumer as
|
|
79
|
-
import { default 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
|
|
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";
|
|
113
115
|
import "./pagination/PageOption.js";
|
|
114
|
-
import { default as
|
|
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 {
|
|
142
|
-
import {
|
|
143
|
-
import { default 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 {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import { default 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
|
|
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";
|
|
206
209
|
import "./rich-text/lib/index.js";
|
|
207
210
|
import "./rich-text/lib/core.js";
|
|
208
|
-
import { default as
|
|
209
|
-
import { default as
|
|
210
|
-
import { default as
|
|
211
|
-
import { default as
|
|
212
|
-
import { default as
|
|
213
|
-
import { default as
|
|
214
|
-
import { default as
|
|
215
|
-
import { default as
|
|
216
|
-
import { default as
|
|
217
|
-
import { default as
|
|
218
|
-
import { default as
|
|
219
|
-
import { default as
|
|
220
|
-
import { default as
|
|
221
|
-
import { default as
|
|
222
|
-
import { default as
|
|
223
|
-
import { default as
|
|
224
|
-
import { default as
|
|
225
|
-
import { default as
|
|
226
|
-
import { default as
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as
|
|
229
|
-
import { default as
|
|
230
|
-
import { default as
|
|
231
|
-
import { FileList as
|
|
232
|
-
import { Panel as
|
|
233
|
-
import { ValidateError as
|
|
234
|
-
import { default as
|
|
235
|
-
import { default as
|
|
236
|
-
import { defaultComponent as
|
|
237
|
-
import { NOOP as
|
|
238
|
-
import { default as
|
|
239
|
-
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";
|
|
240
243
|
export {
|
|
241
|
-
|
|
242
|
-
|
|
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
|
-
|
|
286
|
-
|
|
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
|
-
|
|
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,
|
|
287
|
+
At as ContextHolderElement,
|
|
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,
|
|
453
|
+
ht as callOrReturn,
|
|
448
454
|
Tt as callbackOriginRef,
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
455
|
+
No as camelCase,
|
|
456
|
+
Ia as canOverflow,
|
|
457
|
+
to as canUseDOM,
|
|
458
|
+
Fo as capitalize,
|
|
459
|
+
bt as caseName,
|
|
460
|
+
wo as castArray,
|
|
461
|
+
Vo as chain,
|
|
462
|
+
Uo as chunk,
|
|
463
|
+
Pt as className,
|
|
458
464
|
m as clearCache,
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
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,
|
|
467
473
|
d as configResponsive,
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
474
|
+
oo as contains,
|
|
475
|
+
Nt as convertTime,
|
|
476
|
+
Ft as convertToDurationBasedOnTimeUnits,
|
|
477
|
+
Lt as copy,
|
|
472
478
|
n as createUpdateEffect,
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
479
|
+
jo as curry,
|
|
480
|
+
wt as dateFormat,
|
|
481
|
+
jd as dayjs,
|
|
482
|
+
Vt as dayjsFormat,
|
|
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,
|
|
490
|
+
no as emitter,
|
|
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,
|
|
503
|
+
ro as forceReflow,
|
|
504
|
+
Wt as formatValue,
|
|
505
|
+
tr as get,
|
|
506
|
+
ao as getBodyContainer,
|
|
507
|
+
ss as getChildWithParentBy,
|
|
508
|
+
Gt as getDayjsValue,
|
|
509
|
+
so as getElementCoordinates,
|
|
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,
|
|
517
|
+
_t as getNow,
|
|
518
|
+
Ea as getOptions,
|
|
519
|
+
Da as getParentElement,
|
|
520
|
+
pa as getReactElementRef,
|
|
521
|
+
Ht as getRealTime,
|
|
522
|
+
fo as getScrollElements,
|
|
523
|
+
ka as getScrollMargins,
|
|
524
|
+
zt as getSortedDayjsArray,
|
|
525
|
+
Eo as getStringLength,
|
|
526
|
+
Xa as getStyle,
|
|
527
|
+
jt as getTimeFormat,
|
|
528
|
+
qt as getValueWithTime,
|
|
529
|
+
or as groupBy,
|
|
530
|
+
rr as has,
|
|
531
|
+
ko as include,
|
|
532
|
+
ar as intersection,
|
|
533
|
+
sr as invert,
|
|
534
|
+
fr as invertBy,
|
|
528
535
|
o as is,
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
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
|
-
|
|
628
|
-
|
|
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,
|
|
556
|
+
Kt as isDayjsArrayChange,
|
|
557
|
+
Yt as isDayjsChange,
|
|
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,
|
|
632
|
+
Jt as isValidTimeString,
|
|
633
|
+
kx as isVariableWidth,
|
|
634
|
+
Ax as isWeakMap,
|
|
635
|
+
Bx as isWeakSet,
|
|
636
|
+
Ox as isWindow,
|
|
637
|
+
ur as kebabCase,
|
|
629
638
|
s as keyboardCode,
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
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,
|
|
646
|
+
Qt as methods,
|
|
647
|
+
Gr as minus,
|
|
648
|
+
Et as newArray,
|
|
649
|
+
uo as off,
|
|
650
|
+
Xr as omit,
|
|
651
|
+
lo as on,
|
|
652
|
+
dr as orderBy,
|
|
653
|
+
$r as padEnd,
|
|
654
|
+
ea as padStart,
|
|
655
|
+
io as parentContainsChildren,
|
|
656
|
+
nr as partition,
|
|
657
|
+
oa as pick,
|
|
658
|
+
ra as pickDataAttributes,
|
|
659
|
+
Dt as pickTriggerPropsFromRest,
|
|
660
|
+
sa as pinyin,
|
|
661
|
+
_r as plus,
|
|
662
|
+
xr as pullAll,
|
|
663
|
+
po as reflow,
|
|
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,
|
|
695
|
+
Xt as timezoneToOffset,
|
|
696
|
+
os as toArray,
|
|
697
|
+
Zt as toLocal,
|
|
698
|
+
Pr as toPath,
|
|
699
|
+
$t as toTimezone,
|
|
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,
|
|
702
711
|
x as useAsyncEffect,
|
|
703
712
|
c as useBoolean,
|
|
704
713
|
mt as useBreakpoint,
|
|
705
|
-
|
|
714
|
+
fp as useCheckbox,
|
|
706
715
|
S as useClickAway,
|
|
707
|
-
|
|
716
|
+
na as useComposeRef,
|
|
708
717
|
g as useComputedState,
|
|
709
718
|
C as useControllableValue,
|
|
710
719
|
T as useCookieState,
|
|
@@ -724,18 +733,18 @@ export {
|
|
|
724
733
|
L as useEventListener,
|
|
725
734
|
M as useEventTarget,
|
|
726
735
|
N as useExternal,
|
|
727
|
-
|
|
728
|
-
|
|
736
|
+
F as useFavicon,
|
|
737
|
+
w as useFocusWithin,
|
|
729
738
|
V as useForceUpdate,
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
739
|
+
Pp as useForm,
|
|
740
|
+
Ep as useFormContext,
|
|
741
|
+
kp as useFormState,
|
|
742
|
+
Bp as useFormWatch,
|
|
734
743
|
U as useFullscreen,
|
|
735
744
|
W as useGetState,
|
|
736
745
|
G as useHistoryTravel,
|
|
737
746
|
_ as useHover,
|
|
738
|
-
|
|
747
|
+
wd as useIconProps,
|
|
739
748
|
H as useId,
|
|
740
749
|
z as useInView,
|
|
741
750
|
j as useInViewport,
|
|
@@ -757,15 +766,15 @@ export {
|
|
|
757
766
|
ue as useMemoizedFn,
|
|
758
767
|
le as useMergeProps,
|
|
759
768
|
ie as useMergeValue,
|
|
760
|
-
|
|
761
|
-
|
|
769
|
+
Tm as useMessage,
|
|
770
|
+
hm as useModal,
|
|
762
771
|
pe as useMount,
|
|
763
772
|
me as useMouse,
|
|
764
773
|
de as useMove,
|
|
765
774
|
ne as useMutationObserver,
|
|
766
775
|
xe as useMutationObservers,
|
|
767
776
|
ce as useNetwork,
|
|
768
|
-
|
|
777
|
+
bm as useNotification,
|
|
769
778
|
Se as useOnlineStatus,
|
|
770
779
|
ge as useOverflowHidden,
|
|
771
780
|
Ce as useOverrideRef,
|
|
@@ -787,22 +796,22 @@ export {
|
|
|
787
796
|
Me as useResponsive,
|
|
788
797
|
nt as useResponsiveState,
|
|
789
798
|
Ne as useSafeState,
|
|
790
|
-
|
|
791
|
-
|
|
799
|
+
Fe as useScroll,
|
|
800
|
+
we as useSelections,
|
|
792
801
|
Ve as useSessionStorageState,
|
|
793
802
|
Ue as useSetState,
|
|
794
803
|
We as useSize,
|
|
795
804
|
Ge as useStateCallback,
|
|
796
805
|
_e as useStateWithPromise,
|
|
797
806
|
He as useSyncState,
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
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,
|
|
806
815
|
ze as useTextSelection,
|
|
807
816
|
je as useTheme,
|
|
808
817
|
qe as useThrottle,
|
|
@@ -825,11 +834,11 @@ export {
|
|
|
825
834
|
ut as useWebSocket,
|
|
826
835
|
lt as useWhyDidYouUpdate,
|
|
827
836
|
it as useWindowSize,
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
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
|
|
835
844
|
};
|