@unicom-cloud/ui 0.8.145 → 0.8.148
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 +2 -2
- package/Details.js +1 -1
- package/Development.js +1 -1
- package/Divider.js +1 -1
- package/Draggable.js +1 -1
- package/Draw.js +6 -0
- 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/GlobalProvider.js +11 -0
- 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/Mask.js +1 -1
- package/Masonry.js +1 -1
- package/Mentions.js +1 -1
- package/Menu.js +1 -1
- package/Message.js +1 -1
- package/Modal.js +1 -1
- package/Notice.js +1 -1
- package/Notification.js +1 -1
- package/OverflowEllipsis.js +1 -1
- package/PageHeader.js +1 -1
- package/Pagination.js +1 -1
- package/Picker.js +1 -1
- package/Popconfirm.js +1 -1
- package/Popover.js +1 -1
- package/Portal.js +1 -1
- package/Progress.js +1 -1
- package/Progress2.js +1 -1
- package/QrCode.js +1 -1
- package/Radio.js +1 -1
- package/Rate.js +1 -1
- package/ResizeBox.js +1 -1
- package/Result.js +1 -1
- package/RichText.js +1 -1
- package/RowCol.js +1 -1
- package/Segmented.js +1 -1
- package/Select.js +1 -1
- package/SelectView.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +1 -1
- package/SpeechSynthesis.js +1 -1
- package/Spin.js +1 -1
- package/Splitter.js +1 -1
- package/Statistic.js +1 -1
- package/Steps.js +1 -1
- package/SuspenseFallbackTest.js +1 -1
- package/Switch.js +1 -1
- package/Table.js +1 -1
- package/Tabs.js +1 -1
- package/Tag.js +1 -1
- package/TimePicker.js +1 -1
- package/Timeline.js +1 -1
- package/Timer.js +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 +3 -3
- package/VirtualList.js +1 -1
- package/Watermark.js +5 -5
- package/affix/Affix.js +1 -1
- package/affix/index.js +1 -1
- package/alert/Alert.js +1 -1
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +112 -107
- 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/AutoComplete.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/BackTop.js +1 -1
- package/back-top/index.js +1 -1
- package/badge/Badge.js +1 -1
- package/badge/Count.js +1 -1
- package/badge/index.js +1 -1
- package/breadcrumb/Breadcrumb.js +1 -1
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/context.js +1 -1
- package/breadcrumb/index.js +1 -1
- package/button/Button.js +8 -8
- 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 +2 -2
- 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 +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 +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/context.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 +2 -2
- package/collapse/context.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 +57 -55
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.js +48 -48
- package/color-picker/hooks/useControlBlock.js +1 -1
- package/color-picker/index.js +124 -120
- package/color-picker/interface.js +1 -1
- package/color-picker/utils.js +33 -33
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +15 -13
- package/config-provider/context.js +9 -8
- package/config-provider/index.js +1 -1
- package/config-provider/initUI.js +18 -0
- package/config-provider/useConfigProvider.js +33 -28
- 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/DatePickerRange.js +1 -1
- package/date-picker/Picker.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 -3
- 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/draw/Draw.js +47 -0
- package/draw/constant.js +1 -0
- package/draw/index.js +6 -0
- package/drawer/Drawer.js +204 -198
- 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/FormItemTip.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 +9 -8
- package/form/hook/useForm.js +1 -1
- package/form/hook/useFormContext.js +1 -1
- package/form/hook/useFormState.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/global-provider/context.js +6 -0
- package/global-provider/index.js +20 -0
- package/grid/Grid.js +2 -2
- package/grid/Item.js +2 -2
- package/grid/context.js +1 -1
- package/grid/index.js +1 -1
- package/grid/utils.js +1 -1
- package/hooks/index.js +21 -21
- package/hooks/use-breakpoint/index.js +2 -2
- 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-event-listener/index.js +1 -1
- package/hooks/use-force-update/index.js +1 -1
- package/hooks/use-fullscreen/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 +2 -2
- package/hooks/use-set-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/useEventListener.js +1 -1
- package/hooks/useForceUpdate.js +1 -1
- package/hooks/useFullscreen.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 +2 -2
- package/hooks/useSetState.js +1 -1
- package/hooks/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.js +1 -1
- package/hooks/useUnmountOnExit.js +1 -1
- package/hooks/useUpdateEffect.js +1 -1
- package/hooks/useUpdateLayoutEffect.js +1 -1
- package/hooks/useVerificationCode.js +2 -2
- package/hooks/useWatch.js +1 -1
- package/hooks/useWatermark.js +3 -3
- 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/context.js +1 -1
- package/image/index.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 +723 -715
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +1 -1
- package/input/InputElement.js +65 -61
- 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 +113 -111
- package/input/autoSizeTextareaHeight.js +1 -1
- package/input/index.js +1 -1
- package/input/useComposition.js +1 -1
- package/input/utils.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 +39 -37
- 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 +54 -54
- package/layout/context.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/mask/Mask.js +65 -50
- package/mask/index.js +1 -1
- package/masonry/Masonry.js +2 -2
- 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 +34 -34
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +66 -61
- 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/Message.js +36 -36
- package/message/index.js +1 -1
- package/message/useMessage.js +2 -2
- package/modal/Confirm.js +66 -61
- package/modal/Modal.js +227 -221
- package/modal/config.js +1 -1
- package/modal/index.js +1 -1
- package/modal/use-modal/Hook.js +33 -31
- package/modal/use-modal/index.js +52 -47
- package/notice/Notice.js +53 -52
- package/notice/index.js +1 -1
- package/notification/Notification.js +1 -1
- package/notification/index.js +1 -1
- package/notification/useNotification.js +2 -2
- 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 +2 -2
- 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/Popover.js +1 -1
- package/popover/index.js +1 -1
- package/portal/Portal.js +1 -1
- package/portal/index.js +1 -1
- package/progress/CircleProgress.js +1 -1
- package/progress/LineProgess.js +1 -1
- package/progress/StepProgress.js +1 -1
- package/progress/index.js +1 -1
- package/progress2/index.js +1 -1
- package/qr-code/QRCode.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 +99 -96
- 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/RichText.js +1 -1
- package/rich-text/Toolbar.js +1 -1
- package/rich-text/constant.js +1 -1
- package/rich-text/index.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 +13 -12
- 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/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/emoji.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.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/image-resize/index.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/modules/image-resize/options.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/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/row-col/Col-.js +1 -1
- package/row-col/Col.js +1 -1
- package/row-col/Row.js +2 -2
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/segmented/index.js +1 -1
- package/select/Option.js +1 -1
- package/select/OptionGroup.js +1 -1
- package/select/Select.js +35 -35
- 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 +2 -2
- 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 +2 -2
- package/steps/index.js +1 -1
- package/style/variables.css +3 -3
- 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 +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 +119 -121
- 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/TabContent.js +1 -1
- package/tabs/TabPane.js +1 -1
- package/tabs/Tabs.js +1 -1
- package/tabs/context.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/TimeColumn.js +1 -1
- package/time-picker/TimePicker.js +1 -1
- package/time-picker/TimePickerRange.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/timer/index.js +1 -1
- package/tooltip/Tooltip.js +74 -78
- package/tooltip/index.js +1 -1
- package/tour/index.js +1 -1
- package/transfer/Item.js +1 -1
- package/transfer/List.js +4 -4
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +1 -1
- package/tree/context.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 +84 -83
- package/trigger/index.js +287 -286
- package/types/anchor/interface.d.ts +3 -9
- package/types/button/interface.d.ts +1 -1
- package/types/color-picker/Panel.d.ts +2 -0
- package/types/config-provider/context.d.ts +1 -0
- package/types/config-provider/initUI.d.ts +3 -0
- package/types/config-provider/interface.d.ts +6 -0
- package/types/draw/Draw.d.ts +6 -0
- package/types/draw/constant.d.ts +0 -0
- package/types/draw/index.d.ts +4 -0
- package/types/draw/interface.d.ts +8 -0
- package/types/drawer/interface.d.ts +5 -4
- package/types/global-provider/context.d.ts +3 -0
- package/types/global-provider/index.d.ts +11 -0
- package/types/global-provider/interface.d.ts +4 -0
- package/types/index.d.ts +2 -0
- package/types/interface.d.ts +1 -1
- package/types/mask/interface.d.ts +1 -0
- package/types/menu/context.d.ts +1 -1
- package/types/menu/interface.d.ts +1 -1
- package/types/modal/Confirm.d.ts +1 -1
- package/types/modal/interface.d.ts +11 -13
- package/types/modal/use-modal/Hook.d.ts +1 -1
- package/types/radio/interface.d.ts +2 -2
- package/types/rich-text/lib/core/emitter.d.ts +1 -1
- package/types/table/interface.d.ts +3 -4
- package/types/trigger/interface.d.ts +7 -0
- package/types/utils/emitter.d.ts +7 -1
- package/types/utils/names.d.ts +6 -0
- package/types/utils/setDarkTheme.d.ts +2 -2
- package/types/utils/setTheme.d.ts +1 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +1 -1
- package/typography/Ellipsis.js +1 -1
- package/typography/Operations.js +1 -1
- package/typography/Paragraph.js +1 -1
- package/typography/Text.js +1 -1
- package/typography/Title.js +1 -1
- package/typography/Typography.js +1 -1
- package/typography/index.js +1 -1
- package/typography/useCssEllipsis.js +1 -1
- package/typography/useEllipsis.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +126 -116
- package/upload/Uploader.js +1 -1
- package/upload/constant.js +1 -1
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +1 -1
- package/upload/list/TextItem.js +1 -1
- package/upload/list/UploadProgress.js +1 -1
- package/upload/list/index.js +1 -1
- package/upload/list/utils.js +1 -1
- package/upload/request.js +1 -1
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +1 -1
- package/utils/callbackOriginRef.js +1 -1
- package/utils/caseName.js +1 -1
- package/utils/className.js +1 -1
- package/utils/constant.js +1 -1
- package/utils/contextHolder.js +1 -1
- package/utils/copy.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +1 -1
- package/utils/dom.js +1 -1
- package/utils/emitter.js +11 -4
- package/utils/fileRead.js +1 -1
- package/utils/fileToDataURL.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 +264 -261
- 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 +7 -1
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/ref.js +1 -1
- package/utils/resizeObserver.js +1 -1
- package/utils/responsiveObserve.js +1 -1
- package/utils/saveAs.js +1 -1
- package/utils/screenfull.js +1 -1
- package/utils/scrollIntoViewIfNeeded.js +1 -1
- package/utils/setCreateRoot.js +1 -1
- package/utils/setDarkTheme.js +6 -6
- 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 +2 -2
- package/verification-code/index.js +4 -4
- package/version/index.js +2 -2
- package/virtual-list/Filler.js +1 -1
- package/virtual-list/VirtualList.js +5 -5
- 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 +2 -2
- package/watermark/index.js +2 -2
- package/types/masonry/demo/basic.d.ts +0 -3
- package/types/masonry/demo/dynamic.d.ts +0 -3
- package/types/masonry/demo/image.d.ts +0 -2
- package/types/masonry/demo/responsive.d.ts +0 -3
package/index.js
CHANGED
|
@@ -1,533 +1,541 @@
|
|
|
1
|
-
/* 2026-
|
|
2
|
-
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as C, useComputedState as T, useControllableValue as S, useCookieState as y, useCountDown as g, useCounter as
|
|
1
|
+
/* 2026-02-26 14:47:16 */
|
|
2
|
+
import { clearCache as m, configResponsive as d, createUpdateEffect as n, useAsyncEffect as x, useBoolean as c, useClickAway as C, useComputedState as T, useControllableValue as S, useCookieState as y, useCountDown as g, useCounter as b, useCreate as h, useCreation as R, useDebounce as I, useDebounceEffect as P, useDebounceFn as E, useDeepCompareEffect as v, useDeepCompareLayoutEffect as k, useDocumentVisibility as D, useDrag as A, useDrop as B, useEvent as L, useEventListener as M, useEventTarget as O, useExternal as F, useFavicon as N, useFocusWithin as w, useForceUpdate as V, useFullscreen as _, useGetState as U, useHistoryTravel as W, useHover as j, useId as G, useInView as H, useInViewport as z, useInfiniteScroll as q, useIntersectionObserver as Y, useIntersectionObservers as K, 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 pe, useMount as ie, useMouse as me, useMove as de, useMutationObserver as ne, useMutationObservers as xe, useNetwork as ce, useOnlineStatus as Ce, useOverflowHidden as Te, useOverrideRef as Se, usePagination as ye, usePasteImage as ge, usePersistCallback as be, usePrefersColorSchemeDark as he, usePrevious as Re, useRafInterval as Ie, useRafState as Pe, useRafTimeout as Ee, useReactive as ve, useRefLatest as ke, useRefs as De, useRefs2 as Ae, useRequest as Be, useResetState as Le, useResizeObserver as Me, useResizeObservers as Oe, useResponsive as Fe, useSafeState as Ne, useScroll as we, useSelections as Ve, useSessionStorageState as _e, useSetState as Ue, useSize as We, useStateCallback as je, useStateWithPromise as Ge, useSyncState as He, useTextSelection as ze, useTheme as qe, useThrottle as Ye, useThrottleEffect as Ke, useThrottleFn as Je, useTimeout as Qe, useTitle as Xe, useToggle as Ze, useTrackedEffect as $e, useUnmount as et, useUnmountedRef as tt, useUpdate as ot, useUpdateEffect as rt, useUpdateLayoutEffect as at, useUrlState as st, useVirtualList as ft, useWatch as ut, useWebSocket as lt, useWhyDidYouUpdate as pt, useWindowSize as it } from "@unicom-cloud/ui-common/hooks";
|
|
3
3
|
import { default as dt } from "./hooks/use-breakpoint/index.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { default as xt } from "./hooks/use-responsive-state/index.js";
|
|
5
|
+
import { default as Ct } from "./hooks/use-verification-code/index.js";
|
|
6
|
+
import { default as St } from "./hooks/use-watermark/index.js";
|
|
7
7
|
import { default as gt } from "@unicom-cloud/ui-common/utils/callbackOriginRef";
|
|
8
|
-
import { callOrReturn as
|
|
8
|
+
import { callOrReturn as ht } from "@unicom-cloud/utils/function";
|
|
9
9
|
import { default as It } from "@unicom-cloud/ui-common/utils/caseName";
|
|
10
|
-
import { default as
|
|
10
|
+
import { default as Et, default as vt } from "@unicom-cloud/ui-common/utils/className";
|
|
11
11
|
import { newArray as Dt, pickTriggerPropsFromRest as At } from "./utils/constant.js";
|
|
12
12
|
import { ContextHolderElement as Lt } from "./utils/contextHolder.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { convertTime as
|
|
13
|
+
import { default as Ot, default as Ft } from "@unicom-cloud/ui-common/utils/copy";
|
|
14
|
+
import { convertTime as wt, convertToDurationBasedOnTimeUnits as Vt, dateFormat as _t, dayjsFormat as Ut } from "@unicom-cloud/utils/date";
|
|
15
15
|
import { dayjs_formatValue as jt, dayjs_getDayjsValue as Gt, dayjs_getFormatFromArray as Ht, dayjs_getNow as zt, dayjs_getRealTime as qt, dayjs_getSortedDayjsArray as Yt, dayjs_getTimeFormat as Kt, dayjs_getValueWithTime as Jt, dayjs_isDayjsArrayChange as Qt, dayjs_isDayjsChange as Xt, dayjs_isValidTimeString as Zt, dayjs_methods as $t, dayjs_timezoneToOffset as eo, dayjs_toLocal as to, dayjs_toTimezone as oo } from "./utils/dayjs.js";
|
|
16
16
|
import { canUseDOM as ao, contains as so, forceReflow as fo, getBodyContainer as uo, getElementCoordinates as lo, getScrollElements as po, off as io, on as mo, parentContainsChildren as no, reflow as xo } from "@unicom-cloud/ui-common/utils/dom";
|
|
17
|
-
import {
|
|
18
|
-
import { fileRead as
|
|
19
|
-
import { fileToDataURL as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
17
|
+
import { EMITTER_EVENT as Co, emitter as To } from "./utils/emitter.js";
|
|
18
|
+
import { fileRead as yo } from "@unicom-cloud/utils/file/fileRead";
|
|
19
|
+
import { fileToDataURL as bo } from "@unicom-cloud/utils/file/fileToDataURL";
|
|
20
|
+
import { default as Ro } from "@unicom-cloud/ui-common/utils/fillNBSP";
|
|
21
|
+
import { default as Po } from "@unicom-cloud/ui-common/utils/findRootElement";
|
|
22
22
|
import "@unicom-cloud/ui-common/utils/findScrollParent";
|
|
23
23
|
import { default as vo } from "@unicom-cloud/ui-common/utils/getHighlightText";
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
24
|
+
import { default as Do } from "@unicom-cloud/ui-common/utils/getHotkeyHandler";
|
|
25
|
+
import { default as Bo } from "@unicom-cloud/ui-common/utils/getStringLength";
|
|
26
|
+
import { default as Mo } from "@unicom-cloud/ui-common/utils/include";
|
|
27
27
|
import "@unicom-cloud/ui-common/utils/intersectionObserver";
|
|
28
28
|
import * as o from "./utils/is.js";
|
|
29
29
|
export * from "@unicom-cloud/ui-common/utils/lodash";
|
|
30
|
-
import { assign as
|
|
31
|
-
import { div as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
30
|
+
import { assign as No, assignIn as wo, at as Vo, camelCase as _o, capitalize as Uo, castArray as Wo, chain as jo, chunk as Go, clone as Ho, cloneDeep as zo, cloneDeepWith as qo, cloneWith as Yo, compact as Ko, curry as Jo, debounce as Qo, defaultTo as Xo, defaults as Zo, defaultsDeep as $o, difference as er, escape as tr, findKey as or, flattenDeep as rr, flow as ar, get as sr, groupBy as fr, has as ur, intersection as lr, invert as pr, invertBy as ir, kebabCase as mr, mean as dr, memoize as nr, merge as xr, mergeWith as cr, orderBy as Cr, partition as Tr, pullAll as Sr, result as yr, sample as gr, sampleSize as br, set as hr, setWith as Rr, shuffle as Ir, snakeCase as Pr, sortBy as Er, startCase as vr, throttle as kr, toPath as Dr, truncate as Ar, union as Br, uniq as Lr, uniqueId as Mr, unset as Or, update as Fr, updateWith as Nr, upperCase as wr, upperFirst as Vr, without as _r, xor as Ur, zip as Wr } from "@unicom-cloud/ui-common/utils/lodash";
|
|
31
|
+
import { div as Gr, default as Hr, minus as zr, plus as qr, times as Yr } from "@unicom-cloud/utils/math";
|
|
32
|
+
import { default as Jr } from "@unicom-cloud/ui-common/utils/mergedToString";
|
|
33
|
+
import { default as Xr } from "@unicom-cloud/ui-common/utils/mergeProps";
|
|
34
34
|
import "@unicom-cloud/ui-common/utils/mutationObserver";
|
|
35
|
-
import { COMPONENT_NAMES as
|
|
36
|
-
import { default as
|
|
37
|
-
import { padEnd as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { composeRef as
|
|
35
|
+
import { COMPONENT_NAMES as $r } from "./utils/names.js";
|
|
36
|
+
import { default as ta } from "@unicom-cloud/ui-common/utils/omit";
|
|
37
|
+
import { padEnd as ra, padStart as aa } from "@unicom-cloud/ui-common/utils/pad";
|
|
38
|
+
import { default as fa, pickDataAttributes as ua } from "@unicom-cloud/ui-common/utils/pick";
|
|
39
|
+
import { default as pa } from "@unicom-cloud/ui-common/utils/pinyin";
|
|
40
|
+
import { composeRef as ma, fillRef as da, getNodeRef as na, getReactElementRef as xa, supportNodeRef as ca, supportRef as Ca, useComposeRef as Ta } from "@unicom-cloud/ui-common/utils/ref";
|
|
41
41
|
import "@unicom-cloud/ui-common/utils/resizeObserver";
|
|
42
|
-
import { responsiveArray as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
42
|
+
import { responsiveArray as ya, responsiveMap as ga, default as ba } from "./utils/responsiveObserve.js";
|
|
43
|
+
import { default as Ra } from "@unicom-cloud/ui-common/utils/saveAs";
|
|
44
|
+
import { default as Pa } from "@unicom-cloud/ui-common/utils/screenfull";
|
|
45
45
|
import { default as va } from "@unicom-cloud/ui-common/utils/scrollIntoViewIfNeeded";
|
|
46
|
-
import { default as
|
|
47
|
-
import { removeDarkTheme as
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import { HYPHEN as
|
|
51
|
-
import { replaceEmptyWithHyphen as
|
|
52
|
-
import { fixedWidth as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { findNodeBy as
|
|
56
|
-
import { Tween as
|
|
57
|
-
import { v4 as
|
|
58
|
-
import { PqbValidator as
|
|
59
|
-
import { default as
|
|
46
|
+
import { default as Da } from "@unicom-cloud/ui-common/utils/setCreateRoot";
|
|
47
|
+
import { removeDarkTheme as Ba, default as La } from "./utils/setDarkTheme.js";
|
|
48
|
+
import { default as Oa } from "./utils/setPrimaryColor.js";
|
|
49
|
+
import { default as Na } from "./utils/setTheme.js";
|
|
50
|
+
import { HYPHEN as Va } from "@unicom-cloud/utils/constant/string";
|
|
51
|
+
import { replaceEmptyWithHyphen as Ua } from "@unicom-cloud/ui-common/utils/string";
|
|
52
|
+
import { fixedWidth as ja, getStyle as Ga, setTransformStyle as Ha } from "@unicom-cloud/ui-common/utils/style";
|
|
53
|
+
import { default as qa } from "@unicom-cloud/ui-common/utils/throttleByRaf";
|
|
54
|
+
import { default as Ka } from "@unicom-cloud/ui-common/utils/toArray";
|
|
55
|
+
import { findNodeBy as Qa, getChildWithParentBy as Xa, getItemBy as Za, getItemByID as $a, getLabelFromDictionaryByValue as es, searchTree as ts, default as os } from "@unicom-cloud/utils/tree";
|
|
56
|
+
import { Tween as as, easing as ss } from "@unicom-cloud/ui-common/utils/tween";
|
|
57
|
+
import { v4 as us, v4 as ls } from "uuid";
|
|
58
|
+
import { PqbValidator as is, Validator as ms, ValidatorArray as ds, ValidatorBase as ns, ValidatorBoolean as xs, ValidatorCustom as cs, ValidatorNumber as Cs, ValidatorObject as Ts, ValidatorSchema as Ss, ValidatorString as ys, ValidatorType as gs, validatorLocale as bs } from "@unicom-cloud/utils/validate";
|
|
59
|
+
import { default as Rs } from "@unicom-cloud/ui-common/utils/warning";
|
|
60
60
|
import * as s from "@unicom-cloud/utils/constant/keyboardCode";
|
|
61
|
-
import { default as
|
|
61
|
+
import { default as Ps } from "./affix/Affix.js";
|
|
62
62
|
import { default as vs } from "./alert/Alert.js";
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
63
|
+
import { default as Ds } from "./anchor/Anchor.js";
|
|
64
|
+
import { default as Bs } from "./app/index.js";
|
|
65
|
+
import { default as Ms, AutoCompleteOption as Os, AutoCompleteOptionGroup as Fs } from "./auto-complete/AutoComplete.js";
|
|
66
66
|
import { default as ws } from "./avatar/index.js";
|
|
67
|
-
import { default as
|
|
68
|
-
import { BADGE_COLORS as
|
|
69
|
-
import { default as
|
|
70
|
-
import { BreadcrumbContext as
|
|
71
|
-
import { BUTTON_STATUS as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { CollapseContext as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { ConfigConsumer as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { DatePicker as
|
|
67
|
+
import { default as _s } from "./back-top/BackTop.js";
|
|
68
|
+
import { BADGE_COLORS as Ws, BADGE_STATUS as js, default as Gs } from "./badge/Badge.js";
|
|
69
|
+
import { default as zs } from "./breadcrumb/Breadcrumb.js";
|
|
70
|
+
import { BreadcrumbContext as Ys } from "./breadcrumb/context.js";
|
|
71
|
+
import { BUTTON_STATUS as Js, BUTTON_TYPE as Qs, default as Xs } from "./button/Button.js";
|
|
72
|
+
import { default as $s } from "./calendar/index.js";
|
|
73
|
+
import { default as tf } from "./card/index.js";
|
|
74
|
+
import { default as rf } from "./carousel/index.js";
|
|
75
|
+
import { default as sf } from "./cascader/Cascader.js";
|
|
76
|
+
import { default as uf } from "./checkbox/Checkbox.js";
|
|
77
|
+
import { default as pf } from "./checkbox/Group.js";
|
|
78
|
+
import { default as df } from "./collapse/Collapse.js";
|
|
79
|
+
import { CollapseContext as xf } from "./collapse/context.js";
|
|
80
|
+
import { default as Cf } from "./color-picker/index.js";
|
|
81
|
+
import { default as Sf } from "./comment/index.js";
|
|
82
|
+
import { ConfigConsumer as gf, default as bf } from "./config-provider/ConfigProvider.js";
|
|
83
|
+
import { default as Rf } from "./copy/index.js";
|
|
84
|
+
import { default as Pf, default as Ef } from "./countdown/index.js";
|
|
85
|
+
import { DatePicker as kf, DatePickerMonth as Df, DatePickerQuarter as Af, DatePickerWeek as Bf, DatePickerYear as Lf } from "./date-picker/index.js";
|
|
86
86
|
import { default as Of } from "./descriptions/index.js";
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { default as
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
87
|
+
import { default as Nf } from "./details/index.js";
|
|
88
|
+
import { default as Vf } from "./development/index.js";
|
|
89
|
+
import { default as Uf, DividerVertical as Wf } from "./divider/index.js";
|
|
90
|
+
import { default as Gf } from "./drawer/Drawer.js";
|
|
91
|
+
import { default as zf } from "./dropdown/index.js";
|
|
92
|
+
import { default as Yf } from "./empty/index.js";
|
|
93
|
+
import { default as Jf, FlexVertical as Qf } from "./flex/index.js";
|
|
94
|
+
import { default as Zf } from "./form/index.js";
|
|
95
|
+
import { GlobalConsumer as eu, default as tu } from "./global-provider/index.js";
|
|
96
|
+
import { default as ru } from "./grid/index.js";
|
|
97
|
+
import { default as su } from "./icon/Icon.js";
|
|
98
|
+
import { default as uu } from "./icon-hover/index.js";
|
|
99
|
+
import { default as pu } from "./icons/file/index.js";
|
|
100
|
+
import { default as mu } from "./image/Image.js";
|
|
101
|
+
import { default as nu } from "./input/Input.js";
|
|
102
|
+
import { default as cu } from "./input-number/index.js";
|
|
103
|
+
import { default as Tu } from "./input-tag/InputTag.js";
|
|
104
|
+
import { default as yu } from "./layout/index.js";
|
|
105
|
+
import { default as bu } from "./link/index.js";
|
|
106
|
+
import { default as Ru } from "./liquid-fill/index.js";
|
|
107
|
+
import { default as Pu } from "./list/index.js";
|
|
108
|
+
import { default as vu } from "./loading/index.js";
|
|
109
|
+
import { default as Du } from "./marquee/index.js";
|
|
110
|
+
import { default as Bu } from "./masonry/Masonry.js";
|
|
111
|
+
import { default as Mu } from "./mentions/index.js";
|
|
112
|
+
import { default as Fu } from "./menu/Menu.js";
|
|
113
|
+
import { default as wu } from "./message/Message.js";
|
|
114
|
+
import { default as _u } from "./message/useMessage.js";
|
|
115
|
+
import { default as Wu } from "./modal/Modal.js";
|
|
116
|
+
import { default as Gu } from "./notification/Notification.js";
|
|
117
|
+
import { default as zu } from "./notification/useNotification.js";
|
|
118
|
+
import { default as Yu } from "./overflow-ellipsis/index.js";
|
|
119
|
+
import { default as Ju } from "./page-header/index.js";
|
|
119
120
|
import "./pagination/PageOption.js";
|
|
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 { RichText as
|
|
121
|
+
import { default as Xu } from "./pagination/Pagination.js";
|
|
122
|
+
import { default as $u } from "./popconfirm/index.js";
|
|
123
|
+
import { default as tl } from "./popover/Popover.js";
|
|
124
|
+
import { default as rl } from "./portal/Portal.js";
|
|
125
|
+
import { default as sl } from "./progress/index.js";
|
|
126
|
+
import { default as ul } from "@unicom-cloud/ui-common/progress";
|
|
127
|
+
import { default as pl, default as il } from "./qr-code/QRCode.js";
|
|
128
|
+
import { default as dl } from "./radio/Radio.js";
|
|
129
|
+
import { default as xl, RadioGroupContext as cl } from "./radio/Group.js";
|
|
130
|
+
import { default as Tl } from "./rate/index.js";
|
|
131
|
+
import { default as yl } from "./resize-box/index.js";
|
|
132
|
+
import { default as bl } from "./result/index.js";
|
|
133
|
+
import { RichText as Rl } from "./rich-text/RichText.js";
|
|
133
134
|
import "./rich-text/lib/index.js";
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
135
|
+
import { default as Pl, default as El } from "./row-col/index.js";
|
|
136
|
+
import { default as kl } from "./segmented/index.js";
|
|
137
|
+
import { default as Al } from "./select/Select.js";
|
|
138
|
+
import { default as Ll } from "./skeleton/index.js";
|
|
139
|
+
import { default as Ol } from "./slider/index.js";
|
|
140
|
+
import { default as Nl, SpaceVertical as wl } from "./space/index.js";
|
|
141
|
+
import { default as _l } from "./speech-synthesis/index.js";
|
|
142
|
+
import { default as Wl } from "./spin/index.js";
|
|
143
|
+
import { default as Gl } from "./splitter/index.js";
|
|
144
|
+
import { default as zl } from "./statistic/index.js";
|
|
145
|
+
import { default as Yl } from "./steps/index.js";
|
|
146
|
+
import { default as Jl } from "@unicom-cloud/ui-common/suspense-fallback-test";
|
|
147
|
+
import { default as Xl } from "./switch/index.js";
|
|
148
|
+
import { default as $l } from "./table/index.js";
|
|
148
149
|
import "react";
|
|
149
|
-
import { default as
|
|
150
|
-
import { TAG_COLORS as
|
|
151
|
-
import { default as
|
|
152
|
-
import { default as
|
|
153
|
-
import { default 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 { STATUS as
|
|
163
|
-
import { default as
|
|
164
|
-
import { VERSION as
|
|
165
|
-
import { default as
|
|
166
|
-
import { default as
|
|
167
|
-
import { AnchorContext 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 {
|
|
184
|
-
import {
|
|
185
|
-
import { default as
|
|
186
|
-
import { default as
|
|
187
|
-
import { default as
|
|
188
|
-
import { default as
|
|
189
|
-
import { default as
|
|
190
|
-
import { default as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
193
|
-
import { default as
|
|
194
|
-
import { default as
|
|
195
|
-
import { default as
|
|
196
|
-
import { default as
|
|
197
|
-
import { default as
|
|
198
|
-
import { default as
|
|
199
|
-
import { default as
|
|
200
|
-
import { default as
|
|
201
|
-
import { default as
|
|
202
|
-
import { default as
|
|
203
|
-
import { default as
|
|
204
|
-
import { default as
|
|
205
|
-
import { default as
|
|
206
|
-
import { default as
|
|
207
|
-
import { default as
|
|
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 {
|
|
229
|
-
import { default as
|
|
230
|
-
import { default as
|
|
231
|
-
import { default as
|
|
232
|
-
import { default as
|
|
233
|
-
import { default as
|
|
234
|
-
import { default as
|
|
235
|
-
import { default as
|
|
236
|
-
import { default as
|
|
237
|
-
import { default as
|
|
238
|
-
import { default as
|
|
239
|
-
import { default as
|
|
240
|
-
import { default as
|
|
241
|
-
import { default as
|
|
242
|
-
import { default as
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import { default as
|
|
251
|
-
import { ImagePreviewGroupContext as
|
|
252
|
-
import { LayoutSiderContext as
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import { TimePickerContext as
|
|
259
|
-
import { TreeContext as
|
|
260
|
-
import {
|
|
261
|
-
import { default as
|
|
262
|
-
import { is32Bit as
|
|
150
|
+
import { default as tp } from "./tabs/Tabs.js";
|
|
151
|
+
import { TAG_COLORS as rp, default as ap } from "./tag/index.js";
|
|
152
|
+
import { default as fp, TimePickerRange as up } from "./time-picker/index.js";
|
|
153
|
+
import { default as pp } from "./timeline/Timeline.js";
|
|
154
|
+
import { default as mp } from "./timer/index.js";
|
|
155
|
+
import { default as np } from "./tooltip/Tooltip.js";
|
|
156
|
+
import { default as cp } from "./tour/index.js";
|
|
157
|
+
import { default as Tp } from "./transfer/index.js";
|
|
158
|
+
import { default as yp } from "./tree/Tree.js";
|
|
159
|
+
import { default as bp } from "./tree-select/Select.js";
|
|
160
|
+
import { default as Rp } from "./trigger/index.js";
|
|
161
|
+
import { default as Pp } from "./typography/index.js";
|
|
162
|
+
import { default as vp } from "./upload/Upload.js";
|
|
163
|
+
import { STATUS as Dp } from "./upload/constant.js";
|
|
164
|
+
import { default as Bp } from "./verification-code/VerificationCode.js";
|
|
165
|
+
import { VERSION as Mp, VERSION_BUILD_DATE as Op, VERSION_BUILD_TIME as Fp } from "./version/index.js";
|
|
166
|
+
import { default as wp } from "./virtual-list/VirtualList.js";
|
|
167
|
+
import { default as _p } from "./watermark/Watermark.js";
|
|
168
|
+
import { AnchorContext as Wp } from "./anchor/context.js";
|
|
169
|
+
import { default as Gp } from "./anchor/Link.js";
|
|
170
|
+
import { default as zp } from "./app/context.js";
|
|
171
|
+
import { default as Yp } from "./avatar/context.js";
|
|
172
|
+
import { default as Jp } from "./avatar/Group.js";
|
|
173
|
+
import { default as Xp } from "./badge/Count.js";
|
|
174
|
+
import { default as $p } from "./breadcrumb/Item.js";
|
|
175
|
+
import { default as ti } from "./button/Group.js";
|
|
176
|
+
import { default as ri } from "./calendar/Month.js";
|
|
177
|
+
import { default as si } from "./calendar/Year.js";
|
|
178
|
+
import { default as ui } from "./card/Grid.js";
|
|
179
|
+
import { default as pi } from "./card/Meta.js";
|
|
180
|
+
import { default as mi } from "./checkbox/GroupBlock.js";
|
|
181
|
+
import { default as ni, default as xi, default as ci } from "./row-col/Col.js";
|
|
182
|
+
import { default as Ti } from "./collapse/Item.js";
|
|
183
|
+
import { default as yi, ConfigProviderDefaultProps as gi } from "./config-provider/context.js";
|
|
184
|
+
import { DatePickerContext as hi, DatePickerRangeContext as Ri } from "./date-picker/context.js";
|
|
185
|
+
import { default as Pi } from "./date-picker/DatePickerRange.js";
|
|
186
|
+
import { default as vi } from "./dropdown/Button.js";
|
|
187
|
+
import { default as Di } from "./form/Control.js";
|
|
188
|
+
import { default as Bi } from "./form/FormItem.js";
|
|
189
|
+
import { default as Mi } from "./form/FormList.js";
|
|
190
|
+
import { default as Fi } from "./form/FormProvider.js";
|
|
191
|
+
import { default as wi } from "./global-provider/context.js";
|
|
192
|
+
import { default as _i } from "./grid/Item.js";
|
|
193
|
+
import { default as Wi } from "./image/ImagePreview.js";
|
|
194
|
+
import { default as Gi } from "./image/ImagePreviewGroup.js";
|
|
195
|
+
import { default as zi } from "./input/Button.js";
|
|
196
|
+
import { default as Yi } from "./input/Group.js";
|
|
197
|
+
import { default as Ji } from "./input/Password.js";
|
|
198
|
+
import { default as Xi } from "./input/Search.js";
|
|
199
|
+
import { default as $i, default as em } from "./input/Textarea.js";
|
|
200
|
+
import { default as om } from "./layout/Content.js";
|
|
201
|
+
import { default as am } from "./layout/Footer.js";
|
|
202
|
+
import { default as fm } from "./layout/Header.js";
|
|
203
|
+
import { default as lm } from "./layout/Sider.js";
|
|
204
|
+
import { default as im } from "./list/Item.js";
|
|
205
|
+
import { default as dm } from "./menu/context.js";
|
|
206
|
+
import { default as xm } from "./menu/Indent.js";
|
|
207
|
+
import { default as Cm } from "./menu/Item.js";
|
|
208
|
+
import { default as Sm } from "./menu/ItemGroup.js";
|
|
209
|
+
import { default as gm, default as bm } from "./menu/sub-menu/index.js";
|
|
210
|
+
import { default as Rm, default as Im } from "./overflow-ellipsis/OverflowItem.js";
|
|
211
|
+
import { default as Em } from "./radio/GroupBlock.js";
|
|
212
|
+
import { default as km } from "./resize-box/Split.js";
|
|
213
|
+
import { default as Am } from "./resize-box/SplitGroup.js";
|
|
214
|
+
import { default as Lm } from "./rich-text/lib/core/rich.js";
|
|
215
|
+
import { default as Om } from "./select/Option.js";
|
|
216
|
+
import { default as Nm } from "./select/OptionGroup.js";
|
|
217
|
+
import { default as Vm } from "./splitter/Panel.js";
|
|
218
|
+
import { default as Um, default as Wm } from "./steps/Step.js";
|
|
219
|
+
import { default as Gm, default as Hm } from "./tabs/TabPane.js";
|
|
220
|
+
import { default as qm } from "./table/summary/index.js";
|
|
221
|
+
import { default as Km } from "./table/summary/Cell.js";
|
|
222
|
+
import { default as Qm } from "./table/summary/Row.js";
|
|
223
|
+
import { default as Zm } from "./timeline/Item.js";
|
|
224
|
+
import { default as ed, default as td } from "./tree/Node.js";
|
|
225
|
+
import { default as rd } from "./typography/Ellipsis.js";
|
|
226
|
+
import { default as sd } from "./typography/Paragraph.js";
|
|
227
|
+
import { default as ud } from "./typography/Text.js";
|
|
228
|
+
import { default as pd } from "./typography/Title.js";
|
|
229
|
+
import { FileList as md } from "./upload/list/index.js";
|
|
230
|
+
import { default as nd } from "./icon/addIconFromCdn.js";
|
|
231
|
+
import { default as cd } from "./app/useApp.js";
|
|
232
|
+
import { default as Td } from "./checkbox/useCheckbox.js";
|
|
233
|
+
import { default as yd } from "./form/hook/useForm.js";
|
|
234
|
+
import { default as bd } from "./form/hook/useFormContext.js";
|
|
235
|
+
import { default as Rd } from "./form/hook/useFormState.js";
|
|
236
|
+
import { default as Pd } from "./form/hook/useWatch.js";
|
|
237
|
+
import { default as vd } from "./modal/use-modal/index.js";
|
|
238
|
+
import { default as Dd } from "./table/hook/useColumns.js";
|
|
239
|
+
import { default as Bd } from "./table/hook/useComponent.js";
|
|
240
|
+
import { default as Md } from "./table/hook/useExpand.js";
|
|
241
|
+
import { default as Fd } from "./table/hook/useRowSelection.js";
|
|
242
|
+
import { default as wd } from "./table/hook/useSorter.js";
|
|
243
|
+
import { default as _d } from "./table/hook/useStickyClassNames.js";
|
|
244
|
+
import { default as Wd } from "./table/hook/useStickyOffsets.js";
|
|
245
|
+
import { default as Gd } from "./table/hook/useThResizable.js";
|
|
246
|
+
import { CheckboxGroupContext as zd } from "./checkbox/context.js";
|
|
247
|
+
import { Panel as Yd } from "./color-picker/Panel.js";
|
|
248
|
+
import { default as Jd } from "@unicom-cloud/ui-common/utils/emitter";
|
|
249
|
+
import { FormContext as Xd, FormItemContext as Zd, FormListContext as $d, FormProviderContext as en } from "./form/context.js";
|
|
250
|
+
import { GridContext as on } from "./grid/context.js";
|
|
251
|
+
import { default as an } from "@unicom-cloud/icons/context";
|
|
252
|
+
import { ImagePreviewGroupContext as fn } from "./image/context.js";
|
|
253
|
+
import { LayoutSiderContext as ln } from "./layout/context.js";
|
|
254
|
+
import { NOOP as mn, UI_PC_KEY as dn, UI_PC_THEME_DARK_CLASS_NAME as nn } from "@unicom-cloud/ui-common/utils/constant";
|
|
255
|
+
import { RowContext as cn } from "./row-col/context.js";
|
|
256
|
+
import { TabContentContext as Tn, TabsContext as Sn } from "./tabs/context.js";
|
|
257
|
+
import { TableContext as gn, TableTbodyContext as bn, TableTfootContext as hn, TableTheadContext as Rn, TableTrContext as In } from "./table/context.js";
|
|
258
|
+
import { TableSummaryContext as En } from "./table/summary/context.js";
|
|
259
|
+
import { TimePickerContext as kn, TimePickerRangeContext as Dn } from "./time-picker/context.js";
|
|
260
|
+
import { TreeContext as Bn } from "./tree/context.js";
|
|
261
|
+
import { ValidateError as Mn } from "./form/utils.js";
|
|
262
|
+
import { default as Fn } from "dayjs";
|
|
263
|
+
import { is32Bit as wn, isAllChinese as Vn, isArguments as _n, isArray as Un, isArrayBuffer as Wn, isArrayLike as jn, isArrayLikeObject as Gn, isAscii as Hn, isAsyncFunction as zn, isBase64 as qn, isBigInt as Yn, isBlob as Kn, isBoolean as Jn, isBuffer as Qn, isChinese as Xn, isColorValue as Zn, isDataURI as $n, isDate as ex, isDayjs as tx, isElement as ox, isElementByInstanceof as rx, isEmail as ax, isEmpty as sx, isEmptyArray as fx, isEmptyObject as ux, isEmptyReactNode as lx, isEmptyValue as px, isEqual as ix, isEqualWith as mx, isError as dx, isEventTarget as nx, isExist as xx, isFile as cx, isFinite as Cx, isFullWidth as Tx, isFunction as Sx, isHSL as yx, isHalfWidth as gx, isHash as bx, isHexColor as hx, isIMEI as Rx, isIP as Ix, isIPRange as Px, isIdentityCard as Ex, isInteger as vx, isJSON as kx, isJSON_String as Dx, isJWT as Ax, isLength as Bx, isMACAddress as Lx, isMD5 as Mx, isMap as Ox, isMatch as Fx, isMatchWith as Nx, isMimeType as wx, isMobilePhone as Vx, isMobilePhoneLocales as _x, isNaN as Ux, isNative as Wx, isNil as jx, isNull as Gx, isNullOrUndefined as Hx, isNumber as zx, isObject as qx, isObjectLike as Yx, isPlainObject as Kx, isPort as Jx, isPromise as Qx, isReact18 as Xx, isReact19 as Zx, isReactClassComponent as $x, isReactComponent as ec, isReactComponentAndNotFragment as tc, isReadableStream as oc, isRegExp as rc, isRgbColor as ac, isSafeInteger as sc, isScrollElement as fc, isSemVer as uc, isServerRendering as lc, isSet as pc, isSlug as ic, isString as mc, isStrongPassword as dc, isSymbol as nc, isTypedArray as xc, isURL as cc, isUUID as Cc, isUndefined as Tc, isVariableWidth as Sc, isWeakMap as yc, isWeakSet as gc, isWindow as bc } from "@unicom-cloud/ui-common/utils/is";
|
|
264
|
+
import { defaultComponent as Rc } from "./table/constant.js";
|
|
265
|
+
import { default as Pc } from "@unicom-cloud/icons/useProps";
|
|
263
266
|
export {
|
|
264
|
-
|
|
267
|
+
Ps as Affix,
|
|
265
268
|
vs as Alert,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
269
|
+
Ds as Anchor,
|
|
270
|
+
Wp as AnchorContext,
|
|
271
|
+
Gp as AnchorLink,
|
|
272
|
+
Bs as App,
|
|
273
|
+
zp as AppContext,
|
|
274
|
+
Ms as AutoComplete,
|
|
272
275
|
Os as AutoCompleteOption,
|
|
273
|
-
|
|
276
|
+
Fs as AutoCompleteOptionGroup,
|
|
274
277
|
ws as Avatar,
|
|
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
|
-
|
|
278
|
+
Yp as AvatarContext,
|
|
279
|
+
Jp as AvatarGroup,
|
|
280
|
+
Ws as BADGE_COLORS,
|
|
281
|
+
js as BADGE_STATUS,
|
|
282
|
+
Js as BUTTON_STATUS,
|
|
283
|
+
Qs as BUTTON_TYPE,
|
|
284
|
+
_s as BackTop,
|
|
285
|
+
Gs as Badge,
|
|
286
|
+
Xp as BadgeCount,
|
|
287
|
+
zs as Breadcrumb,
|
|
288
|
+
Ys as BreadcrumbContext,
|
|
289
|
+
$p as BreadcrumbItem,
|
|
290
|
+
Xs as Button,
|
|
291
|
+
ti as ButtonGroup,
|
|
292
|
+
$r as COMPONENT_NAMES,
|
|
293
|
+
$s as Calendar,
|
|
294
|
+
ri as CalendarMonth,
|
|
295
|
+
si as CalendarYear,
|
|
296
|
+
tf as Card,
|
|
297
|
+
ui as CardGrid,
|
|
298
|
+
pi as CardMeta,
|
|
299
|
+
rf as Carousel,
|
|
300
|
+
sf as Cascader,
|
|
301
|
+
uf as Checkbox,
|
|
302
|
+
pf as CheckboxGroup,
|
|
303
|
+
mi as CheckboxGroupBlock,
|
|
304
|
+
zd as CheckboxGroupContext,
|
|
305
|
+
ni as Col,
|
|
306
|
+
df as Collapse,
|
|
307
|
+
xf as CollapseContext,
|
|
308
|
+
Ti as CollapseItem,
|
|
309
|
+
Cf as ColorPicker,
|
|
310
|
+
Yd as ColorPickerPanel,
|
|
311
|
+
Sf as Comment,
|
|
312
|
+
gf as ConfigConsumer,
|
|
313
|
+
yi as ConfigContext,
|
|
314
|
+
bf as ConfigProvider,
|
|
315
|
+
gi as ConfigProviderDefaultProps,
|
|
313
316
|
Lt as ContextHolderElement,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
317
|
+
Rf as Copy,
|
|
318
|
+
Pf as Countdown,
|
|
319
|
+
kf as DatePicker,
|
|
320
|
+
hi as DatePickerContext,
|
|
321
|
+
Df as DatePickerMonth,
|
|
322
|
+
Af as DatePickerQuarter,
|
|
323
|
+
Pi as DatePickerRange,
|
|
324
|
+
Ri as DatePickerRangeContext,
|
|
325
|
+
Bf as DatePickerWeek,
|
|
326
|
+
Lf as DatePickerYear,
|
|
324
327
|
Of as Descriptions,
|
|
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
|
-
cu as
|
|
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
|
-
yl as
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
Yl as
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
Jl as
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
yp as
|
|
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
|
-
|
|
328
|
+
Nf as Details,
|
|
329
|
+
Vf as Development,
|
|
330
|
+
Uf as Divider,
|
|
331
|
+
Wf as DividerVertical,
|
|
332
|
+
Gf as Drawer,
|
|
333
|
+
zf as Dropdown,
|
|
334
|
+
vi as DropdownButton,
|
|
335
|
+
Co as EMITTER_EVENT,
|
|
336
|
+
Jd as Emitter,
|
|
337
|
+
Yf as Empty,
|
|
338
|
+
Jf as Flex,
|
|
339
|
+
Qf as FlexVertical,
|
|
340
|
+
Zf as Form,
|
|
341
|
+
Xd as FormContext,
|
|
342
|
+
Di as FormControl,
|
|
343
|
+
Bi as FormItem,
|
|
344
|
+
Zd as FormItemContext,
|
|
345
|
+
Mi as FormList,
|
|
346
|
+
$d as FormListContext,
|
|
347
|
+
Fi as FormProvider,
|
|
348
|
+
en as FormProviderContext,
|
|
349
|
+
eu as GlobalConsumer,
|
|
350
|
+
wi as GlobalContext,
|
|
351
|
+
tu as GlobalProvider,
|
|
352
|
+
ru as Grid,
|
|
353
|
+
xi as GridCol,
|
|
354
|
+
on as GridContext,
|
|
355
|
+
_i as GridItem,
|
|
356
|
+
Pl as GridRow,
|
|
357
|
+
Va as HYPHEN,
|
|
358
|
+
su as Icon,
|
|
359
|
+
an as IconContext,
|
|
360
|
+
pu as IconFile,
|
|
361
|
+
uu as IconHover,
|
|
362
|
+
mu as Image,
|
|
363
|
+
Wi as ImagePreview,
|
|
364
|
+
Gi as ImagePreviewGroup,
|
|
365
|
+
fn as ImagePreviewGroupContext,
|
|
366
|
+
nu as Input,
|
|
367
|
+
zi as InputButton,
|
|
368
|
+
Yi as InputGroup,
|
|
369
|
+
cu as InputNumber,
|
|
370
|
+
Ji as InputPassword,
|
|
371
|
+
Xi as InputSearch,
|
|
372
|
+
Tu as InputTag,
|
|
373
|
+
$i as InputTextarea,
|
|
374
|
+
yu as Layout,
|
|
375
|
+
om as LayoutContent,
|
|
376
|
+
am as LayoutFooter,
|
|
377
|
+
fm as LayoutHeader,
|
|
378
|
+
lm as LayoutSider,
|
|
379
|
+
ln as LayoutSiderContext,
|
|
380
|
+
bu as Link,
|
|
381
|
+
Ru as LiquidFill,
|
|
382
|
+
Pu as List,
|
|
383
|
+
im as ListItem,
|
|
384
|
+
vu as Loading,
|
|
385
|
+
Du as Marquee,
|
|
386
|
+
Bu as Masonry,
|
|
387
|
+
Mu as Mentions,
|
|
388
|
+
Fu as Menu,
|
|
389
|
+
dm as MenuContext,
|
|
390
|
+
xm as MenuIndent,
|
|
391
|
+
Cm as MenuItem,
|
|
392
|
+
Sm as MenuItemGroup,
|
|
393
|
+
gm as MenuSubMenu,
|
|
394
|
+
wu as Message,
|
|
395
|
+
Wu as Modal,
|
|
396
|
+
mn as NOOP,
|
|
397
|
+
Gu as Notification,
|
|
398
|
+
Yu as OverflowEllipsis,
|
|
399
|
+
Rm as OverflowEllipsisItem,
|
|
400
|
+
Im as OverflowItem,
|
|
401
|
+
Ju as PageHeader,
|
|
402
|
+
Xu as Pagination,
|
|
403
|
+
$u as Popconfirm,
|
|
404
|
+
tl as Popover,
|
|
405
|
+
rl as Portal,
|
|
406
|
+
is as PqbValidator,
|
|
407
|
+
sl as Progress,
|
|
408
|
+
ul as Progress2,
|
|
409
|
+
pl as QRCode,
|
|
410
|
+
il as QR_Code,
|
|
411
|
+
dl as Radio,
|
|
412
|
+
xl as RadioGroup,
|
|
413
|
+
Em as RadioGroupBlock,
|
|
414
|
+
cl as RadioGroupContext,
|
|
415
|
+
Tl as Rate,
|
|
416
|
+
yl as ResizeBox,
|
|
417
|
+
km as ResizeBoxSplit,
|
|
418
|
+
Am as ResizeBoxSplitGroup,
|
|
419
|
+
bl as Result,
|
|
420
|
+
Lm as Rich,
|
|
421
|
+
Rl as RichText,
|
|
422
|
+
El as Row,
|
|
423
|
+
cn as RowContext,
|
|
424
|
+
ci as RowItem,
|
|
425
|
+
kl as Segmented,
|
|
426
|
+
Al as Select,
|
|
427
|
+
Om as SelectOption,
|
|
428
|
+
Nm as SelectOptionGroup,
|
|
429
|
+
Ll as Skeleton,
|
|
430
|
+
Ol as Slider,
|
|
431
|
+
Nl as Space,
|
|
432
|
+
wl as SpaceVertical,
|
|
433
|
+
_l as SpeechSynthesis,
|
|
434
|
+
Wl as Spin,
|
|
435
|
+
Gl as Splitter,
|
|
436
|
+
Vm as SplitterPanel,
|
|
437
|
+
zl as Statistic,
|
|
438
|
+
Ef as StatisticCountdown,
|
|
439
|
+
Yl as Steps,
|
|
440
|
+
Um as StepsItem,
|
|
441
|
+
Wm as StepsStep,
|
|
442
|
+
bm as SubMenu,
|
|
443
|
+
Jl as SuspenseFallbackTest,
|
|
444
|
+
Xl as Switch,
|
|
445
|
+
rp as TAG_COLORS,
|
|
446
|
+
Tn as TabContentContext,
|
|
447
|
+
Gm as TabPane,
|
|
448
|
+
$l as Table,
|
|
449
|
+
gn as TableContext,
|
|
450
|
+
qm as TableSummary,
|
|
451
|
+
Km as TableSummaryCell,
|
|
452
|
+
En as TableSummaryContext,
|
|
453
|
+
Qm as TableSummaryRow,
|
|
454
|
+
bn as TableTbodyContext,
|
|
455
|
+
hn as TableTfootContext,
|
|
456
|
+
Rn as TableTheadContext,
|
|
457
|
+
In as TableTrContext,
|
|
458
|
+
tp as Tabs,
|
|
459
|
+
Sn as TabsContext,
|
|
460
|
+
Hm as TabsTabPane,
|
|
461
|
+
ap as Tag,
|
|
462
|
+
em as Textarea,
|
|
463
|
+
fp as TimePicker,
|
|
464
|
+
kn as TimePickerContext,
|
|
465
|
+
up as TimePickerRange,
|
|
466
|
+
Dn as TimePickerRangeContext,
|
|
467
|
+
pp as Timeline,
|
|
468
|
+
Zm as TimelineItem,
|
|
469
|
+
mp as Timer,
|
|
470
|
+
np as Tooltip,
|
|
471
|
+
cp as Tour,
|
|
472
|
+
Tp as Transfer,
|
|
473
|
+
yp as Tree,
|
|
474
|
+
Bn as TreeContext,
|
|
475
|
+
ed as TreeNode,
|
|
476
|
+
bp as TreeSelect,
|
|
477
|
+
td as TreeSelectNode,
|
|
478
|
+
Rp as Trigger,
|
|
479
|
+
as as Tween,
|
|
480
|
+
Pp as Typography,
|
|
481
|
+
rd as TypographyEllipsis,
|
|
482
|
+
sd as TypographyParagraph,
|
|
483
|
+
ud as TypographyText,
|
|
484
|
+
pd as TypographyTitle,
|
|
485
|
+
dn as UI_PC_KEY,
|
|
486
|
+
nn as UI_PC_THEME_DARK_CLASS_NAME,
|
|
487
|
+
Dp as UPLOAD_STATUS,
|
|
488
|
+
vp as Upload,
|
|
489
|
+
md as UploadList,
|
|
490
|
+
Mp as VERSION,
|
|
491
|
+
Op as VERSION_BUILD_DATE,
|
|
492
|
+
Fp as VERSION_BUILD_TIME,
|
|
493
|
+
Mn as ValidateError,
|
|
494
|
+
ms as Validator,
|
|
495
|
+
ds as ValidatorArray,
|
|
496
|
+
ns as ValidatorBase,
|
|
497
|
+
xs as ValidatorBoolean,
|
|
498
|
+
cs as ValidatorCustom,
|
|
499
|
+
Cs as ValidatorNumber,
|
|
500
|
+
Ts as ValidatorObject,
|
|
501
|
+
Ss as ValidatorSchema,
|
|
502
|
+
ys as ValidatorString,
|
|
503
|
+
gs as ValidatorType,
|
|
504
|
+
Bp as VerificationCode,
|
|
505
|
+
wp as VirtualList,
|
|
506
|
+
_p as Watermark,
|
|
507
|
+
nd as addIconFromCdn,
|
|
508
|
+
No as assign,
|
|
501
509
|
wo as assignIn,
|
|
502
|
-
|
|
503
|
-
|
|
510
|
+
Vo as at,
|
|
511
|
+
ht as callOrReturn,
|
|
504
512
|
gt as callbackOriginRef,
|
|
505
|
-
|
|
513
|
+
_o as camelCase,
|
|
506
514
|
ao as canUseDOM,
|
|
507
|
-
|
|
515
|
+
Uo as capitalize,
|
|
508
516
|
It as caseName,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
517
|
+
Wo as castArray,
|
|
518
|
+
jo as chain,
|
|
519
|
+
Go as chunk,
|
|
520
|
+
Et as className,
|
|
513
521
|
m as clearCache,
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
522
|
+
Ot as clipboardCopy,
|
|
523
|
+
Ho as clone,
|
|
524
|
+
zo as cloneDeep,
|
|
525
|
+
qo as cloneDeepWith,
|
|
526
|
+
Yo as cloneWith,
|
|
527
|
+
Ko as compact,
|
|
528
|
+
ma as composeRef,
|
|
521
529
|
d as configResponsive,
|
|
522
530
|
so as contains,
|
|
523
|
-
|
|
531
|
+
wt as convertTime,
|
|
524
532
|
Vt as convertToDurationBasedOnTimeUnits,
|
|
525
533
|
Ft as copy,
|
|
526
534
|
n as createUpdateEffect,
|
|
527
|
-
|
|
528
|
-
|
|
535
|
+
vt as cs,
|
|
536
|
+
Jo as curry,
|
|
529
537
|
_t as dateFormat,
|
|
530
|
-
|
|
538
|
+
Fn as dayjs,
|
|
531
539
|
Ut as dayjsFormat,
|
|
532
540
|
jt as dayjs_formatValue,
|
|
533
541
|
Gt as dayjs_getDayjsValue,
|
|
@@ -544,245 +552,245 @@ export {
|
|
|
544
552
|
eo as dayjs_timezoneToOffset,
|
|
545
553
|
to as dayjs_toLocal,
|
|
546
554
|
oo as dayjs_toTimezone,
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
555
|
+
Qo as debounce,
|
|
556
|
+
Xo as defaultTo,
|
|
557
|
+
Zo as defaults,
|
|
558
|
+
$o as defaultsDeep,
|
|
559
|
+
er as difference,
|
|
560
|
+
Gr as div,
|
|
561
|
+
ss as easing,
|
|
562
|
+
To as emitter,
|
|
563
|
+
tr as escape,
|
|
564
|
+
yo as fileRead,
|
|
565
|
+
bo as fileToDataURL,
|
|
566
|
+
Ro as fillNBSP,
|
|
567
|
+
da as fillRef,
|
|
568
|
+
or as findKey,
|
|
569
|
+
Qa as findNodeBy,
|
|
570
|
+
Po as findRootElement,
|
|
571
|
+
ja as fixedWidth,
|
|
572
|
+
rr as flattenDeep,
|
|
573
|
+
ar as flow,
|
|
566
574
|
fo as forceReflow,
|
|
567
|
-
|
|
575
|
+
sr as get,
|
|
568
576
|
uo as getBodyContainer,
|
|
569
|
-
|
|
577
|
+
Xa as getChildWithParentBy,
|
|
570
578
|
lo as getElementCoordinates,
|
|
571
579
|
vo as getHighlightText,
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
580
|
+
Do as getHotkeyHandler,
|
|
581
|
+
Za as getItemBy,
|
|
582
|
+
$a as getItemByID,
|
|
583
|
+
es as getLabelFromDictionaryByValue,
|
|
584
|
+
na as getNodeRef,
|
|
585
|
+
xa as getReactElementRef,
|
|
578
586
|
po as getScrollElements,
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
+
Bo as getStringLength,
|
|
588
|
+
Ga as getStyle,
|
|
589
|
+
fr as groupBy,
|
|
590
|
+
ur as has,
|
|
591
|
+
Mo as include,
|
|
592
|
+
lr as intersection,
|
|
593
|
+
pr as invert,
|
|
594
|
+
ir as invertBy,
|
|
587
595
|
o as is,
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
596
|
+
wn as is32Bit,
|
|
597
|
+
Vn as isAllChinese,
|
|
598
|
+
_n as isArguments,
|
|
599
|
+
Un as isArray,
|
|
600
|
+
Wn as isArrayBuffer,
|
|
601
|
+
jn as isArrayLike,
|
|
602
|
+
Gn as isArrayLikeObject,
|
|
603
|
+
Hn as isAscii,
|
|
604
|
+
zn as isAsyncFunction,
|
|
605
|
+
qn as isBase64,
|
|
606
|
+
Yn as isBigInt,
|
|
607
|
+
Kn as isBlob,
|
|
608
|
+
Jn as isBoolean,
|
|
609
|
+
Qn as isBuffer,
|
|
610
|
+
Xn as isChinese,
|
|
611
|
+
Zn as isColorValue,
|
|
612
|
+
$n as isDataURI,
|
|
613
|
+
ex as isDate,
|
|
614
|
+
tx as isDayjs,
|
|
615
|
+
ox as isElement,
|
|
616
|
+
rx as isElementByInstanceof,
|
|
617
|
+
ax as isEmail,
|
|
618
|
+
sx as isEmpty,
|
|
619
|
+
fx as isEmptyArray,
|
|
620
|
+
ux as isEmptyObject,
|
|
621
|
+
lx as isEmptyReactNode,
|
|
622
|
+
px as isEmptyValue,
|
|
623
|
+
ix as isEqual,
|
|
624
|
+
mx as isEqualWith,
|
|
625
|
+
dx as isError,
|
|
626
|
+
nx as isEventTarget,
|
|
627
|
+
xx as isExist,
|
|
628
|
+
cx as isFile,
|
|
629
|
+
Cx as isFinite,
|
|
630
|
+
Tx as isFullWidth,
|
|
631
|
+
Sx as isFunction,
|
|
632
|
+
yx as isHSL,
|
|
633
|
+
gx as isHalfWidth,
|
|
634
|
+
bx as isHash,
|
|
635
|
+
hx as isHexColor,
|
|
636
|
+
Rx as isIMEI,
|
|
637
|
+
Ix as isIP,
|
|
638
|
+
Px as isIPRange,
|
|
639
|
+
Ex as isIdentityCard,
|
|
640
|
+
vx as isInteger,
|
|
641
|
+
kx as isJSON,
|
|
642
|
+
Dx as isJSON_String,
|
|
643
|
+
Ax as isJWT,
|
|
644
|
+
Bx as isLength,
|
|
645
|
+
Lx as isMACAddress,
|
|
646
|
+
Mx as isMD5,
|
|
647
|
+
Ox as isMap,
|
|
648
|
+
Fx as isMatch,
|
|
649
|
+
Nx as isMatchWith,
|
|
650
|
+
wx as isMimeType,
|
|
651
|
+
Vx as isMobilePhone,
|
|
652
|
+
_x as isMobilePhoneLocales,
|
|
653
|
+
Ux as isNaN,
|
|
654
|
+
Wx as isNative,
|
|
655
|
+
jx as isNil,
|
|
656
|
+
Gx as isNull,
|
|
657
|
+
Hx as isNullOrUndefined,
|
|
658
|
+
zx as isNumber,
|
|
659
|
+
qx as isObject,
|
|
660
|
+
Yx as isObjectLike,
|
|
661
|
+
Kx as isPlainObject,
|
|
662
|
+
Jx as isPort,
|
|
663
|
+
Qx as isPromise,
|
|
664
|
+
Xx as isReact18,
|
|
665
|
+
Zx as isReact19,
|
|
666
|
+
$x as isReactClassComponent,
|
|
667
|
+
ec as isReactComponent,
|
|
668
|
+
tc as isReactComponentAndNotFragment,
|
|
669
|
+
oc as isReadableStream,
|
|
670
|
+
rc as isRegExp,
|
|
671
|
+
ac as isRgbColor,
|
|
672
|
+
sc as isSafeInteger,
|
|
673
|
+
fc as isScrollElement,
|
|
674
|
+
uc as isSemVer,
|
|
675
|
+
lc as isServerRendering,
|
|
676
|
+
pc as isSet,
|
|
677
|
+
ic as isSlug,
|
|
678
|
+
mc as isString,
|
|
679
|
+
dc as isStrongPassword,
|
|
680
|
+
nc as isSymbol,
|
|
681
|
+
xc as isTypedArray,
|
|
682
|
+
cc as isURL,
|
|
683
|
+
Cc as isUUID,
|
|
684
|
+
Tc as isUndefined,
|
|
685
|
+
Sc as isVariableWidth,
|
|
686
|
+
yc as isWeakMap,
|
|
687
|
+
gc as isWeakSet,
|
|
688
|
+
bc as isWindow,
|
|
689
|
+
mr as kebabCase,
|
|
682
690
|
s as keyboardCode,
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
+
Hr as math,
|
|
692
|
+
dr as mean,
|
|
693
|
+
nr as memoize,
|
|
694
|
+
xr as merge,
|
|
695
|
+
Xr as mergeProps,
|
|
696
|
+
cr as mergeWith,
|
|
697
|
+
Jr as mergedToString,
|
|
698
|
+
zr as minus,
|
|
691
699
|
Dt as newArray,
|
|
692
700
|
io as off,
|
|
693
|
-
|
|
701
|
+
ta as omit,
|
|
694
702
|
mo as on,
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
703
|
+
Cr as orderBy,
|
|
704
|
+
ra as padEnd,
|
|
705
|
+
aa as padStart,
|
|
698
706
|
no as parentContainsChildren,
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
707
|
+
Tr as partition,
|
|
708
|
+
fa as pick,
|
|
709
|
+
ua as pickDataAttributes,
|
|
702
710
|
At as pickTriggerPropsFromRest,
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
711
|
+
pa as pinyin,
|
|
712
|
+
qr as plus,
|
|
713
|
+
Sr as pullAll,
|
|
706
714
|
xo as reflow,
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
715
|
+
Ba as removeDarkTheme,
|
|
716
|
+
Ua as replaceEmptyWithHyphen,
|
|
717
|
+
ya as responsiveArray,
|
|
718
|
+
ga as responsiveMap,
|
|
719
|
+
ba as responsiveObserve,
|
|
720
|
+
yr as result,
|
|
721
|
+
gr as sample,
|
|
722
|
+
br as sampleSize,
|
|
723
|
+
Ra as saveAs,
|
|
724
|
+
Pa as screenfull,
|
|
717
725
|
va as scrollIntoViewIfNeeded,
|
|
718
|
-
|
|
726
|
+
ts as searchTree,
|
|
719
727
|
hr as set,
|
|
720
|
-
|
|
721
|
-
|
|
728
|
+
Da as setCreateRoot,
|
|
729
|
+
La as setDarkTheme,
|
|
722
730
|
Oa as setPrimaryColor,
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
731
|
+
Na as setTheme,
|
|
732
|
+
Ha as setTransformStyle,
|
|
733
|
+
Rr as setWith,
|
|
734
|
+
Ir as shuffle,
|
|
735
|
+
Pr as snakeCase,
|
|
736
|
+
Er as sortBy,
|
|
729
737
|
vr as startCase,
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
738
|
+
ca as supportNodeRef,
|
|
739
|
+
Ca as supportRef,
|
|
740
|
+
Rc as tableDefaultComponent,
|
|
741
|
+
kr as throttle,
|
|
742
|
+
qa as throttleByRaf,
|
|
743
|
+
Yr as times,
|
|
744
|
+
Ka as toArray,
|
|
745
|
+
Dr as toPath,
|
|
746
|
+
os as tree,
|
|
747
|
+
Ar as truncate,
|
|
748
|
+
Br as union,
|
|
749
|
+
Lr as uniq,
|
|
750
|
+
Mr as uniqueId,
|
|
743
751
|
Or as unset,
|
|
744
|
-
|
|
745
|
-
|
|
752
|
+
Fr as update,
|
|
753
|
+
Nr as updateWith,
|
|
746
754
|
wr as upperCase,
|
|
747
|
-
|
|
748
|
-
|
|
755
|
+
Vr as upperFirst,
|
|
756
|
+
cd as useApp,
|
|
749
757
|
x as useAsyncEffect,
|
|
750
758
|
c as useBoolean,
|
|
751
759
|
dt as useBreakpoint,
|
|
752
|
-
|
|
760
|
+
Td as useCheckbox,
|
|
753
761
|
C as useClickAway,
|
|
754
|
-
|
|
762
|
+
Ta as useComposeRef,
|
|
755
763
|
T as useComputedState,
|
|
756
764
|
S as useControllableValue,
|
|
757
765
|
y as useCookieState,
|
|
758
766
|
g as useCountDown,
|
|
759
|
-
|
|
760
|
-
|
|
767
|
+
b as useCounter,
|
|
768
|
+
h as useCreate,
|
|
761
769
|
R as useCreation,
|
|
762
770
|
I as useDebounce,
|
|
763
771
|
P as useDebounceEffect,
|
|
764
|
-
|
|
765
|
-
|
|
772
|
+
E as useDebounceFn,
|
|
773
|
+
v as useDeepCompareEffect,
|
|
766
774
|
k as useDeepCompareLayoutEffect,
|
|
767
775
|
D as useDocumentVisibility,
|
|
768
776
|
A as useDrag,
|
|
769
777
|
B as useDrop,
|
|
770
778
|
L as useEvent,
|
|
771
|
-
|
|
772
|
-
|
|
779
|
+
M as useEventListener,
|
|
780
|
+
O as useEventTarget,
|
|
773
781
|
F as useExternal,
|
|
774
|
-
|
|
775
|
-
|
|
782
|
+
N as useFavicon,
|
|
783
|
+
w as useFocusWithin,
|
|
776
784
|
V as useForceUpdate,
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
785
|
+
yd as useForm,
|
|
786
|
+
bd as useFormContext,
|
|
787
|
+
Rd as useFormState,
|
|
788
|
+
Pd as useFormWatch,
|
|
781
789
|
_ as useFullscreen,
|
|
782
790
|
U as useGetState,
|
|
783
791
|
W as useHistoryTravel,
|
|
784
792
|
j as useHover,
|
|
785
|
-
|
|
793
|
+
Pc as useIconProps,
|
|
786
794
|
G as useId,
|
|
787
795
|
H as useInView,
|
|
788
796
|
z as useInViewport,
|
|
@@ -804,38 +812,38 @@ export {
|
|
|
804
812
|
ue as useMemoizedFn,
|
|
805
813
|
le as useMergeProps,
|
|
806
814
|
pe as useMergeValue,
|
|
807
|
-
|
|
808
|
-
|
|
815
|
+
_u as useMessage,
|
|
816
|
+
vd as useModal,
|
|
809
817
|
ie as useMount,
|
|
810
818
|
me as useMouse,
|
|
811
819
|
de as useMove,
|
|
812
820
|
ne as useMutationObserver,
|
|
813
821
|
xe as useMutationObservers,
|
|
814
822
|
ce as useNetwork,
|
|
815
|
-
|
|
823
|
+
zu as useNotification,
|
|
816
824
|
Ce as useOnlineStatus,
|
|
817
825
|
Te as useOverflowHidden,
|
|
818
826
|
Se as useOverrideRef,
|
|
819
827
|
ye as usePagination,
|
|
820
828
|
ge as usePasteImage,
|
|
821
|
-
|
|
822
|
-
|
|
829
|
+
be as usePersistCallback,
|
|
830
|
+
he as usePrefersColorSchemeDark,
|
|
823
831
|
Re as usePrevious,
|
|
824
832
|
Ie as useRafInterval,
|
|
825
833
|
Pe as useRafState,
|
|
826
|
-
|
|
827
|
-
|
|
834
|
+
Ee as useRafTimeout,
|
|
835
|
+
ve as useReactive,
|
|
828
836
|
ke as useRefLatest,
|
|
829
837
|
De as useRefs,
|
|
830
838
|
Ae as useRefs2,
|
|
831
839
|
Be as useRequest,
|
|
832
840
|
Le as useResetState,
|
|
833
|
-
|
|
834
|
-
|
|
841
|
+
Me as useResizeObserver,
|
|
842
|
+
Oe as useResizeObservers,
|
|
835
843
|
Fe as useResponsive,
|
|
836
844
|
xt as useResponsiveState,
|
|
837
|
-
|
|
838
|
-
|
|
845
|
+
Ne as useSafeState,
|
|
846
|
+
we as useScroll,
|
|
839
847
|
Ve as useSelections,
|
|
840
848
|
_e as useSessionStorageState,
|
|
841
849
|
Ue as useSetState,
|
|
@@ -843,14 +851,14 @@ export {
|
|
|
843
851
|
je as useStateCallback,
|
|
844
852
|
Ge as useStateWithPromise,
|
|
845
853
|
He as useSyncState,
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
+
Dd as useTableColumns,
|
|
855
|
+
Bd as useTableComponent,
|
|
856
|
+
Md as useTableExpand,
|
|
857
|
+
Fd as useTableRowSelection,
|
|
858
|
+
wd as useTableSorter,
|
|
859
|
+
_d as useTableStickyClassNames,
|
|
860
|
+
Wd as useTableStickyOffsets,
|
|
861
|
+
Gd as useTableThResizable,
|
|
854
862
|
ze as useTextSelection,
|
|
855
863
|
qe as useTheme,
|
|
856
864
|
Ye as useThrottle,
|
|
@@ -873,11 +881,11 @@ export {
|
|
|
873
881
|
lt as useWebSocket,
|
|
874
882
|
pt as useWhyDidYouUpdate,
|
|
875
883
|
it as useWindowSize,
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
884
|
+
us as uuid,
|
|
885
|
+
ls as uuidv4,
|
|
886
|
+
bs as validatorLocale,
|
|
887
|
+
Rs as warning,
|
|
888
|
+
_r as without,
|
|
889
|
+
Ur as xor,
|
|
890
|
+
Wr as zip
|
|
883
891
|
};
|