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