@unicom-cloud/ui 0.8.129 → 0.8.130
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 -3
- 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 +76 -76
- package/cascader/base/node.js +1 -1
- package/cascader/base/store.js +1 -1
- package/cascader/hook/useRefCurrent.js +1 -1
- package/cascader/index.js +1 -1
- package/cascader/panel/List.js +1 -1
- package/cascader/panel/Option.js +1 -1
- package/cascader/panel/Search.js +1 -1
- package/cascader/utils.js +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 +1 -1
- package/date-picker/context.js +1 -1
- package/date-picker/hook/useCellClassName.js +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/panel/Body.js +1 -1
- package/date-picker/panel/Footer.js +1 -1
- package/date-picker/panel/Header.js +1 -1
- package/date-picker/panel/Shortcut.js +1 -1
- package/date-picker/panel/WeekList.js +1 -1
- package/date-picker/panel/date/index.js +1 -1
- package/date-picker/panel/month/index.js +1 -1
- package/date-picker/panel/quarter/index.js +1 -1
- package/date-picker/panel/range/index.js +1 -1
- package/date-picker/panel/week/index.js +1 -1
- package/date-picker/panel/year/index.js +1 -1
- package/date-picker/utils.js +1 -1
- package/descriptions/index.js +3 -1
- 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 +713 -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 +15 -13
- 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 -3
- 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 +11 -9
- package/pagination/Pagination.js +1 -1
- package/pagination/index.js +1 -1
- package/pagination/interface.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +1 -1
- package/picker/index.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/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 +1 -1
- package/rich-text/lib/parchment/attributor/attributor.js +1 -1
- package/rich-text/lib/parchment/attributor/class.js +1 -1
- package/rich-text/lib/parchment/attributor/store.js +1 -1
- package/rich-text/lib/parchment/attributor/style.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
- package/rich-text/lib/parchment/blot/block.js +1 -1
- package/rich-text/lib/parchment/blot/embed.js +1 -1
- package/rich-text/lib/parchment/blot/inline.js +1 -1
- package/rich-text/lib/parchment/blot/scroll.js +1 -1
- package/rich-text/lib/parchment/blot/text.js +1 -1
- package/rich-text/lib/parchment/collection/linked-list.js +1 -1
- package/rich-text/lib/parchment/error.js +1 -1
- package/rich-text/lib/parchment/index.js +1 -1
- package/rich-text/lib/parchment/registry.js +1 -1
- package/rich-text/lib/parchment/scope.js +1 -1
- package/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 +1 -1
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.js +1 -1
- 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/suspense-fallback-test/index.js +1 -1
- package/switch/index.js +1 -1
- package/table/ColGroup.js +1 -1
- package/table/Table.js +1 -1
- package/table/constant.js +1 -1
- package/table/context.js +1 -1
- package/table/hook/useColumns.js +1 -1
- package/table/hook/useComponent.js +1 -1
- package/table/hook/useExpand.js +1 -1
- package/table/hook/useRowSelection.js +1 -1
- package/table/hook/useSorter.js +1 -1
- package/table/hook/useStickyClassNames.js +1 -1
- package/table/hook/useStickyOffsets.js +1 -1
- package/table/hook/useThResizable.js +1 -1
- package/table/index.js +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 +1 -1
- package/time-picker/TimePicker.js +1 -1
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/utils.js +1 -1
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/index.js +1 -1
- package/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 +1 -1
- package/tree-select/hook/useKeyCache.js +1 -1
- package/tree-select/hook/useStateValue.js +1 -1
- package/tree-select/hook/useTreeData.js +1 -1
- package/tree-select/index.js +1 -1
- package/tree-select/interface.js +1 -1
- package/tree-select/utils.js +1 -1
- package/trigger/getPopupStyle.js +1 -1
- package/trigger/index.js +1 -1
- package/types/index.d.ts +3 -1
- package/types/progress2/index.d.ts +1 -0
- package/types/progress2/interface.d.ts +1 -0
- package/types/utils/callOrReturn.d.ts +1 -0
- package/types/utils/index.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 +26 -26
- package/upload/list/TextItem.js +15 -15
- 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/fileToURL.js +1 -1
- package/utils/fillNBSP.js +1 -1
- package/utils/findRootElement.js +1 -1
- package/utils/findScrollParent.js +1 -1
- package/utils/getHighlightText.js +1 -1
- package/utils/getHotkeyHandler.js +1 -1
- package/utils/getStringLength.js +1 -1
- package/utils/include.js +1 -1
- package/utils/index.js +323 -321
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.js +1 -1
- package/utils/keyboardCode.js +1 -1
- package/utils/lodash.js +1 -1
- package/utils/math.js +1 -1
- package/utils/mergeProps.js +1 -1
- package/utils/mergedToString.js +1 -1
- package/utils/mutationObserver.js +1 -1
- package/utils/names.js +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/resolveFunction.d.ts +0 -2
- package/utils/resolveFunction.js +0 -9
package/utils/index.js
CHANGED
|
@@ -1,334 +1,336 @@
|
|
|
1
|
-
/* 2025-12-
|
|
1
|
+
/* 2025-12-19 15:35:26 */
|
|
2
2
|
import { default as m } from "@unicom-cloud/ui-common/utils/callbackOriginRef";
|
|
3
|
-
import {
|
|
4
|
-
import { default as d } from "@unicom-cloud/ui-common/utils/
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import { default as te } from "@unicom-cloud/ui-common/utils/
|
|
13
|
-
import { default as oe } from "@unicom-cloud/ui-common/utils/
|
|
14
|
-
import { default as ae } from "@unicom-cloud/ui-common/utils/
|
|
3
|
+
import { callOrReturn as f } from "@unicom-cloud/utils/function";
|
|
4
|
+
import { default as d } from "@unicom-cloud/ui-common/utils/caseName";
|
|
5
|
+
import { default as c } from "@unicom-cloud/ui-common/utils/className";
|
|
6
|
+
import { newArray as x, pickTriggerPropsFromRest as y } from "./constant.js";
|
|
7
|
+
import { ContextHolderElement as C } from "./contextHolder.js";
|
|
8
|
+
import { default as E, default as R } from "@unicom-cloud/ui-common/utils/copy";
|
|
9
|
+
import { convertTime as T, convertToDurationBasedOnTimeUnits as b, dateFormat as A, dayjsFormat as B } from "@unicom-cloud/utils/date";
|
|
10
|
+
import { formatValue as v, getDayjsValue as D, getNow as I, getRealTime as O, getSortedDayjsArray as P, getTimeFormat as W, getValueWithTime as M, isDayjsArrayChange as k, isDayjsChange as w, isValidTimeString as j, methods as F, timezoneToOffset as L, toLocal as H, toTimezone as U } from "./dayjs.js";
|
|
11
|
+
import { canUseDOM as z, contains as q, forceReflow as J, getBodyContainer as K, getElementCoordinates as Y, getScrollElements as G, off as Q, on as X, parentContainsChildren as Z, reflow as $ } from "@unicom-cloud/ui-common/utils/dom";
|
|
12
|
+
import { default as te } from "@unicom-cloud/ui-common/utils/emitter";
|
|
13
|
+
import { default as oe } from "@unicom-cloud/ui-common/utils/fileToURL";
|
|
14
|
+
import { default as ae } from "@unicom-cloud/ui-common/utils/fillNBSP";
|
|
15
|
+
import { default as le } from "@unicom-cloud/ui-common/utils/findRootElement";
|
|
15
16
|
import "@unicom-cloud/ui-common/utils/findScrollParent";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
17
|
+
import { default as ne } from "@unicom-cloud/ui-common/utils/getHighlightText";
|
|
18
|
+
import { default as pe } from "@unicom-cloud/ui-common/utils/getHotkeyHandler";
|
|
19
|
+
import { default as ue } from "@unicom-cloud/ui-common/utils/getStringLength";
|
|
20
|
+
import { default as ge } from "@unicom-cloud/ui-common/utils/include";
|
|
20
21
|
import "@unicom-cloud/ui-common/utils/intersectionObserver";
|
|
21
22
|
import * as r from "./is.js";
|
|
22
23
|
export * from "@unicom-cloud/ui-common/utils/lodash";
|
|
23
|
-
import { assign as
|
|
24
|
-
import { div as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
24
|
+
import { assign as he, assignIn as Ce, at as Se, camelCase as Ee, capitalize as Re, castArray as Ne, chain as Te, chunk as be, clone as Ae, cloneDeep as Be, cloneDeepWith as Ve, cloneWith as ve, compact as De, curry as Ie, debounce as Oe, defaultTo as Pe, defaults as We, defaultsDeep as Me, difference as ke, escape as we, findKey as je, flattenDeep as Fe, flow as Le, get as He, groupBy as Ue, has as _e, intersection as ze, invert as qe, invertBy as Je, kebabCase as Ke, mean as Ye, memoize as Ge, merge as Qe, mergeWith as Xe, orderBy as Ze, partition as $e, pullAll as et, result as tt, sample as rt, sampleSize as ot, set as it, setWith as at, shuffle as st, snakeCase as lt, sortBy as mt, startCase as nt, throttle as ft, toPath as pt, truncate as dt, union as ut, uniq as ct, uniqueId as gt, unset as xt, update as yt, updateWith as ht, upperCase as Ct, upperFirst as St, without as Et, xor as Rt, zip as Nt } from "@unicom-cloud/ui-common/utils/lodash";
|
|
25
|
+
import { div as bt, default as At, minus as Bt, plus as Vt, times as vt } from "@unicom-cloud/utils/math";
|
|
26
|
+
import { default as It } from "@unicom-cloud/ui-common/utils/mergedToString";
|
|
27
|
+
import { default as Pt } from "@unicom-cloud/ui-common/utils/mergeProps";
|
|
27
28
|
import "@unicom-cloud/ui-common/utils/mutationObserver";
|
|
28
|
-
import { COMPONENT_NAMES as
|
|
29
|
-
import { default as
|
|
30
|
-
import { padEnd as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { composeRef as
|
|
29
|
+
import { COMPONENT_NAMES as Mt } from "./names.js";
|
|
30
|
+
import { default as wt } from "@unicom-cloud/ui-common/utils/omit";
|
|
31
|
+
import { padEnd as Ft, padStart as Lt } from "@unicom-cloud/ui-common/utils/pad";
|
|
32
|
+
import { default as Ut, pickDataAttributes as _t } from "@unicom-cloud/ui-common/utils/pick";
|
|
33
|
+
import { default as qt } from "@unicom-cloud/ui-common/utils/pinyin";
|
|
34
|
+
import { composeRef as Kt, fillRef as Yt, getNodeRef as Gt, getReactElementRef as Qt, supportNodeRef as Xt, supportRef as Zt, useComposeRef as $t } from "@unicom-cloud/ui-common/utils/ref";
|
|
34
35
|
import "@unicom-cloud/ui-common/utils/resizeObserver";
|
|
35
|
-
import { responsiveArray as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { alignNearest as
|
|
39
|
-
import { default as
|
|
40
|
-
import { removeDarkTheme as
|
|
41
|
-
import { setPrimaryColor as
|
|
42
|
-
import { setTheme as
|
|
43
|
-
import { replaceEmptyWithHyphen as
|
|
44
|
-
import { fixedWidth as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { findNodeBy as
|
|
48
|
-
import { Tween as
|
|
49
|
-
import { v4 as
|
|
50
|
-
import { PqbValidator as
|
|
51
|
-
import { default as
|
|
36
|
+
import { responsiveArray as tr, responsiveMap as rr, responsiveObserve as or } from "./responsiveObserve.js";
|
|
37
|
+
import { default as ar } from "@unicom-cloud/ui-common/utils/saveAs";
|
|
38
|
+
import { default as lr } from "@unicom-cloud/ui-common/utils/screenfull";
|
|
39
|
+
import { alignNearest as nr, canOverflow as fr, compute as pr, getFrameElement as dr, getOptions as ur, getParentElement as cr, getScrollMargins as gr, isCustomScrollBehavior as xr, isHiddenByFrame as yr, isInDocument as hr, isScrollable as Cr, isStandardScrollBehavior as Sr, scrollIntoView as Er, default as Rr, scrollIntoViewNative as Nr } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
|
|
40
|
+
import { default as br } from "@unicom-cloud/ui-common/utils/setCreateRoot";
|
|
41
|
+
import { removeDarkTheme as Br, setDarkTheme as Vr } from "./setDarkTheme.js";
|
|
42
|
+
import { setPrimaryColor as Dr } from "./setPrimaryColor.js";
|
|
43
|
+
import { setTheme as Or } from "./setTheme.js";
|
|
44
|
+
import { replaceEmptyWithHyphen as Wr } from "@unicom-cloud/ui-common/utils/string";
|
|
45
|
+
import { fixedWidth as kr, getStyle as wr, setTransformStyle as jr } from "@unicom-cloud/ui-common/utils/style";
|
|
46
|
+
import { default as Lr } from "@unicom-cloud/ui-common/utils/throttleByRaf";
|
|
47
|
+
import { default as Ur } from "@unicom-cloud/ui-common/utils/toArray";
|
|
48
|
+
import { findNodeBy as zr, getChildWithParentBy as qr, getItemBy as Jr, getItemByID as Kr, getLabelFromDictionaryByValue as Yr, searchTree as Gr, default as Qr } from "@unicom-cloud/utils/tree";
|
|
49
|
+
import { Tween as Zr, easing as $r } from "@unicom-cloud/ui-common/utils/tween";
|
|
50
|
+
import { v4 as to, v4 as ro } from "uuid";
|
|
51
|
+
import { PqbValidator as io, Validator as ao, ValidatorArray as so, ValidatorBase as lo, ValidatorBoolean as mo, ValidatorCustom as no, ValidatorNumber as fo, ValidatorObject as po, ValidatorSchema as uo, ValidatorString as co, ValidatorType as go, validatorLocale as xo } from "@unicom-cloud/utils/validate";
|
|
52
|
+
import { default as ho } from "@unicom-cloud/ui-common/utils/warning";
|
|
52
53
|
import * as a from "@unicom-cloud/utils/constant/keyboardCode";
|
|
53
|
-
import { NOOP as
|
|
54
|
-
import { default as
|
|
55
|
-
import { is32Bit as
|
|
54
|
+
import { NOOP as So, UI_PC_KEY as Eo, UI_PC_THEME_DARK_CLASS_NAME as Ro } from "@unicom-cloud/ui-common/utils/constant";
|
|
55
|
+
import { default as To } from "dayjs";
|
|
56
|
+
import { is32Bit as Ao, isAllChinese as Bo, isArguments as Vo, isArray as vo, isArrayBuffer as Do, isArrayLike as Io, isArrayLikeObject as Oo, isAscii as Po, isBase64 as Wo, isBlob as Mo, isBoolean as ko, isBuffer as wo, isChinese as jo, isColorValue as Fo, isDataURI as Lo, isDate as Ho, isDayjs as Uo, isElement as _o, isElementByInstanceof as zo, isEmail as qo, isEmpty as Jo, isEmptyArray as Ko, isEmptyObject as Yo, isEmptyReactNode as Go, isEmptyValue as Qo, isEqual as Xo, isEqualWith as Zo, isError as $o, isEventTarget as ei, isExist as ti, isFile as ri, isFinite as oi, isFullWidth as ii, isFunction as ai, isHSL as si, isHalfWidth as li, isHash as mi, isHexColor as ni, isIMEI as fi, isIP as pi, isIPRange as di, isIdentityCard as ui, isInteger as ci, isJSON as gi, isJSON_String as xi, isJWT as yi, isLength as hi, isMACAddress as Ci, isMD5 as Si, isMap as Ei, isMatch as Ri, isMatchWith as Ni, isMimeType as Ti, isMobilePhone as bi, isMobilePhoneLocales as Ai, isNaN as Bi, isNative as Vi, isNil as vi, isNull as Di, isNullOrUndefined as Ii, isNumber as Oi, isObject as Pi, isObjectLike as Wi, isPlainObject as Mi, isPort as ki, isPromise as wi, isReact18 as ji, isReact19 as Fi, isReactClassComponent as Li, isReactComponent as Hi, isReactComponentAndNotFragment as Ui, isReadableStream as _i, isRegExp as zi, isRgbColor as qi, isSafeInteger as Ji, isScrollElement as Ki, isSemVer as Yi, isServerRendering as Gi, isSet as Qi, isSlug as Xi, isString as Zi, isStrongPassword as $i, isSymbol as ea, isTypedArray as ta, isURL as ra, isUUID as oa, isUndefined as ia, isVariableWidth as aa, isWeakMap as sa, isWeakSet as la, isWindow as ma } from "@unicom-cloud/ui-common/utils/is";
|
|
56
57
|
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
58
|
+
Mt as COMPONENT_NAMES,
|
|
59
|
+
C as ContextHolderElement,
|
|
60
|
+
So as NOOP,
|
|
61
|
+
io as PqbValidator,
|
|
62
|
+
Zr as Tween,
|
|
63
|
+
Eo as UI_PC_KEY,
|
|
64
|
+
Ro as UI_PC_THEME_DARK_CLASS_NAME,
|
|
65
|
+
ao as Validator,
|
|
66
|
+
so as ValidatorArray,
|
|
67
|
+
lo as ValidatorBase,
|
|
68
|
+
mo as ValidatorBoolean,
|
|
69
|
+
no as ValidatorCustom,
|
|
70
|
+
fo as ValidatorNumber,
|
|
71
|
+
po as ValidatorObject,
|
|
72
|
+
uo as ValidatorSchema,
|
|
73
|
+
co as ValidatorString,
|
|
74
|
+
go as ValidatorType,
|
|
75
|
+
nr as alignNearest,
|
|
76
|
+
he as assign,
|
|
77
|
+
Ce as assignIn,
|
|
78
|
+
Se as at,
|
|
79
|
+
f as callOrReturn,
|
|
78
80
|
m as callbackOriginRef,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
81
|
+
Ee as camelCase,
|
|
82
|
+
fr as canOverflow,
|
|
83
|
+
z as canUseDOM,
|
|
84
|
+
Re as capitalize,
|
|
85
|
+
d as caseName,
|
|
86
|
+
Ne as castArray,
|
|
87
|
+
Te as chain,
|
|
88
|
+
be as chunk,
|
|
89
|
+
c as className,
|
|
90
|
+
E as clipboardCopy,
|
|
91
|
+
Ae as clone,
|
|
92
|
+
Be as cloneDeep,
|
|
93
|
+
Ve as cloneDeepWith,
|
|
94
|
+
ve as cloneWith,
|
|
95
|
+
De as compact,
|
|
96
|
+
Kt as composeRef,
|
|
97
|
+
pr as compute,
|
|
98
|
+
q as contains,
|
|
99
|
+
T as convertTime,
|
|
100
|
+
b as convertToDurationBasedOnTimeUnits,
|
|
101
|
+
R as copy,
|
|
102
|
+
Ie as curry,
|
|
103
|
+
A as dateFormat,
|
|
104
|
+
To as dayjs,
|
|
105
|
+
B as dayjsFormat,
|
|
106
|
+
Oe as debounce,
|
|
107
|
+
Pe as defaultTo,
|
|
108
|
+
We as defaults,
|
|
109
|
+
Me as defaultsDeep,
|
|
110
|
+
ke as difference,
|
|
111
|
+
bt as div,
|
|
112
|
+
$r as easing,
|
|
113
|
+
te as emitter,
|
|
114
|
+
we as escape,
|
|
115
|
+
oe as fileToURL,
|
|
116
|
+
ae as fillNBSP,
|
|
117
|
+
Yt as fillRef,
|
|
118
|
+
je as findKey,
|
|
119
|
+
zr as findNodeBy,
|
|
120
|
+
le as findRootElement,
|
|
121
|
+
kr as fixedWidth,
|
|
122
|
+
Fe as flattenDeep,
|
|
123
|
+
Le as flow,
|
|
124
|
+
J as forceReflow,
|
|
125
|
+
v as formatValue,
|
|
126
|
+
He as get,
|
|
127
|
+
K as getBodyContainer,
|
|
128
|
+
qr as getChildWithParentBy,
|
|
129
|
+
D as getDayjsValue,
|
|
130
|
+
Y as getElementCoordinates,
|
|
131
|
+
dr as getFrameElement,
|
|
132
|
+
ne as getHighlightText,
|
|
133
|
+
pe as getHotkeyHandler,
|
|
134
|
+
Jr as getItemBy,
|
|
135
|
+
Kr as getItemByID,
|
|
136
|
+
Yr as getLabelFromDictionaryByValue,
|
|
137
|
+
Gt as getNodeRef,
|
|
138
|
+
I as getNow,
|
|
139
|
+
ur as getOptions,
|
|
140
|
+
cr as getParentElement,
|
|
141
|
+
Qt as getReactElementRef,
|
|
142
|
+
O as getRealTime,
|
|
143
|
+
G as getScrollElements,
|
|
144
|
+
gr as getScrollMargins,
|
|
145
|
+
P as getSortedDayjsArray,
|
|
146
|
+
ue as getStringLength,
|
|
147
|
+
wr as getStyle,
|
|
148
|
+
W as getTimeFormat,
|
|
149
|
+
M as getValueWithTime,
|
|
150
|
+
Ue as groupBy,
|
|
151
|
+
_e as has,
|
|
152
|
+
ge as include,
|
|
153
|
+
ze as intersection,
|
|
154
|
+
qe as invert,
|
|
155
|
+
Je as invertBy,
|
|
154
156
|
r as is,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
157
|
+
Ao as is32Bit,
|
|
158
|
+
Bo as isAllChinese,
|
|
159
|
+
Vo as isArguments,
|
|
160
|
+
vo as isArray,
|
|
161
|
+
Do as isArrayBuffer,
|
|
162
|
+
Io as isArrayLike,
|
|
163
|
+
Oo as isArrayLikeObject,
|
|
164
|
+
Po as isAscii,
|
|
165
|
+
Wo as isBase64,
|
|
166
|
+
Mo as isBlob,
|
|
167
|
+
ko as isBoolean,
|
|
168
|
+
wo as isBuffer,
|
|
169
|
+
jo as isChinese,
|
|
170
|
+
Fo as isColorValue,
|
|
171
|
+
xr as isCustomScrollBehavior,
|
|
172
|
+
Lo as isDataURI,
|
|
173
|
+
Ho as isDate,
|
|
174
|
+
Uo as isDayjs,
|
|
175
|
+
k as isDayjsArrayChange,
|
|
176
|
+
w as isDayjsChange,
|
|
177
|
+
_o as isElement,
|
|
178
|
+
zo as isElementByInstanceof,
|
|
179
|
+
qo as isEmail,
|
|
180
|
+
Jo as isEmpty,
|
|
181
|
+
Ko as isEmptyArray,
|
|
182
|
+
Yo as isEmptyObject,
|
|
183
|
+
Go as isEmptyReactNode,
|
|
184
|
+
Qo as isEmptyValue,
|
|
185
|
+
Xo as isEqual,
|
|
186
|
+
Zo as isEqualWith,
|
|
187
|
+
$o as isError,
|
|
188
|
+
ei as isEventTarget,
|
|
189
|
+
ti as isExist,
|
|
190
|
+
ri as isFile,
|
|
191
|
+
oi as isFinite,
|
|
192
|
+
ii as isFullWidth,
|
|
193
|
+
ai as isFunction,
|
|
194
|
+
si as isHSL,
|
|
195
|
+
li as isHalfWidth,
|
|
196
|
+
mi as isHash,
|
|
197
|
+
ni as isHexColor,
|
|
198
|
+
yr as isHiddenByFrame,
|
|
199
|
+
fi as isIMEI,
|
|
200
|
+
pi as isIP,
|
|
201
|
+
di as isIPRange,
|
|
202
|
+
ui as isIdentityCard,
|
|
203
|
+
hr as isInDocument,
|
|
204
|
+
ci as isInteger,
|
|
205
|
+
gi as isJSON,
|
|
206
|
+
xi as isJSON_String,
|
|
207
|
+
yi as isJWT,
|
|
208
|
+
hi as isLength,
|
|
209
|
+
Ci as isMACAddress,
|
|
210
|
+
Si as isMD5,
|
|
211
|
+
Ei as isMap,
|
|
212
|
+
Ri as isMatch,
|
|
213
|
+
Ni as isMatchWith,
|
|
214
|
+
Ti as isMimeType,
|
|
215
|
+
bi as isMobilePhone,
|
|
216
|
+
Ai as isMobilePhoneLocales,
|
|
217
|
+
Bi as isNaN,
|
|
218
|
+
Vi as isNative,
|
|
219
|
+
vi as isNil,
|
|
220
|
+
Di as isNull,
|
|
221
|
+
Ii as isNullOrUndefined,
|
|
222
|
+
Oi as isNumber,
|
|
223
|
+
Pi as isObject,
|
|
224
|
+
Wi as isObjectLike,
|
|
225
|
+
Mi as isPlainObject,
|
|
226
|
+
ki as isPort,
|
|
227
|
+
wi as isPromise,
|
|
228
|
+
ji as isReact18,
|
|
229
|
+
Fi as isReact19,
|
|
230
|
+
Li as isReactClassComponent,
|
|
231
|
+
Hi as isReactComponent,
|
|
232
|
+
Ui as isReactComponentAndNotFragment,
|
|
233
|
+
_i as isReadableStream,
|
|
234
|
+
zi as isRegExp,
|
|
235
|
+
qi as isRgbColor,
|
|
236
|
+
Ji as isSafeInteger,
|
|
237
|
+
Ki as isScrollElement,
|
|
238
|
+
Cr as isScrollable,
|
|
239
|
+
Yi as isSemVer,
|
|
240
|
+
Gi as isServerRendering,
|
|
241
|
+
Qi as isSet,
|
|
242
|
+
Xi as isSlug,
|
|
243
|
+
Sr as isStandardScrollBehavior,
|
|
244
|
+
Zi as isString,
|
|
245
|
+
$i as isStrongPassword,
|
|
246
|
+
ea as isSymbol,
|
|
247
|
+
ta as isTypedArray,
|
|
248
|
+
ra as isURL,
|
|
249
|
+
oa as isUUID,
|
|
250
|
+
ia as isUndefined,
|
|
251
|
+
j as isValidTimeString,
|
|
252
|
+
aa as isVariableWidth,
|
|
253
|
+
sa as isWeakMap,
|
|
254
|
+
la as isWeakSet,
|
|
255
|
+
ma as isWindow,
|
|
256
|
+
Ke as kebabCase,
|
|
255
257
|
a as keyboardCode,
|
|
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
|
-
|
|
258
|
+
At as math,
|
|
259
|
+
Ye as mean,
|
|
260
|
+
Ge as memoize,
|
|
261
|
+
Qe as merge,
|
|
262
|
+
Pt as mergeProps,
|
|
263
|
+
Xe as mergeWith,
|
|
264
|
+
It as mergedToString,
|
|
265
|
+
F as methods,
|
|
266
|
+
Bt as minus,
|
|
267
|
+
x as newArray,
|
|
268
|
+
Q as off,
|
|
269
|
+
wt as omit,
|
|
270
|
+
X as on,
|
|
271
|
+
Ze as orderBy,
|
|
272
|
+
Ft as padEnd,
|
|
273
|
+
Lt as padStart,
|
|
274
|
+
Z as parentContainsChildren,
|
|
275
|
+
$e as partition,
|
|
276
|
+
Ut as pick,
|
|
277
|
+
_t as pickDataAttributes,
|
|
278
|
+
y as pickTriggerPropsFromRest,
|
|
279
|
+
qt as pinyin,
|
|
280
|
+
Vt as plus,
|
|
281
|
+
et as pullAll,
|
|
282
|
+
$ as reflow,
|
|
283
|
+
Br as removeDarkTheme,
|
|
284
|
+
Wr as replaceEmptyWithHyphen,
|
|
285
|
+
tr as responsiveArray,
|
|
286
|
+
rr as responsiveMap,
|
|
287
|
+
or as responsiveObserve,
|
|
288
|
+
tt as result,
|
|
289
|
+
rt as sample,
|
|
290
|
+
ot as sampleSize,
|
|
291
|
+
ar as saveAs,
|
|
292
|
+
lr as screenfull,
|
|
293
|
+
Er as scrollIntoView,
|
|
294
|
+
Rr as scrollIntoViewIfNeeded,
|
|
295
|
+
Nr as scrollIntoViewNative,
|
|
296
|
+
Gr as searchTree,
|
|
297
|
+
it as set,
|
|
298
|
+
br as setCreateRoot,
|
|
299
|
+
Vr as setDarkTheme,
|
|
300
|
+
Dr as setPrimaryColor,
|
|
301
|
+
Or as setTheme,
|
|
302
|
+
jr as setTransformStyle,
|
|
303
|
+
at as setWith,
|
|
304
|
+
st as shuffle,
|
|
305
|
+
lt as snakeCase,
|
|
306
|
+
mt as sortBy,
|
|
307
|
+
nt as startCase,
|
|
308
|
+
Xt as supportNodeRef,
|
|
309
|
+
Zt as supportRef,
|
|
310
|
+
ft as throttle,
|
|
311
|
+
Lr as throttleByRaf,
|
|
312
|
+
vt as times,
|
|
313
|
+
L as timezoneToOffset,
|
|
314
|
+
Ur as toArray,
|
|
315
|
+
H as toLocal,
|
|
316
|
+
pt as toPath,
|
|
317
|
+
U as toTimezone,
|
|
318
|
+
Qr as tree,
|
|
319
|
+
dt as truncate,
|
|
320
|
+
ut as union,
|
|
321
|
+
ct as uniq,
|
|
322
|
+
gt as uniqueId,
|
|
323
|
+
xt as unset,
|
|
324
|
+
yt as update,
|
|
325
|
+
ht as updateWith,
|
|
326
|
+
Ct as upperCase,
|
|
327
|
+
St as upperFirst,
|
|
328
|
+
$t as useComposeRef,
|
|
329
|
+
to as uuid,
|
|
330
|
+
ro as uuidv4,
|
|
331
|
+
xo as validatorLocale,
|
|
332
|
+
ho as warning,
|
|
333
|
+
Et as without,
|
|
334
|
+
Rt as xor,
|
|
335
|
+
Nt as zip
|
|
334
336
|
};
|